/**
 * Styles for the landing page node type.
 *
 * This node displays in a unique manner and doesn't share styling nor layout
 * with any other page on the site.
 */

/**
 * Page overrides.
 */
body.node-type-landing-page {
  background: none !important;
  min-width: 0;
}

body.node-type-landing-page #zone-content,
body.node-type-landing-page #region-content {
  width: 100%;
  margin: 0;
}

body.node-type-landing-page #block-system-main {
  background: #fff !important;
  color: #222222;
}

body.node-type-landing-page #block-system-main .block-inner {
  margin: 0 !important;
  padding: 0 !important;
}

body.node-type-landing-page a {
  color: inherit;
  text-decoration: underline;
}
body.node-type-landing-page a:visited {
  color: inherit;
}
body.node-type-landing-page a:hover {
  color: inherit;
  text-decoration: none;
}

/**
 * Common styles.
 */
.landing-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 35px;
}

.landing-left {
  float: left;
}
.landing-right {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .landing-left {
    float: none;
  }
  .landing-right {
    float: none;
    text-align: center;
  }
}

.landing--banner {
  padding: 8px;
  background-color: #023E88;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
}
@media only screen and (max-width: 768px) {
  .landing--banner {
    display: none;
  }
}

/**
 * Main content area.
 */
.landing--content {
  background: #fff;
  background-image: url('/sites/all/themes/trapeze/css/images/landing-hero.png'), linear-gradient(to bottom, #d3d8dd 257px, #fff 526px);
  background-repeat: no-repeat;
  background-position: 50% -66px;
  padding-top: 300px;
}
@media only screen and (max-width: 600px) {
  .landing--content {
    background-image: url('/sites/all/themes/trapeze/css/images/landing-hero-mobile.png'), linear-gradient(to bottom, #d3d8dd 160px, #fff 412px);
    background-position: 50% -31px;
    background-size: 124%;
    padding-top: 65%;
  }
}
@media only screen and (max-width: 416px) {
  .landing--content {
    background-size: 516px;
    padding-top: 270px;
  }
}

.landing--content .messages {
  margin-bottom: 40px;
}

.landing--content .landing-left {
  width: 57.6%;
}
.landing--content .landing-right {
  width: 40.6%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .landing--content .landing-wrapper {
    padding: 0;
  }
  .landing--content .landing-left,
  .landing--content .landing-right {
    width: 100%;
  }
  .landing--content .landing-left {
    padding: 0 35px;
    box-sizing: border-box;
  }
}

.landing--content h1 {
  font-family: 'Oswald', serif;
  font-weight: 400;
  color: #000;
  font-size: 5.75em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.landing--content h1 strong {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .landing--content h1 {
    font-size: 3.53em;
  }
}

.landing--content hr {
  background-color: #888888;
  width: 55.8%;
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  .landing--content hr {
    margin-right: auto;
    margin-left: auto;
  }
}

.landing--content h3 {
  max-width: 540px;
  font-size: 2.58em;
  color: #023E88;
  line-height: 1.2;
  margin: 26px 0;
}
@media only screen and (max-width: 768px) {
  .landing--content h3 {
    font-size: 1.75em;
  }
}

.landing--content p {
  font-size: 1.55em;
  line-height: 1.3;
}

.landing--content--logos {
  margin-top: 75px;
}
.landing--content--logos .field-item {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
}
.landing--content--logos .field-item img {
  margin-right: 12px;
  max-width: 217px;
  height: auto;
}
.landing--content--logos .field-item p {
  max-width: 372px;
  margin: 0;
  font-size: 1em;
}
.field-name-field-landing-page-body-logos {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .landing--content--logos {
    margin: 40px 0 28px;
    text-align: center;
  }
  .landing--content--logos .field-item {
    margin-bottom: 15px;
  }
  .landing--content--logos .field-item img {
    max-width: 275px;
  }
  .landing--content--logos .field-item p {
    text-align: left;
    font-size: 0.93em;
  }
}

/**
 * Webform
 */
.landing--content form {
  background-color: #222222;
  border-radius: 9px 9px 0 0;
  color: #fff;
  padding: 18px 25px 54px;
}
@media only screen and (max-width: 768px) {
  .landing--content form {
    border-radius: 0;
    padding: 28px 35px 40px;
  }
}

.landing--content form h3 {
  max-width: 100%;
  color: inherit;
  margin: 0 0 ;
}
@media only screen and (max-width: 768px) {
  .landing--content form h3 {
    font-size: 2em;
  }
}

.landing--content label {
  font-size: 1.55em;
  font-weight: 500;
}
.landing--content input[type="text"],
.landing--content input[type="email"],
.landing--content select {
  height: 41px;
  width: 100%;
  background-color: #393939;
  border-color: #fff;
  font-family: inherit;
  color: #fff;
  font-size: 1.55em;
  font-weight: 400;
}
.landing--content select {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .landing--content label,
  .landing--content input[type="text"],
  .landing--content input[type="email"],
  .landing--content select {
    font-size: 1.4em;
  }
}

.landing--content input[type="radio"],
.landing--content input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.landing--content input[type="radio"] + label:before,
.landing--content input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #393939;
  border: solid 1px #fff;
  border-radius: 20%;
  margin-right: 10px;
  cursor: pointer;
}
.landing--content input[type="radio"] + label:before {
  border-radius: 50%;
}
.landing--content input[type="radio"]:checked + label:before,
.landing--content input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  background-clip: content-box;
  width: 7px;
  height: 7px;
  padding: 2px;
}
@media only screen and (max-width: 768px) {
  .landing--content input[type="radio"] + label:before,
  .landing--content input[type="checkbox"] + label:before {
    width: 14px;
    height: 14px;
  }
  .landing--content input[type="radio"]:checked + label:before,
  .landing--content input[type="checkbox"]:checked + label:before {
    width: 8px;
    height: 8px;
    padding: 3px;
  }
}

.landing--content .form-type-radio {
  display: inline-block;
}
.landing--content .form-type-radio:not(:first-child) {
  margin-left: 18px;
}
.landing--content .form-type-radio label,
.landing--content .form-type-checkbox label {
  font-weight: 400;
  cursor: pointer;
}

.landing--content input.form-submit {
  margin-top: 10px;
  background: none;
  background-color: #393939;
  border-radius: 0;
  border-color: #fff;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
}
.landing--content input.form-submit:hover {
  background-color: #4e4e4e;
}
@media only screen and (max-width: 768px) {
  .landing--content .form-actions {
    text-align: center;
  }
  .landing--content input.form-submit {
    font-size: 1.55em;
  }
}

.landing--content .webform-component--privacy-agreement {
  margin-left: 19px;
  cursor: default;
  position: relative;
}
.landing--content .webform-component--privacy-agreement label {
  display: inline-block;
  font-size: 0.75em;
}
.landing--content .webform-component--privacy-agreement label:before {
  position: absolute;
  left: -19px;
}
@media only screen and (max-width: 768px) {
  .landing--content .webform-component--privacy-agreement {
    margin-left: 23px;
  }
  .landing--content .webform-component--privacy-agreement label {
    font-size: 0.8em;
  }
  .landing--content .webform-component--privacy-agreement label:before {
    left: -23px;
  }
}

@media only screen and (min-width: 768px) {
  .landing--content .webform-component--first-name,
  .landing--content .webform-component--last-name {
    width: 46%;
    display: inline-block;
    margin-bottom: 0;
  }
  .landing--content .webform-component--first-name {
    margin-right: 6%;
  }
}

.landing--content .form-required {
  color: #fff;
}
.landing--content .webform-component--required-fields p {
  margin: 0;
  font-size: 0.75em;
}
@media only screen and (max-width: 768px) {
  .landing--content .webform-component--required-fields {
    display: none;
  }
}

/**
 * Partners section.
 */
.landing--partners {
  padding: 77px 0 10px;
}
@media only screen and (max-width: 768px) {
  .landing--partners {
    padding: 58px 0 26px;
  }
}

.landing--partners--title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 68px;
  overflow: hidden;
}
.landing--partners--title--wrapper {
  position: relative;
  display: inline-block;
}
.landing--partners--title--wrapper:before,
.landing--partners--title--wrapper:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #707070;
  top: 50%;
  width: 318px;
}
.landing--partners--title--wrapper:before {
  right: 100%;
  margin-right: 57px;
}
.landing--partners--title--wrapper:after {
  left: 100%;
  margin-left: 57px;
}
@media only screen and (max-width: 768px) {
  .landing--partners--title {
    margin-bottom: 33px;
  }
  .landing--partners--title--wrapper {
    width: 32%;
  }
  .landing--partners--title--wrapper:before {
    margin-right: 12px;
  }
  .landing--partners--title--wrapper:after {
    margin-left: 12px;
  }
}

