.about-us-page-video {
  text-align: center;
  position: relative;
  background-color: white;
  padding-top: 35px;
}
.about-us-page-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
}
.about-us-page-video .video-image-text {
  height: 538px;
}
.about-us-page-video .video-image-text .play-button {
  top: 55%;
  display: none;
}
.about-us-page-video .video-image-text .video-image {
  height: 538px;
}
.about-us-page-video .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about-us-page-video .rectangle {
    display: none;
  }
}
.about-us-title-and-body-copy {
  z-index: 9;
  position: relative;
  background-color: white;
}
.about-us-title-and-body-copy h1 {
  color: #313131;
  font-family: DIN, sans-serif;
  font-size: 33px;
  font-weight: 900;
  font-style: normal;
  line-height: 46.2px;
  text-align: center;
  letter-spacing: normal;
  position: relative;
  box-sizing: border-box;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 27px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}
.about-us-title-and-body-copy .text .top-text h3 {
  font-size: 33px;
  text-align: center;
  font-family: DIN, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  padding: 27px 0 8px;
}
.about-us-title-and-body-copy .text .separator {
  padding-top: 0;
  padding-bottom: 12px;
  position: relative;
  left: 48%;
  max-width: 50px;
}
.about-us-title-and-body-copy .text .bottom-text {
  font-size: 14px;
  padding: 0 18.5% 0 18.5%;
  text-align: center;
  font-family: Raleway, sans-serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about-us-title-and-body-copy {
    padding: 0 20px;
  }
  .about-us-title-and-body-copy .text .separator {
    left: 0;
    padding: 0 0 16px;
  }
  .about-us-title-and-body-copy .text .separator img {
    width: 38px;
  }
  .about-us-title-and-body-copy .text .top-text {
    text-align: left;
    font-size: 28px;
  }
  .about-us-title-and-body-copy .text .top-text h3 {
    text-align: left;
    font-size: 27px;
    line-height: 1.2em;
    padding: 30px 0 15px;
  }
  .about-us-title-and-body-copy .text .bottom-text {
    text-align: left;
    padding: 0;
    font-size: 13px;
    padding-bottom: 20px;
  }
}
.learn-more {
  display: none;
  background-color: #DEAD71;
  margin-top: 15px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .learn-more {
    display: block;
  }
}
.learn-more a {
  color: white;
  font-family: "din", sans-serif;
  text-decoration: none;
  font-size: 22px;
  text-align: center;
  display: block;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .title-and-info-link .separator {
    width: 100%;
    left: 0% !important;
    text-align: center;
    max-width: none !important;
  }
}
.title-and-info-link .tabs-content {
  background-color: white;
}
.title-and-info-link .tabs-content .top-text h3 {
  position: relative;
  font-size: 27px;
  text-align: center;
  padding-top: 25px;
  font-family: DIN, sans-serif;
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.3em;
}
.title-and-info-link .tabs-content .top-text .rectangle {
  position: absolute;
  background-color: #DEAD71;
  height: 32px;
  width: 32px;
  right: 0;
  top: 50%;
}
.title-and-info-link .tabs-content .top-text .rectangle img {
  width: 20px !important;
  height: 20px !important;
  top: 20%;
  left: 20%;
  position: absolute;
}
.title-and-info-link .tabs-content .separator {
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  left: 48%;
  max-width: 50px;
}
.title-and-info-link .tabs-content .separator img {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .title-and-info-link .top-text {
    font-size: 28px !important;
  }
  .title-and-info-link .rectangle {
    display: none;
  }
}
.table.table-without-read-more .tabs-container .tabcontent {
  padding-top: 8px;
  padding-bottom: 15px;
  padding-left: 45px;
}
.table .tabs-container {
  padding-top: 20px;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: left;
  /* Style the list */
  /* Float the list items side by side */
  /* Style the links inside the list items */
  /* Change background color of links on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}
@media screen and (max-width: 768px) {
  .table .tabs-container .wrapper-tabs {
    margin: 0 50px;
  }
}
.table .tabs-container .button-outer {
  margin: 0px 0px;
}
.table .tabs-container .button-outer button.open-tab {
  padding: 10px 40px 10px 18px;
  background-color: #fff;
  border: 2px solid #000;
  font-family: DIN, sans-serif;
  font-size: 21px;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 900;
}
.table .tabs-container .button-outer button.open-tab:after {
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down-2.svg);
  width: 12px;
  height: 10px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -5px 0 0 0;
  background-size: 12px 20px;
  background-position: 0px -10px;
}
.table .tabs-container ul.tabs {
  list-style-type: none;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .table .tabs-container ul.tabs li {
    width: 100%;
    margin: 0 0;
  }
  .table .tabs-container ul.tabs li a {
    width: 100%;
  }
  .table .tabs-container ul.tabs li:last-of-type a {
    border-bottom: 1px solid #e8e8e8;
  }
}
.table .tabs-container ul.tabs li {
  float: left;
}
.table .tabs-container ul.tabs li a:first-of-type {
  border-left: 1px solid #e8e8e8;
}
.table .tabs-container ul.tabs li a {
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  min-width: 200px;
  min-height: 50px;
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 21px;
  font-family: DIN, sans-serif;
}
.table .tabs-container ul.tabs li a.active {
  font-weight: 900;
  color: black;
}
.table .tabs-container ul.tabs li a:hover {
  background-color: #e8e8e8;
}
.table .tabs-container ul.tabs li a:focus, .table .tabs-container .active {
  background-color: #e8e8e8;
}
.table .tabs-container .tabcontent {
  font-family: Raleway, sans-serif;
  display: none;
  border-top: none;
  background-color: #e8e8e8;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  position: relative;
}
.table .tabs-container .tabcontent p {
  margin: 0px 0px 12px;
}
.table .tabs-container .tabcontent p:last-of-type {
  margin: 0px 0px 8px;
}
.table .read-more a {
  text-decoration: none;
  color: white;
  font-family: DIN, sans-serif;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 8px 58px;
  background-color: #DEAD71;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .table .tabs-container {
    padding: 20px 0px 0;
  }
  .table .tabs-container .tabcontent {
    padding: 25px 20px 50px;
    background-color: white;
  }
  .table .tabs-container .tabcontent p {
    font-size: 13px;
  }
  .table .read-more {
    width: 100%;
    margin-top: 40px;
  }
}
.body-copy-contact-form .select2-container--default {
  width: 100% !important;
}
.body-copy-contact-form .select2-container--default.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.body-copy-contact-form .select2-container--default .select2-selection--single {
  background-color: #b7b7b7;
  border-radius: 0px;
  border: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.body-copy-contact-form .select2-container--default .select2-selection__rendered {
  color: #fff;
  line-height: 50px;
  padding: 0 0 0 15px;
}
.body-copy-contact-form .select2-container--default .select2-selection__arrow {
  height: 50px;
}
.body-copy-contact-form .select2-container--default .select2-selection__arrow b {
  border: none;
  width: 15px;
  height: 8px;
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: -5px 0 0 0;
  left: auto;
  right: 18px;
  background-size: 15px 16px;
}
.body-copy-contact-form .rectangle {
  background-color: #DEAD71;
  height: 32px;
  width: 32px;
}
.body-copy-contact-form .rectangle img {
  width: 20px !important;
  height: 20px !important;
  top: 8%;
  left: 20%;
  position: relative;
}
.body-copy-contact-form .separator {
  margin-left: 30px;
  margin-top: -10px;
}
.body-copy-contact-form input:-webkit-autofill, .body-copy-contact-form textarea:-webkit-autofill, .body-copy-contact-form select:-webkit-autofill {
  color: white !important;
  background-color: #b7b7b7 !important;
}
.body-copy-contact-form .career-opportunities {
  display: table;
  text-align: left;
}
.body-copy-contact-form .career-opportunities a {
  color: #DEAD71;
}
.body-copy-contact-form .career-opportunities .title-about h3 {
  padding-top: 40px;
  padding-left: 30px;
  font-weight: 900;
  font-family: DIN, sans-serif;
  font-size: 36px;
  background-color: white;
  margin: 0 0 10px;
}
.body-copy-contact-form .career-opportunities .left-side {
  padding-left: 20px;
  padding-right: 30px;
  min-height: 545px;
  background-color: white;
  padding-bottom: 25px;
  float: none;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .body-copy-contact-form .career-opportunities .left-side {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.body-copy-contact-form .career-opportunities .left-side .content-about1 {
  padding-top: 5px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 768px) {
  .body-copy-contact-form .career-opportunities .left-side .content-about1 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}
.body-copy-contact-form .career-opportunities .left-side .content-about2 {
  padding-top: 2px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 768px) {
  .body-copy-contact-form .career-opportunities .left-side .content-about2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}
.body-copy-contact-form .career-opportunities .left-side .small-title-about {
  font-family: DIN, sans-serif;
  font-weight: 900;
  font-size: 24px;
  padding-top: 5px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .body-copy-contact-form .career-opportunities .left-side .small-title-about {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 23px;
    line-height: 1.3em;
    margin: 0 0 4px;
  }
}
.body-copy-contact-form .career-opportunities .input-outer {
  float: left;
  padding: 0 10px;
  margin: 0 0 20px;
}
.body-copy-contact-form .career-opportunities .input-outer:last-child {
  margin: 0;
}
.body-copy-contact-form .career-opportunities .input-outer.col-50 {
  width: 50%;
}
.body-copy-contact-form .career-opportunities .input-outer.col-100 {
  width: 100%;
}
.body-copy-contact-form .career-opportunities .right-side {
  padding-left: 15px;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
  font-size: 15px;
  background-color: white;
  padding-bottom: 25px;
  padding-top: 105px;
  font-family: Raleway, sans-serif;
  color: white;
  margin-bottom: 10px;
  min-height: 545px;
}
.body-copy-contact-form .career-opportunities .right-side input {
  box-shadow: none;
}
.body-copy-contact-form .career-opportunities .right-side textarea {
  box-shadow: none;
}
.body-copy-contact-form .career-opportunities .right-side ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  font-family: Raleway, sans-serif;
}
.body-copy-contact-form .career-opportunities .right-side :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
  font-family: Raleway, sans-serif;
}
.body-copy-contact-form .career-opportunities .right-side ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
  font-family: Raleway, sans-serif;
}
.body-copy-contact-form .career-opportunities .right-side :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-family: Raleway, sans-serif;
}
.body-copy-contact-form .career-opportunities .right-side .personal-details {
  font-family: DIN, sans-serif;
  font-size: 30px;
  font-weight: 900;
  padding: 0 10px;
  color: #313131;
  display: table;
  margin: 0 0 15px;
}
.body-copy-contact-form .career-opportunities .right-side .type-select {
  color: white;
  padding: 0 15px;
  height: 50px;
  width: 100% !important;
  background-color: #b7b7b7;
  border: none;
}
.body-copy-contact-form .career-opportunities .right-side .subject-input {
  padding: 0 15px;
  height: 50px;
  width: 100%;
  color: white;
  background-color: #b7b7b7;
  border: none;
}
.body-copy-contact-form .career-opportunities .right-side .comments-input {
  padding: 10px 15px 0px;
  height: 115px;
  width: 100%;
  color: white;
  background-color: #b7b7b7;
  border: none;
  display: table;
  overflow: hidden;
}
.body-copy-contact-form .career-opportunities .right-side .fname-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #b7b7b7;
  border: none;
}
.body-copy-contact-form .career-opportunities .right-side .lname-input {
  padding: 0 15px;
  height: 50px;
  width: 100%;
  color: white;
  background-color: #b7b7b7;
  border: none;
}
.body-copy-contact-form .career-opportunities .right-side .email-input {
  padding: 0 15px;
  color: white;
  height: 50px;
  width: 100%;
  background-color: #b7b7b7;
  border: none;
}
.body-copy-contact-form .career-opportunities .right-side .phone-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #b7b7b7;
  border: none;
}
.body-copy-contact-form .submit-submit {
  background-color: #DEAD71;
  width: 48%;
  font-size: 24px;
  right: 0;
  border: none;
  text-decoration: none;
  color: white;
  font-family: DIN, sans-serif;
  font-weight: 900;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .body-copy-contact-form .career-opportunities .right-side form .row {
    margin: 0;
  }
  .body-copy-contact-form .career-opportunities .input-outer.col-50 {
    width: 100%;
  }
  .body-copy-contact-form .career-opportunities .right-side input {
    height: 60px !important;
    padding: 0 20px !important;
  }
  .body-copy-contact-form .career-opportunities .select2-container--default .select2-selection__rendered {
    line-height: 60px;
    padding: 0 20px;
  }
  .body-copy-contact-form .career-opportunities .select2-container--default .select2-selection--single {
    height: 60px;
  }
  .body-copy-contact-form .career-opportunities .select2-container--default .select2-selection__arrow {
    height: 60px;
  }
  .body-copy-contact-form .career-opportunities .right-side .comments-input {
    padding: 20px;
    height: 200px;
  }
  .body-copy-contact-form .career-opportunities .left-side {
    width: 100%;
    display: block;
    float: none;
    padding: 0 20px 25px;
    min-height: 0px;
  }
  .body-copy-contact-form .career-opportunities .right-side {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }
  .body-copy-contact-form .career-opportunities .right-side form {
    margin: 0;
  }
  .body-copy-contact-form .separator {
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
  .body-copy-contact-form .separator img {
    width: 38px;
  }
  .body-copy-contact-form .career-opportunities {
    display: table;
  }
  .body-copy-contact-form .career-opportunities .title-about {
    padding-top: 0;
    text-align: center;
    padding-left: 0;
  }
  .body-copy-contact-form .career-opportunities .title-about h3 {
    padding: 20px 0 0;
    font-size: 27px;
  }
  .body-copy-contact-form .select2-container--default {
    width: 100% !important;
  }
  .body-copy-contact-form .type-select {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .body-copy-contact-form .subject-input {
    width: 100% !important;
  }
  .body-copy-contact-form .comments-input {
    width: 100% !important;
  }
  .body-copy-contact-form .personal-details {
    font-size: 25px !important;
  }
  .body-copy-contact-form .fname-input {
    width: 100% !important;
  }
  .body-copy-contact-form .lname-input {
    width: 100% !important;
  }
  .body-copy-contact-form .email-input {
    width: 100% !important;
  }
  .body-copy-contact-form .phone-input {
    width: 100% !important;
  }
  .body-copy-contact-form .right-side .submit-submit {
    width: 100% !important;
    margin-bottom: 20px;
    height: 70px !important;
  }
}
.module-formkeep-contact-form-body-copy .select2-container--default {
  width: 100% !important;
}
.module-formkeep-contact-form-body-copy .select2-container--default.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.module-formkeep-contact-form-body-copy .select2-container--default .select2-selection--single {
  background-color: #b7b7b7;
  border-radius: 0px;
  border: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.module-formkeep-contact-form-body-copy .select2-container--default .select2-selection__rendered {
  color: #fff;
  line-height: 50px;
  padding: 0 0 0 15px;
}
.module-formkeep-contact-form-body-copy .select2-container--default .select2-selection__arrow {
  height: 50px;
}
.module-formkeep-contact-form-body-copy .select2-container--default .select2-selection__arrow b {
  border: none;
  width: 15px;
  height: 8px;
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: -5px 0 0 0;
  left: auto;
  right: 18px;
  background-size: 15px 16px;
}
.module-formkeep-contact-form-body-copy .rectangle {
  background-color: #DEAD71;
  height: 32px;
  width: 32px;
}
.module-formkeep-contact-form-body-copy .rectangle img {
  width: 20px !important;
  height: 20px !important;
  top: 8%;
  left: 20%;
  position: relative;
}
.module-formkeep-contact-form-body-copy .separator {
  margin-left: 30px;
  margin-top: -10px;
}
.module-formkeep-contact-form-body-copy input:-webkit-autofill,
.module-formkeep-contact-form-body-copy textarea:-webkit-autofill,
.module-formkeep-contact-form-body-copy select:-webkit-autofill {
  color: white !important;
  background-color: #b7b7b7 !important;
}
.module-formkeep-contact-form-body-copy .module-container {
  text-align: left;
  display: table;
  width: 100%;
}
.module-formkeep-contact-form-body-copy .module-container a {
  color: #DEAD71;
}
.module-formkeep-contact-form-body-copy .module-container .title-about h3 {
  padding-top: 40px;
  padding-left: 30px;
  font-weight: 900;
  font-family: DIN, sans-serif;
  font-size: 36px;
  background-color: white;
  margin: 0 0 10px;
}
.module-formkeep-contact-form-body-copy .module-container .left-side {
  padding-left: 20px;
  padding-right: 30px;
  min-height: 545px;
  background-color: white;
  padding-bottom: 25px;
  float: none;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .module-formkeep-contact-form-body-copy .module-container .left-side {
    padding-left: 30px;
    padding-right: 30px;
    min-height: unset;
    display: block;
  }
}
.module-formkeep-contact-form-body-copy .module-container .left-side .content-about1 {
  padding-top: 5px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 768px) {
  .module-formkeep-contact-form-body-copy .module-container .left-side .content-about1 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}
.module-formkeep-contact-form-body-copy .module-container .left-side .content-about2 {
  padding-top: 2px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 768px) {
  .module-formkeep-contact-form-body-copy .module-container .left-side .content-about2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}
.module-formkeep-contact-form-body-copy .module-container .left-side .small-title-about {
  font-family: DIN, sans-serif;
  font-weight: 900;
  font-size: 24px;
  padding-top: 5px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .module-formkeep-contact-form-body-copy .module-container .left-side .small-title-about {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 23px;
    line-height: 1.3em;
    margin: 0 0 4px;
  }
}
.module-formkeep-contact-form-body-copy .module-container .input-outer {
  float: left;
  padding: 0 10px;
  margin: 0 0 20px;
}
.module-formkeep-contact-form-body-copy .module-container .input-outer:last-child {
  margin: 0;
}
.module-formkeep-contact-form-body-copy .module-container .input-outer.col-50 {
  width: 50%;
}
.module-formkeep-contact-form-body-copy .module-container .input-outer.col-100 {
  width: 100%;
}
.module-formkeep-contact-form-body-copy .module-container .right-side {
  padding-left: 15px;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
  font-size: 15px;
  background-color: white;
  padding-bottom: 25px;
  padding-top: 105px;
  font-family: Raleway, sans-serif;
  color: white;
  margin-bottom: 10px;
  min-height: 545px;
}
@media screen and (max-width: 768px) {
  .module-formkeep-contact-form-body-copy .module-container .right-side {
    display: block;
    min-height: unset;
    padding-top: 35px;
  }
}
.module-formkeep-contact-form-body-copy .module-container .right-side input {
  box-shadow: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side textarea {
  box-shadow: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  font-family: Raleway, sans-serif;
}
.module-formkeep-contact-form-body-copy .module-container .right-side :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
  font-family: Raleway, sans-serif;
}
.module-formkeep-contact-form-body-copy .module-container .right-side ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
  font-family: Raleway, sans-serif;
}
.module-formkeep-contact-form-body-copy .module-container .right-side :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-family: Raleway, sans-serif;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .personal-details {
  font-family: DIN, sans-serif;
  font-size: 30px;
  font-weight: 900;
  padding: 0 10px;
  color: #313131;
  display: table;
  margin: 0 0 15px;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .type-select {
  color: white;
  padding: 0 15px;
  height: 50px;
  width: 100% !important;
  background-color: #b7b7b7;
  border: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .subject-input {
  padding: 0 15px;
  height: 50px;
  width: 100%;
  color: white;
  background-color: #b7b7b7;
  border: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .comments-input {
  padding: 10px 15px 0px;
  height: 115px;
  width: 100%;
  color: white;
  background-color: #b7b7b7;
  border: none;
  display: table;
  overflow: hidden;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .fname-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #b7b7b7;
  border: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .lname-input {
  padding: 0 15px;
  height: 50px;
  width: 100%;
  color: white;
  background-color: #b7b7b7;
  border: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .email-input {
  padding: 0 15px;
  color: white;
  height: 50px;
  width: 100%;
  background-color: #b7b7b7;
  border: none;
}
.module-formkeep-contact-form-body-copy .module-container .right-side .phone-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #b7b7b7;
  border: none;
}
.module-formkeep-contact-form-body-copy .submit-submit {
  background-color: #DEAD71;
  width: 48%;
  font-size: 24px;
  right: 0;
  border: none;
  text-decoration: none;
  color: white;
  font-family: DIN, sans-serif;
  font-weight: 900;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .module-formkeep-contact-form-body-copy .career-opportunities .right-side form .row {
    margin: 0;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .input-outer.col-50 {
    width: 100%;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .right-side input {
    height: 60px !important;
    padding: 0 20px !important;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .select2-container--default .select2-selection__rendered {
    line-height: 60px;
    padding: 0 20px;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .select2-container--default .select2-selection--single {
    height: 60px;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .select2-container--default .select2-selection__arrow {
    height: 60px;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .right-side .comments-input {
    padding: 20px;
    height: 200px;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .left-side {
    width: 100%;
    display: block;
    float: none;
    padding: 0 20px 25px;
    min-height: 0px;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .right-side {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .right-side form {
    margin: 0;
  }
  .module-formkeep-contact-form-body-copy .separator {
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
  .module-formkeep-contact-form-body-copy .separator img {
    width: 38px;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities {
    display: table;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .title-about {
    padding-top: 0;
    text-align: center;
    padding-left: 0;
  }
  .module-formkeep-contact-form-body-copy .career-opportunities .title-about h3 {
    padding: 20px 0 0;
    font-size: 27px;
  }
  .module-formkeep-contact-form-body-copy .select2-container--default {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .type-select {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .module-formkeep-contact-form-body-copy .subject-input {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .comments-input {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .personal-details {
    font-size: 25px !important;
  }
  .module-formkeep-contact-form-body-copy .fname-input {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .lname-input {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .email-input {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .phone-input {
    width: 100% !important;
  }
  .module-formkeep-contact-form-body-copy .right-side .submit-submit {
    width: 100% !important;
    margin-bottom: 20px;
    height: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .tabs-container .arrow-down {
    float: right;
    display: inline-block;
  }
  .tabs-container .tab {
    margin: 0 28% 0 28% !important;
  }
  .tabs-container .tab li:nth-child(2), .tabs-container .tab li:nth-child(3), .tabs-container .tab li:nth-child(4) {
    display: none;
  }
  .tabs-container .tab li:nth-child(2) {
    border-top: 0;
    border-bottom: 0 !important;
  }
  .tabs-container .tab li:last-child {
    border-top: 0;
  }
  .tabs-container .tab .current-option {
    display: block !important;
  }
  .tabs-container .tab li {
    float: none !important;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
  .tabs-container .tab li a {
    text-align: left !important;
    border-right: none !important;
    background-color: white !important;
  }

  .display-options a .arrow-down {
    display: none !important;
  }
}
.current-option {
  display: none !important;
}

.display-options {
  display: block !important;
}

.arrow-down {
  display: none;
}

.module-title-background-image {
  background-size: cover;
  min-height: 250px;
  height: 250px;
  display: table;
  width: 100%;
}
.module-title-background-image .row {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
}
.module-title-background-image .row .col-md-12 .text-center {
  color: white;
  text-align: center;
  font-size: 48px;
  font-family: DIN, sans-serif;
}
@media screen and (max-width: 767px) {
  .module-title-background-image {
    min-height: 275px;
  }
  .module-title-background-image .row .col-md-12 h2.text-center {
    font-size: 27px;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  body.team-popup-open {
    height: 100vh;
    overflow-y: hidden;
  }
}
.team-pictures-and-links {
  background-color: white;
  padding: 40px 20px 10px;
  width: 100%;
  display: inline-block;
}
.team-pictures-and-links .member-content {
  padding: 30px;
}
.team-pictures-and-links .separator {
  display: none;
}
.team-pictures-and-links .team-title {
  font-family: DIN, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  position: relative;
  margin: 0 10px 30px;
  clear: both;
}
.team-pictures-and-links .rectangle {
  position: absolute;
  background-color: #DEAD71;
  height: 32px;
  width: 32px;
  right: 0%;
  top: 10%;
}
.team-pictures-and-links .rectangle img {
  width: 20px !important;
  height: 20px !important;
  top: 20%;
  left: 20%;
  position: absolute;
}
.team-pictures-and-links .team-members {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
@media screen and (min-width: 992px) {
  .team-pictures-and-links .team-members {
    justify-content: flex-start;
  }
}
.team-pictures-and-links .team-members .team-member {
  display: inline-table;
  margin: 0;
  margin-bottom: 20px;
  flex: 0 1 207px;
}
@media screen and (min-width: 992px) {
  .team-pictures-and-links .team-members .team-member {
    margin-right: 24px;
  }
  .team-pictures-and-links .team-members .team-member:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .team-pictures-and-links .team-members .team-member {
    margin-right: 31px;
  }
  .team-pictures-and-links .team-members .team-member:nth-child(4n) {
    margin-right: 31px;
  }
  .team-pictures-and-links .team-members .team-member:nth-child(5n) {
    margin-right: 0px;
  }
}
.team-pictures-and-links .team-members .team-member img {
  height: auto;
  max-width: 100%;
  min-height: 234px;
}
.team-pictures-and-links .team-members .team-member .member-name {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4em;
  padding: 10px 0 10px;
  font-family: DIN, sans-serif;
}
.team-pictures-and-links .team-members .team-member .member-position {
  font-size: 13px;
  padding: 10px 0 0;
  line-height: 1.6em;
}
.team-pictures-and-links .team-members .team-member .member-read-more {
  background-color: #DEAD71;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 19px;
  font-family: DIN, sans-serif;
  padding: 16px 0;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .team-pictures-and-links {
    padding: 20px 20px 0px;
  }
  .team-pictures-and-links .team-title {
    font-size: 27px;
    margin: 0 0px 15px;
  }
  .team-pictures-and-links .separator {
    display: block;
    margin: 0 0px;
    padding-bottom: 12px;
  }
  .team-pictures-and-links .separator img {
    width: 38px;
  }
}
@media screen and (max-width: 1280px) {
  .team-pictures-and-links .team-members {
    display: flex;
    flex-wrap: wrap;
  }
}
.team-pictures-and-links .pop-up.open {
  margin: 20px 0;
}
.team-pictures-and-links .pop-up.open .inner .member-content .member-full-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .team-pictures-and-links .pop-up.open {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
  }
  .team-pictures-and-links .pop-up.open .inner {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  .team-pictures-and-links .team-members {
    margin: 0 -5px;
  }

  .team-pictures-and-links .team-members .team-member {
    text-align: center;
    width: 33%;
    margin: 0 0 10px;
    padding: 0 5px;
    height: auto;
  }
  .team-pictures-and-links .team-members .team-member .member-position {
    padding-right: 0px;
    font-size: 11px;
  }
  .team-pictures-and-links .team-members .team-member .member-name {
    font-size: 18px;
  }
  .team-pictures-and-links .team-members .team-member .member-read-more {
    padding: 8px;
    font-size: 16px;
  }
  .team-pictures-and-links .team-members .team-member img {
    height: auto;
    width: 100%;
    min-height: 0px;
  }
}
.module-body-copy-and-video {
  display: block;
}
.module-body-copy-and-video .pop-up {
  top: 15% !important;
  position: fixed;
  margin-left: 10px;
  max-height: 500px;
}

.module-body-copy-and-video:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 768px) {
  .right-side form {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 544px) {
  .tabs-container .tab {
    margin: 0px 15% 0 15% !important;
  }
}
@media screen and (max-width: 768px) {
  .text-center {
    font-size: 36px;
    font-weight: normal;
  }

  .module-body-copy-and-video .image {
    /*display: none !important;*/
  }
}
.module-body-copy-contact-form-contact {
  background-color: #fff;
  padding: 30px 22px 45px 20px;
}
.module-body-copy-contact-form-contact .left-col {
  padding: 0 20px 0 30px;
}
.module-body-copy-contact-form-contact .right-col {
  padding: 0 20px 0 0;
}
.module-body-copy-contact-form-contact form .row {
  margin: 0 -5px;
}
.module-body-copy-contact-form-contact .col-md-pull-6 {
  right: 0;
}
.module-body-copy-contact-form-contact .col-md-push-6 {
  padding-right: 9px;
  left: 0;
}
.module-body-copy-contact-form-contact .first-part p {
  margin: 0;
}
.module-body-copy-contact-form-contact .second-part p {
  margin: 0;
}
.module-body-copy-contact-form-contact .input-outer {
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
.module-body-copy-contact-form-contact .input-outer:last-child {
  margin: 0;
}
.module-body-copy-contact-form-contact .input-outer.col-50 {
  width: 50%;
}
.module-body-copy-contact-form-contact .input-outer.col-100 {
  width: 100%;
}
.module-body-copy-contact-form-contact .input-outer p {
  margin: 0;
}
.module-body-copy-contact-form-contact input:-webkit-autofill, .module-body-copy-contact-form-contact textarea:-webkit-autofill, .module-body-copy-contact-form-contact select:-webkit-autofill {
  color: white !important;
  background-color: #b7b7b7 !important;
}
.module-body-copy-contact-form-contact input {
  box-shadow: none;
}
.module-body-copy-contact-form-contact input.fname-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #878787;
  border: none;
}
.module-body-copy-contact-form-contact input.lname-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #878787;
  border: none;
}
.module-body-copy-contact-form-contact input.email-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #878787;
  border: none;
}
.module-body-copy-contact-form-contact input.c-email-input {
  padding: 0 15px;
  height: 50px;
  color: white;
  width: 100%;
  background-color: #878787;
  border: none;
}
.module-body-copy-contact-form-contact input.submit-submit {
  padding: 10px 15px;
  color: white;
  width: 50%;
  background-color: #DAAC76;
  border: none;
  font-size: 24px;
  right: 0;
  bottom: -20%;
  text-decoration: none;
  font-family: DIN, sans-serif;
  font-weight: 900;
  float: right;
}
@media screen and (max-width: 992px) {
  .module-body-copy-contact-form-contact input.submit-submit {
    bottom: -12%;
  }
}
.module-body-copy-contact-form-contact textarea {
  box-shadow: none;
}
.module-body-copy-contact-form-contact textarea.message-input {
  padding: 10px 15px 0;
  height: 150px;
  overflow: hidden;
  color: white;
  width: 100%;
  display: table;
  background-color: #878787;
  border: none;
}
@media screen and (max-width: 992px) {
  .module-body-copy-contact-form-contact {
    padding: 30px 20px;
  }
  .module-body-copy-contact-form-contact .fname-input {
    width: 100% !important;
  }
  .module-body-copy-contact-form-contact .lname-input {
    width: 100% !important;
  }
  .module-body-copy-contact-form-contact .email-input {
    width: 100% !important;
  }
  .module-body-copy-contact-form-contact .c-email-input {
    width: 100% !important;
  }
  .module-body-copy-contact-form-contact .message-input {
    width: 100% !important;
    margin-bottom: 9px !important;
  }
  .module-body-copy-contact-form-contact .submit-submit {
    width: 100% !important;
  }
}
.module-body-copy-contact-form-contact .first-part {
  margin-bottom: 30px;
}
.module-body-copy-contact-form-contact .separator {
  margin-bottom: 16px;
}
.module-body-copy-contact-form-contact .text h3 {
  font-size: 30px;
  margin: 0 0 10px;
}
.module-body-copy-contact-form-contact .text p {
  font-size: 14px;
}
.module-body-copy-contact-form-contact .text a {
  color: #DEAD71;
}
.module-body-copy-contact-form-contact form {
  position: relative;
}
.module-body-copy-contact-form-contact ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  font-family: Raleway, sans-serif;
}
.module-body-copy-contact-form-contact :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
  font-family: Raleway, sans-serif;
}
.module-body-copy-contact-form-contact ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
  font-family: Raleway, sans-serif;
}
.module-body-copy-contact-form-contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 768px) {
  .module-body-copy-contact-form-contact input.submit-submit {
    float: none;
    display: inline-block;
    padding: 20px 20px !important;
    height: auto !important;
  }
  .module-body-copy-contact-form-contact .left-col {
    padding: 0 10px;
  }
  .module-body-copy-contact-form-contact .text h3 {
    font-size: 27px;
  }
  .module-body-copy-contact-form-contact .separator img {
    width: 38px;
  }
  .module-body-copy-contact-form-contact .separator {
    margin: 0 0 12px;
  }
  .module-body-copy-contact-form-contact .second-part {
    margin: 0 0 30px;
  }
  .module-body-copy-contact-form-contact .text p {
    font-size: 13px;
  }
  .module-body-copy-contact-form-contact .right-col {
    padding: 0 10px;
  }
  .module-body-copy-contact-form-contact .submit-submit {
    margin-right: 0 !important;
  }
  .module-body-copy-contact-form-contact form {
    margin: 20px 0 0;
  }
  .module-body-copy-contact-form-contact form .row {
    margin: 0;
  }
  .module-body-copy-contact-form-contact .input-outer {
    float: none;
    margin: 0 0 20px;
    padding: 0;
  }
  .module-body-copy-contact-form-contact .input-outer.col-50 {
    float: none;
    width: 100%;
  }
  .module-body-copy-contact-form-contact input {
    height: 60px !important;
    padding: 0 20px !important;
  }
  .module-body-copy-contact-form-contact textarea.message-input {
    padding: 20px 20px;
    height: 200px;
  }
}

