@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&family=Roboto:wght@300;400;700&display=swap");
@import '../vendor/H1Icons-v1.1/style.css';
.gradient-underline {
  display: inline-block;
}
.gradient-underline:after {
  content: "";
  display: block;
  height: 4px;
  background: #0018ff;
  background: -moz-linear-gradient(99deg, #1a73e8 0%, #cfffff 100%);
  background: -webkit-linear-gradient(99deg, #1a73e8 0%, #cfffff 100%);
  background: linear-gradient(99deg, #1a73e8 0%, #cfffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0018ff",endColorstr="#cfffff",GradientType=1);
}
.gradient-underline:after {
  margin: 0.25em 0;
}

@font-face {
  font-family: "H1Sans";
  src: url("../fonts/ProductSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "H1Sans";
  src: url("../fonts/ProductSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "H1Sans";
  src: url("../fonts/ProductSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "H1Sans";
  src: url("../fonts/ProductSans-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

h1 {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 1.125rem;
  }
}

.custom-select {
  -webkit-appearance: none;
}

.vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vimeo iframe,
.vimeo object,
.vimeo embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vh * 16 / 9);
  height: 100%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .vimeo iframe,
.vimeo object,
.vimeo embed {
    width: 100%;
    height: calc(100vw / 16 * 9);
  }
}
.grecaptcha-badge {
  display: none !important;
}

.block-type-image img {
  width: 100%;
}

.random-bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-caption {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 8.3333333333%;
  position: absolute;
  top: 80px;
  z-index: 2;
  color: #fff;
}
@media (min-width: 576px) {
  .hero-caption {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 8.3333333333%;
    top: auto;
    bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero-caption {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .hero-caption {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.hero-caption p {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.big-round-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 60px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.25s;
}

.hero-social {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .hero-social {
    padding-top: 170px;
  }
}
.hero-social .social-widget .widget-menu {
  justify-content: flex-end;
}
.hero-social .social-widget .widget-menu-item {
  margin-right: 0;
  margin-left: 1em;
  padding: 0.75rem;
  background-color: #1a73e8;
  font-size: 1.25rem;
  line-height: 1;
}
.hero-social .social-widget .widget-menu-item .icon {
  color: #fff;
}

.swipe-compare-label {
  max-width: 160px;
  padding: 0.25em 0.75em;
  background-color: #fff;
  font-size: 0.75rem;
}

.breadcrumb {
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.breadcrumb a {
  color: #858894;
}

.breadcrumb-reversed .breadcrumb a {
  color: #cfffff;
}
.breadcrumb-reversed .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-reversed .breadcrumb-item + .breadcrumb-item:before {
  color: #cfffff;
}

.jumbotron-video-overlay .overlay {
  position: relative;
  z-index: 2;
}
.jumbotron-video-overlay .video {
  position: relative;
  z-index: 1;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid #777;
}

.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-container + .carousel-controls .swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container + .carousel-controls .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-container + .carousel-controls .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.carousel-arrow {
  outline: none;
}

.card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0b0a17;
  background: -moz-linear-gradient(0deg, rgba(11, 10, 23, 0.75) 10%, rgba(11, 10, 23, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(11, 10, 23, 0.75) 10%, rgba(11, 10, 23, 0) 60%);
  background: linear-gradient(0deg, rgba(11, 10, 23, 0.75) 10%, rgba(11, 10, 23, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0a17",endColorstr="#0b0a17",GradientType=1);
}
.card.type-dataset .card-body, .card.theme-post .card-body {
  flex-grow: initial;
}
.card.type-dataset .partner-logo img, .card.theme-post .partner-logo img {
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 80%;
}
.card.type-dataset .bg-wrap, .card.theme-post .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.card.type-dataset .bg, .card.theme-post .bg {
  transition: 0.25s;
}
.card.type-dataset:hover .bg, .card.theme-post:hover .bg {
  transform: scale(1.2);
}
.card .card-thumb {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}

#header-logo {
  padding: 0.5rem;
}

#header-navigation .navbar {
  padding: 0;
}
@media (min-width: 768px) {
  #header-navigation .navbar {
    width: 100%;
    height: 100%;
    align-items: normal;
  }
}
@media (min-width: 768px) {
  #header-navigation .navbar-collapse {
    flex-direction: column;
    align-items: normal;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  #header-navigation .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  }
}

#header-primary {
  font-family: "H1Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #header-primary {
    margin-bottom: -0.5rem;
    padding-top: 0.5rem;
  }
}
#header-primary a {
  position: relative;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  #header-primary a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
#header-primary a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1a73e8;
  transition: 0.25s;
}
#header-primary a span {
  color: #1a73e8;
}
#header-primary a:hover {
  text-decoration: none;
}
#header-primary a:hover:after {
  height: 0.5rem;
}
#header-primary a.current-nav-link {
  background-color: #1a73e8;
  color: #fff;
}
#header-primary a.current-nav-link span {
  color: #fff;
}

#header-secondary {
  padding-top: 0.5rem;
  font-size: 0.6rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#header-secondary a {
  color: #0b0a17;
}
@media (min-width: 768px) {
  #header-secondary {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#hero {
  color: #fff;
}
#hero h1 {
  display: inline-block;
}
#hero h1:after {
  content: "";
  display: block;
  height: 4px;
  background: #0018ff;
  background: -moz-linear-gradient(99deg, #1a73e8 0%, #cfffff 100%);
  background: -webkit-linear-gradient(99deg, #1a73e8 0%, #cfffff 100%);
  background: linear-gradient(99deg, #1a73e8 0%, #cfffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0018ff",endColorstr="#cfffff",GradientType=1);
}
#hero.has-bg {
  overflow: hidden;
}
#hero.basic-hero {
  padding-top: 100px !important;
  color: #0b0a17;
}
#hero.basic-hero h1 {
  display: block;
}
#hero.basic-hero h1:after {
  display: none;
}
#hero.basic-hero .basic-hero-title {
  position: relative;
  color: #1a73e8;
  z-index: 5;
}

