@charset "UTF-8";
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.container {
  width: 1224px;
}

.col-1-12 {
  width: 50%;
}

.col-2-12 {
  width: 50%;
}

.col-3-12 {
  width: 50%;
}

.col-4-12 {
  width: 100%;
}

.col-5-12 {
  width: 100%;
}

.col-6-12 {
  width: 100%;
}

.col-7-12 {
  width: 100%;
}

.col-8-12 {
  width: 100%;
}

.col-9-12 {
  width: 100%;
}

.col-10-12 {
  width: 100%;
}

.col-11-12 {
  width: 100%;
}

.col-1, .col-12-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .grid {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid > div,
  .grid > li,
  .grid > ol {
    margin: 8px 0;
  }
  .grid.left {
    justify-content: left;
  }
  .two-in-a-row > div,
  .two-in-a-row > li,
  .two-in-a-row > ol {
    width: 50%;
  }
  .three-in-a-row > div,
  .three-in-a-row > li,
  .three-in-a-row > ol {
    width: 50%;
  }
  .four-in-a-row > div,
  .four-in-a-row > li,
  .four-in-a-row > ol {
    width: 50%;
  }
  .five-in-a-row > div,
  .five-in-a-row > li,
  .five-in-a-row > ol {
    width: 33.3333333333%;
  }
  .six-in-a-row > div,
  .six-in-a-row > li,
  .six-in-a-row > ol {
    width: 33.3333333333%;
  }
  .col-1-12 {
    width: 8.3333333333%;
  }
  .col-2-12 {
    width: 16.6666666667%;
  }
  .col-3-12 {
    width: 25%;
  }
  .col-4-12 {
    width: 33.3333333333%;
  }
  .col-5-12 {
    width: 41.6666666667%;
  }
  .col-6-12 {
    width: 100%;
  }
  .col-7-12 {
    width: 100%;
  }
  .col-8-12 {
    width: 100%;
  }
  .col-9-12 {
    width: 100%;
  }
  .col-10-12 {
    width: 100%;
  }
  .col-11-12 {
    width: 100%;
  }
  .col-1, .col-12-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .two-in-a-row > div,
  .two-in-a-row > li,
  .two-in-a-row > ol {
    width: 50%;
  }
  .three-in-a-row > div,
  .three-in-a-row > li,
  .three-in-a-row > ol {
    width: 33.33%;
  }
  .four-in-a-row > div,
  .four-in-a-row > li,
  .four-in-a-row > ol {
    width: 25%;
  }
  .five-in-a-row > div,
  .five-in-a-row > li,
  .five-in-a-row > ol {
    width: 20%;
  }
  .six-in-a-row > div,
  .six-in-a-row > li,
  .six-in-a-row > ol {
    width: 16.6666666667%;
  }
  .col-1-12 {
    width: 8.3333333333%;
  }
  .col-2-12 {
    width: 16.6666666667%;
  }
  .col-3-12 {
    width: 25%;
  }
  .col-4-12 {
    width: 33.3333333333%;
  }
  .col-5-12 {
    width: 41.6666666667%;
  }
  .col-6-12 {
    width: 50%;
  }
  .col-7-12 {
    width: 58.3333333333%;
  }
  .col-8-12 {
    width: 66.6666666667%;
  }
  .col-9-12 {
    width: 75%;
  }
  .col-10-12 {
    width: 83.3333333333%;
  }
  .col-11-12 {
    width: 91.6666666667%;
  }
  .col-1, .col-12-12 {
    width: 100%;
  }
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

.sr-only {
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  line-height: 0;
  font-size: 0;
}

.skip {
  margin-left: 16px;
  position: fixed;
  left: -250px;
}
.skip a, .skip input[type=submit] {
  border: solid 2px #003B6B;
  background: #ffffff;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
}
.skip a:focus-visible, .skip input[type=submit]:focus-visible, .skip a:hover, .skip input[type=submit]:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-color: #003B6B;
}
.skip:has(a:focus-visible, input[type=submit]:focus-visible) {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 1000;
}

.inner-section {
  padding: 48px 24px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner-section {
    padding: 1rem 0.5rem;
  }
}
.inner-section > h1,
.inner-section > h2,
.inner-section > h3 {
  margin-top: 0;
}

section.first-block-below-hero .inner-section {
  padding-top: 8px;
}

.mw-container {
  max-width: 1400px;
  margin: 0 auto;
}

.mw-desktop {
  max-width: 1400px;
  margin: 0 auto;
}

.mw-tablet {
  max-width: 768px;
  margin: 0 auto;
}

.mw-desktopXL {
  max-width: 1400px;
  margin: 0 auto;
}

.mw-max {
  max-width: 1600px;
  margin: 0 auto;
}

.border-bottom {
  border-bottom: solid 2px #f0f0e9;
  margin: 24px auto;
}

hr {
  border: solid 1px #f0f0e9;
  margin: 24px auto;
}

.center {
  text-align: center;
}

.middle {
  margin: 0 auto;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

section.bg-blue {
  background: #F5FAFF;
}
section.bg-blue > h2 {
  color: #003B6B;
}

section.bg-white {
  background: #ffffff;
}
section.bg-white > h2 {
  color: #1B1B1B;
}

@media (min-width: 1024px) {
  .inner-section {
    padding: 64px 24px;
  }
}
@media (min-width: 1400px) {
  .inner-section {
    padding: 64px 0;
  }
}
@media print {
  header, footer, .o-callout, .o-link-block-container, .o-hero {
    display: none;
  }
  .o-cards {
    display: block;
  }
  .o-cards .m-card {
    display: inline-block;
    width: 30%;
  }
  .o-50-50 {
    display: block;
  }
  .o-50-50 > div {
    display: inline-block;
    width: 48%;
  }
  .o-50-50 .m-card {
    width: 48%;
    display: inline-block;
  }
  .o-carousel {
    display: none;
  }
  .quiz {
    background: none;
  }
  .quiz .slick-slider .slick-track {
    transform: none !important;
    width: 100% !important;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide {
    width: 100% !important;
    padding-top: 0;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide .question {
    padding-bottom: 0;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide .question .nav-buttons {
    display: none;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide .question fieldset {
    display: inline-block;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide .question .answer {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 14px;
    margin-top: 0;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide .question .infotext {
    font-size: 0.8em;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide .question h2 {
    font-size: 0.9em;
    margin-bottom: 0;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide.start .a-btn, .quiz .slick-slider .slick-track .m-quiz-slide.end .a-btn {
    display: none;
  }
  .quiz .slick-slider .slick-track .m-quiz-slide.start .form-field.select, .quiz .slick-slider .slick-track .m-quiz-slide.end .form-field.select {
    display: none;
  }
  .quiz .slick-dots {
    display: none;
  }
  .quiz.bg-warm-grey {
    background: none;
  }
}
a, input[type=submit], .a {
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  margin: 16px 0;
  display: block;
  position: relative;
}

a.arrow, input.arrow[type=submit] {
  width: -moz-max-content;
  width: max-content;
  padding-right: 40px;
}
a.arrow:after, input.arrow[type=submit]:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 1em;
  margin-left: 4px;
  top: 0px;
  right: 8px;
  position: absolute;
  transition: right 0.2s ease;
}
a.arrow:hover, input.arrow[type=submit]:hover {
  text-decoration: none;
}
a.arrow:hover:after, input.arrow[type=submit]:hover:after {
  right: 0;
}

.a-block {
  color: #1B1B1B;
  text-decoration: none;
}
.a-block:hover {
  text-decoration: none;
}

p > a, p > input[type=submit],
.p > a,
.p > input[type=submit],
small > a,
small > input[type=submit],
.smaller > a,
.smaller > input[type=submit],
p.small > a,
p.small > input[type=submit],
.bold > a,
.bold > input[type=submit],
strong > a,
strong > input[type=submit],
h2 > a.subheading > p > a,
h2 > input.subheading[type=submit] > p > a,
h2 > a.subheading > p > input[type=submit],
h2 > input.subheading[type=submit] > p > input[type=submit],
.h2 > a.subheading > p > a,
.h2 > input.subheading[type=submit] > p > a,
.h2 > a.subheading > p > input[type=submit],
.h2 > input.subheading[type=submit] > p > input[type=submit],
h3 > a.subheading > p > a,
h3 > input.subheading[type=submit] > p > a,
h3 > a.subheading > p > input[type=submit],
h3 > input.subheading[type=submit] > p > input[type=submit],
.h3 > a.subheading > p > a,
.h3 > input.subheading[type=submit] > p > a,
.h3 > a.subheading > p > input[type=submit],
.h3 > input.subheading[type=submit] > p > input[type=submit],
h4 > a.subheading > p > a,
h4 > input.subheading[type=submit] > p > a,
h4 > a.subheading > p > input[type=submit],
h4 > input.subheading[type=submit] > p > input[type=submit],
.h4 > a.subheading > p > a,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > a,
.h4 > input.subheading[type=submit] > p > a,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > a,
.h4 > a.subheading > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > input[type=submit],
.h4 > input.subheading[type=submit] > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > input[type=submit],
.ingress > a,
.ingress > input[type=submit],
h1.subheading > a,
h1.subheading > input[type=submit],
.h1.subheading > a,
.h1.subheading > input[type=submit],
h2.subheading > a,
h2.subheading > input[type=submit],
.h2.subheading > a,
.h2.subheading > input[type=submit],
h2 > a.subheading > a,
h2 > input.subheading[type=submit] > a,
h2 > a.subheading > input[type=submit],
h2 > input.subheading[type=submit] > input[type=submit],
.h2 > a.subheading > a,
.h2 > input.subheading[type=submit] > a,
.h2 > a.subheading > input[type=submit],
.h2 > input.subheading[type=submit] > input[type=submit],
h3.subheading > a,
h3.subheading > input[type=submit],
.h3.subheading > a,
.h3.subheading > input[type=submit],
h3 > a.subheading > a,
h3 > input.subheading[type=submit] > a,
h3 > a.subheading > input[type=submit],
h3 > input.subheading[type=submit] > input[type=submit],
.h3 > a.subheading > a,
.h3 > input.subheading[type=submit] > a,
.h3 > a.subheading > input[type=submit],
.h3 > input.subheading[type=submit] > input[type=submit],
h4.subheading > a,
h4.subheading > input[type=submit],
.h4.subheading > a,
.o-callout.white .inner-background .headline h3 > p.subheading > a,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a,
.h4.subheading > input[type=submit],
.o-callout.white .inner-background .headline h3 > p.subheading > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit],
h4 > a.subheading > a,
h4 > input.subheading[type=submit] > a,
h4 > a.subheading > input[type=submit],
h4 > input.subheading[type=submit] > input[type=submit],
.h4 > a.subheading > a,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > a,
.h4 > input.subheading[type=submit] > a,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > a,
.h4 > a.subheading > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > input[type=submit],
.h4 > input.subheading[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > input[type=submit],
h5.subheading > a,
h5.subheading > input[type=submit],
.h5.subheading > a,
.h5.subheading > input[type=submit],
h6.subheading > a,
h6.subheading > input[type=submit],
.h6.subheading > a,
.h6.subheading > input[type=submit],
blockquote.subheading > a,
blockquote.subheading > input[type=submit],
h1.subheading > p > a,
h1.subheading > p > input[type=submit],
.h1.subheading > p > a,
.h1.subheading > p > input[type=submit],
h2.subheading > p > a,
h2.subheading > p > input[type=submit],
.h2.subheading > p > a,
.h2.subheading > p > input[type=submit],
h3.subheading > p > a,
h3.subheading > p > input[type=submit],
.h3.subheading > p > a,
.h3.subheading > p > input[type=submit],
h4.subheading > p > a,
h4.subheading > p > input[type=submit],
.h4.subheading > p > a,
.o-callout.white .inner-background .headline h3 > p.subheading > p > a,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a,
.h4.subheading > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p.subheading > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > input[type=submit],
h5.subheading > p > a,
h5.subheading > p > input[type=submit],
.h5.subheading > p > a,
.h5.subheading > p > input[type=submit],
h6.subheading > p > a,
h6.subheading > p > input[type=submit],
.h6.subheading > p > a,
.h6.subheading > p > input[type=submit],
blockquote.subheading > p > a,
blockquote.subheading > p > input[type=submit] {
  text-decoration: none;
  display: inline;
}
p > a:after, p > input[type=submit]:after,
.p > a:after,
.p > input[type=submit]:after,
small > a:after,
small > input[type=submit]:after,
.smaller > a:after,
.smaller > input[type=submit]:after,
p.small > a:after,
p.small > input[type=submit]:after,
.bold > a:after,
.bold > input[type=submit]:after,
strong > a:after,
strong > input[type=submit]:after,
h2 > a.subheading > p > a:after,
h2 > input.subheading[type=submit] > p > a:after,
h2 > a.subheading > p > input[type=submit]:after,
h2 > input.subheading[type=submit] > p > input[type=submit]:after,
.h2 > a.subheading > p > a:after,
.h2 > input.subheading[type=submit] > p > a:after,
.h2 > a.subheading > p > input[type=submit]:after,
.h2 > input.subheading[type=submit] > p > input[type=submit]:after,
h3 > a.subheading > p > a:after,
h3 > input.subheading[type=submit] > p > a:after,
h3 > a.subheading > p > input[type=submit]:after,
h3 > input.subheading[type=submit] > p > input[type=submit]:after,
.h3 > a.subheading > p > a:after,
.h3 > input.subheading[type=submit] > p > a:after,
.h3 > a.subheading > p > input[type=submit]:after,
.h3 > input.subheading[type=submit] > p > input[type=submit]:after,
h4 > a.subheading > p > a:after,
h4 > input.subheading[type=submit] > p > a:after,
h4 > a.subheading > p > input[type=submit]:after,
h4 > input.subheading[type=submit] > p > input[type=submit]:after,
.h4 > a.subheading > p > a:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a:after,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > a:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > a:after,
.h4 > input.subheading[type=submit] > p > a:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a:after,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > a:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > a:after,
.h4 > a.subheading > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > input[type=submit]:after,
.h4 > input.subheading[type=submit] > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > input[type=submit]:after,
.ingress > a:after,
.ingress > input[type=submit]:after,
h1.subheading > a:after,
h1.subheading > input[type=submit]:after,
.h1.subheading > a:after,
.h1.subheading > input[type=submit]:after,
h2.subheading > a:after,
h2.subheading > input[type=submit]:after,
.h2.subheading > a:after,
.h2.subheading > input[type=submit]:after,
h2 > a.subheading > a:after,
h2 > input.subheading[type=submit] > a:after,
h2 > a.subheading > input[type=submit]:after,
h2 > input.subheading[type=submit] > input[type=submit]:after,
.h2 > a.subheading > a:after,
.h2 > input.subheading[type=submit] > a:after,
.h2 > a.subheading > input[type=submit]:after,
.h2 > input.subheading[type=submit] > input[type=submit]:after,
h3.subheading > a:after,
h3.subheading > input[type=submit]:after,
.h3.subheading > a:after,
.h3.subheading > input[type=submit]:after,
h3 > a.subheading > a:after,
h3 > input.subheading[type=submit] > a:after,
h3 > a.subheading > input[type=submit]:after,
h3 > input.subheading[type=submit] > input[type=submit]:after,
.h3 > a.subheading > a:after,
.h3 > input.subheading[type=submit] > a:after,
.h3 > a.subheading > input[type=submit]:after,
.h3 > input.subheading[type=submit] > input[type=submit]:after,
h4.subheading > a:after,
h4.subheading > input[type=submit]:after,
.h4.subheading > a:after,
.o-callout.white .inner-background .headline h3 > p.subheading > a:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a:after,
.h4.subheading > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p.subheading > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit]:after,
h4 > a.subheading > a:after,
h4 > input.subheading[type=submit] > a:after,
h4 > a.subheading > input[type=submit]:after,
h4 > input.subheading[type=submit] > input[type=submit]:after,
.h4 > a.subheading > a:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a:after,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > a:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > a:after,
.h4 > input.subheading[type=submit] > a:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a:after,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > a:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > a:after,
.h4 > a.subheading > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > input[type=submit]:after,
.h4 > input.subheading[type=submit] > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > input[type=submit]:after,
h5.subheading > a:after,
h5.subheading > input[type=submit]:after,
.h5.subheading > a:after,
.h5.subheading > input[type=submit]:after,
h6.subheading > a:after,
h6.subheading > input[type=submit]:after,
.h6.subheading > a:after,
.h6.subheading > input[type=submit]:after,
blockquote.subheading > a:after,
blockquote.subheading > input[type=submit]:after,
h1.subheading > p > a:after,
h1.subheading > p > input[type=submit]:after,
.h1.subheading > p > a:after,
.h1.subheading > p > input[type=submit]:after,
h2.subheading > p > a:after,
h2.subheading > p > input[type=submit]:after,
.h2.subheading > p > a:after,
.h2.subheading > p > input[type=submit]:after,
h3.subheading > p > a:after,
h3.subheading > p > input[type=submit]:after,
.h3.subheading > p > a:after,
.h3.subheading > p > input[type=submit]:after,
h4.subheading > p > a:after,
h4.subheading > p > input[type=submit]:after,
.h4.subheading > p > a:after,
.o-callout.white .inner-background .headline h3 > p.subheading > p > a:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a:after,
.h4.subheading > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p.subheading > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > input[type=submit]:after,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > input[type=submit]:after,
h5.subheading > p > a:after,
h5.subheading > p > input[type=submit]:after,
.h5.subheading > p > a:after,
.h5.subheading > p > input[type=submit]:after,
h6.subheading > p > a:after,
h6.subheading > p > input[type=submit]:after,
.h6.subheading > p > a:after,
.h6.subheading > p > input[type=submit]:after,
blockquote.subheading > p > a:after,
blockquote.subheading > p > input[type=submit]:after {
  content: none;
}
p > a::before, p > input[type=submit]::before,
.p > a::before,
.p > input[type=submit]::before,
small > a::before,
small > input[type=submit]::before,
.smaller > a::before,
.smaller > input[type=submit]::before,
p.small > a::before,
p.small > input[type=submit]::before,
.bold > a::before,
.bold > input[type=submit]::before,
strong > a::before,
strong > input[type=submit]::before,
h2 > a.subheading > p > a::before,
h2 > input.subheading[type=submit] > p > a::before,
h2 > a.subheading > p > input[type=submit]::before,
h2 > input.subheading[type=submit] > p > input[type=submit]::before,
.h2 > a.subheading > p > a::before,
.h2 > input.subheading[type=submit] > p > a::before,
.h2 > a.subheading > p > input[type=submit]::before,
.h2 > input.subheading[type=submit] > p > input[type=submit]::before,
h3 > a.subheading > p > a::before,
h3 > input.subheading[type=submit] > p > a::before,
h3 > a.subheading > p > input[type=submit]::before,
h3 > input.subheading[type=submit] > p > input[type=submit]::before,
.h3 > a.subheading > p > a::before,
.h3 > input.subheading[type=submit] > p > a::before,
.h3 > a.subheading > p > input[type=submit]::before,
.h3 > input.subheading[type=submit] > p > input[type=submit]::before,
h4 > a.subheading > p > a::before,
h4 > input.subheading[type=submit] > p > a::before,
h4 > a.subheading > p > input[type=submit]::before,
h4 > input.subheading[type=submit] > p > input[type=submit]::before,
.h4 > a.subheading > p > a::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a::before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > a::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > a::before,
.h4 > input.subheading[type=submit] > p > a::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a::before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > a::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > a::before,
.h4 > a.subheading > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > input[type=submit]::before,
.h4 > input.subheading[type=submit] > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > input[type=submit]::before,
.ingress > a::before,
.ingress > input[type=submit]::before,
h1.subheading > a::before,
h1.subheading > input[type=submit]::before,
.h1.subheading > a::before,
.h1.subheading > input[type=submit]::before,
h2.subheading > a::before,
h2.subheading > input[type=submit]::before,
.h2.subheading > a::before,
.h2.subheading > input[type=submit]::before,
h2 > a.subheading > a::before,
h2 > input.subheading[type=submit] > a::before,
h2 > a.subheading > input[type=submit]::before,
h2 > input.subheading[type=submit] > input[type=submit]::before,
.h2 > a.subheading > a::before,
.h2 > input.subheading[type=submit] > a::before,
.h2 > a.subheading > input[type=submit]::before,
.h2 > input.subheading[type=submit] > input[type=submit]::before,
h3.subheading > a::before,
h3.subheading > input[type=submit]::before,
.h3.subheading > a::before,
.h3.subheading > input[type=submit]::before,
h3 > a.subheading > a::before,
h3 > input.subheading[type=submit] > a::before,
h3 > a.subheading > input[type=submit]::before,
h3 > input.subheading[type=submit] > input[type=submit]::before,
.h3 > a.subheading > a::before,
.h3 > input.subheading[type=submit] > a::before,
.h3 > a.subheading > input[type=submit]::before,
.h3 > input.subheading[type=submit] > input[type=submit]::before,
h4.subheading > a::before,
h4.subheading > input[type=submit]::before,
.h4.subheading > a::before,
.o-callout.white .inner-background .headline h3 > p.subheading > a::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a::before,
.h4.subheading > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p.subheading > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit]::before,
h4 > a.subheading > a::before,
h4 > input.subheading[type=submit] > a::before,
h4 > a.subheading > input[type=submit]::before,
h4 > input.subheading[type=submit] > input[type=submit]::before,
.h4 > a.subheading > a::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a::before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > a::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > a::before,
.h4 > input.subheading[type=submit] > a::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a::before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > a::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > a::before,
.h4 > a.subheading > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > input[type=submit]::before,
.h4 > input.subheading[type=submit] > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > input[type=submit]::before,
h5.subheading > a::before,
h5.subheading > input[type=submit]::before,
.h5.subheading > a::before,
.h5.subheading > input[type=submit]::before,
h6.subheading > a::before,
h6.subheading > input[type=submit]::before,
.h6.subheading > a::before,
.h6.subheading > input[type=submit]::before,
blockquote.subheading > a::before,
blockquote.subheading > input[type=submit]::before,
h1.subheading > p > a::before,
h1.subheading > p > input[type=submit]::before,
.h1.subheading > p > a::before,
.h1.subheading > p > input[type=submit]::before,
h2.subheading > p > a::before,
h2.subheading > p > input[type=submit]::before,
.h2.subheading > p > a::before,
.h2.subheading > p > input[type=submit]::before,
h3.subheading > p > a::before,
h3.subheading > p > input[type=submit]::before,
.h3.subheading > p > a::before,
.h3.subheading > p > input[type=submit]::before,
h4.subheading > p > a::before,
h4.subheading > p > input[type=submit]::before,
.h4.subheading > p > a::before,
.o-callout.white .inner-background .headline h3 > p.subheading > p > a::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a::before,
.h4.subheading > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p.subheading > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > input[type=submit]::before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > input[type=submit]::before,
h5.subheading > p > a::before,
h5.subheading > p > input[type=submit]::before,
.h5.subheading > p > a::before,
.h5.subheading > p > input[type=submit]::before,
h6.subheading > p > a::before,
h6.subheading > p > input[type=submit]::before,
.h6.subheading > p > a::before,
.h6.subheading > p > input[type=submit]::before,
blockquote.subheading > p > a::before,
blockquote.subheading > p > input[type=submit]::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #1B1B1B;
  bottom: -4px;
  left: 0;
  transition: background 0.2s ease;
}
p > a:hover:before, p > input[type=submit]:hover:before,
.p > a:hover:before,
.p > input[type=submit]:hover:before,
small > a:hover:before,
small > input[type=submit]:hover:before,
.smaller > a:hover:before,
.smaller > input[type=submit]:hover:before,
.bold > a:hover:before,
.bold > input[type=submit]:hover:before,
strong > a:hover:before,
strong > input[type=submit]:hover:before,
.h2 > a.subheading > p > a:hover:before,
.h2 > input.subheading[type=submit] > p > a:hover:before,
.h3 > a.subheading > p > a:hover:before,
.h3 > input.subheading[type=submit] > p > a:hover:before,
.h4 > a.subheading > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p > a:hover:before,
.h4 > input.subheading[type=submit] > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p > a:hover:before,
.ingress > a:hover:before,
.ingress > input[type=submit]:hover:before,
h1.subheading > a:hover:before,
h1.subheading > input[type=submit]:hover:before,
.h1.subheading > a:hover:before,
.h1.subheading > input[type=submit]:hover:before,
h2.subheading > a:hover:before,
h2.subheading > input[type=submit]:hover:before,
.h2.subheading > a:hover:before,
.h2.subheading > input[type=submit]:hover:before,
h2 > a.subheading > a:hover:before,
h2 > input.subheading[type=submit] > a:hover:before,
h2 > a.subheading > input[type=submit]:hover:before,
h2 > input.subheading[type=submit] > input[type=submit]:hover:before,
.h2 > a.subheading > a:hover:before,
.h2 > input.subheading[type=submit] > a:hover:before,
.h2 > a.subheading > input[type=submit]:hover:before,
.h2 > input.subheading[type=submit] > input[type=submit]:hover:before,
h3.subheading > a:hover:before,
h3.subheading > input[type=submit]:hover:before,
.h3.subheading > a:hover:before,
.h3.subheading > input[type=submit]:hover:before,
h3 > a.subheading > a:hover:before,
h3 > input.subheading[type=submit] > a:hover:before,
h3 > a.subheading > input[type=submit]:hover:before,
h3 > input.subheading[type=submit] > input[type=submit]:hover:before,
.h3 > a.subheading > a:hover:before,
.h3 > input.subheading[type=submit] > a:hover:before,
.h3 > a.subheading > input[type=submit]:hover:before,
.h3 > input.subheading[type=submit] > input[type=submit]:hover:before,
h4.subheading > a:hover:before,
h4.subheading > input[type=submit]:hover:before,
.h4.subheading > a:hover:before,
.o-callout.white .inner-background .headline h3 > p.subheading > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a:hover:before,
.h4.subheading > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p.subheading > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit]:hover:before,
h4 > a.subheading > a:hover:before,
h4 > input.subheading[type=submit] > a:hover:before,
h4 > a.subheading > input[type=submit]:hover:before,
h4 > input.subheading[type=submit] > input[type=submit]:hover:before,
.h4 > a.subheading > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > a:hover:before,
.h4 > input.subheading[type=submit] > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > a:hover:before,
.h4 > a.subheading > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > input[type=submit]:hover:before,
.h4 > input.subheading[type=submit] > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > input[type=submit]:hover:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > input[type=submit]:hover:before,
h5.subheading > a:hover:before,
h5.subheading > input[type=submit]:hover:before,
.h5.subheading > a:hover:before,
.h5.subheading > input[type=submit]:hover:before,
h6.subheading > a:hover:before,
h6.subheading > input[type=submit]:hover:before,
.h6.subheading > a:hover:before,
.h6.subheading > input[type=submit]:hover:before,
blockquote.subheading > a:hover:before,
blockquote.subheading > input[type=submit]:hover:before,
.h1.subheading > p > a:hover:before,
.h2.subheading > p > a:hover:before,
.h3.subheading > p > a:hover:before,
.h4.subheading > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p.subheading > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p > a:hover:before,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p > a:hover:before,
.h5.subheading > p > a:hover:before,
.h6.subheading > p > a:hover:before {
  background: #003B6B;
}

ul.main-dropdown > li.menu-item > a span, ul.main-dropdown > li.menu-item > input[type=submit] span {
  border-bottom: solid 4px #1b1b1b;
  transition: all 0.2s ease;
  padding-bottom: 0;
}
ul.main-dropdown > li.menu-item.active > a span, ul.main-dropdown > li.menu-item.active > input[type=submit] span {
  border-bottom: solid 4px #1b1b1b;
  padding-bottom: 16px;
}
ul.main-dropdown > li.menu-item:hover > a span, ul.main-dropdown > li.menu-item:hover > input[type=submit] span {
  border-bottom: solid 4px #1b1b1b;
  padding-bottom: 16px;
}

h2 > a, h2 > input[type=submit], .h2 > a, .h2 > input[type=submit], h2 > a > a, h2 > input[type=submit] > a, h2 > a > input[type=submit], h2 > input[type=submit] > input[type=submit],
.h2 > a > a,
.h2 > input[type=submit] > a,
.h2 > a > input[type=submit],
.h2 > input[type=submit] > input[type=submit],
h3 > a,
h3 > input[type=submit], .h3 > a, .h3 > input[type=submit], h3 > a > a, h3 > input[type=submit] > a, h3 > a > input[type=submit], h3 > input[type=submit] > input[type=submit],
.h3 > a > a,
.h3 > input[type=submit] > a,
.h3 > a > input[type=submit],
.h3 > input[type=submit] > input[type=submit],
h4 > a,
h4 > input[type=submit], .h4 > a, .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a, .h4 > input[type=submit], .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit], h4 > a > a, h4 > input[type=submit] > a, h4 > a > input[type=submit], h4 > input[type=submit] > input[type=submit],
.h4 > a > a,
.o-callout.white .inner-background .headline h3 > p > a > a > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > a,
.h4 > input[type=submit] > a,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > a,
.h4 > a > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > input[type=submit],
.h4 > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > input[type=submit],
a > h2,
input[type=submit] > h2, a > .h2, input[type=submit] > .h2,
a > h3,
input[type=submit] > h3, a > .h3, input[type=submit] > .h3,
a > h4,
input[type=submit] > h4, a > .h4, input[type=submit] > .h4 {
  position: relative;
}
h2 > a:before, h2 > input[type=submit]:before, .h2 > a:before, .h2 > input[type=submit]:before, h2 > a > a:before, h2 > input[type=submit] > a:before, h2 > a > input[type=submit]:before, h2 > input[type=submit] > input[type=submit]:before,
.h2 > a > a:before,
.h2 > input[type=submit] > a:before,
.h2 > a > input[type=submit]:before,
.h2 > input[type=submit] > input[type=submit]:before,
h3 > a:before,
h3 > input[type=submit]:before, .h3 > a:before, .h3 > input[type=submit]:before, h3 > a > a:before, h3 > input[type=submit] > a:before, h3 > a > input[type=submit]:before, h3 > input[type=submit] > input[type=submit]:before,
.h3 > a > a:before,
.h3 > input[type=submit] > a:before,
.h3 > a > input[type=submit]:before,
.h3 > input[type=submit] > input[type=submit]:before,
h4 > a:before,
h4 > input[type=submit]:before, .h4 > a:before, .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline h3 > p > a > a:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:before, .h4 > input[type=submit]:before, .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:before, h4 > a > a:before, h4 > input[type=submit] > a:before, h4 > a > input[type=submit]:before, h4 > input[type=submit] > input[type=submit]:before,
.h4 > a > a:before,
.o-callout.white .inner-background .headline h3 > p > a > a > a:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > a:before,
.h4 > input[type=submit] > a:before,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > a:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > a:before,
.h4 > a > input[type=submit]:before,
.o-callout.white .inner-background .headline h3 > p > a > a > input[type=submit]:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > input[type=submit]:before,
.h4 > input[type=submit] > input[type=submit]:before,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > input[type=submit]:before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > input[type=submit]:before,
a > h2:before,
input[type=submit] > h2:before, a > .h2:before, input[type=submit] > .h2:before,
a > h3:before,
input[type=submit] > h3:before, a > .h3:before, input[type=submit] > .h3:before,
a > h4:before,
input[type=submit] > h4:before, a > .h4:before, input[type=submit] > .h4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: rgba(27, 27, 27, 0);
  transition: background 0.2s ease;
}
h2 > a:hover, h2 > input[type=submit]:hover, .h2 > a:hover, .h2 > input[type=submit]:hover, h2 > a > a:hover, h2 > input[type=submit] > a:hover, h2 > a > input[type=submit]:hover, h2 > input[type=submit] > input[type=submit]:hover,
.h2 > a > a:hover,
.h2 > input[type=submit] > a:hover,
.h2 > a > input[type=submit]:hover,
.h2 > input[type=submit] > input[type=submit]:hover,
h3 > a:hover,
h3 > input[type=submit]:hover, .h3 > a:hover, .h3 > input[type=submit]:hover, h3 > a > a:hover, h3 > input[type=submit] > a:hover, h3 > a > input[type=submit]:hover, h3 > input[type=submit] > input[type=submit]:hover,
.h3 > a > a:hover,
.h3 > input[type=submit] > a:hover,
.h3 > a > input[type=submit]:hover,
.h3 > input[type=submit] > input[type=submit]:hover,
h4 > a:hover,
h4 > input[type=submit]:hover, .h4 > a:hover, .o-callout.white .inner-background .headline h3 > p > a:hover,
.o-callout.white .inner-background .headline h3 > p > a > a:hover,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:hover, .h4 > input[type=submit]:hover, .o-callout.white .inner-background .headline h3 > p > input[type=submit]:hover,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:hover,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:hover, h4 > a > a:hover, h4 > input[type=submit] > a:hover, h4 > a > input[type=submit]:hover, h4 > input[type=submit] > input[type=submit]:hover,
.h4 > a > a:hover,
.o-callout.white .inner-background .headline h3 > p > a > a > a:hover,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > a:hover,
.h4 > input[type=submit] > a:hover,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > a:hover,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > a:hover,
.h4 > a > input[type=submit]:hover,
.o-callout.white .inner-background .headline h3 > p > a > a > input[type=submit]:hover,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > input[type=submit]:hover,
.h4 > input[type=submit] > input[type=submit]:hover,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > input[type=submit]:hover,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > input[type=submit]:hover,
a > h2:hover,
input[type=submit] > h2:hover, a > .h2:hover, input[type=submit] > .h2:hover,
a > h3:hover,
input[type=submit] > h3:hover, a > .h3:hover, input[type=submit] > .h3:hover,
a > h4:hover,
input[type=submit] > h4:hover, a > .h4:hover, input[type=submit] > .h4:hover {
  text-decoration: none;
}
h2 > a:hover::before, h2 > input[type=submit]:hover::before, .h2 > a:hover::before, .h2 > input[type=submit]:hover::before, h2 > a > a:hover::before, h2 > input[type=submit] > a:hover::before, h2 > a > input[type=submit]:hover::before, h2 > input[type=submit] > input[type=submit]:hover::before,
.h2 > a > a:hover::before,
.h2 > input[type=submit] > a:hover::before,
.h2 > a > input[type=submit]:hover::before,
.h2 > input[type=submit] > input[type=submit]:hover::before,
h3 > a:hover::before,
h3 > input[type=submit]:hover::before, .h3 > a:hover::before, .h3 > input[type=submit]:hover::before, h3 > a > a:hover::before, h3 > input[type=submit] > a:hover::before, h3 > a > input[type=submit]:hover::before, h3 > input[type=submit] > input[type=submit]:hover::before,
.h3 > a > a:hover::before,
.h3 > input[type=submit] > a:hover::before,
.h3 > a > input[type=submit]:hover::before,
.h3 > input[type=submit] > input[type=submit]:hover::before,
h4 > a:hover::before,
h4 > input[type=submit]:hover::before, .h4 > a:hover::before, .o-callout.white .inner-background .headline h3 > p > a:hover::before,
.o-callout.white .inner-background .headline h3 > p > a > a:hover::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:hover::before, .h4 > input[type=submit]:hover::before, .o-callout.white .inner-background .headline h3 > p > input[type=submit]:hover::before,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:hover::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:hover::before, h4 > a > a:hover::before, h4 > input[type=submit] > a:hover::before, h4 > a > input[type=submit]:hover::before, h4 > input[type=submit] > input[type=submit]:hover::before,
.h4 > a > a:hover::before,
.o-callout.white .inner-background .headline h3 > p > a > a > a:hover::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > a:hover::before,
.h4 > input[type=submit] > a:hover::before,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > a:hover::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > a:hover::before,
.h4 > a > input[type=submit]:hover::before,
.o-callout.white .inner-background .headline h3 > p > a > a > input[type=submit]:hover::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a > input[type=submit]:hover::before,
.h4 > input[type=submit] > input[type=submit]:hover::before,
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit] > input[type=submit]:hover::before,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] > input[type=submit]:hover::before,
a > h2:hover::before,
input[type=submit] > h2:hover::before, a > .h2:hover::before, input[type=submit] > .h2:hover::before,
a > h3:hover::before,
input[type=submit] > h3:hover::before, a > .h3:hover::before, input[type=submit] > .h3:hover::before,
a > h4:hover::before,
input[type=submit] > h4:hover::before, a > .h4:hover::before, input[type=submit] > .h4:hover::before {
  background: #1b1b1b;
}

a.block:hover, input.block[type=submit]:hover {
  text-decoration: none;
}
a.block:before, input.block[type=submit]:before {
  content: none;
}

li.menu-item {
  list-style: none;
}
li.menu-item a, li.menu-item input[type=submit] {
  color: #1B1B1B;
}

.m-card .inner-card h1, .m-card .inner-card .h1 {
  line-height: 1.7;
}
.m-card .inner-card h2, .m-card .inner-card .h2, .m-card .inner-card h2 > a, .m-card .inner-card h2 > input[type=submit],
.m-card .inner-card .h2 > a,
.m-card .inner-card .h2 > input[type=submit] {
  line-height: 42px;
}
.m-card .inner-card h3, .m-card .inner-card .h3, .m-card .inner-card h3 > a, .m-card .inner-card h3 > input[type=submit],
.m-card .inner-card .h3 > a,
.m-card .inner-card .h3 > input[type=submit] {
  line-height: 1.7;
}
.m-card .inner-card h4, .m-card .inner-card .h4, .m-card .inner-card .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card .inner-card h3 > p,
.m-card .inner-card .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-card .inner-card h3 > p > a,
.m-card .inner-card .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card h3 > p > input[type=submit], .m-card .inner-card h4 > a, .m-card .inner-card h4 > input[type=submit],
.m-card .inner-card .h4 > a,
.m-card .inner-card .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-card .inner-card h3 > p > a > a,
.m-card .inner-card .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-card .inner-card h3 > p > input[type=submit] > a,
.m-card .inner-card .h4 > input[type=submit],
.m-card .inner-card .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card h3 > p > a > input[type=submit],
.m-card .inner-card .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card h3 > p > input[type=submit] > input[type=submit] {
  line-height: 1.7;
}
.m-card .inner-card h5, .m-card .inner-card .h5 {
  line-height: 1.7;
}
.m-card .inner-card h6, .m-card .inner-card .h6 {
  line-height: 1.7;
}

@media (min-width: 768px) {
  a, input[type=submit] {
    line-height: 1.5;
    font-size: 1.125em;
  }
  a:after, input[type=submit]:after {
    content: none;
  }
  a.external::after, input.external[type=submit]::after, a.external .external-link-icon::after, input.external[type=submit] .external-link-icon::after {
    font-size: 1em;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "az-webfont";
  src: url("../fonts/az-webfont.woff2") format("woff2"), url("../fonts/az-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-italic";
  src: url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-thin";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-extraLight";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "Poppins";
}

h1, .h1,
h2, .h2, h2 > a, h2 > input[type=submit],
.h2 > a,
.h2 > input[type=submit],
h3, .h3, h3 > a, h3 > input[type=submit],
.h3 > a,
.h3 > input[type=submit],
h4, .h4, .o-callout.white .inner-background .headline h3 > p,
.o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit], h4 > a, h4 > input[type=submit],
.h4 > a,
.o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.h4 > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
h5, .h5,
h6, .h6,
blockquote {
  line-height: 42px;
}
h1.center, .h1.center,
h2.center, .h2.center, h2 > a.center, h2 > input.center[type=submit],
.h2 > a.center,
.h2 > input.center[type=submit],
h3.center, .h3.center, h3 > a.center, h3 > input.center[type=submit],
.h3 > a.center,
.h3 > input.center[type=submit],
h4.center, .h4.center, .o-callout.white .inner-background .headline h3 > p.center,
.o-callout.white .inner-background .headline h3 > p > a.center,
.o-callout.white .inner-background .headline h3 > p > input.center[type=submit], h4 > a.center, h4 > input.center[type=submit],
.h4 > a.center,
.o-callout.white .inner-background .headline h3 > p > a > a.center,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.center,
.h4 > input.center[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.center[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.center[type=submit],
h5.center, .h5.center,
h6.center, .h6.center,
blockquote.center {
  text-align: center;
  margin-bottom: 0px;
}
h1.right, .h1.right,
h2.right, .h2.right, h2 > a.right, h2 > input.right[type=submit],
.h2 > a.right,
.h2 > input.right[type=submit],
h3.right, .h3.right, h3 > a.right, h3 > input.right[type=submit],
.h3 > a.right,
.h3 > input.right[type=submit],
h4.right, .h4.right, .o-callout.white .inner-background .headline h3 > p.right,
.o-callout.white .inner-background .headline h3 > p > a.right,
.o-callout.white .inner-background .headline h3 > p > input.right[type=submit], h4 > a.right, h4 > input.right[type=submit],
.h4 > a.right,
.o-callout.white .inner-background .headline h3 > p > a > a.right,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.right,
.h4 > input.right[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.right[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.right[type=submit],
h5.right, .h5.right,
h6.right, .h6.right,
blockquote.right {
  text-align: right;
}
blockquote {
  margin: 32px 0 8px;
}

.display {
  font-size: 2.44em;
}

h1, .h1 {
  font-size: 52px;
}

h2, .h2, h2 > a, h2 > input[type=submit],
.h2 > a,
.h2 > input[type=submit] {
  font-family: "Poppins-bold";
  font-size: 38px;
  font-weight: 700;
}

h3, .h3, h3 > a, h3 > input[type=submit],
.h3 > a,
.h3 > input[type=submit], blockquote {
  font-family: "Poppins-bold";
  font-size: 21px;
  font-size: 1.25em;
}

h4, .h4, .o-callout.white .inner-background .headline h3 > p,
.o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit], h4 > a, h4 > input[type=submit],
.h4 > a,
.o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.h4 > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] {
  font-size: 1em;
}

h5, .h5 {
  font-size: 0.8125em;
}

h6, .h6 {
  font-size: 0.8125em;
}

p {
  font-size: 18px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .display {
    font-size: 3.064em;
  }
  h1, .h1 {
    font-size: 2.44em;
  }
  h2, .h2, h2 > a, h2 > input[type=submit],
  .h2 > a,
  .h2 > input[type=submit] {
    font-size: 1.94em;
    font-weight: 700;
  }
  h3, .h3, h3 > a, h3 > input[type=submit],
  .h3 > a,
  .h3 > input[type=submit], blockquote {
    font-size: 1.5625em;
  }
  h4, .h4, .o-callout.white .inner-background .headline h3 > p,
  .o-callout.white .inner-background .headline h3 > p > a,
  .o-callout.white .inner-background .headline h3 > p > input[type=submit], h4 > a, h4 > input[type=submit],
  .h4 > a,
  .o-callout.white .inner-background .headline h3 > p > a > a,
  .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
  .h4 > input[type=submit],
  .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
  .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] {
    font-size: 1.25em;
  }
  h5, .h5 {
    font-size: 1em;
  }
  h6, .h6 {
    font-size: 0.8125em;
  }
  p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .display {
    font-size: 4.75em;
  }
  h1, .h1 {
    font-size: 52px;
  }
  h2, .h2, h2 > a, h2 > input[type=submit],
  .h2 > a,
  .h2 > input[type=submit] {
    font-size: 38px;
    font-weight: 700;
  }
  h3, .h3, h3 > a, h3 > input[type=submit],
  .h3 > a,
  .h3 > input[type=submit], blockquote {
    font-size: 21px;
  }
  h4, .h4, .o-callout.white .inner-background .headline h3 > p,
  .o-callout.white .inner-background .headline h3 > p > a,
  .o-callout.white .inner-background .headline h3 > p > input[type=submit], h4 > a, h4 > input[type=submit],
  .h4 > a,
  .o-callout.white .inner-background .headline h3 > p > a > a,
  .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
  .h4 > input[type=submit],
  .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
  .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit] {
    font-size: 1.5625em;
  }
  h5, .h5 {
    font-size: 1.25em;
  }
  h6, .h6 {
    font-size: 1em;
  }
  p {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
p + p,
p + .p,
p + small,
p + p.smaller,
p + .smaller,
p + p.small,
p + p.bold,
p + .bold,
p + strong,
p + p.ingress,
h2 > a.subheading > p + p,
h2 > input.subheading[type=submit] > p + p,
.h2 > a.subheading > p + p,
.h2 > input.subheading[type=submit] > p + p,
h3 > a.subheading > p + p,
h3 > input.subheading[type=submit] > p + p,
.h3 > a.subheading > p + p,
.h3 > input.subheading[type=submit] > p + p,
h4 > a.subheading > p + p,
h4 > input.subheading[type=submit] > p + p,
.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p,
.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p,
p + .ingress,
p + h1.subheading,
p + .h1.subheading,
p + h2.subheading,
p + .h2.subheading,
h2 > p + a.subheading,
h2 > p + input.subheading[type=submit],
.h2 > p + a.subheading,
.h2 > p + input.subheading[type=submit],
p + h3.subheading,
p + .h3.subheading,
h3 > p + a.subheading,
h3 > p + input.subheading[type=submit],
.h3 > p + a.subheading,
.h3 > p + input.subheading[type=submit],
p + h4.subheading,
p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p + input.subheading[type=submit],
h4 > p + a.subheading,
h4 > p + input.subheading[type=submit],
.h4 > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p + a.subheading,
.h4 > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p + input.subheading[type=submit],
p + h5.subheading,
p + .h5.subheading,
p + h6.subheading,
p + .h6.subheading,
p + blockquote.subheading,
h1.subheading > p + p,
.h1.subheading > p + p,
h2.subheading > p + p,
.h2.subheading > p + p,
h3.subheading > p + p,
.h3.subheading > p + p,
h4.subheading > p + p,
.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
h5.subheading > p + p,
.h5.subheading > p + p,
h6.subheading > p + p,
.h6.subheading > p + p,
blockquote.subheading > p + p,
.p + p,
small + p,
p.smaller + p,
.smaller + p,
p.small + p,
p.bold + p,
.bold + p,
strong + p,
p.ingress + p,
h2 > a.subheading > p + p,
h2 > input.subheading[type=submit] > p + p,
.h2 > a.subheading > p + p,
.h2 > input.subheading[type=submit] > p + p,
h3 > a.subheading > p + p,
h3 > input.subheading[type=submit] > p + p,
.h3 > a.subheading > p + p,
.h3 > input.subheading[type=submit] > p + p,
h4 > a.subheading > p + p,
h4 > input.subheading[type=submit] > p + p,
.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p,
.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p,
.ingress + p,
h1.subheading + p,
.h1.subheading + p,
h2.subheading + p,
.h2.subheading + p,
h2 > a.subheading + p,
h2 > input.subheading[type=submit] + p,
.h2 > a.subheading + p,
.h2 > input.subheading[type=submit] + p,
h3.subheading + p,
.h3.subheading + p,
h3 > a.subheading + p,
h3 > input.subheading[type=submit] + p,
.h3 > a.subheading + p,
.h3 > input.subheading[type=submit] + p,
h4.subheading + p,
.h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p,
h4 > a.subheading + p,
h4 > input.subheading[type=submit] + p,
.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + p,
.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + p,
h5.subheading + p,
.h5.subheading + p,
h6.subheading + p,
.h6.subheading + p,
blockquote.subheading + p,
h1.subheading > p + p,
.h1.subheading > p + p,
h2.subheading > p + p,
.h2.subheading > p + p,
h3.subheading > p + p,
.h3.subheading > p + p,
h4.subheading > p + p,
.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
h5.subheading > p + p,
.h5.subheading > p + p,
h6.subheading > p + p,
.h6.subheading > p + p,
blockquote.subheading > p + p,
.p + .p,
small + .p,
p.smaller + .p,
.smaller + .p,
p.small + .p,
.p + small,
small + small,
p.smaller + small,
.smaller + small,
p.small + small,
.p + p.smaller,
small + p.smaller,
p.smaller + p.smaller,
.smaller + p.smaller,
p.small + p.smaller,
.p + .smaller,
small + .smaller,
p.smaller + .smaller,
.smaller + .smaller,
p.small + .smaller,
.p + p.small,
small + p.small,
p.smaller + p.small,
.smaller + p.small,
p.small + p.small,
p.bold + .p,
p.bold + small,
p.bold + p.smaller,
p.bold + .smaller,
p.bold + p.small,
.bold + .p,
.bold + small,
.bold + p.smaller,
.bold + .smaller,
.bold + p.small,
strong + .p,
strong + small,
strong + p.smaller,
strong + .smaller,
strong + p.small,
.p + p.bold,
small + p.bold,
p.smaller + p.bold,
.smaller + p.bold,
p.small + p.bold,
p.bold + p.bold,
.bold + p.bold,
strong + p.bold,
.p + .bold,
small + .bold,
p.smaller + .bold,
.smaller + .bold,
p.small + .bold,
p.bold + .bold,
.bold + .bold,
strong + .bold,
.p + strong,
small + strong,
p.smaller + strong,
.smaller + strong,
p.small + strong,
p.bold + strong,
.bold + strong,
strong + strong,
p.ingress + .p,
p.ingress + small,
p.ingress + p.smaller,
p.ingress + .smaller,
p.ingress + p.small,
p.ingress + p.bold,
p.ingress + .bold,
p.ingress + strong,
h2 > a.subheading > p + .p,
h2 > input.subheading[type=submit] > p + .p,
h2 > a.subheading > p + small,
h2 > input.subheading[type=submit] > p + small,
h2 > a.subheading > p + p.smaller,
h2 > input.subheading[type=submit] > p + p.smaller,
h2 > a.subheading > p + .smaller,
h2 > input.subheading[type=submit] > p + .smaller,
h2 > a.subheading > p + p.small,
h2 > input.subheading[type=submit] > p + p.small,
h2 > a.subheading > p + p.bold,
h2 > input.subheading[type=submit] > p + p.bold,
h2 > a.subheading > p + .bold,
h2 > input.subheading[type=submit] > p + .bold,
h2 > a.subheading > p + strong,
h2 > input.subheading[type=submit] > p + strong,
.h2 > a.subheading > p + .p,
.h2 > input.subheading[type=submit] > p + .p,
.h2 > a.subheading > p + small,
.h2 > input.subheading[type=submit] > p + small,
.h2 > a.subheading > p + p.smaller,
.h2 > input.subheading[type=submit] > p + p.smaller,
.h2 > a.subheading > p + .smaller,
.h2 > input.subheading[type=submit] > p + .smaller,
.h2 > a.subheading > p + p.small,
.h2 > input.subheading[type=submit] > p + p.small,
.h2 > a.subheading > p + p.bold,
.h2 > input.subheading[type=submit] > p + p.bold,
.h2 > a.subheading > p + .bold,
.h2 > input.subheading[type=submit] > p + .bold,
.h2 > a.subheading > p + strong,
.h2 > input.subheading[type=submit] > p + strong,
h3 > a.subheading > p + .p,
h3 > input.subheading[type=submit] > p + .p,
h3 > a.subheading > p + small,
h3 > input.subheading[type=submit] > p + small,
h3 > a.subheading > p + p.smaller,
h3 > input.subheading[type=submit] > p + p.smaller,
h3 > a.subheading > p + .smaller,
h3 > input.subheading[type=submit] > p + .smaller,
h3 > a.subheading > p + p.small,
h3 > input.subheading[type=submit] > p + p.small,
h3 > a.subheading > p + p.bold,
h3 > input.subheading[type=submit] > p + p.bold,
h3 > a.subheading > p + .bold,
h3 > input.subheading[type=submit] > p + .bold,
h3 > a.subheading > p + strong,
h3 > input.subheading[type=submit] > p + strong,
.h3 > a.subheading > p + .p,
.h3 > input.subheading[type=submit] > p + .p,
.h3 > a.subheading > p + small,
.h3 > input.subheading[type=submit] > p + small,
.h3 > a.subheading > p + p.smaller,
.h3 > input.subheading[type=submit] > p + p.smaller,
.h3 > a.subheading > p + .smaller,
.h3 > input.subheading[type=submit] > p + .smaller,
.h3 > a.subheading > p + p.small,
.h3 > input.subheading[type=submit] > p + p.small,
.h3 > a.subheading > p + p.bold,
.h3 > input.subheading[type=submit] > p + p.bold,
.h3 > a.subheading > p + .bold,
.h3 > input.subheading[type=submit] > p + .bold,
.h3 > a.subheading > p + strong,
.h3 > input.subheading[type=submit] > p + strong,
h4 > a.subheading > p + .p,
h4 > input.subheading[type=submit] > p + .p,
h4 > a.subheading > p + small,
h4 > input.subheading[type=submit] > p + small,
h4 > a.subheading > p + p.smaller,
h4 > input.subheading[type=submit] > p + p.smaller,
h4 > a.subheading > p + .smaller,
h4 > input.subheading[type=submit] > p + .smaller,
h4 > a.subheading > p + p.small,
h4 > input.subheading[type=submit] > p + p.small,
h4 > a.subheading > p + p.bold,
h4 > input.subheading[type=submit] > p + p.bold,
h4 > a.subheading > p + .bold,
h4 > input.subheading[type=submit] > p + .bold,
h4 > a.subheading > p + strong,
h4 > input.subheading[type=submit] > p + strong,
.h4 > a.subheading > p + .p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .p,
.h4 > input.subheading[type=submit] > p + .p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .p,
.h4 > a.subheading > p + small,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + small,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + small,
.h4 > input.subheading[type=submit] > p + small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + small,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + small,
.h4 > a.subheading > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p.smaller,
.h4 > input.subheading[type=submit] > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p.smaller,
.h4 > a.subheading > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .smaller,
.h4 > input.subheading[type=submit] > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .smaller,
.h4 > a.subheading > p + p.small,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.small,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p.small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p.small,
.h4 > input.subheading[type=submit] > p + p.small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.small,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p.small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p.small,
.h4 > a.subheading > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p.bold,
.h4 > input.subheading[type=submit] > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p.bold,
.h4 > a.subheading > p + .bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .bold,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .bold,
.h4 > input.subheading[type=submit] > p + .bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .bold,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .bold,
.h4 > a.subheading > p + strong,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + strong,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + strong,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + strong,
.h4 > input.subheading[type=submit] > p + strong,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + strong,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + strong,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + strong,
.ingress + .p,
.ingress + small,
.ingress + p.smaller,
.ingress + .smaller,
.ingress + p.small,
.ingress + p.bold,
.ingress + .bold,
.ingress + strong,
h1.subheading + .p,
h1.subheading + small,
h1.subheading + p.smaller,
h1.subheading + .smaller,
h1.subheading + p.small,
h1.subheading + p.bold,
h1.subheading + .bold,
h1.subheading + strong,
.h1.subheading + .p,
.h1.subheading + small,
.h1.subheading + p.smaller,
.h1.subheading + .smaller,
.h1.subheading + p.small,
.h1.subheading + p.bold,
.h1.subheading + .bold,
.h1.subheading + strong,
h2.subheading + .p,
h2.subheading + small,
h2.subheading + p.smaller,
h2.subheading + .smaller,
h2.subheading + p.small,
h2.subheading + p.bold,
h2.subheading + .bold,
h2.subheading + strong,
.h2.subheading + .p,
.h2.subheading + small,
.h2.subheading + p.smaller,
.h2.subheading + .smaller,
.h2.subheading + p.small,
.h2.subheading + p.bold,
.h2.subheading + .bold,
.h2.subheading + strong,
h2 > a.subheading + .p,
h2 > input.subheading[type=submit] + .p,
h2 > a.subheading + small,
h2 > input.subheading[type=submit] + small,
h2 > a.subheading + p.smaller,
h2 > input.subheading[type=submit] + p.smaller,
h2 > a.subheading + .smaller,
h2 > input.subheading[type=submit] + .smaller,
h2 > a.subheading + p.small,
h2 > input.subheading[type=submit] + p.small,
h2 > a.subheading + p.bold,
h2 > input.subheading[type=submit] + p.bold,
h2 > a.subheading + .bold,
h2 > input.subheading[type=submit] + .bold,
h2 > a.subheading + strong,
h2 > input.subheading[type=submit] + strong,
.h2 > a.subheading + .p,
.h2 > input.subheading[type=submit] + .p,
.h2 > a.subheading + small,
.h2 > input.subheading[type=submit] + small,
.h2 > a.subheading + p.smaller,
.h2 > input.subheading[type=submit] + p.smaller,
.h2 > a.subheading + .smaller,
.h2 > input.subheading[type=submit] + .smaller,
.h2 > a.subheading + p.small,
.h2 > input.subheading[type=submit] + p.small,
.h2 > a.subheading + p.bold,
.h2 > input.subheading[type=submit] + p.bold,
.h2 > a.subheading + .bold,
.h2 > input.subheading[type=submit] + .bold,
.h2 > a.subheading + strong,
.h2 > input.subheading[type=submit] + strong,
h3.subheading + .p,
h3.subheading + small,
h3.subheading + p.smaller,
h3.subheading + .smaller,
h3.subheading + p.small,
h3.subheading + p.bold,
h3.subheading + .bold,
h3.subheading + strong,
.h3.subheading + .p,
.h3.subheading + small,
.h3.subheading + p.smaller,
.h3.subheading + .smaller,
.h3.subheading + p.small,
.h3.subheading + p.bold,
.h3.subheading + .bold,
.h3.subheading + strong,
h3 > a.subheading + .p,
h3 > input.subheading[type=submit] + .p,
h3 > a.subheading + small,
h3 > input.subheading[type=submit] + small,
h3 > a.subheading + p.smaller,
h3 > input.subheading[type=submit] + p.smaller,
h3 > a.subheading + .smaller,
h3 > input.subheading[type=submit] + .smaller,
h3 > a.subheading + p.small,
h3 > input.subheading[type=submit] + p.small,
h3 > a.subheading + p.bold,
h3 > input.subheading[type=submit] + p.bold,
h3 > a.subheading + .bold,
h3 > input.subheading[type=submit] + .bold,
h3 > a.subheading + strong,
h3 > input.subheading[type=submit] + strong,
.h3 > a.subheading + .p,
.h3 > input.subheading[type=submit] + .p,
.h3 > a.subheading + small,
.h3 > input.subheading[type=submit] + small,
.h3 > a.subheading + p.smaller,
.h3 > input.subheading[type=submit] + p.smaller,
.h3 > a.subheading + .smaller,
.h3 > input.subheading[type=submit] + .smaller,
.h3 > a.subheading + p.small,
.h3 > input.subheading[type=submit] + p.small,
.h3 > a.subheading + p.bold,
.h3 > input.subheading[type=submit] + p.bold,
.h3 > a.subheading + .bold,
.h3 > input.subheading[type=submit] + .bold,
.h3 > a.subheading + strong,
.h3 > input.subheading[type=submit] + strong,
h4.subheading + .p,
h4.subheading + small,
h4.subheading + p.smaller,
h4.subheading + .smaller,
h4.subheading + p.small,
h4.subheading + p.bold,
h4.subheading + .bold,
h4.subheading + strong,
.h4.subheading + .p,
.o-callout.white .inner-background .headline h3 > p.subheading + .p,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .p,
.h4.subheading + small,
.o-callout.white .inner-background .headline h3 > p.subheading + small,
.o-callout.white .inner-background .headline h3 > p > a.subheading + small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + small,
.h4.subheading + p.smaller,
.o-callout.white .inner-background .headline h3 > p.subheading + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.smaller,
.h4.subheading + .smaller,
.o-callout.white .inner-background .headline h3 > p.subheading + .smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .smaller,
.h4.subheading + p.small,
.o-callout.white .inner-background .headline h3 > p.subheading + p.small,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.small,
.h4.subheading + p.bold,
.o-callout.white .inner-background .headline h3 > p.subheading + p.bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.bold,
.h4.subheading + .bold,
.o-callout.white .inner-background .headline h3 > p.subheading + .bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .bold,
.h4.subheading + strong,
.o-callout.white .inner-background .headline h3 > p.subheading + strong,
.o-callout.white .inner-background .headline h3 > p > a.subheading + strong,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + strong,
h4 > a.subheading + .p,
h4 > input.subheading[type=submit] + .p,
h4 > a.subheading + small,
h4 > input.subheading[type=submit] + small,
h4 > a.subheading + p.smaller,
h4 > input.subheading[type=submit] + p.smaller,
h4 > a.subheading + .smaller,
h4 > input.subheading[type=submit] + .smaller,
h4 > a.subheading + p.small,
h4 > input.subheading[type=submit] + p.small,
h4 > a.subheading + p.bold,
h4 > input.subheading[type=submit] + p.bold,
h4 > a.subheading + .bold,
h4 > input.subheading[type=submit] + .bold,
h4 > a.subheading + strong,
h4 > input.subheading[type=submit] + strong,
.h4 > a.subheading + .p,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .p,
.h4 > input.subheading[type=submit] + .p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .p,
.h4 > a.subheading + small,
.o-callout.white .inner-background .headline h3 > p > a.subheading + small,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + small,
.h4 > input.subheading[type=submit] + small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + small,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + small,
.h4 > a.subheading + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + p.smaller,
.h4 > input.subheading[type=submit] + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + p.smaller,
.h4 > a.subheading + .smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .smaller,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .smaller,
.h4 > input.subheading[type=submit] + .smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .smaller,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .smaller,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .smaller,
.h4 > a.subheading + p.small,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.small,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + p.small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + p.small,
.h4 > input.subheading[type=submit] + p.small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.small,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + p.small,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + p.small,
.h4 > a.subheading + p.bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.bold,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + p.bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + p.bold,
.h4 > input.subheading[type=submit] + p.bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.bold,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + p.bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + p.bold,
.h4 > a.subheading + .bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .bold,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .bold,
.h4 > input.subheading[type=submit] + .bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .bold,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .bold,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .bold,
.h4 > a.subheading + strong,
.o-callout.white .inner-background .headline h3 > p > a.subheading + strong,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + strong,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + strong,
.h4 > input.subheading[type=submit] + strong,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + strong,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + strong,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + strong,
h5.subheading + .p,
h5.subheading + small,
h5.subheading + p.smaller,
h5.subheading + .smaller,
h5.subheading + p.small,
h5.subheading + p.bold,
h5.subheading + .bold,
h5.subheading + strong,
.h5.subheading + .p,
.h5.subheading + small,
.h5.subheading + p.smaller,
.h5.subheading + .smaller,
.h5.subheading + p.small,
.h5.subheading + p.bold,
.h5.subheading + .bold,
.h5.subheading + strong,
h6.subheading + .p,
h6.subheading + small,
h6.subheading + p.smaller,
h6.subheading + .smaller,
h6.subheading + p.small,
h6.subheading + p.bold,
h6.subheading + .bold,
h6.subheading + strong,
.h6.subheading + .p,
.h6.subheading + small,
.h6.subheading + p.smaller,
.h6.subheading + .smaller,
.h6.subheading + p.small,
.h6.subheading + p.bold,
.h6.subheading + .bold,
.h6.subheading + strong,
blockquote.subheading + .p,
blockquote.subheading + small,
blockquote.subheading + p.smaller,
blockquote.subheading + .smaller,
blockquote.subheading + p.small,
blockquote.subheading + p.bold,
blockquote.subheading + .bold,
blockquote.subheading + strong,
h1.subheading > p + .p,
h1.subheading > p + small,
h1.subheading > p + p.smaller,
h1.subheading > p + .smaller,
h1.subheading > p + p.small,
h1.subheading > p + p.bold,
h1.subheading > p + .bold,
h1.subheading > p + strong,
.h1.subheading > p + .p,
.h1.subheading > p + small,
.h1.subheading > p + p.smaller,
.h1.subheading > p + .smaller,
.h1.subheading > p + p.small,
.h1.subheading > p + p.bold,
.h1.subheading > p + .bold,
.h1.subheading > p + strong,
h2.subheading > p + .p,
h2.subheading > p + small,
h2.subheading > p + p.smaller,
h2.subheading > p + .smaller,
h2.subheading > p + p.small,
h2.subheading > p + p.bold,
h2.subheading > p + .bold,
h2.subheading > p + strong,
.h2.subheading > p + .p,
.h2.subheading > p + small,
.h2.subheading > p + p.smaller,
.h2.subheading > p + .smaller,
.h2.subheading > p + p.small,
.h2.subheading > p + p.bold,
.h2.subheading > p + .bold,
.h2.subheading > p + strong,
h3.subheading > p + .p,
h3.subheading > p + small,
h3.subheading > p + p.smaller,
h3.subheading > p + .smaller,
h3.subheading > p + p.small,
h3.subheading > p + p.bold,
h3.subheading > p + .bold,
h3.subheading > p + strong,
.h3.subheading > p + .p,
.h3.subheading > p + small,
.h3.subheading > p + p.smaller,
.h3.subheading > p + .smaller,
.h3.subheading > p + p.small,
.h3.subheading > p + p.bold,
.h3.subheading > p + .bold,
.h3.subheading > p + strong,
h4.subheading > p + .p,
h4.subheading > p + small,
h4.subheading > p + p.smaller,
h4.subheading > p + .smaller,
h4.subheading > p + p.small,
h4.subheading > p + p.bold,
h4.subheading > p + .bold,
h4.subheading > p + strong,
.h4.subheading > p + .p,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .p,
.h4.subheading > p + small,
.o-callout.white .inner-background .headline h3 > p.subheading > p + small,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + small,
.h4.subheading > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.smaller,
.h4.subheading > p + .smaller,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .smaller,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .smaller,
.h4.subheading > p + p.small,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p.small,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.small,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.small,
.h4.subheading > p + p.bold,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.bold,
.h4.subheading > p + .bold,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .bold,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .bold,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .bold,
.h4.subheading > p + strong,
.o-callout.white .inner-background .headline h3 > p.subheading > p + strong,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + strong,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + strong,
h5.subheading > p + .p,
h5.subheading > p + small,
h5.subheading > p + p.smaller,
h5.subheading > p + .smaller,
h5.subheading > p + p.small,
h5.subheading > p + p.bold,
h5.subheading > p + .bold,
h5.subheading > p + strong,
.h5.subheading > p + .p,
.h5.subheading > p + small,
.h5.subheading > p + p.smaller,
.h5.subheading > p + .smaller,
.h5.subheading > p + p.small,
.h5.subheading > p + p.bold,
.h5.subheading > p + .bold,
.h5.subheading > p + strong,
h6.subheading > p + .p,
h6.subheading > p + small,
h6.subheading > p + p.smaller,
h6.subheading > p + .smaller,
h6.subheading > p + p.small,
h6.subheading > p + p.bold,
h6.subheading > p + .bold,
h6.subheading > p + strong,
.h6.subheading > p + .p,
.h6.subheading > p + small,
.h6.subheading > p + p.smaller,
.h6.subheading > p + .smaller,
.h6.subheading > p + p.small,
.h6.subheading > p + p.bold,
.h6.subheading > p + .bold,
.h6.subheading > p + strong,
blockquote.subheading > p + .p,
blockquote.subheading > p + small,
blockquote.subheading > p + p.smaller,
blockquote.subheading > p + .smaller,
blockquote.subheading > p + p.small,
blockquote.subheading > p + p.bold,
blockquote.subheading > p + .bold,
blockquote.subheading > p + strong,
.p + p.ingress,
small + p.ingress,
p.smaller + p.ingress,
.smaller + p.ingress,
p.small + p.ingress,
p.bold + p.ingress,
.bold + p.ingress,
strong + p.ingress,
p.ingress + p.ingress,
h2 > a.subheading > p + p.ingress,
h2 > input.subheading[type=submit] > p + p.ingress,
.h2 > a.subheading > p + p.ingress,
.h2 > input.subheading[type=submit] > p + p.ingress,
h3 > a.subheading > p + p.ingress,
h3 > input.subheading[type=submit] > p + p.ingress,
.h3 > a.subheading > p + p.ingress,
.h3 > input.subheading[type=submit] > p + p.ingress,
h4 > a.subheading > p + p.ingress,
h4 > input.subheading[type=submit] > p + p.ingress,
.h4 > a.subheading > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p.ingress,
.h4 > input.subheading[type=submit] > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p.ingress,
.ingress + p.ingress,
h1.subheading + p.ingress,
.h1.subheading + p.ingress,
h2.subheading + p.ingress,
.h2.subheading + p.ingress,
h2 > a.subheading + p.ingress,
h2 > input.subheading[type=submit] + p.ingress,
.h2 > a.subheading + p.ingress,
.h2 > input.subheading[type=submit] + p.ingress,
h3.subheading + p.ingress,
.h3.subheading + p.ingress,
h3 > a.subheading + p.ingress,
h3 > input.subheading[type=submit] + p.ingress,
.h3 > a.subheading + p.ingress,
.h3 > input.subheading[type=submit] + p.ingress,
h4.subheading + p.ingress,
.h4.subheading + p.ingress,
.o-callout.white .inner-background .headline h3 > p.subheading + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.ingress,
h4 > a.subheading + p.ingress,
h4 > input.subheading[type=submit] + p.ingress,
.h4 > a.subheading + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + p.ingress,
.h4 > input.subheading[type=submit] + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + p.ingress,
h5.subheading + p.ingress,
.h5.subheading + p.ingress,
h6.subheading + p.ingress,
.h6.subheading + p.ingress,
blockquote.subheading + p.ingress,
h1.subheading > p + p.ingress,
.h1.subheading > p + p.ingress,
h2.subheading > p + p.ingress,
.h2.subheading > p + p.ingress,
h3.subheading > p + p.ingress,
.h3.subheading > p + p.ingress,
h4.subheading > p + p.ingress,
.h4.subheading > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p.ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p.ingress,
h5.subheading > p + p.ingress,
.h5.subheading > p + p.ingress,
h6.subheading > p + p.ingress,
.h6.subheading > p + p.ingress,
blockquote.subheading > p + p.ingress,
h2 > a.subheading > .p + p,
h2 > input.subheading[type=submit] > .p + p,
h2 > a.subheading > small + p,
h2 > input.subheading[type=submit] > small + p,
h2 > a.subheading > p.smaller + p,
h2 > input.subheading[type=submit] > p.smaller + p,
h2 > a.subheading > .smaller + p,
h2 > input.subheading[type=submit] > .smaller + p,
h2 > a.subheading > p.small + p,
h2 > input.subheading[type=submit] > p.small + p,
h2 > a.subheading > p.bold + p,
h2 > input.subheading[type=submit] > p.bold + p,
h2 > a.subheading > .bold + p,
h2 > input.subheading[type=submit] > .bold + p,
h2 > a.subheading > strong + p,
h2 > input.subheading[type=submit] > strong + p,
h2 > a.subheading > p.ingress + p,
h2 > input.subheading[type=submit] > p.ingress + p,
h2 > a.subheading > p + p,
h2 > input.subheading[type=submit] > p + p,
h2.h2 > a.subheading > p + p,
h2.h2 > input.subheading[type=submit] > p + p,
h2.h3 > a.subheading > p + p,
h2.h3 > input.subheading[type=submit] > p + p,
h2.h4 > a.subheading > p + p,
h2.h4 > input.subheading[type=submit] > p + p,
h2 > a.subheading > .ingress + p,
h2 > input.subheading[type=submit] > .ingress + p,
h2 > a.subheading > h1.subheading + p,
h2 > input.subheading[type=submit] > h1.subheading + p,
h2 > a.subheading > .h1.subheading + p,
h2 > input.subheading[type=submit] > .h1.subheading + p,
h2 > a.subheading > h2.subheading + p,
h2 > input.subheading[type=submit] > h2.subheading + p,
h2 > a.subheading > .h2.subheading + p,
h2 > input.subheading[type=submit] > .h2.subheading + p,
h2 > a.subheading.h2 > a.subheading + p,
h2 > input.subheading.h2[type=submit] > a.subheading + p,
h2 > a.subheading.h2 > input.subheading[type=submit] + p,
h2 > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
h2 > a.subheading > h3.subheading + p,
h2 > input.subheading[type=submit] > h3.subheading + p,
h2 > a.subheading > .h3.subheading + p,
h2 > input.subheading[type=submit] > .h3.subheading + p,
h2 > a.subheading.h3 > a.subheading + p,
h2 > input.subheading.h3[type=submit] > a.subheading + p,
h2 > a.subheading.h3 > input.subheading[type=submit] + p,
h2 > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
h2 > a.subheading > h4.subheading + p,
h2 > input.subheading[type=submit] > h4.subheading + p,
h2 > a.subheading > .h4.subheading + p,
h2 > input.subheading[type=submit] > .h4.subheading + p,
h2 > a.subheading.h4 > a.subheading + p,
h2 > input.subheading.h4[type=submit] > a.subheading + p,
h2 > a.subheading.h4 > input.subheading[type=submit] + p,
h2 > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
h2 > a.subheading > h5.subheading + p,
h2 > input.subheading[type=submit] > h5.subheading + p,
h2 > a.subheading > .h5.subheading + p,
h2 > input.subheading[type=submit] > .h5.subheading + p,
h2 > a.subheading > h6.subheading + p,
h2 > input.subheading[type=submit] > h6.subheading + p,
h2 > a.subheading > .h6.subheading + p,
h2 > input.subheading[type=submit] > .h6.subheading + p,
h2 > a.subheading > blockquote.subheading + p,
h2 > input.subheading[type=submit] > blockquote.subheading + p,
h2 > a.subheading.h1 > p + p,
h2 > input.subheading.h1[type=submit] > p + p,
h2 > a.subheading.h2 > p + p,
h2 > input.subheading.h2[type=submit] > p + p,
h2 > a.subheading.h3 > p + p,
h2 > input.subheading.h3[type=submit] > p + p,
h2 > a.subheading.h4 > p + p,
h2 > input.subheading.h4[type=submit] > p + p,
h2 > a.subheading.h5 > p + p,
h2 > input.subheading.h5[type=submit] > p + p,
h2 > a.subheading.h6 > p + p,
h2 > input.subheading.h6[type=submit] > p + p,
.h2 > a.subheading > .p + p,
.h2 > input.subheading[type=submit] > .p + p,
.h2 > a.subheading > small + p,
.h2 > input.subheading[type=submit] > small + p,
.h2 > a.subheading > p.smaller + p,
.h2 > input.subheading[type=submit] > p.smaller + p,
.h2 > a.subheading > .smaller + p,
.h2 > input.subheading[type=submit] > .smaller + p,
.h2 > a.subheading > p.small + p,
.h2 > input.subheading[type=submit] > p.small + p,
.h2 > a.subheading > p.bold + p,
.h2 > input.subheading[type=submit] > p.bold + p,
.h2 > a.subheading > .bold + p,
.h2 > input.subheading[type=submit] > .bold + p,
.h2 > a.subheading > strong + p,
.h2 > input.subheading[type=submit] > strong + p,
.h2 > a.subheading > p.ingress + p,
.h2 > input.subheading[type=submit] > p.ingress + p,
h2.h2 > a.subheading > p + p,
h2.h2 > input.subheading[type=submit] > p + p,
.h2 > a.subheading > p + p,
.h2 > input.subheading[type=submit] > p + p,
h3.h2 > a.subheading > p + p,
h3.h2 > input.subheading[type=submit] > p + p,
.h2.h3 > a.subheading > p + p,
.h2.h3 > input.subheading[type=submit] > p + p,
h4.h2 > a.subheading > p + p,
h4.h2 > input.subheading[type=submit] > p + p,
.h2.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h2 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > a.subheading > p + p,
.h2.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h2 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > input.subheading[type=submit] > p + p,
.h2 > a.subheading > .ingress + p,
.h2 > input.subheading[type=submit] > .ingress + p,
.h2 > a.subheading > h1.subheading + p,
.h2 > input.subheading[type=submit] > h1.subheading + p,
.h2 > a.subheading > .h1.subheading + p,
.h2 > input.subheading[type=submit] > .h1.subheading + p,
.h2 > a.subheading > h2.subheading + p,
.h2 > input.subheading[type=submit] > h2.subheading + p,
.h2 > a.subheading > .h2.subheading + p,
.h2 > input.subheading[type=submit] > .h2.subheading + p,
.h2 > a.subheading.h2 > a.subheading + p,
.h2 > input.subheading.h2[type=submit] > a.subheading + p,
.h2 > a.subheading.h2 > input.subheading[type=submit] + p,
.h2 > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.h2 > a.subheading > h3.subheading + p,
.h2 > input.subheading[type=submit] > h3.subheading + p,
.h2 > a.subheading > .h3.subheading + p,
.h2 > input.subheading[type=submit] > .h3.subheading + p,
.h2 > a.subheading.h3 > a.subheading + p,
.h2 > input.subheading.h3[type=submit] > a.subheading + p,
.h2 > a.subheading.h3 > input.subheading[type=submit] + p,
.h2 > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.h2 > a.subheading > h4.subheading + p,
.h2 > input.subheading[type=submit] > h4.subheading + p,
.h2 > a.subheading > .h4.subheading + p,
.h2 > input.subheading[type=submit] > .h4.subheading + p,
.h2 > a.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > a.subheading + p,
.h2 > input.subheading.h4[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > a.subheading + p,
.h2 > a.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > input.subheading[type=submit] + p,
.h2 > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > input.subheading[type=submit] + p,
.h2 > a.subheading > h5.subheading + p,
.h2 > input.subheading[type=submit] > h5.subheading + p,
.h2 > a.subheading > .h5.subheading + p,
.h2 > input.subheading[type=submit] > .h5.subheading + p,
.h2 > a.subheading > h6.subheading + p,
.h2 > input.subheading[type=submit] > h6.subheading + p,
.h2 > a.subheading > .h6.subheading + p,
.h2 > input.subheading[type=submit] > .h6.subheading + p,
.h2 > a.subheading > blockquote.subheading + p,
.h2 > input.subheading[type=submit] > blockquote.subheading + p,
.h2 > a.subheading.h1 > p + p,
.h2 > input.subheading.h1[type=submit] > p + p,
.h2 > a.subheading.h2 > p + p,
.h2 > input.subheading.h2[type=submit] > p + p,
.h2 > a.subheading.h3 > p + p,
.h2 > input.subheading.h3[type=submit] > p + p,
.h2 > a.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > p + p,
.h2 > input.subheading.h4[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > p + p,
.h2 > a.subheading.h5 > p + p,
.h2 > input.subheading.h5[type=submit] > p + p,
.h2 > a.subheading.h6 > p + p,
.h2 > input.subheading.h6[type=submit] > p + p,
h3 > a.subheading > .p + p,
h3 > input.subheading[type=submit] > .p + p,
h3 > a.subheading > small + p,
h3 > input.subheading[type=submit] > small + p,
h3 > a.subheading > p.smaller + p,
h3 > input.subheading[type=submit] > p.smaller + p,
h3 > a.subheading > .smaller + p,
h3 > input.subheading[type=submit] > .smaller + p,
h3 > a.subheading > p.small + p,
h3 > input.subheading[type=submit] > p.small + p,
h3 > a.subheading > p.bold + p,
h3 > input.subheading[type=submit] > p.bold + p,
h3 > a.subheading > .bold + p,
h3 > input.subheading[type=submit] > .bold + p,
h3 > a.subheading > strong + p,
h3 > input.subheading[type=submit] > strong + p,
h3 > a.subheading > p.ingress + p,
h3 > input.subheading[type=submit] > p.ingress + p,
h3.h2 > a.subheading > p + p,
h3.h2 > input.subheading[type=submit] > p + p,
h3 > a.subheading > p + p,
h3 > input.subheading[type=submit] > p + p,
h3.h3 > a.subheading > p + p,
h3.h3 > input.subheading[type=submit] > p + p,
h3.h4 > a.subheading > p + p,
h3.h4 > input.subheading[type=submit] > p + p,
h3 > a.subheading > .ingress + p,
h3 > input.subheading[type=submit] > .ingress + p,
h3 > a.subheading > h1.subheading + p,
h3 > input.subheading[type=submit] > h1.subheading + p,
h3 > a.subheading > .h1.subheading + p,
h3 > input.subheading[type=submit] > .h1.subheading + p,
h3 > a.subheading > h2.subheading + p,
h3 > input.subheading[type=submit] > h2.subheading + p,
h3 > a.subheading > .h2.subheading + p,
h3 > input.subheading[type=submit] > .h2.subheading + p,
h3 > a.subheading.h2 > a.subheading + p,
h3 > input.subheading.h2[type=submit] > a.subheading + p,
h3 > a.subheading.h2 > input.subheading[type=submit] + p,
h3 > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
h3 > a.subheading > h3.subheading + p,
h3 > input.subheading[type=submit] > h3.subheading + p,
h3 > a.subheading > .h3.subheading + p,
h3 > input.subheading[type=submit] > .h3.subheading + p,
h3 > a.subheading.h3 > a.subheading + p,
h3 > input.subheading.h3[type=submit] > a.subheading + p,
h3 > a.subheading.h3 > input.subheading[type=submit] + p,
h3 > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
h3 > a.subheading > h4.subheading + p,
h3 > input.subheading[type=submit] > h4.subheading + p,
h3 > a.subheading > .h4.subheading + p,
h3 > input.subheading[type=submit] > .h4.subheading + p,
h3 > a.subheading.h4 > a.subheading + p,
h3 > input.subheading.h4[type=submit] > a.subheading + p,
h3 > a.subheading.h4 > input.subheading[type=submit] + p,
h3 > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
h3 > a.subheading > h5.subheading + p,
h3 > input.subheading[type=submit] > h5.subheading + p,
h3 > a.subheading > .h5.subheading + p,
h3 > input.subheading[type=submit] > .h5.subheading + p,
h3 > a.subheading > h6.subheading + p,
h3 > input.subheading[type=submit] > h6.subheading + p,
h3 > a.subheading > .h6.subheading + p,
h3 > input.subheading[type=submit] > .h6.subheading + p,
h3 > a.subheading > blockquote.subheading + p,
h3 > input.subheading[type=submit] > blockquote.subheading + p,
h3 > a.subheading.h1 > p + p,
h3 > input.subheading.h1[type=submit] > p + p,
h3 > a.subheading.h2 > p + p,
h3 > input.subheading.h2[type=submit] > p + p,
h3 > a.subheading.h3 > p + p,
h3 > input.subheading.h3[type=submit] > p + p,
h3 > a.subheading.h4 > p + p,
h3 > input.subheading.h4[type=submit] > p + p,
h3 > a.subheading.h5 > p + p,
h3 > input.subheading.h5[type=submit] > p + p,
h3 > a.subheading.h6 > p + p,
h3 > input.subheading.h6[type=submit] > p + p,
.h3 > a.subheading > .p + p,
.h3 > input.subheading[type=submit] > .p + p,
.h3 > a.subheading > small + p,
.h3 > input.subheading[type=submit] > small + p,
.h3 > a.subheading > p.smaller + p,
.h3 > input.subheading[type=submit] > p.smaller + p,
.h3 > a.subheading > .smaller + p,
.h3 > input.subheading[type=submit] > .smaller + p,
.h3 > a.subheading > p.small + p,
.h3 > input.subheading[type=submit] > p.small + p,
.h3 > a.subheading > p.bold + p,
.h3 > input.subheading[type=submit] > p.bold + p,
.h3 > a.subheading > .bold + p,
.h3 > input.subheading[type=submit] > .bold + p,
.h3 > a.subheading > strong + p,
.h3 > input.subheading[type=submit] > strong + p,
.h3 > a.subheading > p.ingress + p,
.h3 > input.subheading[type=submit] > p.ingress + p,
h2.h3 > a.subheading > p + p,
h2.h3 > input.subheading[type=submit] > p + p,
.h3.h2 > a.subheading > p + p,
.h3.h2 > input.subheading[type=submit] > p + p,
h3.h3 > a.subheading > p + p,
h3.h3 > input.subheading[type=submit] > p + p,
.h3 > a.subheading > p + p,
.h3 > input.subheading[type=submit] > p + p,
h4.h3 > a.subheading > p + p,
h4.h3 > input.subheading[type=submit] > p + p,
.h3.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h3 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > a.subheading > p + p,
.h3.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h3 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > input.subheading[type=submit] > p + p,
.h3 > a.subheading > .ingress + p,
.h3 > input.subheading[type=submit] > .ingress + p,
.h3 > a.subheading > h1.subheading + p,
.h3 > input.subheading[type=submit] > h1.subheading + p,
.h3 > a.subheading > .h1.subheading + p,
.h3 > input.subheading[type=submit] > .h1.subheading + p,
.h3 > a.subheading > h2.subheading + p,
.h3 > input.subheading[type=submit] > h2.subheading + p,
.h3 > a.subheading > .h2.subheading + p,
.h3 > input.subheading[type=submit] > .h2.subheading + p,
.h3 > a.subheading.h2 > a.subheading + p,
.h3 > input.subheading.h2[type=submit] > a.subheading + p,
.h3 > a.subheading.h2 > input.subheading[type=submit] + p,
.h3 > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.h3 > a.subheading > h3.subheading + p,
.h3 > input.subheading[type=submit] > h3.subheading + p,
.h3 > a.subheading > .h3.subheading + p,
.h3 > input.subheading[type=submit] > .h3.subheading + p,
.h3 > a.subheading.h3 > a.subheading + p,
.h3 > input.subheading.h3[type=submit] > a.subheading + p,
.h3 > a.subheading.h3 > input.subheading[type=submit] + p,
.h3 > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.h3 > a.subheading > h4.subheading + p,
.h3 > input.subheading[type=submit] > h4.subheading + p,
.h3 > a.subheading > .h4.subheading + p,
.h3 > input.subheading[type=submit] > .h4.subheading + p,
.h3 > a.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > a.subheading + p,
.h3 > input.subheading.h4[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > a.subheading + p,
.h3 > a.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > input.subheading[type=submit] + p,
.h3 > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > input.subheading[type=submit] + p,
.h3 > a.subheading > h5.subheading + p,
.h3 > input.subheading[type=submit] > h5.subheading + p,
.h3 > a.subheading > .h5.subheading + p,
.h3 > input.subheading[type=submit] > .h5.subheading + p,
.h3 > a.subheading > h6.subheading + p,
.h3 > input.subheading[type=submit] > h6.subheading + p,
.h3 > a.subheading > .h6.subheading + p,
.h3 > input.subheading[type=submit] > .h6.subheading + p,
.h3 > a.subheading > blockquote.subheading + p,
.h3 > input.subheading[type=submit] > blockquote.subheading + p,
.h3 > a.subheading.h1 > p + p,
.h3 > input.subheading.h1[type=submit] > p + p,
.h3 > a.subheading.h2 > p + p,
.h3 > input.subheading.h2[type=submit] > p + p,
.h3 > a.subheading.h3 > p + p,
.h3 > input.subheading.h3[type=submit] > p + p,
.h3 > a.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > p + p,
.h3 > input.subheading.h4[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > p + p,
.h3 > a.subheading.h5 > p + p,
.h3 > input.subheading.h5[type=submit] > p + p,
.h3 > a.subheading.h6 > p + p,
.h3 > input.subheading.h6[type=submit] > p + p,
h4 > a.subheading > .p + p,
h4 > input.subheading[type=submit] > .p + p,
h4 > a.subheading > small + p,
h4 > input.subheading[type=submit] > small + p,
h4 > a.subheading > p.smaller + p,
h4 > input.subheading[type=submit] > p.smaller + p,
h4 > a.subheading > .smaller + p,
h4 > input.subheading[type=submit] > .smaller + p,
h4 > a.subheading > p.small + p,
h4 > input.subheading[type=submit] > p.small + p,
h4 > a.subheading > p.bold + p,
h4 > input.subheading[type=submit] > p.bold + p,
h4 > a.subheading > .bold + p,
h4 > input.subheading[type=submit] > .bold + p,
h4 > a.subheading > strong + p,
h4 > input.subheading[type=submit] > strong + p,
h4 > a.subheading > p.ingress + p,
h4 > input.subheading[type=submit] > p.ingress + p,
h4.h2 > a.subheading > p + p,
h4.h2 > input.subheading[type=submit] > p + p,
h4.h3 > a.subheading > p + p,
h4.h3 > input.subheading[type=submit] > p + p,
h4 > a.subheading > p + p,
h4 > input.subheading[type=submit] > p + p,
h4.h4 > a.subheading > p + p,
h4.h4 > input.subheading[type=submit] > p + p,
h4 > a.subheading > .ingress + p,
h4 > input.subheading[type=submit] > .ingress + p,
h4 > a.subheading > h1.subheading + p,
h4 > input.subheading[type=submit] > h1.subheading + p,
h4 > a.subheading > .h1.subheading + p,
h4 > input.subheading[type=submit] > .h1.subheading + p,
h4 > a.subheading > h2.subheading + p,
h4 > input.subheading[type=submit] > h2.subheading + p,
h4 > a.subheading > .h2.subheading + p,
h4 > input.subheading[type=submit] > .h2.subheading + p,
h4 > a.subheading.h2 > a.subheading + p,
h4 > input.subheading.h2[type=submit] > a.subheading + p,
h4 > a.subheading.h2 > input.subheading[type=submit] + p,
h4 > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
h4 > a.subheading > h3.subheading + p,
h4 > input.subheading[type=submit] > h3.subheading + p,
h4 > a.subheading > .h3.subheading + p,
h4 > input.subheading[type=submit] > .h3.subheading + p,
h4 > a.subheading.h3 > a.subheading + p,
h4 > input.subheading.h3[type=submit] > a.subheading + p,
h4 > a.subheading.h3 > input.subheading[type=submit] + p,
h4 > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
h4 > a.subheading > h4.subheading + p,
h4 > input.subheading[type=submit] > h4.subheading + p,
h4 > a.subheading > .h4.subheading + p,
h4 > input.subheading[type=submit] > .h4.subheading + p,
h4 > a.subheading.h4 > a.subheading + p,
h4 > input.subheading.h4[type=submit] > a.subheading + p,
h4 > a.subheading.h4 > input.subheading[type=submit] + p,
h4 > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
h4 > a.subheading > h5.subheading + p,
h4 > input.subheading[type=submit] > h5.subheading + p,
h4 > a.subheading > .h5.subheading + p,
h4 > input.subheading[type=submit] > .h5.subheading + p,
h4 > a.subheading > h6.subheading + p,
h4 > input.subheading[type=submit] > h6.subheading + p,
h4 > a.subheading > .h6.subheading + p,
h4 > input.subheading[type=submit] > .h6.subheading + p,
h4 > a.subheading > blockquote.subheading + p,
h4 > input.subheading[type=submit] > blockquote.subheading + p,
h4 > a.subheading.h1 > p + p,
h4 > input.subheading.h1[type=submit] > p + p,
h4 > a.subheading.h2 > p + p,
h4 > input.subheading.h2[type=submit] > p + p,
h4 > a.subheading.h3 > p + p,
h4 > input.subheading.h3[type=submit] > p + p,
h4 > a.subheading.h4 > p + p,
h4 > input.subheading.h4[type=submit] > p + p,
h4 > a.subheading.h5 > p + p,
h4 > input.subheading.h5[type=submit] > p + p,
h4 > a.subheading.h6 > p + p,
h4 > input.subheading.h6[type=submit] > p + p,
.h4 > a.subheading > .p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .p + p,
.h4 > input.subheading[type=submit] > .p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .p + p,
.h4 > a.subheading > small + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > small + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > small + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > small + p,
.h4 > input.subheading[type=submit] > small + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > small + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > small + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > small + p,
.h4 > a.subheading > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p.smaller + p,
.h4 > input.subheading[type=submit] > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p.smaller + p,
.h4 > a.subheading > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .smaller + p,
.h4 > input.subheading[type=submit] > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .smaller + p,
.h4 > a.subheading > p.small + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.small + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p.small + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p.small + p,
.h4 > input.subheading[type=submit] > p.small + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.small + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p.small + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p.small + p,
.h4 > a.subheading > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p.bold + p,
.h4 > input.subheading[type=submit] > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p.bold + p,
.h4 > a.subheading > .bold + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .bold + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .bold + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .bold + p,
.h4 > input.subheading[type=submit] > .bold + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .bold + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .bold + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .bold + p,
.h4 > a.subheading > strong + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > strong + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > strong + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > strong + p,
.h4 > input.subheading[type=submit] > strong + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > strong + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > strong + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > strong + p,
.h4 > a.subheading > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p.ingress + p,
.h4 > input.subheading[type=submit] > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p.ingress + p,
h2.h4 > a.subheading > p + p,
h2.h4 > input.subheading[type=submit] > p + p,
.h4.h2 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h2 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > a.subheading > p + p,
.h4.h2 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h2 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > input.subheading[type=submit] > p + p,
h3.h4 > a.subheading > p + p,
h3.h4 > input.subheading[type=submit] > p + p,
.h4.h3 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h3 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > a.subheading > p + p,
.h4.h3 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h3 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > input.subheading[type=submit] > p + p,
h4.h4 > a.subheading > p + p,
h4.h4 > input.subheading[type=submit] > p + p,
.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + p,
.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + p,
.h4 > a.subheading > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .ingress + p,
.h4 > input.subheading[type=submit] > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .ingress + p,
.h4 > a.subheading > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > h1.subheading + p,
.h4 > input.subheading[type=submit] > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > h1.subheading + p,
.h4 > a.subheading > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .h1.subheading + p,
.h4 > input.subheading[type=submit] > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .h1.subheading + p,
.h4 > a.subheading > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > h2.subheading + p,
.h4 > input.subheading[type=submit] > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > h2.subheading + p,
.h4 > a.subheading > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .h2.subheading + p,
.h4 > input.subheading[type=submit] > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .h2.subheading + p,
.h4 > a.subheading.h2 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h2 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h2 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h2 > a.subheading + p,
.h4 > input.subheading.h2[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h2[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h2[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h2[type=submit] > a.subheading + p,
.h4 > a.subheading.h2 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h2 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h2 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h2 > input.subheading[type=submit] + p,
.h4 > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.h4 > a.subheading > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > h3.subheading + p,
.h4 > input.subheading[type=submit] > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > h3.subheading + p,
.h4 > a.subheading > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .h3.subheading + p,
.h4 > input.subheading[type=submit] > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .h3.subheading + p,
.h4 > a.subheading.h3 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h3 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h3 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h3 > a.subheading + p,
.h4 > input.subheading.h3[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h3[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h3[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h3[type=submit] > a.subheading + p,
.h4 > a.subheading.h3 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h3 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h3 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h3 > input.subheading[type=submit] + p,
.h4 > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.h4 > a.subheading > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > h4.subheading + p,
.h4 > input.subheading[type=submit] > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > h4.subheading + p,
.h4 > a.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .h4.subheading + p,
.h4 > input.subheading[type=submit] > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .h4.subheading + p,
.h4 > a.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a.subheading + p,
.h4 > input.subheading.h4[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h4[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h4[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h4[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a.subheading + p,
.h4 > a.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input.subheading[type=submit] + p,
.h4 > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h4[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input.subheading[type=submit] + p,
.h4 > a.subheading > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > h5.subheading + p,
.h4 > input.subheading[type=submit] > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > h5.subheading + p,
.h4 > a.subheading > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .h5.subheading + p,
.h4 > input.subheading[type=submit] > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .h5.subheading + p,
.h4 > a.subheading > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > h6.subheading + p,
.h4 > input.subheading[type=submit] > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > h6.subheading + p,
.h4 > a.subheading > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > .h6.subheading + p,
.h4 > input.subheading[type=submit] > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > .h6.subheading + p,
.h4 > a.subheading > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > blockquote.subheading + p,
.h4 > input.subheading[type=submit] > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > blockquote.subheading + p,
.h4 > a.subheading.h1 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h1 > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h1 > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h1 > p + p,
.h4 > input.subheading.h1[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h1[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h1[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h1[type=submit] > p + p,
.h4 > a.subheading.h2 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h2 > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h2 > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h2 > p + p,
.h4 > input.subheading.h2[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h2[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h2[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h2[type=submit] > p + p,
.h4 > a.subheading.h3 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h3 > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h3 > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h3 > p + p,
.h4 > input.subheading.h3[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h3[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h3[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h3[type=submit] > p + p,
.h4 > a.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.h4 > input.subheading.h4[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h4[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h4[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h4[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
.h4 > a.subheading.h5 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h5 > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h5 > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h5 > p + p,
.h4 > input.subheading.h5[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h5[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h5[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h5[type=submit] > p + p,
.h4 > a.subheading.h6 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h6 > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading.h6 > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading.h6 > p + p,
.h4 > input.subheading.h6[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h6[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading.h6[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading.h6[type=submit] > p + p,
.p + .ingress,
small + .ingress,
p.smaller + .ingress,
.smaller + .ingress,
p.small + .ingress,
p.bold + .ingress,
.bold + .ingress,
strong + .ingress,
p.ingress + .ingress,
h2 > a.subheading > p + .ingress,
h2 > input.subheading[type=submit] > p + .ingress,
.h2 > a.subheading > p + .ingress,
.h2 > input.subheading[type=submit] > p + .ingress,
h3 > a.subheading > p + .ingress,
h3 > input.subheading[type=submit] > p + .ingress,
.h3 > a.subheading > p + .ingress,
.h3 > input.subheading[type=submit] > p + .ingress,
h4 > a.subheading > p + .ingress,
h4 > input.subheading[type=submit] > p + .ingress,
.h4 > a.subheading > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .ingress,
.h4 > input.subheading[type=submit] > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .ingress,
.ingress + .ingress,
h1.subheading + .ingress,
.h1.subheading + .ingress,
h2.subheading + .ingress,
.h2.subheading + .ingress,
h2 > a.subheading + .ingress,
h2 > input.subheading[type=submit] + .ingress,
.h2 > a.subheading + .ingress,
.h2 > input.subheading[type=submit] + .ingress,
h3.subheading + .ingress,
.h3.subheading + .ingress,
h3 > a.subheading + .ingress,
h3 > input.subheading[type=submit] + .ingress,
.h3 > a.subheading + .ingress,
.h3 > input.subheading[type=submit] + .ingress,
h4.subheading + .ingress,
.h4.subheading + .ingress,
.o-callout.white .inner-background .headline h3 > p.subheading + .ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .ingress,
h4 > a.subheading + .ingress,
h4 > input.subheading[type=submit] + .ingress,
.h4 > a.subheading + .ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .ingress,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .ingress,
.h4 > input.subheading[type=submit] + .ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .ingress,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .ingress,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .ingress,
h5.subheading + .ingress,
.h5.subheading + .ingress,
h6.subheading + .ingress,
.h6.subheading + .ingress,
blockquote.subheading + .ingress,
h1.subheading > p + .ingress,
.h1.subheading > p + .ingress,
h2.subheading > p + .ingress,
.h2.subheading > p + .ingress,
h3.subheading > p + .ingress,
.h3.subheading > p + .ingress,
h4.subheading > p + .ingress,
.h4.subheading > p + .ingress,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .ingress,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .ingress,
h5.subheading > p + .ingress,
.h5.subheading > p + .ingress,
h6.subheading > p + .ingress,
.h6.subheading > p + .ingress,
blockquote.subheading > p + .ingress,
.p + h1.subheading,
small + h1.subheading,
p.smaller + h1.subheading,
.smaller + h1.subheading,
p.small + h1.subheading,
p.bold + h1.subheading,
.bold + h1.subheading,
strong + h1.subheading,
p.ingress + h1.subheading,
h2 > a.subheading > p + h1.subheading,
h2 > input.subheading[type=submit] > p + h1.subheading,
.h2 > a.subheading > p + h1.subheading,
.h2 > input.subheading[type=submit] > p + h1.subheading,
h3 > a.subheading > p + h1.subheading,
h3 > input.subheading[type=submit] > p + h1.subheading,
.h3 > a.subheading > p + h1.subheading,
.h3 > input.subheading[type=submit] > p + h1.subheading,
h4 > a.subheading > p + h1.subheading,
h4 > input.subheading[type=submit] > p + h1.subheading,
.h4 > a.subheading > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + h1.subheading,
.h4 > input.subheading[type=submit] > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + h1.subheading,
.ingress + h1.subheading,
h1.subheading + h1.subheading,
.h1.subheading + h1.subheading,
h2.subheading + h1.subheading,
.h2.subheading + h1.subheading,
h2 > a.subheading + h1.subheading,
h2 > input.subheading[type=submit] + h1.subheading,
.h2 > a.subheading + h1.subheading,
.h2 > input.subheading[type=submit] + h1.subheading,
h3.subheading + h1.subheading,
.h3.subheading + h1.subheading,
h3 > a.subheading + h1.subheading,
h3 > input.subheading[type=submit] + h1.subheading,
.h3 > a.subheading + h1.subheading,
.h3 > input.subheading[type=submit] + h1.subheading,
h4.subheading + h1.subheading,
.h4.subheading + h1.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h1.subheading,
h4 > a.subheading + h1.subheading,
h4 > input.subheading[type=submit] + h1.subheading,
.h4 > a.subheading + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + h1.subheading,
.h4 > input.subheading[type=submit] + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + h1.subheading,
h5.subheading + h1.subheading,
.h5.subheading + h1.subheading,
h6.subheading + h1.subheading,
.h6.subheading + h1.subheading,
blockquote.subheading + h1.subheading,
h1.subheading > p + h1.subheading,
.h1.subheading > p + h1.subheading,
h2.subheading > p + h1.subheading,
.h2.subheading > p + h1.subheading,
h3.subheading > p + h1.subheading,
.h3.subheading > p + h1.subheading,
h4.subheading > p + h1.subheading,
.h4.subheading > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h1.subheading,
h5.subheading > p + h1.subheading,
.h5.subheading > p + h1.subheading,
h6.subheading > p + h1.subheading,
.h6.subheading > p + h1.subheading,
blockquote.subheading > p + h1.subheading,
.p + .h1.subheading,
small + .h1.subheading,
p.smaller + .h1.subheading,
.smaller + .h1.subheading,
p.small + .h1.subheading,
p.bold + .h1.subheading,
.bold + .h1.subheading,
strong + .h1.subheading,
p.ingress + .h1.subheading,
h2 > a.subheading > p + .h1.subheading,
h2 > input.subheading[type=submit] > p + .h1.subheading,
.h2 > a.subheading > p + .h1.subheading,
.h2 > input.subheading[type=submit] > p + .h1.subheading,
h3 > a.subheading > p + .h1.subheading,
h3 > input.subheading[type=submit] > p + .h1.subheading,
.h3 > a.subheading > p + .h1.subheading,
.h3 > input.subheading[type=submit] > p + .h1.subheading,
h4 > a.subheading > p + .h1.subheading,
h4 > input.subheading[type=submit] > p + .h1.subheading,
.h4 > a.subheading > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .h1.subheading,
.h4 > input.subheading[type=submit] > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .h1.subheading,
.ingress + .h1.subheading,
h1.subheading + .h1.subheading,
.h1.subheading + .h1.subheading,
h2.subheading + .h1.subheading,
.h2.subheading + .h1.subheading,
h2 > a.subheading + .h1.subheading,
h2 > input.subheading[type=submit] + .h1.subheading,
.h2 > a.subheading + .h1.subheading,
.h2 > input.subheading[type=submit] + .h1.subheading,
h3.subheading + .h1.subheading,
.h3.subheading + .h1.subheading,
h3 > a.subheading + .h1.subheading,
h3 > input.subheading[type=submit] + .h1.subheading,
.h3 > a.subheading + .h1.subheading,
.h3 > input.subheading[type=submit] + .h1.subheading,
h4.subheading + .h1.subheading,
.h4.subheading + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h1.subheading,
h4 > a.subheading + .h1.subheading,
h4 > input.subheading[type=submit] + .h1.subheading,
.h4 > a.subheading + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .h1.subheading,
.h4 > input.subheading[type=submit] + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .h1.subheading,
h5.subheading + .h1.subheading,
.h5.subheading + .h1.subheading,
h6.subheading + .h1.subheading,
.h6.subheading + .h1.subheading,
blockquote.subheading + .h1.subheading,
h1.subheading > p + .h1.subheading,
.h1.subheading > p + .h1.subheading,
h2.subheading > p + .h1.subheading,
.h2.subheading > p + .h1.subheading,
h3.subheading > p + .h1.subheading,
.h3.subheading > p + .h1.subheading,
h4.subheading > p + .h1.subheading,
.h4.subheading > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h1.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h1.subheading,
h5.subheading > p + .h1.subheading,
.h5.subheading > p + .h1.subheading,
h6.subheading > p + .h1.subheading,
.h6.subheading > p + .h1.subheading,
blockquote.subheading > p + .h1.subheading,
.p + h2.subheading,
small + h2.subheading,
p.smaller + h2.subheading,
.smaller + h2.subheading,
p.small + h2.subheading,
p.bold + h2.subheading,
.bold + h2.subheading,
strong + h2.subheading,
p.ingress + h2.subheading,
h2 > a.subheading > p + h2.subheading,
h2 > input.subheading[type=submit] > p + h2.subheading,
.h2 > a.subheading > p + h2.subheading,
.h2 > input.subheading[type=submit] > p + h2.subheading,
h3 > a.subheading > p + h2.subheading,
h3 > input.subheading[type=submit] > p + h2.subheading,
.h3 > a.subheading > p + h2.subheading,
.h3 > input.subheading[type=submit] > p + h2.subheading,
h4 > a.subheading > p + h2.subheading,
h4 > input.subheading[type=submit] > p + h2.subheading,
.h4 > a.subheading > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + h2.subheading,
.h4 > input.subheading[type=submit] > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + h2.subheading,
.ingress + h2.subheading,
h1.subheading + h2.subheading,
.h1.subheading + h2.subheading,
h2.subheading + h2.subheading,
.h2.subheading + h2.subheading,
h2 > a.subheading + h2.subheading,
h2 > input.subheading[type=submit] + h2.subheading,
.h2 > a.subheading + h2.subheading,
.h2 > input.subheading[type=submit] + h2.subheading,
h3.subheading + h2.subheading,
.h3.subheading + h2.subheading,
h3 > a.subheading + h2.subheading,
h3 > input.subheading[type=submit] + h2.subheading,
.h3 > a.subheading + h2.subheading,
.h3 > input.subheading[type=submit] + h2.subheading,
h4.subheading + h2.subheading,
.h4.subheading + h2.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h2.subheading,
h4 > a.subheading + h2.subheading,
h4 > input.subheading[type=submit] + h2.subheading,
.h4 > a.subheading + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + h2.subheading,
.h4 > input.subheading[type=submit] + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + h2.subheading,
h5.subheading + h2.subheading,
.h5.subheading + h2.subheading,
h6.subheading + h2.subheading,
.h6.subheading + h2.subheading,
blockquote.subheading + h2.subheading,
h1.subheading > p + h2.subheading,
.h1.subheading > p + h2.subheading,
h2.subheading > p + h2.subheading,
.h2.subheading > p + h2.subheading,
h3.subheading > p + h2.subheading,
.h3.subheading > p + h2.subheading,
h4.subheading > p + h2.subheading,
.h4.subheading > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h2.subheading,
h5.subheading > p + h2.subheading,
.h5.subheading > p + h2.subheading,
h6.subheading > p + h2.subheading,
.h6.subheading > p + h2.subheading,
blockquote.subheading > p + h2.subheading,
.p + .h2.subheading,
small + .h2.subheading,
p.smaller + .h2.subheading,
.smaller + .h2.subheading,
p.small + .h2.subheading,
p.bold + .h2.subheading,
.bold + .h2.subheading,
strong + .h2.subheading,
p.ingress + .h2.subheading,
h2 > a.subheading > p + .h2.subheading,
h2 > input.subheading[type=submit] > p + .h2.subheading,
.h2 > a.subheading > p + .h2.subheading,
.h2 > input.subheading[type=submit] > p + .h2.subheading,
h3 > a.subheading > p + .h2.subheading,
h3 > input.subheading[type=submit] > p + .h2.subheading,
.h3 > a.subheading > p + .h2.subheading,
.h3 > input.subheading[type=submit] > p + .h2.subheading,
h4 > a.subheading > p + .h2.subheading,
h4 > input.subheading[type=submit] > p + .h2.subheading,
.h4 > a.subheading > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .h2.subheading,
.h4 > input.subheading[type=submit] > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .h2.subheading,
.ingress + .h2.subheading,
h1.subheading + .h2.subheading,
.h1.subheading + .h2.subheading,
h2.subheading + .h2.subheading,
.h2.subheading + .h2.subheading,
h2 > a.subheading + .h2.subheading,
h2 > input.subheading[type=submit] + .h2.subheading,
.h2 > a.subheading + .h2.subheading,
.h2 > input.subheading[type=submit] + .h2.subheading,
h3.subheading + .h2.subheading,
.h3.subheading + .h2.subheading,
h3 > a.subheading + .h2.subheading,
h3 > input.subheading[type=submit] + .h2.subheading,
.h3 > a.subheading + .h2.subheading,
.h3 > input.subheading[type=submit] + .h2.subheading,
h4.subheading + .h2.subheading,
.h4.subheading + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h2.subheading,
h4 > a.subheading + .h2.subheading,
h4 > input.subheading[type=submit] + .h2.subheading,
.h4 > a.subheading + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .h2.subheading,
.h4 > input.subheading[type=submit] + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .h2.subheading,
h5.subheading + .h2.subheading,
.h5.subheading + .h2.subheading,
h6.subheading + .h2.subheading,
.h6.subheading + .h2.subheading,
blockquote.subheading + .h2.subheading,
h1.subheading > p + .h2.subheading,
.h1.subheading > p + .h2.subheading,
h2.subheading > p + .h2.subheading,
.h2.subheading > p + .h2.subheading,
h3.subheading > p + .h2.subheading,
.h3.subheading > p + .h2.subheading,
h4.subheading > p + .h2.subheading,
.h4.subheading > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h2.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h2.subheading,
h5.subheading > p + .h2.subheading,
.h5.subheading > p + .h2.subheading,
h6.subheading > p + .h2.subheading,
.h6.subheading > p + .h2.subheading,
blockquote.subheading > p + .h2.subheading,
h2 > .p + a.subheading,
h2 > .p + input.subheading[type=submit],
h2 > small + a.subheading,
h2 > small + input.subheading[type=submit],
h2 > p.smaller + a.subheading,
h2 > p.smaller + input.subheading[type=submit],
h2 > .smaller + a.subheading,
h2 > .smaller + input.subheading[type=submit],
h2 > p.small + a.subheading,
h2 > p.small + input.subheading[type=submit],
h2 > p.bold + a.subheading,
h2 > p.bold + input.subheading[type=submit],
h2 > .bold + a.subheading,
h2 > .bold + input.subheading[type=submit],
h2 > strong + a.subheading,
h2 > strong + input.subheading[type=submit],
h2 > p.ingress + a.subheading,
h2 > p.ingress + input.subheading[type=submit],
h2 > .ingress + a.subheading,
h2 > .ingress + input.subheading[type=submit],
h2 > h1.subheading + a.subheading,
h2 > h1.subheading + input.subheading[type=submit],
h2 > .h1.subheading + a.subheading,
h2 > .h1.subheading + input.subheading[type=submit],
h2 > h2.subheading + a.subheading,
h2 > h2.subheading + input.subheading[type=submit],
h2 > .h2.subheading + a.subheading,
h2 > .h2.subheading + input.subheading[type=submit],
h2 > a.subheading + a.subheading,
h2 > input.subheading[type=submit] + a.subheading,
h2 > a.subheading + input.subheading[type=submit],
h2 > input.subheading[type=submit] + input.subheading[type=submit],
h2.h2 > a.subheading + a.subheading,
h2.h2 > input.subheading[type=submit] + a.subheading,
h2.h2 > a.subheading + input.subheading[type=submit],
h2.h2 > input.subheading[type=submit] + input.subheading[type=submit],
h2 > h3.subheading + a.subheading,
h2 > h3.subheading + input.subheading[type=submit],
h2 > .h3.subheading + a.subheading,
h2 > .h3.subheading + input.subheading[type=submit],
h2.h3 > a.subheading + a.subheading,
h2.h3 > input.subheading[type=submit] + a.subheading,
h2.h3 > a.subheading + input.subheading[type=submit],
h2.h3 > input.subheading[type=submit] + input.subheading[type=submit],
h2 > h4.subheading + a.subheading,
h2 > h4.subheading + input.subheading[type=submit],
h2 > .h4.subheading + a.subheading,
h2 > .h4.subheading + input.subheading[type=submit],
h2.h4 > a.subheading + a.subheading,
h2.h4 > input.subheading[type=submit] + a.subheading,
h2.h4 > a.subheading + input.subheading[type=submit],
h2.h4 > input.subheading[type=submit] + input.subheading[type=submit],
h2 > h5.subheading + a.subheading,
h2 > h5.subheading + input.subheading[type=submit],
h2 > .h5.subheading + a.subheading,
h2 > .h5.subheading + input.subheading[type=submit],
h2 > h6.subheading + a.subheading,
h2 > h6.subheading + input.subheading[type=submit],
h2 > .h6.subheading + a.subheading,
h2 > .h6.subheading + input.subheading[type=submit],
h2 > blockquote.subheading + a.subheading,
h2 > blockquote.subheading + input.subheading[type=submit],
h2.h1.subheading > p + a.subheading,
h2.h1.subheading > p + input.subheading[type=submit],
h2.subheading > p + a.subheading,
h2.subheading > p + input.subheading[type=submit],
h2.h2.subheading > p + a.subheading,
h2.h2.subheading > p + input.subheading[type=submit],
h2.h3.subheading > p + a.subheading,
h2.h3.subheading > p + input.subheading[type=submit],
h2.h4.subheading > p + a.subheading,
h2.h4.subheading > p + input.subheading[type=submit],
h2.h5.subheading > p + a.subheading,
h2.h5.subheading > p + input.subheading[type=submit],
h2.h6.subheading > p + a.subheading,
h2.h6.subheading > p + input.subheading[type=submit],
.h2 > .p + a.subheading,
.h2 > .p + input.subheading[type=submit],
.h2 > small + a.subheading,
.h2 > small + input.subheading[type=submit],
.h2 > p.smaller + a.subheading,
.h2 > p.smaller + input.subheading[type=submit],
.h2 > .smaller + a.subheading,
.h2 > .smaller + input.subheading[type=submit],
.h2 > p.small + a.subheading,
.h2 > p.small + input.subheading[type=submit],
.h2 > p.bold + a.subheading,
.h2 > p.bold + input.subheading[type=submit],
.h2 > .bold + a.subheading,
.h2 > .bold + input.subheading[type=submit],
.h2 > strong + a.subheading,
.h2 > strong + input.subheading[type=submit],
.h2 > p.ingress + a.subheading,
.h2 > p.ingress + input.subheading[type=submit],
h2 > a.h2.subheading > p + a.subheading,
h2 > input.h2.subheading[type=submit] > p + a.subheading,
h2 > a.h2.subheading > p + input.subheading[type=submit],
h2 > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.h2 > a.h2.subheading > p + a.subheading,
.h2 > input.h2.subheading[type=submit] > p + a.subheading,
.h2 > a.h2.subheading > p + input.subheading[type=submit],
.h2 > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
h3 > a.h2.subheading > p + a.subheading,
h3 > input.h2.subheading[type=submit] > p + a.subheading,
h3 > a.h2.subheading > p + input.subheading[type=submit],
h3 > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.h3 > a.h2.subheading > p + a.subheading,
.h3 > input.h2.subheading[type=submit] > p + a.subheading,
.h3 > a.h2.subheading > p + input.subheading[type=submit],
.h3 > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
h4 > a.h2.subheading > p + a.subheading,
h4 > input.h2.subheading[type=submit] > p + a.subheading,
h4 > a.h2.subheading > p + input.subheading[type=submit],
h4 > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.h4 > a.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h2.subheading > p + a.subheading,
.h4 > input.h2.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.h2.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h2.subheading[type=submit] > p + a.subheading,
.h4 > a.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h2.subheading > p + input.subheading[type=submit],
.h4 > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
.h2 > .ingress + a.subheading,
.h2 > .ingress + input.subheading[type=submit],
.h2 > h1.subheading + a.subheading,
.h2 > h1.subheading + input.subheading[type=submit],
.h2 > .h1.subheading + a.subheading,
.h2 > .h1.subheading + input.subheading[type=submit],
.h2 > h2.subheading + a.subheading,
.h2 > h2.subheading + input.subheading[type=submit],
.h2 > .h2.subheading + a.subheading,
.h2 > .h2.subheading + input.subheading[type=submit],
h2.h2 > a.subheading + a.subheading,
h2.h2 > input.subheading[type=submit] + a.subheading,
h2.h2 > a.subheading + input.subheading[type=submit],
h2.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.h2 > a.subheading + a.subheading,
.h2 > input.subheading[type=submit] + a.subheading,
.h2 > a.subheading + input.subheading[type=submit],
.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.h2 > h3.subheading + a.subheading,
.h2 > h3.subheading + input.subheading[type=submit],
.h2 > .h3.subheading + a.subheading,
.h2 > .h3.subheading + input.subheading[type=submit],
h3.h2 > a.subheading + a.subheading,
h3.h2 > input.subheading[type=submit] + a.subheading,
h3.h2 > a.subheading + input.subheading[type=submit],
h3.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.h2.h3 > a.subheading + a.subheading,
.h2.h3 > input.subheading[type=submit] + a.subheading,
.h2.h3 > a.subheading + input.subheading[type=submit],
.h2.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.h2 > h4.subheading + a.subheading,
.h2 > h4.subheading + input.subheading[type=submit],
.h2 > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3.h2 > p.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + a.subheading,
.h2 > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3.h2 > p.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + input.subheading[type=submit],
h4.h2 > a.subheading + a.subheading,
h4.h2 > input.subheading[type=submit] + a.subheading,
h4.h2 > a.subheading + input.subheading[type=submit],
h4.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.h2.h4 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > a.subheading + a.subheading,
.h2.h4 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > input.subheading[type=submit] + a.subheading,
.h2.h4 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > a.subheading + input.subheading[type=submit],
.h2.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > input.subheading[type=submit] + input.subheading[type=submit],
.h2 > h5.subheading + a.subheading,
.h2 > h5.subheading + input.subheading[type=submit],
.h2 > .h5.subheading + a.subheading,
.h2 > .h5.subheading + input.subheading[type=submit],
.h2 > h6.subheading + a.subheading,
.h2 > h6.subheading + input.subheading[type=submit],
.h2 > .h6.subheading + a.subheading,
.h2 > .h6.subheading + input.subheading[type=submit],
.h2 > blockquote.subheading + a.subheading,
.h2 > blockquote.subheading + input.subheading[type=submit],
h1.h2.subheading > p + a.subheading,
h1.h2.subheading > p + input.subheading[type=submit],
.h2.h1.subheading > p + a.subheading,
.h2.h1.subheading > p + input.subheading[type=submit],
h2.h2.subheading > p + a.subheading,
h2.h2.subheading > p + input.subheading[type=submit],
.h2.subheading > p + a.subheading,
.h2.subheading > p + input.subheading[type=submit],
h3.h2.subheading > p + a.subheading,
h3.h2.subheading > p + input.subheading[type=submit],
.h2.h3.subheading > p + a.subheading,
.h2.h3.subheading > p + input.subheading[type=submit],
h4.h2.subheading > p + a.subheading,
h4.h2.subheading > p + input.subheading[type=submit],
.h2.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + a.subheading,
.h2.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
h5.h2.subheading > p + a.subheading,
h5.h2.subheading > p + input.subheading[type=submit],
.h2.h5.subheading > p + a.subheading,
.h2.h5.subheading > p + input.subheading[type=submit],
h6.h2.subheading > p + a.subheading,
h6.h2.subheading > p + input.subheading[type=submit],
.h2.h6.subheading > p + a.subheading,
.h2.h6.subheading > p + input.subheading[type=submit],
blockquote.h2.subheading > p + a.subheading,
blockquote.h2.subheading > p + input.subheading[type=submit],
.p + h3.subheading,
small + h3.subheading,
p.smaller + h3.subheading,
.smaller + h3.subheading,
p.small + h3.subheading,
p.bold + h3.subheading,
.bold + h3.subheading,
strong + h3.subheading,
p.ingress + h3.subheading,
h2 > a.subheading > p + h3.subheading,
h2 > input.subheading[type=submit] > p + h3.subheading,
.h2 > a.subheading > p + h3.subheading,
.h2 > input.subheading[type=submit] > p + h3.subheading,
h3 > a.subheading > p + h3.subheading,
h3 > input.subheading[type=submit] > p + h3.subheading,
.h3 > a.subheading > p + h3.subheading,
.h3 > input.subheading[type=submit] > p + h3.subheading,
h4 > a.subheading > p + h3.subheading,
h4 > input.subheading[type=submit] > p + h3.subheading,
.h4 > a.subheading > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + h3.subheading,
.h4 > input.subheading[type=submit] > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + h3.subheading,
.ingress + h3.subheading,
h1.subheading + h3.subheading,
.h1.subheading + h3.subheading,
h2.subheading + h3.subheading,
.h2.subheading + h3.subheading,
h2 > a.subheading + h3.subheading,
h2 > input.subheading[type=submit] + h3.subheading,
.h2 > a.subheading + h3.subheading,
.h2 > input.subheading[type=submit] + h3.subheading,
h3.subheading + h3.subheading,
.h3.subheading + h3.subheading,
h3 > a.subheading + h3.subheading,
h3 > input.subheading[type=submit] + h3.subheading,
.h3 > a.subheading + h3.subheading,
.h3 > input.subheading[type=submit] + h3.subheading,
h4.subheading + h3.subheading,
.h4.subheading + h3.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h3.subheading,
h4 > a.subheading + h3.subheading,
h4 > input.subheading[type=submit] + h3.subheading,
.h4 > a.subheading + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + h3.subheading,
.h4 > input.subheading[type=submit] + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + h3.subheading,
h5.subheading + h3.subheading,
.h5.subheading + h3.subheading,
h6.subheading + h3.subheading,
.h6.subheading + h3.subheading,
blockquote.subheading + h3.subheading,
h1.subheading > p + h3.subheading,
.h1.subheading > p + h3.subheading,
h2.subheading > p + h3.subheading,
.h2.subheading > p + h3.subheading,
h3.subheading > p + h3.subheading,
.h3.subheading > p + h3.subheading,
h4.subheading > p + h3.subheading,
.h4.subheading > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h3.subheading,
h5.subheading > p + h3.subheading,
.h5.subheading > p + h3.subheading,
h6.subheading > p + h3.subheading,
.h6.subheading > p + h3.subheading,
blockquote.subheading > p + h3.subheading,
.p + .h3.subheading,
small + .h3.subheading,
p.smaller + .h3.subheading,
.smaller + .h3.subheading,
p.small + .h3.subheading,
p.bold + .h3.subheading,
.bold + .h3.subheading,
strong + .h3.subheading,
p.ingress + .h3.subheading,
h2 > a.subheading > p + .h3.subheading,
h2 > input.subheading[type=submit] > p + .h3.subheading,
.h2 > a.subheading > p + .h3.subheading,
.h2 > input.subheading[type=submit] > p + .h3.subheading,
h3 > a.subheading > p + .h3.subheading,
h3 > input.subheading[type=submit] > p + .h3.subheading,
.h3 > a.subheading > p + .h3.subheading,
.h3 > input.subheading[type=submit] > p + .h3.subheading,
h4 > a.subheading > p + .h3.subheading,
h4 > input.subheading[type=submit] > p + .h3.subheading,
.h4 > a.subheading > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .h3.subheading,
.h4 > input.subheading[type=submit] > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .h3.subheading,
.ingress + .h3.subheading,
h1.subheading + .h3.subheading,
.h1.subheading + .h3.subheading,
h2.subheading + .h3.subheading,
.h2.subheading + .h3.subheading,
h2 > a.subheading + .h3.subheading,
h2 > input.subheading[type=submit] + .h3.subheading,
.h2 > a.subheading + .h3.subheading,
.h2 > input.subheading[type=submit] + .h3.subheading,
h3.subheading + .h3.subheading,
.h3.subheading + .h3.subheading,
h3 > a.subheading + .h3.subheading,
h3 > input.subheading[type=submit] + .h3.subheading,
.h3 > a.subheading + .h3.subheading,
.h3 > input.subheading[type=submit] + .h3.subheading,
h4.subheading + .h3.subheading,
.h4.subheading + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h3.subheading,
h4 > a.subheading + .h3.subheading,
h4 > input.subheading[type=submit] + .h3.subheading,
.h4 > a.subheading + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .h3.subheading,
.h4 > input.subheading[type=submit] + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .h3.subheading,
h5.subheading + .h3.subheading,
.h5.subheading + .h3.subheading,
h6.subheading + .h3.subheading,
.h6.subheading + .h3.subheading,
blockquote.subheading + .h3.subheading,
h1.subheading > p + .h3.subheading,
.h1.subheading > p + .h3.subheading,
h2.subheading > p + .h3.subheading,
.h2.subheading > p + .h3.subheading,
h3.subheading > p + .h3.subheading,
.h3.subheading > p + .h3.subheading,
h4.subheading > p + .h3.subheading,
.h4.subheading > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h3.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h3.subheading,
h5.subheading > p + .h3.subheading,
.h5.subheading > p + .h3.subheading,
h6.subheading > p + .h3.subheading,
.h6.subheading > p + .h3.subheading,
blockquote.subheading > p + .h3.subheading,
h3 > .p + a.subheading,
h3 > .p + input.subheading[type=submit],
h3 > small + a.subheading,
h3 > small + input.subheading[type=submit],
h3 > p.smaller + a.subheading,
h3 > p.smaller + input.subheading[type=submit],
h3 > .smaller + a.subheading,
h3 > .smaller + input.subheading[type=submit],
h3 > p.small + a.subheading,
h3 > p.small + input.subheading[type=submit],
h3 > p.bold + a.subheading,
h3 > p.bold + input.subheading[type=submit],
h3 > .bold + a.subheading,
h3 > .bold + input.subheading[type=submit],
h3 > strong + a.subheading,
h3 > strong + input.subheading[type=submit],
h3 > p.ingress + a.subheading,
h3 > p.ingress + input.subheading[type=submit],
h3 > .ingress + a.subheading,
h3 > .ingress + input.subheading[type=submit],
h3 > h1.subheading + a.subheading,
h3 > h1.subheading + input.subheading[type=submit],
h3 > .h1.subheading + a.subheading,
h3 > .h1.subheading + input.subheading[type=submit],
h3 > h2.subheading + a.subheading,
h3 > h2.subheading + input.subheading[type=submit],
h3 > .h2.subheading + a.subheading,
h3 > .h2.subheading + input.subheading[type=submit],
h3.h2 > a.subheading + a.subheading,
h3.h2 > input.subheading[type=submit] + a.subheading,
h3.h2 > a.subheading + input.subheading[type=submit],
h3.h2 > input.subheading[type=submit] + input.subheading[type=submit],
h3 > h3.subheading + a.subheading,
h3 > h3.subheading + input.subheading[type=submit],
h3 > .h3.subheading + a.subheading,
h3 > .h3.subheading + input.subheading[type=submit],
h3 > a.subheading + a.subheading,
h3 > input.subheading[type=submit] + a.subheading,
h3 > a.subheading + input.subheading[type=submit],
h3 > input.subheading[type=submit] + input.subheading[type=submit],
h3.h3 > a.subheading + a.subheading,
h3.h3 > input.subheading[type=submit] + a.subheading,
h3.h3 > a.subheading + input.subheading[type=submit],
h3.h3 > input.subheading[type=submit] + input.subheading[type=submit],
h3 > h4.subheading + a.subheading,
h3 > h4.subheading + input.subheading[type=submit],
h3 > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + a.subheading,
h3 > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.subheading + input.subheading[type=submit],
h3.h4 > a.subheading + a.subheading,
h3.h4 > input.subheading[type=submit] + a.subheading,
h3.h4 > a.subheading + input.subheading[type=submit],
h3.h4 > input.subheading[type=submit] + input.subheading[type=submit],
h3 > h5.subheading + a.subheading,
h3 > h5.subheading + input.subheading[type=submit],
h3 > .h5.subheading + a.subheading,
h3 > .h5.subheading + input.subheading[type=submit],
h3 > h6.subheading + a.subheading,
h3 > h6.subheading + input.subheading[type=submit],
h3 > .h6.subheading + a.subheading,
h3 > .h6.subheading + input.subheading[type=submit],
h3 > blockquote.subheading + a.subheading,
h3 > blockquote.subheading + input.subheading[type=submit],
h3.h1.subheading > p + a.subheading,
h3.h1.subheading > p + input.subheading[type=submit],
h3.h2.subheading > p + a.subheading,
h3.h2.subheading > p + input.subheading[type=submit],
h3.subheading > p + a.subheading,
h3.subheading > p + input.subheading[type=submit],
h3.h3.subheading > p + a.subheading,
h3.h3.subheading > p + input.subheading[type=submit],
h3.h4.subheading > p + a.subheading,
h3.h4.subheading > p + input.subheading[type=submit],
h3.h5.subheading > p + a.subheading,
h3.h5.subheading > p + input.subheading[type=submit],
h3.h6.subheading > p + a.subheading,
h3.h6.subheading > p + input.subheading[type=submit],
.h3 > .p + a.subheading,
.h3 > .p + input.subheading[type=submit],
.h3 > small + a.subheading,
.h3 > small + input.subheading[type=submit],
.h3 > p.smaller + a.subheading,
.h3 > p.smaller + input.subheading[type=submit],
.h3 > .smaller + a.subheading,
.h3 > .smaller + input.subheading[type=submit],
.h3 > p.small + a.subheading,
.h3 > p.small + input.subheading[type=submit],
.h3 > p.bold + a.subheading,
.h3 > p.bold + input.subheading[type=submit],
.h3 > .bold + a.subheading,
.h3 > .bold + input.subheading[type=submit],
.h3 > strong + a.subheading,
.h3 > strong + input.subheading[type=submit],
.h3 > p.ingress + a.subheading,
.h3 > p.ingress + input.subheading[type=submit],
h2 > a.h3.subheading > p + a.subheading,
h2 > input.h3.subheading[type=submit] > p + a.subheading,
h2 > a.h3.subheading > p + input.subheading[type=submit],
h2 > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.h2 > a.h3.subheading > p + a.subheading,
.h2 > input.h3.subheading[type=submit] > p + a.subheading,
.h2 > a.h3.subheading > p + input.subheading[type=submit],
.h2 > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
h3 > a.h3.subheading > p + a.subheading,
h3 > input.h3.subheading[type=submit] > p + a.subheading,
h3 > a.h3.subheading > p + input.subheading[type=submit],
h3 > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.h3 > a.h3.subheading > p + a.subheading,
.h3 > input.h3.subheading[type=submit] > p + a.subheading,
.h3 > a.h3.subheading > p + input.subheading[type=submit],
.h3 > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
h4 > a.h3.subheading > p + a.subheading,
h4 > input.h3.subheading[type=submit] > p + a.subheading,
h4 > a.h3.subheading > p + input.subheading[type=submit],
h4 > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.h4 > a.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h3.subheading > p + a.subheading,
.h4 > input.h3.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.h3.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h3.subheading[type=submit] > p + a.subheading,
.h4 > a.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h3.subheading > p + input.subheading[type=submit],
.h4 > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
.h3 > .ingress + a.subheading,
.h3 > .ingress + input.subheading[type=submit],
.h3 > h1.subheading + a.subheading,
.h3 > h1.subheading + input.subheading[type=submit],
.h3 > .h1.subheading + a.subheading,
.h3 > .h1.subheading + input.subheading[type=submit],
.h3 > h2.subheading + a.subheading,
.h3 > h2.subheading + input.subheading[type=submit],
.h3 > .h2.subheading + a.subheading,
.h3 > .h2.subheading + input.subheading[type=submit],
h2.h3 > a.subheading + a.subheading,
h2.h3 > input.subheading[type=submit] + a.subheading,
h2.h3 > a.subheading + input.subheading[type=submit],
h2.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.h3.h2 > a.subheading + a.subheading,
.h3.h2 > input.subheading[type=submit] + a.subheading,
.h3.h2 > a.subheading + input.subheading[type=submit],
.h3.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.h3 > h3.subheading + a.subheading,
.h3 > h3.subheading + input.subheading[type=submit],
.h3 > .h3.subheading + a.subheading,
.h3 > .h3.subheading + input.subheading[type=submit],
h3.h3 > a.subheading + a.subheading,
h3.h3 > input.subheading[type=submit] + a.subheading,
h3.h3 > a.subheading + input.subheading[type=submit],
h3.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.h3 > a.subheading + a.subheading,
.h3 > input.subheading[type=submit] + a.subheading,
.h3 > a.subheading + input.subheading[type=submit],
.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.h3 > h4.subheading + a.subheading,
.h3 > h4.subheading + input.subheading[type=submit],
.h3 > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3.h3 > p.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + a.subheading,
.h3 > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3.h3 > p.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + input.subheading[type=submit],
h4.h3 > a.subheading + a.subheading,
h4.h3 > input.subheading[type=submit] + a.subheading,
h4.h3 > a.subheading + input.subheading[type=submit],
h4.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.h3.h4 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > a.subheading + a.subheading,
.h3.h4 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > input.subheading[type=submit] + a.subheading,
.h3.h4 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > a.subheading + input.subheading[type=submit],
.h3.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > input.subheading[type=submit] + input.subheading[type=submit],
.h3 > h5.subheading + a.subheading,
.h3 > h5.subheading + input.subheading[type=submit],
.h3 > .h5.subheading + a.subheading,
.h3 > .h5.subheading + input.subheading[type=submit],
.h3 > h6.subheading + a.subheading,
.h3 > h6.subheading + input.subheading[type=submit],
.h3 > .h6.subheading + a.subheading,
.h3 > .h6.subheading + input.subheading[type=submit],
.h3 > blockquote.subheading + a.subheading,
.h3 > blockquote.subheading + input.subheading[type=submit],
h1.h3.subheading > p + a.subheading,
h1.h3.subheading > p + input.subheading[type=submit],
.h3.h1.subheading > p + a.subheading,
.h3.h1.subheading > p + input.subheading[type=submit],
h2.h3.subheading > p + a.subheading,
h2.h3.subheading > p + input.subheading[type=submit],
.h3.h2.subheading > p + a.subheading,
.h3.h2.subheading > p + input.subheading[type=submit],
h3.h3.subheading > p + a.subheading,
h3.h3.subheading > p + input.subheading[type=submit],
.h3.subheading > p + a.subheading,
.h3.subheading > p + input.subheading[type=submit],
h4.h3.subheading > p + a.subheading,
h4.h3.subheading > p + input.subheading[type=submit],
.h3.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + a.subheading,
.h3.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
h5.h3.subheading > p + a.subheading,
h5.h3.subheading > p + input.subheading[type=submit],
.h3.h5.subheading > p + a.subheading,
.h3.h5.subheading > p + input.subheading[type=submit],
h6.h3.subheading > p + a.subheading,
h6.h3.subheading > p + input.subheading[type=submit],
.h3.h6.subheading > p + a.subheading,
.h3.h6.subheading > p + input.subheading[type=submit],
blockquote.h3.subheading > p + a.subheading,
blockquote.h3.subheading > p + input.subheading[type=submit],
.p + h4.subheading,
small + h4.subheading,
p.smaller + h4.subheading,
.smaller + h4.subheading,
p.small + h4.subheading,
p.bold + h4.subheading,
.bold + h4.subheading,
strong + h4.subheading,
p.ingress + h4.subheading,
h2 > a.subheading > p + h4.subheading,
h2 > input.subheading[type=submit] > p + h4.subheading,
.h2 > a.subheading > p + h4.subheading,
.h2 > input.subheading[type=submit] > p + h4.subheading,
h3 > a.subheading > p + h4.subheading,
h3 > input.subheading[type=submit] > p + h4.subheading,
.h3 > a.subheading > p + h4.subheading,
.h3 > input.subheading[type=submit] > p + h4.subheading,
h4 > a.subheading > p + h4.subheading,
h4 > input.subheading[type=submit] > p + h4.subheading,
.h4 > a.subheading > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + h4.subheading,
.h4 > input.subheading[type=submit] > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + h4.subheading,
.ingress + h4.subheading,
h1.subheading + h4.subheading,
.h1.subheading + h4.subheading,
h2.subheading + h4.subheading,
.h2.subheading + h4.subheading,
h2 > a.subheading + h4.subheading,
h2 > input.subheading[type=submit] + h4.subheading,
.h2 > a.subheading + h4.subheading,
.h2 > input.subheading[type=submit] + h4.subheading,
h3.subheading + h4.subheading,
.h3.subheading + h4.subheading,
h3 > a.subheading + h4.subheading,
h3 > input.subheading[type=submit] + h4.subheading,
.h3 > a.subheading + h4.subheading,
.h3 > input.subheading[type=submit] + h4.subheading,
h4.subheading + h4.subheading,
.h4.subheading + h4.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h4.subheading,
h4 > a.subheading + h4.subheading,
h4 > input.subheading[type=submit] + h4.subheading,
.h4 > a.subheading + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + h4.subheading,
.h4 > input.subheading[type=submit] + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + h4.subheading,
h5.subheading + h4.subheading,
.h5.subheading + h4.subheading,
h6.subheading + h4.subheading,
.h6.subheading + h4.subheading,
blockquote.subheading + h4.subheading,
h1.subheading > p + h4.subheading,
.h1.subheading > p + h4.subheading,
h2.subheading > p + h4.subheading,
.h2.subheading > p + h4.subheading,
h3.subheading > p + h4.subheading,
.h3.subheading > p + h4.subheading,
h4.subheading > p + h4.subheading,
.h4.subheading > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h4.subheading,
h5.subheading > p + h4.subheading,
.h5.subheading > p + h4.subheading,
h6.subheading > p + h4.subheading,
.h6.subheading > p + h4.subheading,
blockquote.subheading > p + h4.subheading,
.p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .p + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .p + input.subheading[type=submit],
small + .h4.subheading,
.o-callout.white .inner-background .headline h3 > small + p.subheading,
.o-callout.white .inner-background .headline h3 > p > small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > small + input.subheading[type=submit],
p.smaller + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p.smaller + p.subheading,
.o-callout.white .inner-background .headline h3 > p > p.smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.smaller + input.subheading[type=submit],
.smaller + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .smaller + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .smaller + input.subheading[type=submit],
p.small + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p.small + p.subheading,
.o-callout.white .inner-background .headline h3 > p > p.small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.small + input.subheading[type=submit],
p.bold + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p.bold + p.subheading,
.o-callout.white .inner-background .headline h3 > p > p.bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.bold + input.subheading[type=submit],
.bold + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .bold + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .bold + input.subheading[type=submit],
strong + .h4.subheading,
.o-callout.white .inner-background .headline h3 > strong + p.subheading,
.o-callout.white .inner-background .headline h3 > p > strong + a.subheading,
.o-callout.white .inner-background .headline h3 > p > strong + input.subheading[type=submit],
p.ingress + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p.ingress + p.subheading,
.o-callout.white .inner-background .headline h3 > p > p.ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.ingress + input.subheading[type=submit],
h2 > a.subheading > p + .h4.subheading,
h2 > input.subheading[type=submit] > p + .h4.subheading,
.h2 > a.subheading > p + .h4.subheading,
.h2 > input.subheading[type=submit] > p + .h4.subheading,
h3 > a.subheading > p + .h4.subheading,
h3 > input.subheading[type=submit] > p + .h4.subheading,
.h3 > a.subheading > p + .h4.subheading,
.h3 > input.subheading[type=submit] > p + .h4.subheading,
h4 > a.subheading > p + .h4.subheading,
h4 > input.subheading[type=submit] > p + .h4.subheading,
.h4 > a.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .h4.subheading,
.h4 > input.subheading[type=submit] > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .h4.subheading,
.ingress + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .ingress + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .ingress + input.subheading[type=submit],
h1.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > h1.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h1.subheading + input.subheading[type=submit],
.h1.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .h1.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h1.subheading + input.subheading[type=submit],
h2.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > h2.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h2.subheading + input.subheading[type=submit],
.h2.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .h2.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h2.subheading + input.subheading[type=submit],
h2 > a.subheading + .h4.subheading,
h2 > input.subheading[type=submit] + .h4.subheading,
.h2 > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3.h2 > a.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + input.subheading[type=submit],
.h2 > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3.h2 > input.subheading[type=submit] + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + input.subheading[type=submit],
h3.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > h3.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h3.subheading + input.subheading[type=submit],
.h3.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .h3.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h3.subheading + input.subheading[type=submit],
h3 > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > a.subheading + p.subheading,
h3 > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3 > input.subheading[type=submit] + p.subheading,
.h3 > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3.h3 > a.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + input.subheading[type=submit],
.h3 > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3.h3 > input.subheading[type=submit] + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + input.subheading[type=submit],
h4.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > h4.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h4.subheading + input.subheading[type=submit],
.h4.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .h4.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + input.subheading[type=submit],
h4 > a.subheading + .h4.subheading,
h4 > input.subheading[type=submit] + .h4.subheading,
.h4 > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3.h4 > a.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading + input.subheading[type=submit],
.h4 > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .h4.subheading,
.o-callout.white .inner-background .headline h3.h4 > input.subheading[type=submit] + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + input.subheading[type=submit],
h5.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > h5.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h5.subheading + input.subheading[type=submit],
.h5.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .h5.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h5.subheading + input.subheading[type=submit],
h6.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > h6.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h6.subheading + input.subheading[type=submit],
.h6.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > .h6.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > .h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h6.subheading + input.subheading[type=submit],
blockquote.subheading + .h4.subheading,
.o-callout.white .inner-background .headline h3 > blockquote.subheading + p.subheading,
.o-callout.white .inner-background .headline h3 > p > blockquote.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > blockquote.subheading + input.subheading[type=submit],
h1.subheading > p + .h4.subheading,
.h1.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.h1.subheading > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > p + input.subheading[type=submit],
h2.subheading > p + .h4.subheading,
.h2.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.h2.subheading > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + input.subheading[type=submit],
h3.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.subheading > p + p.subheading,
.h3.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.h3.subheading > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + input.subheading[type=submit],
h4.subheading > p + .h4.subheading,
.h4.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.h4.subheading > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.subheading > p + input.subheading[type=submit],
h5.subheading > p + .h4.subheading,
.h5.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.h5.subheading > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > p + input.subheading[type=submit],
h6.subheading > p + .h4.subheading,
.h6.subheading > p + .h4.subheading,
.o-callout.white .inner-background .headline h3.h6.subheading > p + p.subheading,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > p + input.subheading[type=submit],
blockquote.subheading > p + .h4.subheading,
h4 > .p + a.subheading,
h4 > .p + input.subheading[type=submit],
h4 > small + a.subheading,
h4 > small + input.subheading[type=submit],
h4 > p.smaller + a.subheading,
h4 > p.smaller + input.subheading[type=submit],
h4 > .smaller + a.subheading,
h4 > .smaller + input.subheading[type=submit],
h4 > p.small + a.subheading,
h4 > p.small + input.subheading[type=submit],
h4 > p.bold + a.subheading,
h4 > p.bold + input.subheading[type=submit],
h4 > .bold + a.subheading,
h4 > .bold + input.subheading[type=submit],
h4 > strong + a.subheading,
h4 > strong + input.subheading[type=submit],
h4 > p.ingress + a.subheading,
h4 > p.ingress + input.subheading[type=submit],
h4 > .ingress + a.subheading,
h4 > .ingress + input.subheading[type=submit],
h4 > h1.subheading + a.subheading,
h4 > h1.subheading + input.subheading[type=submit],
h4 > .h1.subheading + a.subheading,
h4 > .h1.subheading + input.subheading[type=submit],
h4 > h2.subheading + a.subheading,
h4 > h2.subheading + input.subheading[type=submit],
h4 > .h2.subheading + a.subheading,
h4 > .h2.subheading + input.subheading[type=submit],
h4.h2 > a.subheading + a.subheading,
h4.h2 > input.subheading[type=submit] + a.subheading,
h4.h2 > a.subheading + input.subheading[type=submit],
h4.h2 > input.subheading[type=submit] + input.subheading[type=submit],
h4 > h3.subheading + a.subheading,
h4 > h3.subheading + input.subheading[type=submit],
h4 > .h3.subheading + a.subheading,
h4 > .h3.subheading + input.subheading[type=submit],
h4.h3 > a.subheading + a.subheading,
h4.h3 > input.subheading[type=submit] + a.subheading,
h4.h3 > a.subheading + input.subheading[type=submit],
h4.h3 > input.subheading[type=submit] + input.subheading[type=submit],
h4 > h4.subheading + a.subheading,
h4 > h4.subheading + input.subheading[type=submit],
h4 > .h4.subheading + a.subheading,
h4 > .h4.subheading + input.subheading[type=submit],
h4 > a.subheading + a.subheading,
h4 > input.subheading[type=submit] + a.subheading,
h4 > a.subheading + input.subheading[type=submit],
h4 > input.subheading[type=submit] + input.subheading[type=submit],
h4.h4 > a.subheading + a.subheading,
h4.h4 > input.subheading[type=submit] + a.subheading,
h4.h4 > a.subheading + input.subheading[type=submit],
h4.h4 > input.subheading[type=submit] + input.subheading[type=submit],
h4 > h5.subheading + a.subheading,
h4 > h5.subheading + input.subheading[type=submit],
h4 > .h5.subheading + a.subheading,
h4 > .h5.subheading + input.subheading[type=submit],
h4 > h6.subheading + a.subheading,
h4 > h6.subheading + input.subheading[type=submit],
h4 > .h6.subheading + a.subheading,
h4 > .h6.subheading + input.subheading[type=submit],
h4 > blockquote.subheading + a.subheading,
h4 > blockquote.subheading + input.subheading[type=submit],
h4.h1.subheading > p + a.subheading,
h4.h1.subheading > p + input.subheading[type=submit],
h4.h2.subheading > p + a.subheading,
h4.h2.subheading > p + input.subheading[type=submit],
h4.h3.subheading > p + a.subheading,
h4.h3.subheading > p + input.subheading[type=submit],
h4.subheading > p + a.subheading,
h4.subheading > p + input.subheading[type=submit],
h4.h4.subheading > p + a.subheading,
h4.h4.subheading > p + input.subheading[type=submit],
h4.h5.subheading > p + a.subheading,
h4.h5.subheading > p + input.subheading[type=submit],
h4.h6.subheading > p + a.subheading,
h4.h6.subheading > p + input.subheading[type=submit],
.h4 > .p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .p + a.subheading,
.h4 > .p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .p + input.subheading[type=submit],
.h4 > small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > small + a.subheading,
.h4 > small + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > small + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > small + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > small + input.subheading[type=submit],
.h4 > p.smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > p.smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.smaller + a.subheading,
.h4 > p.smaller + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > p.smaller + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > p.smaller + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.smaller + input.subheading[type=submit],
.h4 > .smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .smaller + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .smaller + a.subheading,
.h4 > .smaller + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .smaller + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .smaller + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .smaller + input.subheading[type=submit],
.h4 > p.small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > p.small + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.small + a.subheading,
.h4 > p.small + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > p.small + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > p.small + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.small + input.subheading[type=submit],
.h4 > p.bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > p.bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.bold + a.subheading,
.h4 > p.bold + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > p.bold + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > p.bold + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.bold + input.subheading[type=submit],
.h4 > .bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .bold + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .bold + a.subheading,
.h4 > .bold + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .bold + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .bold + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .bold + input.subheading[type=submit],
.h4 > strong + a.subheading,
.o-callout.white .inner-background .headline h3 > p > strong + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > strong + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > strong + a.subheading,
.h4 > strong + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > strong + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > strong + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > strong + input.subheading[type=submit],
.h4 > p.ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > p.ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > p.ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.ingress + a.subheading,
.h4 > p.ingress + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > p.ingress + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > p.ingress + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > p.ingress + input.subheading[type=submit],
h2 > a.h4.subheading > p + a.subheading,
h2 > input.h4.subheading[type=submit] > p + a.subheading,
h2 > a.h4.subheading > p + input.subheading[type=submit],
h2 > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.h2 > a.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > p + a.subheading,
.h2 > input.h4.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > p + a.subheading,
.h2 > a.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > p + input.subheading[type=submit],
.h2 > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > p + input.subheading[type=submit],
h3 > a.h4.subheading > p + a.subheading,
h3 > input.h4.subheading[type=submit] > p + a.subheading,
h3 > a.h4.subheading > p + input.subheading[type=submit],
h3 > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.h3 > a.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > p + a.subheading,
.h3 > input.h4.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > p + a.subheading,
.h3 > a.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > p + input.subheading[type=submit],
.h3 > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > p + input.subheading[type=submit],
h4 > a.h4.subheading > p + a.subheading,
h4 > input.h4.subheading[type=submit] > p + a.subheading,
h4 > a.h4.subheading > p + input.subheading[type=submit],
h4 > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.h4 > a.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + a.subheading,
.h4 > input.h4.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h4.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.h4.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h4.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + a.subheading,
.h4 > a.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + input.subheading[type=submit],
.h4 > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h4.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + input.subheading[type=submit],
.h4 > .ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .ingress + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .ingress + a.subheading,
.h4 > .ingress + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .ingress + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .ingress + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .ingress + input.subheading[type=submit],
.h4 > h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h1.subheading + a.subheading,
.h4 > h1.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > h1.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > h1.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h1.subheading + input.subheading[type=submit],
.h4 > .h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .h1.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h1.subheading + a.subheading,
.h4 > .h1.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .h1.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .h1.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h1.subheading + input.subheading[type=submit],
.h4 > h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h2.subheading + a.subheading,
.h4 > h2.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > h2.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > h2.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h2.subheading + input.subheading[type=submit],
.h4 > .h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .h2.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h2.subheading + a.subheading,
.h4 > .h2.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .h2.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .h2.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h2.subheading + input.subheading[type=submit],
h2.h4 > a.subheading + a.subheading,
h2.h4 > input.subheading[type=submit] + a.subheading,
h2.h4 > a.subheading + input.subheading[type=submit],
h2.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.h4.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > a.subheading + a.subheading,
.h4.h2 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > input.subheading[type=submit] + a.subheading,
.h4.h2 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > a.subheading + input.subheading[type=submit],
.h4.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2[type=submit] > input.subheading[type=submit] + input.subheading[type=submit],
.h4 > h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h3.subheading + a.subheading,
.h4 > h3.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > h3.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > h3.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h3.subheading + input.subheading[type=submit],
.h4 > .h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .h3.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h3.subheading + a.subheading,
.h4 > .h3.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .h3.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .h3.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h3.subheading + input.subheading[type=submit],
h3.h4 > a.subheading + a.subheading,
h3.h4 > input.subheading[type=submit] + a.subheading,
h3.h4 > a.subheading + input.subheading[type=submit],
h3.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.h4.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > a.subheading + a.subheading,
.h4.h3 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > input.subheading[type=submit] + a.subheading,
.h4.h3 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > a.subheading + input.subheading[type=submit],
.h4.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3[type=submit] > input.subheading[type=submit] + input.subheading[type=submit],
.h4 > h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h4.subheading + a.subheading,
.h4 > h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h4.subheading + input.subheading[type=submit],
.h4 > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h4.subheading + a.subheading,
.o-callout.white .inner-background .headline h3.h4 > p.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + a.subheading,
.h4 > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h4.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3.h4 > p.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + input.subheading[type=submit],
h4.h4 > a.subheading + a.subheading,
h4.h4 > input.subheading[type=submit] + a.subheading,
h4.h4 > a.subheading + input.subheading[type=submit],
h4.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.h4 > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + a.subheading,
.h4 > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + a.subheading,
.h4 > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + input.subheading[type=submit],
.h4 > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + input.subheading[type=submit],
.h4 > h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h5.subheading + a.subheading,
.h4 > h5.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > h5.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > h5.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h5.subheading + input.subheading[type=submit],
.h4 > .h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .h5.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h5.subheading + a.subheading,
.h4 > .h5.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .h5.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .h5.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h5.subheading + input.subheading[type=submit],
.h4 > h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h6.subheading + a.subheading,
.h4 > h6.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > h6.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > h6.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > h6.subheading + input.subheading[type=submit],
.h4 > .h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > .h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > .h6.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h6.subheading + a.subheading,
.h4 > .h6.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > .h6.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > .h6.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > .h6.subheading + input.subheading[type=submit],
.h4 > blockquote.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > blockquote.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a > blockquote.subheading + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > blockquote.subheading + a.subheading,
.h4 > blockquote.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > blockquote.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > blockquote.subheading + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > blockquote.subheading + input.subheading[type=submit],
h1.h4.subheading > p + a.subheading,
h1.h4.subheading > p + input.subheading[type=submit],
.h4.h1.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h1.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h1.subheading[type=submit] > p + a.subheading,
.h4.h1.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h1.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h1.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h1.subheading[type=submit] > p + input.subheading[type=submit],
h2.h4.subheading > p + a.subheading,
h2.h4.subheading > p + input.subheading[type=submit],
.h4.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + a.subheading,
.h4.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + input.subheading[type=submit],
h3.h4.subheading > p + a.subheading,
h3.h4.subheading > p + input.subheading[type=submit],
.h4.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + a.subheading,
.h4.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + input.subheading[type=submit],
h4.h4.subheading > p + a.subheading,
h4.h4.subheading > p + input.subheading[type=submit],
.h4.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + a.subheading,
.h4.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + input.subheading[type=submit],
h5.h4.subheading > p + a.subheading,
h5.h4.subheading > p + input.subheading[type=submit],
.h4.h5.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h5.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h5.subheading[type=submit] > p + a.subheading,
.h4.h5.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h5.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h5.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h5.subheading[type=submit] > p + input.subheading[type=submit],
h6.h4.subheading > p + a.subheading,
h6.h4.subheading > p + input.subheading[type=submit],
.h4.h6.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > a.h6.subheading > p + a.subheading,
.o-callout.white .inner-background .headline h3 > p > input.h6.subheading[type=submit] > p + a.subheading,
.h4.h6.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p.h6.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a.h6.subheading > p + input.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input.h6.subheading[type=submit] > p + input.subheading[type=submit],
blockquote.h4.subheading > p + a.subheading,
blockquote.h4.subheading > p + input.subheading[type=submit],
.p + h5.subheading,
small + h5.subheading,
p.smaller + h5.subheading,
.smaller + h5.subheading,
p.small + h5.subheading,
p.bold + h5.subheading,
.bold + h5.subheading,
strong + h5.subheading,
p.ingress + h5.subheading,
h2 > a.subheading > p + h5.subheading,
h2 > input.subheading[type=submit] > p + h5.subheading,
.h2 > a.subheading > p + h5.subheading,
.h2 > input.subheading[type=submit] > p + h5.subheading,
h3 > a.subheading > p + h5.subheading,
h3 > input.subheading[type=submit] > p + h5.subheading,
.h3 > a.subheading > p + h5.subheading,
.h3 > input.subheading[type=submit] > p + h5.subheading,
h4 > a.subheading > p + h5.subheading,
h4 > input.subheading[type=submit] > p + h5.subheading,
.h4 > a.subheading > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + h5.subheading,
.h4 > input.subheading[type=submit] > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + h5.subheading,
.ingress + h5.subheading,
h1.subheading + h5.subheading,
.h1.subheading + h5.subheading,
h2.subheading + h5.subheading,
.h2.subheading + h5.subheading,
h2 > a.subheading + h5.subheading,
h2 > input.subheading[type=submit] + h5.subheading,
.h2 > a.subheading + h5.subheading,
.h2 > input.subheading[type=submit] + h5.subheading,
h3.subheading + h5.subheading,
.h3.subheading + h5.subheading,
h3 > a.subheading + h5.subheading,
h3 > input.subheading[type=submit] + h5.subheading,
.h3 > a.subheading + h5.subheading,
.h3 > input.subheading[type=submit] + h5.subheading,
h4.subheading + h5.subheading,
.h4.subheading + h5.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h5.subheading,
h4 > a.subheading + h5.subheading,
h4 > input.subheading[type=submit] + h5.subheading,
.h4 > a.subheading + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + h5.subheading,
.h4 > input.subheading[type=submit] + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + h5.subheading,
h5.subheading + h5.subheading,
.h5.subheading + h5.subheading,
h6.subheading + h5.subheading,
.h6.subheading + h5.subheading,
blockquote.subheading + h5.subheading,
h1.subheading > p + h5.subheading,
.h1.subheading > p + h5.subheading,
h2.subheading > p + h5.subheading,
.h2.subheading > p + h5.subheading,
h3.subheading > p + h5.subheading,
.h3.subheading > p + h5.subheading,
h4.subheading > p + h5.subheading,
.h4.subheading > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h5.subheading,
h5.subheading > p + h5.subheading,
.h5.subheading > p + h5.subheading,
h6.subheading > p + h5.subheading,
.h6.subheading > p + h5.subheading,
blockquote.subheading > p + h5.subheading,
.p + .h5.subheading,
small + .h5.subheading,
p.smaller + .h5.subheading,
.smaller + .h5.subheading,
p.small + .h5.subheading,
p.bold + .h5.subheading,
.bold + .h5.subheading,
strong + .h5.subheading,
p.ingress + .h5.subheading,
h2 > a.subheading > p + .h5.subheading,
h2 > input.subheading[type=submit] > p + .h5.subheading,
.h2 > a.subheading > p + .h5.subheading,
.h2 > input.subheading[type=submit] > p + .h5.subheading,
h3 > a.subheading > p + .h5.subheading,
h3 > input.subheading[type=submit] > p + .h5.subheading,
.h3 > a.subheading > p + .h5.subheading,
.h3 > input.subheading[type=submit] > p + .h5.subheading,
h4 > a.subheading > p + .h5.subheading,
h4 > input.subheading[type=submit] > p + .h5.subheading,
.h4 > a.subheading > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .h5.subheading,
.h4 > input.subheading[type=submit] > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .h5.subheading,
.ingress + .h5.subheading,
h1.subheading + .h5.subheading,
.h1.subheading + .h5.subheading,
h2.subheading + .h5.subheading,
.h2.subheading + .h5.subheading,
h2 > a.subheading + .h5.subheading,
h2 > input.subheading[type=submit] + .h5.subheading,
.h2 > a.subheading + .h5.subheading,
.h2 > input.subheading[type=submit] + .h5.subheading,
h3.subheading + .h5.subheading,
.h3.subheading + .h5.subheading,
h3 > a.subheading + .h5.subheading,
h3 > input.subheading[type=submit] + .h5.subheading,
.h3 > a.subheading + .h5.subheading,
.h3 > input.subheading[type=submit] + .h5.subheading,
h4.subheading + .h5.subheading,
.h4.subheading + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h5.subheading,
h4 > a.subheading + .h5.subheading,
h4 > input.subheading[type=submit] + .h5.subheading,
.h4 > a.subheading + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .h5.subheading,
.h4 > input.subheading[type=submit] + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .h5.subheading,
h5.subheading + .h5.subheading,
.h5.subheading + .h5.subheading,
h6.subheading + .h5.subheading,
.h6.subheading + .h5.subheading,
blockquote.subheading + .h5.subheading,
h1.subheading > p + .h5.subheading,
.h1.subheading > p + .h5.subheading,
h2.subheading > p + .h5.subheading,
.h2.subheading > p + .h5.subheading,
h3.subheading > p + .h5.subheading,
.h3.subheading > p + .h5.subheading,
h4.subheading > p + .h5.subheading,
.h4.subheading > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h5.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h5.subheading,
h5.subheading > p + .h5.subheading,
.h5.subheading > p + .h5.subheading,
h6.subheading > p + .h5.subheading,
.h6.subheading > p + .h5.subheading,
blockquote.subheading > p + .h5.subheading,
.p + h6.subheading,
small + h6.subheading,
p.smaller + h6.subheading,
.smaller + h6.subheading,
p.small + h6.subheading,
p.bold + h6.subheading,
.bold + h6.subheading,
strong + h6.subheading,
p.ingress + h6.subheading,
h2 > a.subheading > p + h6.subheading,
h2 > input.subheading[type=submit] > p + h6.subheading,
.h2 > a.subheading > p + h6.subheading,
.h2 > input.subheading[type=submit] > p + h6.subheading,
h3 > a.subheading > p + h6.subheading,
h3 > input.subheading[type=submit] > p + h6.subheading,
.h3 > a.subheading > p + h6.subheading,
.h3 > input.subheading[type=submit] > p + h6.subheading,
h4 > a.subheading > p + h6.subheading,
h4 > input.subheading[type=submit] > p + h6.subheading,
.h4 > a.subheading > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + h6.subheading,
.h4 > input.subheading[type=submit] > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + h6.subheading,
.ingress + h6.subheading,
h1.subheading + h6.subheading,
.h1.subheading + h6.subheading,
h2.subheading + h6.subheading,
.h2.subheading + h6.subheading,
h2 > a.subheading + h6.subheading,
h2 > input.subheading[type=submit] + h6.subheading,
.h2 > a.subheading + h6.subheading,
.h2 > input.subheading[type=submit] + h6.subheading,
h3.subheading + h6.subheading,
.h3.subheading + h6.subheading,
h3 > a.subheading + h6.subheading,
h3 > input.subheading[type=submit] + h6.subheading,
.h3 > a.subheading + h6.subheading,
.h3 > input.subheading[type=submit] + h6.subheading,
h4.subheading + h6.subheading,
.h4.subheading + h6.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h6.subheading,
h4 > a.subheading + h6.subheading,
h4 > input.subheading[type=submit] + h6.subheading,
.h4 > a.subheading + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + h6.subheading,
.h4 > input.subheading[type=submit] + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + h6.subheading,
h5.subheading + h6.subheading,
.h5.subheading + h6.subheading,
h6.subheading + h6.subheading,
.h6.subheading + h6.subheading,
blockquote.subheading + h6.subheading,
h1.subheading > p + h6.subheading,
.h1.subheading > p + h6.subheading,
h2.subheading > p + h6.subheading,
.h2.subheading > p + h6.subheading,
h3.subheading > p + h6.subheading,
.h3.subheading > p + h6.subheading,
h4.subheading > p + h6.subheading,
.h4.subheading > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + h6.subheading,
h5.subheading > p + h6.subheading,
.h5.subheading > p + h6.subheading,
h6.subheading > p + h6.subheading,
.h6.subheading > p + h6.subheading,
blockquote.subheading > p + h6.subheading,
.p + .h6.subheading,
small + .h6.subheading,
p.smaller + .h6.subheading,
.smaller + .h6.subheading,
p.small + .h6.subheading,
p.bold + .h6.subheading,
.bold + .h6.subheading,
strong + .h6.subheading,
p.ingress + .h6.subheading,
h2 > a.subheading > p + .h6.subheading,
h2 > input.subheading[type=submit] > p + .h6.subheading,
.h2 > a.subheading > p + .h6.subheading,
.h2 > input.subheading[type=submit] > p + .h6.subheading,
h3 > a.subheading > p + .h6.subheading,
h3 > input.subheading[type=submit] > p + .h6.subheading,
.h3 > a.subheading > p + .h6.subheading,
.h3 > input.subheading[type=submit] > p + .h6.subheading,
h4 > a.subheading > p + .h6.subheading,
h4 > input.subheading[type=submit] > p + .h6.subheading,
.h4 > a.subheading > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + .h6.subheading,
.h4 > input.subheading[type=submit] > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + .h6.subheading,
.ingress + .h6.subheading,
h1.subheading + .h6.subheading,
.h1.subheading + .h6.subheading,
h2.subheading + .h6.subheading,
.h2.subheading + .h6.subheading,
h2 > a.subheading + .h6.subheading,
h2 > input.subheading[type=submit] + .h6.subheading,
.h2 > a.subheading + .h6.subheading,
.h2 > input.subheading[type=submit] + .h6.subheading,
h3.subheading + .h6.subheading,
.h3.subheading + .h6.subheading,
h3 > a.subheading + .h6.subheading,
h3 > input.subheading[type=submit] + .h6.subheading,
.h3 > a.subheading + .h6.subheading,
.h3 > input.subheading[type=submit] + .h6.subheading,
h4.subheading + .h6.subheading,
.h4.subheading + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h6.subheading,
h4 > a.subheading + .h6.subheading,
h4 > input.subheading[type=submit] + .h6.subheading,
.h4 > a.subheading + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + .h6.subheading,
.h4 > input.subheading[type=submit] + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + .h6.subheading,
h5.subheading + .h6.subheading,
.h5.subheading + .h6.subheading,
h6.subheading + .h6.subheading,
.h6.subheading + .h6.subheading,
blockquote.subheading + .h6.subheading,
h1.subheading > p + .h6.subheading,
.h1.subheading > p + .h6.subheading,
h2.subheading > p + .h6.subheading,
.h2.subheading > p + .h6.subheading,
h3.subheading > p + .h6.subheading,
.h3.subheading > p + .h6.subheading,
h4.subheading > p + .h6.subheading,
.h4.subheading > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + .h6.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + .h6.subheading,
h5.subheading > p + .h6.subheading,
.h5.subheading > p + .h6.subheading,
h6.subheading > p + .h6.subheading,
.h6.subheading > p + .h6.subheading,
blockquote.subheading > p + .h6.subheading,
.p + blockquote.subheading,
small + blockquote.subheading,
p.smaller + blockquote.subheading,
.smaller + blockquote.subheading,
p.small + blockquote.subheading,
p.bold + blockquote.subheading,
.bold + blockquote.subheading,
strong + blockquote.subheading,
p.ingress + blockquote.subheading,
h2 > a.subheading > p + blockquote.subheading,
h2 > input.subheading[type=submit] > p + blockquote.subheading,
.h2 > a.subheading > p + blockquote.subheading,
.h2 > input.subheading[type=submit] > p + blockquote.subheading,
h3 > a.subheading > p + blockquote.subheading,
h3 > input.subheading[type=submit] > p + blockquote.subheading,
.h3 > a.subheading > p + blockquote.subheading,
.h3 > input.subheading[type=submit] > p + blockquote.subheading,
h4 > a.subheading > p + blockquote.subheading,
h4 > input.subheading[type=submit] > p + blockquote.subheading,
.h4 > a.subheading > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p + blockquote.subheading,
.h4 > input.subheading[type=submit] > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p + blockquote.subheading,
.ingress + blockquote.subheading,
h1.subheading + blockquote.subheading,
.h1.subheading + blockquote.subheading,
h2.subheading + blockquote.subheading,
.h2.subheading + blockquote.subheading,
h2 > a.subheading + blockquote.subheading,
h2 > input.subheading[type=submit] + blockquote.subheading,
.h2 > a.subheading + blockquote.subheading,
.h2 > input.subheading[type=submit] + blockquote.subheading,
h3.subheading + blockquote.subheading,
.h3.subheading + blockquote.subheading,
h3 > a.subheading + blockquote.subheading,
h3 > input.subheading[type=submit] + blockquote.subheading,
.h3 > a.subheading + blockquote.subheading,
.h3 > input.subheading[type=submit] + blockquote.subheading,
h4.subheading + blockquote.subheading,
.h4.subheading + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + blockquote.subheading,
h4 > a.subheading + blockquote.subheading,
h4 > input.subheading[type=submit] + blockquote.subheading,
.h4 > a.subheading + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading + blockquote.subheading,
.h4 > input.subheading[type=submit] + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] + blockquote.subheading,
h5.subheading + blockquote.subheading,
.h5.subheading + blockquote.subheading,
h6.subheading + blockquote.subheading,
.h6.subheading + blockquote.subheading,
blockquote.subheading + blockquote.subheading,
h1.subheading > p + blockquote.subheading,
.h1.subheading > p + blockquote.subheading,
h2.subheading > p + blockquote.subheading,
.h2.subheading > p + blockquote.subheading,
h3.subheading > p + blockquote.subheading,
.h3.subheading > p + blockquote.subheading,
h4.subheading > p + blockquote.subheading,
.h4.subheading > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p.subheading > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + blockquote.subheading,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + blockquote.subheading,
h5.subheading > p + blockquote.subheading,
.h5.subheading > p + blockquote.subheading,
h6.subheading > p + blockquote.subheading,
.h6.subheading > p + blockquote.subheading,
blockquote.subheading > p + blockquote.subheading,
h1.subheading > .p + p,
h1.subheading > small + p,
h1.subheading > p.smaller + p,
h1.subheading > .smaller + p,
h1.subheading > p.small + p,
h1.subheading > p.bold + p,
h1.subheading > .bold + p,
h1.subheading > strong + p,
h1.subheading > p.ingress + p,
h1.subheading > .ingress + p,
h1.subheading > h1.subheading + p,
h1.subheading > .h1.subheading + p,
h1.subheading > h2.subheading + p,
h1.subheading > .h2.subheading + p,
h1.subheading.h2 > a.subheading + p,
h1.subheading.h2 > input.subheading[type=submit] + p,
h1.subheading > h3.subheading + p,
h1.subheading > .h3.subheading + p,
h1.subheading.h3 > a.subheading + p,
h1.subheading.h3 > input.subheading[type=submit] + p,
h1.subheading > h4.subheading + p,
h1.subheading > .h4.subheading + p,
h1.subheading.h4 > a.subheading + p,
h1.subheading.h4 > input.subheading[type=submit] + p,
h1.subheading > h5.subheading + p,
h1.subheading > .h5.subheading + p,
h1.subheading > h6.subheading + p,
h1.subheading > .h6.subheading + p,
h1.subheading > blockquote.subheading + p,
h1.subheading > p + p,
h1.subheading.h1 > p + p,
h1.subheading.h2 > p + p,
h1.subheading.h3 > p + p,
h1.subheading.h4 > p + p,
h1.subheading.h5 > p + p,
h1.subheading.h6 > p + p,
.h1.subheading > .p + p,
.h1.subheading > small + p,
.h1.subheading > p.smaller + p,
.h1.subheading > .smaller + p,
.h1.subheading > p.small + p,
.h1.subheading > p.bold + p,
.h1.subheading > .bold + p,
.h1.subheading > strong + p,
.h1.subheading > p.ingress + p,
h2 > a.h1.subheading > p + p,
h2 > input.h1.subheading[type=submit] > p + p,
.h2 > a.h1.subheading > p + p,
.h2 > input.h1.subheading[type=submit] > p + p,
h3 > a.h1.subheading > p + p,
h3 > input.h1.subheading[type=submit] > p + p,
.h3 > a.h1.subheading > p + p,
.h3 > input.h1.subheading[type=submit] > p + p,
h4 > a.h1.subheading > p + p,
h4 > input.h1.subheading[type=submit] > p + p,
.h4 > a.h1.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h1.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.h1.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h1.subheading > p + p,
.h4 > input.h1.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h1.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.h1.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h1.subheading[type=submit] > p + p,
.h1.subheading > .ingress + p,
.h1.subheading > h1.subheading + p,
.h1.subheading > .h1.subheading + p,
.h1.subheading > h2.subheading + p,
.h1.subheading > .h2.subheading + p,
h2.h1.subheading > a.subheading + p,
h2.h1.subheading > input.subheading[type=submit] + p,
.h1.subheading.h2 > a.subheading + p,
.h1.subheading.h2 > input.subheading[type=submit] + p,
.h1.subheading > h3.subheading + p,
.h1.subheading > .h3.subheading + p,
h3.h1.subheading > a.subheading + p,
h3.h1.subheading > input.subheading[type=submit] + p,
.h1.subheading.h3 > a.subheading + p,
.h1.subheading.h3 > input.subheading[type=submit] + p,
.h1.subheading > h4.subheading + p,
.h1.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.h1.subheading > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > input.subheading[type=submit] + p,
h4.h1.subheading > a.subheading + p,
h4.h1.subheading > input.subheading[type=submit] + p,
.h1.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.h1.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.h1.subheading[type=submit] > a.subheading + p,
.h1.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.h1.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.h1.subheading[type=submit] > input.subheading[type=submit] + p,
.h1.subheading > h5.subheading + p,
.h1.subheading > .h5.subheading + p,
.h1.subheading > h6.subheading + p,
.h1.subheading > .h6.subheading + p,
.h1.subheading > blockquote.subheading + p,
h1.h1.subheading > p + p,
.h1.subheading > p + p,
h2.h1.subheading > p + p,
.h1.subheading.h2 > p + p,
h3.h1.subheading > p + p,
.h1.subheading.h3 > p + p,
h4.h1.subheading > p + p,
.h1.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h1.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h1.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h1.subheading[type=submit] > p + p,
h5.h1.subheading > p + p,
.h1.subheading.h5 > p + p,
h6.h1.subheading > p + p,
.h1.subheading.h6 > p + p,
blockquote.h1.subheading > p + p,
h2.subheading > .p + p,
h2.subheading > small + p,
h2.subheading > p.smaller + p,
h2.subheading > .smaller + p,
h2.subheading > p.small + p,
h2.subheading > p.bold + p,
h2.subheading > .bold + p,
h2.subheading > strong + p,
h2.subheading > p.ingress + p,
h2.subheading > .ingress + p,
h2.subheading > h1.subheading + p,
h2.subheading > .h1.subheading + p,
h2.subheading > h2.subheading + p,
h2.subheading > .h2.subheading + p,
h2.subheading > a.subheading + p,
h2.subheading > input.subheading[type=submit] + p,
h2.subheading.h2 > a.subheading + p,
h2.subheading.h2 > input.subheading[type=submit] + p,
h2.subheading > h3.subheading + p,
h2.subheading > .h3.subheading + p,
h2.subheading.h3 > a.subheading + p,
h2.subheading.h3 > input.subheading[type=submit] + p,
h2.subheading > h4.subheading + p,
h2.subheading > .h4.subheading + p,
h2.subheading.h4 > a.subheading + p,
h2.subheading.h4 > input.subheading[type=submit] + p,
h2.subheading > h5.subheading + p,
h2.subheading > .h5.subheading + p,
h2.subheading > h6.subheading + p,
h2.subheading > .h6.subheading + p,
h2.subheading > blockquote.subheading + p,
h2.subheading.h1 > p + p,
h2.subheading > p + p,
h2.subheading.h2 > p + p,
h2.subheading.h3 > p + p,
h2.subheading.h4 > p + p,
h2.subheading.h5 > p + p,
h2.subheading.h6 > p + p,
.h2.subheading > .p + p,
.h2.subheading > small + p,
.h2.subheading > p.smaller + p,
.h2.subheading > .smaller + p,
.h2.subheading > p.small + p,
.h2.subheading > p.bold + p,
.h2.subheading > .bold + p,
.h2.subheading > strong + p,
.h2.subheading > p.ingress + p,
h2 > a.h2.subheading > p + p,
h2 > input.h2.subheading[type=submit] > p + p,
.h2 > a.h2.subheading > p + p,
.h2 > input.h2.subheading[type=submit] > p + p,
h3 > a.h2.subheading > p + p,
h3 > input.h2.subheading[type=submit] > p + p,
.h3 > a.h2.subheading > p + p,
.h3 > input.h2.subheading[type=submit] > p + p,
h4 > a.h2.subheading > p + p,
h4 > input.h2.subheading[type=submit] > p + p,
.h4 > a.h2.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.h2.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h2.subheading > p + p,
.h4 > input.h2.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.h2.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h2.subheading[type=submit] > p + p,
.h2.subheading > .ingress + p,
.h2.subheading > h1.subheading + p,
.h2.subheading > .h1.subheading + p,
.h2.subheading > h2.subheading + p,
.h2.subheading > .h2.subheading + p,
h2.h2.subheading > a.subheading + p,
h2.h2.subheading > input.subheading[type=submit] + p,
.h2.subheading > a.subheading + p,
.h2.subheading > input.subheading[type=submit] + p,
.h2.subheading > h3.subheading + p,
.h2.subheading > .h3.subheading + p,
h3.h2.subheading > a.subheading + p,
h3.h2.subheading > input.subheading[type=submit] + p,
.h2.subheading.h3 > a.subheading + p,
.h2.subheading.h3 > input.subheading[type=submit] + p,
.h2.subheading > h4.subheading + p,
.h2.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.h2.subheading > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > input.subheading[type=submit] + p,
h4.h2.subheading > a.subheading + p,
h4.h2.subheading > input.subheading[type=submit] + p,
.h2.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > a.subheading + p,
.h2.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > input.subheading[type=submit] + p,
.h2.subheading > h5.subheading + p,
.h2.subheading > .h5.subheading + p,
.h2.subheading > h6.subheading + p,
.h2.subheading > .h6.subheading + p,
.h2.subheading > blockquote.subheading + p,
h1.h2.subheading > p + p,
.h2.subheading.h1 > p + p,
h2.h2.subheading > p + p,
.h2.subheading > p + p,
h3.h2.subheading > p + p,
.h2.subheading.h3 > p + p,
h4.h2.subheading > p + p,
.h2.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h2.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h2.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h2.subheading[type=submit] > p + p,
h5.h2.subheading > p + p,
.h2.subheading.h5 > p + p,
h6.h2.subheading > p + p,
.h2.subheading.h6 > p + p,
blockquote.h2.subheading > p + p,
h3.subheading > .p + p,
h3.subheading > small + p,
h3.subheading > p.smaller + p,
h3.subheading > .smaller + p,
h3.subheading > p.small + p,
h3.subheading > p.bold + p,
h3.subheading > .bold + p,
h3.subheading > strong + p,
h3.subheading > p.ingress + p,
h3.subheading > .ingress + p,
h3.subheading > h1.subheading + p,
h3.subheading > .h1.subheading + p,
h3.subheading > h2.subheading + p,
h3.subheading > .h2.subheading + p,
h3.subheading.h2 > a.subheading + p,
h3.subheading.h2 > input.subheading[type=submit] + p,
h3.subheading > h3.subheading + p,
h3.subheading > .h3.subheading + p,
h3.subheading > a.subheading + p,
h3.subheading > input.subheading[type=submit] + p,
h3.subheading.h3 > a.subheading + p,
h3.subheading.h3 > input.subheading[type=submit] + p,
h3.subheading > h4.subheading + p,
h3.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.subheading > p.subheading + p,
h3.subheading.h4 > a.subheading + p,
h3.subheading.h4 > input.subheading[type=submit] + p,
h3.subheading > h5.subheading + p,
h3.subheading > .h5.subheading + p,
h3.subheading > h6.subheading + p,
h3.subheading > .h6.subheading + p,
h3.subheading > blockquote.subheading + p,
h3.subheading.h1 > p + p,
h3.subheading.h2 > p + p,
h3.subheading > p + p,
h3.subheading.h3 > p + p,
h3.subheading.h4 > p + p,
h3.subheading.h5 > p + p,
h3.subheading.h6 > p + p,
.h3.subheading > .p + p,
.h3.subheading > small + p,
.h3.subheading > p.smaller + p,
.h3.subheading > .smaller + p,
.h3.subheading > p.small + p,
.h3.subheading > p.bold + p,
.h3.subheading > .bold + p,
.h3.subheading > strong + p,
.h3.subheading > p.ingress + p,
h2 > a.h3.subheading > p + p,
h2 > input.h3.subheading[type=submit] > p + p,
.h2 > a.h3.subheading > p + p,
.h2 > input.h3.subheading[type=submit] > p + p,
h3 > a.h3.subheading > p + p,
h3 > input.h3.subheading[type=submit] > p + p,
.h3 > a.h3.subheading > p + p,
.h3 > input.h3.subheading[type=submit] > p + p,
h4 > a.h3.subheading > p + p,
h4 > input.h3.subheading[type=submit] > p + p,
.h4 > a.h3.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.h3.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h3.subheading > p + p,
.h4 > input.h3.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.h3.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h3.subheading[type=submit] > p + p,
.h3.subheading > .ingress + p,
.h3.subheading > h1.subheading + p,
.h3.subheading > .h1.subheading + p,
.h3.subheading > h2.subheading + p,
.h3.subheading > .h2.subheading + p,
h2.h3.subheading > a.subheading + p,
h2.h3.subheading > input.subheading[type=submit] + p,
.h3.subheading.h2 > a.subheading + p,
.h3.subheading.h2 > input.subheading[type=submit] + p,
.h3.subheading > h3.subheading + p,
.h3.subheading > .h3.subheading + p,
h3.h3.subheading > a.subheading + p,
h3.h3.subheading > input.subheading[type=submit] + p,
.h3.subheading > a.subheading + p,
.h3.subheading > input.subheading[type=submit] + p,
.h3.subheading > h4.subheading + p,
.h3.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.h3.subheading > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > input.subheading[type=submit] + p,
h4.h3.subheading > a.subheading + p,
h4.h3.subheading > input.subheading[type=submit] + p,
.h3.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > a.subheading + p,
.h3.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > input.subheading[type=submit] + p,
.h3.subheading > h5.subheading + p,
.h3.subheading > .h5.subheading + p,
.h3.subheading > h6.subheading + p,
.h3.subheading > .h6.subheading + p,
.h3.subheading > blockquote.subheading + p,
h1.h3.subheading > p + p,
.h3.subheading.h1 > p + p,
h2.h3.subheading > p + p,
.h3.subheading.h2 > p + p,
h3.h3.subheading > p + p,
.h3.subheading > p + p,
h4.h3.subheading > p + p,
.h3.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h3.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h3.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h3.subheading[type=submit] > p + p,
h5.h3.subheading > p + p,
.h3.subheading.h5 > p + p,
h6.h3.subheading > p + p,
.h3.subheading.h6 > p + p,
blockquote.h3.subheading > p + p,
h4.subheading > .p + p,
h4.subheading > small + p,
h4.subheading > p.smaller + p,
h4.subheading > .smaller + p,
h4.subheading > p.small + p,
h4.subheading > p.bold + p,
h4.subheading > .bold + p,
h4.subheading > strong + p,
h4.subheading > p.ingress + p,
h4.subheading > .ingress + p,
h4.subheading > h1.subheading + p,
h4.subheading > .h1.subheading + p,
h4.subheading > h2.subheading + p,
h4.subheading > .h2.subheading + p,
h4.subheading.h2 > a.subheading + p,
h4.subheading.h2 > input.subheading[type=submit] + p,
h4.subheading > h3.subheading + p,
h4.subheading > .h3.subheading + p,
h4.subheading.h3 > a.subheading + p,
h4.subheading.h3 > input.subheading[type=submit] + p,
h4.subheading > h4.subheading + p,
h4.subheading > .h4.subheading + p,
h4.subheading > a.subheading + p,
h4.subheading > input.subheading[type=submit] + p,
h4.subheading.h4 > a.subheading + p,
h4.subheading.h4 > input.subheading[type=submit] + p,
h4.subheading > h5.subheading + p,
h4.subheading > .h5.subheading + p,
h4.subheading > h6.subheading + p,
h4.subheading > .h6.subheading + p,
h4.subheading > blockquote.subheading + p,
h4.subheading.h1 > p + p,
h4.subheading.h2 > p + p,
h4.subheading.h3 > p + p,
h4.subheading > p + p,
h4.subheading.h4 > p + p,
h4.subheading.h5 > p + p,
h4.subheading.h6 > p + p,
.h4.subheading > .p + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .p + p,
.h4.subheading > small + p,
.o-callout.white .inner-background .headline h3 > p.subheading > small + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > small + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > small + p,
.h4.subheading > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.smaller + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.smaller + p,
.h4.subheading > .smaller + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .smaller + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .smaller + p,
.h4.subheading > p.small + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p.small + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.small + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.small + p,
.h4.subheading > p.bold + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.bold + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.bold + p,
.h4.subheading > .bold + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .bold + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .bold + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .bold + p,
.h4.subheading > strong + p,
.o-callout.white .inner-background .headline h3 > p.subheading > strong + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > strong + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > strong + p,
.h4.subheading > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.ingress + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.ingress + p,
h2 > a.h4.subheading > p + p,
h2 > input.h4.subheading[type=submit] > p + p,
.h2 > a.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > a.subheading > p + p,
.h2 > input.h4.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h2 > input.subheading[type=submit] > p + p,
h3 > a.h4.subheading > p + p,
h3 > input.h4.subheading[type=submit] > p + p,
.h3 > a.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > a.subheading > p + p,
.h3 > input.h4.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h3 > input.subheading[type=submit] > p + p,
h4 > a.h4.subheading > p + p,
h4 > input.h4.subheading[type=submit] > p + p,
.h4 > a.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.h4 > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.h4 > input.h4.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h4.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.h4.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h4.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p.h4 > input.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
.h4.subheading > .ingress + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .ingress + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .ingress + p,
.h4.subheading > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h1.subheading + p,
.h4.subheading > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h1.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h1.subheading + p,
.h4.subheading > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h2.subheading + p,
.h4.subheading > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h2.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h2.subheading + p,
h2.h4.subheading > a.subheading + p,
h2.h4.subheading > input.subheading[type=submit] + p,
.h4.subheading.h2 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h2 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h2 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h2[type=submit] > a.subheading + p,
.h4.subheading.h2 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h2 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h2 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h2[type=submit] > input.subheading[type=submit] + p,
.h4.subheading > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h3.subheading + p,
.h4.subheading > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h3.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h3.subheading + p,
h3.h4.subheading > a.subheading + p,
h3.h4.subheading > input.subheading[type=submit] + p,
.h4.subheading.h3 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h3 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h3 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h3[type=submit] > a.subheading + p,
.h4.subheading.h3 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h3 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h3 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h3[type=submit] > input.subheading[type=submit] + p,
.h4.subheading > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h4.subheading + p,
.h4.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.h4.subheading > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h4.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h4.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.subheading > input.subheading[type=submit] + p,
h4.h4.subheading > a.subheading + p,
h4.h4.subheading > input.subheading[type=submit] + p,
.h4.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > a.subheading + p,
.h4.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > input.subheading[type=submit] + p,
.h4.subheading > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h5.subheading + p,
.h4.subheading > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h5.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h5.subheading + p,
.h4.subheading > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > h6.subheading + p,
.h4.subheading > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > .h6.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > .h6.subheading + p,
.h4.subheading > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p.subheading > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > blockquote.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > blockquote.subheading + p,
h1.h4.subheading > p + p,
.h4.subheading.h1 > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h1 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h1 > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h1[type=submit] > p + p,
h2.h4.subheading > p + p,
.h4.subheading.h2 > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h2 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h2 > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h2[type=submit] > p + p,
h3.h4.subheading > p + p,
.h4.subheading.h3 > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h3 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h3 > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h3[type=submit] > p + p,
h4.h4.subheading > p + p,
.h4.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p + p,
h5.h4.subheading > p + p,
.h4.subheading.h5 > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h5 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h5 > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h5[type=submit] > p + p,
h6.h4.subheading > p + p,
.h4.subheading.h6 > p + p,
.o-callout.white .inner-background .headline h3 > p.subheading.h6 > p + p,
.o-callout.white .inner-background .headline h3 > p > a.subheading.h6 > p + p,
.o-callout.white .inner-background .headline h3 > p > input.subheading.h6[type=submit] > p + p,
blockquote.h4.subheading > p + p,
h5.subheading > .p + p,
h5.subheading > small + p,
h5.subheading > p.smaller + p,
h5.subheading > .smaller + p,
h5.subheading > p.small + p,
h5.subheading > p.bold + p,
h5.subheading > .bold + p,
h5.subheading > strong + p,
h5.subheading > p.ingress + p,
h5.subheading > .ingress + p,
h5.subheading > h1.subheading + p,
h5.subheading > .h1.subheading + p,
h5.subheading > h2.subheading + p,
h5.subheading > .h2.subheading + p,
h5.subheading.h2 > a.subheading + p,
h5.subheading.h2 > input.subheading[type=submit] + p,
h5.subheading > h3.subheading + p,
h5.subheading > .h3.subheading + p,
h5.subheading.h3 > a.subheading + p,
h5.subheading.h3 > input.subheading[type=submit] + p,
h5.subheading > h4.subheading + p,
h5.subheading > .h4.subheading + p,
h5.subheading.h4 > a.subheading + p,
h5.subheading.h4 > input.subheading[type=submit] + p,
h5.subheading > h5.subheading + p,
h5.subheading > .h5.subheading + p,
h5.subheading > h6.subheading + p,
h5.subheading > .h6.subheading + p,
h5.subheading > blockquote.subheading + p,
h5.subheading.h1 > p + p,
h5.subheading.h2 > p + p,
h5.subheading.h3 > p + p,
h5.subheading.h4 > p + p,
h5.subheading > p + p,
h5.subheading.h5 > p + p,
h5.subheading.h6 > p + p,
.h5.subheading > .p + p,
.h5.subheading > small + p,
.h5.subheading > p.smaller + p,
.h5.subheading > .smaller + p,
.h5.subheading > p.small + p,
.h5.subheading > p.bold + p,
.h5.subheading > .bold + p,
.h5.subheading > strong + p,
.h5.subheading > p.ingress + p,
h2 > a.h5.subheading > p + p,
h2 > input.h5.subheading[type=submit] > p + p,
.h2 > a.h5.subheading > p + p,
.h2 > input.h5.subheading[type=submit] > p + p,
h3 > a.h5.subheading > p + p,
h3 > input.h5.subheading[type=submit] > p + p,
.h3 > a.h5.subheading > p + p,
.h3 > input.h5.subheading[type=submit] > p + p,
h4 > a.h5.subheading > p + p,
h4 > input.h5.subheading[type=submit] > p + p,
.h4 > a.h5.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h5.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.h5.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h5.subheading > p + p,
.h4 > input.h5.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h5.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.h5.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h5.subheading[type=submit] > p + p,
.h5.subheading > .ingress + p,
.h5.subheading > h1.subheading + p,
.h5.subheading > .h1.subheading + p,
.h5.subheading > h2.subheading + p,
.h5.subheading > .h2.subheading + p,
h2.h5.subheading > a.subheading + p,
h2.h5.subheading > input.subheading[type=submit] + p,
.h5.subheading.h2 > a.subheading + p,
.h5.subheading.h2 > input.subheading[type=submit] + p,
.h5.subheading > h3.subheading + p,
.h5.subheading > .h3.subheading + p,
h3.h5.subheading > a.subheading + p,
h3.h5.subheading > input.subheading[type=submit] + p,
.h5.subheading.h3 > a.subheading + p,
.h5.subheading.h3 > input.subheading[type=submit] + p,
.h5.subheading > h4.subheading + p,
.h5.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.h5.subheading > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > input.subheading[type=submit] + p,
h4.h5.subheading > a.subheading + p,
h4.h5.subheading > input.subheading[type=submit] + p,
.h5.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.h5.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.h5.subheading[type=submit] > a.subheading + p,
.h5.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.h5.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.h5.subheading[type=submit] > input.subheading[type=submit] + p,
.h5.subheading > h5.subheading + p,
.h5.subheading > .h5.subheading + p,
.h5.subheading > h6.subheading + p,
.h5.subheading > .h6.subheading + p,
.h5.subheading > blockquote.subheading + p,
h1.h5.subheading > p + p,
.h5.subheading.h1 > p + p,
h2.h5.subheading > p + p,
.h5.subheading.h2 > p + p,
h3.h5.subheading > p + p,
.h5.subheading.h3 > p + p,
h4.h5.subheading > p + p,
.h5.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h5.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h5.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h5.subheading[type=submit] > p + p,
h5.h5.subheading > p + p,
.h5.subheading > p + p,
h6.h5.subheading > p + p,
.h5.subheading.h6 > p + p,
blockquote.h5.subheading > p + p,
h6.subheading > .p + p,
h6.subheading > small + p,
h6.subheading > p.smaller + p,
h6.subheading > .smaller + p,
h6.subheading > p.small + p,
h6.subheading > p.bold + p,
h6.subheading > .bold + p,
h6.subheading > strong + p,
h6.subheading > p.ingress + p,
h6.subheading > .ingress + p,
h6.subheading > h1.subheading + p,
h6.subheading > .h1.subheading + p,
h6.subheading > h2.subheading + p,
h6.subheading > .h2.subheading + p,
h6.subheading.h2 > a.subheading + p,
h6.subheading.h2 > input.subheading[type=submit] + p,
h6.subheading > h3.subheading + p,
h6.subheading > .h3.subheading + p,
h6.subheading.h3 > a.subheading + p,
h6.subheading.h3 > input.subheading[type=submit] + p,
h6.subheading > h4.subheading + p,
h6.subheading > .h4.subheading + p,
h6.subheading.h4 > a.subheading + p,
h6.subheading.h4 > input.subheading[type=submit] + p,
h6.subheading > h5.subheading + p,
h6.subheading > .h5.subheading + p,
h6.subheading > h6.subheading + p,
h6.subheading > .h6.subheading + p,
h6.subheading > blockquote.subheading + p,
h6.subheading.h1 > p + p,
h6.subheading.h2 > p + p,
h6.subheading.h3 > p + p,
h6.subheading.h4 > p + p,
h6.subheading.h5 > p + p,
h6.subheading > p + p,
h6.subheading.h6 > p + p,
.h6.subheading > .p + p,
.h6.subheading > small + p,
.h6.subheading > p.smaller + p,
.h6.subheading > .smaller + p,
.h6.subheading > p.small + p,
.h6.subheading > p.bold + p,
.h6.subheading > .bold + p,
.h6.subheading > strong + p,
.h6.subheading > p.ingress + p,
h2 > a.h6.subheading > p + p,
h2 > input.h6.subheading[type=submit] > p + p,
.h2 > a.h6.subheading > p + p,
.h2 > input.h6.subheading[type=submit] > p + p,
h3 > a.h6.subheading > p + p,
h3 > input.h6.subheading[type=submit] > p + p,
.h3 > a.h6.subheading > p + p,
.h3 > input.h6.subheading[type=submit] > p + p,
h4 > a.h6.subheading > p + p,
h4 > input.h6.subheading[type=submit] > p + p,
.h4 > a.h6.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h6.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a > a.h6.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.h6.subheading > p + p,
.h4 > input.h6.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h6.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > a > input.h6.subheading[type=submit] > p + p,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.h6.subheading[type=submit] > p + p,
.h6.subheading > .ingress + p,
.h6.subheading > h1.subheading + p,
.h6.subheading > .h1.subheading + p,
.h6.subheading > h2.subheading + p,
.h6.subheading > .h2.subheading + p,
h2.h6.subheading > a.subheading + p,
h2.h6.subheading > input.subheading[type=submit] + p,
.h6.subheading.h2 > a.subheading + p,
.h6.subheading.h2 > input.subheading[type=submit] + p,
.h6.subheading > h3.subheading + p,
.h6.subheading > .h3.subheading + p,
h3.h6.subheading > a.subheading + p,
h3.h6.subheading > input.subheading[type=submit] + p,
.h6.subheading.h3 > a.subheading + p,
.h6.subheading.h3 > input.subheading[type=submit] + p,
.h6.subheading > h4.subheading + p,
.h6.subheading > .h4.subheading + p,
.o-callout.white .inner-background .headline h3.h6.subheading > p.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > input.subheading[type=submit] + p,
h4.h6.subheading > a.subheading + p,
h4.h6.subheading > input.subheading[type=submit] + p,
.h6.subheading.h4 > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > a.h6.subheading > a.subheading + p,
.o-callout.white .inner-background .headline h3 > p > input.h6.subheading[type=submit] > a.subheading + p,
.h6.subheading.h4 > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > a.h6.subheading > input.subheading[type=submit] + p,
.o-callout.white .inner-background .headline h3 > p > input.h6.subheading[type=submit] > input.subheading[type=submit] + p,
.h6.subheading > h5.subheading + p,
.h6.subheading > .h5.subheading + p,
.h6.subheading > h6.subheading + p,
.h6.subheading > .h6.subheading + p,
.h6.subheading > blockquote.subheading + p,
h1.h6.subheading > p + p,
.h6.subheading.h1 > p + p,
h2.h6.subheading > p + p,
.h6.subheading.h2 > p + p,
h3.h6.subheading > p + p,
.h6.subheading.h3 > p + p,
h4.h6.subheading > p + p,
.h6.subheading.h4 > p + p,
.o-callout.white .inner-background .headline h3 > p.h6.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > a.h6.subheading > p + p,
.o-callout.white .inner-background .headline h3 > p > input.h6.subheading[type=submit] > p + p,
h5.h6.subheading > p + p,
.h6.subheading.h5 > p + p,
h6.h6.subheading > p + p,
.h6.subheading > p + p,
blockquote.h6.subheading > p + p,
blockquote.subheading > .p + p,
blockquote.subheading > small + p,
blockquote.subheading > p.smaller + p,
blockquote.subheading > .smaller + p,
blockquote.subheading > p.small + p,
blockquote.subheading > p.bold + p,
blockquote.subheading > .bold + p,
blockquote.subheading > strong + p,
blockquote.subheading > p.ingress + p,
blockquote.subheading > .ingress + p,
blockquote.subheading > h1.subheading + p,
blockquote.subheading > .h1.subheading + p,
blockquote.subheading > h2.subheading + p,
blockquote.subheading > .h2.subheading + p,
blockquote.subheading.h2 > a.subheading + p,
blockquote.subheading.h2 > input.subheading[type=submit] + p,
blockquote.subheading > h3.subheading + p,
blockquote.subheading > .h3.subheading + p,
blockquote.subheading.h3 > a.subheading + p,
blockquote.subheading.h3 > input.subheading[type=submit] + p,
blockquote.subheading > h4.subheading + p,
blockquote.subheading > .h4.subheading + p,
blockquote.subheading.h4 > a.subheading + p,
blockquote.subheading.h4 > input.subheading[type=submit] + p,
blockquote.subheading > h5.subheading + p,
blockquote.subheading > .h5.subheading + p,
blockquote.subheading > h6.subheading + p,
blockquote.subheading > .h6.subheading + p,
blockquote.subheading > blockquote.subheading + p,
blockquote.subheading.h1 > p + p,
blockquote.subheading.h2 > p + p,
blockquote.subheading.h3 > p + p,
blockquote.subheading.h4 > p + p,
blockquote.subheading.h5 > p + p,
blockquote.subheading.h6 > p + p,
blockquote.subheading > p + p {
  margin-top: 0;
}

p.ingress.center, h1.subheading > p.center, .h1.subheading > p.center,
h2.subheading > p.center, .h2.subheading > p.center, h2 > a.subheading > p.center, h2 > input.subheading[type=submit] > p.center,
.h2 > a.subheading > p.center,
.h2 > input.subheading[type=submit] > p.center,
h3.subheading > p.center, .h3.subheading > p.center, h3 > a.subheading > p.center, h3 > input.subheading[type=submit] > p.center,
.h3 > a.subheading > p.center,
.h3 > input.subheading[type=submit] > p.center,
h4.subheading > p.center, .h4.subheading > p.center, .o-callout.white .inner-background .headline h3 > p.subheading > p.center,
.o-callout.white .inner-background .headline h3 > p > a.subheading > p.center,
.o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p.center, h4 > a.subheading > p.center, h4 > input.subheading[type=submit] > p.center,
.h4 > a.subheading > p.center,
.o-callout.white .inner-background .headline h3 > p > a > a.subheading > p.center,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.subheading > p.center,
.h4 > input.subheading[type=submit] > p.center,
.o-callout.white .inner-background .headline h3 > p > a > input.subheading[type=submit] > p.center,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.subheading[type=submit] > p.center,
h5.subheading > p.center, .h5.subheading > p.center,
h6.subheading > p.center, .h6.subheading > p.center,
blockquote.subheading > p.center, .ingress.center, h1.center.subheading, .center.h1.subheading,
h2.center.subheading, .center.h2.subheading, h2 > a.center.subheading, h2 > input.center.subheading[type=submit],
.h2 > a.center.subheading,
.h2 > input.center.subheading[type=submit],
h3.center.subheading, .center.h3.subheading, h3 > a.center.subheading, h3 > input.center.subheading[type=submit],
.h3 > a.center.subheading,
.h3 > input.center.subheading[type=submit],
h4.center.subheading, .center.h4.subheading, .o-callout.white .inner-background .headline h3 > p.center.subheading,
.o-callout.white .inner-background .headline h3 > p > a.center.subheading,
.o-callout.white .inner-background .headline h3 > p > input.center.subheading[type=submit], h4 > a.center.subheading, h4 > input.center.subheading[type=submit],
.h4 > a.center.subheading,
.o-callout.white .inner-background .headline h3 > p > a > a.center.subheading,
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > a.center.subheading,
.h4 > input.center.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > a > input.center.subheading[type=submit],
.o-callout.white .inner-background .headline h3 > p > input[type=submit] > input.center.subheading[type=submit],
h5.center.subheading, .center.h5.subheading,
h6.center.subheading, .center.h6.subheading,
blockquote.center.subheading {
  text-align: center;
}

small, p.smaller, .smaller, p.small {
  font-size: 0.9em;
}

p.caption, .caption {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.published-date {
  display: flex;
}
.published-date p {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}
.published-date p + p {
  padding-left: 4px;
}

p.error {
  margin: 4px 0;
  color: #EF4123;
}

p.tagname, .tagname {
  text-transform: uppercase;
  margin: 1em 0;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 8px;
  background: #F5FAFF;
}

ul li, ol li {
  line-height: initial;
}
ul li > ul, ol li > ul {
  list-style-type: disc;
}

.image img {
  border-radius: 8px;
}

.hero-image img {
  border-radius: 8px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p.image-caption {
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  margin: 8px 0;
}
p.image-caption strong {
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  padding-right: 4px;
}

.bg-pattern {
  min-height: 400px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (min-width: 1024px) {
  .bg-pattern {
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.a-btn a, .a-btn input[type=submit] {
  margin: 0;
  letter-spacing: 0.5px;
}
.a-btn a:after, .a-btn input[type=submit]:after {
  content: none;
}

.a-btn.primary a, .a-btn.primary input, .a-btn.primary span:not(.external-link-icon) {
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  background: #FFA168;
  font-family: Poppins-bold;
  color: #1B1B1B;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  padding: 1rem 4rem;
  margin: 0.5rem 0rem 0rem 0rem;
  transition: all 0.2s ease;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .a-btn.primary a, .a-btn.primary input, .a-btn.primary span:not(.external-link-icon) {
    width: 100%;
    margin: 1rem 0rem 0rem 0rem;
  }
}
@media (max-width: 768px) {
  .a-btn.primary a, .a-btn.primary input[type=submit] {
    padding: 1rem 1.5rem;
    max-width: 100%;
    line-height: 20px;
    text-align: center;
  }
  .a-btn.primary a:after, .a-btn.primary input[type=submit]:after {
    content: none;
  }
}
.a-btn.primary:hover a, .a-btn.primary:hover input {
  text-decoration: none;
  color: #ffffff;
}

.a-btn.primary .a-btn-inner {
  display: flex;
}
@media (max-width: 768px) {
  .a-btn.primary .a-btn-inner {
    justify-content: center;
  }
}

.a-btn.primary.white a, .a-btn.primary.white input[type=submit] {
  background: #ffffff;
  color: #003B6B;
}
.a-btn.primary.white:hover a, .a-btn.primary.white:hover input[type=submit] {
  color: #003B6B;
}

.a-btn.download a, .a-btn.download input[type=submit] {
  display: flex;
  align-items: center;
}
.a-btn.download a:after, .a-btn.download input[type=submit]:after {
  content: "\e2c4";
  font-family: "Material Icons";
  font-size: 1.125em;
  padding-left: 5px;
}

.a-btn.video a, .a-btn.video input[type=submit] {
  display: flex;
  align-items: center;
}
.a-btn.video a:after, .a-btn.video input[type=submit]:after {
  content: "\e038";
  font-family: "Material Icons";
  font-size: 1.125em;
  padding-left: 5px;
}

.a-btn.primary.fullwidth a, .a-btn.primary.fullwidth input[type=submit] {
  width: 100%;
  text-align: center;
}

.a-btn.primary.big-btn a, .a-btn.primary.big-btn input[type=submit] {
  line-height: 48px;
  padding: 0 16px;
}

.a-btn.primary.small-btn a, .a-btn.primary.small-btn input[type=submit] {
  font-size: 0.8125em;
}

.a-btn.primary.center a, .a-btn.primary.center input[type=submit] {
  margin: 0 auto;
}

.a-btn.primary.disable {
  opacity: 0.5;
}
.a-btn.primary.disable a, .a-btn.primary.disable input[type=submit] {
  cursor: not-allowed;
}
.a-btn.primary.disable:hover a, .a-btn.primary.disable:hover input[type=submit] {
  background: #1B1B1B;
}
.a-btn.primary.disable.white:hover a, .a-btn.primary.disable.white:hover input[type=submit] {
  background: #ffffff;
}

.a-btn.primary.right .a-btn-inner {
  overflow: hidden;
}
.a-btn.primary.right .a-btn-inner a, .a-btn.primary.right .a-btn-inner input[type=submit] {
  float: right;
}

.a-btn.secondary a, .a-btn.secondary input[type=submit] {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-right: 40px;
  transition: padding-right 0.2s ease;
}
.a-btn.secondary a::before, .a-btn.secondary input[type=submit]::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: #003B6B;
  bottom: -4px;
  left: 0;
}
.a-btn.secondary a:after, .a-btn.secondary input[type=submit]:after {
  right: 0;
  padding-right: 0;
}
.a-btn.secondary:hover a, .a-btn.secondary:hover input[type=submit] {
  padding-right: 48px;
  text-decoration: none;
}
.a-btn.secondary:hover a:after, .a-btn.secondary:hover input[type=submit]:after {
  right: 0;
}
.a-btn.secondary:hover a:before, .a-btn.secondary:hover input[type=submit]:before {
  background: #003B6B;
}

.a-btn.secondary.disable a, .a-btn.secondary.disable input[type=submit] {
  opacity: 0.4;
  cursor: not-allowed;
}
.a-btn.secondary.disable:hover a, .a-btn.secondary.disable:hover input[type=submit] {
  padding-right: 40px;
}
.a-btn.secondary.disable:hover a::after, .a-btn.secondary.disable:hover input[type=submit]::after {
  right: 0;
}
.a-btn.secondary.disable:hover a:before, .a-btn.secondary.disable:hover input[type=submit]:before {
  background: #003B6B;
}

.icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img {
  width: 100%;
  height: auto;
  max-width: 32px;
  max-height: 32px;
  margin: 0 auto;
}
.icon.background {
  background: #F5FAFF;
  border-radius: 50px;
}

a.pill, input.pill[type=submit], .pill {
  padding: 8px 16px;
  background: #ffffff;
  border: solid 1px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
}
a.pill.active, .pill.active {
  background: #003B6B;
  border-color: #003B6B;
}
a.pill:hover, .pill:hover {
  background: #003B6B;
}
a.pill.disable, .pill.disable {
  opacity: 0.3;
}
a.pill.disable:hover, .pill.disable:hover {
  background: #ffffff;
}

@media (min-width: 1024px) {
  ul.pills li {
    margin-bottom: 16px;
  }
}
.o-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.o-pagination a, .o-pagination input[type=submit] {
  margin: 4px;
}

a.pag, input.pag[type=submit] {
  color: #1B1B1B;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  border: solid 1px #1B1B1B;
  transition: all 0.2s ease;
  padding-top: 2px;
  border-radius: 2px;
}
a.pag:hover, input.pag[type=submit]:hover {
  border-color: #003B6B;
  color: #1B1B1B;
}
a.pag.active, input.pag.active[type=submit] {
  border-color: #003B6B;
  color: #1B1B1B;
}

a.pag.disable, input.pag.disable[type=submit] {
  border-color: #555555;
  color: #555555;
}
a.pag.disable:hover, input.pag.disable[type=submit]:hover {
  border-color: #555555;
  color: #555555;
}

a.pag.next:before, input.pag.next[type=submit]:before {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 1.5em;
  line-height: 1;
}
a.pag.next:after, input.pag.next[type=submit]:after {
  content: none;
}

a.pag.prev:before, input.pag.prev[type=submit]:before {
  content: "\e5cb";
  font-family: "Material Icons";
  font-size: 1.5em;
  line-height: 1;
}
a.pag.prev:after, input.pag.prev[type=submit]:after {
  content: none;
}

@media (min-width: 768px) {
  .o-pagination {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.content-video {
  position: relative;
}
.content-video .a-btn.video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-video iframe {
  width: 100%;
  height: 300px;
}
.content-video .playButton {
  line-height: 1.5;
  font-size: 1em;
  background: #003B6B;
  color: #ffffff;
  padding: 0 16px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  box-shadow: none;
}
.content-video .playButton:hover {
  text-decoration: none;
  background: #003B6B;
}
.content-video .playButton:hover {
  cursor: pointer;
}

.video-js button.vjs-big-play-button {
  position: relative;
  height: 44px;
  width: 150px;
  display: none !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
  border-radius: 50px;
  width: 150px;
  height: 44px;
  cursor: pointer;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "Play";
  position: relative;
  top: 17px;
  left: 0;
  font-size: 18px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:after {
  content: "\e038";
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
  z-index: 100;
  right: 16px;
  top: 10px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:hover {
  background: #ffffff;
}

.video-js span.vjs-control-text {
  opacity: 0;
}

@media (min-width: 500px) {
  .content-video iframe {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .content-video iframe {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .content-video iframe {
    height: 500px;
  }
}
.m-expanding {
  min-height: 48px;
  border-top: solid 1px;
}
.m-expanding a, .m-expanding input[type=submit], .m-expanding button {
  line-height: 24px;
  position: relative;
}
.m-expanding a:after, .m-expanding input[type=submit]:after, .m-expanding button:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
}
.m-expanding a h2, .m-expanding input[type=submit] h2, .m-expanding a h3, .m-expanding input[type=submit] h3, .m-expanding a h4, .m-expanding input[type=submit] h4, .m-expanding a .h2, .m-expanding input[type=submit] .h2, .m-expanding a h2 > a, .m-expanding input[type=submit] h2 > a, .m-expanding a h2 > input[type=submit], .m-expanding input[type=submit] h2 > input[type=submit],
.m-expanding a .h2 > a,
.m-expanding input[type=submit] .h2 > a,
.m-expanding a .h2 > input[type=submit],
.m-expanding input[type=submit] .h2 > input[type=submit], .m-expanding a .h3, .m-expanding input[type=submit] .h3, .m-expanding a h3 > a, .m-expanding input[type=submit] h3 > a, .m-expanding a h3 > input[type=submit], .m-expanding input[type=submit] h3 > input[type=submit],
.m-expanding a .h3 > a,
.m-expanding input[type=submit] .h3 > a,
.m-expanding a .h3 > input[type=submit],
.m-expanding input[type=submit] .h3 > input[type=submit], .m-expanding a .h4, .m-expanding a .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-expanding a h3 > p,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit], .m-expanding input[type=submit] .h4, .m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit], .m-expanding a h4 > a, .m-expanding input[type=submit] h4 > a, .m-expanding a h4 > input[type=submit], .m-expanding input[type=submit] h4 > input[type=submit],
.m-expanding a .h4 > a,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a > a,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit] > a,
.m-expanding input[type=submit] .h4 > a,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a > a,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit] > a,
.m-expanding a .h4 > input[type=submit],
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit],
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a > input[type=submit],
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit] > input[type=submit],
.m-expanding input[type=submit] .h4 > input[type=submit],
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit],
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a > input[type=submit],
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit] > input[type=submit], .m-expanding button h2, .m-expanding button h3, .m-expanding button h4, .m-expanding button .h2, .m-expanding button h2 > a, .m-expanding button h2 > input[type=submit],
.m-expanding button .h2 > a,
.m-expanding button .h2 > input[type=submit], .m-expanding button .h3, .m-expanding button h3 > a, .m-expanding button h3 > input[type=submit],
.m-expanding button .h3 > a,
.m-expanding button .h3 > input[type=submit], .m-expanding button .h4, .m-expanding button .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-expanding button h3 > p,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit], .m-expanding button h4 > a, .m-expanding button h4 > input[type=submit],
.m-expanding button .h4 > a,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a > a,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit] > a,
.m-expanding button .h4 > input[type=submit],
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit],
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a > input[type=submit],
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit] > input[type=submit] {
  padding-right: 24px;
}
.m-expanding a h2:before, .m-expanding input[type=submit] h2:before, .m-expanding a h3:before, .m-expanding input[type=submit] h3:before, .m-expanding a h4:before, .m-expanding input[type=submit] h4:before, .m-expanding a .h2:before, .m-expanding input[type=submit] .h2:before, .m-expanding a h2 > a:before, .m-expanding input[type=submit] h2 > a:before, .m-expanding a h2 > input[type=submit]:before, .m-expanding input[type=submit] h2 > input[type=submit]:before,
.m-expanding a .h2 > a:before,
.m-expanding input[type=submit] .h2 > a:before,
.m-expanding a .h2 > input[type=submit]:before,
.m-expanding input[type=submit] .h2 > input[type=submit]:before, .m-expanding a .h3:before, .m-expanding input[type=submit] .h3:before, .m-expanding a h3 > a:before, .m-expanding input[type=submit] h3 > a:before, .m-expanding a h3 > input[type=submit]:before, .m-expanding input[type=submit] h3 > input[type=submit]:before,
.m-expanding a .h3 > a:before,
.m-expanding input[type=submit] .h3 > a:before,
.m-expanding a .h3 > input[type=submit]:before,
.m-expanding input[type=submit] .h3 > input[type=submit]:before, .m-expanding a .h4:before, .m-expanding a .o-callout.white .inner-background .headline h3 > p:before, .o-callout.white .inner-background .headline .m-expanding a h3 > p:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit]:before, .m-expanding input[type=submit] .h4:before, .m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p:before, .o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit]:before, .m-expanding a h4 > a:before, .m-expanding input[type=submit] h4 > a:before, .m-expanding a h4 > input[type=submit]:before, .m-expanding input[type=submit] h4 > input[type=submit]:before,
.m-expanding a .h4 > a:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a > a:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a > a:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit] > a:before,
.m-expanding input[type=submit] .h4 > a:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a > a:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a > a:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit] > a:before,
.m-expanding a .h4 > input[type=submit]:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit]:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > a > input[type=submit]:before,
.m-expanding a .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding a h3 > p > input[type=submit] > input[type=submit]:before,
.m-expanding input[type=submit] .h4 > input[type=submit]:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit]:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > a > input[type=submit]:before,
.m-expanding input[type=submit] .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding input[type=submit] h3 > p > input[type=submit] > input[type=submit]:before, .m-expanding button h2:before, .m-expanding button h3:before, .m-expanding button h4:before, .m-expanding button .h2:before, .m-expanding button h2 > a:before, .m-expanding button h2 > input[type=submit]:before,
.m-expanding button .h2 > a:before,
.m-expanding button .h2 > input[type=submit]:before, .m-expanding button .h3:before, .m-expanding button h3 > a:before, .m-expanding button h3 > input[type=submit]:before,
.m-expanding button .h3 > a:before,
.m-expanding button .h3 > input[type=submit]:before, .m-expanding button .h4:before, .m-expanding button .o-callout.white .inner-background .headline h3 > p:before, .o-callout.white .inner-background .headline .m-expanding button h3 > p:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit]:before, .m-expanding button h4 > a:before, .m-expanding button h4 > input[type=submit]:before,
.m-expanding button .h4 > a:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a > a:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a > a:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit] > a:before,
.m-expanding button .h4 > input[type=submit]:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit]:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > a > input[type=submit]:before,
.m-expanding button .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-expanding button h3 > p > input[type=submit] > input[type=submit]:before {
  content: none;
}
.m-expanding .expanding-block {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
  max-width: 90%;
}
.m-expanding.expanded {
  margin-top: 24px;
  margin-bottom: 24px;
  height: auto;
}
.m-expanding.expanded a::after, .m-expanding.expanded input[type=submit]::after, .m-expanding.expanded button::after {
  content: "\e5ce";
}
.m-expanding.expanded .expanding-block {
  opacity: 1;
  max-height: 1000px;
  overflow: visible;
}

.m-expanding + .m-expanding {
  margin-top: 0;
}

.m-expanding:last-child {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .m-expanding {
    height: 72px;
  }
  .m-expanding a, .m-expanding input[type=submit], .m-expanding button {
    line-height: 32px;
  }
  .m-expanding + .m-expanding {
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  .m-expanding + .m-expanding {
    margin-top: 12px;
  }
  .m-expanding a, .m-expanding input[type=submit], .m-expanding button {
    line-height: 32px;
  }
}
ul.m-breadcrumbs {
  display: flex;
  align-items: end;
  padding-left: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}
ul.m-breadcrumbs li {
  list-style: none;
  padding-right: 8px;
}
ul.m-breadcrumbs li a, ul.m-breadcrumbs li input[type=submit] {
  font-size: 0.8125em;
  margin: 0;
}
ul.m-breadcrumbs li a:after, ul.m-breadcrumbs li input[type=submit]:after {
  content: none;
}
ul.m-breadcrumbs li a span, ul.m-breadcrumbs li input[type=submit] span {
  border-bottom: solid 1px #1B1B1B;
}
ul.m-breadcrumbs li:last-of-type a, ul.m-breadcrumbs li:last-of-type input[type=submit] {
  text-decoration: none;
  cursor: default;
}
ul.m-breadcrumbs li:last-of-type a span, ul.m-breadcrumbs li:last-of-type input[type=submit] span {
  border-bottom: none;
  text-decoration: none;
}
ul.m-breadcrumbs li:last-of-type span {
  border-bottom: none;
  text-decoration: none;
}
ul.m-breadcrumbs li.is-active a, ul.m-breadcrumbs li.is-active input[type=submit] {
  pointer-events: none;
}
ul.m-breadcrumbs li + li a:before, ul.m-breadcrumbs li + li input[type=submit]:before {
  content: "/";
  padding-right: 8px;
}

@media (min-width: 768px) {
  ul.m-breadcrumbs {
    padding-left: 40px;
  }
  ul.m-breadcrumbs li a, ul.m-breadcrumbs li input[type=submit] {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  ul.m-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
  }
}
@media (min-width: 1400px) {
  ul.m-breadcrumbs {
    display: flex;
    align-items: end;
    padding-left: 0;
  }
}
.m-card .inner-card {
  transition: box-shadow 0.2s ease;
  border-radius: 8px;
}
.m-card .inner-card .textfield.center {
  margin: 0 auto;
}
.m-card .inner-card .textfield.center h1, .m-card .inner-card .textfield.center .h1, .m-card .inner-card .textfield.center .h2, .m-card .inner-card .textfield.center h2 > a, .m-card .inner-card .textfield.center h2 > input[type=submit],
.m-card .inner-card .textfield.center .h2 > a,
.m-card .inner-card .textfield.center .h2 > input[type=submit], .m-card .inner-card .textfield.center h2, .m-card .inner-card .textfield.center h3, .m-card .inner-card .textfield.center .h3, .m-card .inner-card .textfield.center h3 > a, .m-card .inner-card .textfield.center h3 > input[type=submit],
.m-card .inner-card .textfield.center .h3 > a,
.m-card .inner-card .textfield.center .h3 > input[type=submit], .m-card .inner-card .textfield.center h4, .m-card .inner-card .textfield.center .h4, .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p,
.m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > a,
.m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > input[type=submit], .m-card .inner-card .textfield.center h4 > a, .m-card .inner-card .textfield.center h4 > input[type=submit],
.m-card .inner-card .textfield.center .h4 > a,
.m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > a > a,
.m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > input[type=submit] > a,
.m-card .inner-card .textfield.center .h4 > input[type=submit],
.m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > a > input[type=submit],
.m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > input[type=submit] > input[type=submit], .m-card .inner-card .textfield.center h5, .m-card .inner-card .textfield.center .h5, .m-card .inner-card .textfield.center h6, .m-card .inner-card .textfield.center .h6 {
  margin: 8px auto;
}
.m-card .inner-card .textfield.center a, .m-card .inner-card .textfield.center input[type=submit] {
  margin: 0 auto;
}
.m-card .inner-card .textfield {
  padding: 8px 0;
}
.m-card .inner-card .textfield a:not(.popup):after, .m-card .inner-card .textfield input[type=submit]:not(.popup):after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 16px;
  margin-left: 4px;
  transition: right 0.2s ease;
}
.m-card .inner-card .textfield > .a-btn a, .m-card .inner-card .textfield > .a-btn input[type=submit] {
  width: 100%;
}
.m-card .inner-card .textfield h1, .m-card .inner-card .textfield .h1, .m-card .inner-card .textfield .h2, .m-card .inner-card .textfield h2 > a, .m-card .inner-card .textfield h2 > input[type=submit],
.m-card .inner-card .textfield .h2 > a,
.m-card .inner-card .textfield .h2 > input[type=submit], .m-card .inner-card .textfield h2, .m-card .inner-card .textfield h3, .m-card .inner-card .textfield .h3, .m-card .inner-card .textfield h3 > a, .m-card .inner-card .textfield h3 > input[type=submit],
.m-card .inner-card .textfield .h3 > a,
.m-card .inner-card .textfield .h3 > input[type=submit], .m-card .inner-card .textfield h4, .m-card .inner-card .textfield .h4, .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p,
.m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > a,
.m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > input[type=submit], .m-card .inner-card .textfield h4 > a, .m-card .inner-card .textfield h4 > input[type=submit],
.m-card .inner-card .textfield .h4 > a,
.m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > a > a,
.m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > input[type=submit] > a,
.m-card .inner-card .textfield .h4 > input[type=submit],
.m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > a > input[type=submit],
.m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > input[type=submit] > input[type=submit], .m-card .inner-card .textfield h5, .m-card .inner-card .textfield .h5, .m-card .inner-card .textfield h6, .m-card .inner-card .textfield .h6 {
  position: relative;
  padding-right: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.m-card .inner-card .textfield h1 span:after, .m-card .inner-card .textfield .h1 span:after, .m-card .inner-card .textfield .h2 span:after, .m-card .inner-card .textfield h2 span:after, .m-card .inner-card .textfield h3 span:after, .m-card .inner-card .textfield .h3 span:after, .m-card .inner-card .textfield h4 span:after, .m-card .inner-card .textfield .h4 span:after, .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p span:after, .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p span:after, .m-card .inner-card .textfield h5 span:after, .m-card .inner-card .textfield .h5 span:after, .m-card .inner-card .textfield h6 span:after, .m-card .inner-card .textfield .h6 span:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 16px;
  margin-left: 4px;
  transition: right 0.2s ease;
}
.m-card .inner-card .textfield p {
  margin-bottom: 8px;
  margin-top: 8px;
}
.m-card:hover .inner-card {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.12);
}

.m-card.with-image.center .inner-card .textfield {
  padding: 16px 0 32px 40px;
}

.m-card.text-only .inner-card {
  display: flex;
  align-items: flex-end;
}
.m-card.text-only .inner-card .textfield h1, .m-card.text-only .inner-card .textfield .h1, .m-card.text-only .inner-card .textfield .h2, .m-card.text-only .inner-card .textfield h2 > a, .m-card.text-only .inner-card .textfield h2 > input[type=submit],
.m-card.text-only .inner-card .textfield .h2 > a,
.m-card.text-only .inner-card .textfield .h2 > input[type=submit], .m-card.text-only .inner-card .textfield h2, .m-card.text-only .inner-card .textfield h3, .m-card.text-only .inner-card .textfield .h3, .m-card.text-only .inner-card .textfield h3 > a, .m-card.text-only .inner-card .textfield h3 > input[type=submit],
.m-card.text-only .inner-card .textfield .h3 > a,
.m-card.text-only .inner-card .textfield .h3 > input[type=submit], .m-card.text-only .inner-card .textfield h4, .m-card.text-only .inner-card .textfield .h4, .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p,
.m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > a,
.m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > input[type=submit], .m-card.text-only .inner-card .textfield h4 > a, .m-card.text-only .inner-card .textfield h4 > input[type=submit],
.m-card.text-only .inner-card .textfield .h4 > a,
.m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > a > a,
.m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > input[type=submit] > a,
.m-card.text-only .inner-card .textfield .h4 > input[type=submit],
.m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > a > input[type=submit],
.m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > input[type=submit] > input[type=submit], .m-card.text-only .inner-card .textfield h5, .m-card.text-only .inner-card .textfield .h5, .m-card.text-only .inner-card .textfield h6, .m-card.text-only .inner-card .textfield .h6 {
  text-align: center;
}
.m-card.text-only .inner-card .textfield h1 span, .m-card.text-only .inner-card .textfield .h1 span, .m-card.text-only .inner-card .textfield .h2 span, .m-card.text-only .inner-card .textfield h2 span, .m-card.text-only .inner-card .textfield h3 span, .m-card.text-only .inner-card .textfield .h3 span, .m-card.text-only .inner-card .textfield h4 span, .m-card.text-only .inner-card .textfield .h4 span, .m-card.text-only .inner-card .textfield h5 span, .m-card.text-only .inner-card .textfield .h5 span, .m-card.text-only .inner-card .textfield h6 span, .m-card.text-only .inner-card .textfield .h6 span {
  border: none;
}
.m-card.text-only .inner-card .textfield h1 span:after, .m-card.text-only .inner-card .textfield .h1 span:after, .m-card.text-only .inner-card .textfield .h2 span:after, .m-card.text-only .inner-card .textfield h2 span:after, .m-card.text-only .inner-card .textfield h3 span:after, .m-card.text-only .inner-card .textfield .h3 span:after, .m-card.text-only .inner-card .textfield h4 span:after, .m-card.text-only .inner-card .textfield .h4 span:after, .m-card.text-only .inner-card .textfield h5 span:after, .m-card.text-only .inner-card .textfield .h5 span:after, .m-card.text-only .inner-card .textfield h6 span:after, .m-card.text-only .inner-card .textfield .h6 span:after {
  content: none;
}
.m-card.text-only .inner-card .textfield h1 p, .m-card.text-only .inner-card .textfield .h1 p, .m-card.text-only .inner-card .textfield .h2 p, .m-card.text-only .inner-card .textfield h2 p, .m-card.text-only .inner-card .textfield h3 p, .m-card.text-only .inner-card .textfield .h3 p, .m-card.text-only .inner-card .textfield h4 p, .m-card.text-only .inner-card .textfield .h4 p, .m-card.text-only .inner-card .textfield h5 p, .m-card.text-only .inner-card .textfield .h5 p, .m-card.text-only .inner-card .textfield h6 p, .m-card.text-only .inner-card .textfield .h6 p {
  line-height: 1.2;
  font-size: 25px;
  line-height: 32px;
}
.m-card.text-only:hover .inner-card {
  box-shadow: none;
}
.m-card.text-only:hover .inner-card .textfield h1 span, .m-card.text-only:hover .inner-card .textfield .h1 span, .m-card.text-only:hover .inner-card .textfield .h2 span, .m-card.text-only:hover .inner-card .textfield h2 span, .m-card.text-only:hover .inner-card .textfield h3 span, .m-card.text-only:hover .inner-card .textfield .h3 span, .m-card.text-only:hover .inner-card .textfield h4 span, .m-card.text-only:hover .inner-card .textfield .h4 span, .m-card.text-only:hover .inner-card .textfield h5 span, .m-card.text-only:hover .inner-card .textfield .h5 span, .m-card.text-only:hover .inner-card .textfield h6 span, .m-card.text-only:hover .inner-card .textfield .h6 span {
  border-color: none;
}

.m-card.news-card.bg-white .inner-card .textfield {
  padding: 8px 24px;
}

.m-card h1:before, .m-card .h1:before, .m-card .h2:before, .m-card h2 > a:before, .m-card h2 > input[type=submit]:before,
.m-card .h2 > a:before,
.m-card .h2 > input[type=submit]:before, .m-card h2:before, .m-card h3:before, .m-card .h3:before, .m-card h3 > a:before, .m-card h3 > input[type=submit]:before,
.m-card .h3 > a:before,
.m-card .h3 > input[type=submit]:before, .m-card h4:before, .m-card .h4:before, .m-card .o-callout.white .inner-background .headline h3 > p:before, .o-callout.white .inner-background .headline .m-card h3 > p:before,
.m-card .o-callout.white .inner-background .headline h3 > p > a:before,
.o-callout.white .inner-background .headline .m-card h3 > p > a:before,
.m-card .o-callout.white .inner-background .headline h3 > p > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-card h3 > p > input[type=submit]:before, .m-card h4 > a:before, .m-card h4 > input[type=submit]:before,
.m-card .h4 > a:before,
.m-card .o-callout.white .inner-background .headline h3 > p > a > a:before,
.o-callout.white .inner-background .headline .m-card h3 > p > a > a:before,
.m-card .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a:before,
.o-callout.white .inner-background .headline .m-card h3 > p > input[type=submit] > a:before,
.m-card .h4 > input[type=submit]:before,
.m-card .o-callout.white .inner-background .headline h3 > p > a > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-card h3 > p > a > input[type=submit]:before,
.m-card .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit]:before,
.o-callout.white .inner-background .headline .m-card h3 > p > input[type=submit] > input[type=submit]:before, .m-card h5:before, .m-card .h5:before, .m-card h6:before, .m-card .h6:before {
  content: none;
}

.m-card.with-image .inner-card .image {
  overflow: hidden;
  border-radius: 0px;
  width: 100%;
}
.m-card.with-image .inner-card .image img {
  height: auto;
  width: 100%;
  max-width: unset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.m-card.with-image .inner-card .textfield {
  padding: 8px 0 24px;
  width: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.m-card.with-image .inner-card .textfield.center {
  padding: 8px 16px 24px;
}
.m-card.with-image .inner-card .textfield p {
  font-size: 19px;
  margin-top: 10px;
}

.m-card.with-icon .inner-card {
  padding: 32px 8px 48px;
}
.m-card.with-icon .inner-card .background {
  text-align: center;
  margin: 0 auto;
}
.m-card.with-icon .inner-card .textfield {
  margin-top: 16px;
  padding: 8px 8px;
}
.m-card.with-icon .inner-card .textfield h1, .m-card.with-icon .inner-card .textfield .h1, .m-card.with-icon .inner-card .textfield .h2, .m-card.with-icon .inner-card .textfield h2 > a, .m-card.with-icon .inner-card .textfield h2 > input[type=submit],
.m-card.with-icon .inner-card .textfield .h2 > a,
.m-card.with-icon .inner-card .textfield .h2 > input[type=submit], .m-card.with-icon .inner-card .textfield h2, .m-card.with-icon .inner-card .textfield h3, .m-card.with-icon .inner-card .textfield .h3, .m-card.with-icon .inner-card .textfield h3 > a, .m-card.with-icon .inner-card .textfield h3 > input[type=submit],
.m-card.with-icon .inner-card .textfield .h3 > a,
.m-card.with-icon .inner-card .textfield .h3 > input[type=submit], .m-card.with-icon .inner-card .textfield h4, .m-card.with-icon .inner-card .textfield .h4, .m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p,
.m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a,
.o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p > a,
.m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit],
.o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p > input[type=submit], .m-card.with-icon .inner-card .textfield h4 > a, .m-card.with-icon .inner-card .textfield h4 > input[type=submit],
.m-card.with-icon .inner-card .textfield .h4 > a,
.m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > a,
.o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p > a > a,
.m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
.o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p > input[type=submit] > a,
.m-card.with-icon .inner-card .textfield .h4 > input[type=submit],
.m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
.o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p > a > input[type=submit],
.m-card.with-icon .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
.o-callout.white .inner-background .headline .m-card.with-icon .inner-card .textfield h3 > p > input[type=submit] > input[type=submit], .m-card.with-icon .inner-card .textfield h5, .m-card.with-icon .inner-card .textfield .h5, .m-card.with-icon .inner-card .textfield h6, .m-card.with-icon .inner-card .textfield .h6 {
  padding-right: 0;
}
.m-card.with-icon .inner-card .textfield h1 span, .m-card.with-icon .inner-card .textfield .h1 span, .m-card.with-icon .inner-card .textfield .h2 span, .m-card.with-icon .inner-card .textfield h2 span, .m-card.with-icon .inner-card .textfield h3 span, .m-card.with-icon .inner-card .textfield .h3 span, .m-card.with-icon .inner-card .textfield h4 span, .m-card.with-icon .inner-card .textfield .h4 span, .m-card.with-icon .inner-card .textfield h5 span, .m-card.with-icon .inner-card .textfield .h5 span, .m-card.with-icon .inner-card .textfield h6 span, .m-card.with-icon .inner-card .textfield .h6 span {
  border: none;
}
.m-card.with-icon .inner-card .textfield h1 span:after, .m-card.with-icon .inner-card .textfield .h1 span:after, .m-card.with-icon .inner-card .textfield .h2 span:after, .m-card.with-icon .inner-card .textfield h2 span:after, .m-card.with-icon .inner-card .textfield h3 span:after, .m-card.with-icon .inner-card .textfield .h3 span:after, .m-card.with-icon .inner-card .textfield h4 span:after, .m-card.with-icon .inner-card .textfield .h4 span:after, .m-card.with-icon .inner-card .textfield h5 span:after, .m-card.with-icon .inner-card .textfield .h5 span:after, .m-card.with-icon .inner-card .textfield h6 span:after, .m-card.with-icon .inner-card .textfield .h6 span:after {
  content: none;
}
.m-card.with-icon .inner-card .textfield .a-btn {
  margin-top: 32px;
}
.m-card.with-icon .inner-card .textfield .a-btn a, .m-card.with-icon .inner-card .textfield .a-btn input[type=submit] {
  max-width: 100%;
  font-size: 16px;
  padding-right: 28px;
}
.m-card.with-icon .icon {
  width: 96px;
  height: 96px;
}
.m-card.with-icon .icon img {
  max-width: 48px;
  max-height: 48px;
}

.m-card.bg-white {
  background: none;
  border-radius: 4px;
}

.m-card.download .inner-block {
  border: solid 1px;
  border-radius: 8px;
  margin: 8px 8px;
}
.m-card.download .inner-block .icon {
  background: none;
  text-align: center;
  margin: 40px auto;
}
.m-card.download .inner-block .icon img {
  max-width: 48px;
  max-height: 48px;
}
.m-card.download .inner-block .textfield .a-btn {
  margin: 40px auto;
}
.m-card.download .inner-block .textfield .a-btn a, .m-card.download .inner-block .textfield .a-btn input[type=submit] {
  margin: 8px auto;
}

.m-card.fullwidth-image .inner-card {
  position: relative;
  display: block;
  margin: 0;
}
.m-card.fullwidth-image .inner-card .image {
  border-radius: 8px;
  width: 100%;
  height: auto;
  transition: box-shadow 0.2s ease;
}
.m-card.fullwidth-image .inner-card .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.m-card.fullwidth-image .inner-card .textfield {
  padding: 4px 16px;
  position: absolute;
  bottom: 48px;
  left: 24px;
  right: 24px;
  margin: 0 auto;
  border-radius: 8px;
  width: auto;
}
.m-card.fullwidth-image .inner-card .textfield a, .m-card.fullwidth-image .inner-card .textfield input[type=submit] {
  width: auto;
}
.m-card.fullwidth-image:hover .inner-card {
  box-shadow: none;
}
.m-card.fullwidth-image:hover .inner-card .image {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.12);
}
.m-card.fullwidth-image.video.movie-block .inner-card:after {
  content: none;
}
.m-card.fullwidth-image.video.movie-block .inner-card .content.video {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote {
  top: 0px;
  left: 16px;
  right: 16px;
  position: absolute;
}
.m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.left {
  text-align: left;
}
.m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.right {
  text-align: right;
}
.m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.center {
  text-align: center;
}
.m-card.fullwidth-image.video.movie-block .inner-card .content.video .bgvideo {
  position: absolute;
}

@media (min-width: 768px) {
  .m-card .inner-card .textfield h1, .m-card .inner-card .textfield .h1, .m-card .inner-card .textfield .h2, .m-card .inner-card .textfield h2 > a, .m-card .inner-card .textfield h2 > input[type=submit],
  .m-card .inner-card .textfield .h2 > a,
  .m-card .inner-card .textfield .h2 > input[type=submit], .m-card .inner-card .textfield h2, .m-card .inner-card .textfield h3, .m-card .inner-card .textfield .h3, .m-card .inner-card .textfield h3 > a, .m-card .inner-card .textfield h3 > input[type=submit],
  .m-card .inner-card .textfield .h3 > a,
  .m-card .inner-card .textfield .h3 > input[type=submit], .m-card .inner-card .textfield h4, .m-card .inner-card .textfield .h4, .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p,
  .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a,
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > a,
  .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit],
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > input[type=submit], .m-card .inner-card .textfield h4 > a, .m-card .inner-card .textfield h4 > input[type=submit],
  .m-card .inner-card .textfield .h4 > a,
  .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > a,
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > a > a,
  .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > input[type=submit] > a,
  .m-card .inner-card .textfield .h4 > input[type=submit],
  .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > a > input[type=submit],
  .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p > input[type=submit] > input[type=submit], .m-card .inner-card .textfield h5, .m-card .inner-card .textfield .h5, .m-card .inner-card .textfield h6, .m-card .inner-card .textfield .h6 {
    padding-right: 0;
  }
  .m-card .inner-card .textfield .a-btn a, .m-card .inner-card .textfield .a-btn input[type=submit] {
    width: -moz-max-content;
    width: max-content;
  }
  .m-card .inner-card .textfield p.tagname {
    font-size: 11px;
    line-height: 13px;
  }
  .m-card.text-only .inner-card .textfield h1, .m-card.text-only .inner-card .textfield .h1, .m-card.text-only .inner-card .textfield .h2, .m-card.text-only .inner-card .textfield h2 > a, .m-card.text-only .inner-card .textfield h2 > input[type=submit],
  .m-card.text-only .inner-card .textfield .h2 > a,
  .m-card.text-only .inner-card .textfield .h2 > input[type=submit], .m-card.text-only .inner-card .textfield h2, .m-card.text-only .inner-card .textfield h3, .m-card.text-only .inner-card .textfield .h3, .m-card.text-only .inner-card .textfield h3 > a, .m-card.text-only .inner-card .textfield h3 > input[type=submit],
  .m-card.text-only .inner-card .textfield .h3 > a,
  .m-card.text-only .inner-card .textfield .h3 > input[type=submit], .m-card.text-only .inner-card .textfield h4, .m-card.text-only .inner-card .textfield .h4, .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p,
  .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a,
  .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > a,
  .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit],
  .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > input[type=submit], .m-card.text-only .inner-card .textfield h4 > a, .m-card.text-only .inner-card .textfield h4 > input[type=submit],
  .m-card.text-only .inner-card .textfield .h4 > a,
  .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > a,
  .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > a > a,
  .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
  .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > input[type=submit] > a,
  .m-card.text-only .inner-card .textfield .h4 > input[type=submit],
  .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
  .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > a > input[type=submit],
  .m-card.text-only .inner-card .textfield .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
  .o-callout.white .inner-background .headline .m-card.text-only .inner-card .textfield h3 > p > input[type=submit] > input[type=submit], .m-card.text-only .inner-card .textfield h5, .m-card.text-only .inner-card .textfield .h5, .m-card.text-only .inner-card .textfield h6, .m-card.text-only .inner-card .textfield .h6 {
    text-align: left;
  }
  .m-card.text-only .inner-card .textfield h1 p, .m-card.text-only .inner-card .textfield .h1 p, .m-card.text-only .inner-card .textfield .h2 p, .m-card.text-only .inner-card .textfield h2 p, .m-card.text-only .inner-card .textfield h3 p, .m-card.text-only .inner-card .textfield .h3 p, .m-card.text-only .inner-card .textfield h4 p, .m-card.text-only .inner-card .textfield .h4 p, .m-card.text-only .inner-card .textfield h5 p, .m-card.text-only .inner-card .textfield .h5 p, .m-card.text-only .inner-card .textfield h6 p, .m-card.text-only .inner-card .textfield .h6 p {
    font-size: 31px;
    line-height: 40px;
  }
  .m-card.with-image .inner-card {
    flex-direction: column;
  }
  .m-card.with-image .inner-card .image {
    min-width: auto;
    height: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .m-card.with-image .inner-card .image img {
    width: 100%;
  }
  .m-card.with-image .inner-card .textfield {
    width: auto;
    padding: 24px 24px;
  }
  .m-card.with-image .inner-card .textfield.center {
    text-align: center;
  }
  .m-card.with-image .inner-card .textfield.center a, .m-card.with-image .inner-card .textfield.center input[type=submit] {
    width: auto;
  }
  .m-card.fullwidth-image .inner-card .textfield {
    bottom: 48px;
    left: 32px;
    right: 32px;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.left {
    text-align: left;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.left.block-partial--text-half {
    max-width: 50%;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.left.block-partial--text-third {
    max-width: 33%;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.right {
    text-align: right;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.right.block-partial--text-half {
    max-width: 50%;
    margin-left: 50%;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.right.block-partial--text-third {
    max-width: 33%;
    margin-left: 66%;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.center {
    text-align: center;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.center.block-partial--text-half {
    max-width: 50%;
    display: block;
    margin: auto;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.center.block-partial--text-third {
    max-width: 33%;
    display: block;
    margin: auto;
  }
  .m-card.fullwidth-image.video.movie-block .inner-card .content.video blockquote.block-partial--text-full {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .m-card .inner-card .textfield h1 span, .m-card .inner-card .textfield .h1 span, .m-card .inner-card .textfield .h2 span, .m-card .inner-card .textfield h2 span, .m-card .inner-card .textfield h3 span, .m-card .inner-card .textfield .h3 span, .m-card .inner-card .textfield h4 span, .m-card .inner-card .textfield .h4 span, .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p span, .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p span, .m-card .inner-card .textfield h5 span, .m-card .inner-card .textfield .h5 span, .m-card .inner-card .textfield h6 span, .m-card .inner-card .textfield .h6 span {
    border-bottom: solid 1px;
    transition: all 0.2s ease;
  }
  .m-card .inner-card .textfield h1 span:after, .m-card .inner-card .textfield .h1 span:after, .m-card .inner-card .textfield .h2 span:after, .m-card .inner-card .textfield h2 span:after, .m-card .inner-card .textfield h3 span:after, .m-card .inner-card .textfield .h3 span:after, .m-card .inner-card .textfield h4 span:after, .m-card .inner-card .textfield .h4 span:after, .m-card .inner-card .textfield .o-callout.white .inner-background .headline h3 > p span:after, .o-callout.white .inner-background .headline .m-card .inner-card .textfield h3 > p span:after, .m-card .inner-card .textfield h5 span:after, .m-card .inner-card .textfield .h5 span:after, .m-card .inner-card .textfield h6 span:after, .m-card .inner-card .textfield .h6 span:after {
    content: none;
  }
  .m-card .inner-card .textfield a:after, .m-card .inner-card .textfield input[type=submit]:after {
    content: none;
  }
  .m-card .inner-card .textfield.center h1, .m-card .inner-card .textfield.center .h1, .m-card .inner-card .textfield.center .h2, .m-card .inner-card .textfield.center h2 > a, .m-card .inner-card .textfield.center h2 > input[type=submit],
  .m-card .inner-card .textfield.center .h2 > a,
  .m-card .inner-card .textfield.center .h2 > input[type=submit], .m-card .inner-card .textfield.center h2, .m-card .inner-card .textfield.center h3, .m-card .inner-card .textfield.center .h3, .m-card .inner-card .textfield.center h3 > a, .m-card .inner-card .textfield.center h3 > input[type=submit],
  .m-card .inner-card .textfield.center .h3 > a,
  .m-card .inner-card .textfield.center .h3 > input[type=submit], .m-card .inner-card .textfield.center h4, .m-card .inner-card .textfield.center .h4, .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p, .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p,
  .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > a,
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > a,
  .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > input[type=submit],
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > input[type=submit], .m-card .inner-card .textfield.center h4 > a, .m-card .inner-card .textfield.center h4 > input[type=submit],
  .m-card .inner-card .textfield.center .h4 > a,
  .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > a > a,
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > a > a,
  .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > input[type=submit] > a,
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > input[type=submit] > a,
  .m-card .inner-card .textfield.center .h4 > input[type=submit],
  .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > a > input[type=submit],
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > a > input[type=submit],
  .m-card .inner-card .textfield.center .o-callout.white .inner-background .headline h3 > p > input[type=submit] > input[type=submit],
  .o-callout.white .inner-background .headline .m-card .inner-card .textfield.center h3 > p > input[type=submit] > input[type=submit], .m-card .inner-card .textfield.center h5, .m-card .inner-card .textfield.center .h5, .m-card .inner-card .textfield.center h6, .m-card .inner-card .textfield.center .h6 {
    margin: 16px auto;
  }
  .m-card.text-only .inner-card .textfield h1 p, .m-card.text-only .inner-card .textfield .h1 p, .m-card.text-only .inner-card .textfield .h2 p, .m-card.text-only .inner-card .textfield h2 p, .m-card.text-only .inner-card .textfield h3 p, .m-card.text-only .inner-card .textfield .h3 p, .m-card.text-only .inner-card .textfield h4 p, .m-card.text-only .inner-card .textfield .h4 p, .m-card.text-only .inner-card .textfield h5 p, .m-card.text-only .inner-card .textfield .h5 p, .m-card.text-only .inner-card .textfield h6 p, .m-card.text-only .inner-card .textfield .h6 p {
    font-size: 39px;
    line-height: 54px;
  }
  .m-card.with-icon .inner-card .textfield h3, .m-card.with-icon .inner-card .textfield .h3, .m-card.with-icon .inner-card .textfield h3 > a, .m-card.with-icon .inner-card .textfield h3 > input[type=submit],
  .m-card.with-icon .inner-card .textfield .h3 > a,
  .m-card.with-icon .inner-card .textfield .h3 > input[type=submit] {
    font-size: 25px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .m-card.right-image .inner-card .textfield a:after, .m-card.right-image .inner-card .textfield input[type=submit]:after, .m-card.left-image .inner-card .textfield a:after, .m-card.left-image .inner-card .textfield input[type=submit]:after {
    content: none;
    font-size: 24px;
  }
}
div.form-field,
.FormTextbox,
.FormRange,
.FormTextbox--Number {
  box-sizing: border-box;
  margin: 16px 0;
  min-height: 56px;
}
div.form-field label,
.FormTextbox label,
.FormRange label,
.FormTextbox--Number label {
  display: block;
}
div.form-field input,
div.form-field textarea,
div.form-field select,
.FormTextbox input,
.FormTextbox textarea,
.FormTextbox select,
.FormRange input,
.FormRange textarea,
.FormRange select,
.FormTextbox--Number input,
.FormTextbox--Number textarea,
.FormTextbox--Number select {
  display: block;
  line-height: 26px;
  min-height: 56px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 20px 16px 6px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "helvetica-reg";
}
div.form-field p.error,
.FormTextbox p.error,
.FormRange p.error,
.FormTextbox--Number p.error {
  display: none;
  padding: 0 16px;
}

.form-field.textarea {
  min-height: 80px;
}

label > a, label > input[type=submit] {
  display: inline;
  font-size: 16px;
  border-bottom: solid 1px rgba(0, 59, 107, 0.2);
}
label > a:hover, label > input[type=submit]:hover {
  border-color: #003b6b;
}

input[type=submit] {
  border: none;
  display: inline-block;
  cursor: pointer;
}

.form-field.error input,
.form-field.error textarea,
.form-field.error select {
  border-color: #EF4123;
}
.form-field.error label {
  color: #EF4123;
}
.form-field.error p.error {
  display: block;
}

.FormFileUpload {
  height: auto;
}
.FormFileUpload label.Form__Element__Caption {
  position: unset;
  display: block;
  min-height: 48px;
}
.FormFileUpload input {
  display: block;
}

.EPiServerForms .FormRange.Form__Element label.Form__Element__Caption {
  position: unset;
  display: block;
}

.FormRange {
  position: relative;
  margin: 0 auto 3rem;
}
.FormRange input {
  display: inline;
  padding: 0;
}
.FormRange .FormRange__Min, .FormRange .FormRange__Max {
  display: none;
}

.EPiServerForms .FormRange.Form__Element input.FormRange__Input {
  max-width: 100%;
}

.bubble {
  background: #003B6B;
  color: #ffffff;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}

.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #003B6B;
  top: -1px;
  left: 50%;
}

.form-field.float,
.Form__Element {
  position: relative;
}
.form-field.float input,
.Form__Element input {
  font-size: 16px;
}
.form-field.float label,
.Form__Element label {
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  left: 16px;
  transform-origin: top left;
  transform: translate(0, 16px) scale(1);
  transition: all 0.1s ease-in-out;
}
.form-field.float.activeField label, .form-field.float.filled label,
.Form__Element.activeField label,
.Form__Element.filled label {
  transform: translate(0, 4px) scale(0.75);
  top: 4px;
}

.form-field.select select {
  background: #ffffff;
}
.form-field.select label {
  background: #ffffff;
}
.form-field.select.filled label, .form-field.select.activeField label {
  background: none;
}
.form-field.select::after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  right: 16px;
  top: 20px;
  pointer-events: none;
}
.form-field.select:has(.language-picker-arrow)::after, .form-field.select:has(.select-arrow)::after {
  content: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

.form-field.search {
  position: relative;
}
.form-field.search label {
  padding-left: 8px;
  line-height: 20px;
  top: 0px;
  opacity: 0;
}
.form-field.search input {
  border-radius: 50px;
  padding: 16px 32px;
}
.form-field.search button {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.form-field.search button span {
  content: "\e8b6";
  font-family: "Material Icons";
  font-size: 20px;
}
.form-field.search.filled label, .form-field.search.activeField label {
  opacity: 0;
}
.form-field.search.filled input, .form-field.search.activeField input {
  padding: 16px 32px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.form-field.checkbox label.focus-visible::before,
.form-field.radio label.focus-visible::before {
  border: solid 2px;
}
.form-field.checkbox label,
.form-field.radio label {
  left: 0;
}

.form-field.checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  position: relative;
  height: auto;
  margin-top: 8px;
}
.form-field.checkbox input {
  margin: 0 0.5em 0 0;
  opacity: 0;
  height: 20px;
  width: 20px;
  top: 16px;
  left: 0;
  margin-top: -11px;
  position: absolute;
}
.form-field.checkbox label {
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.form-field.checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -11px;
  border: solid 1px #1B1B1B;
  background: #ffffff;
  border-radius: 4px;
  z-index: 2;
}
.form-field.checkbox label::after {
  content: "\e5ca";
  font-family: "Material Icons";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  margin-bottom: 5px;
  text-align: center;
  color: #003B6B;
  font-size: 19px;
  opacity: 0;
  z-index: 3;
  line-height: 1.5;
}
.form-field.checkbox label.checked::before {
  border-color: #003B6B;
  background: #003B6B;
}
.form-field.checkbox label.checked::after {
  color: #ffffff;
  opacity: 1;
}
.form-field.checkbox.ValidationFail {
  flex-wrap: wrap;
}
.form-field.checkbox.ValidationFail fieldset {
  margin-bottom: 16px;
}
.form-field.checkbox.ValidationFail .Form__Element__ValidationError {
  flex: 1 100%;
}

.form-field.radio,
.FormChoice--Image {
  position: relative;
  height: auto;
}
.form-field.radio legend,
.FormChoice--Image legend {
  margin-bottom: 0;
}
.form-field.radio input,
.FormChoice--Image input {
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: scale(1.5);
  left: 0;
  z-index: 0;
  width: auto;
}
.form-field.radio input:focus-visible,
.FormChoice--Image input:focus-visible {
  outline: solid 1px;
  width: 13px;
  height: 13px;
}
.form-field.radio label,
.FormChoice--Image label {
  padding-left: 32px;
  line-height: 1;
  width: auto;
  margin: 0 0 16px 0;
  display: block;
  position: relative;
  padding-left: 32px;
}
.form-field.radio label::before,
.FormChoice--Image label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -11px;
  border: solid 1.5px #1B1B1B;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
.form-field.radio label::after,
.FormChoice--Image label::after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 5px;
  height: 9px;
  width: 9px;
  margin-top: -5px;
  background-color: transparent;
  border-radius: 50%;
  z-index: 3;
}
.form-field.radio label.checked::before,
.FormChoice--Image label.checked::before {
  border-color: #003B6B;
}
.form-field.radio label.checked::after,
.FormChoice--Image label.checked::after {
  background-color: #003B6B;
}
.form-field.radio.ValidationFail fieldset,
.FormChoice--Image.ValidationFail fieldset {
  margin-bottom: 16px;
}

.FormChoice fieldset {
  border: none;
  padding: 0;
}
.FormChoice legend {
  padding: 0;
  margin-bottom: 0;
}

.form-field.textarea {
  margin-bottom: 16px;
}

.frc-captcha {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  div.form-field {
    margin: 24px 0;
  }
}
.m-card.news-card .inner-card {
  display: block;
}
.m-card.news-card .inner-card .image {
  width: 100%;
  height: unset;
  max-height: 368px;
}
.m-card.news-card .inner-card .image img {
  width: 100%;
}
.m-card.news-card .inner-card .textfield a h2, .m-card.news-card .inner-card .textfield input[type=submit] h2, .m-card.news-card .inner-card .textfield a h3, .m-card.news-card .inner-card .textfield input[type=submit] h3, .m-card.news-card .inner-card .textfield a h4, .m-card.news-card .inner-card .textfield input[type=submit] h4 {
  width: auto;
}
.m-card.news-card .inner-card .textfield a:after, .m-card.news-card .inner-card .textfield input[type=submit]:after {
  content: none;
}
.m-card.news-card .inner-card .textfield .tags {
  display: flex;
  flex-wrap: wrap;
}
.m-card.news-card .inner-card .textfield .tags .tagname.small {
  font-size: 0.6875em;
  line-height: 1.3;
  margin-right: 8px;
  margin-top: 8px;
}

.m-card.large {
  margin: 8px 0;
}
.m-card.large.left-image .inner-card, .m-card.large.right-image .inner-card {
  display: flex;
  flex-direction: column;
}
.m-card.large.left-image .inner-card .image, .m-card.large.right-image .inner-card .image {
  display: none;
}
@media (min-width: 768px) {
  .m-card.large.left-image .inner-card .image, .m-card.large.right-image .inner-card .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0px;
  }
}
.m-card.large.left-image .inner-card .image img, .m-card.large.right-image .inner-card .image img {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .m-card.large.left-image .inner-card .image img, .m-card.large.right-image .inner-card .image img {
    height: auto;
  }
}
.m-card.large.left-image .inner-card .textfield, .m-card.large.right-image .inner-card .textfield {
  width: auto;
}
.m-card.large.left-image .inner-card .textfield > p > img, .m-card.large.right-image .inner-card .textfield > p > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .m-card.large.left-image .inner-card .textfield > p > img, .m-card.large.right-image .inner-card .textfield > p > img {
    display: none;
  }
}
.m-card.large.left-image .inner-card .textfield h2 span, .m-card.large.left-image .inner-card .textfield .h2 span, .m-card.large.left-image .inner-card .textfield h3 span, .m-card.large.left-image .inner-card .textfield .h3 span, .m-card.large.left-image .inner-card .textfield h4 span, .m-card.large.left-image .inner-card .textfield .h4 span, .m-card.large.right-image .inner-card .textfield h2 span, .m-card.large.right-image .inner-card .textfield .h2 span, .m-card.large.right-image .inner-card .textfield h3 span, .m-card.large.right-image .inner-card .textfield .h3 span, .m-card.large.right-image .inner-card .textfield h4 span, .m-card.large.right-image .inner-card .textfield .h4 span {
  color: #003B6B;
  border-bottom: none;
}
.m-card.large.left-image .inner-card .textfield h2 span:after, .m-card.large.left-image .inner-card .textfield .h2 span:after, .m-card.large.left-image .inner-card .textfield h3 span:after, .m-card.large.left-image .inner-card .textfield .h3 span:after, .m-card.large.left-image .inner-card .textfield h4 span:after, .m-card.large.left-image .inner-card .textfield .h4 span:after, .m-card.large.right-image .inner-card .textfield h2 span:after, .m-card.large.right-image .inner-card .textfield .h2 span:after, .m-card.large.right-image .inner-card .textfield h3 span:after, .m-card.large.right-image .inner-card .textfield .h3 span:after, .m-card.large.right-image .inner-card .textfield h4 span:after, .m-card.large.right-image .inner-card .textfield .h4 span:after {
  content: none;
}
.m-card.large.left-image .inner-card .textfield .a-btn, .m-card.large.right-image .inner-card .textfield .a-btn {
  margin-top: 24px;
}
.m-card.large.left-image .inner-card .textfield a, .m-card.large.left-image .inner-card .textfield input[type=submit], .m-card.large.right-image .inner-card .textfield a, .m-card.large.right-image .inner-card .textfield input[type=submit] {
  cursor: pointer;
}
.m-card.large.left-image:hover .inner-card, .m-card.large.right-image:hover .inner-card {
  box-shadow: none;
}
.m-card.large.left-image:hover .inner-card .textfield h2 span, .m-card.large.left-image:hover .inner-card .textfield .h2 span, .m-card.large.left-image:hover .inner-card .textfield h3 span, .m-card.large.left-image:hover .inner-card .textfield .h3 span, .m-card.large.left-image:hover .inner-card .textfield h4 span, .m-card.large.left-image:hover .inner-card .textfield .h4 span, .m-card.large.right-image:hover .inner-card .textfield h2 span, .m-card.large.right-image:hover .inner-card .textfield .h2 span, .m-card.large.right-image:hover .inner-card .textfield h3 span, .m-card.large.right-image:hover .inner-card .textfield .h3 span, .m-card.large.right-image:hover .inner-card .textfield h4 span, .m-card.large.right-image:hover .inner-card .textfield .h4 span {
  border-bottom: none;
}

.o-text-image-container .m-card.large.with-image {
  margin-top: 40px;
}
.o-text-image-container .m-card.large.with-image:first-child {
  margin-top: 0;
}
.o-text-image-container .m-card.large.with-image .inner-card .textfield .a-btn {
  margin-top: 24px;
}
.o-text-image-container.big .m-card.large.with-image {
  margin: 0 0 16px;
}
.o-text-image-container.big .m-card.large.with-image .inner-card .image {
  border-radius: 0;
  max-height: 600px;
}
.o-text-image-container.big .m-card.large.with-image .inner-card .image img {
  border-radius: 0;
}
.o-text-image-container.big .m-card.large.with-image .inner-card .textfield {
  padding: 8px 24px 24px;
}

@media (min-width: 768px) {
  .o-text-image-container .m-card.large.with-image {
    margin-top: 8px 0;
  }
  .o-text-image-container .m-card.large.with-image .inner-card .textfield {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .o-text-image-container.big .m-card.large.with-image {
    margin: 0;
  }
  .m-card.large.left-image .inner-card, .m-card.large.right-image .inner-card {
    flex-direction: row;
    align-items: flex-start;
  }
  .m-card.large.left-image .inner-card .image, .m-card.large.right-image .inner-card .image {
    width: 25%;
    height: auto;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 5rem;
    display: flex;
    justify-content: flex-start;
  }
  .m-card.large.left-image .inner-card .image img, .m-card.large.right-image .inner-card .image img {
    height: auto;
    width: 278px;
    border-radius: 0px;
  }
  .m-card.large.left-image .inner-card .textfield, .m-card.large.right-image .inner-card .textfield {
    width: 60%;
  }
  .m-card.large.left-image .inner-card .textfield > h2, .m-card.large.right-image .inner-card .textfield > h2 {
    line-height: 42px;
  }
  .m-card.large.left-image .inner-card .textfield .a-btn, .m-card.large.right-image .inner-card .textfield .a-btn {
    margin-top: 32px;
  }
  .m-card.large.right-image .inner-card {
    flex-direction: row-reverse;
  }
  .m-card.large.right-image .inner-card .textfield {
    padding: 16px 48px 32px 0;
  }
  .m-card.large.left-image .inner-card .textfield {
    padding: 16px 0 32px 48px;
  }
}
@media (min-width: 1024px) {
  .m-card.large.left-image .inner-card .textfield {
    padding: 16px 0 32px 80px;
  }
  .m-card.large.right-image .inner-card .textfield {
    padding: 16px 80px 32px 0;
  }
  .o-text-image-container .m-card.large.with-image {
    margin-top: 64px;
  }
  .o-text-image-container .m-card.large.with-image:first-child {
    margin-top: 0;
  }
  .o-text-image-container.big .m-card.large.with-image .inner-card .textfield {
    padding: 16px 80px 24px;
  }
}
.aud-ind .inner {
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 24px;
}
.aud-ind p {
  font-size: 0.8125em;
  margin: 0;
}
.aud-ind img {
  height: 100%;
  width: auto;
  max-width: 200px;
  display: none;
}
.aud-ind img.mobile {
  display: block;
}

@media (min-width: 768px) {
  .aud-ind .inner {
    padding: 4px 40px;
  }
  .aud-ind .inner img {
    display: block;
  }
  .aud-ind .inner img.mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .aud-ind .inner {
    padding: 4px 48px;
  }
}
@media (min-width: 1400px) {
  .aud-ind .inner {
    padding: 4px 0;
  }
}
.m-link-block .inner-block {
  display: flex;
  align-items: center;
}
.m-link-block .inner-block .icon {
  width: 112px;
  height: 112px;
  background: #f0f0e9;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
  position: relative;
}
.m-link-block .inner-block .icon img {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 24px;
  height: 24px;
}
.m-link-block .inner-block .icon:after {
  content: "";
  position: absolute;
  background: #F5FAFF;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  z-index: 0;
}
.m-link-block .inner-block .textfield {
  padding-left: 24px;
}
.m-link-block .inner-block .textfield .caption {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.m-link-block .inner-block .textfield p {
  margin-bottom: 0;
}
.m-link-block .inner-block .textfield h4 {
  margin: 8px 0;
  position: relative;
}
.m-link-block .inner-block .textfield h4 span {
  border-bottom: solid 1px;
  transition: all 0.2s ease;
  padding-bottom: 4px;
}

.m-link-block.right .inner-block {
  flex-direction: row-reverse;
}
.m-link-block.right .inner-block .textfield {
  padding-right: 24px;
  text-align: right;
}

.o-link-block-container {
  border-top: solid 1px;
  padding-top: 32px;
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .o-link-block-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .m-link-block .inner-block .icon {
    width: 160px;
    height: 160px;
  }
  .m-link-block .inner-block .icon:after {
    content: "";
    position: absolute;
    background: #F5FAFF;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    z-index: 0;
  }
  .m-link-block .inner-block .icon img {
    width: 32px;
    height: 32px;
  }
  .m-link-block .inner-block .textfield {
    padding-left: 24px;
  }
  .m-link-block .inner-block .textfield .caption {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
  }
  .m-link-block .inner-block .textfield h4 {
    margin: 8px 0;
  }
}
.m-card.video .inner-card .image {
  position: relative;
}
.m-card.video .inner-card .image a, .m-card.video .inner-card .image input[type=submit] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-card.video .inner-card .image a.external::after, .m-card.video .inner-card .image input.external[type=submit]::after {
  content: none;
}

.m-card.video.quote-card .inner-card .image {
  position: relative;
}
.m-card.video.quote-card .inner-card .image a, .m-card.video.quote-card .inner-card .image input[type=submit] {
  position: absolute;
  bottom: 24px;
  left: 24px;
  top: unset;
  transform: none;
}
.m-card.video.quote-card .inner-card .image a.external::after, .m-card.video.quote-card .inner-card .image input.external[type=submit]::after {
  content: none;
}

.m-card.video.fullwidth-image .inner-card {
  margin: 0 8px;
}
.m-card.video.fullwidth-image .inner-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgba(0, 0, 0, 0) 56%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.m-card.video.fullwidth-image .inner-card a, .m-card.video.fullwidth-image .inner-card input[type=submit] {
  margin: 16px auto;
  text-align: center;
}
.m-card.video.fullwidth-image .inner-card a .play-btn, .m-card.video.fullwidth-image .inner-card input[type=submit] .play-btn {
  margin: 0 auto;
  text-align: center;
}
.m-card.video.fullwidth-image .inner-card a::after, .m-card.video.fullwidth-image .inner-card input[type=submit]::after {
  content: none;
}
.m-card.video.fullwidth-image .inner-card .image {
  transition: box-shadow 0.2s ease;
  position: unset;
}
.m-card.video.fullwidth-image .inner-card .content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  z-index: 1;
}
.m-card.video.fullwidth-image .inner-card .content .play-btn {
  width: -moz-max-content;
  width: max-content;
}
.m-card.video.fullwidth-image .inner-card .content .play-btn p {
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.12);
  margin: 16px auto;
}
.m-card.video.fullwidth-image .inner-card .content .play-btn p span {
  display: flex;
  align-items: center;
}
.m-card.video.fullwidth-image .inner-card .content .play-btn p span:after {
  content: "\e038";
  font-family: "Material Icons";
  color: #003B6B;
  font-size: 24px;
  padding-left: 8px;
}
.m-card.video.fullwidth-image .inner-card .content .textfield {
  position: unset;
  text-align: center;
  background: transparent;
}
.m-card.video.fullwidth-image .inner-card .content .textfield p.caption {
  letter-spacing: 1px;
  margin: 8px auto;
  color: #ffffff;
}
.m-card.video.fullwidth-image .inner-card .content .textfield p.caption:first-of-type {
  margin-top: 8px;
  font-size: 16px;
}
.m-card.video.fullwidth-image:hover .inner-card {
  box-shadow: none;
}
.m-card.video.fullwidth-image:hover .inner-card .image {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1024px) {
  .m-card.video.fullwidth-image .inner-card .content .textfield {
    background: transparent;
  }
  .m-card.video.fullwidth-image .inner-card .content .textfield p.caption {
    letter-spacing: 2px;
  }
}
.o-page-author {
  border-top: solid 1px;
  border-bottom: solid 8px;
  align-items: baseline;
  justify-content: flex-start;
}
.o-page-author > div {
  padding: 16px 8px;
}
.o-page-author > div p {
  margin: 4px 0;
}
.o-page-author > div p.caption {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: 0.8125em;
  margin-bottom: 8px;
}
.o-page-author > div:last-of-type {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .o-page-author > div h3, .o-page-author > div .h3, .o-page-author > div h3 > a,
  .o-page-author > div .h3 > a, .o-page-author > div h3 > input[type=submit],
  .o-page-author > div .h3 > input[type=submit], .o-page-author > div h2 {
    font-size: 1.25em;
  }
}
.m-card.quote-card .inner-card .image {
  width: 100%;
}
.m-card.quote-card .inner-card .textfield {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 32px;
  padding-bottom: 48px;
}
.m-card.quote-card .inner-card .textfield .icon {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-card.quote-card .inner-card .textfield h3.quote, .m-card.quote-card .inner-card .textfield .h3.quote, .m-card.quote-card .inner-card .textfield h3 > a.quote,
.m-card.quote-card .inner-card .textfield .h3 > a.quote, .m-card.quote-card .inner-card .textfield h3 > input.quote[type=submit],
.m-card.quote-card .inner-card .textfield .h3 > input.quote[type=submit], .m-card.quote-card .inner-card .textfield blockquote {
  margin-top: 32px;
  font-size: 1.125em;
  line-height: 1.5;
}
.m-card.quote-card .inner-card .textfield h3.quote span:after, .m-card.quote-card .inner-card .textfield .h3.quote span:after, .m-card.quote-card .inner-card .textfield h3 > a.quote span:after,
.m-card.quote-card .inner-card .textfield .h3 > a.quote span:after, .m-card.quote-card .inner-card .textfield h3 > input.quote[type=submit] span:after,
.m-card.quote-card .inner-card .textfield .h3 > input.quote[type=submit] span:after, .m-card.quote-card .inner-card .textfield blockquote span:after {
  content: none;
}
.m-card.quote-card .inner-card .textfield h3.quote span, .m-card.quote-card .inner-card .textfield .h3.quote span, .m-card.quote-card .inner-card .textfield h3 > a.quote span,
.m-card.quote-card .inner-card .textfield .h3 > a.quote span, .m-card.quote-card .inner-card .textfield h3 > input.quote[type=submit] span,
.m-card.quote-card .inner-card .textfield .h3 > input.quote[type=submit] span, .m-card.quote-card .inner-card .textfield blockquote span {
  border-bottom: none;
}
.m-card.quote-card .inner-card .textfield .caption {
  font-size: 0.8125em;
  margin: 0 0 8px;
}
.m-card.quote-card .inner-card .textfield .caption.bold {
  font-size: 0.8125em;
  margin: 16px 0 8px;
}
.m-card.quote-card:hover .inner-card {
  box-shadow: none;
  cursor: auto;
}
.m-card.quote-card:hover .inner-card .textfield h3 span:after, .m-card.quote-card:hover .inner-card .textfield .h3 span:after {
  content: none;
}
.m-card.quote-card:hover .inner-card .textfield h3 span, .m-card.quote-card:hover .inner-card .textfield .h3 span {
  border-bottom: none;
}

.quote-card {
  margin: 48px auto 0;
}
.quote-card .textfield.center .icon {
  margin: 0 auto;
}
.quote-card .textfield.center h3.quote, .quote-card .textfield.center .h3.quote, .quote-card .textfield.center h3 > a.quote,
.quote-card .textfield.center .h3 > a.quote, .quote-card .textfield.center h3 > input.quote[type=submit],
.quote-card .textfield.center .h3 > input.quote[type=submit], .quote-card .textfield.center blockquote {
  margin: 32px auto;
  font-size: 1.125em;
  line-height: 1.5;
  max-width: 1024px;
}
.quote-card .textfield.center .caption {
  font-size: 0.8125em;
  margin: 0 auto 8px;
}
.quote-card .textfield.center .caption.bold {
  font-size: 0.8125em;
}

.quote-card.video .inner-card .image {
  position: relative;
}
.quote-card.video .inner-card .image a, .quote-card.video .inner-card .image input[type=submit] {
  position: absolute;
  left: 16px;
  bottom: 8px;
}
.quote-card.video .inner-card .image a .play-btn p, .quote-card.video .inner-card .image input[type=submit] .play-btn p {
  margin: 0;
}

@media (min-width: 768px) {
  .m-card.quote-card.left-image .inner-card .image, .m-card.quote-card.right-image .inner-card .image {
    padding-top: 0;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .m-card.quote-card.left-image .inner-card .image img, .m-card.quote-card.right-image .inner-card .image img {
    position: unset;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .m-card.quote-card.left-image .inner-card .textfield, .m-card.quote-card.right-image .inner-card .textfield {
    text-align: left;
    padding: 8px 80px;
  }
  .m-card.quote-card.left-image .inner-card .textfield .icon, .m-card.quote-card.right-image .inner-card .textfield .icon {
    position: unset;
    margin: initial;
  }
  .quote-card .textfield.center blockquote {
    font-size: 1.5625em;
    margin: 32px auto 40px;
  }
}
@media (min-width: 1024px) {
  .m-card.quote-card.left-image .inner-card .textfield h3.quote, .m-card.quote-card.left-image .inner-card .textfield .h3.quote, .m-card.quote-card.left-image .inner-card .textfield h3 > a.quote,
  .m-card.quote-card.left-image .inner-card .textfield .h3 > a.quote, .m-card.quote-card.left-image .inner-card .textfield h3 > input.quote[type=submit],
  .m-card.quote-card.left-image .inner-card .textfield .h3 > input.quote[type=submit], .m-card.quote-card.left-image .inner-card .textfield blockquote, .m-card.quote-card.right-image .inner-card .textfield h3.quote, .m-card.quote-card.right-image .inner-card .textfield .h3.quote, .m-card.quote-card.right-image .inner-card .textfield h3 > a.quote,
  .m-card.quote-card.right-image .inner-card .textfield .h3 > a.quote, .m-card.quote-card.right-image .inner-card .textfield h3 > input.quote[type=submit],
  .m-card.quote-card.right-image .inner-card .textfield .h3 > input.quote[type=submit], .m-card.quote-card.right-image .inner-card .textfield blockquote {
    font-size: 2.44em;
    line-height: 1.5;
  }
  .quote-card .textfield.center blockquote {
    font-size: 1.94em;
  }
}
.filtration {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filtration p {
  z-index: 1;
  margin: 0;
  margin-left: 8px;
}
.filtration p.bold {
  font-size: 0.9em;
}
.filtration ul.pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 4px;
}
.filtration ul.pills li {
  list-style: none;
}
.filtration ul.pills li a, .filtration ul.pills li input[type=submit] {
  margin: 8px 4px;
  font-size: 0.85em;
  padding: 4px 12px;
}

@media (min-width: 768px) {
  .filtration ul.pills {
    padding-left: 0;
  }
  .filtration ul.pills li {
    margin-left: 8px;
  }
  .filtration ul.pills li a, .filtration ul.pills li input[type=submit] {
    margin: 4px 0;
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  .filtration {
    align-items: baseline;
    flex-flow: row;
  }
  .filtration > p.bold {
    min-width: 80px;
  }
  .filtration ul.pills li {
    margin-bottom: 8px;
  }
  .filtration ul.pills li a, .filtration ul.pills li input[type=submit] {
    margin: 0;
    font-size: 1em;
  }
}
body {
  overflow: unset;
}
body.modal-open {
  overflow: hidden;
}

.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  display: none;
  animation-name: fadein;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.modal-container .modal {
  z-index: 14;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.modal-container .modal .close-icon {
  position: absolute;
  right: -10px;
  top: -44px;
  z-index: 10;
  display: flex;
  padding: 16px;
  align-items: end;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-right: 4px;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-family: "helvetica-reg";
}
.modal-container .modal .close-icon:after {
  content: "\e5cd";
  font-family: "Material Icons";
  font-size: 16px;
}
.modal-container .modal .close-icon:focus {
  border: dotted 1px #ffffff;
}
.modal-container .modal p {
  padding-left: 2px;
  color: #ffffff;
  margin-top: 8px;
  font-size: 1em;
}
.modal-container .modal div {
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #000;
}
.modal-container.modal-open {
  display: block;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .modal-container .modal {
    width: 70%;
  }
}
ul.checklist li {
  list-style: none;
  align-items: center;
  margin-bottom: 16px;
}
ul.checklist li:before {
  content: "\e876";
  font-family: "Material Icons";
  font-size: 1.25em;
  background: #003B6B;
  color: #ffffff;
  border-radius: 50px;
  padding: 4px;
  margin-right: 8px;
}

.anchor-block p.caption {
  margin: 8px auto;
  text-align: center;
}
.anchor-block ul.anchor-links {
  margin: 32px auto 0;
  justify-content: center;
  padding-left: 0;
}
.anchor-block ul.anchor-links li {
  list-style: none;
  text-align: center;
}
.anchor-block ul.anchor-links li a, .anchor-block ul.anchor-links li input[type=submit] {
  font-size: 1.125em;
  line-height: 1.5;
}
.anchor-block ul.anchor-links li a span, .anchor-block ul.anchor-links li input[type=submit] span {
  border-bottom: solid 1px;
}

ol.number-list {
  max-width: 1024px;
  margin: 0 auto;
  clear: both;
  list-style: none;
  padding-left: 2%;
}
ol.number-list li {
  margin: 2em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
}
ol.number-list li::before {
  content: counter(inst);
  background: #003B6B;
  color: #ffffff;
  font-size: 1.125em;
  border-radius: 50px;
  text-align: center;
  left: -5%;
  top: 0;
  height: 32px;
  width: 32px;
  position: absolute;
  margin-top: 36px;
}
ol.number-list li .headline {
  display: flex;
  align-items: baseline;
}
ol.number-list li .headline h3 {
  margin-bottom: 0;
}
ol.number-list li .headline img {
  height: auto;
  max-width: 40px;
  width: auto;
  align-self: flex-end;
  margin-right: 8px;
  margin-bottom: 8px;
}
ol.number-list li p {
  padding-left: 48px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  ol.number-list li::before {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  ol.number-list li::before {
    margin-top: 52.8px;
  }
  .anchor-block ul.anchor-links {
    display: flex;
    margin: 8px auto;
    justify-content: center;
    padding-left: 0;
  }
  .anchor-block ul.anchor-links li {
    list-style: none;
    margin-right: 24px;
  }
  .anchor-block ul.anchor-links li:last-child {
    margin-right: 0;
  }
  .anchor-block ul.anchor-links li a span, .anchor-block ul.anchor-links li input[type=submit] span {
    border-bottom: solid 1px;
  }
}
.exitramp-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.exitramp-modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
}
.exitramp-modal .inner {
  background: #ffffff;
  padding: 24px;
  position: relative;
  border-radius: 8px;
}
.exitramp-modal .inner p {
  margin: 16px auto;
}
.exitramp-modal .inner h2 {
  font-size: 1.25em;
  line-height: 1.5;
}
.exitramp-modal .inner .close {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  position: absolute;
  font-size: 0.6875em;
  right: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}
.exitramp-modal .inner .close::after {
  content: "\e5cd";
  font-family: "Material Icons";
  font-size: 1.25em;
  padding-left: 8px;
}
.exitramp-modal .inner .a-btn a, .exitramp-modal .inner .a-btn input[type=submit] {
  margin: 16px auto;
}
.exitramp-modal.show {
  display: block;
}

table {
  width: 100%;
  padding: 16px;
}
table p {
  margin: 0;
}
table caption {
  visibility: hidden;
}
table thead {
  background: #003B6B;
  color: #ffffff;
  text-align: left;
}
table tr {
  line-height: 2;
}
table tr th {
  padding-left: 16px;
}
table tr td {
  padding-left: 16px;
}

.o-50-50 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .o-50-50 {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .o-50-50 > li h3, .o-50-50 > li .h3, .o-50-50 > li h3 > a,
  .o-50-50 > li .h3 > a, .o-50-50 > li h3 > input[type=submit],
  .o-50-50 > li .h3 > input[type=submit] {
    margin-bottom: 0px;
  }
}
.o-50-50 > li#first-container:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.o-50-50 > li#first-container:last-of-type > p {
  background: #F5FAFF;
  display: flex;
  flex-direction: column;
  width: 95%;
  border-radius: 14px;
  margin: 2rem 0rem 0rem 0px;
  height: 5rem;
  display: flex;
  justify-content: center;
  padding: 0rem 0.5rem 0rem 2.5rem;
  position: relative;
  font-size: 16px;
}
.o-50-50 > li#first-container:last-of-type img {
  position: absolute;
  left: -20px;
  width: 51px;
}
.o-50-50 .image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-50-50 .listblock-item > ul {
    padding: 0px 0 32px 27px;
  }
}
@media (min-width: 1024px) {
  .o-50-50 > li#second-container:first-of-type {
    width: 33%;
    padding-right: 181px;
    margin-top: 4rem;
  }
}
.o-50-50 > li#second-container:first-of-type #info-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  margin-top: 3rem;
}
.o-50-50 > li#second-container:first-of-type #info-container > p {
  color: #EF426E;
  font-family: Poppins-bold;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
}
.o-50-50 > li#second-container:first-of-type #info-container > ol {
  padding-left: 25px;
}
.o-50-50 > li#second-container:first-of-type #info-container > ol > li {
  color: #003B6B;
}
@media (max-width: 1024px) {
  .o-50-50 > li#second-container:first-of-type {
    display: none;
  }
}
.o-50-50 > li#second-container:last-of-type {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-50-50 > li#second-container:last-of-type {
    width: 67%;
    padding-right: 220px;
  }
}
.o-50-50 > li#second-container:last-of-type h2 {
  color: #003B6B;
}
.o-50-50 > li#second-container:last-of-type #mobile-image {
  max-width: 530px;
  margin: 2rem auto;
}
@media (min-width: 1024px) {
  .o-50-50 > li#second-container:last-of-type #mobile-image {
    display: none;
  }
}
.o-50-50 > li#second-container:last-of-type #info-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  margin: 3rem 0rem;
  width: 303px;
}
.o-50-50 > li#second-container:last-of-type #info-container > p {
  color: #EF426E;
  font-family: Poppins-bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.o-50-50 > li#second-container:last-of-type #info-container > ol {
  padding-left: 25px;
}
.o-50-50 > li#second-container:last-of-type #info-container > ol > li {
  color: #003B6B;
}
@media (min-width: 1024px) {
  .o-50-50 > li#second-container:last-of-type #info-container {
    display: none;
  }
}

@media (min-width: 1024px) {
  .o-50-50 {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
  }
  .o-50-50 > .m-card {
    width: 50%;
  }
  .o-50-50 > .m-card:first-of-type .inner-card {
    margin-right: 12px;
  }
  .o-50-50 > .m-card:last-of-type .inner-card {
    margin-left: 12px;
  }
  .o-50-50 > div, .o-50-50 > ul, .o-50-50 > ol, .o-50-50 > li, .o-50-50 > p, .o-50-50 > a, .o-50-50 > input[type=submit] {
    width: 50%;
  }
  .o-50-50 > li#first-container:last-of-type {
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .o-50-50 > li#first-container:last-of-type > p {
    background: #F5FAFF;
    display: flex;
    width: 70%;
    border-radius: 14px;
    margin: 4rem 0rem 4rem 0;
    height: 8rem;
    display: flex;
    align-items: center;
    padding: 0rem 1rem 0rem 4.5rem;
    position: relative;
  }
  .o-50-50 > li#first-container:last-of-type img {
    position: absolute;
    left: -42px;
    width: 95px;
  }
}
.o-carousel {
  padding: 64px 0 64px;
}
.o-carousel .slick-carousel, .o-carousel .slick-carousel-big, .o-carousel .slick-carousel-small {
  margin: 0 auto;
}
.o-carousel .slick-carousel .slick-list, .o-carousel .slick-carousel-big .slick-list, .o-carousel .slick-carousel-small .slick-list {
  padding: 0 16px;
}
.o-carousel .slick-carousel .slick-list .slick-track, .o-carousel .slick-carousel-big .slick-list .slick-track, .o-carousel .slick-carousel-small .slick-list .slick-track {
  padding-bottom: 24px;
  display: flex !important;
}
.o-carousel .slick-carousel .slick-list .slick-track .slick-slide, .o-carousel .slick-carousel-big .slick-list .slick-track .slick-slide, .o-carousel .slick-carousel-small .slick-list .slick-track .slick-slide {
  min-height: unset;
  height: inherit !important;
}
.o-carousel .slick-carousel .slick-arrow, .o-carousel .slick-carousel-big .slick-arrow, .o-carousel .slick-carousel-small .slick-arrow {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}
.o-carousel .slick-carousel .slick-disabled, .o-carousel .slick-carousel-big .slick-disabled, .o-carousel .slick-carousel-small .slick-disabled {
  opacity: 0;
}
.o-carousel .slick-carousel .slick-next, .o-carousel .slick-carousel-big .slick-next, .o-carousel .slick-carousel-small .slick-next {
  right: 1%;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  z-index: 2;
  background: #ffffff;
}
.o-carousel .slick-carousel .slick-next:before, .o-carousel .slick-carousel-big .slick-next:before, .o-carousel .slick-carousel-small .slick-next:before {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 28px;
  color: #1B1B1B;
}
.o-carousel .slick-carousel .slick-next:focus, .o-carousel .slick-carousel-big .slick-next:focus, .o-carousel .slick-carousel-small .slick-next:focus {
  border: solid 1px;
}
.o-carousel .slick-carousel .slick-prev, .o-carousel .slick-carousel-big .slick-prev, .o-carousel .slick-carousel-small .slick-prev {
  z-index: 2;
  left: 1%;
  background: #ffffff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
}
.o-carousel .slick-carousel .slick-prev:before, .o-carousel .slick-carousel-big .slick-prev:before, .o-carousel .slick-carousel-small .slick-prev:before {
  content: "\e5c4";
  font-family: "Material Icons";
  font-size: 28px;
  color: #1B1B1B;
}
.o-carousel .slick-carousel .slick-prev:focus, .o-carousel .slick-carousel-big .slick-prev:focus, .o-carousel .slick-carousel-small .slick-prev:focus {
  border: solid 1px;
}
.o-carousel .slick-carousel .m-card .inner-card, .o-carousel .slick-carousel-big .m-card .inner-card, .o-carousel .slick-carousel-small .m-card .inner-card {
  margin: 0 8px;
}
.o-carousel .slick-carousel .m-card .inner-card .textfield, .o-carousel .slick-carousel-big .m-card .inner-card .textfield, .o-carousel .slick-carousel-small .m-card .inner-card .textfield {
  padding: 8px 24px 24px;
}
.o-carousel .block-header {
  padding-right: 24px;
  padding-left: 24px;
  max-width: 1224px;
  margin: 0 auto;
}

.o-carousel .slick-carousel-big .m-card {
  margin-top: 0;
}
.o-carousel .slick-carousel-big .m-card .inner-card {
  margin: 0 8px;
}

@media (min-width: 480px) {
  .slick-carousel-big .slick-track {
    left: 0;
  }
}
@media (min-width: 768px) {
  .o-carousel {
    padding: 72px 0 72px;
  }
  .o-carousel .block-header {
    padding-right: 32px;
    padding-left: 32px;
  }
  .slick-carousel .slick-track {
    display: flex;
    align-items: stretch;
  }
  .slick-carousel .slick-track .m-card.news-card {
    min-height: 550px;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .slick-carousel-big .slick-track {
    left: 0;
  }
  .o-carousel {
    padding: 80px 0 80px;
  }
  .o-carousel .block-header {
    padding-left: 64px;
  }
}
@media (min-width: 1224px) {
  .o-carousel .block-header {
    padding: 0 24px;
  }
  .o-carousel .slick-carousel, .o-carousel .slick-carousel-big {
    max-width: 1224px;
  }
  .o-carousel .slick-carousel .slick-list, .o-carousel .slick-carousel-big .slick-list {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .o-carousel {
    overflow: hidden;
  }
}
.o-contact .contact-form {
  margin: 8px auto;
  margin-top: 8px;
  max-width: 768px;
}
.o-contact form button[type=submit] {
  line-height: 1.5;
  font-size: 1em;
  background: #003B6B;
  color: #ffffff;
  padding: 0 16px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  transition: all 0.2s ease;
  border: none;
  margin: 24px 0;
  cursor: pointer;
}
.o-contact form button[type=submit]:hover {
  text-decoration: none;
  background: #003B6B;
}
.o-contact.with-image {
  padding: 0 24px;
}

.form-field.ValidationFail input, .form-field.ValidationFail textarea {
  border-color: #EF4123;
}
.form-field.ValidationFail fieldset label:before {
  border-color: #EF4123;
}

.Form__Element__ValidationError {
  color: #EF4123;
  line-height: 28px;
  font-size: 15px;
}
.Form__Element__ValidationError:before {
  content: "\e002";
  font-family: "Material Icons";
  padding-right: 4px;
}

@media (min-width: 1024px) {
  .o-contact.with-image {
    padding: 0;
  }
}
.o-cards .m-card {
  margin: 16px 0;
}
.o-cards .m-card .inner-card {
  height: 100%;
  margin: 0;
}
.o-cards .m-card.with-icon .inner-card {
  margin: 0;
}
.o-cards .m-card.text-only {
  margin: 16px auto;
}
.o-cards:first-child {
  margin-top: 0;
}
.o-cards:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-cards .m-card .inner-card {
    height: 100%;
    margin: 12px;
  }
  .o-cards .m-card.with-icon .inner-card {
    margin: 8px;
  }
  .o-cards .m-card:first-child {
    margin: 16px 0;
  }
  .o-cards .m-card:last-child {
    margin: 16px 0;
  }
  .o-cards .col-1-12, .grid .col-1-12 {
    width: 8.3333333333%;
  }
  .o-cards .col-2-12, .grid .col-2-12 {
    width: 16.6666666667%;
  }
  .o-cards .col-3-12, .grid .col-3-12 {
    width: 25%;
  }
  .o-cards .col-4-12, .grid .col-4-12 {
    width: 33.3333333333%;
  }
  .o-cards .col-5-12, .grid .col-5-12 {
    width: 41.6666666667%;
  }
  .o-cards .col-6-12, .grid .col-6-12 {
    width: 100%;
  }
  .o-cards .col-7-12, .grid .col-7-12 {
    width: 100%;
  }
  .o-cards .col-8-12, .grid .col-8-12 {
    width: 100%;
  }
  .o-cards .col-9-12, .grid .col-9-12 {
    width: 100%;
  }
  .o-cards .col-10-12, .grid .col-10-12 {
    width: 100%;
  }
  .o-cards .col-11-12, .grid .col-11-12 {
    width: 100%;
  }
  .o-cards .col-1, .o-cards .col-12-12, .grid .col-1, .grid .col-12-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .o-cards.four-in-a-row .m-card {
    margin-top: 0;
  }
  .o-cards .col-1-12, .grid .col-1-12 {
    width: 8.3333333333%;
  }
  .o-cards .col-2-12, .grid .col-2-12 {
    width: 16.6666666667%;
  }
  .o-cards .col-3-12, .grid .col-3-12 {
    width: 25%;
  }
  .o-cards .col-4-12, .grid .col-4-12 {
    width: 33.3333333333%;
  }
  .o-cards .col-5-12, .grid .col-5-12 {
    width: 41.6666666667%;
  }
  .o-cards .col-6-12, .grid .col-6-12 {
    width: 50%;
  }
  .o-cards .col-7-12, .grid .col-7-12 {
    width: 58.3333333333%;
  }
  .o-cards .col-8-12, .grid .col-8-12 {
    width: 66.6666666667%;
  }
  .o-cards .col-9-12, .grid .col-9-12 {
    width: 75%;
  }
  .o-cards .col-10-12, .grid .col-10-12 {
    width: 83.3333333333%;
  }
  .o-cards .col-11-12, .grid .col-11-12 {
    width: 91.6666666667%;
  }
  .o-cards .col-1, .o-cards .col-12-12, .grid .col-1, .grid .col-12-12 {
    width: 100%;
  }
}
.o-callout.bg-orange {
  background: #FFA168;
}
@media (min-width: 768px) {
  .o-callout.bg-orange {
    padding: 64px 24px;
  }
}

.o-callout .inner-background {
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 380px;
}
@media (max-width: 768px) {
  .o-callout .inner-background {
    padding: 1rem 0.5rem;
  }
}
.o-callout .inner-background img {
  opacity: 0;
  height: 0;
}
.o-callout .inner-background .content {
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .o-callout .inner-background .content {
    text-align: left;
  }
}
.o-callout .inner-background .content > .headline > div > iframe {
  height: 496px;
}
.o-callout .inner-background .content h2, .o-callout .inner-background .content h3 {
  color: #003B6B;
  font-weight: 700;
  max-width: 768px;
}
.o-callout .inner-background .content .a-btn a, .o-callout .inner-background .content .a-btn input[type=submit] {
  text-align: center;
  margin: 32px auto;
}
.o-callout .inner-background .content .button-block.uppercase a, .o-callout .inner-background .content .button-block.uppercase input[type=submit] {
  text-transform: uppercase;
}
.o-callout .inner-background:after {
  content: "";
  background: #F5FAFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.o-callout.center h2, .o-callout.center h3 {
  margin: 24px auto;
}

.o-callout.white .inner-background {
  mix-blend-mode: normal;
}
.o-callout.white .inner-background:after {
  content: "";
  position: absolute;
  background: #003B6B;
  background-image: none;
  opacity: 0.85;
}
.o-callout.white .inner-background .headline h3 > p {
  color: #ffffff;
}

@media (min-width: 768px) {
  .o-callout .inner-background {
    display: flex;
    align-items: center;
  }
  .o-callout .inner-background .content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .o-callout .inner-background {
    padding: 0px;
  }
  .o-callout .inner-background .content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 0 auto;
    width: 1400px;
    max-width: 1400px;
  }
  .o-callout .inner-background .content .headline {
    width: 40%;
  }
  .o-callout .inner-background .content .headline > div {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .o-callout .inner-background .content .headline > div iframe {
    width: 100%;
    height: 496px;
  }
  .o-callout .inner-background .content .button-block {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
  }
  .o-callout .inner-background .content h3 {
    margin-bottom: 64px;
  }
  .o-callout.center .inner-background .content {
    display: block;
    text-align: center;
  }
  .o-callout.center .inner-background .content .headline {
    width: 100%;
  }
  .o-callout.center .inner-background .content .button-block {
    width: 100%;
    display: block;
  }
}
footer > div {
  padding: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  footer > div {
    padding: 1.5rem 0.5rem 6rem 0.5rem;
  }
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}

.inner-footer-wrapper {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .inner-footer-wrapper {
    gap: 2rem;
  }
  .inner-footer-wrapper > div:nth-of-type(1) {
    width: 100%;
    margin: 0rem 0rem 0rem 0rem;
  }
  .inner-footer-wrapper > div:nth-of-type(1) > p > img {
    width: 133px;
    margin: 0rem auto 0.5rem auto;
  }
  .inner-footer-wrapper > div:nth-of-type(2) p:first-of-type {
    margin-left: 0px;
  }
  .inner-footer-wrapper > div:nth-of-type(2) p {
    margin-left: 0.6rem;
  }
  .inner-footer-wrapper > div:nth-of-type(3) {
    width: 100%;
  }
  .inner-footer-wrapper > div:nth-of-type(3) > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 70px;
    justify-content: flex-end;
    align-content: space-between;
  }
  .inner-footer-wrapper > div:nth-of-type(3) > ul > li {
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .inner-footer-wrapper > div:nth-of-type(3) > .az-info {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0rem 0.5rem 0rem;
  }
  .inner-footer-wrapper > div:nth-of-type(3) > .az-info .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .inner-footer-wrapper > div:nth-of-type(3) > .az-info .col p {
    font-family: Poppins;
    margin: 0rem 0.2rem 0rem 0.2rem;
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 768px) {
  .inner-footer-wrapper > div:nth-of-type(1) > .az-info {
    display: none;
  }
}
@media (min-width: 768px) {
  .inner-footer-wrapper > div:nth-of-type(1) > .az-info > div {
    display: flex;
  }
  .inner-footer-wrapper > div:nth-of-type(1) > .az-info > div > p {
    font-size: 13px;
    line-height: 17px;
    font-family: Poppins;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .inner-footer-wrapper > div:nth-of-type(1) > .az-info > div > p {
    margin: 0rem 0.3rem 0rem 0rem !important;
  }
}
@media (min-width: 768px) {
  .inner-footer-wrapper > div:nth-of-type(3) > .az-info {
    display: none;
  }
}
.inner-footer-wrapper > div > p {
  font-family: Poppins;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 0px;
  word-break: break-all;
  padding-bottom: 0.5rem;
}
.inner-footer-wrapper > div > p > a, .inner-footer-wrapper > div > p > input[type=submit] {
  color: #FF88A3;
  text-decoration-color: #FF88A3;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.inner-footer-wrapper > div > p > a:hover, .inner-footer-wrapper > div > p > input[type=submit]:hover {
  text-decoration-color: #FF88A3;
}
.inner-footer-wrapper > div > p > a::before, .inner-footer-wrapper > div > p > input[type=submit]::before {
  content: none;
}
.inner-footer-wrapper > div > p > img {
  margin-bottom: 1rem;
}
.inner-footer-wrapper > div > ul, .inner-footer-wrapper > div > ol {
  margin: 0px;
}
.inner-footer-wrapper > div > ul > li > a, .inner-footer-wrapper > div > ul > li > input[type=submit], .inner-footer-wrapper > div > ol > li > a, .inner-footer-wrapper > div > ol > li > input[type=submit] {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  margin: 0px;
  color: #FF88A3;
}
@media (min-width: 768px) {
  .inner-footer-wrapper > div > ul > li > a, .inner-footer-wrapper > div > ul > li > input[type=submit], .inner-footer-wrapper > div > ol > li > a, .inner-footer-wrapper > div > ol > li > input[type=submit] {
    line-height: 22px;
  }
}
.inner-footer-wrapper > div > ul > li > a span:first-of-type, .inner-footer-wrapper > div > ul > li > input[type=submit] span:first-of-type, .inner-footer-wrapper > div > ol > li > a span:first-of-type, .inner-footer-wrapper > div > ol > li > input[type=submit] span:first-of-type {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.inner-footer-wrapper > div > ol > li > a, .inner-footer-wrapper > div > ol > li > input[type=submit] {
  font-size: inherit;
  display: inline;
  word-wrap: break-word;
}
.inner-footer-wrapper > .col-6-12 {
  width: 100%;
  margin-bottom: 24px;
}
.inner-footer-wrapper > .col-3-12 {
  width: 50%;
}
.inner-footer-wrapper ul + ul {
  padding-left: 16px;
}
.inner-footer-wrapper > div > ul > li ul {
  padding-left: 8px;
}

.inner-footer {
  background: #003B6B;
}
.inner-footer .footer-nav {
  display: flex;
  padding: 24px 0 40px;
}
.inner-footer .footer-nav a, .inner-footer .footer-nav input[type=submit] {
  color: #ffffff;
}
.inner-footer .footer-nav > ul {
  width: 50%;
  flex: 1 50%;
}
.inner-footer .footer-nav > ul > li > ul {
  margin-left: 0;
}
.inner-footer .inner-footer-wrapper > div:first-of-type {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.inner-footer .inner-footer-wrapper > div:first-of-type p, .inner-footer .inner-footer-wrapper > div:first-of-type img {
  font-size: 10px;
  line-height: 12px;
  margin: 0rem auto 0.5rem auto;
}
.inner-footer .inner-footer-wrapper > div:first-of-type > div > .az-info > .col > p {
  margin: 0rem 0.3rem 0rem 0rem;
}

.bottom-footer {
  background: #003B6B;
  position: relative;
  padding-bottom: 48px;
}
.bottom-footer .grid p, .bottom-footer .grid li, .bottom-footer .grid a, .bottom-footer .grid input[type=submit], .bottom-footer .grid span {
  color: #ffffff;
  margin: 8px 0;
  text-align: center;
}
.bottom-footer .grid > div {
  z-index: 1;
}
.bottom-footer .grid > div ul {
  margin-bottom: 48px;
}
.bottom-footer .grid > div ul li {
  list-style: none;
  margin: 16px 0;
}
.bottom-footer .grid > div ul li a, .bottom-footer .grid > div ul li input[type=submit] {
  font-size: 0.9em;
}
.bottom-footer .grid > div .logo {
  margin: 32px auto;
  position: relative;
}
.bottom-footer .grid > div .logo img {
  margin: 0 auto;
}
.bottom-footer .grid > div .az-info {
  position: relative;
}
.bottom-footer .grid > div .az-info p {
  font-size: 0.9em;
}
.bottom-footer .grid > div .az-info p:first-of-type {
  margin-right: 4px;
}
.bottom-footer .grid > div .az-info .col {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media (min-width: 768px) {
  .inner-footer-wrapper,
  .bottom-footer-wrapper {
    max-width: none;
    margin: 0 auto;
    position: relative;
  }
  .inner-footer-wrapper > .col-6-12 {
    width: 33%;
    margin-bottom: 24px;
  }
  .inner-footer-wrapper > .col-3-12 {
    width: 33.3333333333%;
  }
  .inner-footer-wrapper > div > ul {
    padding-left: 0px;
  }
  .inner-footer-wrapper > div > ul > li ul {
    padding-left: 24px;
  }
  .inner-footer .inner-footer-wrapper > div:first-of-type {
    border-bottom: none;
    position: relative;
  }
  .inner-footer .inner-footer-wrapper > div:first-of-type:after {
    content: "";
    background: #003B6B;
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 48px;
    width: 1px;
  }
  .inner-footer .inner-footer-wrapper > div:first-of-type p {
    text-align: left;
  }
  .inner-footer .inner-footer-wrapper > div:first-of-type .az-info p {
    margin: 0.2rem 0.3rem 0rem 0rem;
  }
  .inner-footer .inner-footer-wrapper > div:first-of-type img {
    margin: 0;
  }
  .inner-footer .inner-footer-wrapper > div {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  footer > div {
    padding: 12px 0px 12px 0px;
  }
  .inner-footer .footer-nav {
    padding-left: 24px;
  }
  .inner-footer .footer-nav > ul > li > ul {
    padding-left: 24px;
  }
  .inner-footer-wrapper > .col-6-12 {
    width: 50%;
    margin-bottom: 0;
  }
  .inner-footer-wrapper > .col-3-12 {
    width: 25%;
  }
  .bottom-footer {
    padding: 16px 80px 48px;
  }
  .bottom-footer .grid {
    align-items: baseline;
  }
  .bottom-footer .grid > div {
    z-index: 2;
  }
  .bottom-footer .grid > div a, .bottom-footer .grid > div input[type=submit], .bottom-footer .grid > div p, .bottom-footer .grid > div span, .bottom-footer .grid > div li {
    margin: 8px 0;
    line-height: 2;
  }
  .bottom-footer .grid > div ul {
    display: flex;
    justify-content: left;
    margin: 0;
  }
  .bottom-footer .grid > div ul li {
    margin: 0;
  }
  .bottom-footer .grid > div ul li + li {
    margin-left: 32px;
  }
  .bottom-footer .grid > div ul li + li a > span, .bottom-footer .grid > div ul li + li input[type=submit] > span {
    position: relative;
  }
  .bottom-footer .grid > div ul li + li a > span:before, .bottom-footer .grid > div ul li + li input[type=submit] > span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    width: 1px;
    background: #003B6B;
  }
  .bottom-footer .grid > div .az-info {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .bottom-footer .grid > div .az-info .col {
    margin-right: 32px;
    position: relative;
  }
  .bottom-footer .grid > div .az-info .col:after {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 8px;
    max-height: 1em;
    right: -16px;
    width: 1px;
    background: #003B6B;
  }
  .bottom-footer .grid > div .az-info .col:last-of-type:after {
    content: none;
  }
  .bottom-footer .grid > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
  }
  .bottom-footer .grid > div:last-of-type .logo {
    margin: 32px 0 16px;
  }
}
@media (min-width: 1400px) {
  .bottom-footer::before {
    top: -80px;
  }
}
.o-hero.background-image .inner-background .inner-content {
  position: relative;
}
.o-hero.background-image .inner-background .inner-content button {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.o-hero.background-image .inner-background .inner-content button svg {
  width: 44px;
  height: 44px;
}
.o-hero.background-image .inner-background .inner-content .hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 450px;
}
.o-hero.background-image .inner-background .inner-content .hero-image video {
  height: 100%;
  width: auto;
  max-height: 450px;
}
.o-hero.background-image .inner-background .inner-content .hero-content {
  text-align: center;
  margin-top: 64px;
}
.o-hero.background-image .inner-background .inner-content .hero-content .a-btn a, .o-hero.background-image .inner-background .inner-content .hero-content .a-btn input[type=submit] {
  margin: 16px auto;
}

@media (max-width: 1024px) {
  .o-hero.background-image .inner-background .inner-content .hero-image > div {
    min-height: 400px;
    position: relative;
    padding-bottom: 42.25%;
    width: 100%;
  }
  .o-hero.background-image .inner-background .inner-content .hero-image > div iframe {
    border: 0;
    position: absolute;
    transform: translate(0, -50%);
    top: 47% !important;
    bottom: 0;
    left: -50%;
    right: 0;
    width: 200% !important;
    height: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .o-hero.background-image .inner-background .inner-content button {
    top: 24px;
    right: 24px;
  }
  .o-hero.background-image .inner-background .inner-content .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .o-hero.background-image .inner-background .inner-content .hero-image video {
    height: auto;
    width: 100%;
    max-height: unset;
  }
  .o-hero.background-image .inner-background .inner-content .hero-image > div {
    min-height: 500px;
  }
  .o-hero.background-image .inner-background .inner-content .hero-content {
    text-align: left;
    margin-top: 0;
  }
  .o-hero.background-image .inner-background .inner-content .hero-content .a-btn a, .o-hero.background-image .inner-background .inner-content .hero-content .a-btn input[type=submit] {
    margin: 24px 0;
  }
}
@media (min-width: 1024px) {
  .o-hero.background-image .inner-background .inner-content .hero-image > div {
    width: 100%;
    position: relative;
    min-height: unset;
    padding-bottom: 56.25%;
  }
  .o-hero.background-image .inner-background .inner-content .hero-image > div iframe {
    left: 0;
    right: 0;
  }
}
.o-hero.image-right {
  height: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .o-hero.image-right {
    height: 90vh;
  }
}
.o-hero.image-right.bg-dark-blue {
  background: #003B6B;
}
.o-hero.image-right.bg-blue {
  background: #F5FAFF;
}
.o-hero.image-right.bg-white {
  background: #ffffff;
}
.o-hero.image-right.bg-orange {
  background: #FFA168;
}
.o-hero.image-right.bg-black {
  background: #1B1B1B;
}
.o-hero.image-right .inner-background {
  position: relative;
  height: 100%;
}
.o-hero.image-right .inner-background .inner-content .hero-image {
  display: none;
  background-image: none !important;
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-image {
    display: block;
    width: 100%;
  }
  .o-hero.image-right .inner-background .inner-content .hero-image img {
    width: 100%;
    border-radius: 0;
  }
  .o-hero.image-right .inner-background .inner-content .hero-image::after {
    content: none;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content {
  z-index: 1;
  padding: 2rem 0rem 1rem 0.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content {
    padding: 64px 24px;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner {
  width: 100%;
  overflow: visible;
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner {
    width: 39rem;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner h1 {
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner h1 {
    font-size: 52px;
    line-height: 45px;
    margin: 0 0 2rem 0;
  }
  .o-hero.image-right .inner-background .inner-content .hero-content .inner h1 > span:first-of-type {
    word-wrap: break-word;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner > p:nth-of-type(1) {
  font-size: 27px;
  font-family: Poppins;
}
@media (max-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner > p:nth-of-type(1) {
    width: 80%;
    font-size: 18px;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner > p:nth-of-type(2) {
  font-size: 27px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner > p:nth-of-type(2) {
    font-size: 19px;
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner p:nth-of-type(3) {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div {
    width: 1400px;
    margin: 0 auto;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(1) {
  font-size: 16px;
}
@media (max-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(1) {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(1) {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) {
    text-align: center;
    margin: 0.5rem 0px;
    display: flex;
    justify-content: center;
  }
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) > a:first-of-type, .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) > input[type=submit]:first-of-type {
    margin: 0px 0.5rem 0.5px 0px;
  }
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) > a:last-of-type, .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) > input[type=submit]:last-of-type {
    margin: 0px 0px 0.5px 0.5rem;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) > a:after, .o-hero.image-right .inner-background .inner-content .hero-content .inner div#sticky-buttons > div > p:nth-of-type(2) > input[type=submit]:after {
  content: none;
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner div.active-scroll {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  background: #003B6B;
  z-index: 10;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner div.active-scroll {
    padding: 2rem;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner h2 {
  margin: 0px;
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner p {
  font-size: 14px;
  font-family: Poppins-semibold;
  color: #ffffff;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner p {
    font-size: 19px;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner p img {
  display: block;
  margin-right: 0px;
  margin: 1.5rem 0px 1rem 0px;
}
@media (min-width: 768px) {
  .o-hero.image-right .inner-background .inner-content .hero-content .inner p img {
    display: none;
  }
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner a, .o-hero.image-right .inner-background .inner-content .hero-content .inner input[type=submit] {
  color: #EF426E;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 0.8rem 1.5rem;
  margin-right: 1rem;
  font-size: 14px;
  text-decoration: none;
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner a:before, .o-hero.image-right .inner-background .inner-content .hero-content .inner input[type=submit]:before {
  content: none;
}
.o-hero.image-right .inner-background .inner-content .hero-content .inner a:before:hover, .o-hero.image-right .inner-background .inner-content .hero-content .inner input[type=submit]:before:hover {
  content: none;
}

@media (min-width: 768px) {
  .o-hero.image-right .inner-background .hero-content {
    padding: 16px 40px 32px;
  }
  .o-hero.image-right .inner-background .hero-content .inner {
    padding: 0;
  }
  .o-hero.background-image .inner-background .hero-image {
    min-height: 500px;
  }
  .o-hero.background-image .inner-background .hero-content .inner {
    margin-bottom: 24px;
    padding: 32px 24px 64px;
  }
}
@media (min-width: 768px) {
  .o-hero.background-image .inner-background .hero-image {
    min-height: 600px;
  }
  .o-hero.background-image .inner-background .hero-content {
    padding: 0;
    max-width: 1224px;
    margin: 0px auto;
    padding: 32px 24px 64px;
  }
  .o-hero.image-right {
    margin-bottom: 0px;
  }
  .o-hero.image-right .inner-background .inner-content {
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 100%;
    margin: 0px 0px 0px auto;
  }
  .o-hero.image-right .inner-background .inner-content .hero-image {
    width: 50%;
    flex: 1 50%;
    position: absolute;
    right: 0%;
  }
  .o-hero.image-right .inner-background .inner-content .hero-image img {
    opacity: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90vh;
    border-radius: 0px;
  }
  .o-hero.image-right .inner-background .inner-content .hero-content {
    max-width: 1400px;
    margin: 0px auto;
    flex: 1 50%;
  }
}
@media (min-width: 1400px) {
  .o-hero.image-right .inner-background .inner-content .hero-content {
    padding: 0 32px 0 0;
  }
  .o-hero.image-right .inner-background .inner-content .hero-content .inner {
    padding: 16px 8rem 0rem 0rem;
  }
  .o-hero.image-right .inner-background .inner-content .hero-image img {
    top: 0px;
  }
  .o-hero.background-image .inner-background .hero-image {
    min-height: 650px;
  }
  .o-hero.background-image .inner-background .hero-content {
    padding-left: 0;
  }
  .o-hero.background-image .inner-background .hero-content .inner {
    margin-bottom: 80px;
    padding: 32px 0 64px;
  }
}
@media (min-width: 1600px) {
  .o-hero.image-right .inner-background .inner-content .hero-image img {
    top: 0px;
  }
  .o-hero.image-right .inner-background .inner-content .hero-content {
    padding: 16px 32px 24px 0;
  }
  .o-hero.background-image .inner-background .hero-image {
    min-height: 700px;
  }
}
@media (min-width: 1800px) {
  .o-hero.background-image .inner-background .hero-image {
    min-height: 750px;
  }
}
.o-header .top-nav .a-btn {
  display: none;
}
.o-header .main-nav {
  display: none;
}
.o-header .main-nav ul {
  padding: 0;
}
.o-header .main-nav ul li.menu-item {
  border-top: solid 1px #1B1B1B;
}
.o-header .main-nav ul li.menu-item a, .o-header .main-nav ul li.menu-item input[type=submit] {
  line-height: 64px;
  margin: 0;
  padding: 0 24px;
}
.o-header .main-nav ul li.menu-item ul.dropdown {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: none;
  transition: max-height 0.2s ease;
}
.o-header .main-nav ul li.menu-item ul.dropdown li.menu-item {
  border-top: none;
}
.o-header .main-nav ul li.menu-item ul.dropdown li.menu-item a, .o-header .main-nav ul li.menu-item ul.dropdown li.menu-item input[type=submit] {
  padding-left: 40px;
  color: #1B1B1B;
}
.o-header .main-nav ul li.menu-item ul.dropdown li.menu-item:last-of-type {
  border-bottom: none;
}
.o-header .main-nav ul li.menu-item ul.dropdown li.menu-item:first-of-type {
  border-top: solid 1px #1B1B1B;
}
.o-header .main-nav ul li.menu-item:last-of-type {
  border-bottom: solid 1px #1B1B1B;
}
.o-header .main-nav .a-btn {
  padding: 24px;
}

.o-header .main-nav.open-mobile-menu {
  display: block;
  overflow-y: auto;
}

li.menu-item.has-children > a, li.menu-item.has-children > input[type=submit] {
  position: relative;
}
li.menu-item.has-children > a:after, li.menu-item.has-children > input[type=submit]:after {
  content: "\e409";
  font-family: "Material Icons";
  position: absolute;
  right: 24px;
  font-size: 24px;
}

.mobile-navigation {
  display: flex;
  justify-content: flex-end;
  padding: 0 8px;
}
.mobile-navigation .go-back, .mobile-navigation .close {
  width: 44px;
  height: 44px;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation .go-back span:after, .mobile-navigation .close span:after {
  font-family: "Material Icons";
  display: block;
  font-size: 20px;
  color: #1B1B1B;
}
.mobile-navigation .go-back {
  display: none;
}
.mobile-navigation .go-back span:after {
  content: "\e5cb";
  font-size: 24px;
}
.mobile-navigation .close span:after {
  content: "\e14c";
}
.mobile-navigation.show {
  justify-content: space-between;
}
.mobile-navigation.show .go-back {
  display: flex;
}

.o-header .main-nav .nav-content {
  display: none;
}
.o-header .main-nav ul.main-dropdown {
  position: relative;
  margin-top: 0;
}
.o-header .main-nav ul.main-dropdown li.menu-item.open-dropdown > ul.dropdown {
  opacity: 1;
  max-height: 1000px;
  overflow: auto;
  display: block;
}
.o-header .main-nav ul.main-dropdown li.menu-item.open-dropdown > ul.dropdown .inner-dropdown > li.menu-item > ul.dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 400px;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
  transition: margin-left 0.2s ease;
}
.o-header .main-nav ul.main-dropdown li.menu-item.open-dropdown > ul.dropdown .inner-dropdown > li.menu-item.open-dropdown ul.dropdown {
  opacity: 1;
  max-height: 1000px;
  overflow: auto;
  margin-left: 0;
  display: block;
}

@media (max-width: 1024px) {
  .o-header .main-nav ul li.menu-item ul.dropdown li.menu-item a, .o-header .main-nav ul li.menu-item ul.dropdown li.menu-item input[type=submit] {
    padding-left: 40px;
  }
  .o-header .main-nav ul li.menu-item ul.dropdown li.menu-item.first-menu-item-for-mobile-menu a, .o-header .main-nav ul li.menu-item ul.dropdown li.menu-item.first-menu-item-for-mobile-menu input[type=submit] {
    padding-left: 24px;
  }
  body.overlay {
    overflow: hidden;
  }
  header {
    position: relative;
  }
  header .main-nav.open-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
  }
  .top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .top-nav > .search .search-btn {
    padding-right: 16px;
  }
  .top-nav > .search .search-btn a, .top-nav > .search .search-btn input[type=submit], .top-nav > .search .search-btn button {
    width: 44px;
    height: 44px;
    text-align: center;
  }
  .top-nav > .search .search-btn a span, .top-nav > .search .search-btn input[type=submit] span, .top-nav > .search .search-btn button span {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
  }
  .top-nav > .search .search-btn a span:before, .top-nav > .search .search-btn input[type=submit] span:before, .top-nav > .search .search-btn button span:before {
    content: "\e8b6";
    font-family: "Material Icons";
    display: block;
    font-size: 32px;
    color: #1B1B1B;
    margin-bottom: 4px;
  }
  .top-nav > .search form {
    display: none;
  }
  .top-nav > .search.search-open form {
    display: block;
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: solid 1px #1B1B1B;
    padding: 0 16px;
    z-index: 10;
  }
  .top-nav > .search.search-open form input {
    width: 100%;
    margin: 0 auto;
  }
  .top-nav > .search.search-open form button {
    top: 16px;
  }
  .top-nav > .search.search-open .search-btn a > span, .top-nav > .search.search-open .search-btn input[type=submit] > span, .top-nav > .search.search-open .search-btn button > span {
    content: "Stäng";
  }
  .top-nav > .search.search-open .search-btn a > span::before, .top-nav > .search.search-open .search-btn input[type=submit] > span::before, .top-nav > .search.search-open .search-btn button > span::before {
    content: "\e5cd";
  }
  .top-nav.center-content-on-mobile-without-hamburger {
    justify-content: center;
  }
  .top-nav .hamburger-menu a, .top-nav .hamburger-menu input[type=submit], .top-nav .hamburger-menu button {
    width: 44px;
    height: 44px;
    padding-left: 16px;
  }
  .top-nav .hamburger-menu a span, .top-nav .hamburger-menu input[type=submit] span, .top-nav .hamburger-menu button span {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
  }
  .top-nav .hamburger-menu a span:before, .top-nav .hamburger-menu input[type=submit] span:before, .top-nav .hamburger-menu button span:before {
    content: "\e5d2";
    font-family: "Material Icons";
    display: block;
    font-size: 32px;
    color: #1B1B1B;
    margin-bottom: 4px;
  }
  ul.main-dropdown > li.menu-item.active > a, ul.main-dropdown > li.menu-item.active > input[type=submit] {
    background: #f0f0e9;
  }
  ul.main-dropdown > li.menu-item.active > a span, ul.main-dropdown > li.menu-item.active > input[type=submit] span {
    border-bottom: none;
  }
  ul.main-dropdown ul.dropdown .inner-dropdown li.menu-item.active > a, ul.main-dropdown ul.dropdown .inner-dropdown li.menu-item.active > input[type=submit] {
    background: #f0f0e9;
  }
  ul.main-dropdown > li.menu-item a span, ul.main-dropdown > li.menu-item input[type=submit] span {
    border-bottom: none;
  }
  ul.main-dropdown > li.menu-item:hover a span, ul.main-dropdown > li.menu-item:hover input[type=submit] span {
    border-bottom: none;
  }
  ul.main-dropdown > li.menu-item.has-children > a:after, ul.main-dropdown > li.menu-item.has-children > input[type=submit]:after {
    content: "\e5cf";
    transition: transform 0.2s ease;
  }
  ul.main-dropdown > li.menu-item.has-children.open-dropdown > a:after, ul.main-dropdown > li.menu-item.has-children.open-dropdown > input[type=submit]:after {
    transform: rotate(180deg);
  }
  .below-main-logo-in-mobile {
    width: 80px;
    padding: 0 8px 8px;
    display: block;
  }
  .below-main-logo-in-mobile a, .below-main-logo-in-mobile input[type=submit] {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .o-header .top-nav {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  nav.submenu ul {
    padding-left: 0;
    border-top: solid 1px;
    border-bottom: solid 3px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav.submenu ul li.menu-item {
    opacity: 0;
    max-height: 0;
    padding-left: 24px;
    transition: max-height 0.2s ease-in-out;
  }
  nav.submenu ul li.menu-item a, nav.submenu ul li.menu-item input[type=submit] {
    line-height: 0;
    margin: 0;
  }
  nav.submenu ul li.menu-item.active {
    max-height: 100px;
    opacity: 1;
    position: relative;
  }
  nav.submenu ul li.menu-item.active:after {
    content: "\e5cf";
    font-family: "Material Icons";
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 22px;
    transition: transform 0.2s ease;
  }
  nav.submenu ul li.menu-item.active > a, nav.submenu ul li.menu-item.active > input[type=submit] {
    line-height: 48px;
  }
  nav.submenu ul.submenu-open {
    border-bottom: solid 1px;
  }
  nav.submenu ul.submenu-open li.menu-item {
    opacity: 1;
    max-height: 1000px;
  }
  nav.submenu ul.submenu-open li.menu-item a, nav.submenu ul.submenu-open li.menu-item input[type=submit] {
    line-height: 48px;
  }
  nav.submenu ul.submenu-open li.menu-item.active:after {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  nav.submenu ul li.menu-item {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  nav.submenu {
    display: block;
    border-top: solid 1px;
    border-bottom: solid 3px;
    margin: 0 auto;
    transition: position 0.2s ease;
  }
  nav.submenu ul {
    display: flex;
    max-width: 1224px;
    margin: 0 auto;
    padding-left: 48px;
  }
  nav.submenu ul li + li {
    margin-left: 24px;
  }
  nav.submenu ul li.menu-item {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  nav.submenu ul {
    padding-left: 0;
  }
}
.search-page-model section.bg-wave .inner-section {
  padding-bottom: 0;
}
.search-page-model .bg-wave + .bg-warm-grey {
  margin-top: -24px;
}

.o-search-result > p.small {
  position: relative;
}
.o-search-result .m-card .inner-card .textfield {
  padding: 16px 24px;
}
.o-search-result .m-card .inner-card .textfield h3, .o-search-result .m-card .inner-card .textfield .h3, .o-search-result .m-card .inner-card .textfield h3 > a,
.o-search-result .m-card .inner-card .textfield .h3 > a, .o-search-result .m-card .inner-card .textfield h3 > input[type=submit],
.o-search-result .m-card .inner-card .textfield .h3 > input[type=submit] {
  margin-bottom: 8px;
}
.o-search-result .m-card .inner-card .textfield p.small {
  margin-top: 0;
}
.o-search-result .results {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.o-search-result .results .select {
  display: flex;
  align-items: baseline;
}
.o-search-result .results .select > p {
  font-size: 0.9em;
  margin-right: 8px;
}
.o-search-result .results .select .form-field.select {
  margin: 0;
}
.o-search-result .results .select .form-field.select select {
  min-width: 120px;
  min-height: 44px;
  padding: 8px;
}
.o-search-result .results .select .form-field.select:after {
  top: 16px;
}

.o-search form .form-field button[type=submit] {
  line-height: 1.5;
  font-size: 1em;
  background: #003B6B;
  color: #ffffff;
  padding: 0 16px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  transition: all 0.2s ease;
  top: 5px;
  padding: 0 20px;
  line-height: 44px;
  cursor: pointer;
}
.o-search form .form-field button[type=submit]:hover {
  text-decoration: none;
  background: #003B6B;
}
.o-search form .form-field button[type=submit] span {
  display: block;
  font-size: 1em;
}
.o-search form .form-field:before {
  content: "\e8b6";
  font-family: "Material Icons";
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 24px;
}
.o-search form .form-field label {
  opacity: 0;
  left: 48px;
  padding-left: 0;
  line-height: 1.5;
}
.o-search form .form-field input {
  padding-left: 48px;
}
.o-search form .form-field.activeField label, .o-search form .form-field.filled label {
  opacity: 0;
}
.o-search form .form-field.activeField input, .o-search form .form-field.filled input {
  padding-left: 48px;
}

@media (min-width: 1024px) {
  .search-page-model section.bg-wave svg {
    top: -100px;
  }
  .o-search-result .results .form-field.select select {
    min-width: 150px;
  }
}
.article-page-model .inner-section {
  padding: 32px 24px;
}
.article-page-model .content img {
  border-radius: 8px;
  width: 100%;
}
.article-page-model .content video {
  width: 100%;
  height: 350px;
  border-radius: 8px;
}
.article-page-model .content p:first-of-type {
  margin-top: 0;
}
.article-page-model .content p:last-of-type {
  margin-bottom: 0;
}

.references {
  padding: 16px;
}
.references p {
  word-break: break-word;
}

.inner-section .ingress, .inner-section h1.subheading, .inner-section .h1.subheading,
.inner-section h2.subheading, .inner-section .h2.subheading, .inner-section h2 > a.subheading,
.inner-section .h2 > a.subheading,
.inner-section h3.subheading, .inner-section .h3.subheading, .inner-section h3 > a.subheading,
.inner-section .h3 > a.subheading,
.inner-section h4.subheading, .inner-section .h4.subheading, .inner-section h4 > a.subheading,
.inner-section .h4 > a.subheading,
.inner-section h5.subheading, .inner-section .h5.subheading,
.inner-section h6.subheading, .inner-section .h6.subheading,
.inner-section blockquote.subheading, .inner-section h1.subheading > p, .inner-section .h1.subheading > p,
.inner-section h2.subheading > p, .inner-section .h2.subheading > p, .inner-section h2 > a.subheading > p,
.inner-section .h2 > a.subheading > p,
.inner-section h3.subheading > p, .inner-section .h3.subheading > p, .inner-section h3 > a.subheading > p,
.inner-section .h3 > a.subheading > p,
.inner-section h4.subheading > p, .inner-section .h4.subheading > p, .inner-section h4 > a.subheading > p,
.inner-section .h4 > a.subheading > p,
.inner-section h5.subheading > p, .inner-section .h5.subheading > p,
.inner-section h6.subheading > p, .inner-section .h6.subheading > p,
.inner-section blockquote.subheading > p, .inner-section h2 > input.subheading[type=submit],
.inner-section .h2 > input.subheading[type=submit], .inner-section h3 > input.subheading[type=submit],
.inner-section .h3 > input.subheading[type=submit], .inner-section h4 > input.subheading[type=submit],
.inner-section .h4 > input.subheading[type=submit], .inner-section h2 > input.subheading[type=submit] > p,
.inner-section .h2 > input.subheading[type=submit] > p, .inner-section h3 > input.subheading[type=submit] > p,
.inner-section .h3 > input.subheading[type=submit] > p, .inner-section h4 > input.subheading[type=submit] > p,
.inner-section .h4 > input.subheading[type=submit] > p, .inner-section .o-callout.white .inner-background .headline h3 > p.subheading, .o-callout.white .inner-background .headline .inner-section h3 > p.subheading,
.inner-section .o-callout.white .inner-background .headline h3 > p > a.subheading,
.o-callout.white .inner-background .headline .inner-section h3 > p > a.subheading, .inner-section .o-callout.white .inner-background .headline h3 > p.subheading > p, .o-callout.white .inner-background .headline .inner-section h3 > p.subheading > p,
.inner-section .o-callout.white .inner-background .headline h3 > p > a.subheading > p,
.o-callout.white .inner-background .headline .inner-section h3 > p > a.subheading > p,
.inner-section .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit],
.o-callout.white .inner-background .headline .inner-section h3 > p > input.subheading[type=submit],
.inner-section .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p,
.o-callout.white .inner-background .headline .inner-section h3 > p > input.subheading[type=submit] > p {
  max-width: 768px;
  margin: 32px auto;
}
.inner-section .content h1, .inner-section .content h2, .inner-section .content h3, .inner-section .content h4, .inner-section .content h5, .inner-section .content h6 {
  margin-bottom: 12px;
}
.inner-section .content h2 + p,
.inner-section .content h3 + p,
.inner-section .content h4 + p,
.inner-section .content h5 + p,
.inner-section .content h6 + p {
  margin-top: 8px;
}

.inner-section.top-article-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.top-article {
  padding-bottom: 32px;
  border-bottom: solid 1px;
}
.top-article h1 {
  margin-bottom: 24px;
  margin-top: 24px;
}
.top-article .tags + h1 {
  margin-top: 12px;
}
.top-article .ingress, .top-article h1.subheading, .top-article .h1.subheading,
.top-article h2.subheading, .top-article .h2.subheading, .top-article h2 > a.subheading,
.top-article .h2 > a.subheading,
.top-article h3.subheading, .top-article .h3.subheading, .top-article h3 > a.subheading,
.top-article .h3 > a.subheading,
.top-article h4.subheading, .top-article .h4.subheading, .top-article h4 > a.subheading,
.top-article .h4 > a.subheading,
.top-article h5.subheading, .top-article .h5.subheading,
.top-article h6.subheading, .top-article .h6.subheading,
.top-article blockquote.subheading, .top-article h1.subheading > p, .top-article .h1.subheading > p,
.top-article h2.subheading > p, .top-article .h2.subheading > p, .top-article h2 > a.subheading > p,
.top-article .h2 > a.subheading > p,
.top-article h3.subheading > p, .top-article .h3.subheading > p, .top-article h3 > a.subheading > p,
.top-article .h3 > a.subheading > p,
.top-article h4.subheading > p, .top-article .h4.subheading > p, .top-article h4 > a.subheading > p,
.top-article .h4 > a.subheading > p,
.top-article h5.subheading > p, .top-article .h5.subheading > p,
.top-article h6.subheading > p, .top-article .h6.subheading > p,
.top-article blockquote.subheading > p, .top-article h2 > input.subheading[type=submit],
.top-article .h2 > input.subheading[type=submit], .top-article h3 > input.subheading[type=submit],
.top-article .h3 > input.subheading[type=submit], .top-article h4 > input.subheading[type=submit],
.top-article .h4 > input.subheading[type=submit], .top-article h2 > input.subheading[type=submit] > p,
.top-article .h2 > input.subheading[type=submit] > p, .top-article h3 > input.subheading[type=submit] > p,
.top-article .h3 > input.subheading[type=submit] > p, .top-article h4 > input.subheading[type=submit] > p,
.top-article .h4 > input.subheading[type=submit] > p, .top-article .o-callout.white .inner-background .headline h3 > p.subheading, .o-callout.white .inner-background .headline .top-article h3 > p.subheading,
.top-article .o-callout.white .inner-background .headline h3 > p > a.subheading,
.o-callout.white .inner-background .headline .top-article h3 > p > a.subheading, .top-article .o-callout.white .inner-background .headline h3 > p.subheading > p, .o-callout.white .inner-background .headline .top-article h3 > p.subheading > p,
.top-article .o-callout.white .inner-background .headline h3 > p > a.subheading > p,
.o-callout.white .inner-background .headline .top-article h3 > p > a.subheading > p,
.top-article .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit],
.o-callout.white .inner-background .headline .top-article h3 > p > input.subheading[type=submit],
.top-article .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p,
.o-callout.white .inner-background .headline .top-article h3 > p > input.subheading[type=submit] > p {
  margin-top: 16px;
}
.top-article .tagname {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  margin: 8px 8px 8px 0;
  display: inline-block;
}

@media (min-width: 1024px) {
  .article-page-model .inner-section {
    padding: 32px 24px 96px;
  }
  .references {
    padding: 48px;
  }
  .references p {
    word-break: break-word;
  }
  .inner-section.top-article-wrapper {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .top-article {
    padding-bottom: 48px;
  }
  .top-article .tagname {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
  }
  .inner-section .article.content video {
    height: 450px;
  }
}
.bg-wave {
  position: relative;
}
.bg-wave svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
}
.bg-wave h1 {
  position: relative;
}
.bg-wave p {
  position: relative;
}
.bg-wave p.ingress, .bg-wave p.h1.subheading, .bg-wave p.h2.subheading, .bg-wave p.h3.subheading, .bg-wave p.h4.subheading, .bg-wave p.h5.subheading, .bg-wave p.h6.subheading, .bg-wave h1.subheading > p, .bg-wave .h1.subheading > p,
.bg-wave h2.subheading > p, .bg-wave .h2.subheading > p, .bg-wave h2 > a.subheading > p,
.bg-wave .h2 > a.subheading > p,
.bg-wave h3.subheading > p, .bg-wave .h3.subheading > p, .bg-wave h3 > a.subheading > p,
.bg-wave .h3 > a.subheading > p,
.bg-wave h4.subheading > p, .bg-wave .h4.subheading > p, .bg-wave h4 > a.subheading > p,
.bg-wave .h4 > a.subheading > p,
.bg-wave h5.subheading > p, .bg-wave .h5.subheading > p,
.bg-wave h6.subheading > p, .bg-wave .h6.subheading > p,
.bg-wave blockquote.subheading > p, .bg-wave h2 > input.subheading[type=submit] > p,
.bg-wave .h2 > input.subheading[type=submit] > p, .bg-wave h3 > input.subheading[type=submit] > p,
.bg-wave .h3 > input.subheading[type=submit] > p, .bg-wave h4 > input.subheading[type=submit] > p,
.bg-wave .h4 > input.subheading[type=submit] > p, .bg-wave .o-callout.white .inner-background .headline h3 > p.subheading, .o-callout.white .inner-background .headline .bg-wave h3 > p.subheading, .bg-wave .o-callout.white .inner-background .headline h3 > p.subheading > p, .o-callout.white .inner-background .headline .bg-wave h3 > p.subheading > p,
.bg-wave .o-callout.white .inner-background .headline h3 > p > a.subheading > p,
.o-callout.white .inner-background .headline .bg-wave h3 > p > a.subheading > p,
.bg-wave .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p,
.o-callout.white .inner-background .headline .bg-wave h3 > p > input.subheading[type=submit] > p {
  margin: 32px 0;
}

.news-archive-page-model section.bg-wave .inner-section,
.category-list-page-model section.bg-wave .inner-section {
  padding-bottom: 32px;
  padding-top: 16px;
}
.news-archive-page-model section.bg-wave + section .inner-section,
.category-list-page-model section.bg-wave + section .inner-section {
  padding-top: 0;
}
.news-archive-page-model .bg-wave + .bg-warm-grey,
.category-list-page-model .bg-wave + .bg-warm-grey {
  margin-top: -24px;
}

.category-list-page-model section.bg-wave .inner-section {
  padding-bottom: 24px;
}
.category-list-page-model section.bg-wave .inner-section h1 {
  margin-bottom: 0;
}

.category-landing-page-model .o-hero.image-right {
  margin-bottom: 24px;
}
.category-landing-page-model main > div > div + div .inner-section {
  padding-top: 24px;
}

.start-page-model main > div > div + div .inner-section {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .category-landing-page-model .o-hero.image-right {
    margin-bottom: 40px;
  }
  .category-landing-page-model main > div > div + div .inner-section {
    padding-top: 24px;
  }
  .start-page-model main > div > div + div .inner-section {
    padding-top: 24px;
  }
}
@media (min-width: 1024px) {
  .news-archive-page-model section.bg-wave .inner-section,
  .category-list-page-model section.bg-wave .inner-section {
    padding-top: 48px;
  }
  .category-landing-page-model .o-hero.image-right {
    margin-bottom: 100px;
  }
  .category-landing-page-model main > div > div + div .inner-section {
    padding-top: 24px;
  }
  .start-page-model main > div > div + div .inner-section {
    padding-top: 24px;
  }
}
body {
  position: relative;
}

section.quiz {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.quiz.open-quiz {
  display: block;
  z-index: 1000;
}
section.quiz .slick-dotted.slick-slider {
  margin-bottom: 0;
}
section.quiz .form-field.select {
  max-width: 320px;
}
section.quiz .form-field.select:after {
  pointer-events: none;
}

.o-quiz .m-quiz-slide {
  padding-top: 80px;
  overflow-y: auto;
}
.o-quiz .m-quiz-slide .progressbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.o-quiz .m-quiz-slide .progressbar p {
  align-self: center;
  margin-bottom: 0;
}
.o-quiz .m-quiz-slide .progressbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
}
.o-quiz .m-quiz-slide .progressbar ul li {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  list-style: none;
  margin: 0 4px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: solid 1px #f0f0e9;
  color: #1B1B1B;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-quiz .m-quiz-slide .progressbar ul li.active {
  color: #ffffff;
  background: #003B6B;
}
.o-quiz .m-quiz-slide .question {
  padding-bottom: 80px;
}
.o-quiz .m-quiz-slide .question h2 {
  text-align: center;
  padding: 0 24px;
}
.o-quiz .m-quiz-slide .question .infotext {
  max-width: 768px;
  text-align: center;
  max-height: 0;
  opacity: 0;
  margin: 0 auto;
  display: none;
  line-height: 1.5;
  font-size: 18px;
  transition: all 0.3s ease;
}
.o-quiz .m-quiz-slide .question .infotext.show {
  max-height: 1000px;
  opacity: 1;
  display: block;
}
.o-quiz .m-quiz-slide .question .radio-btns, .o-quiz .m-quiz-slide .question .check-btns {
  text-align: center;
}
.o-quiz .m-quiz-slide .question .radio-btns fieldset, .o-quiz .m-quiz-slide .question .check-btns fieldset {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.o-quiz .m-quiz-slide .question .radio-btns .answer, .o-quiz .m-quiz-slide .question .check-btns .answer {
  width: 96px;
  height: 96px;
  margin: 16px 8px 8px;
  border: solid 2px;
  border-radius: 8px;
  font-size: 25px;
  background: #ffffff;
  padding: 16px;
  color: #003B6B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.o-quiz .m-quiz-slide .question .radio-btns .answer input, .o-quiz .m-quiz-slide .question .check-btns .answer input {
  margin-bottom: 8px;
  align-self: flex-start;
  display: none;
}
.o-quiz .m-quiz-slide .question .radio-btns .answer.selected, .o-quiz .m-quiz-slide .question .check-btns .answer.selected {
  background: #003B6B;
  color: #ffffff;
  border-color: #003B6B;
}
.o-quiz .m-quiz-slide .question .nav-buttons button[type=submit] {
  line-height: 1.5;
  font-size: 1em;
  background: #003B6B;
  color: #ffffff;
  padding: 0 16px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  transition: all 0.2s ease;
  border: none;
  text-align: center;
  margin: 8px auto 16px;
  line-height: 3;
  width: 90%;
  cursor: pointer;
}
.o-quiz .m-quiz-slide .question .nav-buttons button[type=submit]:hover {
  text-decoration: none;
  background: #003B6B;
}
.o-quiz .m-quiz-slide .question .nav-buttons button[type=submit].prev-q {
  background: #F5FAFF;
  color: #003B6B;
}
.o-quiz .m-quiz-slide .question .nav-buttons button[type=submit].next-q {
  margin: 24px auto 16px;
}

.o-quiz .m-quiz-slide.start, .o-quiz .m-quiz-slide.end {
  background: #ffffff;
  padding-top: 0;
}
.o-quiz .m-quiz-slide.start .o-50-50, .o-quiz .m-quiz-slide.end .o-50-50 {
  margin: 0;
}
.o-quiz .m-quiz-slide.start .o-50-50 .logo-block, .o-quiz .m-quiz-slide.end .o-50-50 .logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.o-quiz .m-quiz-slide.start .o-50-50 .logo-block img, .o-quiz .m-quiz-slide.end .o-50-50 .logo-block img {
  max-width: 150px;
  margin-bottom: 24px;
}
.o-quiz .m-quiz-slide.start .o-50-50 .textfield, .o-quiz .m-quiz-slide.end .o-50-50 .textfield {
  position: relative;
  padding: 24px 32px;
}
.o-quiz .m-quiz-slide.start .o-50-50 .textfield h1, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h1 {
  margin: 40px 0 24px;
  text-align: left;
}
.o-quiz .m-quiz-slide.start .o-50-50 .textfield p.ingress, .o-quiz .m-quiz-slide.start .o-50-50 .textfield p.h1.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield p.h2.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield p.h3.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield p.h4.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield p.h5.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield p.h6.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h1.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .h1.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield h2.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .h2.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h2 > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .h2 > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield h3.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .h3.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h3 > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .h3 > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield h4.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .h4.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h4 > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .h4 > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield h5.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .h5.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield h6.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .h6.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield blockquote.subheading > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h2 > input.subheading[type=submit] > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .h2 > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h3 > input.subheading[type=submit] > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .h3 > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield h4 > input.subheading[type=submit] > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .h4 > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p.subheading, .o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.start .o-50-50 .textfield h3 > p.subheading, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p.subheading > p, .o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.start .o-50-50 .textfield h3 > p.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p > a.subheading > p,
.o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.start .o-50-50 .textfield h3 > p > a.subheading > p,
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p,
.o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.start .o-50-50 .textfield h3 > p > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.ingress, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.h1.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.h2.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.h3.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.h4.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.h5.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.h6.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h1.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .h1.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield h2.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .h2.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h2 > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .h2 > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield h3.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .h3.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h3 > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .h3 > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield h4.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .h4.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h4 > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .h4 > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield h5.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .h5.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield h6.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .h6.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield blockquote.subheading > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h2 > input.subheading[type=submit] > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .h2 > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h3 > input.subheading[type=submit] > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .h3 > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield h4 > input.subheading[type=submit] > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .h4 > input.subheading[type=submit] > p, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p.subheading, .o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.end .o-50-50 .textfield h3 > p.subheading, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p.subheading > p, .o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.end .o-50-50 .textfield h3 > p.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p > a.subheading > p,
.o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.end .o-50-50 .textfield h3 > p > a.subheading > p,
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .o-callout.white .inner-background .headline h3 > p > input.subheading[type=submit] > p,
.o-callout.white .inner-background .headline .o-quiz .m-quiz-slide.end .o-50-50 .textfield h3 > p > input.subheading[type=submit] > p {
  margin: 16px auto;
}
.o-quiz .m-quiz-slide.start .o-50-50 .textfield .a-btn a, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .a-btn input[type=submit], .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn a, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn input[type=submit] {
  width: 100%;
  margin: 48px auto 32px;
}
.o-quiz .m-quiz-slide.start .o-50-50 .textfield ul.checklist, .o-quiz .m-quiz-slide.end .o-50-50 .textfield ul.checklist {
  padding-left: 0;
  text-align: left;
}
.o-quiz .m-quiz-slide.start .info, .o-quiz .m-quiz-slide.end .info {
  background: #ffffff;
  padding: 8px 24px;
}
.o-quiz .m-quiz-slide.start .info p.h5, .o-quiz .m-quiz-slide.end .info p.h5 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}
.o-quiz .m-quiz-slide.start .o-50-50 .logo-block {
  min-height: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.o-quiz .m-quiz-slide.start .o-50-50 .logo-block img {
  opacity: 0;
}
.o-quiz .m-quiz-slide.end .o-50-50 .logo-block {
  padding-bottom: 32px;
  min-height: 250px;
}
.o-quiz .m-quiz-slide.end .o-50-50 .logo-block img {
  margin-top: 24px;
}
.o-quiz .m-quiz-slide.end .o-50-50 .logo-block h2, .o-quiz .m-quiz-slide.end .o-50-50 .logo-block h3 {
  margin: 4px auto;
  color: #ffffff;
}
.o-quiz .m-quiz-slide.end .o-50-50 .textfield {
  text-align: left;
}
.o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn a, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn input[type=submit] {
  text-align: center;
  margin: 24px auto;
}

.o-quiz.first-slide .slick-dots, .o-quiz.last-slide .slick-dots {
  display: none;
}
.o-quiz .radio-btns .answer, .o-quiz .check-btns .answer {
  position: relative;
}
.o-quiz .radio-btns .answer:before, .o-quiz .check-btns .answer:before {
  content: "\e836";
  font-family: "Material Icons";
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 13px;
}
.o-quiz .radio-btns .answer.selected:before, .o-quiz .check-btns .answer.selected:before {
  content: "\e837";
}
.o-quiz .check-btns .answer {
  position: relative;
}
.o-quiz .check-btns .answer:before {
  content: "\e835";
  font-family: "Material Icons";
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 13px;
}
.o-quiz .check-btns .answer.selected:before {
  content: "\e834";
}
.o-quiz .nav-buttons {
  display: flex;
  flex-direction: column-reverse;
}

.o-quiz .m-quiz-slide {
  position: relative;
}

.o-quiz .o-50-50 > div {
  margin: 0;
}

.quiz .slick-dots {
  top: 40px;
  bottom: unset;
}
.quiz .slick-dots li {
  margin: 0 8px;
}
.quiz .slick-dots li button {
  cursor: auto;
}
.quiz .slick-dots li button:focus, .quiz .slick-dots li button:hover {
  opacity: 1;
}
.quiz .slick-dots li button {
  font-size: 16px;
  background: #ffffff;
  opacity: 1;
  border: solid 1px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  color: #1B1B1B;
}
.quiz .slick-dots li button:before {
  content: "";
}
.quiz .slick-dots li.slick-active button {
  background: #003B6B;
  color: #ffffff;
}
.quiz .slick-dots li.answered button {
  background: #003B6B;
}
.quiz .slick-dots li:first-of-type {
  display: none;
}
.quiz .slick-dots li:last-of-type {
  display: none;
}

@media (min-width: 768px) {
  .o-quiz .o-50-50 > div {
    width: 100%;
  }
  .o-quiz .nav-buttons {
    justify-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .o-quiz .m-quiz-slide .question .nav-buttons button[type=submit] {
    width: auto;
    margin: 8px 16px;
  }
  .o-quiz .m-quiz-slide .question .nav-buttons button[type=submit].next-q {
    width: auto;
    margin: 8px 16px;
  }
}
@media (min-width: 1024px) {
  .o-quiz .o-50-50 > div {
    width: 50%;
    margin: 0;
  }
  .o-quiz .m-quiz-slide.start .o-50-50 .logo-block, .o-quiz .m-quiz-slide.end .o-50-50 .logo-block {
    justify-content: center;
  }
  .o-quiz .m-quiz-slide.start .o-50-50 .logo-block img, .o-quiz .m-quiz-slide.end .o-50-50 .logo-block img {
    max-width: unset;
  }
  .o-quiz .m-quiz-slide.start .o-50-50 .textfield, .o-quiz .m-quiz-slide.end .o-50-50 .textfield {
    padding: 80px 80px;
  }
  .o-quiz .m-quiz-slide.start .o-50-50 .textfield .a-btn, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn {
    margin: 8px 0;
  }
  .o-quiz .m-quiz-slide.start .o-50-50 .textfield .a-btn a, .o-quiz .m-quiz-slide.start .o-50-50 .textfield .a-btn input[type=submit], .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn a, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn input[type=submit] {
    width: -moz-max-content;
    width: max-content;
    margin: 40px 0;
  }
  .o-quiz .m-quiz-slide.start .o-50-50 .logo-block {
    background-size: auto;
  }
  .o-quiz .m-quiz-slide.end .o-50-50 .logo-block img {
    max-width: unset;
    width: 250px;
  }
  .o-quiz .m-quiz-slide.end .o-50-50 .textfield p.small {
    max-width: 400px;
    margin: 16px auto;
    text-align: center;
  }
  .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn {
    margin: 8px 0;
  }
  .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn a, .o-quiz .m-quiz-slide.end .o-50-50 .textfield .a-btn input[type=submit] {
    margin: 40px auto;
  }
  .o-quiz .m-quiz-slide.end .o-50-50 .textfield .resulttext {
    max-width: 700px;
    margin: 0 auto;
  }
  .o-quiz .m-quiz-slide {
    padding-top: 96px;
  }
  .o-quiz .m-quiz-slide .progressbar {
    flex-direction: row;
  }
  .o-quiz .m-quiz-slide .progressbar p {
    margin: 0;
  }
  .o-quiz .m-quiz-slide .progressbar ul li {
    width: 32px;
    height: 32px;
  }
  .quiz .slick-dots {
    top: 60px;
  }
}/*# sourceMappingURL=main-astmaambisjonen.css.map */