img {
  max-width: 100%; }

/*
Button
*/
.GEsd-Button {
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
  text-decoration: none; }
  .GEsd-Button:after {
    border-color: transparent transparent transparent var(--white);
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 1em;
    width: 0; }

.GEsd-ServiceDocuments {
  font-size: 16.75px;
  line-height: 1.4em;
  margin-left: -24px;
  margin-right: -24px; }
  .GEsd-ServiceDocuments p {
    margin-bottom: 1.5em; }
  .GEsd-ServiceDocuments h1 {
    color: var(--lead_black);
    font-size: 3em;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 .5em; }
  .GEsd-ServiceDocuments h2 {
    color: var(--lead_black);
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 .25em; }
  .GEsd-ServiceDocuments h3 {
    color: var(--lead_black);
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 .25em; }
  .GEsd-ServiceDocuments section[id],
  .GEsd-ServiceDocuments footer[id] {
    outline: none; }

/*
Splash Module
*/
.GEsd-ServiceDocuments .GEsd-Splash {
  padding: 4em 100px;
  position: relative;
  background-image: url("../images/splash-bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 396px; }
  .GEsd-ServiceDocuments .GEsd-SplashContent {
    width: 35%;
    padding-top: 3em; }
  .GEsd-ServiceDocuments .GEsd-SplashTitle {
    color: var(--lead_black); }

/*
Offerings Module
*/
.GEsd-ServiceDocuments .GEsd-Offerings {
  padding: 4em 100px;
  background-color: var(--light_grey);
  padding-left: 40px;
  padding-right: 40px; }
  .GEsd-ServiceDocuments .GEsd-OfferingsTitle {
    color: var(--lead_black);
    font-size: 3em;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 .5em;
    /* color: var(--white); */
    text-align: center;
    margin-bottom: 1.5em; }
  .GEsd-ServiceDocuments .GEsd-OfferingsTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25em 0; }
    .GEsd-ServiceDocuments .GEsd-OfferingsTabs .GEsd-TabItem {
      margin: 0 0.75em 1.5em 0.75em; }
    .GEsd-ServiceDocuments .GEsd-OfferingsTabs .GEsd-TabLink {
      border-bottom: 4px solid transparent;
      color: var(--white);
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0.75em 1em; }
      .GEsd-ServiceDocuments .GEsd-OfferingsTabs .GEsd-TabLink[aria-selected="true"] {
        color: var(--basic_purple);
        border-color: var(--basic_purple); }
      .GEsd-ServiceDocuments .GEsd-OfferingsTabs .GEsd-TabLink:hover {
        color: var(--basic_hover); }
  .GEsd-ServiceDocuments .GEsd-OfferingsCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px;
    outline: none; }
    .GEsd-ServiceDocuments .GEsd-OfferingsCards:focus {
      outline: none; }
  .GEsd-ServiceDocuments .GEsd-OfferingsCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white);
    margin-top: 40px;
    width: 100%; }
    .GEsd-ServiceDocuments .GEsd-OfferingsCardBlank {
      visibility: hidden; }
    .GEsd-ServiceDocuments .GEsd-OfferingsCard img {
      width: 35%; }
    .GEsd-ServiceDocuments .GEsd-OfferingsCardBody {
      padding: 3em;
      width: 65%; }
    .GEsd-ServiceDocuments .GEsd-OfferingsCardTitle {
      color: var(--lead_black);
      font-size: 1em;
      margin-bottom: 1em; }
    .GEsd-ServiceDocuments .GEsd-OfferingsCardText a {
      color: var(--basic_purple); }
    .GEsd-ServiceDocuments .GEsd-OfferingsCardLink {
      color: var(--basic_purple);
      font-weight: bold;
      margin-right: 3em;
      text-decoration: none; }
      .GEsd-ServiceDocuments .GEsd-OfferingsCardLink:after {
        content: " >"; }
      .GEsd-ServiceDocuments .GEsd-OfferingsCardLinkExternal:after {
        background: url("data:image/svg+xml;charset=utf8,\a                     %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E\a                         %3Cpath d='M432 320h-32a16 16 0 00-16 16v112H64V128h144a16 16 0 0016-16V80a16 16 0 00-16-16H48a48 48 0 00-48 48v352a48 48 0 0048 48h352a48 48 0 0048-48V336a16 16 0 00-16-16zM488 0H360a24 24 0 00-17 41l35.7 35.7L135 320.4a24 24 0 000 34l22.7 22.6a24 24 0 0034 0l243.6-243.7L471 169a24 24 0 0041-17V24a24 24 0 00-24-24z' fill='%236022A6'/%3E\a                     %3C/svg%3E") no-repeat;
        content: "";
        width: 22px;
        height: 16px;
        display: inline-block;
        background-size: 16px 16px;
        background-position: top right;
        position: relative;
        top: 2px; }
      .GEsd-ServiceDocuments .GEsd-OfferingsCardLink:hover {
        text-decoration: underline; }
  .GEsd-ServiceDocuments .GEsd-Offerings img.GEsd-OfferingsCardLinkVideoIcon {
    cursor: pointer;
    width: 58px;
    height: 36px;
    margin-right: 0.5em;
    vertical-align: middle; }

/*
Questions Module
*/
.GEsd-ServiceDocuments .GEsd-Questions {
  padding: 4em 100px;
  background-color: var(--white);
  background-image: url("../images/questions-bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain; }
  .GEsd-ServiceDocuments .GEsd-QuestionsContent {
    width: 64%; }
  .GEsd-ServiceDocuments .GEsd-QuestionsList {
    margin-left: 1em; }
    .GEsd-ServiceDocuments .GEsd-QuestionsList li {
      list-style-type: disc;
      margin-bottom: 1em; }
    .GEsd-ServiceDocuments .GEsd-QuestionsList a {
      color: var(--basic_purple); }
  .GEsd-ServiceDocuments .GEsd-QuestionsDisclaimer {
    font-size: 75%;
    width: 75%; }
  .GEsd-ServiceDocuments .GEsd-Questions .GEsd-Button {
    background-color: var(--basic_purple);
    color: var(--white);
    display: block;
    width: 65%;
    border-radius: 8px;
  }
  .GEsd-ServiceDocuments .GEsd-Questions .GEsd-Button:hover{
    color: var(--white);
    background-color: var(--basic_hover)
  }

  .GEsd-ServiceDocuments .GEsd-Questions .GEsd-Button:active{
    color: var(--white);
    background-color: var(--lead_black)
  }