#hero-image {
  z-index: 1;
}

@media (max-width: 800px) {
  #hero-image .bg {
    background-size: 100% auto;
  }
}
@media (max-width: 600px) {
  #hero-image .bg {
    background-size: auto 100%;
  }
}
#hero-title {
  z-index: 2;
}

#hero-text {
  z-index: 3;
}

body:not(.home) #hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  body:not(.home) #hero-text {
    min-height: 80vh;
  }
}

#footer-google img {
  width: 100%;
  max-width: 100px;
}

#copyright h6 {
  font-size: 0.625rem;
  margin-bottom: 0.5rem;
}

.home #hero-container-1 {
  position: relative;
  z-index: 2;
}
.home #hero-buckets {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home #hero-buckets {
    flex-wrap: nowrap;
  }
}
.home #hero-buckets .h7-block {
  width: 100%;
}
.home #hero-buckets .h7-block .block-text {
  flex-grow: 1;
  padding: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.25s;
}
@media (min-width: 768px) {
  .home #hero-buckets .h7-block {
    width: 33.33333%;
  }
}
.home #hero-buckets .h7-block .block-text {
  position: static;
}
.home #hero-buckets .h7-block:hover .block-text {
  transform: translateY(-3%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}
.home #hero-buckets .h7-block:hover h5:after {
  width: 100%;
}
.home #hero-buckets h5 {
  font-weight: 500;
}
.home #hero-buckets h5:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin: 0.75em 0 1em 0;
  background-color: #ced4da;
  transition: 0.25s;
}
.home #hero-buckets p {
  font-size: 0.75rem;
  line-height: 1.2;
}
.home #hero-buckets .bucket-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
}
.home #hero-partners-google {
  position: absolute;
  top: 15%;
  right: 0;
  width: 16.66667vw;
}
.home #hero-partners-google .image-wrap {
  width: 50%;
  margin: auto;
}
.home #hero-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #hero-images .block-text {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 41.6666666667%;
  position: absolute;
  top: 120px;
  z-index: 2;
  text-align: right;
  color: #fff;
}
@media (min-width: 576px) {
  .home #hero-images .block-text {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 8.3333333333%;
    top: auto;
    bottom: 1.5rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .home #hero-images .block-text {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .home #hero-images .block-text {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.home #hero-images .block-text p {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.home #hero .hero-caption {
  z-index: 50;
}
@media (max-width: 767.98px) {
  .home #hero .section-wrap {
    display: block;
    padding-top: 80px;
  }
}
.home #hero-social {
  padding-top: 0;
}
.home #hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.home #hero-text h1 {
  line-height: 0.9;
}
.home #hero-text h1:after {
  display: none;
}
@media (min-width: 768px) {
  .home #hero-text h1 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .home #hero-text h1 {
    font-size: 5.25rem;
  }
}
@media (min-width: 1200px) {
  .home #hero-text h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 768px) {
  .home #hero-partners {
    position: absolute;
    bottom: 2rem;
  }
}
.home #hero-partners .query-item-wrap {
  align-items: center;
}
@media (min-width: 768px) {
  .home #home-marketplace .carousel-controls .carousel-arrow {
    position: absolute;
    top: 50%;
  }
}
@media (min-width: 768px) {
  .home #home-marketplace .carousel-controls .carousel-arrow.arrow-prev {
    left: calc(-8.3333vw / 2);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .home #home-marketplace .carousel-controls .carousel-arrow.arrow-next {
    right: calc(-8.3333vw / 2);
    transform: translate(50%, -50%);
  }
}
.home #preview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero-globe {
  position: relative;
  z-index: 1;
}