.gm-style-iw {
  left: 0 !important;
  top: 0 !important;
}

.green-map-content {
  background-color: #425b3e;
  color: white;
  font-family: DIN, sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 20px;
}

#gmap_canvas > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  background-color: #425b3e !important;
}

#gmap_canvas > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div {
  background-color: #425b3e !important;
}

#gmap_canvas > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div {
  background-color: #425b3e !important;
}

.type-select {
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-arrow {
  position: absolute;
  left: 41%;
  top: 112px;
}
@media screen and (max-width: 992px) {
  .select-arrow {
    left: 38%;
  }
}

.module-article {
  margin-top: 40px;
}
.module-article .article-date {
  font-size: 21px;
  font-family: DIN, sans-serif;
  text-align: center;
  display: inline-block;
  background-color: #DEAD71;
  color: white;
  position: absolute;
  right: 0;
  padding: 10px 20px;
  font-weight: 900;
}
.module-article .left-article-side {
  min-height: 200px;
  padding-left: 0;
  padding-right: 0;
}
.module-article .left-article-side .article-image {
  display: block;
  height: 365px;
  background-size: cover;
  background-position: center;
}
.module-article .left-article-side .article-content {
  background-color: white;
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
}
.module-article .left-article-side .article-content .article-title {
  font-family: DIN, sans-serif;
  font-size: 20px;
}
.module-article .left-article-side .article-content .separator {
  margin-bottom: 5px;
}
.module-article .left-article-side .article-content .article-author {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
}
.module-article .left-article-side .article-content .article-author p {
  margin-bottom: 0;
}
.module-article .left-article-side .article-content h3 {
  font-family: DIN, sans-serif;
  font-size: 21px;
  font-weight: 900;
  padding-bottom: 15px;
}
.module-article .left-article-side .article-content p {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
.module-article .left-article-side .article-content blockquote {
  min-height: 150px;
  border-top: 2px solid #DEAD71;
  border-bottom: 2px solid #DEAD71;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 31px;
  color: #797979;
  font-style: italic;
  padding-left: 15%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.module-article .left-article-side .article-content blockquote p {
  font-family: Raleway, sans-serif;
  font-size: 31px;
  color: #797979;
  font-style: italic;
}
.module-article .left-article-side .article-content blockquote::before {
  content: ",,";
  position: absolute;
  top: 15px;
  left: 35px;
  font-size: 155px;
  color: #DEAD71;
  font-family: georgia;
  letter-spacing: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1280px) {
  .module-article .left-article-side .article-content blockquote::before {
    left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .module-article .left-article-side .article-content blockquote::before {
    left: -10px;
  }
}
.module-article .left-article-side .article-content h4 {
  font-family: DIN, sans-serif;
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 15px;
}
.module-article .left-article-side .article-content .download-pdf {
  height: 50px;
  background-color: #DEAD71;
  line-height: 54px;
  font-size: 21px;
  font-family: DIN, sans-serif;
  color: white;
  width: 170px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.module-article .right-article-side .articles-and-videos .video-part {
  position: relative;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-top: 20px;
}
.module-article .right-article-side .articles-and-videos .video-part .video .play-button {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.module-article .right-article-side .articles-and-videos .video-part .video-image {
  height: 170px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.module-article .right-article-side .articles-and-videos .video-part .video-title {
  padding-top: 5px;
  font-family: DIN, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
  padding-left: 10px;
  margin: 0 0 6px;
}
.module-article .right-article-side .articles-and-videos .video-part .video-subtitle {
  font-family: Raleway, sans-serif;
  font-style: italic;
  font-size: 16px;
  padding-left: 10px;
}
.module-article .right-article-side .articles-and-videos .video-part .video-desc {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.6em;
}
@media screen and (max-width: 992px) {
  .module-article .right-article-side .articles-and-videos .video-part .video-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .module-article .right-article-side .articles-and-videos .video-part .video-desc {
    font-size: 16px;
  }
}
.module-article .right-article-side .articles-and-videos .video-part .video-date {
  position: absolute;
  left: 0;
  font-size: 21px;
  font-family: DIN, sans-serif;
  display: block;
  color: white;
  text-align: center;
  background-color: #DEAD71;
  padding: 10px 20px;
  bottom: 0;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .module-article .right-article-side .articles-and-videos .video-part .video-date {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .module-article .right-article-side .articles-and-videos .video-part .video-date {
    display: block;
  }
}
.module-article .right-article-side .articles-and-videos .single-related-post {
  padding: 30px;
  padding-top: 0;
  background-color: white;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .module-article .right-article-side .articles-and-videos .single-related-post {
    margin-bottom: 50px !important;
  }
}
.module-article .right-article-side .articles-and-videos .single-related-post .single-date {
  position: absolute;
  font-size: 21px;
  font-family: DIN, sans-serif;
  display: block;
  color: white;
  text-align: center;
  background-color: #DEAD71;
  padding: 10px 20px;
  right: 0;
  font-weight: 900;
}
.module-article .right-article-side .articles-and-videos .single-related-post .single-title {
  color: #373a3c;
  padding-top: 60px;
  font-weight: 900;
  font-size: 24px;
  font-family: DIN, sans-serif;
}
.module-article .right-article-side .articles-and-videos .single-related-post .single-content {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .module-article .right-article-side .articles-and-videos .single-related-post .single-content {
    padding-bottom: 20px;
  }
}
.module-article .right-article-side .articles-and-videos .single-related-post .single-download {
  background-color: #DEAD71;
  font-size: 21px;
  font-family: DIN, sans-serif;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin: 20px 0;
  font-weight: 900;
}
.module-article .article-breadcrumbs {
  margin-bottom: 25px;
}
.module-article .article-breadcrumbs p {
  display: inline-block;
  font-size: 15px;
  font-family: Raleway, sans-serif;
}
.module-article .article-breadcrumbs p a {
  color: #373a3c;
}
.module-article .article-breadcrumbs span {
  color: #425b3e;
}

#mc {
  height: 400px;
  width: 1200px;
  color: white !important;
}

#mc > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div {
  background-color: #425b3e !important;
}

#mc > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div {
  background-color: #425b3e !important;
}

#mc > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(3) > img {
  display: none;
}

#mc > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  background-color: #425b3e !important;
}

#mc > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div {
  background-color: #425b3e !important;
}

#mc > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div {
  background-color: #425b3e !important;
}

#mc > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div > div > div {
  width: 200px !important;
}

