* {
  margin: 0;
  padding: 0; }

body.no-scroll, html.no-scroll {
  overflow: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

section.header {
  background: url("https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/header-2.jpg") no-repeat center;
  background-size: cover !important; }
  section.header div.s1-container {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    section.header div.s1-container div.title {
      background-color: rgba(80, 0, 0, 0.8);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px; }
      section.header div.s1-container div.title h2 {
        font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 185px;
        color: white;
        padding: 0 20px 0 10px;
        margin: auto;
        border-left: 5px solid #D29F13;
        border-bottom: 5px solid #D29F13;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      section.header div.s1-container div.title h3 {
        font-weight: 300;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 36px;
        color: white;
        margin: auto; }
    section.header div.s1-container div.text {
      background-color: white;
      padding: 54px 92px 106px 105px; }
      section.header div.s1-container div.text p {
        font-size: 18px;
        padding-bottom: 25px; }

section.stories {
  /*background:
        linear-gradient(rgba(31, 31, 31, 0.25),rgba(31, 31, 31, 0.25)),
        linear-gradient(rgba(214, 210, 196, 0.25),rgba(214, 210, 196, 0.25)),
        url("https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/section_2_background.jpg") no-repeat center;*/
  background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/section_2_background.png) no-repeat center #D6D2C4;
  background-size: cover !important; }
  section.stories div.video-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    display: none;
    cursor: initial; }
    section.stories div.video-container div.video {
      width: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      section.stories div.video-container div.video div.iframe-container {
        position: relative;
        padding-bottom: 53.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0; }
        section.stories div.video-container div.video div.iframe-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  section.stories div.title {
    width: 60%;
    margin: 0 auto; }
    section.stories div.title h3 {
      font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
      margin: 0;
      padding-top: 200px;
      text-align: center;
      font-size: 80px;
      color: #3d3935;
      position: relative; }
      section.stories div.title h3:after {
        content: "";
        display: block;
        background-color: green;
        background: url("https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/arrow.png") no-repeat center;
        height: 20px;
        margin-top: 20px; }
  section.stories div.videos {
    padding-top: 80px; }
    section.stories div.videos ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      section.stories div.videos ul li {
        width: 20%;
        padding-bottom: 350px;
        position: relative;
        cursor: pointer; }
        section.stories div.videos ul li.active div.video-container {
          display: block; }
        section.stories div.videos ul li:after {
          position: absolute;
          content: "";
          background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/play.svg) center no-repeat;
          width: 50px;
          height: 55px;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        section.stories div.videos ul li#vid1 {
          background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/amanda-david-video.jpg) no-repeat center;
          background-size: cover; }
        section.stories div.videos ul li#vid2 {
          background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/andy-video.jpg) no-repeat center;
          background-size: cover; }
        section.stories div.videos ul li#vid3 {
          background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/glenn-brenda-video.jpg) no-repeat center;
          background-size: cover; }
        section.stories div.videos ul li#vid4 {
          background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/mary-jeff-video.jpg) no-repeat center;
          background-size: cover; }
        section.stories div.videos ul li#vid5 {
          background: url(https://cdn.txamfoundation.com/Spirit/Fall-2018/Campaign-Update/phil-kim-video.jpg) no-repeat center;
          background-size: cover; }
        section.stories div.videos ul li a {
          text-decoration: none; }
          section.stories div.videos ul li a div.title {
            width: 100%;
            background-color: rgba(214, 210, 196, 0.85);
            bottom: 0;
            position: absolute;
            bottom: 0; }
            section.stories div.videos ul li a div.title p {
              text-align: center;
              font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
              font-size: 19px;
              padding: 10px 0px;
              color: #3d3935;
              margin: 0;
              letter-spacing: 2px;
              font-weight: 600; }