#bridge {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../img/hero-globe-colour.jpg);
  background-size: cover;
  background-position: bottom center;
  cursor: url(../img/hero-satellite.png) 0 64, crosshair;
}

#bridgeContainer {
  position: relative;
  width: 100vw;
  height: 40vw;
  text-align: center;
  font-family: Avenir, sans-serif;
}

#home-video .overlay-toggle i {
  transition: 0.25s;
}
#home-video .overlay-toggle i:hover {
  color: #0b0a17 !important;
}

.main-content-query h6.post-count {
  font-size: 1rem;
}
.main-content-query .post-count-num {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-left: 1em;
  margin-right: 1em;
  border-radius: 50%;
  line-height: 4rem;
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #777;
  background-color: #f8f8f8;
}
.main-content-query .query-filter-menu-head {
  padding: 1.25rem;
  background-color: #cfffff;
  color: #1a73e8;
}
.main-content-query .filter-accordion-icon {
  color: #777;
}
.main-content-query .query-filter-list .query-filter-item {
  padding: 0.5rem 0;
}
.main-content-query .query-filter-list .query-filter-item:last-child {
  padding-bottom: 1.25rem;
}

#marketplace-query .type-query_items {
  transition: opacity 0.25s;
}
#marketplace-query .post-preview-inner {
  padding: 0 0.75rem 1.25rem 0.75rem;
}

body.spinner-on #marketplace-query .type-query_items {
  pointer-events: none;
  opacity: 0.25;
}

.data-overview .term-list {
  display: flex;
}
.data-overview .term-label {
  width: 33.33333%;
  color: #a6cccc;
}
.data-overview .term-items {
  width: 66.66666%;
}

.single-dataset #hero {
  background-color: #f5f5fa;
  color: #0b0a17;
}
.single-dataset #hero h1 {
  display: block;
}
.single-dataset #hero h1:after {
  display: none;
}
.feature-icon {
  margin-right: 1em;
}
.feature-icon svg {
  width: 32px;
  fill: #a6cccc;
}

.dataset-partner-logo {
  background-image: url(../img/dataset-partner-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
  background-attachment: fixed;
}

#process .block-type-text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "H1Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
#process .block-type-text li {
  width: 46%;
  padding: 0.8em 0;
  border-bottom: 1px solid #a6cccc;
}

#process-menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
}
#process-menu .sp-well {
  display: none;
}
#process-menu .active {
  font-weight: 600;
}