.gm-style-iw * {
  display: block;
  background-color: #425b3e !important;
  color: white;
  font-family: DIN, sans-serif;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 15px;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

@media screen and (max-width: 768px) {
  .single-download {
    margin-bottom: 0px !important;
    width: 100% !important;
    left: 0;
    position: absolute;
    margin-top: 0px !important;
  }

  .article .right-article-side .articles-and-videos .single-related-post {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .article .right-article-side .articles-and-videos .single-related-post .single-title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .article .right-article-side .articles-and-videos .single-related-post .single-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .article .right-article-side .articles-and-videos .single-related-post .separator {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module-small-title-background-image {
  height: 200px;
}
.module-small-title-background-image .text-left {
  bottom: -110px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  color: white;
  font-family: DIN, sans-serif;
  font-size: 30px;
  width: 100%;
  background: rgba(33, 56, 29, 0.8);
}

.module-fact-sheets {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
  background-color: white;
  margin-bottom: 20px;
  display: inline-block;
}
.module-fact-sheets .even {
  width: 49.1%;
  float: left;
  display: inline-block;
  margin-left: 10px;
}
.module-fact-sheets .odd {
  width: 49.1%;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.module-fact-sheets .single-fact-sheet {
  height: 85px;
  width: 100%;
  display: inline-block;
}
.module-fact-sheets .single-fact-sheet .fact-sheet-name {
  padding-left: 20px;
  line-height: 85px;
  font-family: DIN, sans-serif;
  font-size: 20px;
  position: relative;
  background-color: #f4f4f4;
}
.module-fact-sheets .single-fact-sheet .fact-sheet-name img {
  position: absolute;
  right: 30px;
  top: 25px;
}

.odd .single-fact-sheet:nth-child(even) .fact-sheet-name {
  background-color: white;
}

.even .single-fact-sheet:nth-child(even) .fact-sheet-name {
  background-color: white;
}

@media screen and (max-width: 1280px) {
  .module-fact-sheets .even {
    margin-left: 0;
    width: 100%;
  }

  .module-fact-sheets .odd {
    width: 100%;
    margin-right: 0;
  }
}
.module-legal-information {
  padding-left: 25px;
  padding-right: 25px;
}
.module-legal-information h3 {
  font-size: 22px;
  font-family: DIN, sans-serif;
  padding-bottom: 10px;
}
.module-legal-information p {
  font-family: Raleway, sans-serif;
}
.module-legal-information .upper-text {
  font-weight: 900;
  font-size: 14px;
  padding-bottom: 8px;
}
.module-legal-information .lower-text {
  font-size: 14px;
  padding-bottom: 20px;
}

.module-content-title {
  background-color: white;
}
.module-content-title .title {
  font-family: DIN, sans-serif;
  font-size: 30px;
  color: #425b3e;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.module-content-title .content {
  padding-left: 30px;
  font-size: 16px;
  font-family: Raleway, sans-serif;
  padding-bottom: 20px;
  padding-right: 30px;
}

.left-alternate {
  padding: 0;
}
.left-alternate .module-legal-information {
  padding-top: 10px;
}

.module-fund-materials {
  background-color: white;
}
.module-fund-materials .fund-materials-title {
  background-color: #425b3e;
  color: white;
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 26px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.module-fund-materials .fund-materials-content .single-fund-material {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: DIN, sans-serif;
  font-size: 18px;
  min-height: 40px;
  border-bottom: 1px solid #a1a1a1;
  width: 100%;
}
.module-fund-materials .fund-materials-content .single-fund-material img {
  float: right;
  margin-top: -5px;
}
.module-fund-materials .fund-materials-content .single-fund-material:nth-last-of-type(1) {
  border-bottom: none;
}

.module-regulatory-news-service {
  background-color: white;
}
.module-regulatory-news-service .regulatory-news-title {
  background-color: #425b3e;
  color: white;
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 26px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.module-regulatory-news-service .regulatory-news-content .regulatory-news-material {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: DIN, sans-serif;
  font-size: 18px;
  min-height: 40px;
  border-bottom: 1px solid #a1a1a1;
  width: 100%;
}
.module-regulatory-news-service .regulatory-news-content .regulatory-news-material:nth-last-of-type(1) {
  border-bottom: none;
}

.module-fund-terms-service-providers {
  background-color: white;
}
.module-fund-terms-service-providers .fund-term-title {
  background-color: #425b3e;
  color: white;
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 26px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.module-fund-terms-service-providers .fund-term-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: DIN, sans-serif;
  font-size: 18px;
  min-height: 40px;
  border-bottom: 1px solid #a1a1a1;
  width: 100%;
}
.module-fund-terms-service-providers .fund-term-content a {
  color: #DEAD71;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}
.module-fund-terms-service-providers .fund-term-content .black-title {
  font-family: DIN, sans-serif;
  font-size: 18px;
}
.module-fund-terms-service-providers .fund-term-content .gray-subtitle {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #9f9f9f;
}
.module-fund-terms-service-providers .fund-term-content:nth-last-of-type(1) {
  border-bottom: none;
}

.module-title-and-text {
  background-color: white;
  padding: 20px 30px;
}
.module-title-and-text .title {
  font-family: DIN, sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
}
.module-title-and-text .subtitle {
  font-family: Raleway, sans-serif;
  font-size: 21px;
}
.module-title-and-text .text p:last-child {
  margin: 0;
}

.member-read-more {
  cursor: pointer;
}

.body-copy-contact-form .right-side br {
  display: none;
}

.module-body-copy-contact-form-contact .right-col br {
  display: none;
}

.member-content .single-image {
  display: inline-block;
  float: left;
  width: 20%;
  height: 20%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.member-content .single-image img {
  height: auto;
  width: 100%;
}
.member-content .member-full-name {
  float: right;
  width: 78%;
  font-family: DIN, sans-serif;
  font-size: 36px;
  font-weight: 900;
}
.member-content .member-full-position {
  float: right;
  width: 78%;
  color: #DEAD71;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: Raleway, sans-serif;
}
.member-content .member-full-content {
  width: 78%;
  float: right;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .mobile-member {
    text-align: left;
  }
  .mobile-member .member-content {
    margin: 15px;
  }
  .mobile-member .member-content .single-image {
    display: inline-block;
    float: left;
    width: 40%;
    margin-right: 2%;
    position: relative;
    left: 32%;
    margin-bottom: 20px;
  }
  .mobile-member .member-content .member-full-name {
    float: right;
    width: 100%;
    font-family: DIN, sans-serif;
    font-size: 36px;
    font-weight: 900;
  }
  .mobile-member .member-content .member-full-position {
    float: right;
    width: 100%;
    color: #DEAD71;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Raleway, sans-serif;
  }
  .mobile-member .member-content .member-full-content {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
  }
  .mobile-member .member-content .separator {
    display: inline-block;
    width: 100%;
  }
}
.office-locations {
  background-color: white;
  padding: 30px;
  display: table;
  width: 100%;
}
.office-locations .one-location {
  display: inline-block;
}
.office-locations .one-location .separator {
  text-align: center;
  margin: 0 0 10px;
}
.office-locations .one-location .one-location-title {
  font-family: DIN, sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 21px;
  margin: 0 0 10px;
}
.office-locations .one-location .one-location-content {
  text-align: center;
}
.office-locations .one-location .one-location-content p:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .office-locations .one-location {
    width: 100%;
    margin: 0 0 30px;
  }
  .office-locations .one-location:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .office-locations {
    min-height: 340px;
  }
}

.pop-up-content {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .pop-up-content {
    overflow-y: scroll;
    padding-bottom: 50px;
  }
}

.module-body-copy-and-diagram .pop-up {
  top: 15% !important;
  position: fixed;
}

.tabs-container .read-more {
  cursor: pointer;
}

.full-content-tab {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .module-body-copy-contact-form-contact .right-col .text {
    margin-top: 62px;
  }

  .office-locations {
    height: 875px;
  }
}
@media screen and (max-width: 768px) {
  .member-content .single-image {
    height: 35%;
    width: 35%;
    position: relative;
    float: none;
    display: block;
  }
  .member-content .member-full-name {
    width: 100%;
    float: none;
    display: block;
  }
  .member-content .member-full-position {
    width: 100%;
    float: none;
    display: block;
  }
  .member-content .member-full-content {
    width: 100%;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tabs-container .read-more a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .module-body-copy-contact-form-contact .col-md-push-6 {
    padding-right: 0px;
    padding-left: 12px;
    margin-top: 15px;
  }
}
.module-funds-awards {
  background-color: #445B41;
  padding: 20px 30px;
  margin: 0 0 10px;
}
.module-funds-awards .images {
  margin: auto;
  display: table;
}
.module-funds-awards .images a {
  float: left;
}
.module-funds-awards .images a img {
  margin: 20px 12px 20px 12px;
  max-width: 128px;
}
@media screen and (max-width: 1279px) {
  .module-funds-awards .images img {
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .module-funds-awards .images img {
    padding: 0 !important;
    margin: 10px auto;
    display: block;
  }
}
.pop-up .container .pop-up-content ul {
  margin-left: 16px;
}

.table-without-read-more ul {
  margin-left: 16px;
}

@supports (-ms-ime-align: auto) {
  .module-insights .single-box {
    font-size: 10px;
  }
}
.about-us-title-and-body-copy h1 {
  color: #313131;
  font-family: DIN, sans-serif;
  font-size: 33px;
  font-weight: 900;
  font-style: normal;
  line-height: 46.2px;
  text-align: center;
  letter-spacing: normal;
  position: relative;
  box-sizing: border-box;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 27px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}

body.etfModalEnabled {
  position: relative;
  overflow: hidden;
}
body.etfModalEnabled #etfModal {
  background-color: rgba(100, 100, 100, 0.5);
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  align-items: center;
}
body.etfModalEnabled #etfModal #etfNotice {
  background-color: white;
  box-shadow: 0px 0px 10px #646464;
  display: flex;
  justify-content: center;
  width: 300px;
  height: 200px;
  padding: 1rem;
  flex-flow: row wrap;
  align-items: center;
}
body.etfModalEnabled #etfModal #etfNotice #etfNoticeMsg {
  text-align: center;
  flex: 0 1 100%;
}
body.etfModalEnabled #etfModal #etfNotice #etfNoticeBtn {
  flex: 0 1 75px;
}

/*# sourceMappingURL=delta.css.map */