section.section-3 {
  padding: 60px;
  background-color: #500000; }
  section.section-3 div.content {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 105px; }
    section.section-3 div.content div.slider {
      width: 75%; }
      section.section-3 div.content div.slider .slick-slide {
        outline: 0 !important; }
    section.section-3 div.content div.inside-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section.section-3 div.content div.left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      section.section-3 div.content div.left img.quote-mark {
        width: 100px;
        display: block;
        margin: 0 auto 30px; }
      section.section-3 div.content div.left div.photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section.section-3 div.content div.left div.photo img {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          -o-object-fit: cover;
          object-fit: cover;
          margin: 0 auto; }
        section.section-3 div.content div.left div.photo p {
          font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
          text-align: center;
          margin: auto;
          padding-top: 10px;
          font-size: 22px;
          font-weight: 500;
          line-height: 1.2;
          text-transform: uppercase; }
    section.section-3 div.content div.center {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4; }
      section.section-3 div.content div.center p.title {
        color: #500000;
        font-size: 36px;
        line-height: 1.4;
        font-weight: 300; }
    section.section-3 div.content div.right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 120px; }
      section.section-3 div.content div.right ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        list-style: none; }
        section.section-3 div.content div.right ul li {
          font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
          margin-bottom: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 22px;
          border: 1px solid #006298;
          text-align: center;
          width: 200px;
          color: #006298;
          padding: 15px 0;
          font-weight: 500;
          cursor: pointer; }
          section.section-3 div.content div.right ul li.active {
            background: #006298;
            color: #fff; }
          section.section-3 div.content div.right ul li a {
            text-decoration: none; }

section.section-4 {
  padding: 120px 0; }
  section.section-4 div.s4-container {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto; }
    section.section-4 div.s4-container img.s4-image1 {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    section.section-4 div.s4-container img.rings {
      width: 100%;
      height: 550px;
      -o-object-fit: cover;
      object-fit: cover; }
    section.section-4 div.s4-container div.row {
      margin-bottom: 30px; }
    section.section-4 div.s4-container div.top-quotes div.quote-container div.quote {
      height: 465px; }
    section.section-4 div.s4-container div.tan div.quote-container div.quote {
      background: #D0CBBC; }
      section.section-4 div.s4-container div.tan div.quote-container div.quote p {
        color: #3D3935; }
    section.section-4 div.s4-container div.tan div.quote-container div.author {
      background: #D6D2C4; }
      section.section-4 div.s4-container div.tan div.quote-container div.author h2, section.section-4 div.s4-container div.tan div.quote-container div.author p.location, section.section-4 div.s4-container div.tan div.quote-container div.author p.title {
        color: #3D3935; }
    section.section-4 div.s4-container div.quote-container div.quote {
      background: #400606;
      height: 340px;
      padding: 50px 50px 0; }
      section.section-4 div.s4-container div.quote-container div.quote p {
        font-style: italic;
        margin: 0;
        color: #fff; }
      section.section-4 div.s4-container div.quote-container div.quote img {
        width: 95px;
        margin-bottom: 10px; }
    section.section-4 div.s4-container div.quote-container div.author {
      background: #500000;
      height: 210px;
      padding: 30px 50px 0; }
      section.section-4 div.s4-container div.quote-container div.author h2 {
        font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        margin: 0;
        letter-spacing: 2px; }
      section.section-4 div.s4-container div.quote-container div.author p.location {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase; }
      section.section-4 div.s4-container div.quote-container div.author p.title {
        color: #fff;
        font-size: 16px;
        margin: 0; }
    section.section-4 div.s4-container div.grey-border {
      padding: 60px;
      border: 25px solid #9EA2A2; }
      section.section-4 div.s4-container div.grey-border div.left {
        width: 50%;
        float: left; }
        section.section-4 div.s4-container div.grey-border div.left h2 {
          font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
          color: #3D3935;
          font-size: 80px;
          font-weight: 500;
          margin: 0;
          line-height: 0.8; }
        section.section-4 div.s4-container div.grey-border div.left p {
          color: #3D3935;
          margin: 0; }
      section.section-4 div.s4-container div.grey-border div.right {
        width: 50%;
        float: right;
        margin-top: 10px; }
        section.section-4 div.s4-container div.grey-border div.right div.blue-button {
          font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
          background: #006298;
          padding: 15px;
          width: 48%;
          float: left;
          color: #FFFFFF;
          font-size: 22px;
          font-weight: 500;
          margin-left: 4%;
          text-transform: uppercase;
          letter-spacing: 2px;
          text-align: center;
          cursor: pointer;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          section.section-4 div.s4-container div.grey-border div.right div.blue-button:hover {
            background: #004165; }
          section.section-4 div.s4-container div.grey-border div.right div.blue-button:first-child {
            margin-left: 0; }

section.section-5 {
  padding: 60px;
  background: #006298; }
  section.section-5 div.s5-container {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto; }
  section.section-5 div.content {
    background: #fff;
    padding: 105px 0; }
    section.section-5 div.content div.top-line {
      margin-bottom: 30px; }
      section.section-5 div.content div.top-line div.dots {
        width: 20%;
        border-bottom: 4px dotted #D29F13;
        float: left; }
      section.section-5 div.content div.top-line div.line {
        width: 79.8%;
        border-bottom: 4px solid #D29F13;
        float: right; }
    section.section-5 div.content h2 {
      font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0;
      color: #500000;
      font-size: 80px; }
    section.section-5 div.content div.gold-border {
      position: relative;
      padding: 60px 0 30px;
      border: 3px solid #D29F13;
      margin: 100px 0;
      text-align: center; }
      section.section-5 div.content div.gold-border p.head {
        color: #D29F13;
        font-size: 32px;
        font-weight: 700;
        font-style: italic;
        margin: 0;
        position: absolute;
        left: 50%;
        top: -20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        padding: 0 10px;
        line-height: 1; }
        section.section-5 div.content div.gold-border p.head span.sub {
          font-size: 16px; }
      section.section-5 div.content div.gold-border p.amount {
        font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
        font-weight: 500;
        line-height: 0.8;
        margin: 0;
        color: #D29F13;
        font-size: 230px;
        letter-spacing: 3px;
        margin-top: 10px; }
      section.section-5 div.content div.gold-border p.percentage {
        color: #3D3935;
        font-size: 70px;
        font-weight: 700;
        font-style: italic;
        margin: 0; }
    section.section-5 div.content img.suitcase {
      width: 133px;
      margin: 0 auto;
      display: block;
      margin-bottom: 15px; }
    section.section-5 div.content img.donors {
      width: 126px;
      margin: 0 auto;
      display: block;
      margin-bottom: 15px; }
    section.section-5 div.content img.gift {
      width: 92px;
      margin: 0 auto;
      display: block;
      margin-bottom: 15px; }
    section.section-5 div.content img.pig {
      width: 132px;
      margin: 0 auto;
      display: block;
      margin-bottom: 15px; }
    section.section-5 div.content p.number {
      font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
      color: #006298;
      font-size: 100px;
      font-weight: 500;
      margin: 0;
      line-height: 0.8;
      text-align: center; }
    section.section-5 div.content p.title {
      color: #898989;
      font-size: 22px;
      font-weight: 700;
      font-style: italic;
      margin: 0;
      text-align: center;
      line-height: 1.5; }
    section.section-5 div.content div.blue-border {
      position: relative;
      padding: 60px;
      border: 3px solid #006298;
      margin: 100px 0 0;
      text-align: center; }
      section.section-5 div.content div.blue-border p.head {
        font-family: "Tungsten A", "Tungsten B", Arial, sans-serif;
        color: #3D3935;
        font-size: 32px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        left: 50%;
        top: -18px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        padding: 0 10px;
        line-height: 1;
        white-space: nowrap; }
      section.section-5 div.content div.blue-border div.border-left {
        border-left: 4px dotted #D29F13;
        border-right: 4px dotted #D29F13; }