#service-questions .swiper-slide {
  position: relative;
}
#service-questions .swiper-slide .heading-text {
  position: absolute;
  top: 60%;
}
#service-questions .swiper-slide h5 {
  font-size: 1.5rem;
}
#service-questions .carousel-controls {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #service-questions .carousel-controls {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #service-questions .carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  #service-questions .carousel-arrow.arrow-prev {
    left: calc(8.3333vw / 2);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  #service-questions .carousel-arrow.arrow-next {
    right: calc(8.3333vw / 2);
    transform: translate(50%, -50%);
  }
}
@media (min-width: 768px) {
  #service-questions .swiper-slide-active + .swiper-slide + .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(248, 248, 248, 0.2) 0%, #f8f8f8 80%);
    z-index: 2;
  }
}

.post-preview.type-story {
  background-color: #f2f2f2;
}
.post-preview.type-story .post-thumbnail .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.post-preview.type-story .post-thumbnail .story-partner {
  position: absolute;
  bottom: -1rem;
  right: 0;
  z-index: 3;
}

.single-story #hero {
  color: #0b0a17;
}
.single-story #hero .embed-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.single-story #hero .embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-story .h7-page-section:nth-of-type(odd) #related .post-preview {
  background-color: #fff;
}

#open-positions .swiper-slide {
  height: auto;
  padding-bottom: 4rem;
}
#open-positions .swiper-slide:after {
  transition: 0.25s;
}
#open-positions .card {
  background-color: #f8f8f8;
  transition: 0.25s;
}
#open-positions .card .card-title {
  min-height: 120px;
}
#open-positions .card:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4rem;
  left: calc(50% - 32px);
  width: 0;
  height: 0;
  border: 32px solid transparent;
  transition: 0.25s;
}
#open-positions .card.open {
  background-color: #f2f2f2;
}
#open-positions .card.open:after {
  content: "";
  border-bottom-color: #1a73e8;
}
#open-positions .carousel-controls {
  padding: 0;
}
#open-positions .carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}
#open-positions .carousel-arrow.arrow-prev {
  left: -8.3333vw;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #open-positions .carousel-arrow.arrow-prev {
    left: calc(8.3333vw / 2);
  }
}
#open-positions .carousel-arrow.arrow-next {
  right: -8.3333vw;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  #open-positions .carousel-arrow.arrow-next {
    right: calc(8.3333vw / 2);
  }
}
@media (min-width: 768px) {
  #open-positions .swiper-slide-active + .swiper-slide + .swiper-slide .card-link {
    cursor: default;
    pointer-events: none;
  }
  #open-positions .swiper-slide-active + .swiper-slide + .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(248, 248, 248, 0.2) 0%, #f8f8f8 60%);
    z-index: 2;
  }
}

.job-post-apply-form {
  display: none;
}
.job-post-apply-form .wpcf7-response-output {
  margin: 2rem 8.33333vw !important;
}

#people-accordions h4 {
  cursor: pointer;
}

.contact-section .hero-caption {
  bottom: auto;
  top: 1.5rem;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 58.3333333333%;
}
@media (min-width: 576px) {
  .contact-section .hero-caption {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .contact-section .hero-caption {
    margin-left: 75%;
  }
}
.contact-section form {
  padding: 1em 0;
}
.contact-section .wpcf7-not-valid-tip {
  padding: 0.5em 0;
  font-size: 0.75rem;
}
.contact-section .wpcf7 form .wpcf7-response-output {
  max-width: 66.66667vw;
  margin-left: 8.33333vw;
  margin-bottom: 2rem;
}
.contact-section .message-col {
  display: flex;
}
.contact-section .message-col .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-section .message-col textarea {
  flex-grow: 1;
}

.ui-accordion-header {
  outline: none;
  display: flex;
  justify-content: space-between;
}
.ui-accordion-header .ui-accordion-header-icon {
  order: 2;
  color: #1a73e8;
}

.front-end-editor-link {
  display: inline-block;
  font-size: 0.75rem;
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 6px;
  cursor: pointer;
}

.front-end-editor-form {
  display: none;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.08);
}
.front-end-editor-form textarea {
  width: 100%;
}

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