/* HEADER
---------------------------------------------------------------------------------------------------- */
.page-template-page-customer-dataworld a {
  color: #6290c3 !important;
}

#dataworld-header {
  background-color: #fff !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.dataworld-nav-outer {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: .5rem 0;
  max-width: 1440px;
  width: 80%;
}

.dataworld-nav-outer nav {
  padding: 0.5rem 0;
}

.admin-bar #dataworld-header {
  top: 32px;
}

.navbar-brand.logo {
    text-indent: -9999em;
    background: url('/wp-content/themes/trustgrid/library/assets-customers/dataworld/dataworld-logo.png') center no-repeat;
    height: 45px;
    width: 188px;
    overflow: hidden;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.dataworld-contact-form {
  padding: 100px 0 0 0;
}

.dataworld-form-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.dataworld-hero-content-outer,
.dataworld-form-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center !important;
  margin-right: -15px;
  margin-left: -15px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.dataworld-form-outer {
  height: auto;
}

.dataworld-hero-content-inner,
.dataworld-form-inner {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.dataworld-hero-content-inner h1 {
  text-transform: none;
  text-align: center;
  font-weight: 400;
  font-size: 2.625em;
  line-height: 1.125;
  margin-bottom: 0.6666667em;
}

.dataworld-hero-content-inner p {
  font-size: 17px;
  line-height: 28.8px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .dataworld-hero-container,
  .dataworld-form-container,
  .dataworld-innter-footer {
    max-width: 1140px;
  }
}

#dataworld-footer {
  margin-top: 60px;
  background-color: #333d49;
  position: relative;
}

#dataworld-footer .dataworld-inner-footer {
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #333d49;
}

#dataworld-footer .dataworld-inner-footer-bottom {
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #232932;
}

#dataworld-footer .dataworld-inner-footer p {
  text-align: right;
}

#dataworld-footer .dataworld-inner-footer img {
  opacity: 0.5;
  height: 32px;
  width: auto;
}

/* Dataworld TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

/* Gravity Forms Styles
--------------------------------------------- */
.dataworld-contact-form h1,
.dataworld-contact-form h2 {
  text-transform: none;
}

.dataworld-contact-form h2,
.dataworld-contact-form .gform_wrapper h2.gsection_title {
  font-weight: 600;
  color: #333d49 !important;
}

.dataworld-contact-form h4 {
  font-weight: 400;
  color: #9581ca !important;
}

.dataworld-contact-form .gform_wrapper label.gfield_label {
  font-weight: 300 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-weight: 300 !important;
}

.dataworld-contact-form .gform_wrapper .gform_footer input[type=submit] {
  background-color: #fbc337 !important;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  border-color: transparent;
  border: none;
  text-shadow: 0 0.0833333em 0.0833333em rgba(0,0,0,0.25);
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 1.125em 1.75em;
  cursor: pointer;
  top: 0;
  border-radius: 0;
  transition: 75ms linear top, 75ms linear box-shadow;
  box-shadow: 0 0.1666666667em 0.1666666667em rgba(0,0,0,0.1);
}

input::-webkit-input-placeholder {
    color: #c0bcbb;
    font-style: italic;
}
input:-moz-placeholder {
    /* FF 4-18 */
    color: #c0bcbb;
    font-style: italic;
}
input::-moz-placeholder {
    /* FF 19+ */
    color: #c0bcbb;
    font-style: italic;
}
input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c0bcbb;
    font-style: italic;
}
