@charset "UTF-8";
.text-black {
  color: #2e2d29; }

.text-cardinal-red {
  color: #8c1515; }

.text-cool-grey {
  color: #4d4f53; }

.text-white {
  color: #ffffff; }

.text-beige {
  color: #9d9573; }

.text-blue {
  color: #00548f; }

.text-bright-blue {
  color: #006cb8; }

.text-bright-red {
  color: #b1040e; }

.text-brown {
  color: #5e3032; }

.text-chocolate {
  color: #2f2424; }

.text-clay {
  color: #5f574f; }

.text-cloud {
  color: #dad7cb; }

.text-dark-red {
  color: #820000; }

.text-driftwood {
  color: #b6b1a9; }

.text-fog {
  color: #f4f4f4; }

.text-gold {
  color: #b26f16; }

.text-lagunita {
  color: #007c92; }

.text-light-sage {
  color: #c7d1c5; }

.text-light-sandstone {
  color: #f9f6ef; }

.text-mint {
  color: #009b76; }

.text-poppy {
  color: #e98300; }

.text-palo-alto {
  color: #175e54; }

.text-purple {
  color: #53284f; }

.text-redwood {
  color: #8d3c1e; }

.text-sandhill {
  color: #b3995d; }

.text-sandstone {
  color: #d2c295; }

.text-sky {
  color: #0098db; }

.text-stone {
  color: #544948; }

.text-sun {
  color: #eaab00; }

.text-teal {
  color: #00505c; }

.text-warm-grey {
  color: #3f3c30; }

.bg-black {
  background-color: #2e2d29; }

.bg-cardinal-red {
  background-color: #8c1515; }

.bg-cool-grey {
  background-color: #4d4f53; }

.bg-white {
  background-color: #ffffff; }

.bg-beige {
  background-color: #9d9573; }

.bg-blue {
  background-color: #00548f; }

.bg-bright-blue {
  background-color: #006cb8; }

.bg-bright-red {
  background-color: #b1040e; }

.bg-brown {
  background-color: #5e3032; }

.bg-chocolate {
  background-color: #2f2424; }

.bg-clay {
  background-color: #5f574f; }

.bg-cloud {
  background-color: #dad7cb; }

.bg-dark-red {
  background-color: #820000; }

.bg-driftwood {
  background-color: #b6b1a9; }

.bg-fog {
  background-color: #f4f4f4; }

.bg-gold {
  background-color: #b26f16; }

.bg-lagunita {
  background-color: #007c92; }

.bg-light-sage {
  background-color: #c7d1c5; }

.bg-light-sandstone {
  background-color: #f9f6ef; }

.bg-mint {
  background-color: #009b76; }

.bg-poppy {
  background-color: #e98300; }

.bg-palo-alto {
  background-color: #175e54; }

.bg-purple {
  background-color: #53284f; }

.bg-redwood {
  background-color: #8d3c1e; }

.bg-sandhill {
  background-color: #b3995d; }

.bg-sandstone {
  background-color: #d2c295; }

.bg-sky {
  background-color: #0098db; }

.bg-stone {
  background-color: #544948; }

.bg-sun {
  background-color: #eaab00; }

.bg-teal {
  background-color: #00505c; }

.bg-warm-grey {
  background-color: #3f3c30; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f8f9fa; }

#wrap {
  margin: 0;
  padding: 0 0 100px 0; }

#main-wrapper {
  margin-top: 2em; }

.region-fullwidth-top > div,
.region-fullwidth-header > div,
.region-fullwidth-content > div,
.region-fullwidth-footer > div,
.region-fullwidth-bottom > div {
  width: 100%; }

.center {
  text-align: center; }

.node--unpublished {
  background: #fff4f4;
  padding: 0; }

@media (min-width: 768px) {
  .region-full-width-content .container {
    width: 750px; } }

/* File icons.*/
.file {
  padding-left: 20px;
  /* LTR */
  display: inline-block;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */ }

[dir="rtl"] .file {
  padding-left: inherit;
  padding-right: 20px;
  background-position: right center; }

.file--general,
.file--application-octet-stream {
  background-image: url(../images/icons/application-octet-stream.png); }

.file--package-x-generic {
  background-image: url(../images/icons/package-x-generic.png); }

.file--x-office-spreadsheet {
  background-image: url(../images/icons/x-office-spreadsheet.png); }

.file--x-office-document {
  background-image: url(../images/icons/x-office-document.png); }

.file--x-office-presentation {
  background-image: url(../images/icons/x-office-presentation.png); }

.file--text-x-script {
  background-image: url(../images/icons/text-x-script.png); }

.file--text-html {
  background-image: url(../images/icons/text-html.png); }

.file--text-plain {
  background-image: url(../images/icons/text-plain.png); }

.file--application-pdf {
  background-image: url(../images/icons/application-pdf.png); }

.file--application-x-executable {
  background-image: url(../images/icons/application-x-executable.png); }

.file--audio {
  background-image: url(../images/icons/audio-x-generic.png); }

.file--video {
  background-image: url(../images/icons/video-x-generic.png); }

.file--text {
  background-image: url(../images/icons/text-x-generic.png); }

.file--image {
  background-image: url(../images/icons/image-x-generic.png); }

/*
 * Extra utilities
 */
.flex-equal > * {
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1; } }

.overflow-hidden {
  overflow: hidden; }

.clear-both {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

#page-wrapper {
  position: relative; }

.header {
  position: relative; }

.content-wrapper {
  background: #ffffff; }
  @media (min-width: 576px) {
    .content-wrapper {
      padding: 30px; } }
  @media (max-width: 575.98px) {
    .content-wrapper {
      padding: 30px 15px; } }

.breadcrumb {
  border-radius: 0;
  background: rgba(0, 80, 92, 0.8);
  margin: 150px 0 0 0; }
  @media (min-width: 576px) {
    .breadcrumb {
      padding: 3rem 30px 0.5rem 30px; } }
  @media (max-width: 575.98px) {
    .breadcrumb {
      padding: 3rem 15px 0.5rem 15px; } }

#page {
  display: flex;
  flex-direction: column; }

#main-wrapper {
  flex: 1;
  margin: 0;
  padding: 0;
  background-color: #dad7cb;
  background: linear-gradient(#dad7cb 0%, #f8f9fa 80%); }

#main {
  margin-top: 0; }
  #main .col {
    min-height: 0; }
  @media (max-width: 575.98px) {
    #main {
      padding: 0; }
      #main .row {
        margin: 0; }
      #main .col {
        padding: 0; }
      #main .sidebar {
        padding: 0; } }

section.row.region-fullwidth-top,
section.row.region-fullwidth-header,
section.row.region-secondary-menu,
section.row.region-fullwidth-content,
section.row.region-fullwidth-footer,
section.row.region-fullwidth-bottom {
  margin-left: 0;
  margin-right: 0; }

section.row.region-secondary-menu {
  position: relative;
  z-index: 10;
  padding: 0;
  background: #00505c; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    section.row.region-secondary-menu {
      padding-right: 15px;
      padding-left: 15px; } }
  section.row.region-secondary-menu .nav {
    background: #00505c;
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 8px; }
    @media (min-width: 1200px) {
      section.row.region-secondary-menu .nav {
        width: 1110px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      section.row.region-secondary-menu .nav {
        width: 930px; } }
    @media (max-width: 991.98px) {
      section.row.region-secondary-menu .nav {
        width: auto; } }
    @media (max-width: 575.98px) {
      section.row.region-secondary-menu .nav {
        justify-content: center; } }
    @media (min-width: 576px) {
      section.row.region-secondary-menu .nav {
        padding-left: 15px;
        padding-right: 15px; } }

.content-top {
  padding-bottom: 20px; }

.node__content {
  margin-top: 0; }

.node--view-mode-teaser {
  margin-bottom: 15px; }

article .field {
  margin-bottom: 1em; }
  article .field .field__label {
    font-weight: 600; }
  article .field .field__item {
    font-weight: 400; }

article .node__title a {
  color: #8d3c1e;
  text-decoration: none; }
  article .node__title a:hover {
    text-decoration: underline; }

article .node-readmore {
  margin-bottom: 1em;
  padding: 0; }
  article .node-readmore > a:after {
    content: " »"; }
  article .node-readmore > a:hover {
    text-decoration: underline; }

section {
  position: relative;
  z-index: 1;
  min-width: 100%;
  /* Section Grid */
  /* Section Wide */
  /* Section No Gutters */
  /* Section List */
  /* Section Masonry */ }
  section .section-heading {
    color: #2e2d29;
    margin-bottom: 0; }
  section .section-content section {
    border-radius: .3rem; }
    section .section-content section.section-list {
      margin-bottom: 1.5rem; }
  section a.btn {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    section a.btn:active {
      background-color: #545b62;
      border-color: #4e555b; }
    section a.btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    section a.btn:hover {
      background-color: #5a6268;
      border-color: #545b62; }
  @media (min-width: 768px) {
    section .card {
      max-width: 540px; } }
  section.bg-fixed {
    background-attachment: fixed; }
  section.bg-image .section-heading,
  section.bg-image .lead,
  section.bg-image .blockquote-footer::before,
  section.bg-image .section-body div:not(.card) a,
  section.bg-image .text-white a,
  section.bg-image .subsection-title a {
    color: #ffffff; }
  section.bg-image:nth-last-of-type {
    margin: 0; }
  section.bg-image:after {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  section.bg-image.bg-brown:after {
    background: rgba(94, 48, 50, 0.85); }
  section.bg-image.bg-clay:after {
    background: rgba(95, 87, 79, 0.85); }
  section.bg-image.bg-cloud:after {
    background: rgba(218, 215, 203, 0.85); }
  section.bg-image.bg-fog:after {
    background: rgba(244, 244, 244, 0.85); }
  section.bg-image.bg-purple:after {
    background: rgba(83, 40, 79, 0.85); }
  section.bg-image.bg-redwood:after {
    background: rgba(141, 60, 30, 0.85); }
  section.bg-image.bg-teal:after {
    background: rgba(0, 80, 92, 0.85); }
  section.bg-image.bg-warm-grey:after {
    background: rgba(63, 60, 48, 0.85); }
  section.bg-image.bg-white:after {
    background: rgba(255, 255, 255, 0.85); }
  section.bg-image.bg-cloud .section-heading,
  section.bg-image.bg-cloud .lead,
  section.bg-image.bg-cloud .blockquote-footer::before,
  section.bg-image.bg-cloud .section-body div:not(.card) a,
  section.bg-image.bg-cloud .text-white a,
  section.bg-image.bg-cloud .primary-section-title a,
  section.bg-image.bg-cloud .subsection-title a, section.bg-image.bg-fog .section-heading,
  section.bg-image.bg-fog .lead,
  section.bg-image.bg-fog .blockquote-footer::before,
  section.bg-image.bg-fog .section-body div:not(.card) a,
  section.bg-image.bg-fog .text-white a,
  section.bg-image.bg-fog .primary-section-title a,
  section.bg-image.bg-fog .subsection-title a, section.bg-image.bg-white .section-heading,
  section.bg-image.bg-white .lead,
  section.bg-image.bg-white .blockquote-footer::before,
  section.bg-image.bg-white .section-body div:not(.card) a,
  section.bg-image.bg-white .text-white a,
  section.bg-image.bg-white .primary-section-title a,
  section.bg-image.bg-white .subsection-title a {
    color: #000; }
  section.bg-image.bg-brown .section-heading,
  section.bg-image.bg-brown .lead,
  section.bg-image.bg-brown .blockquote-footer::before,
  section.bg-image.bg-brown .section-body div:not(.card) a,
  section.bg-image.bg-brown .text-white a,
  section.bg-image.bg-brown .primary-section-title a,
  section.bg-image.bg-brown .subsection-title a, section.bg-image.bg-clay .section-heading,
  section.bg-image.bg-clay .lead,
  section.bg-image.bg-clay .blockquote-footer::before,
  section.bg-image.bg-clay .section-body div:not(.card) a,
  section.bg-image.bg-clay .text-white a,
  section.bg-image.bg-clay .primary-section-title a,
  section.bg-image.bg-clay .subsection-title a, section.bg-image.bg-purple .section-heading,
  section.bg-image.bg-purple .lead,
  section.bg-image.bg-purple .blockquote-footer::before,
  section.bg-image.bg-purple .section-body div:not(.card) a,
  section.bg-image.bg-purple .text-white a,
  section.bg-image.bg-purple .primary-section-title a,
  section.bg-image.bg-purple .subsection-title a, section.bg-image.bg-redwood .section-heading,
  section.bg-image.bg-redwood .lead,
  section.bg-image.bg-redwood .blockquote-footer::before,
  section.bg-image.bg-redwood .section-body div:not(.card) a,
  section.bg-image.bg-redwood .text-white a,
  section.bg-image.bg-redwood .primary-section-title a,
  section.bg-image.bg-redwood .subsection-title a, section.bg-image.bg-teal .section-heading,
  section.bg-image.bg-teal .lead,
  section.bg-image.bg-teal .blockquote-footer::before,
  section.bg-image.bg-teal .section-body div:not(.card) a,
  section.bg-image.bg-teal .text-white a,
  section.bg-image.bg-teal .primary-section-title a,
  section.bg-image.bg-teal .subsection-title a, section.bg-image.bg-warm-grey .section-heading,
  section.bg-image.bg-warm-grey .lead,
  section.bg-image.bg-warm-grey .blockquote-footer::before,
  section.bg-image.bg-warm-grey .section-body div:not(.card) a,
  section.bg-image.bg-warm-grey .text-white a,
  section.bg-image.bg-warm-grey .primary-section-title a,
  section.bg-image.bg-warm-grey .subsection-title a {
    text-shadow: 2px 2px 4px #3f3c30; }
  section:not(.bg-image).bg-brown .section-heading,
  section:not(.bg-image).bg-brown .lead,
  section:not(.bg-image).bg-brown .blockquote,
  section:not(.bg-image).bg-brown .blockquote-footer,
  section:not(.bg-image).bg-brown .blockquote-footer::before,
  section:not(.bg-image).bg-brown .section-body div:not(.card) a,
  section:not(.bg-image).bg-brown .text-white a,
  section:not(.bg-image).bg-brown .primary-section-title a,
  section:not(.bg-image).bg-brown .subsection-title a, section:not(.bg-image).bg-clay .section-heading,
  section:not(.bg-image).bg-clay .lead,
  section:not(.bg-image).bg-clay .blockquote,
  section:not(.bg-image).bg-clay .blockquote-footer,
  section:not(.bg-image).bg-clay .blockquote-footer::before,
  section:not(.bg-image).bg-clay .section-body div:not(.card) a,
  section:not(.bg-image).bg-clay .text-white a,
  section:not(.bg-image).bg-clay .primary-section-title a,
  section:not(.bg-image).bg-clay .subsection-title a, section:not(.bg-image).bg-purple .section-heading,
  section:not(.bg-image).bg-purple .lead,
  section:not(.bg-image).bg-purple .blockquote,
  section:not(.bg-image).bg-purple .blockquote-footer,
  section:not(.bg-image).bg-purple .blockquote-footer::before,
  section:not(.bg-image).bg-purple .section-body div:not(.card) a,
  section:not(.bg-image).bg-purple .text-white a,
  section:not(.bg-image).bg-purple .primary-section-title a,
  section:not(.bg-image).bg-purple .subsection-title a, section:not(.bg-image).bg-redwood .section-heading,
  section:not(.bg-image).bg-redwood .lead,
  section:not(.bg-image).bg-redwood .blockquote,
  section:not(.bg-image).bg-redwood .blockquote-footer,
  section:not(.bg-image).bg-redwood .blockquote-footer::before,
  section:not(.bg-image).bg-redwood .section-body div:not(.card) a,
  section:not(.bg-image).bg-redwood .text-white a,
  section:not(.bg-image).bg-redwood .primary-section-title a,
  section:not(.bg-image).bg-redwood .subsection-title a, section:not(.bg-image).bg-teal .section-heading,
  section:not(.bg-image).bg-teal .lead,
  section:not(.bg-image).bg-teal .blockquote,
  section:not(.bg-image).bg-teal .blockquote-footer,
  section:not(.bg-image).bg-teal .blockquote-footer::before,
  section:not(.bg-image).bg-teal .section-body div:not(.card) a,
  section:not(.bg-image).bg-teal .text-white a,
  section:not(.bg-image).bg-teal .primary-section-title a,
  section:not(.bg-image).bg-teal .subsection-title a, section:not(.bg-image).bg-warm-grey .section-heading,
  section:not(.bg-image).bg-warm-grey .lead,
  section:not(.bg-image).bg-warm-grey .blockquote,
  section:not(.bg-image).bg-warm-grey .blockquote-footer,
  section:not(.bg-image).bg-warm-grey .blockquote-footer::before,
  section:not(.bg-image).bg-warm-grey .section-body div:not(.card) a,
  section:not(.bg-image).bg-warm-grey .text-white a,
  section:not(.bg-image).bg-warm-grey .primary-section-title a,
  section:not(.bg-image).bg-warm-grey .subsection-title a {
    text-shadow: none; }
  section:not(.bg-image).bg-brown section.bg-cloud .section-heading,
  section:not(.bg-image).bg-brown section.bg-cloud .lead,
  section:not(.bg-image).bg-brown section.bg-cloud .blockquote-footer::before,
  section:not(.bg-image).bg-brown section.bg-cloud .section-body div:not(.card) a,
  section:not(.bg-image).bg-brown section.bg-cloud .text-white a,
  section:not(.bg-image).bg-brown section.bg-cloud .primary-section-title a,
  section:not(.bg-image).bg-brown section.bg-cloud .subsection-title a,
  section:not(.bg-image).bg-brown section.bg-fog .section-heading,
  section:not(.bg-image).bg-brown section.bg-fog .lead,
  section:not(.bg-image).bg-brown section.bg-fog .blockquote-footer::before,
  section:not(.bg-image).bg-brown section.bg-fog .section-body div:not(.card) a,
  section:not(.bg-image).bg-brown section.bg-fog .text-white a,
  section:not(.bg-image).bg-brown section.bg-fog .primary-section-title a,
  section:not(.bg-image).bg-brown section.bg-fog .subsection-title a,
  section:not(.bg-image).bg-brown section.bg-white .section-heading,
  section:not(.bg-image).bg-brown section.bg-white .lead,
  section:not(.bg-image).bg-brown section.bg-white .blockquote-footer::before,
  section:not(.bg-image).bg-brown section.bg-white .section-body div:not(.card) a,
  section:not(.bg-image).bg-brown section.bg-white .text-white a,
  section:not(.bg-image).bg-brown section.bg-white .primary-section-title a,
  section:not(.bg-image).bg-brown section.bg-white .subsection-title a, section:not(.bg-image).bg-clay section.bg-cloud .section-heading,
  section:not(.bg-image).bg-clay section.bg-cloud .lead,
  section:not(.bg-image).bg-clay section.bg-cloud .blockquote-footer::before,
  section:not(.bg-image).bg-clay section.bg-cloud .section-body div:not(.card) a,
  section:not(.bg-image).bg-clay section.bg-cloud .text-white a,
  section:not(.bg-image).bg-clay section.bg-cloud .primary-section-title a,
  section:not(.bg-image).bg-clay section.bg-cloud .subsection-title a,
  section:not(.bg-image).bg-clay section.bg-fog .section-heading,
  section:not(.bg-image).bg-clay section.bg-fog .lead,
  section:not(.bg-image).bg-clay section.bg-fog .blockquote-footer::before,
  section:not(.bg-image).bg-clay section.bg-fog .section-body div:not(.card) a,
  section:not(.bg-image).bg-clay section.bg-fog .text-white a,
  section:not(.bg-image).bg-clay section.bg-fog .primary-section-title a,
  section:not(.bg-image).bg-clay section.bg-fog .subsection-title a,
  section:not(.bg-image).bg-clay section.bg-white .section-heading,
  section:not(.bg-image).bg-clay section.bg-white .lead,
  section:not(.bg-image).bg-clay section.bg-white .blockquote-footer::before,
  section:not(.bg-image).bg-clay section.bg-white .section-body div:not(.card) a,
  section:not(.bg-image).bg-clay section.bg-white .text-white a,
  section:not(.bg-image).bg-clay section.bg-white .primary-section-title a,
  section:not(.bg-image).bg-clay section.bg-white .subsection-title a, section:not(.bg-image).bg-purple section.bg-cloud .section-heading,
  section:not(.bg-image).bg-purple section.bg-cloud .lead,
  section:not(.bg-image).bg-purple section.bg-cloud .blockquote-footer::before,
  section:not(.bg-image).bg-purple section.bg-cloud .section-body div:not(.card) a,
  section:not(.bg-image).bg-purple section.bg-cloud .text-white a,
  section:not(.bg-image).bg-purple section.bg-cloud .primary-section-title a,
  section:not(.bg-image).bg-purple section.bg-cloud .subsection-title a,
  section:not(.bg-image).bg-purple section.bg-fog .section-heading,
  section:not(.bg-image).bg-purple section.bg-fog .lead,
  section:not(.bg-image).bg-purple section.bg-fog .blockquote-footer::before,
  section:not(.bg-image).bg-purple section.bg-fog .section-body div:not(.card) a,
  section:not(.bg-image).bg-purple section.bg-fog .text-white a,
  section:not(.bg-image).bg-purple section.bg-fog .primary-section-title a,
  section:not(.bg-image).bg-purple section.bg-fog .subsection-title a,
  section:not(.bg-image).bg-purple section.bg-white .section-heading,
  section:not(.bg-image).bg-purple section.bg-white .lead,
  section:not(.bg-image).bg-purple section.bg-white .blockquote-footer::before,
  section:not(.bg-image).bg-purple section.bg-white .section-body div:not(.card) a,
  section:not(.bg-image).bg-purple section.bg-white .text-white a,
  section:not(.bg-image).bg-purple section.bg-white .primary-section-title a,
  section:not(.bg-image).bg-purple section.bg-white .subsection-title a, section:not(.bg-image).bg-redwood section.bg-cloud .section-heading,
  section:not(.bg-image).bg-redwood section.bg-cloud .lead,
  section:not(.bg-image).bg-redwood section.bg-cloud .blockquote-footer::before,
  section:not(.bg-image).bg-redwood section.bg-cloud .section-body div:not(.card) a,
  section:not(.bg-image).bg-redwood section.bg-cloud .text-white a,
  section:not(.bg-image).bg-redwood section.bg-cloud .primary-section-title a,
  section:not(.bg-image).bg-redwood section.bg-cloud .subsection-title a,
  section:not(.bg-image).bg-redwood section.bg-fog .section-heading,
  section:not(.bg-image).bg-redwood section.bg-fog .lead,
  section:not(.bg-image).bg-redwood section.bg-fog .blockquote-footer::before,
  section:not(.bg-image).bg-redwood section.bg-fog .section-body div:not(.card) a,
  section:not(.bg-image).bg-redwood section.bg-fog .text-white a,
  section:not(.bg-image).bg-redwood section.bg-fog .primary-section-title a,
  section:not(.bg-image).bg-redwood section.bg-fog .subsection-title a,
  section:not(.bg-image).bg-redwood section.bg-white .section-heading,
  section:not(.bg-image).bg-redwood section.bg-white .lead,
  section:not(.bg-image).bg-redwood section.bg-white .blockquote-footer::before,
  section:not(.bg-image).bg-redwood section.bg-white .section-body div:not(.card) a,
  section:not(.bg-image).bg-redwood section.bg-white .text-white a,
  section:not(.bg-image).bg-redwood section.bg-white .primary-section-title a,
  section:not(.bg-image).bg-redwood section.bg-white .subsection-title a, section:not(.bg-image).bg-teal section.bg-cloud .section-heading,
  section:not(.bg-image).bg-teal section.bg-cloud .lead,
  section:not(.bg-image).bg-teal section.bg-cloud .blockquote-footer::before,
  section:not(.bg-image).bg-teal section.bg-cloud .section-body div:not(.card) a,
  section:not(.bg-image).bg-teal section.bg-cloud .text-white a,
  section:not(.bg-image).bg-teal section.bg-cloud .primary-section-title a,
  section:not(.bg-image).bg-teal section.bg-cloud .subsection-title a,
  section:not(.bg-image).bg-teal section.bg-fog .section-heading,
  section:not(.bg-image).bg-teal section.bg-fog .lead,
  section:not(.bg-image).bg-teal section.bg-fog .blockquote-footer::before,
  section:not(.bg-image).bg-teal section.bg-fog .section-body div:not(.card) a,
  section:not(.bg-image).bg-teal section.bg-fog .text-white a,
  section:not(.bg-image).bg-teal section.bg-fog .primary-section-title a,
  section:not(.bg-image).bg-teal section.bg-fog .subsection-title a,
  section:not(.bg-image).bg-teal section.bg-white .section-heading,
  section:not(.bg-image).bg-teal section.bg-white .lead,
  section:not(.bg-image).bg-teal section.bg-white .blockquote-footer::before,
  section:not(.bg-image).bg-teal section.bg-white .section-body div:not(.card) a,
  section:not(.bg-image).bg-teal section.bg-white .text-white a,
  section:not(.bg-image).bg-teal section.bg-white .primary-section-title a,
  section:not(.bg-image).bg-teal section.bg-white .subsection-title a, section:not(.bg-image).bg-warm-grey section.bg-cloud .section-heading,
  section:not(.bg-image).bg-warm-grey section.bg-cloud .lead,
  section:not(.bg-image).bg-warm-grey section.bg-cloud .blockquote-footer::before,
  section:not(.bg-image).bg-warm-grey section.bg-cloud .section-body div:not(.card) a,
  section:not(.bg-image).bg-warm-grey section.bg-cloud .text-white a,
  section:not(.bg-image).bg-warm-grey section.bg-cloud .primary-section-title a,
  section:not(.bg-image).bg-warm-grey section.bg-cloud .subsection-title a,
  section:not(.bg-image).bg-warm-grey section.bg-fog .section-heading,
  section:not(.bg-image).bg-warm-grey section.bg-fog .lead,
  section:not(.bg-image).bg-warm-grey section.bg-fog .blockquote-footer::before,
  section:not(.bg-image).bg-warm-grey section.bg-fog .section-body div:not(.card) a,
  section:not(.bg-image).bg-warm-grey section.bg-fog .text-white a,
  section:not(.bg-image).bg-warm-grey section.bg-fog .primary-section-title a,
  section:not(.bg-image).bg-warm-grey section.bg-fog .subsection-title a,
  section:not(.bg-image).bg-warm-grey section.bg-white .section-heading,
  section:not(.bg-image).bg-warm-grey section.bg-white .lead,
  section:not(.bg-image).bg-warm-grey section.bg-white .blockquote-footer::before,
  section:not(.bg-image).bg-warm-grey section.bg-white .section-body div:not(.card) a,
  section:not(.bg-image).bg-warm-grey section.bg-white .text-white a,
  section:not(.bg-image).bg-warm-grey section.bg-white .primary-section-title a,
  section:not(.bg-image).bg-warm-grey section.bg-white .subsection-title a {
    text-shadow: none; }
  section.bg-cloud .section-heading,
  section.bg-cloud .lead,
  section.bg-cloud .blockquote-footer::before,
  section.bg-cloud .section-body div:not(.card) a,
  section.bg-cloud .text-white a,
  section.bg-cloud .primary-section-title a,
  section.bg-cloud .subsection-title a, section.bg-fog .section-heading,
  section.bg-fog .lead,
  section.bg-fog .blockquote-footer::before,
  section.bg-fog .section-body div:not(.card) a,
  section.bg-fog .text-white a,
  section.bg-fog .primary-section-title a,
  section.bg-fog .subsection-title a, section.bg-white .section-heading,
  section.bg-white .lead,
  section.bg-white .blockquote-footer::before,
  section.bg-white .section-body div:not(.card) a,
  section.bg-white .text-white a,
  section.bg-white .primary-section-title a,
  section.bg-white .subsection-title a {
    color: #000; }
  section.bg-brown .section-heading,
  section.bg-brown .lead,
  section.bg-brown .blockquote,
  section.bg-brown .blockquote-footer,
  section.bg-brown .blockquote-footer::before,
  section.bg-brown .section-body div:not(.card) a,
  section.bg-brown .text-white a,
  section.bg-brown .primary-section-title a,
  section.bg-brown .subsection-title a,
  section.bg-brown .field--name-field-video-title, section.bg-clay .section-heading,
  section.bg-clay .lead,
  section.bg-clay .blockquote,
  section.bg-clay .blockquote-footer,
  section.bg-clay .blockquote-footer::before,
  section.bg-clay .section-body div:not(.card) a,
  section.bg-clay .text-white a,
  section.bg-clay .primary-section-title a,
  section.bg-clay .subsection-title a,
  section.bg-clay .field--name-field-video-title, section.bg-purple .section-heading,
  section.bg-purple .lead,
  section.bg-purple .blockquote,
  section.bg-purple .blockquote-footer,
  section.bg-purple .blockquote-footer::before,
  section.bg-purple .section-body div:not(.card) a,
  section.bg-purple .text-white a,
  section.bg-purple .primary-section-title a,
  section.bg-purple .subsection-title a,
  section.bg-purple .field--name-field-video-title, section.bg-redwood .section-heading,
  section.bg-redwood .lead,
  section.bg-redwood .blockquote,
  section.bg-redwood .blockquote-footer,
  section.bg-redwood .blockquote-footer::before,
  section.bg-redwood .section-body div:not(.card) a,
  section.bg-redwood .text-white a,
  section.bg-redwood .primary-section-title a,
  section.bg-redwood .subsection-title a,
  section.bg-redwood .field--name-field-video-title, section.bg-teal .section-heading,
  section.bg-teal .lead,
  section.bg-teal .blockquote,
  section.bg-teal .blockquote-footer,
  section.bg-teal .blockquote-footer::before,
  section.bg-teal .section-body div:not(.card) a,
  section.bg-teal .text-white a,
  section.bg-teal .primary-section-title a,
  section.bg-teal .subsection-title a,
  section.bg-teal .field--name-field-video-title, section.bg-warm-grey .section-heading,
  section.bg-warm-grey .lead,
  section.bg-warm-grey .blockquote,
  section.bg-warm-grey .blockquote-footer,
  section.bg-warm-grey .blockquote-footer::before,
  section.bg-warm-grey .section-body div:not(.card) a,
  section.bg-warm-grey .text-white a,
  section.bg-warm-grey .primary-section-title a,
  section.bg-warm-grey .subsection-title a,
  section.bg-warm-grey .field--name-field-video-title {
    color: #ffffff; }
  section.bg-brown .card, section.bg-clay .card, section.bg-purple .card, section.bg-redwood .card, section.bg-teal .card, section.bg-warm-grey .card {
    border: none; }
  section.bg-brown section.bg-cloud .section-heading,
  section.bg-brown section.bg-cloud .lead,
  section.bg-brown section.bg-cloud .blockquote-footer::before,
  section.bg-brown section.bg-cloud .section-body div:not(.card) a,
  section.bg-brown section.bg-cloud .text-white a,
  section.bg-brown section.bg-cloud .primary-section-title a,
  section.bg-brown section.bg-cloud .subsection-title a,
  section.bg-brown section.bg-fog .section-heading,
  section.bg-brown section.bg-fog .lead,
  section.bg-brown section.bg-fog .blockquote-footer::before,
  section.bg-brown section.bg-fog .section-body div:not(.card) a,
  section.bg-brown section.bg-fog .text-white a,
  section.bg-brown section.bg-fog .primary-section-title a,
  section.bg-brown section.bg-fog .subsection-title a,
  section.bg-brown section.bg-white .section-heading,
  section.bg-brown section.bg-white .lead,
  section.bg-brown section.bg-white .blockquote-footer::before,
  section.bg-brown section.bg-white .section-body div:not(.card) a,
  section.bg-brown section.bg-white .text-white a,
  section.bg-brown section.bg-white .primary-section-title a,
  section.bg-brown section.bg-white .subsection-title a, section.bg-clay section.bg-cloud .section-heading,
  section.bg-clay section.bg-cloud .lead,
  section.bg-clay section.bg-cloud .blockquote-footer::before,
  section.bg-clay section.bg-cloud .section-body div:not(.card) a,
  section.bg-clay section.bg-cloud .text-white a,
  section.bg-clay section.bg-cloud .primary-section-title a,
  section.bg-clay section.bg-cloud .subsection-title a,
  section.bg-clay section.bg-fog .section-heading,
  section.bg-clay section.bg-fog .lead,
  section.bg-clay section.bg-fog .blockquote-footer::before,
  section.bg-clay section.bg-fog .section-body div:not(.card) a,
  section.bg-clay section.bg-fog .text-white a,
  section.bg-clay section.bg-fog .primary-section-title a,
  section.bg-clay section.bg-fog .subsection-title a,
  section.bg-clay section.bg-white .section-heading,
  section.bg-clay section.bg-white .lead,
  section.bg-clay section.bg-white .blockquote-footer::before,
  section.bg-clay section.bg-white .section-body div:not(.card) a,
  section.bg-clay section.bg-white .text-white a,
  section.bg-clay section.bg-white .primary-section-title a,
  section.bg-clay section.bg-white .subsection-title a, section.bg-purple section.bg-cloud .section-heading,
  section.bg-purple section.bg-cloud .lead,
  section.bg-purple section.bg-cloud .blockquote-footer::before,
  section.bg-purple section.bg-cloud .section-body div:not(.card) a,
  section.bg-purple section.bg-cloud .text-white a,
  section.bg-purple section.bg-cloud .primary-section-title a,
  section.bg-purple section.bg-cloud .subsection-title a,
  section.bg-purple section.bg-fog .section-heading,
  section.bg-purple section.bg-fog .lead,
  section.bg-purple section.bg-fog .blockquote-footer::before,
  section.bg-purple section.bg-fog .section-body div:not(.card) a,
  section.bg-purple section.bg-fog .text-white a,
  section.bg-purple section.bg-fog .primary-section-title a,
  section.bg-purple section.bg-fog .subsection-title a,
  section.bg-purple section.bg-white .section-heading,
  section.bg-purple section.bg-white .lead,
  section.bg-purple section.bg-white .blockquote-footer::before,
  section.bg-purple section.bg-white .section-body div:not(.card) a,
  section.bg-purple section.bg-white .text-white a,
  section.bg-purple section.bg-white .primary-section-title a,
  section.bg-purple section.bg-white .subsection-title a, section.bg-redwood section.bg-cloud .section-heading,
  section.bg-redwood section.bg-cloud .lead,
  section.bg-redwood section.bg-cloud .blockquote-footer::before,
  section.bg-redwood section.bg-cloud .section-body div:not(.card) a,
  section.bg-redwood section.bg-cloud .text-white a,
  section.bg-redwood section.bg-cloud .primary-section-title a,
  section.bg-redwood section.bg-cloud .subsection-title a,
  section.bg-redwood section.bg-fog .section-heading,
  section.bg-redwood section.bg-fog .lead,
  section.bg-redwood section.bg-fog .blockquote-footer::before,
  section.bg-redwood section.bg-fog .section-body div:not(.card) a,
  section.bg-redwood section.bg-fog .text-white a,
  section.bg-redwood section.bg-fog .primary-section-title a,
  section.bg-redwood section.bg-fog .subsection-title a,
  section.bg-redwood section.bg-white .section-heading,
  section.bg-redwood section.bg-white .lead,
  section.bg-redwood section.bg-white .blockquote-footer::before,
  section.bg-redwood section.bg-white .section-body div:not(.card) a,
  section.bg-redwood section.bg-white .text-white a,
  section.bg-redwood section.bg-white .primary-section-title a,
  section.bg-redwood section.bg-white .subsection-title a, section.bg-teal section.bg-cloud .section-heading,
  section.bg-teal section.bg-cloud .lead,
  section.bg-teal section.bg-cloud .blockquote-footer::before,
  section.bg-teal section.bg-cloud .section-body div:not(.card) a,
  section.bg-teal section.bg-cloud .text-white a,
  section.bg-teal section.bg-cloud .primary-section-title a,
  section.bg-teal section.bg-cloud .subsection-title a,
  section.bg-teal section.bg-fog .section-heading,
  section.bg-teal section.bg-fog .lead,
  section.bg-teal section.bg-fog .blockquote-footer::before,
  section.bg-teal section.bg-fog .section-body div:not(.card) a,
  section.bg-teal section.bg-fog .text-white a,
  section.bg-teal section.bg-fog .primary-section-title a,
  section.bg-teal section.bg-fog .subsection-title a,
  section.bg-teal section.bg-white .section-heading,
  section.bg-teal section.bg-white .lead,
  section.bg-teal section.bg-white .blockquote-footer::before,
  section.bg-teal section.bg-white .section-body div:not(.card) a,
  section.bg-teal section.bg-white .text-white a,
  section.bg-teal section.bg-white .primary-section-title a,
  section.bg-teal section.bg-white .subsection-title a, section.bg-warm-grey section.bg-cloud .section-heading,
  section.bg-warm-grey section.bg-cloud .lead,
  section.bg-warm-grey section.bg-cloud .blockquote-footer::before,
  section.bg-warm-grey section.bg-cloud .section-body div:not(.card) a,
  section.bg-warm-grey section.bg-cloud .text-white a,
  section.bg-warm-grey section.bg-cloud .primary-section-title a,
  section.bg-warm-grey section.bg-cloud .subsection-title a,
  section.bg-warm-grey section.bg-fog .section-heading,
  section.bg-warm-grey section.bg-fog .lead,
  section.bg-warm-grey section.bg-fog .blockquote-footer::before,
  section.bg-warm-grey section.bg-fog .section-body div:not(.card) a,
  section.bg-warm-grey section.bg-fog .text-white a,
  section.bg-warm-grey section.bg-fog .primary-section-title a,
  section.bg-warm-grey section.bg-fog .subsection-title a,
  section.bg-warm-grey section.bg-white .section-heading,
  section.bg-warm-grey section.bg-white .lead,
  section.bg-warm-grey section.bg-white .blockquote-footer::before,
  section.bg-warm-grey section.bg-white .section-body div:not(.card) a,
  section.bg-warm-grey section.bg-white .text-white a,
  section.bg-warm-grey section.bg-white .primary-section-title a,
  section.bg-warm-grey section.bg-white .subsection-title a {
    color: #000;
    text-shadow: none; }
  section.section-grid > .paragraph > .container > .primary-section-content > .row > .section-content,
  section.section-grid > .paragraph > .container > .subsection-content > .row > .section-content {
    display: flex;
    align-items: stretch; }
  section.section-wide > .paragraph > .container {
    max-width: 100%; }
  section.section-no-gutters {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    section.section-no-gutters > .paragraph > .container {
      padding-left: 0;
      padding-right: 0; }
      section.section-no-gutters > .paragraph > .container > .primary-section-content > .row,
      section.section-no-gutters > .paragraph > .container > .subsection-content > .row {
        margin-left: 0;
        margin-right: 0; }
        section.section-no-gutters > .paragraph > .container > .primary-section-content > .row > .section-content,
        section.section-no-gutters > .paragraph > .container > .subsection-content > .row > .section-content {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; }
  section.section-list > .paragraph > .container > .primary-section-content > .row > .section-content,
  section.section-list > .paragraph > .container > .subsection-content > .row > .section-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 576px) {
    section.section-masonry > .paragraph > .container > .primary-section-content > .row.section,
    section.section-masonry > .paragraph > .container > .subsection-content > .row.section {
      column-count: 2;
      column-gap: 0;
      orphans: 1;
      widows: 1;
      display: block;
      margin-left: 0;
      margin-right: 0; }
      section.section-masonry > .paragraph > .container > .primary-section-content > .row.section > .section-content,
      section.section-masonry > .paragraph > .container > .subsection-content > .row.section > .section-content {
        display: block;
        width: 100%;
        max-width: 100%;
        page-break-inside: avoid;
        break-inside: avoid-column; } }
  @media (min-width: 992px) {
    section.section-masonry > .paragraph > .container > .primary-section-content > .row.section,
    section.section-masonry > .paragraph > .container > .subsection-content > .row.section {
      column-count: 3; } }

/* Basic Page */
article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-grid > .paragraph > .container,
article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-list > .paragraph > .container,
article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-masonry > .paragraph > .container {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px); }
  @media (max-width: 575.98px) {
    article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-grid > .paragraph > .container,
    article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-list > .paragraph > .container,
    article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-masonry > .paragraph > .container {
      padding-left: 0;
      padding-right: 0; } }
  article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-grid > .paragraph > .container .paragraph h2:first-child,
  article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-list > .paragraph > .container .paragraph h2:first-child,
  article section:not(.bg-cloud):not(.bg-fog):not(.bg-white):not(.bg-brown):not(.bg-clay):not(.bg-purple):not(.bg-redwood):not(.bg-teal):not(.bg-warm-grey).section-masonry > .paragraph > .container .paragraph h2:first-child {
    margin-top: 0; }

/* Custom Page */
#block-cp-content section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 0;
  /* Subsection */
  /* Collapsible Subsection */ }
  #block-cp-content section.subsection {
    border-radius: .25rem; }
  #block-cp-content section.section-no-gutters .subsection {
    border-radius: 0; }
  #block-cp-content section.subsection.section-collapsed, #block-cp-content section.subsection.section-collapsible {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #block-cp-content section.subsection.section-collapsed .subsection-title .section-title h3.section-heading, #block-cp-content section.subsection.section-collapsible .subsection-title .section-title h3.section-heading {
      margin-bottom: 0; }
    #block-cp-content section.subsection.section-collapsed .subsection-content, #block-cp-content section.subsection.section-collapsible .subsection-content {
      margin-top: 1rem; }

/* Paragraph */
.paragraph > section:first-child {
  padding-top: 3rem !important; }

.paragraph > section:last-child {
  padding-bottom: 3rem !important; }

.paragraph .section-title + .section-body {
  margin-top: 1rem; }

.paragraph .section-title + .section,
.paragraph .section-body + .section,
.paragraph .section-cards,
.paragraph .section-views {
  margin-top: 3rem; }

.paragraph {
  width: 100%; }

.paragraph--section .row,
.paragraph--section-cards .row {
  justify-content: center; }

.paragraph--section .paragraph--type--card,
.paragraph--section-cards .paragraph--type--card {
  display: flex;
  flex-grow: 1; }

.paragraph--section .paragraph--card,
.paragraph--section-cards .paragraph--card {
  width: 100%;
  display: flex;
  align-items: stretch; }

.paragraph--section .view-content,
.paragraph--section-views .view-content {
  justify-content: center; }

.paragraph--section .col-auto,
.paragraph--section-views .col-auto {
  min-height: 0; }

.card .paragraph--video {
  margin-bottom: 1em; }
  .card .paragraph--video h3 {
    font-size: 1.5rem; }

/* Paragraph Admin */
.paragraphs-dropbutton-wrapper .button {
  margin-right: 10px; }

.view-taxonomy-term .views-row {
  flex: 0 0 100%; }

/* Custom Page and Guide Content Types */
.node--type-custom-page #main-wrapper,
.node--type-guide #main-wrapper {
  background: transparent; }

.node--type-custom-page .content-wrapper,
.node--type-guide .content-wrapper {
  padding: 0; }

.node--type-custom-page .content-top,
.node--type-guide .content-top {
  padding-bottom: 0; }

.node--type-custom-page section.row.region-secondary-menu .nav,
.node--type-guide section.row.region-secondary-menu .nav {
  justify-content: center; }

.subsite {
  background: rgba(0, 80, 92, 0.8);
  background: transparent;
  margin: 80px 0 0 0;
  padding: 3rem 0;
  text-shadow: 2px 2px 4px #3f3c30;
  font-weight: 300; }
  @media (max-width: 575.98px) {
    .subsite {
      margin: 65px 0 0 0;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; } }
  .subsite .hero:after {
    background: rgba(0, 0, 0, 0.5); }
  .subsite a {
    display: inline-block;
    text-decoration: none; }

#search-block-form {
  position: relative; }
  #search-block-form .form-control {
    padding-right: 40px; }
  #search-block-form .form-actions {
    position: absolute;
    top: 6px;
    right: 20px; }
    #search-block-form .form-actions button {
      background: url("../images/searchbutton.png") no-repeat;
      font-size: 0;
      border: none;
      border-radius: 0.25em;
      height: 34px;
      width: 34px; }
      #search-block-form .form-actions button:hover, #search-block-form .form-actions button:active, #search-block-form .form-actions button:focus {
        background: url("../images/searchbutton2.png") no-repeat; }

.path-search {
  /* Hide "Your search yielded no results." text on initial search page */ }
  .path-search form[action="/search/node"] + h3 {
    display: none; }
  .path-search main .search-form {
    padding: 15px;
    background: #f4f4f4;
    margin-bottom: 30px; }
    .path-search main .search-form fieldset.form-type-search {
      padding: 0; }
    .path-search main .search-form #edit-basic {
      position: relative; }
      .path-search main .search-form #edit-basic button {
        position: absolute;
        right: 20px;
        top: 34px;
        background: url("../images/searchbutton.png") no-repeat;
        font-size: 0;
        border: none;
        border-radius: 0.25em;
        height: 34px;
        width: 34px; }
        .path-search main .search-form #edit-basic button:hover, .path-search main .search-form #edit-basic button:active, .path-search main .search-form #edit-basic button:focus {
          background: url("../images/searchbutton2.png") no-repeat; }
    .path-search main .search-form .form-control {
      padding-right: 40px; }
    .path-search main .search-form .search-help-link {
      padding-left: 15px; }
    .path-search main .search-form .search-advanced {
      display: none;
      margin-top: 15px; }
  .path-search h2 {
    margin-bottom: 1em; }
  .path-search .list-group-item {
    border: none;
    padding: 0;
    margin-bottom: 1.25em; }
  .path-search .pagination {
    justify-content: center; }

#brand-bar {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  background-color: #8c1515;
  font-weight: 400;
  height: 40px; }
  #brand-bar #top-logo img {
    display: block;
    margin: 10px 0 6px 0;
    width: 153px;
    max-width: none; }
  #brand-bar #login {
    text-align: right;
    margin-top: 8px; }
  #brand-bar a {
    font-weight: 400 !important;
    color: #e3dfd5;
    text-decoration: none;
    border-bottom: 0; }
  #brand-bar a:focus,
  #brand-bar a:active {
    outline: thin dotted white; }
  #brand-bar a:hover,
  #brand-bar a:focus {
    color: #fff;
    text-decoration: underline; }

.site-footer {
  padding: 0; }
  .site-footer a {
    color: #ffffff; }
  @media (max-width: 575.98px) {
    .site-footer .container {
      padding-left: 0;
      padding-right: 0; } }
  .site-footer .site-footer__bottom {
    margin: 0;
    padding: 15px;
    border: 0; }
    @media (max-width: 575.98px) {
      .site-footer .site-footer__bottom {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .site-footer .site-footer__bottom {
        margin: 0 -30px; } }
    .site-footer .site-footer__bottom .region {
      margin: 0; }
    .site-footer .site-footer__bottom .block {
      padding: 15px; }
    .site-footer .site-footer__bottom h2 {
      border-bottom: 1px solid #555;
      border-color: rgba(255, 255, 255, 0.15);
      font-size: 1em;
      margin-bottom: 0.5em;
      padding-bottom: 3px;
      text-transform: uppercase; }
  .site-footer .nav-link {
    padding: 0 0 0.35rem 0; }
  .site-footer .nav {
    display: block; }
    .site-footer .nav .nav-link:hover,
    .site-footer .nav .nav-link:focus {
      text-decoration: underline; }

#global-footer {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  padding: 20px 0;
  background-color: #8c1515;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  width: auto; }
  #global-footer img {
    width: 120px; }
  #global-footer a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    border-bottom: 0; }

#bottom-logo {
  padding-top: 10px; }

#bottom-menu {
  min-height: 65px; }
  #bottom-menu a,
  #bottom-menu .tel {
    color: #fff;
    text-decoration: none; }
  #bottom-menu ul {
    margin: 0;
    padding: 5px 0 0 0px;
    line-height: 1em; }
    #bottom-menu ul li {
      display: inline-block;
      list-style: none;
      padding: 0;
      line-height: 1.5em; }
    #bottom-menu ul li:last-child {
      margin: 0; }

#bottom-menu a:hover,
#bottom-menu a:focus,
#global-footer a:hover,
#global-footer a:focus {
  color: #fff;
  text-decoration: underline; }

#global-links {
  font-size: 17px; }
  #global-links li {
    margin: 0 17px 0 0; }

#global-policy-links {
  font-size: 15px; }
  #global-policy-links li {
    margin: 0 15px 0 0; }
  #global-policy-links a {
    font-weight: 300; }

#copyright {
  font-weight: 300; }
  #copyright .copyright-links {
    margin-left: 17px; }

.vcard .adr {
  margin-left: .5em;
  margin-right: .5em; }

@media (max-width: 991.98px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  #global-footer {
    height: auto;
    text-align: center; }
    #global-footer #bottom-menu {
      margin: 20px auto; }
  .copyright-links {
    display: block;
    margin-top: 15px; } }

@media (max-width: 575.98px) {
  #global-footer {
    height: auto;
    text-align: center; }
    #global-footer #bottom-logo {
      padding-top: 0; }
    #global-footer #copyright {
      clear: both;
      margin: 0; }
    #global-footer #bottom-menu {
      margin: 20px auto;
      width: 300px;
      text-align: left; }
      #global-footer #bottom-menu ul,
      #global-footer #bottom-menu #global-links,
      #global-footer #bottom-menu #global-policy-links {
        float: left;
        margin: 0 0 20px 0;
        width: 50%;
        clear: none; }
        #global-footer #bottom-menu ul li,
        #global-footer #bottom-menu #global-links li,
        #global-footer #bottom-menu #global-policy-links li {
          display: block;
          margin: 0;
          padding: .25em 0; }
          #global-footer #bottom-menu ul li a,
          #global-footer #bottom-menu #global-links li a,
          #global-footer #bottom-menu #global-policy-links li a {
            font-weight: 400;
            font-size: 15px; }
  .copyright-links {
    display: block;
    margin-top: 15px; } }

/* ----- Sticky Global Footer --------------- */
#page-wrapper {
  display: flex;
  height: 100vh;
  flex-direction: column; }

#page {
  flex: 1 0 auto; }

#brand-bar,
#global-footer {
  flex-shrink: 0; }

#global-footer {
  margin-bottom: -1px; }

#navbar-main {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  background: rgba(244, 244, 244, 0.9);
  width: 100%; }
  @media (max-width: 991.98px) {
    #navbar-main {
      background: #f4f4f4; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    #navbar-main .container {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1.25em;
    padding-top: .4rem;
    padding-bottom: 0; }
    .navbar-brand img {
      border-right: 1px solid #000;
      padding-right: 0.25em;
      margin-right: 0.05em;
      margin-top: -3px;
      width: 123px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .navbar-brand {
    font-size: 1.5em;
    white-space: nowrap;
    padding-top: 14px; }
    .navbar-brand img {
      border-right: 1px solid #000;
      padding-right: 0.25em;
      margin-right: 0.05em;
      margin-top: -3px;
      width: 147px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand {
    padding: 0;
    white-space: normal;
    margin: 0.25rem 3rem 0 0; }
    .navbar-brand img {
      width: 118px;
      margin-left: 1px;
      display: block !important; } }

@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.5em;
    white-space: normal;
    padding-top: 14px;
    margin-right: 3rem; }
    .navbar-brand img {
      border-right: 1px solid #000;
      padding-right: 0.25em;
      margin-right: 0.05em;
      margin-top: -3px;
      width: 147px; } }

.navbar-light .navbar-nav .nav-link {
  color: #2e2d29; }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000; }

.navbar-nav li,
.dropdown-menu li {
  /* Keep list bullets from displaying in Edge */
  color: rgba(255, 255, 255, 0); }

.navbar-nav li.dropdown-item-text:nth-of-type(1) span,
.dropdown-menu li.dropdown-item-text:nth-of-type(1) span {
  padding-top: 5px; }

.navbar-nav li.dropdown-item-text span,
.dropdown-menu li.dropdown-item-text span {
  display: block;
  color: #00505c;
  border-bottom: 1px solid #bbb;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 1em; }

.navbar-nav a,
.dropdown-menu a {
  color: #2e2d29; }

.dropdown-item a {
  display: block; }

.dropdown-item:hover {
  background-color: #ececec; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #dad7cb; }

.navbar-form {
  margin-left: auto; }
  @media (min-width: 992px) {
    .navbar-form {
      float: right; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

.nav a:hover {
  text-decoration: none; }

aside nav h2 {
  color: #00505c;
  text-transform: uppercase;
  font-weight: 600; }

aside nav ul.nav {
  display: block;
  list-style-type: none; }
  aside nav ul.nav li.nav-item {
    display: block;
    width: 100%;
    border-left: 5px solid #f4f4f4; }
    aside nav ul.nav li.nav-item:hover {
      background: #ececec;
      color: #000;
      border-left: 5px solid #00505c; }
    aside nav ul.nav li.nav-item a {
      display: block;
      color: #2e2d29; }
  aside nav ul.nav > li.menu-item--active-trail {
    background: #ececec;
    border-left: 5px solid #b6b1a9; }
    aside nav ul.nav > li.menu-item--active-trail:hover {
      background: #e0e0e0;
      color: #000; }
    aside nav ul.nav > li.menu-item--active-trail a {
      padding-left: 15px; }
      aside nav ul.nav > li.menu-item--active-trail a.is-active {
        background: #e0e0e0; }
    aside nav ul.nav > li.menu-item--active-trail li {
      border-top: 1px solid #dad7cb;
      border-left: 0; }
      aside nav ul.nav > li.menu-item--active-trail li:hover, aside nav ul.nav > li.menu-item--active-trail li.menu-item--active-trail {
        background: #e0e0e0;
        border-left: 0; }
  aside nav ul.nav ul.menu {
    padding-left: 0; }
    aside nav ul.nav ul.menu li.nav-item {
      padding-left: 15px;
      border-left: 5px solid transparent; }
      aside nav ul.nav ul.menu li.nav-item:hover {
        background: #e0e0e0;
        color: #000;
        border-left: 5px solid #e0e0e0; }

.sidebar .block {
  padding: 0; }

.sidebar nav.block {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  padding: 15px; }

.region-secondary-menu nav {
  width: 100%; }

.region-secondary-menu .nav {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  align-items: center;
  justify-content: center; }
  .region-secondary-menu .nav li {
    display: inline-block; }
  .region-secondary-menu .nav a {
    color: #ffffff; }
    .region-secondary-menu .nav a:hover {
      text-decoration: underline; }
  .region-secondary-menu .nav .dropdown-item a {
    color: #2e2d29; }
    .region-secondary-menu .nav .dropdown-item a:hover {
      text-decoration: none; }

nav.tabs {
  background: transparent; }

.hero {
  position: relative;
  z-index: 1;
  font-weight: 300; }
  .hero h1,
  .hero h2,
  .hero h3,
  .hero h4,
  .hero h5,
  .hero h6,
  .hero p {
    font-weight: 300;
    text-shadow: 2px 2px 4px #3f3c30; }
  .hero:after {
    display: block;
    background: rgba(0, 0, 0, 0.35);
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .hero h1 {
    font-size: 3rem; }
    @media (min-width: 576px) {
      .hero h1 {
        font-size: 3.5rem; } }
    @media (min-width: 768px) {
      .hero h1 {
        font-size: 4rem; } }
    @media (min-width: 992px) {
      .hero h1 {
        font-size: 4.5rem; } }
  .hero h2 {
    font-size: 2rem; }
    @media (min-width: 576px) {
      .hero h2 {
        font-size: 2.5rem; } }
    @media (min-width: 768px) {
      .hero h2 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      .hero h2 {
        font-size: 3.5rem; } }
  .hero p {
    font-size: 1.4rem;
    line-height: 1.8rem; }
    @media (min-width: 576px) {
      .hero p {
        font-size: 1.6rem;
        line-height: 2rem; } }
    @media (min-width: 768px) {
      .hero p {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
    @media (min-width: 992px) {
      .hero p {
        font-size: 2rem;
        line-height: 2.4rem; } }
  .hero .hero-link {
    margin-top: 50px; }
    .hero .hero-link ul {
      margin-bottom: 0; }
    .hero .hero-link .list-inline-item:not(:last-child) {
      margin-right: 0; }
    .hero .hero-link a {
      background-color: rgba(0, 0, 0, 0.5);
      border: 2px solid #ffffff;
      color: #ffffff;
      display: inline-block;
      font-size: 1.2rem;
      line-height: 1.4rem;
      padding: .4em .6em;
      text-decoration: none;
      transition-delay: 0s;
      transition-duration: .2s;
      transition-property: background;
      transition-timing-function: ease-in; }
      .hero .hero-link a:hover {
        background-color: rgba(0, 0, 0, 0.9);
        outline: 0; }
      @media (min-width: 576px) {
        .hero .hero-link a {
          font-size: 1.4rem;
          line-height: 1.6rem; } }
      @media (min-width: 768px) {
        .hero .hero-link a {
          font-size: 1.5rem;
          line-height: 1.8rem; } }
      @media (min-width: 992px) {
        .hero .hero-link a {
          font-size: 1.6rem;
          line-height: 2rem; } }
  @media (max-width: 575.98px) {
    .hero .container,
    .hero .col {
      padding-left: 0;
      padding-right: 0; }
    .hero .row {
      margin-left: 0;
      margin-right: 0; } }

img {
  max-width: 100%; }

@media (max-width: 575.98px) {
  figure.figure.float-left,
  figure.figure.float-right {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.card {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400; }
  .card ul {
    padding-left: 1.25em; }
  .card h2 i.fas {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #4d4f53; }
  .card .card-img-photo {
    flex: 0 0 auto;
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); }
  .card .card-img-icon {
    width: auto;
    border-radius: 0;
    margin: 20px auto 0 auto; }
  .card .card-title {
    margin-top: 0; }
  .card .card-body p:last-child {
    margin-bottom: 0; }
  .card img {
    height: auto; }

.card.card-teal {
  border-top: 0; }
  .card.card-teal > div:first-child {
    border-top: 3px solid #00505c;
    margin-left: -1px;
    margin-right: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .card.card-teal > div:first-child h2,
    .card.card-teal > div:first-child h3,
    .card.card-teal > div:first-child svg {
      color: #00505c; }
      .card.card-teal > div:first-child h2 a,
      .card.card-teal > div:first-child h3 a,
      .card.card-teal > div:first-child svg a {
        color: #00505c; }

.card.card-redwood {
  border-top: 0; }
  .card.card-redwood > div:first-child {
    border-top: 3px solid #8d3c1e;
    margin-left: -1px;
    margin-right: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .card.card-redwood > div:first-child h2,
    .card.card-redwood > div:first-child h3,
    .card.card-redwood > div:first-child svg {
      color: #8d3c1e; }
      .card.card-redwood > div:first-child h2 a,
      .card.card-redwood > div:first-child h3 a,
      .card.card-redwood > div:first-child svg a {
        color: #8d3c1e; }

.card-columns > div {
  display: inline-block; }

.contact-message-form {
  margin: 30px 0;
  background: #f4f4f4;
  padding: 30px; }
  .contact-message-form label {
    font-weight: 600;
    min-width: 150px; }
  .contact-message-form .form-group {
    padding: 0; }
  .contact-message-form .form-actions {
    padding-top: 20px; }

/* Hide Subject Field */
.contact-message-get-involved-form .field--name-subject,
.contact-message-cio-council-form .field--name-subject,
.contact-message-leadership-programs-form .field--name-subject,
.contact-message-nominations-form .field--name-subject,
.contact-message-ideal-it-form .field--name-subject,
.contact-message-feedback-form .field--name-subject {
  display: none; }

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus {
  color: #ffffff; }

.section .btn,
.card .btn {
  white-space: normal; }

h1.title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 576px) {
    h1.title {
      font-size: 2.6rem; } }
  @media (min-width: 768px) {
    h1.title {
      font-size: 2.8rem; } }
  @media (min-width: 992px) {
    h1.title {
      font-size: 3rem; } }

h2.section-heading {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 2.4rem; }
  @media (min-width: 576px) {
    h2.section-heading {
      font-size: 2.6rem; } }
  @media (min-width: 768px) {
    h2.section-heading {
      font-size: 2.8rem; } }
  @media (min-width: 992px) {
    h2.section-heading {
      font-size: 3rem; } }
  h2.section-heading.h3 {
    font-size: 2rem;
    margin-bottom: 0.75rem; }
    @media (min-width: 576px) {
      h2.section-heading.h3 {
        font-size: 2.2rem; } }
    @media (min-width: 768px) {
      h2.section-heading.h3 {
        font-size: 2.4rem; } }
    @media (min-width: 992px) {
      h2.section-heading.h3 {
        font-size: 2.6rem; } }

h3.section-heading {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 2rem; }
  @media (min-width: 576px) {
    h3.section-heading {
      font-size: 2.2rem; } }
  @media (min-width: 768px) {
    h3.section-heading {
      font-size: 2.4rem; } }
  @media (min-width: 992px) {
    h3.section-heading {
      font-size: 2.6rem; } }

.breadcrumb {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 300; }
  @media (min-width: 576px) {
    .breadcrumb {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .breadcrumb {
      font-size: 2.25rem; } }
  @media (min-width: 992px) {
    .breadcrumb {
      font-size: 2.5rem; } }
  .breadcrumb a {
    color: #ffffff; }

.subsite {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 300; }
  @media (min-width: 576px) {
    .subsite {
      font-size: 3rem; } }
  .subsite a {
    color: #ffffff; }

a.btn {
  text-decoration: none; }

dt {
  font-weight: 600; }

article a {
  text-decoration: underline; }

article h2 {
  margin-top: 1em;
  font-size: 1.75rem;
  color: #8d3c1e; }

article h3 {
  margin-top: 1em;
  font-size: 1.5rem;
  color: #5f574f; }

article h4 {
  font-size: 1.25rem; }

article h5 {
  font-size: 1.1rem; }

article .blockquote,
aside .blockquote {
  font-size: 1rem; }

article .blockquote-footer,
aside .blockquote-footer {
  font-size: 90%; }

.blockquote-footer {
  color: #2e2d29; }

.text-underline {
  text-decoration: underline; }

.subhead {
  background: #b6b1a9;
  color: #2e2d29;
  font-size: 1.5em;
  font-weight: 400; }
  .subhead a {
    color: #2e2d29; }
  .subhead .subhead-content {
    background: #dad7cb; }
    @media (min-width: 576px) {
      .subhead .subhead-content {
        padding: 10px 30px; } }
    @media (max-width: 575.98px) {
      .subhead .subhead-content {
        padding: 5px 15px; } }
  @media (max-width: 575.98px) {
    .subhead .container {
      padding: 0; } }

.align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.more-link::after {
  content: " »"; }

/* #FF6B6B */
/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
    ------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  width: 100%; }
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    margin-top: 0; }

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative; }
  .timeline-item:last-child {
    padding-bottom: 0; }

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap; }

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px; }
  .timeline-marker:before {
    background: #eaab00;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }
  .timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px; }
  .timeline-item:last-child .timeline-marker:after {
    content: none; }

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #eaab00; }

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px; }
  .timeline-content p:last-child {
    margin-bottom: 0; }

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0; }
  .period .timeline-info {
    display: none; }
  .period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB; }
  .period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto; }
  .period .timeline-content {
    padding: 40px 0 70px; }
  .period .timeline-title {
    margin: 0; }

/*----------------------------------------------
        MOD: TIMELINE SPLIT
    ----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table; }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0; }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top; }
  
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative; }
  
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px; }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px; }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px; } }

/*----------------------------------------------
        MOD: TIMELINE CENTERED
    ----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0; }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden; }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px; }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px; }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center; }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px; }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto; }
  .timeline-centered .period .timeline-title {
    left: auto; } }

/*----------------------------------------------
        MOD: MARKER OUTLINE
    ----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #eaab00; }

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #eaab00; }

/*----------------------------------------------
        MOD: TIMELINE NONE
    ----------------------------------------------*/
.timeline-none .timeline-item {
  padding-left: 0; }

.timeline-none .timeline-marker:before, .timeline-none .timeline-marker:after {
  display: none; }

.well {
  background: #f4f4f4;
  padding: 20px; }

.gantt {
  display: grid;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0; }
  .gantt__row {
    display: grid;
    grid-template-columns: 150px 1fr;
    background-color: #fff; }
    @media (max-width: 767px) {
      .gantt__row {
        display: block; } }
    .gantt__row:nth-child(odd) .gantt__row-first,
    .gantt__row:nth-child(odd) .gantt__row-bars {
      background-color: #f5f5f5; }
    .gantt__row:nth-child(3) .gantt__row-bars {
      border-top: 0; }
    .gantt__row:nth-child(3) .gantt__row-first {
      border-top: 0; }
    .gantt__row--lines {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: transparent;
      grid-template-columns: 150px repeat(12, 1fr); }
      .gantt__row--lines span {
        display: block;
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
        .gantt__row--lines span.marker {
          background-color: rgba(10, 52, 68, 0.13); }
      .gantt__row--lines:after {
        grid-row: 1;
        grid-column: 0;
        background-color: #1688b345;
        z-index: 2;
        height: 100%; }
      @media (max-width: 767.98px) {
        .gantt__row--lines .gantt__row--lines {
          display: none; } }
    .gantt__row--years {
      color: #fff;
      background-color: #00505c !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      grid-template-columns: 150px repeat(12, 1fr); }
      .gantt__row--years .gantt__row-first {
        background-color: #5f574f !important; }
      .gantt__row--years span {
        font-size: 14px;
        padding: 5px 8px; }
        .gantt__row--years span:nth-child(odd) {
          background-color: #5f574f !important; }
        .gantt__row--years span:nth-child(even) {
          background-color: #3f3c30 !important; }
      @media (max-width: 767.98px) {
        .gantt__row--years {
          display: none; } }
    .gantt__row--months {
      color: #fff;
      background-color: #00505c !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      grid-template-columns: 150px repeat(12, 1fr); }
      .gantt__row--months .gantt__row-first {
        background-color: #00505c !important;
        padding: 15px 5px; }
      .gantt__row--months span {
        font-size: 14px;
        padding: 15px 0;
        align-self: auto;
        transform: rotate(-45deg); }
        @media (max-width: 767px) {
          .gantt__row--months span {
            display: none; } }
    .gantt__row-first {
      background-color: #fff;
      border-width: 0 0 1px 0;
      border-color: rgba(0, 0, 0, 0.1);
      border-style: solid;
      padding: 5px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .gantt__row-first {
          border: none; } }
    .gantt__row-bars {
      list-style: none;
      display: grid;
      padding: 9px 0;
      margin: 0;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 8px 0;
      border-bottom: 1px solid rgba(221, 221, 221, 0.8); }
      @media (max-width: 767.98px) {
        .gantt__row-bars {
          display: block; } }
      .gantt__row-bars li {
        font-weight: 500;
        text-align: left;
        font-size: 14px;
        background-color: #007c92;
        padding: 5px 12px;
        color: #fff;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        border-radius: 5px;
        min-height: 30px;
        align-self: center; }
        .gantt__row-bars li.stripes {
          background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 12px); }
        .gantt__row-bars li:before, .gantt__row-bars li:after {
          content: "";
          height: 100%;
          top: 0;
          z-index: 4;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.3); }
        .gantt__row-bars li:before {
          left: 0; }
        .gantt__row-bars li:after {
          right: 0; }
        @media (max-width: 767.98px) {
          .gantt__row-bars li {
            margin: 0 10px; } }

table {
  font-size: 1em; }
  table tr {
    background: #f4f4f4; }
    table tr th {
      background: #5f574f; }

.table thead th {
  border-bottom: none; }

.table-responsive {
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0; }
  .table-responsive caption {
    color: #8d3c1e;
    caption-side: top; }

.pagination {
  align-items: center;
  justify-content: center; }
  .pagination .page-item .page-link,
  .pagination .page-item .page-link:hover {
    color: #3f3c30; }
  .pagination .page-item .page-link:hover {
    background-color: #f4f4f4; }
  .pagination .page-item.active .page-link {
    background-color: #00505c;
    border-color: #00505c;
    color: #ffffff; }

section blockquote {
  font-size: 1.25rem;
  font-weight: 300; }

/* News Page */
.path-news .views-element-container {
  padding-left: 0;
  padding-right: 0; }

/* Homepage News Section */
.view-news .card img.image-style-featured-image {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.view-news .card time {
  text-transform: uppercase; }

.view-news .card h2 a {
  color: #000; }

/* News Individual Article */
@media (min-width: 768px) {
  .node--type-news .block-system-main-block {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (max-width: 575.98px) {
  .node--type-news .block-views .col-auto {
    padding-left: 0;
    padding-right: 0; } }

.node--type-news .views-field-field-subtitle {
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 1em; }

.node--type-news .views-field-field-date {
  text-transform: uppercase;
  font-size: 17px;
  color: #8c1515;
  margin-bottom: 1em; }

.node--type-news .views-field-field-highlight {
  background: #f4f4f4;
  padding: 20px; }
  .node--type-news .views-field-field-highlight h2 {
    font-size: 1.75rem; }
  .node--type-news .views-field-field-highlight a {
    text-decoration: underline; }

.node--type-news .block-views .views-row {
  width: 100%; }

.node--type-news figure {
  margin-bottom: 30px; }
  .node--type-news figure img {
    height: auto;
    margin-bottom: 0.5em; }
  .node--type-news figure figcaption {
    font-style: italic;
    font-size: 1rem;
    color: #2e2d29; }

.node--type-news blockquote {
  display: block;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #00505c;
  font-weight: 300;
  color: #2e2d29; }

/* Event Node */
.node--type-event .block-views-blockevents-block-1 {
  font-size: 1.1em;
  font-weight: 400;
  color: #2E2D29;
  line-height: 1.2em;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .node--type-event .block-views-blockevents-block-1 p:last-child {
    margin-bottom: 0; }

/* Event View */
.timeline-content ol,
.timeline-content ul {
  margin-bottom: 1rem; }

/* Take 5 Page */
.path-take5 .views-element-container .view-filters,
.path-updates .views-element-container .view-filters {
  background: #b6b1a9;
  padding: 20px;
  margin-bottom: 2em; }
  .path-take5 .views-element-container .view-filters #views-exposed-form-updates-block-1::before,
  .path-updates .views-element-container .view-filters #views-exposed-form-updates-block-1::before {
    content: "Filter IT Updates By:";
    display: block;
    margin-bottom: 1em;
    font-size: 1.5em; }

.path-take5 .views-element-container form label,
.path-updates .views-element-container form label {
  display: block; }

.path-take5 .views-element-container form select,
.path-updates .views-element-container form select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.chosen-container {
  font-size: 1rem;
  padding: 0;
  background: none;
  border: none; }

.chosen-container-single .chosen-single {
  height: 29px; }

a.label {
  display: inline;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-size: 80%;
  line-height: 2.1em;
  font-weight: 400;
  padding: .3em .6em;
  color: #ffffff;
  text-decoration: none; }

a.label.label-strategic-area {
  background-color: #53284f; }
  a.label.label-strategic-area:hover, a.label.label-strategic-area:focus {
    background-color: #2f2424; }

a.label.label-keyword {
  background-color: #007c92; }
  a.label.label-keyword:hover, a.label.label-keyword:focus {
    background-color: #00505c; }

.field--name-field-update-slack-url {
  margin: 2em 0; }

/* Individual Update */
@media (min-width: 768px) {
  .node--type-update .block-system-main-block {
    flex: 0 0 90%;
    max-width: 90%; } }

@media (max-width: 575.98px) {
  .node--type-update .block-views .col-auto {
    padding-left: 0;
    padding-right: 0; } }

.node--type-update .node__meta {
  font-size: 1rem;
  margin-bottom: 1em; }

.node--type-update .block-views .views-row {
  width: 100%; }

.node--type-update .field--type-entity-reference {
  margin: 0; }

.node--type-update .field--name-field-update-url {
  margin: 0 0 1.2em; }

.node--type-update .field--name-field-update-strategic-area .field__label,
.node--type-update .field--name-field-update-keywords .field__label {
  background: #f4f4f4;
  padding: 10px 10px 0 10px; }

.node--type-update .field--name-field-update-strategic-area .field__item,
.node--type-update .field--name-field-update-keywords .field__item {
  display: inline-block;
  background: #f4f4f4;
  width: 100%; }
  .node--type-update .field--name-field-update-strategic-area .field__item a,
  .node--type-update .field--name-field-update-keywords .field__item a {
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-size: 80%;
    line-height: 2.1em;
    font-weight: 400;
    padding: .3em .6em;
    color: #ffffff;
    text-decoration: none; }

.node--type-update .field--name-field-update-strategic-area .field__item {
  padding: 10px; }
  .node--type-update .field--name-field-update-strategic-area .field__item a {
    background-color: #53284f; }
  .node--type-update .field--name-field-update-strategic-area .field__item a:hover,
  .node--type-update .field--name-field-update-strategic-area .field__item a:focus {
    background-color: #2f2424; }

.node--type-update .node--type-update .field--name-field-update-keywords .field__items {
  background: #f4f4f4;
  padding: 10px; }

.node--type-update .field--name-field-update-keywords .field__item {
  display: inline; }
  .node--type-update .field--name-field-update-keywords .field__item a {
    background-color: #007c92; }
  .node--type-update .field--name-field-update-keywords .field__item a:hover,
  .node--type-update .field--name-field-update-keywords .field__item a:focus {
    background-color: #00505c; }

/* Take 5 Contribute */
.path-take5-contribute .views-element-container > .content > .col-auto {
  padding-left: 0;
  padding-right: 0; }

/* IT Unconference Sessions */
.node--view-mode-unconference-session-youtube-video .node__title {
  display: none; }

.view-sus-sessions .views-table.cols-2 th:first-child {
  width: 60%; }

.view-sus-sessions .views-table.cols-2 th:nth-child(2) {
  width: 40%; }

.view-sus-sessions .views-table.cols-4 th:first-child {
  width: 40%; }

.view-sus-sessions .views-table.cols-4 th:nth-child(2) {
  width: 25%; }

.view-sus-sessions .views-table.cols-4 th:nth-child(3) {
  width: 15%; }

.view-sus-sessions .views-table.cols-4 th:nth-child(4) {
  width: 20%; }

.block-views-blockwomen-s-leadership-news-block-1.block .content {
  font-size: 1em;
  background: #f4f4f4; }

.block-views-blockwomen-s-leadership-news-block-1 .view-footer a {
  font-size: 16px;
  text-decoration: underline;
  padding-bottom: 15px;
  display: block; }

.aggregator-feed {
  padding: 15px; }
  .aggregator-feed h2 {
    color: #00505c;
    text-transform: uppercase;
    font-weight: 600; }
  .aggregator-feed h3 {
    font-size: 16px; }
  .aggregator-feed .field--name-fid,
  .aggregator-feed > a {
    display: none; }

/*# sourceMappingURL=stanford-it.css.map */