.field-name-field-landing-page-partner-logos .field-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.field-name-field-landing-page-partner-logos .field-item {
  text-align: center;
  min-width: 25%;
  margin-bottom: 80px;
}
.field-name-field-landing-page-partner-logos .field-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .field-name-field-landing-page-partner-logos .field-item {
    width: 50%;
    margin-bottom: 49px;
  }
  .field-name-field-landing-page-partner-logos .field-item img {
    max-height: 75px;
  }
}


/**
 * Details section and footers
 */
.landing--details {
  background-color: #023E88;
  color: #fff;
  padding: 45px 0 35px;
}
.landing--details p {
  font-size: 1.55em;
  margin-bottom: 15px;
}
.landing--details ul {
  width: 47%;
  font-size: 1.4em;
  text-align: left;
  margin-bottom: 0;
  padding-left: 20px;
  max-width: 490px;
}
.landing--details li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .landing--details ul {
    width: 100%;
  }
}

.landing--sub-banner {
  padding: 18px;
  background-color: #888888;
  color: #fff;
  text-align: center;
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  .landing--sub-banner {
    padding: 18px 80px;
    font-size: 1.55em;
  }
}

.landing--contact {
  background-color: #EDEFF5;
  padding: 15px 0;
  font-size: 1.2em;
}
.landing--contact p {
  line-height: 1.2;
}
.landing--contact p:last-child {
  margin-bottom: 0;
}
.landing--contact
@media only screen and (max-width: 768px) {
  .landing--contact {
    padding: 36px 0;
    text-align: center;
    font-size: 1.4em;
  }
}

.landing--footer {
  background-color: #023E88;
  padding: 15px 0;
  font-size: 1.2em;
  color: #fff;
}
.landing--footer .landing-right {
  font-size: 1.41em;
}
.landing--subfooter {
  padding: 28px 0;
  text-align: center;
  font-size: 0.75em;
}
@media only screen and (max-width: 768px) {
  .landing--footer {
    padding: 6px 0;
    text-align: center;
    font-size: 1.4em;
  }
  .landing--footer .landing-right {
    display: none;
  }
}
