body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  margin-top: 10px;
  padding-left: 80px;
  background-image: url('../acnews-images/icon-ancestry.svg');
  background-position: 0% 0%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px rgba(71, 77, 84, 0.35);
}

.basic-container {
  width: 80%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.basic-container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.image {
  width: 100%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6ba410;
  font-weight: 400;
}

.nav-link:hover {
  color: #71b6ce;
}

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

.nav-link.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 70px;
  -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: #005c7d;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 92, 125, 0.9)), to(rgba(113, 182, 206, 0.85))), url('../acnews-images/hero-home.jpg');
  background-image: linear-gradient(270deg, rgba(0, 92, 125, 0.9), rgba(113, 182, 206, 0.85)), url('../acnews-images/hero-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-section.uk-newsroom {
  /* background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 92, 125, 0.9)), to(rgba(113, 182, 206, 0.85))), url('../acnews-images/CC_hero.jpg');
  background-image: linear-gradient(270deg, rgba(0, 92, 125, 0.9), rgba(113, 182, 206, 0.85)), url('../acnews-images/CC_hero.jpg'); */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 92, 125, 0.9)), to(rgba(113, 182, 206, 0.85))), url();
  background-image: linear-gradient(270deg, rgba(0, 92, 125, 0.9), rgba(113, 182, 206, 0.85)), url();
  background-position: 0px 0px, 50% 0%;
}

