/* Text Elements */

h1.heading-1 {
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 1px 3px;
  font-weight: 600;
}

h2.heading-2 {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h2.heading-3 {
  text-align: center;
}

p.paragraph.paragraph-1 {
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  font-size: 13px;
}

p.paragraph.paragraph-2 {
  margin-top: 26px;
  text-align: center;
  font-weight: 600;
}

p.paragraph.interview.paragraph-2 {
  color: #faf9f9;
  font-size: 22px;
}

p.paragraph.paragraph-4 {
  color: #ddd1ff;
  text-align: center;
  font-size: 18px;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}

span.text-element.text-2 {
  text-align: center;
}

span.text-element.text-1 {
  font-size: 12px;
}

a.link-text.text-link-1 {
  margin-top: 15px;
  padding: 10px 20px;
  border: .0625rem solid #ddd1ff;
  border-radius: 8px;
  background-color: #ec8ec8;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #000;
  text-shadow: none;
  font-weight: 600;

  background-blend-mode: normal;
}

a.link-text.text-link-3 {
  margin: 6px auto 0;
  padding: 10px 20px;
  background-color: #233fa5;
  color: #faf9f9;
  font-size: 12px;
}

a.link-text.text-link-2 {
  margin-top: 3px;
  padding: 10px 20px;
  background-color: #445786;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #faf9f9;

  background-blend-mode: normal;
}

a.link-text.davids-interview.text-link-1 {
  background-color: #445786;
  color: #faf9f9;
}

/* Interaction Elements */

a.link-button.close-button {
  padding: 10px 20px;
  border-radius: 12px;
  background-color: #ff0404;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #faf9f9;
  font-size: 18px;

  background-blend-mode: normal;
}

/* Layout Elements */

body.grid-1 {
  height: 100vh;
}

body > .row.row-1 {
  max-width: none;
  height: auto;
}

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  padding-left: 0;
  height: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body > .row > [class*='small-'].column-3 {
  margin-top: 12px;
  background-color: #ddd1ff;
}

.subgrid > .row > [class*='small-'].subgrid-column-2 {
  margin-top: 16px;
}

.subgrid.subgrid-2 {
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.subgrid > .row.subgrid-row-1 {
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  max-width: 750px;
}

.subgrid > .row > [class*='small-'].subgrid-column-3 {
  margin-right: auto;
  margin-left: auto;
}

.subgrid.subgrid-2.test2 {
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 800px;
  border: .25rem double #6f8edb;
  background-color: #000;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 15.77rem;
  background-image: url('../background-images/texas-750.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.container.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-4 {
  background-image: url('../background-images/flowers-910846_640.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-top: 11px;
  padding: 5px;
  width: 18%;
  border-width: .0625rem;
  border-style: solid;
  border-radius: 8px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.container.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: stretch;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.container.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  border-width: 0;
  border-style: solid;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.container.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin-top: 7px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin-top: 17px;
  padding-bottom: 17px;
  border: .1875rem double #faf9f9;
  background-color: rgba(95, 38, 73, .76);

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container#video {
  background-color: #faf9f9;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-13.video1 {
  margin-top: 40px;
  padding: 20px;
  background-color: rgba(95, 38, 73, .76);
}

.container#eulogy {
  background-color: #ec8ec8;
  background-image: -webkit-linear-gradient(top, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-image:    -moz-linear-gradient(top, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-image:      -o-linear-gradient(top, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-image:         linear-gradient(180deg, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview1-part1 {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-13.interview {
  margin-right: auto;
  margin-left: auto;
  width: 55%;
  background-color: transparent;
}

.container#interview1-partb {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview2-parta {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview2-partb {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview3-parta {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview3-partb {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview3-partc {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview4-parta {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview4-partb {
  background-color: #445786;
}

.container#interview4-partc {
  background-color: #6f8edb;
}

.container#interview5 {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
}

.container.full.reveal {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#interview5-b {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
}

.container#interview5-c {
  background-color: #6f8edb;
  background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
}

.container.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-top: 6px;

  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.container-18 {
  margin-top: 49px;
}

.container.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container#obituary {
  background-color: #ec8ec8;
  background-image: -webkit-linear-gradient(top, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-image:    -moz-linear-gradient(top, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-image:      -o-linear-gradient(top, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-image:         linear-gradient(180deg, rgba(95, 38, 73, .76) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(95, 38, 73, .76) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 130px;
  border: .1875rem double #faf9f9;
  border-radius: 80px;
}

div.responsive-picture.picture-1 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 18px;
  max-width: 140px;
  border: .1875rem double #ddd1ff;
  border-radius: 80px;
}

div.responsive-picture.picture-3 {
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 19px;
  max-width: 450px;
}

.row > [class*='small-'] .html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
}

div.responsive-picture.picture-5 {
  float: left;
  max-width: 100px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 33px;
  }

  h2.heading-3 {
    font-size: 20px;
  }

  h2.heading-2 {
    font-size: 18px;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  span.text-element.text-1 {
    font-size: 13px;
  }

  /* Layout Elements */

  .subgrid > .row > [class*='small-'].subgrid-column-2 {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .subgrid > .row > [class*='small-'].subgrid-column-3 {
    float: none;
  }

  .subgrid > .row.subgrid-row-1 {
    min-width: 0;
    max-width: 750px;
  }

  .subgrid.subgrid-2.test2 {
    margin-top: 80px;
  }

  .container.container-6 {
    width: 40%;
    border-radius: 8px;
  }

  .container.container-13.interview {
    width: 35%;
  }

  .container.full.reveal {
    min-height: auto;
    width: 100%;
  }

  .container.container-1 {
    height: 14.97rem;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin-top: 7px;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.container-11 {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.picture-2 {
    padding-left: 9px;
    max-width: 150px;
  }

  div.responsive-picture.picture-1 {
    max-width: 140px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.heading-2 {
    font-size: 24px;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
    font-weight: 600;
    font-size: 33px;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    text-align: center;
  }

  p.paragraph.paragraph-4 {
    font-size: 23px;
  }

  span.text-element.text-1 {
    font-size: 14px;
  }

  a.link-text.davids-interview.text-link-1 {
    margin-top: 0;
  }

  a.link-text.text-link-1 {
    margin-top: 5px;
  }

  a.link-text.text-link-2:hover {
    box-shadow: #000 0 0 10px 0 inset;
    -webkit-transform: scaleX(1.06) scaleY(1.06);
       -moz-transform: scaleX(1.06) scaleY(1.06);
         -o-transform: scaleX(1.06) scaleY(1.06);
            transform: scaleX(1.06) scaleY(1.06);
  }

  a.link-text.text-link-1:hover {
    box-shadow: #000 0 0 10px 2px inset;
    -webkit-transform: scaleX(.97) scaleY(.96);
       -moz-transform: scaleX(.97) scaleY(.96);
         -o-transform: scaleX(.97) scaleY(.96);
            transform: scaleX(.97) scaleY(.96);
  }

  /* Interaction Elements */

  a.link-button.close-button {
    padding: 10px 20px;
    border-radius: 12px;
    background-color: #ff0404;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(0, 0, 0, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    color: #faf9f9;
    font-size: 22px;

    background-blend-mode: normal;
  }

  /* Layout Elements */

  .subgrid > .row > [class*='small-'].subgrid-column-2 {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .subgrid.subgrid-2.test2 {
    margin-top: 60px;
    padding-top: 10px;
  }

  .container.container-1 {
    height: 239px;
    background-image: url('../background-images/texas.jpg');
    background-position: center center;
    background-size: cover;
  }

  .container.container-11 {
    margin-right: auto;
    margin-left: auto;
    width: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 75%;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.container-6 {
    width: 24%;
  }

  .container.full.reveal {
    min-height: 100vh;
    width: 100%;
    height: 100vh;
  }

  .container.container-13.interview {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 25%;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-top: 11px;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .container.container-6:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0 inset;
    -webkit-transform: scaleX(.96) scaleY(.96);
       -moz-transform: scaleX(.96) scaleY(.96);
         -o-transform: scaleX(.96) scaleY(.96);
            transform: scaleX(.96) scaleY(.96);
  }

  div.responsive-picture.picture-3 {
    float: left;
    padding-right: 10px;
  }

  .row > [class*='small-'] .html-element.html-element-1 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }

  div.responsive-picture.picture-2 {
    max-width: 150px;
    border-color: #faf9f9;
  }

  div.responsive-picture.picture-1 {
    max-width: 160px;
  }

  div.responsive-picture.picture-5 {
    max-width: 150px;
  }
}

@media screen and (min-width: 81.5625rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 51px;
  }

  h2.heading-2 {
    font-size: 24px;
  }

  p.paragraph.paragraph-4 {
    font-size: 27px;
  }

  span.text-element.text-1 {
    font-size: 14px;
  }

  /* Layout Elements */

  .container.container-6 {
    width: 18%;
  }

  .container.container-11 {
    width: 90%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.container-17 {
    width: 100%;
  }

  .container.container-13 {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
  }

  div.responsive-picture.picture-2 {
    max-width: 150px;
  }

  div.responsive-picture.picture-3 {
    max-width: 650px;
  }

  div.responsive-picture.picture-5 {
    max-width: 150px;
  }
}

@media screen and (min-width: 94.75rem) {
  /* Text Elements */

  h1.heading-4 {
    color: #faf9f9;
    text-align: center;
    text-decoration: underline;
    font-size: 25px;
  }

  h1.heading-1 {
    position: relative;
    top: 100px;
    left: 200px;
    display: block;
    float: left;
  }

  h2.heading-2 {
    text-align: center;
    font-size: 24px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  h2.heading-3 {
    text-align: center;
    font-size: 15px;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    text-align: center;
    font-size: 17px;
  }

  p.paragraph.paragraph-2 {
    color: #000;
  }

  p.paragraph.interview.paragraph-2 {
    color: #faf9f9;
    font-size: 34px;
  }

  p.paragraph.paragraph-4 {
    color: #ddd1ff;
    text-align: center;
    font-size: 36px;
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  }

  span.text-element.text-1 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 15px;
  }

  span.text-element.text-3 {
    width: 200px;
    color: #faf9f9;
    font-size: 19px;
  }

  a.link-text.text-link-1 {
    margin-top: 1px;
    padding: 12px 20px 14px;
    border: .0625rem solid #ddd1ff;
    border-radius: 8px;
    background-color: #ec8ec8;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    color: #000;
    text-shadow: none;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    background-blend-mode: normal;
  }

  a.link-text.text-link-2 {
    padding: 10px 20px;
    border-width: .1875rem;
    border-style: double;
    border-radius: 8px;
    background-color: #445786;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    color: #faf9f9;

    background-blend-mode: normal;
  }

  a.link-text.text-link-3 {
    margin-top: 2px;
    padding: 10px 20px;
    background-color: #2b6aff;
    color: #faf9f9;
  }

  a.link-text.text-link-4 {
    margin-right: 13px;
    margin-left: 13px;
  }

  a.link-text.davids-interview.text-link-1 {
    margin-top: 0;
    border-color: #faf9f9;
    background-color: #445786;
    color: #faf9f9;
    text-align: center;
  }

  a.link-text.davids-interview {
    background-color: #000;
    color: #9fb9fa;
    font-size: 21px;
  }

  a.link-text.text-link-1:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 1px inset;
    -webkit-transform: scaleX(.98) scaleY(.98);
       -moz-transform: scaleX(.98) scaleY(.98);
         -o-transform: scaleX(.98) scaleY(.98);
            transform: scaleX(.98) scaleY(.98);
  }

  a.link-text.text-link-2:hover {
    -webkit-transform: scaleX(1.06) scaleY(1.06);
       -moz-transform: scaleX(1.06) scaleY(1.06);
         -o-transform: scaleX(1.06) scaleY(1.06);
            transform: scaleX(1.06) scaleY(1.06);
  }

  /* Interaction Elements */

  form.form-container.form-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 0;
    padding: 20px;
    height: 25.64rem;
    border: .25rem double #445786;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  input[type=password].password-1 {
    margin-bottom: 0;
    width: 75%;
    background-color: rgba(0, 0, 0, .5);
    color: #faf9f9;
  }

  input[type=password].password-1:focus {
    border-color: #6f8edb;
  }

  input[type=email].email-1 {
    margin-bottom: 0;
    width: 75%;
    background-color: rgba(0, 0, 0, .5);
    color: #faf9f9;
  }

  input[type=email].email-1:focus {
    border-color: #6f8edb;
  }

  label.checkbox.checkbox-1 {
    color: #faf9f9;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    height: auto;
  }

  body > .row > [class*='small-'].column-2 {
    margin-top: 9px;
    padding-right: 0;
    padding-left: 0;
    background-color: #faf9f9;
  }

  body > .row > [class*='small-'].column-3 {
    margin-top: 0;
    height: auto;
    border-top: .125rem solid #7f6a77;
    background-color: #ddd1ff;
  }

  body > .row > [class*='small-'].column-4 {
    height: auto;
  }

  body.grid-1 {
    height: auto;
  }

  body.grid-2 {
    background-color: #04324a;
    background-image: url('../background-images/texas.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='small-'].column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    height: 100vh;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row.row-2 {
    max-width: 1300px;
  }

  body.animated.fadeIn.grid-2 {
    background-color: #faf9f9;
  }

  body > .row.row-1 {
    background-color: #ddd1ff;
  }

  body.animated.fadeIn.grid-1 {
    background-color: #ddd1ff;
  }

  .subgrid.subgrid-1 {
    margin-right: auto;
    margin-left: auto;
    width: 1450px;
  }

  .subgrid > .row > [class*='small-'].subgrid-column-1 {
    padding-right: 0;
    padding-left: 0;
  }

  .subgrid > .row.subgrid-row-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
  }

  .subgrid > .row > [class*='small-'].subgrid-column-3 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-right: .9375rem;
  }

  .subgrid.subgrid-2 {
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1200px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(111, 142, 219, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(111, 142, 219, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(111, 142, 219, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(111, 142, 219, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(111, 142, 219, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(111, 142, 219, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(111, 142, 219, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(111, 142, 219, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .subgrid.subgrid-2.test2 {
    margin-top: 120px;
    padding-top: 10px;
    max-width: 800px;
    width: 800px;
    border: .25rem double #6f8edb;
    background-color: #000;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-1 {
    display: block;
    padding-top: 20px;
    max-height: 400px;
    height: 298px;
    background-image: url('../background-images/texas.jpg');
    box-shadow: rgba(0, 0, 0, .74) 0 3px 5px 2px;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    width: 100%;
    height: 16.25rem;
    background-image: url('../background-images/flowers-910846_640.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-6 {
    padding: 5px;
    width: 17.7%;
    border-width: .0625rem;
    border-style: solid;
    border-radius: 8px;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: stretch;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
  }

  .container.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    padding-top: 3px;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: -15px;
    padding-top: 15px;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    margin-top: -7px;
    padding-bottom: 15px;
    width: 90%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.full.reveal {
    min-height: auto;
    width: 100%;
    height: 100vh;
    background-color: #ec8ec8;
    background-image: -webkit-linear-gradient(top, rgba(95, 38, 73, .76) 25%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(95, 38, 73, .76) 72%);
    background-image:    -moz-linear-gradient(top, rgba(95, 38, 73, .76) 25%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(95, 38, 73, .76) 72%);
    background-image:      -o-linear-gradient(top, rgba(95, 38, 73, .76) 25%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(95, 38, 73, .76) 72%);
    background-image:         linear-gradient(180deg, rgba(95, 38, 73, .76) 25%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(95, 38, 73, .76) 72%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview1-part1 {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview1-partb {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#video {
    background-color: #faf9f9;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-13.video1 {
    margin-top: 49px;
    padding: 5px 0;
    background-color: rgba(95, 38, 73, .76);
  }

  .container#interview2-partb {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview2-parta {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-13 {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    width: 800px;
    border: .1875rem double #faf9f9;
    background-color: rgba(95, 38, 73, .76);
  }

  .container#interview3-parta {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview3-partb {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview3-partc {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview4-parta {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview4-partb {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview4-partc {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview5 {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-13.interview {
    width: 15.9%;
  }

  .container.container-3 {
    width: 48%;
  }

  .container.container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -87px;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 10px;
    width: 90%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.container-15 {
    margin-top: 28px;
  }

  .container#interview5-b {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#interview5-c {
    background-color: #6f8edb;
    background-image: -webkit-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 66, 96, 1) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 42%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 18px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-6:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px 1px inset;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:         transform, -moz-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transform: scaleX(.97) scaleY(.97);
       -moz-transform: scaleX(.97) scaleY(.97);
         -o-transform: scaleX(.97) scaleY(.97);
            transform: scaleX(.97) scaleY(.97);
  }

  div.responsive-picture.picture-2 {
    display: inline-block;
    float: left;
    clear: left;
    margin-right: 0;
    margin-left: 46px;
    max-width: 197px;
    border: .1875rem double #faf9f9;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: 58px;
    max-width: 180px;
    border: .1875rem double #faf9f9;
    border-radius: 80px;
  }

  .row > [class*='small-'] .html-element.html-element-1 {
    padding-top: 10px;
    max-width: none;
    width: auto;
  }

  div.responsive-picture.picture-3 {
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    max-width: 650px;
  }

  div.responsive-picture.picture-4 {
    float: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 120px;
    border: .25rem double #04324a;
    border-radius: 100px;
    background-color: #faf9f9;
  }

  button.button {
    border-color: #faf9f9;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(left, rgba(53, 66, 96, 1) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(53, 66, 96, 1) 100%);
    background-image:    -moz-linear-gradient(left, rgba(53, 66, 96, 1) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(53, 66, 96, 1) 100%);
    background-image:      -o-linear-gradient(left, rgba(53, 66, 96, 1) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(53, 66, 96, 1) 100%);
    background-image:         linear-gradient(90deg, rgba(53, 66, 96, 1) 0%, rgba(255, 185, 0, 0) 33%, rgba(255, 95, 40, 0) 66%, rgba(53, 66, 96, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-5 {
    float: left;
    max-width: 350px;
  }

  div.responsive-picture.obituary.picture-3 {
    max-width: 700px;
  }

  div.responsive-picture.first.picture-5 {
    max-width: 200px;
  }
}