.white-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.arrow-link {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 30px;
  background-image: url('../acnews-images/icon-arrow-purple.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.arrow-link:hover {
  padding-right: 35px;
  letter-spacing: 0.4px;
}

.arrow-link.white-text {
  color: #fff;
}

.arrow-link.white-text.blue-arrow {
  background-image: url('../acnews-images/icon-arrow-blue.svg');
}

.arrow-link.blue-arrow {
  background-image: url('../acnews-images/icon-arrow-blue.svg');
}

.arrow-link.dark-text {
  color: #3a3f45;
}

.arrow-link.dark-text.green2-arrow {
  background-image: url('../acnews-images/icon-arrow-green2.svg');
}

.block-article-title {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 300;
}

.basic-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  min-width: 260px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-radius: 50px;
  background-color: #9cbe30;
  background-image: -webkit-gradient(linear, left top, right top, from(#b8d94c), to(#9cbe30));
  background-image: linear-gradient(90deg, #b8d94c, #9cbe30);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.basic-btn:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.basic-btn.btn-white {
  width: 100%;
  max-width: 280px;
  min-width: 0px;
  margin: 5px auto 20px;
  background-color: #f5f5f5;
  background-image: none;
  color: #6ba410;
}

.basic-btn.btn-white.align-left {
  margin-top: 20px;
  margin-left: 0px;
}

.basic-btn.btn-lightblue {
  background-image: -webkit-gradient(linear, left top, right top, from(#71b6ce), to(#0079a3));
  background-image: linear-gradient(90deg, #71b6ce, #0079a3);
}

.basic-btn.btn-greenblue {
  margin-top: 10px;
  background-color: #489b9b;
  background-image: -webkit-gradient(linear, left top, right top, from(#68c2c2), to(#489b9b));
  background-image: linear-gradient(90deg, #68c2c2, #489b9b);
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.button-holder.btn-align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cc-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0079a3;
}

.cc-half-section.cc-green-bg {
  background-color: #9cbe30;
  background-image: linear-gradient(169deg, transparent, #b8d94c);
}

.cc-half-block-img {
  width: 50%;
  min-height: 400px;
  background-image: url('../acnews-images/cc-bgi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 550px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.half-section-text-holder.dark-text {
  color: #767676;
}

.gray-gradient-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #474d54;
  background-image: -webkit-gradient(linear, left top, right top, from(#474d54), to(#2d3136));
  background-image: linear-gradient(90deg, #474d54, #2d3136);
  color: #fff;
}

.gray-gradient-content-holder {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.half-block-right {
  width: 50%;
  padding-left: 50px;
}

.cc-press-release-article-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #9cbe30;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  text-decoration: none;
}

.cc-press-release-article-block.middle-block {
  margin-top: 25px;
  margin-bottom: 25px;
}

.news-article-info {
  display: block;
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
}

.news-article-info.news-page {
  padding-top: 15px;
  color: #3a3f45;
  font-size: 18px;
}

.news-title {
  font-size: 20px;
  line-height: 1.4em;
}

.news-title.news-page {
  font-size: 24px;
  text-decoration: none;
}

.news-title.news-page {
  font-size: 24px;
}

.employment-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  overflow: hidden;
  width: 50%;
  max-height: 400px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.employment-globe {
  width: 80%;
  margin-top: -3%;
  margin-left: auto;
  padding-top: 80%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 1000px;
  background-color: #9cbe30;
  background-image: url('../acnews-images/bgi-worldmap.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(184, 217, 76, 0.7)), to(rgba(184, 217, 76, 0.7))), url('../acnews-images/globe-bgi.jpg');
  background-image: url('../acnews-images/bgi-worldmap.svg'), linear-gradient(180deg, rgba(184, 217, 76, 0.7), rgba(184, 217, 76, 0.7)), url('../acnews-images/globe-bgi.jpg');
  background-position: 50% 0%, 0px 0px, 50% 50%;
  background-size: auto 100%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #005c7d;
}

.footer-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  width: 300px;
}

.footer-link {
  margin-right: 12px;
  color: #f5f5f5;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-9 {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}

.copyright-p {
  padding-top: 12px;
}

.footer-div-left {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-social-icon {
  width: 35px;
  max-height: 35px;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.footer-social-icon:hover {
  -webkit-filter: none;
  filter: none;
}

.footer-social-lb {
  max-width: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 18px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-2 {
  position: static;
  margin-right: 0px;
  margin-left: 8px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 0 8px 15px -10px #5e6770;
}

.nav-dropdown-link {
  color: #6ba410;
}

.nav-dropdown-link:hover {
  color: #71b6ce;
}

.nav-dropdown-link.w--current {
  color: #489b9b;
}

.about-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  -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;
  opacity: 0;
}

.cc-green-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #9cbe30;
  background-image: -webkit-gradient(linear, left top, right top, from(#b8d94c), to(#6ba410));
  background-image: linear-gradient(90deg, #b8d94c, #6ba410);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.sortby-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paginator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.page-arrow-icon {
  width: 10px;
  margin-right: 25px;
  margin-left: 25px;
}

.post-info {
  font-size: 18px;
  font-weight: 700;
}

.share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-icon {
  width: 30px;
  max-height: 25px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.share-icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.share-lb {
  margin-right: 9px;
  margin-left: 9px;
}

.dropdown {
  margin-right: 0px;
  margin-left: 10px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-7 {
  width: 22px;
  margin-left: 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pr-listing-holder {
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.cc-h2 {
  border-bottom: 1px solid #489b9b;
  color: #489b9b;
}

.cc-pr-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cc-div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #489b9b;
  color: #489b9b;
  font-size: 22px;
  text-align: center;
}

.green-blue-section {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #489b9b;
  background-image: url('../acnews-images/cc_white-ancestry-watermark.svg');
  background-position: 8% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #f5f5f5;
  text-align: center;
}

.dropdown-toggle-2 {
  border-style: solid;
  border-width: 0.5px;
  border-color: #a9a9a9;
  border-radius: 5px;
  color: #3a3f45;
}

.dropdown-list-3 {
  background-color: #f5f5f5;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  box-shadow: 0 1px 15px -8px #474d54;
}

.news-article-block {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #aee1f5;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  text-decoration: none;
}

.news-article-block.pr-page {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #356507;
  color: #9cbe30;
}

.news-article-block.pr-page.last-listing {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.arrow-link-2 {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 30px;
  background-image: url('../acnews-images/icon-arrow-purple.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.arrow-link-2:hover {
  padding-right: 35px;
  letter-spacing: 0.4px;
}

.arrow-link-2.dark-text {
  color: #3a3f45;
}

.arrow-link-2.dark-text.green2-arrow {
  background-image: url('../acnews-images/icon-arrow-green2.svg');
}

.arrow-link-2.back-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 30px;
  background-image: url('../acnews-images/icon-arrow-green2-reverse.svg');
  background-position: 0% 50%;
}

.news-article-info-2 {
  display: block;
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
}

.news-article-info-2.news-page {
  padding-top: 15px;
  color: #3a3f45;
  font-size: 18px;
}

.paginator-link-2 {
  margin-right: 8px;
  margin-left: 8px;
  color: #3a3f45;
  font-size: 19px;
  text-decoration: none;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.block-quote-2 {
  display: inline-block;
  max-width: 40%;
  margin-right: 20px;
  padding: 30px 40px;
  float: left;
  border-left-width: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5em;
}

.white-bold-link {
  color: #f5f5f5;
  font-weight: 700;
}

.white-bold-link:hover {
  text-decoration: none;
}

.paragraph-3 {
  padding-left: 85px;
}

.green-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #9cbe30;
  background-image: -webkit-gradient(linear, left top, right top, from(#b8d94c), to(#6ba410));
  background-image: linear-gradient(90deg, #b8d94c, #6ba410);
  color: #fff;
}

.div-block-21 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  min-width: 260px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-radius: 50px;
  background-color: #9cbe30;
  background-image: -webkit-gradient(linear, left top, right top, from(#b8d94c), to(#9cbe30));
  background-image: linear-gradient(90deg, #b8d94c, #9cbe30);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.basic-btn-2:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.basic-btn-2.btn-white2 {
  margin-left: 30px;
  background-color: #fff;
  background-image: none;
  color: #6ba410;
}

.div-block-16 {
  text-align: center;
}

.div-block-15 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offices-block {
  width: 33.333333333333336%;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

html.w-mod-js *[data-ix="body-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="section-appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 60px;
    background-position: 0% 50%;
    background-size: 45px;
  }

  .basic-container {
    width: 85%;
  }

  .nav-link {
    padding-left: 25px;
    font-size: 18px;
  }

  .nav-link.nav-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cc-half-section.cc-green-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-half-block-img {
    width: 100%;
  }

  .half-section-text-holder {
    width: 85%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .half-section-text-holder.dark-text {
    width: 42.5%;
    margin-left: 0px;
    padding-left: 50px;
  }

  .cc-press-release-article-block {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .div-block-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .employment-globe {
    width: 90%;
    margin-top: 0px;
    padding-top: 90%;
  }

  .footer-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-div-left {
    width: 100%;
  }

  .footer-social-lb {
    margin-right: 20px;
    margin-left: 0px;
  }

  .icon {
    color: #9cbe30;
    font-size: 40px;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 4px 0 14px -7px #3a3f45;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .dropdown-list.w--open {
    position: static;
    box-shadow: none;
  }

  .nav-dropdown-link {
    padding-top: 5px;
    padding-left: 35px;
    color: #6ba410;
  }

  .cc-green-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-7 {
    width: 28px;
    margin-left: 25px;
    padding-top: 10px;
  }

  .cc-div-block-23 {
    padding-top: 6%;
  }

  .green-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .basic-btn-2.btn-white2 {
    margin-top: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-left: 60px;
    background-size: 40px;
    font-size: 38px;
  }

  .basic-container.hero-container {
    font-size: 20px;
  }

  .block-article-title {
    font-size: 28px;
  }

  .cc-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-half-block-img {
    width: 100%;
    min-height: 300px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .half-section-text-holder {
    width: 85%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .half-section-text-holder.dark-text {
    width: 85%;
    margin-left: auto;
    padding-left: 0px;
  }

  .gray-gradient-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: 50px;
  }

  .half-block-right {
    width: 100%;
    padding-left: 0px;
  }

  .cc-press-release-article-block {
    width: 100%;
  }

  .employment-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-8 {
    width: 100%;
    max-height: 300px;
  }

  .employment-globe {
    width: 100%;
    margin-left: 0px;
    padding-top: 100%;
  }

  .sortby-holder {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .cc-h2 {
    margin-bottom: 3%;
  }

  .cc-pr-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-quote-2 {
    max-width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .offices-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-left: 40px;
    background-size: 30px;
    font-size: 33px;
  }

  .basic-container.nav-container {
    width: 90%;
  }

  .basic-container.hero-container {
    width: 88%;
    font-size: 18px;
  }

  .hero-section {
    min-height: 40vh;
  }

  .basic-btn {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
  }

  .button-holder {
    width: 100%;
  }

  .news-article-info.news-page {
    font-size: 16px;
  }

  .sortby-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .page-arrow-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-article-info-2.news-page {
    font-size: 16px;
  }

  .paginator-link-2 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .block-quote-2 {
    padding: 20px;
    font-size: 22px;
  }

  .basic-btn-2 {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
  }
}

