/*Main*/
/*150 Colors*/
/*150 Colors tinted*/
/*Standard Padding / Spacing */
/*transitions*/
/*animations*/
@keyframes popup {
  from {
    bottom: -50%;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
@keyframes popup-medium {
  from {
    bottom: 10px;
    opacity: 0; }
  to {
    bottom: 17px;
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@font-face {
  font-family: 'Larish Neue';
  src: url("fonts/larish_neue_semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/larish_neue_semibold.eot?#iefix") format("embedded-opentype"), url("fonts/larish_neue_semibold.woff") format("woff"), url("fonts/larish_neue_semibold.ttf") format("truetype"), url("fonts/larish_neue_semibold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/*Font Sizes*/
/*Font Families*/
/*Font Weights*/
/* line 1, ../sass/base/_body.scss */
body {
  background-color: #ededed !important;
  overflow-x: hidden; }
  /* line 6, ../sass/base/_body.scss */
  body.social-share-open {
    cursor: pointer; }
    @media (min-width: 768px) {
      /* line 6, ../sass/base/_body.scss */
      body.social-share-open {
        cursor: initial; } }

/* line 16, ../sass/base/_body.scss */
body.node-type-article,
body.node-type-event,
body.node-type-video {
  background: #fff !important;
  background-image: none !important; }

/*Body Menu Styles*/
/* line 24, ../sass/base/_body.scss */
html.mm-opened body {
  overflow: hidden;
  height: 100vh; }

/* line 29, ../sass/base/_body.scss */
.loading {
  display: block;
  width: 100%;
  height: 400px; }

/* line 1, ../sass/base/_helpers.scss */
.hidden {
  display: none; }

/* line 1, ../sass/base/_layout.scss */
.l-page {
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
  padding: 20px; }
  @media (min-width: 768px) {
    /* line 1, ../sass/base/_layout.scss */
    .l-page {
      max-width: 768px;
      padding: 0 79px; }
      /* line 11, ../sass/base/_layout.scss */
      .section-core-values .l-page, .section-tags .l-page, .page-events .l-page, .section-participate .l-page, .page-taxonomy-term .l-page {
        max-width: 1030px;
        padding: 0 50px; } }
  @media (min-width: 1030px) {
    /* line 1, ../sass/base/_layout.scss */
    .l-page {
      max-width: 1030px;
      padding: 0 200px; }
      /* line 24, ../sass/base/_layout.scss */
      .section-core-values .l-page, .section-tags .l-page, .page-events .l-page {
        max-width: 1030px;
        padding: 0 50px; } }
  @media (min-width: 1400px) {
    /* line 1, ../sass/base/_layout.scss */
    .l-page {
      max-width: 1400px;
      padding: 0 385px; }
      /* line 35, ../sass/base/_layout.scss */
      .section-core-values .l-page, .section-tags .l-page, .page-events .l-page {
        max-width: 1400px;
        padding: 0 235px; } }

/* line 44, ../sass/base/_layout.scss */
.section--full-width {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1030px) {
    /* line 44, ../sass/base/_layout.scss */
    .section--full-width {
      margin-left: -12.5%;
      width: 125%; } }

/* line 54, ../sass/base/_layout.scss */
.l-branding {
  width: 12.5%;
  min-width: 100px; }

/* line 59, ../sass/base/_layout.scss */
.breadcrumb {
  display: none; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

@media print {
  /* line 2, ../sass/base/_print.scss */
  .pre-footer-outer,
  .footer-outer,
  .l-header {
    display: none; } }
/* line 1, ../sass/base/_typography.scss */
body {
  line-height: 1.65;
  font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 10, ../sass/base/_typography.scss */
b, strong {
  font-weight: 700; }

/* line 14, ../sass/base/_typography.scss */
a {
  color: inherit;
  text-decoration: none; }

/* line 19, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
  font-weight: normal;
  color: #333333; }

/* line 30, ../sass/base/_typography.scss */
h1 {
  font-size: 30px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    /* line 30, ../sass/base/_typography.scss */
    h1 {
      font-size: 44px; } }

/* line 39, ../sass/base/_typography.scss */
h2 {
  font-size: 18px; }
  @media (min-width: 768px) {
    /* line 39, ../sass/base/_typography.scss */
    h2 {
      font-size: 27px; } }
  @media (min-width: 1030px) {
    /* line 39, ../sass/base/_typography.scss */
    h2 {
      font-size: 36px; } }

/* line 51, ../sass/base/_typography.scss */
h3 {
  font-size: 20px;
  line-height: 1.25em; }

/* line 56, ../sass/base/_typography.scss */
p {
  margin: 0 0 1.5em 0;
  color: #333333; }
  /* line 60, ../sass/base/_typography.scss */
  p a {
    position: relative;
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    transition: all 0.3s ease; }
    /* line 64, ../sass/base/_typography.scss */
    p a:hover, p a:focus {
      border-bottom: 1px solid #333333; }

/* line 70, ../sass/base/_typography.scss */
h1.article-title {
  margin-bottom: 0;
  margin-top: 10px; }

/* line 75, ../sass/base/_typography.scss */
.field--name-field-image-chunk-caption, .centered_header_image_caption {
  font-size: 10px;
  color: #aaaaaa;
  padding-top: 10px;
  line-height: 1.5em; }
  /* line 81, ../sass/base/_typography.scss */
  .field--name-field-image-chunk-caption p, .centered_header_image_caption p {
    margin: 0; }

/* line 86, ../sass/base/_typography.scss */
.timeline_header_image_caption {
  font-size: 10px;
  color: darkgray;
  padding-top: 10px;
  line-height: 1.5em;
  position: absolute;
  bottom: 10px;
  right: 10px; }

/* line 96, ../sass/base/_typography.scss */
h2.sub-title {
  font-size: 15px;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 5px; }
  @media (min-width: 768px) {
    /* line 96, ../sass/base/_typography.scss */
    h2.sub-title {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300; } }

/* line 109, ../sass/base/_typography.scss */
.byline {
  font-size: 11.5px;
  margin-top: 5px; }

/* line 114, ../sass/base/_typography.scss */
.pre-article-category {
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: all 0.3s ease; }
  /* line 121, ../sass/base/_typography.scss */
  .pre-article-category.core-value-136 {
    border-color: rgba(63, 224, 144, 0.7); }
    /* line 123, ../sass/base/_typography.scss */
    .pre-article-category.core-value-136:hover {
      border-color: #3fe090; }
  /* line 124, ../sass/base/_typography.scss */
  .pre-article-category.core-value-137 {
    border-color: rgba(103, 203, 244, 0.7); }
    /* line 126, ../sass/base/_typography.scss */
    .pre-article-category.core-value-137:hover {
      border-color: #67cbf4; }
  /* line 127, ../sass/base/_typography.scss */
  .pre-article-category.core-value-134 {
    border-color: rgba(244, 76, 83, 0.7); }
    /* line 129, ../sass/base/_typography.scss */
    .pre-article-category.core-value-134:hover {
      border-color: #f44c53; }
  /* line 130, ../sass/base/_typography.scss */
  .pre-article-category.core-value-135 {
    border-color: rgba(166, 132, 240, 0.7); }
    /* line 132, ../sass/base/_typography.scss */
    .pre-article-category.core-value-135:hover {
      border-color: #a684f0; }
  /* line 133, ../sass/base/_typography.scss */
  .pre-article-category.core-value-138 {
    border-color: rgba(247, 135, 36, 0.7); }
    /* line 135, ../sass/base/_typography.scss */
    .pre-article-category.core-value-138:hover {
      border-color: #f78724; }

/* line 139, ../sass/base/_typography.scss */
.meta-social .tags.core-value-136 .field__items .field__item a {
  color: #3fe090; }
/* line 140, ../sass/base/_typography.scss */
.meta-social .tags.core-value-137 .field__items .field__item a {
  color: #67cbf4; }
/* line 141, ../sass/base/_typography.scss */
.meta-social .tags.core-value-134 .field__items .field__item a {
  color: #f44c53; }
/* line 142, ../sass/base/_typography.scss */
.meta-social .tags.core-value-135 .field__items .field__item a {
  color: #a684f0; }
/* line 143, ../sass/base/_typography.scss */
.meta-social .tags.core-value-138 .field__items .field__item a {
  color: #f78724; }

/* line 147, ../sass/base/_typography.scss */
.page-taxonomy-term-136 .stuck-bg {
  background-color: #3fe090; }

/* line 151, ../sass/base/_typography.scss */
.page-taxonomy-term-137 .stuck-bg {
  background-color: #67cbf4; }

/* line 155, ../sass/base/_typography.scss */
.page-taxonomy-term-134 .stuck-bg {
  background-color: #f44c53; }

/* line 159, ../sass/base/_typography.scss */
.page-taxonomy-term-135 .stuck-bg {
  background-color: #a684f0; }

/* line 163, ../sass/base/_typography.scss */
.page-taxonomy-term-138 .stuck-bg {
  background-color: #f78724; }

/*Init Caps */
/* line 168, ../sass/base/_typography.scss */
.init-cap p:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px; }

/* line 177, ../sass/base/_typography.scss */
.term-desc {
  font-size: 15px;
  line-height: 1.45em;
  font-weight: 400;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    /* line 177, ../sass/base/_typography.scss */
    .term-desc {
      font-size: 20px;
      line-height: 1.5em; } }

/* line 1, ../sass/components/_article.scss */
.header-image {
  height: 285px;
  margin-left: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
  padding-bottom: 40%;
  max-height: 285px;
  position: relative;
  margin-top: 118px; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_article.scss */
    .header-image {
      margin-top: 150px; } }

/* line 17, ../sass/components/_article.scss */
.header-caption {
  font-size: 10px;
  padding: 10px 20px 0px;
  margin-bottom: 20px;
  color: #aaaaaa;
  float: left;
  max-width: 100%; }
  @media (min-width: 768px) {
    /* line 17, ../sass/components/_article.scss */
    .header-caption {
      margin-bottom: 30px;
      padding: 10px;
      max-width: 630px; } }

/* line 32, ../sass/components/_article.scss */
.push-down-150 {
  margin-top: 6px !important; }
  @media (min-width: 768px) {
    /* line 32, ../sass/components/_article.scss */
    .push-down-150 {
      margin-top: 150px !important; } }

/* line 1, ../sass/components/_cards.scss */
.grid-sizer {
  width: 8.33333%; }

/* line 5, ../sass/components/_cards.scss */
.card-item {
  background: #fff;
  padding: 20px;
  padding-bottom: 24px;
  margin-bottom: 20px;
  width: 100%;
  display: none;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    /* line 5, ../sass/components/_cards.scss */
    .card-item {
      width: 45%;
      margin: 2.5%; } }
  @media (min-width: 1030px) {
    /* line 5, ../sass/components/_cards.scss */
    .card-item {
      width: 290px;
      margin: initial;
      margin-bottom: 20px; }
      /* line 25, ../sass/components/_cards.scss */
      .card-item.featured {
        width: 445px; }
      /* line 29, ../sass/components/_cards.scss */
      .card-item.half {
        width: 445px; }
      /* line 34, ../sass/components/_cards.scss */
      .card-item.third {
        width: 30%; } }
  /* line 42, ../sass/components/_cards.scss */
  .card-item.reg-card:first-child:before {
    content: "OK";
    position: absolute;
    width: 100%;
    height: 2px; }

/* line 53, ../sass/components/_cards.scss */
h3.card-title {
  margin: 5px 0;
  line-height: 1.2;
  clear: both; }

/* line 59, ../sass/components/_cards.scss */
h3.card-title a {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    /* line 67, ../sass/components/_cards.scss */
    h3.card-title a:hover {
      border-bottom: 1px solid rgba(51, 51, 51, 0.3); }
    /* line 71, ../sass/components/_cards.scss */
    .page-taxonomy-term-136 h3.card-title a:hover {
      border-bottom: 1px solid rgba(63, 224, 144, 0.3); }
    /* line 75, ../sass/components/_cards.scss */
    .page-taxonomy-term-137 h3.card-title a:hover {
      border-bottom: 1px solid rgba(103, 203, 244, 0.3); }
    /* line 79, ../sass/components/_cards.scss */
    .page-taxonomy-term-134 h3.card-title a:hover {
      border-bottom: 1px solid rgba(244, 76, 83, 0.3); }
    /* line 83, ../sass/components/_cards.scss */
    .page-taxonomy-term-135 h3.card-title a:hover {
      border-bottom: 1px solid rgba(166, 132, 240, 0.3); }
    /* line 87, ../sass/components/_cards.scss */
    .page-taxonomy-term-138 h3.card-title a:hover {
      border-bottom: 1px solid rgba(247, 135, 36, 0.3); } }

/* line 93, ../sass/components/_cards.scss */
.card-summary, .sub-title, .card-date {
  font-size: 12px; }

/* line 97, ../sass/components/_cards.scss */
.card-date {
  margin-left: -20px;
  border-bottom: 1px solid #000;
  padding: 10px 20px 10px;
  margin-right: -20px;
  text-transform: uppercase; }

/* line 105, ../sass/components/_cards.scss */
.card-image {
  margin: -20px -20px 10px -20px;
  max-height: 400px;
  overflow-y: hidden; }
  /* line 110, ../sass/components/_cards.scss */
  .card-image img {
    width: 100%;
    height: auto; }

/* line 117, ../sass/components/_cards.scss */
.article-tags {
  font-size: 0; }

/* line 121, ../sass/components/_cards.scss */
.article-tags ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0; }

/* line 128, ../sass/components/_cards.scss */
.view-all-events .article-tags ul {
  margin-top: 8px; }

/* line 133, ../sass/components/_cards.scss */
.card-decade {
  display: inline-block;
  float: left;
  font-size: 0; }

/* line 139, ../sass/components/_cards.scss */
.article-tags ul li, .card-decade a {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px; }

/* line 146, ../sass/components/_cards.scss */
.article-tags a, .card-decade a {
  text-decoration: none;
  opacity: .5;
  color: #333333;
  font-weight: 700;
  transition: all 0.3s ease; }
  /* line 153, ../sass/components/_cards.scss */
  .article-tags a:hover, .article-tags a:focus, .card-decade a:hover, .card-decade a:focus {
    opacity: .85; }

/* line 158, ../sass/components/_cards.scss */
.article-tags a.active {
  opacity: 1; }

/*Core-value based tag colors*/
/* line 164, ../sass/components/_cards.scss */
.page-taxonomy-term-136 .article-tags a, .page-taxonomy-term-136 .card-decade a {
  color: #3fe090; }

/* line 170, ../sass/components/_cards.scss */
.page-taxonomy-term-137 .article-tags a, .page-taxonomy-term-137 .card-decade a {
  color: #67cbf4; }

/* line 176, ../sass/components/_cards.scss */
.page-taxonomy-term-134 .article-tags a, .page-taxonomy-term-134 .card-decade a {
  color: #f44c53; }

/* line 182, ../sass/components/_cards.scss */
.page-taxonomy-term-135 .article-tags a, .page-taxonomy-term-135 .card-decade a {
  color: #a684f0; }

/* line 188, ../sass/components/_cards.scss */
.page-taxonomy-term-138 .article-tags a, .page-taxonomy-term-138 .card-decade a {
  color: #f78724; }

/* line 193, ../sass/components/_cards.scss */
.card-quote {
  padding: 24px; }
  /* line 196, ../sass/components/_cards.scss */
  .card-quote .article-tags ul {
    margin-top: 15px; }
  /* line 200, ../sass/components/_cards.scss */
  .card-quote .card-quote-text {
    font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.25em;
    color: #333333; }
    /* line 206, ../sass/components/_cards.scss */
    .card-quote .card-quote-text p {
      margin-bottom: 0; }
  /* line 211, ../sass/components/_cards.scss */
  .card-quote h3.card-title {
    display: none; }
  /* line 215, ../sass/components/_cards.scss */
  .card-quote .card-quote-source {
    font-size: 11.5px;
    padding-top: 4px;
    color: #333333; }
  /* line 221, ../sass/components/_cards.scss */
  .card-quote .article-tags a {
    color: #fff; }
    /* line 223, ../sass/components/_cards.scss */
    .page-taxonomy-term .card-quote .article-tags a {
      color: #333333; }
  /* line 228, ../sass/components/_cards.scss */
  .card-quote .card-decade a {
    color: #fff;
    float: left;
    margin-top: 9px;
    margin-right: 10px; }
    /* line 233, ../sass/components/_cards.scss */
    .page-taxonomy-term .card-quote .card-decade a {
      color: #333333; }
  /* line 238, ../sass/components/_cards.scss */
  .card-quote .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 241, ../sass/components/_cards.scss */
    .card-quote .card-footer .social-share {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 246, ../sass/components/_cards.scss */
  .page-taxonomy-term-136 .card-quote {
    background-color: #3fe090; }
  /* line 250, ../sass/components/_cards.scss */
  .page-taxonomy-term-137 .card-quote {
    background-color: #67cbf4; }
  /* line 254, ../sass/components/_cards.scss */
  .page-taxonomy-term-134 .card-quote {
    background-color: #f44c53; }
  /* line 258, ../sass/components/_cards.scss */
  .page-taxonomy-term-135 .card-quote {
    background-color: #a684f0; }
  /* line 262, ../sass/components/_cards.scss */
  .page-taxonomy-term-138 .card-quote {
    background-color: #f78724; }

/* line 267, ../sass/components/_cards.scss */
.card-footer {
  border-top: 1px solid #ededed;
  margin-left: -20px;
  padding: 15px 20px 0;
  margin-top: 15px;
  margin-right: -20px;
  font-size: 13px;
  margin-bottom: -10px;
  position: relative; }
  /* line 277, ../sass/components/_cards.scss */
  .card-footer .text {
    font-weight: bold;
    width: 100%;
    padding-right: 40px; }
    /* line 282, ../sass/components/_cards.scss */
    .card-footer .text a {
      color: #333333;
      transition: all 0.3s ease; }
      /* line 286, ../sass/components/_cards.scss */
      .card-footer .text a #text-video {
        padding-left: 30px; }
      /* line 290, ../sass/components/_cards.scss */
      .card-footer .text a i {
        font-size: 22px;
        position: absolute;
        top: 6px;
        left: 20px; }
      /* line 297, ../sass/components/_cards.scss */
      .card-footer .text a:hover {
        color: #000; }
  /* line 303, ../sass/components/_cards.scss */
  .card-footer .share {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #eee;
    font-size: 24px;
    text-align: center; }
  /* line 314, ../sass/components/_cards.scss */
  .card-footer .social-share {
    position: absolute;
    top: 0;
    border-left: 1px solid #eee;
    height: 50px;
    width: 51px;
    right: 0;
    padding-left: 0; }
  /* line 324, ../sass/components/_cards.scss */
  .card-footer .social-box {
    display: none; }
    @media (min-width: 768px) {
      /* line 324, ../sass/components/_cards.scss */
      .card-footer .social-box {
        left: -66px; } }
  /* line 331, ../sass/components/_cards.scss */
  .card-footer .social-share .icon.ion-ios-upload-outline {
    font-size: 28px;
    margin: 0;
    right: initial;
    padding: 1px 16px;
    top: 0;
    left: 0; }

/* line 5, ../sass/components/_chunks_image.scss */
.chunk_image_caption {
  display: inline-block; }

/* line 9, ../sass/components/_chunks_image.scss */
.chunk_image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto; }

/* line 17, ../sass/components/_chunks_image.scss */
.content .chunk_image--center img {
  max-height: none; }

/* line 21, ../sass/components/_chunks_image.scss */
.chunk_image--center {
  width: 100%;
  margin-bottom: 20px; }
  /* line 25, ../sass/components/_chunks_image.scss */
  .chunk_image--center img {
    width: auto;
    max-height: 660px; }

/* line 31, ../sass/components/_chunks_image.scss */
.chunk_image--left {
  width: 45%;
  float: left;
  margin: 0 30px 20px 0; }
  /* line 36, ../sass/components/_chunks_image.scss */
  .chunk_image--left .chunk_image_float {
    float: none; }

/* line 42, ../sass/components/_chunks_image.scss */
.chunk_image--right {
  width: 45%;
  float: right;
  margin: 0 0 20px 30px; }
  /* line 47, ../sass/components/_chunks_image.scss */
  .chunk_image--right .chunk_image_float {
    float: none; }

/* line 53, ../sass/components/_chunks_image.scss */
.chunk_image--center-outset {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 1030px) {
    /* line 53, ../sass/components/_chunks_image.scss */
    .chunk_image--center-outset {
      width: 1030px;
      max-width: 1030px;
      float: left;
      margin-left: -200px; } }
  /* line 64, ../sass/components/_chunks_image.scss */
  .chunk_image--center-outset .outset-center-float-con {
    text-align: center; }
  /* line 68, ../sass/components/_chunks_image.scss */
  .chunk_image--center-outset .chunk_image_float {
    display: inline-block;
    margin: 0 auto;
    text-align: left; }

/* line 75, ../sass/components/_chunks_image.scss */
.chunk_image--left-outset {
  width: 100%; }
  /* line 78, ../sass/components/_chunks_image.scss */
  .chunk_image--left-outset img {
    float: left; }
  /* line 82, ../sass/components/_chunks_image.scss */
  .chunk_image--left-outset .chunk_image_float {
    float: none; }
  @media (min-width: 768px) {
    /* line 75, ../sass/components/_chunks_image.scss */
    .chunk_image--left-outset {
      max-width: 520px;
      margin: 0 auto; }
      /* line 90, ../sass/components/_chunks_image.scss */
      .chunk_image--left-outset .chunk_image_float {
        display: inline-block;
        float: none;
        max-width: 520px; } }
  @media (min-width: 1030px) {
    /* line 75, ../sass/components/_chunks_image.scss */
    .chunk_image--left-outset {
      max-width: 500px;
      float: left;
      margin: 0 30px 20px -200px; }
      /* line 103, ../sass/components/_chunks_image.scss */
      .chunk_image--left-outset .chunk_image_float {
        display: inline-block;
        float: right;
        max-width: 500px; }
      /* line 109, ../sass/components/_chunks_image.scss */
      .chunk_image--left-outset img {
        float: right; } }

/* line 118, ../sass/components/_chunks_image.scss */
.chunk_image--right-outset {
  width: 100%; }
  /* line 121, ../sass/components/_chunks_image.scss */
  .chunk_image--right-outset .chunk_image_float {
    float: none; }
  /* line 125, ../sass/components/_chunks_image.scss */
  .chunk_image--right-outset img {
    float: left; }
  @media (min-width: 768px) {
    /* line 118, ../sass/components/_chunks_image.scss */
    .chunk_image--right-outset {
      max-width: 520px;
      margin: 0 auto; }
      /* line 133, ../sass/components/_chunks_image.scss */
      .chunk_image--right-outset .chunk_image_float {
        display: inline-block;
        float: none;
        max-width: 520px; } }
  @media (min-width: 1030px) {
    /* line 118, ../sass/components/_chunks_image.scss */
    .chunk_image--right-outset {
      max-width: 500px;
      float: right;
      margin: 0 -200px 20px 30px; }
      /* line 146, ../sass/components/_chunks_image.scss */
      .chunk_image--right-outset .chunk_image_float {
        display: inline-block;
        float: left;
        max-width: 500px; } }

/* line 1, ../sass/components/_chunks_quote.scss */
.chunk_quote {
  margin: 1em 0;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
  text-align: left; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_chunks_quote.scss */
    .chunk_quote {
      font-size: 30px; } }

/* line 14, ../sass/components/_chunks_quote.scss */
.chunk_quote_source {
  font-size: 13px;
  line-height: 1.5;
  font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  text-align: left;
  color: #aaaaaa; }

/* line 27, ../sass/components/_chunks_quote.scss */
.chunk_quote--center {
  width: 100%; }
  @media (min-width: 768px) {
    /* line 27, ../sass/components/_chunks_quote.scss */
    .chunk_quote--center {
      text-align: center; }
      /* line 31, ../sass/components/_chunks_quote.scss */
      .chunk_quote--center .chunk_quote_source {
        text-align: center; } }

/* line 37, ../sass/components/_chunks_quote.scss */
.chunk_quote--left {
  width: 100%; }
  @media (min-width: 768px) {
    /* line 37, ../sass/components/_chunks_quote.scss */
    .chunk_quote--left {
      width: 65%;
      float: left;
      margin: 0 4.4% 20px -19.4%;
      text-align: right; } }

/* line 48, ../sass/components/_chunks_quote.scss */
.chunk_quote--right {
  width: 100%; }
  @media (min-width: 768px) {
    /* line 48, ../sass/components/_chunks_quote.scss */
    .chunk_quote--right {
      width: 65%;
      float: right;
      margin: 0 -19.4% 20px 4.4%; } }

/* line 58, ../sass/components/_chunks_quote.scss */
.chunk_quote--center-outset {
  width: 100%; }
  @media (min-width: 768px) {
    /* line 58, ../sass/components/_chunks_quote.scss */
    .chunk_quote--center-outset {
      width: 110%;
      float: left;
      margin-left: -10%;
      margin-bottom: 30px;
      margin-top: .5em;
      padding: 0 20px;
      text-align: center; }
      /* line 69, ../sass/components/_chunks_quote.scss */
      .chunk_quote--center-outset .chunk_quote_source {
        text-align: center; } }
  @media (min-width: 1030px) {
    /* line 58, ../sass/components/_chunks_quote.scss */
    .chunk_quote--center-outset {
      width: 138.8%;
      float: left;
      margin-left: -19.4%;
      margin-bottom: 30px;
      margin-top: .5em;
      padding: 0 20px; } }

/* line 98, ../sass/components/_chunks_quote.scss */
.chunk_quote--left-outset {
  width: 100%;
  text-align: right; }
  @media (min-width: 768px) {
    /* line 98, ../sass/components/_chunks_quote.scss */
    .chunk_quote--left-outset {
      max-width: 520px;
      margin: 30px; } }
  @media (min-width: 1030px) {
    /* line 98, ../sass/components/_chunks_quote.scss */
    .chunk_quote--left-outset {
      max-width: 500px;
      max-height: 666px;
      float: left;
      margin: 0 30px 30px -200px; } }
  /* line 114, ../sass/components/_chunks_quote.scss */
  .chunk_quote--left-outset .chunk_quote_source {
    text-align: right; }

/* line 119, ../sass/components/_chunks_quote.scss */
.chunk_quote--right-outset {
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    /* line 119, ../sass/components/_chunks_quote.scss */
    .chunk_quote--right-outset {
      max-width: 520px;
      margin: 30px; } }
  @media (min-width: 1030px) {
    /* line 119, ../sass/components/_chunks_quote.scss */
    .chunk_quote--right-outset {
      max-width: 500px;
      max-height: 666px;
      float: right;
      margin: 0 -200px 30px 30px; } }
  /* line 135, ../sass/components/_chunks_quote.scss */
  .chunk_quote--right-outset .chunk_quote_source {
    text-align: left; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/components/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

/* line 6, ../sass/components/_colorbox.scss */
#cboxWrapper {
  max-width: none; }

/* line 7, ../sass/components/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 8, ../sass/components/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

/* line 9, ../sass/components/_colorbox.scss */
#cboxContent {
  position: relative; }

/* line 10, ../sass/components/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* line 11, ../sass/components/_colorbox.scss */
#cboxTitle {
  margin: 0; }

/* line 12, ../sass/components/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 13, ../sass/components/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/* line 14, ../sass/components/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

/* line 15, ../sass/components/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

/* line 16, ../sass/components/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 23, ../sass/components/_colorbox.scss */
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 24, ../sass/components/_colorbox.scss */
#colorbox {
  outline: 0; }

/* line 25, ../sass/components/_colorbox.scss */
#cboxContent {
  margin-top: 20px;
  background: #000; }

/* line 26, ../sass/components/_colorbox.scss */
.cboxIframe {
  background: #fff; }

/* line 27, ../sass/components/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

/* line 28, ../sass/components/_colorbox.scss */
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

/* line 29, ../sass/components/_colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

/* line 30, ../sass/components/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

/* line 31, ../sass/components/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 34, ../sass/components/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 37, ../sass/components/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

/* line 39, ../sass/components/_colorbox.scss */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

/* line 40, ../sass/components/_colorbox.scss */
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

/* line 41, ../sass/components/_colorbox.scss */
#cboxPrevious:hover {
  background-position: bottom left; }

/* line 42, ../sass/components/_colorbox.scss */
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

/* line 43, ../sass/components/_colorbox.scss */
#cboxNext:hover {
  background-position: bottom right; }

/* line 44, ../sass/components/_colorbox.scss */
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

/* line 45, ../sass/components/_colorbox.scss */
#cboxClose:hover {
  background-position: bottom center; }

/* line 1, ../sass/components/_event.scss */
.meta-social .address {
  float: left; }

/* line 5, ../sass/components/_event.scss */
.node-type-event .meta-social {
  border-top: none;
  margin-top: 0; }

/* line 11, ../sass/components/_event.scss */
.pre-article-category a {
  text-decoration: none;
  border-bottom: none; }

/* line 17, ../sass/components/_event.scss */
h3.events {
  margin: 40px 0; }

/* line 1, ../sass/components/_filters.scss */
.duotone-orange-blue img {
  -webkit-filter: url("#duotone-orange-blue");
  filter: url("#duotone-orange-blue");
  /* For Firefox pre-35 */
  filter: url("#duotone-orange-blue"); }

/* line 7, ../sass/components/_filters.scss */
.defs-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: none;
  left: -100%; }

/* line 2, ../sass/components/_front.scss */
.front .l-page {
  width: 100%; }
  @media (min-width: 768px) {
    /* line 2, ../sass/components/_front.scss */
    .front .l-page {
      max-width: 1030px;
      padding: 0 50px; } }

/* line 17, ../sass/components/_front.scss */
.view-core-values-list h2.core-value {
  margin: 10px 0 0;
  font-size: 13px; }
  @media (min-height: 380px) {
    /* line 17, ../sass/components/_front.scss */
    .view-core-values-list h2.core-value {
      font-size: 15px; } }
  @media (min-height: 550px) {
    /* line 17, ../sass/components/_front.scss */
    .view-core-values-list h2.core-value {
      font-size: 20px; } }
  @media (min-width: 768px) {
    /* line 17, ../sass/components/_front.scss */
    .view-core-values-list h2.core-value {
      font-size: 36px; } }
  @media (min-width: 1030px) {
    /* line 17, ../sass/components/_front.scss */
    .view-core-values-list h2.core-value {
      font-size: 20px; } }
  @media (min-width: 1030px) and (min-height: 700px) {
    /* line 17, ../sass/components/_front.scss */
    .view-core-values-list h2.core-value {
      font-size: 36px; } }
  @media (min-width: 1030px) and (min-height: 768px) {
    /* line 17, ../sass/components/_front.scss */
    .view-core-values-list h2.core-value {
      font-size: 44px; } }

/* line 47, ../sass/components/_front.scss */
.view-core-values-list a.values-item {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  display: block;
  position: relative;
  padding: 0 20px 10px;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    /* line 47, ../sass/components/_front.scss */
    .view-core-values-list a.values-item {
      display: inline-block;
      padding: 0px;
      margin: initial; } }
  /* line 67, ../sass/components/_front.scss */
  .view-core-values-list a.values-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 0;
    transition: width 0s ease, background .5s ease; }
  /* line 77, ../sass/components/_front.scss */
  .view-core-values-list a.values-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 6px;
    width: 0;
    background: #333333;
    transition: width .5s ease; }
  @media (min-width: 768px) {
    /* line 94, ../sass/components/_front.scss */
    .view-core-values-list a.values-item:hover:before {
      width: 100%;
      background: #333333;
      transition: width .5s ease; }
    /* line 99, ../sass/components/_front.scss */
    .view-core-values-list a.values-item:hover:after {
      width: 100%;
      background: transparent;
      transition: all 0s ease; } }
  /* line 107, ../sass/components/_front.scss */
  .view-core-values-list a.values-item#vimh {
    border-bottom-color: #f44c53; }
    @media (min-width: 768px) {
      /* line 107, ../sass/components/_front.scss */
      .view-core-values-list a.values-item#vimh {
        border-bottom-color: #333333; } }
    /* line 112, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vimh:after {
      background: #f44c53; }
      @media (min-width: 768px) {
        /* line 112, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vimh:after {
          background: #333333; } }
    /* line 119, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vimh:hover:before {
      background: #f44c53; }
      @media (min-width: 768px) {
        /* line 119, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vimh:hover:before {
          background: #333333; } }
    /* line 125, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vimh:hover:after {
      background: transparent; }
  /* line 130, ../sass/components/_front.scss */
  .view-core-values-list a.values-item#viex {
    border-bottom-color: #a684f0; }
    @media (min-width: 768px) {
      /* line 130, ../sass/components/_front.scss */
      .view-core-values-list a.values-item#viex {
        border-bottom-color: #333333; } }
    /* line 135, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#viex:after {
      background: #a684f0; }
      @media (min-width: 768px) {
        /* line 135, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#viex:after {
          background: #333333; } }
    /* line 142, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#viex:hover:before {
      background: #a684f0; }
      @media (min-width: 768px) {
        /* line 142, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#viex:hover:before {
          background: #333333; } }
    /* line 148, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#viex:hover:after {
      background: transparent; }
  /* line 153, ../sass/components/_front.scss */
  .view-core-values-list a.values-item#vimm {
    border-bottom-color: #3fe090; }
    @media (min-width: 768px) {
      /* line 153, ../sass/components/_front.scss */
      .view-core-values-list a.values-item#vimm {
        border-bottom-color: #333333; } }
    /* line 158, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vimm:after {
      background: #3fe090; }
      @media (min-width: 768px) {
        /* line 158, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vimm:after {
          background: #333333; } }
    /* line 165, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vimm:hover:before {
      background: #3fe090; }
      @media (min-width: 768px) {
        /* line 165, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vimm:hover:before {
          background: #333333; } }
    /* line 171, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vimm:hover:after {
      background: transparent; }
  /* line 176, ../sass/components/_front.scss */
  .view-core-values-list a.values-item#vias {
    border-bottom-color: #67cbf4; }
    @media (min-width: 768px) {
      /* line 176, ../sass/components/_front.scss */
      .view-core-values-list a.values-item#vias {
        border-bottom-color: #333333; } }
    /* line 181, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vias:after {
      background: #67cbf4; }
      @media (min-width: 768px) {
        /* line 181, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vias:after {
          background: #333333; } }
    /* line 188, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vias:hover:before {
      background: #67cbf4; }
      @media (min-width: 768px) {
        /* line 188, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vias:hover:before {
          background: #333333; } }
    /* line 194, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vias:hover:after {
      background: transparent; }
  /* line 199, ../sass/components/_front.scss */
  .view-core-values-list a.values-item#vicc {
    border-bottom-color: #f78724; }
    @media (min-width: 768px) {
      /* line 199, ../sass/components/_front.scss */
      .view-core-values-list a.values-item#vicc {
        border-bottom-color: #333333; } }
    /* line 204, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vicc:after {
      background: #f78724; }
      @media (min-width: 768px) {
        /* line 204, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vicc:after {
          background: #333333; } }
    /* line 211, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vicc:hover:before {
      background: #f78724; }
      @media (min-width: 768px) {
        /* line 211, ../sass/components/_front.scss */
        .view-core-values-list a.values-item#vicc:hover:before {
          background: #333333; } }
    /* line 217, ../sass/components/_front.scss */
    .view-core-values-list a.values-item#vicc:hover:after {
      background: transparent; }

/* line 225, ../sass/components/_front.scss */
.yearsof {
  width: 100%;
  max-width: 460px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* line 232, ../sass/components/_front.scss */
.one-fifty img {
  width: 450px;
  margin-left: 0;
  position: relative;
  z-index: 100;
  clip-path: none;
  -webkit-clip-path: none;
  -webkit-animation: none; }

/* line 242, ../sass/components/_front.scss */
#watch {
  font-size: 13px;
  padding: 20px;
  border: 1px solid #333;
  display: inline-block;
  margin-left: 50px;
  position: relative;
  z-index: 100; }

/* line 252, ../sass/components/_front.scss */
#timeline-button {
  position: fixed;
  width: 200px;
  bottom: 0px;
  z-index: 100;
  padding-bottom: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 0.3s ease; }
  /* line 263, ../sass/components/_front.scss */
  #timeline-button:hover {
    cursor: pointer;
    color: #000; }

/* line 271, ../sass/components/_front.scss */
#explore-timeline {
  font-size: 13px;
  z-index: 1000;
  margin: 0 auto;
  text-align: center; }

/* line 278, ../sass/components/_front.scss */
#timeline-button i.icon.ion-ios-arrow-thin-down {
  text-align: center;
  width: 200px;
  font-size: 24px;
  line-height: 1;
  display: none; }
  @media (min-width: 768px) {
    /* line 278, ../sass/components/_front.scss */
    #timeline-button i.icon.ion-ios-arrow-thin-down {
      display: block; } }

/* line 290, ../sass/components/_front.scss */
.values-list {
  list-style: none;
  display: block;
  z-index: 100;
  position: relative;
  padding-left: 0;
  max-width: 1020px;
  margin-bottom: 40px; }

/* line 300, ../sass/components/_front.scss */
.dot {
  font-size: 20em;
  color: #ccc;
  position: absolute;
  line-height: 20px;
  opacity: .85;
  z-index: 0;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-animation: circles 9000ms ease-out both; }

@-webkit-keyframes circles {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0; }
  2% {
    -webkit-transform: scale(1); }
  10% {
    opacity: .85; }
  90% {
    opacity: .85; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes images {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  2% {
    -webkit-transform: scale(1); }
  7% {
    opacity: .95; }
  90% {
    opacity: .95; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes circles {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  2% {
    transform: scale(1); }
  10% {
    opacity: .85; }
  90% {
    opacity: .85; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes images {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  2% {
    transform: scale(1); }
  7% {
    opacity: .95; }
  90% {
    opacity: .95; }
  100% {
    opacity: 0;
    display: none; } }
/* line 396, ../sass/components/_front.scss */
.images {
  display: none; }

/* line 400, ../sass/components/_front.scss */
.images img, img.popped {
  -webkit-clip-path: circle(25% at 50% 50%);
  -moz-clip-path: circle(25% at 50% 50%);
  -ms-clip-path: circle(25% at 50% 50%);
  -o-clip-path: circle(25% at 50% 50%);
  clip-path: circle(25% at 50% 50%);
  -webkit-animation: images 9000ms ease-out both;
  max-width: 1000px;
  z-index: 1;
  position: absolute; }

/* line 412, ../sass/components/_front.scss */
.duotone-red {
  -webkit-filter: url(#duotone-red);
  filter: url(#duotone-red);
  opacity: .95; }

/* line 417, ../sass/components/_front.scss */
.duotone-purple {
  -webkit-filter: url(#duotone-purple);
  filter: url(#duotone-purple);
  opacity: .95; }

/* line 422, ../sass/components/_front.scss */
.duotone-blue {
  -webkit-filter: url(#duotone-blue);
  filter: url(#duotone-blue);
  opacity: .95; }

/* line 427, ../sass/components/_front.scss */
.duotone-green {
  -webkit-filter: url(#duotone-green);
  filter: url(#duotone-green);
  opacity: .95; }

/* line 432, ../sass/components/_front.scss */
.duotone-yellow {
  -webkit-filter: url(#duotone-yellow);
  filter: url(#duotone-yellow);
  opacity: .95; }

/* line 437, ../sass/components/_front.scss */
.defs-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: none;
  left: -100%; }

/* line 444, ../sass/components/_front.scss */
.dots-hold {
  position: fixed;
  top: 0; }

/* line 449, ../sass/components/_front.scss */
a.watch {
  margin-top: 7px;
  padding: 10px 12px 10px 45px;
  font-size: 11px;
  display: inline-block;
  position: relative;
  border: 1px solid #333333;
  color: #333333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  @media (min-height: 380px) {
    /* line 449, ../sass/components/_front.scss */
    a.watch {
      margin-top: 35px;
      padding: 20px 25px 20px 55px;
      font-size: 13px; } }
  /* line 468, ../sass/components/_front.scss */
  a.watch:hover {
    background-color: rgba(255, 255, 255, 0.35);
    border-color: #000;
    color: #000; }
  /* line 474, ../sass/components/_front.scss */
  a.watch i {
    font-size: 22px;
    position: absolute;
    top: 1px;
    left: 17px; }
    @media (min-height: 380px) {
      /* line 474, ../sass/components/_front.scss */
      a.watch i {
        top: 11.5px;
        left: 25px; } }

/* line 1, ../sass/components/_full-width-sections.scss */
.full-width-outer {
  width: 100%;
  background: #eee;
  z-index: 100;
  position: relative;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_full-width-sections.scss */
    .full-width-outer {
      padding: 0; } }
  /* line 13, ../sass/components/_full-width-sections.scss */
  .full-width-outer .full-width-inner {
    max-width: 1030px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 20px; }
    /* line 22, ../sass/components/_full-width-sections.scss */
    .full-width-outer .full-width-inner a > p {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      /* line 13, ../sass/components/_full-width-sections.scss */
      .full-width-outer .full-width-inner {
        padding: 20px; } }
    /* line 30, ../sass/components/_full-width-sections.scss */
    .full-width-outer .full-width-inner h3 {
      margin-bottom: 20px; }

/* line 1, ../sass/components/_masonry.scss */
.masonry-item {
  width: 290px;
  float: left; }

/* line 1, ../sass/components/_mmenu.scss */
.mmenu-nav.mm-basic {
  z-index: 10000;
  background: #ccc;
  color: #000;
  font-size: 12px;
  text-shadow: none; }

/* line 9, ../sass/components/_mmenu.scss */
.mmenu-nav.mm-basic > .mm-header {
  color: #000;
  height: 60px;
  line-height: 60px;
  background: #ccc; }

/* line 16, ../sass/components/_mmenu.scss */
.mmenu-nav.mm-basic > .mm-list li {
  border-top: none;
  border-bottom: none; }

/* line 21, ../sass/components/_mmenu.scss */
.mmenu-nav.mm-basic > .mm-list li.mmenu-expanded .mmenu-block-expanded {
  padding: 5px 10px 5px 10px !important;
  background: #ccc; }

/* line 26, ../sass/components/_mmenu.scss */
.mmenu-nav.mm-basic > .mm-footer {
  background: #ccc;
  color: #000;
  padding: 0;
  font-size: 1.25em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: .8em; }

/* line 1, ../sass/components/_navigation.scss */
.l-header {
  width: 100%;
  background-color: #fff;
  height: 44px;
  z-index: 200;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ededed; }

/* line 10, ../sass/components/_navigation.scss */
.site-name {
  display: none; }
  @media (min-width: 768px) {
    /* line 10, ../sass/components/_navigation.scss */
    .site-name {
      display: block;
      font-size: 1em;
      margin: 0;
      width: 112px;
      height: 135px;
      background: url(../images/saic-logo.svg);
      background-size: 100%;
      text-indent: -9999px;
      margin-left: 50px;
      position: absolute;
      z-index: 400;
      top: 0; } }

/* line 29, ../sass/components/_navigation.scss */
.nav-menu {
  float: right;
  margin: 0;
  padding: 0px 45px 0px 10px;
  font-size: 11.5px; }

/* line 36, ../sass/components/_navigation.scss */
.nav-menu li {
  list-style: none;
  margin-left: 10px;
  padding: 13px 0 11px;
  display: none; }
  /* line 42, ../sass/components/_navigation.scss */
  .nav-menu li a {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 20px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    /* line 52, ../sass/components/_navigation.scss */
    .nav-menu li a:hover, .nav-menu li a:focus {
      border-bottom: 3px solid #333333; }
  @media (min-width: 768px) {
    /* line 36, ../sass/components/_navigation.scss */
    .nav-menu li {
      display: inline-block; } }

/* line 62, ../sass/components/_navigation.scss */
.text-logo {
  margin-left: 20px;
  float: left;
  padding: 13px 0px;
  font-size: 11.5px;
  height: 34px;
  overflow-y: hidden; }
  @media (min-width: 768px) {
    /* line 62, ../sass/components/_navigation.scss */
    .text-logo {
      margin-left: 50px; } }
  /* line 74, ../sass/components/_navigation.scss */
  .text-logo a {
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    margin-top: 0;
    display: block;
    -webkit-transition: margin-top .1s ease-out;
    transition: margin-top .1s ease-out; }
    /* line 83, ../sass/components/_navigation.scss */
    .text-logo a.hidden {
      margin-top: 0; }
      @media (min-width: 768px) {
        /* line 83, ../sass/components/_navigation.scss */
        .text-logo a.hidden {
          margin-top: 25px; } }

/* line 93, ../sass/components/_navigation.scss */
.header-con {
  top: 36px;
  position: relative;
  width: 100%;
  margin-top: -150px; }

/* line 100, ../sass/components/_navigation.scss */
.after-header-spacer {
  height: 44px;
  position: relative; }
  @media (min-width: 768px) {
    /* line 100, ../sass/components/_navigation.scss */
    .after-header-spacer {
      height: 180px; } }
  /* line 108, ../sass/components/_navigation.scss */
  .node-type-article .after-header-spacer {
    display: none; }

/* line 113, ../sass/components/_navigation.scss */
.stuck-bg {
  display: none;
  background-color: #f7f7f7;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 44px;
  z-index: 50;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  animation: fadein .3s ease-out; }
  @media (min-width: 768px) {
    /* line 113, ../sass/components/_navigation.scss */
    .stuck-bg {
      height: 88px; } }
  @media (min-width: 1030px) {
    /* line 113, ../sass/components/_navigation.scss */
    .stuck-bg {
      height: 104px; } }
  /* line 132, ../sass/components/_navigation.scss */
  .stuck-bg.show {
    display: none; }
    @media (min-width: 768px) {
      /* line 132, ../sass/components/_navigation.scss */
      .stuck-bg.show {
        display: block; } }

/* line 142, ../sass/components/_navigation.scss */
.sub-header {
  position: relative;
  margin-top: -20px; }
  /* line 146, ../sass/components/_navigation.scss */
  .sub-header h2 {
    display: block; }
    @media (min-width: 768px) {
      /* line 146, ../sass/components/_navigation.scss */
      .sub-header h2 {
        margin: 0;
        display: inline-block; } }
  /* line 154, ../sass/components/_navigation.scss */
  .sub-header.is_stuck {
    z-index: 100; }
  @media (min-width: 768px) {
    /* line 142, ../sass/components/_navigation.scss */
    .sub-header {
      margin-bottom: 30px;
      margin-top: 8px; } }

/* line 164, ../sass/components/_navigation.scss */
.sub-header-prefix {
  display: inline-block;
  float: left;
  padding-right: 5px;
  padding-top: 20px;
  color: #333333; }
  @media (min-width: 768px) {
    /* line 164, ../sass/components/_navigation.scss */
    .sub-header-prefix {
      padding-right: 0;
      padding-top: 0; } }

/* line 177, ../sass/components/_navigation.scss */
.sub-header-options {
  z-index: 500;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    /* line 177, ../sass/components/_navigation.scss */
    .sub-header-options {
      display: inline-block;
      float: left;
      margin: 0;
      margin-top: -5px;
      position: absolute; } }

/* line 191, ../sass/components/_navigation.scss */
.sub-header-option-current {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  /* line 196, ../sass/components/_navigation.scss */
  .sub-header-option-current h2 {
    padding: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid;
    text-decoration: underline; }
  @media (min-width: 768px) {
    /* line 191, ../sass/components/_navigation.scss */
    .sub-header-option-current {
      border: 1px solid #ccc;
      padding: 5px 10px 3px;
      background-color: none;
      margin-left: 12px;
      display: inline-block; }
      /* line 211, ../sass/components/_navigation.scss */
      .sub-header-option-current h2 {
        padding: 0;
        border-bottom: none;
        text-decoration: none; } }
  /* line 218, ../sass/components/_navigation.scss */
  .sub-header-option-current.active a {
    color: #333333; }
  /* line 223, ../sass/components/_navigation.scss */
  .sub-header-option-current.cv_134 {
    border-color: #f44c53;
    color: #f44c53; }
    /* line 226, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_134 a {
      color: inherit; }
    /* line 229, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_134:hover {
      color: #f11c25;
      border-color: #f11c25; }
    /* line 233, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_134.active {
      background: #f44c53;
      border-color: #f44c53;
      color: #fff; }
      /* line 237, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_134.active h2 {
        border-bottom-color: #f44c53; }
    /* line 241, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_134.stuck {
      color: #333333;
      background-color: #f44c53; }
      /* line 244, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_134.stuck h2 {
        border-bottom-color: #f44c53; }
      @media (min-width: 768px) {
        /* line 241, ../sass/components/_navigation.scss */
        .sub-header-option-current.cv_134.stuck {
          border-color: #f11c25; }
          /* line 250, ../sass/components/_navigation.scss */
          .sub-header-option-current.cv_134.stuck:hover, .sub-header-option-current.cv_134.stuck:focus {
            background-color: #f22f37; } }
  /* line 257, ../sass/components/_navigation.scss */
  .sub-header-option-current.cv_135 {
    border-color: #a684f0;
    color: #a684f0; }
    /* line 260, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_135 a {
      color: inherit; }
    /* line 263, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_135:hover {
      color: #8557ea;
      border-color: #8557ea; }
    /* line 267, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_135.active {
      background: #a684f0;
      border-color: #a684f0;
      color: #fff; }
      /* line 271, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_135.active h2 {
        border-bottom-color: #a684f0; }
    /* line 275, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_135.stuck {
      color: #333333;
      background-color: #a684f0; }
      /* line 278, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_135.stuck h2 {
        border-bottom-color: #a684f0; }
      @media (min-width: 768px) {
        /* line 275, ../sass/components/_navigation.scss */
        .sub-header-option-current.cv_135.stuck {
          border-color: #8557ea; }
          /* line 284, ../sass/components/_navigation.scss */
          .sub-header-option-current.cv_135.stuck:hover, .sub-header-option-current.cv_135.stuck:focus, .sub-header-option-current.cv_135.stuck:active {
            background-color: #9269ed; } }
  /* line 291, ../sass/components/_navigation.scss */
  .sub-header-option-current.cv_136 {
    border-color: #3fe090;
    color: #3fe090; }
    /* line 294, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_136 a {
      color: inherit; }
    /* line 297, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_136:hover {
      color: #21cb77;
      border-color: #21cb77; }
    /* line 301, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_136.active {
      background: #3fe090;
      border-color: #3fe090;
      color: #fff; }
      /* line 305, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_136.active h2 {
        border-bottom-color: #3fe090; }
    /* line 309, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_136.stuck {
      color: #333333;
      background-color: #3fe090; }
      /* line 312, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_136.stuck h2 {
        border-bottom-color: #3fe090; }
      @media (min-width: 768px) {
        /* line 309, ../sass/components/_navigation.scss */
        .sub-header-option-current.cv_136.stuck {
          border-color: #21cb77; }
          /* line 318, ../sass/components/_navigation.scss */
          .sub-header-option-current.cv_136.stuck:hover, .sub-header-option-current.cv_136.stuck:focus, .sub-header-option-current.cv_136.stuck:active {
            background-color: #25dc81; } }
  /* line 325, ../sass/components/_navigation.scss */
  .sub-header-option-current.cv_137 {
    border-color: #67cbf4;
    color: #67cbf4; }
    /* line 328, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_137 a {
      color: inherit; }
    /* line 331, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_137:hover {
      color: #37bbf1;
      border-color: #37bbf1; }
    /* line 335, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_137.active {
      background: #67cbf4;
      border-color: #67cbf4;
      color: #fff; }
      /* line 339, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_137.active h2 {
        border-bottom-color: #67cbf4; }
    /* line 343, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_137.stuck {
      color: #333333;
      background-color: #67cbf4; }
      /* line 346, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_137.stuck h2 {
        border-bottom-color: #67cbf4; }
      @media (min-width: 768px) {
        /* line 343, ../sass/components/_navigation.scss */
        .sub-header-option-current.cv_137.stuck {
          border-color: #37bbf1; }
          /* line 352, ../sass/components/_navigation.scss */
          .sub-header-option-current.cv_137.stuck:hover, .sub-header-option-current.cv_137.stuck:focus, .sub-header-option-current.cv_137.stuck:active {
            background-color: #4ac1f2; } }
  /* line 359, ../sass/components/_navigation.scss */
  .sub-header-option-current.cv_138 {
    border-color: #f78724;
    color: #f78724; }
    /* line 362, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_138 a {
      color: inherit; }
    /* line 365, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_138:hover {
      color: #e06d08;
      border-color: #e06d08; }
    /* line 369, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_138.active {
      background: #f78724;
      border-color: #f78724;
      color: #fff; }
      /* line 373, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_138.active h2 {
        border-bottom-color: #f78724; }
    /* line 377, ../sass/components/_navigation.scss */
    .sub-header-option-current.cv_138.stuck {
      color: #333333;
      background-color: #f78724; }
      /* line 380, ../sass/components/_navigation.scss */
      .sub-header-option-current.cv_138.stuck h2 {
        border-bottom-color: #f78724; }
      @media (min-width: 768px) {
        /* line 377, ../sass/components/_navigation.scss */
        .sub-header-option-current.cv_138.stuck {
          border-color: #e06d08; }
          /* line 386, ../sass/components/_navigation.scss */
          .sub-header-option-current.cv_138.stuck:hover, .sub-header-option-current.cv_138.stuck:focus, .sub-header-option-current.cv_138.stuck:active {
            background-color: #f47709; } }

/* line 394, ../sass/components/_navigation.scss */
.sub-header-dropdown-button {
  display: none; }
  @media (min-width: 768px) {
    /* line 394, ../sass/components/_navigation.scss */
    .sub-header-dropdown-button {
      display: inline-block;
      width: 22px;
      font-size: 24px;
      padding-left: 5px;
      opacity: .5; }
      /* line 403, ../sass/components/_navigation.scss */
      .sub-header-dropdown-button i {
        position: absolute;
        top: 10px; } }
  @media (min-width: 1030px) {
    /* line 409, ../sass/components/_navigation.scss */
    .sub-header-dropdown-button i {
      top: 17px; } }

/* line 413, ../sass/components/_navigation.scss */
.sub-header-option-others {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  @media (min-width: 768px) {
    /* line 413, ../sass/components/_navigation.scss */
    .sub-header-option-others {
      margin-left: 12px;
      margin-top: 0; } }
  /* line 423, ../sass/components/_navigation.scss */
  .sub-header-option-others .others-list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  /* line 429, ../sass/components/_navigation.scss */
  .sub-header-option-others h2 {
    display: block;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    @media (min-width: 768px) {
      /* line 429, ../sass/components/_navigation.scss */
      .sub-header-option-others h2 {
        display: inline-block;
        padding: 5px 12px; } }
    /* line 443, ../sass/components/_navigation.scss */
    .sub-header-option-others h2 a {
      color: inherit; }
    /* line 448, ../sass/components/_navigation.scss */
    .sub-header-option-others h2.cv_134 {
      border-bottom: 1px solid #f44c53; }
      /* line 450, ../sass/components/_navigation.scss */
      .sub-header-option-others h2.cv_134:hover, .sub-header-option-others h2.cv_134:focus {
        background-color: #f44c53;
        color: #fff; }
    /* line 456, ../sass/components/_navigation.scss */
    .sub-header-option-others h2.cv_135 {
      border-bottom: 1px solid #a684f0; }
      /* line 458, ../sass/components/_navigation.scss */
      .sub-header-option-others h2.cv_135:hover, .sub-header-option-others h2.cv_135:focus {
        background-color: #a684f0;
        color: #fff; }
    /* line 464, ../sass/components/_navigation.scss */
    .sub-header-option-others h2.cv_136 {
      border-bottom: 1px solid #3fe090; }
      /* line 466, ../sass/components/_navigation.scss */
      .sub-header-option-others h2.cv_136:hover, .sub-header-option-others h2.cv_136:focus {
        background-color: #3fe090;
        color: #fff; }
    /* line 472, ../sass/components/_navigation.scss */
    .sub-header-option-others h2.cv_137 {
      border-bottom: 1px solid #67cbf4; }
      /* line 474, ../sass/components/_navigation.scss */
      .sub-header-option-others h2.cv_137:hover, .sub-header-option-others h2.cv_137:focus {
        background-color: #67cbf4;
        color: #fff; }
    /* line 480, ../sass/components/_navigation.scss */
    .sub-header-option-others h2.cv_138 {
      border-bottom: 1px solid #f78724; }
      /* line 482, ../sass/components/_navigation.scss */
      .sub-header-option-others h2.cv_138:hover, .sub-header-option-others h2.cv_138:focus {
        background-color: #f78724;
        color: #fff; }

/* line 491, ../sass/components/_navigation.scss */
.nav-menu li:nth-child(2) {
  border-right: 1px solid #ededed;
  padding-right: 14px; }

/* line 496, ../sass/components/_navigation.scss */
.nav-menu li:nth-child(3) {
  display: inline-block; }
  @media (min-width: 768px) {
    /* line 496, ../sass/components/_navigation.scss */
    .nav-menu li:nth-child(3) {
      padding-left: 45px; } }

/* line 504, ../sass/components/_navigation.scss */
.navicon {
  background-color: #F8F8F8;
  padding: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 43px;
  width: 43px;
  text-align: center;
  font-size: 30px; }
  /* line 515, ../sass/components/_navigation.scss */
  .navicon i {
    position: absolute;
    top: -2px;
    left: 13px; }

/* line 522, ../sass/components/_navigation.scss */
.view-core-values-list {
  height: 100vh; }

/* line 526, ../sass/components/_navigation.scss */
.fp-fix {
  position: fixed;
  z-index: 10; }

/* line 531, ../sass/components/_navigation.scss */
.ion-ios-close-empty {
  color: #eee; }
  /* line 534, ../sass/components/_navigation.scss */
  .ion-ios-close-empty:hover {
    color: #fff; }

/* line 114, ../sass/components/_off_canvas.scss */
.clearfix:before, .container:before, .clearfix:after, .container:after {
  content: '';
  display: table; }
/* line 120, ../sass/components/_off_canvas.scss */
.clearfix:after, .container:after {
  clear: both; }

/* line 128, ../sass/components/_off_canvas.scss */
.background {
  min-height: 100%; }

/* line 133, ../sass/components/_off_canvas.scss */
button {
  transition: all 0.2s; }

/* line 138, ../sass/components/_off_canvas.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1880px;
  max-width: 117.5rem;
  min-width: 120px;
  min-width: 7.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0; }
  @media (min-width: beta) {
    /* line 138, ../sass/components/_off_canvas.scss */
    .container {
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 20px;
      padding-right: 1.25rem; } }
  @media (min-width: gamma-and-up) {
    /* line 138, ../sass/components/_off_canvas.scss */
    .container {
      padding-left: 40px;
      padding-left: 2.5rem;
      padding-right: 40px;
      padding-right: 2.5rem; } }

/* line 162, ../sass/components/_off_canvas.scss */
.list-unstyled, .list-inline {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 171, ../sass/components/_off_canvas.scss */
.list-inline li {
  display: inline;
  margin-right: 10px;
  margin-right: 0.625rem; }

/*=============================
=            off-canvas            =
=============================*/
/* line 181, ../sass/components/_off_canvas.scss */
.off-canvas-toggle-left,
.off-canvas-toggle-right {
  background: none;
  position: absolute;
  top: 0;
  z-index: 1300;
  color: #aaaaaa;
  text-align: center;
  border: none;
  font-size: 30px;
  font-size: 1.875rem;
  width: 44px;
  width: 2.75rem;
  height: 43px;
  height: 2.6875rem; }
  /* line 197, ../sass/components/_off_canvas.scss */
  .off-canvas-toggle-left:hover,
  .off-canvas-toggle-right:hover {
    color: #000;
    text-decoration: none; }
  /* line 202, ../sass/components/_off_canvas.scss */
  .off-canvas-toggle-left:active, .off-canvas-toggle-left:focus,
  .off-canvas-toggle-right:active,
  .off-canvas-toggle-right:focus {
    outline: none; }

/* line 208, ../sass/components/_off_canvas.scss */
.off-canvas-toggle-left {
  right: -44px;
  right: -2.75rem; }
  /* line 211, ../sass/components/_off_canvas.scss */
  .off-canvas-toggle-left:before {
    content: ""; }
    /* line 214, ../sass/components/_off_canvas.scss */
    .off-canvas-show-left .off-canvas-toggle-left:before {
      content: ""; }

/* line 220, ../sass/components/_off_canvas.scss */
.off-canvas-toggle-right {
  left: -44px;
  left: -2.75rem; }
  /* line 223, ../sass/components/_off_canvas.scss */
  .off-canvas-toggle-right:before {
    content: ""; }
    /* line 226, ../sass/components/_off_canvas.scss */
    .off-canvas-show-right .off-canvas-toggle-right:before {
      content: ""; }

/* line 232, ../sass/components/_off_canvas.scss */
.off-canvas {
  background: #ffffff;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  padding: 30px;
  width: 280px;
  width: 17.5rem; }
  /* line 240, ../sass/components/_off_canvas.scss */
  .off-canvas a {
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent; }
    /* line 243, ../sass/components/_off_canvas.scss */
    .off-canvas a:hover {
      border-bottom: 1px solid rgba(51, 51, 51, 0.25); }
  /* line 248, ../sass/components/_off_canvas.scss */
  .off-canvas--left {
    left: 0;
    transform: translate3d(-280px, 0, 0);
    transition: transform 0.2s; }
    /* line 253, ../sass/components/_off_canvas.scss */
    .off-canvas-show-left .off-canvas--left {
      transform: translate3d(0, 0, 0); }
    /* line 257, ../sass/components/_off_canvas.scss */
    .no-csstransforms3d .off-canvas--left {
      left: -280px; }
    /* line 261, ../sass/components/_off_canvas.scss */
    .no-csstransforms3d.off-canvas-show-left .off-canvas--left {
      left: 0; }
  /* line 266, ../sass/components/_off_canvas.scss */
  .off-canvas--right {
    right: 0;
    -webkit-transform: translate3d(280px, 0, 0);
    -webkit-transition: transform 0.2s;
    transform: translate3d(280px, 0, 0);
    transition: transform 0.2s; }
    /* line 273, ../sass/components/_off_canvas.scss */
    .off-canvas-show-right .off-canvas--right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    /* line 278, ../sass/components/_off_canvas.scss */
    .no-csstransforms3d .off-canvas--right {
      right: -280px; }
    /* line 282, ../sass/components/_off_canvas.scss */
    .no-csstransforms3d.off-canvas-show-left .off-canvas--right {
      right: 0; }
  /* line 287, ../sass/components/_off_canvas.scss */
  .off-canvas ul.links {
    list-style: none;
    font-size: 20px;
    font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
    color: #333333; }
    /* line 293, ../sass/components/_off_canvas.scss */
    .off-canvas ul.links li {
      transition: all 0.3s ease; }
      /* line 295, ../sass/components/_off_canvas.scss */
      .off-canvas ul.links li:hover {
        color: #000; }
    /* line 300, ../sass/components/_off_canvas.scss */
    .off-canvas ul.links li + li {
      margin-top: 20px; }

/* line 307, ../sass/components/_off_canvas.scss */
#off-canvas-push:after {
  content: '';
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s; }
  /* line 320, ../sass/components/_off_canvas.scss */
  .off-canvas-show-left #off-canvas-push:after, .off-canvas-show-right #off-canvas-push:after {
    visibility: visible;
    opacity: 0.75; }
  /* line 326, ../sass/components/_off_canvas.scss */
  .lt-ie10 #off-canvas-push:after {
    display: none; }

/* line 332, ../sass/components/_off_canvas.scss */
.off-canvas-nav__item {
  border: none; }
  /* line 335, ../sass/components/_off_canvas.scss */
  .off-canvas-nav__item:first-child {
    border-top: 0; }
  /* line 339, ../sass/components/_off_canvas.scss */
  .off-canvas-nav__item:last-child {
    border-bottom: 0; }

/* line 344, ../sass/components/_off_canvas.scss */
.off-canvas-nav__link {
  display: block;
  color: #000000;
  padding: 20px;
  padding: 1.25rem; }
  /* line 350, ../sass/components/_off_canvas.scss */
  .off-canvas-nav__link.active, .off-canvas-nav__link:hover {
    background: white; }

/* line 357, ../sass/components/_off_canvas.scss */
.container {
  padding: 80px; }

/* line 361, ../sass/components/_off_canvas.scss */
.menu-footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  color: #333333; }
  /* line 367, ../sass/components/_off_canvas.scss */
  .menu-footer h1, .menu-footer h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  /* line 370, ../sass/components/_off_canvas.scss */
  .menu-footer h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px; }
  /* line 375, ../sass/components/_off_canvas.scss */
  .menu-footer h2 {
    font-weight: 200;
    font-size: 18px; }

/* line 1, ../sass/components/_pre-footer.scss */
.pre-footer-outer {
  width: 100%;
  background: #eee;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_pre-footer.scss */
    .pre-footer-outer {
      padding: 0; } }
  /* line 11, ../sass/components/_pre-footer.scss */
  .pre-footer-outer:first-child {
    margin-top: 75px; }
  /* line 15, ../sass/components/_pre-footer.scss */
  .pre-footer-outer .pre-footer-inner {
    max-width: 1030px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
    /* line 23, ../sass/components/_pre-footer.scss */
    .pre-footer-outer .pre-footer-inner a > p {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      /* line 15, ../sass/components/_pre-footer.scss */
      .pre-footer-outer .pre-footer-inner {
        padding-top: 50px; } }
    /* line 31, ../sass/components/_pre-footer.scss */
    .pre-footer-outer .pre-footer-inner h3 {
      margin-bottom: 20px; }

/* line 37, ../sass/components/_pre-footer.scss */
.footer-outer {
  width: 100%;
  background: #1b1b1b;
  padding: 50px 0 75px 0;
  color: #fff;
  z-index: 100;
  position: relative; }
  /* line 45, ../sass/components/_pre-footer.scss */
  .footer-outer .footer-inner {
    max-width: 670px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 13px; }
    @media (min-width: 768px) {
      /* line 45, ../sass/components/_pre-footer.scss */
      .footer-outer .footer-inner {
        max-width: 1030px;
        padding: 0 50px; } }
    /* line 56, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner h3 {
      margin-bottom: 10px;
      color: #fff; }
    /* line 61, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner p {
      max-width: 768px;
      color: #fff; }
    /* line 66, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner img {
      max-width: 200px; }
    /* line 70, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner hr {
      margin: 20px 0;
      border: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.1); }
    /* line 77, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner .half-l, .footer-outer .footer-inner .half-r {
      width: 100%;
      font-size: 11.5px;
      color: rgba(255, 255, 255, 0.5); }
      @media (min-width: 768px) {
        /* line 77, ../sass/components/_pre-footer.scss */
        .footer-outer .footer-inner .half-l, .footer-outer .footer-inner .half-r {
          width: 50%;
          float: left; } }
    /* line 88, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner .half-l {
      text-align: left; }
    /* line 89, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner .half-r {
      text-align: left; }
      @media (min-width: 480px) {
        /* line 89, ../sass/components/_pre-footer.scss */
        .footer-outer .footer-inner .half-r {
          text-align: right; } }
    /* line 98, ../sass/components/_pre-footer.scss */
    .footer-outer .footer-inner .footer-links {
      list-style: none; }
      /* line 101, ../sass/components/_pre-footer.scss */
      .footer-outer .footer-inner .footer-links li {
        display: inline-block; }
        /* line 104, ../sass/components/_pre-footer.scss */
        .footer-outer .footer-inner .footer-links li + li {
          margin-left: 10px; }
        /* line 108, ../sass/components/_pre-footer.scss */
        .footer-outer .footer-inner .footer-links li a {
          text-decoration: none; }

/* line 116, ../sass/components/_pre-footer.scss */
.pre-footer-outer {
  color: #333333;
  transition: all 0.3s ease; }
  /* line 120, ../sass/components/_pre-footer.scss */
  .pre-footer-outer:first-child {
    margin-top: 20px;
    padding-top: 40px; }
  /* line 126, ../sass/components/_pre-footer.scss */
  .pre-footer-outer h2 {
    font-size: 36px;
    padding: 0 50px 50px 50px; }
  /* line 131, ../sass/components/_pre-footer.scss */
  .pre-footer-outer p {
    font-size: 13px;
    padding: 50px 50px 0 50px; }
  /* line 137, ../sass/components/_pre-footer.scss */
  .pre-footer-outer.cv_134 {
    background-color: #f44c53; }
    /* line 139, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_134 a {
      text-decoration: none; }
    /* line 140, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_134:hover {
      background-color: #f22f37; }
  /* line 145, ../sass/components/_pre-footer.scss */
  .pre-footer-outer.cv_135 {
    background-color: #a684f0; }
    /* line 147, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_135 a {
      text-decoration: none; }
    /* line 148, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_135:hover {
      background-color: #9269ed; }
  /* line 153, ../sass/components/_pre-footer.scss */
  .pre-footer-outer.cv_136 {
    background-color: #3fe090; }
    /* line 155, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_136 a {
      text-decoration: none; }
    /* line 156, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_136:hover {
      background-color: #25dc81; }
  /* line 161, ../sass/components/_pre-footer.scss */
  .pre-footer-outer.cv_137 {
    background-color: #67cbf4; }
    /* line 163, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_137 a {
      text-decoration: none; }
    /* line 164, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_137:hover {
      background-color: #4ac1f2; }
  /* line 169, ../sass/components/_pre-footer.scss */
  .pre-footer-outer.cv_138 {
    background-color: #f78724; }
    /* line 171, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_138 a {
      text-decoration: none; }
    /* line 172, ../sass/components/_pre-footer.scss */
    .pre-footer-outer.cv_138:hover {
      background-color: #f47709; }

/* line 1, ../sass/components/_social_share.scss */
.social-share {
  font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  position: absolute;
  right: 0; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_social_share.scss */
    .social-share {
      right: 30px;
      bottom: 25px; } }

/* line 15, ../sass/components/_social_share.scss */
.social-share .icon.ion-ios-upload-outline {
  font-size: 32px;
  display: inline-block;
  position: absolute;
  margin-top: -12px;
  margin-left: 12px;
  right: 0;
  top: -4px; }

/* line 25, ../sass/components/_social_share.scss */
.social-share ul {
  list-style: none;
  padding: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 25, ../sass/components/_social_share.scss */
    .social-share ul {
      padding: 0;
      text-align: left; } }

/* line 36, ../sass/components/_social_share.scss */
.social-share ul li {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 5; }
  @media (min-width: 768px) {
    /* line 36, ../sass/components/_social_share.scss */
    .social-share ul li {
      font-size: 11.5px;
      line-height: 2.5; } }

/* line 49, ../sass/components/_social_share.scss */
.social-share ul li span {
  position: relative;
  margin-left: 2.5em; }

/* line 54, ../sass/components/_social_share.scss */
.social-share li i.icon {
  width: 20px;
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
  position: absolute;
  bottom: -17px; }
  @media (min-width: 768px) {
    /* line 54, ../sass/components/_social_share.scss */
    .social-share li i.icon {
      bottom: -10px; } }

/* line 67, ../sass/components/_social_share.scss */
.ion-social-facebook {
  padding-left: 4px; }

/* line 71, ../sass/components/_social_share.scss */
.social-share ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: normal;
  transition: all 0.3s ease; }
  /* line 77, ../sass/components/_social_share.scss */
  .social-share ul li a:hover, .social-share ul li a:focus {
    color: #fff; }
  @media (min-width: 768px) {
    /* line 71, ../sass/components/_social_share.scss */
    .social-share ul li a {
      color: #333; }
      /* line 84, ../sass/components/_social_share.scss */
      .social-share ul li a:hover, .social-share ul li a:focus {
        color: #000; } }

/* line 91, ../sass/components/_social_share.scss */
.social-box {
  display: block;
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(51, 51, 51, 0.98);
  animation: popup .3s ease-out; }
  @media (min-width: 768px) {
    /* line 91, ../sass/components/_social_share.scss */
    .social-box {
      position: absolute;
      margin-top: -133px;
      left: 30px;
      bottom: 24px;
      width: auto;
      height: auto;
      min-width: 184px;
      background: #fff;
      border: 1px solid #ededed;
      padding: 1em 1em 1em 1.5em;
      margin-bottom: 26px;
      animation: popup-medium .1s ease-out; } }

/* line 121, ../sass/components/_social_share.scss */
.social-box:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ededed;
  left: 80px;
  bottom: -10px; }

/* line 134, ../sass/components/_social_share.scss */
.social-box:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  left: 81px;
  bottom: -9px;
  z-index: 100; }

/* line 148, ../sass/components/_social_share.scss */
.social-box {
  display: none; }

@media (min-width: 768px) {
  /* line 152, ../sass/components/_social_share.scss */
  .social-box.below {
    margin-top: 41px;
    left: 30px; } }

/* line 159, ../sass/components/_social_share.scss */
.social-box.below:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ededed;
  left: 80px;
  top: -10px;
  border-top: 0; }

/* line 173, ../sass/components/_social_share.scss */
.social-box.below:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  left: 81px;
  top: -9px;
  z-index: 100;
  border-top: 0; }

/* line 188, ../sass/components/_social_share.scss */
.share-text:hover {
  cursor: pointer; }

/* line 192, ../sass/components/_social_share.scss */
.share-text {
  padding-right: 35px;
  color: #333333;
  transition: all 0.3s ease; }
  /* line 197, ../sass/components/_social_share.scss */
  .share-text .share-text-words {
    display: none; }
    @media (min-width: 768px) {
      /* line 197, ../sass/components/_social_share.scss */
      .share-text .share-text-words {
        display: inline-block; } }
  /* line 205, ../sass/components/_social_share.scss */
  .share-text:hover, .share-text:focus {
    color: #000; }

/* line 211, ../sass/components/_social_share.scss */
.meta-social {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 24px 0 19px;
  margin: 30px 0;
  position: relative; }
  /* line 218, ../sass/components/_social_share.scss */
  .meta-social .date, .meta-social .address {
    padding-right: 150px; }
  /* line 222, ../sass/components/_social_share.scss */
  .meta-social .address p {
    margin-bottom: 0; }
  /* line 226, ../sass/components/_social_share.scss */
  .meta-social .date p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    /* line 211, ../sass/components/_social_share.scss */
    .meta-social {
      width: 110%;
      margin-left: -5%;
      padding: 24px 5% 19px; } }

/* line 237, ../sass/components/_social_share.scss */
.meta-social .field--name-field-tags {
  float: left;
  padding-right: 142px; }

/* line 242, ../sass/components/_social_share.scss */
.meta-social .field--name-field-tags .field__items .field__item {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 11.5px; }

/* line 249, ../sass/components/_social_share.scss */
.meta-social .field--name-field-tags .field__items .field__item a,
.field--name-field-decade a {
  text-decoration: none;
  font-weight: 700;
  color: #333333;
  opacity: .7;
  transition: all 0.3s ease; }
  /* line 257, ../sass/components/_social_share.scss */
  .meta-social .field--name-field-tags .field__items .field__item a:hover, .meta-social .field--name-field-tags .field__items .field__item a:focus,
  .field--name-field-decade a:hover,
  .field--name-field-decade a:focus {
    opacity: 1; }

/* line 262, ../sass/components/_social_share.scss */
.field--name-field-decade {
  display: inline-block;
  float: left;
  font-size: 11.5px;
  font-weight: bold;
  margin-right: 10px; }

/* line 1, ../sass/components/_tabs.scss */
.tabs--primary {
  margin-bottom: 1em;
  border-bottom: none;
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 490; }

/* line 10, ../sass/components/_tabs.scss */
.links--inline li {
  float: none;
  margin-right: 0em; }

/* line 7, ../sass/components/_timeline.scss */
.clearfix, .container {
  clear: both; }

/* line 15, ../sass/components/_timeline.scss */
.inner-half {
  width: 4.16667%;
  float: left; }

/* line 20, ../sass/components/_timeline.scss */
body {
  background: #eee; }

/* line 22, ../sass/components/_timeline.scss */
* {
  padding: 0;
  margin: 0; }

/* line 27, ../sass/components/_timeline.scss */
.timeline {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  /* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/output/support/_clearfix.scss */
  .timeline:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    /* line 27, ../sass/components/_timeline.scss */
    .timeline {
      padding: 10px; } }

@media (min-width: 768px) {
  /* line 35, ../sass/components/_timeline.scss */
  .pull-up-25 {
    margin-top: -25px; }

  /* line 36, ../sass/components/_timeline.scss */
  .pull-up-50 {
    margin-top: -50px; }

  /* line 37, ../sass/components/_timeline.scss */
  .pull-up-75 {
    margin-top: -75px; }

  /* line 38, ../sass/components/_timeline.scss */
  .pull-up-100 {
    margin-top: -100px; }

  /* line 39, ../sass/components/_timeline.scss */
  .pull-up-125 {
    margin-top: -125px; }

  /* line 40, ../sass/components/_timeline.scss */
  .pull-up-150 {
    margin-top: -150px; }

  /* line 41, ../sass/components/_timeline.scss */
  .pull-up-175 {
    margin-top: -175px; }

  /* line 42, ../sass/components/_timeline.scss */
  .pull-up-200 {
    margin-top: -200px; }

  /* line 44, ../sass/components/_timeline.scss */
  .push-down-25 {
    margin-top: 25px; }

  /* line 45, ../sass/components/_timeline.scss */
  .push-down-50 {
    margin-top: 50px; }

  /* line 46, ../sass/components/_timeline.scss */
  .push-down-75 {
    margin-top: 75px; }

  /* line 47, ../sass/components/_timeline.scss */
  .push-down-100 {
    margin-top: 100px; }

  /* line 48, ../sass/components/_timeline.scss */
  .push-down-125 {
    margin-top: 125px; }

  /* line 49, ../sass/components/_timeline.scss */
  .push-down-150 {
    margin-top: 150px; }

  /* line 50, ../sass/components/_timeline.scss */
  .push-down-175 {
    margin-top: 175px; }

  /* line 51, ../sass/components/_timeline.scss */
  .push-down-200 {
    margin-top: 200px; }

  /* line 52, ../sass/components/_timeline.scss */
  .push-down-300 {
    margin-top: 300px; }

  /* line 54, ../sass/components/_timeline.scss */
  .push-right-25 {
    margin-left: 25px; }

  /* line 55, ../sass/components/_timeline.scss */
  .push-right-50 {
    margin-left: 50px; }

  /* line 57, ../sass/components/_timeline.scss */
  .push-left-25 {
    margin-right: 25px; }

  /* line 58, ../sass/components/_timeline.scss */
  .push-left-50 {
    margin-right: 50px; } }
/* line 61, ../sass/components/_timeline.scss */
.timeline-item {
  margin-bottom: 10px;
  box-sizing: border-box;
  /*@include span(12 of 12);*/ }
  @media (min-width: 768px) {
    /* line 61, ../sass/components/_timeline.scss */
    .timeline-item {
      padding: 0 5px; } }
  /* line 71, ../sass/components/_timeline.scss */
  .timeline-item p {
    margin: 0; }
    /* line 74, ../sass/components/_timeline.scss */
    .timeline-item p.link {
      padding-top: 5px; }
  /* line 79, ../sass/components/_timeline.scss */
  .timeline-item .card-item {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    width: 100%; }
    @media (min-width: 1030px) {
      /* line 79, ../sass/components/_timeline.scss */
      .timeline-item .card-item {
        width: 100%; } }
  /* line 91, ../sass/components/_timeline.scss */
  .timeline-item > .text {
    padding: 20px;
    z-index: 20;
    position: relative;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-1 {
        width: 8.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-2 {
        width: 16.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-3 {
        width: 25%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-4 {
        width: 33.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-5 {
        width: 41.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-6 {
        width: 50%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-7 {
        width: 58.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-8 {
        width: 66.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-9 {
        width: 75%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-10 {
        width: 83.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-11 {
        width: 91.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item > .text.cols-12 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      /* line 113, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-1 {
        margin-left: 8.33333%; }
      /* line 114, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-2 {
        margin-left: 16.66667%; }
      /* line 115, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-3 {
        margin-left: 25%; }
      /* line 116, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-4 {
        margin-left: 33.33333%; }
      /* line 117, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-5 {
        margin-left: 41.66667%; }
      /* line 118, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-6 {
        margin-left: 50%; }
      /* line 119, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-7 {
        margin-left: 58.33333%; }
      /* line 120, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-8 {
        margin-left: 66.66667%; }
      /* line 121, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-9 {
        margin-left: 75%; }
      /* line 122, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-10 {
        margin-left: 83.33333%; }
      /* line 123, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-11 {
        margin-left: 91.66667%; }
      /* line 124, ../sass/components/_timeline.scss */
      .timeline-item > .text.push-12 {
        margin-left: 100%; } }
    /* line 128, ../sass/components/_timeline.scss */
    .timeline-item > .text .year {
      font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 20px;
      font-weight: 200; }
    /* line 135, ../sass/components/_timeline.scss */
    .timeline-item > .text .link a {
      font-size: 13px;
      font-weight: bold;
      padding-top: 5px; }
    /* line 142, ../sass/components/_timeline.scss */
    .timeline-item > .text #additional-info {
      padding-top: 5px; }
    /* line 146, ../sass/components/_timeline.scss */
    .timeline-item > .text.card {
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
    /* line 151, ../sass/components/_timeline.scss */
    .timeline-item > .text.featured {
      padding: 20px; }
      /* line 158, ../sass/components/_timeline.scss */
      .timeline-item > .text.featured .info {
        font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
        font-size: 18px;
        line-height: 1.35em; }
        @media (min-width: 768px) {
          /* line 158, ../sass/components/_timeline.scss */
          .timeline-item > .text.featured .info {
            font-size: 24px; } }
      /* line 168, ../sass/components/_timeline.scss */
      .timeline-item > .text.featured .link {
        margin: 5px 0 10px; }
  /* line 175, ../sass/components/_timeline.scss */
  .timeline-item .image img {
    max-width: 100%; }
  @media (min-width: 800px) {
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-1 {
      width: 8.33333%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-2 {
      width: 16.66667%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-3 {
      width: 25%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-4 {
      width: 33.33333%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-5 {
      width: 41.66667%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-6 {
      width: 50%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-7 {
      width: 58.33333%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-8 {
      width: 66.66667%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-9 {
      width: 75%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-10 {
      width: 83.33333%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-11 {
      width: 91.66667%;
      float: left; }
    /* line 10, ../sass/components/_timeline.scss */
    .timeline-item .image.cols-12 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    /* line 195, ../sass/components/_timeline.scss */
    .timeline-item .image.push-1 {
      margin-left: 8.33333%; }
    /* line 196, ../sass/components/_timeline.scss */
    .timeline-item .image.push-2 {
      margin-left: 16.66667%; }
    /* line 197, ../sass/components/_timeline.scss */
    .timeline-item .image.push-3 {
      margin-left: 25%; }
    /* line 198, ../sass/components/_timeline.scss */
    .timeline-item .image.push-4 {
      margin-left: 33.33333%; }
    /* line 199, ../sass/components/_timeline.scss */
    .timeline-item .image.push-5 {
      margin-left: 41.66667%; }
    /* line 200, ../sass/components/_timeline.scss */
    .timeline-item .image.push-6 {
      margin-left: 50%; }
    /* line 201, ../sass/components/_timeline.scss */
    .timeline-item .image.push-7 {
      margin-left: 58.33333%; }
    /* line 202, ../sass/components/_timeline.scss */
    .timeline-item .image.push-8 {
      margin-left: 66.66667%; }
    /* line 203, ../sass/components/_timeline.scss */
    .timeline-item .image.push-9 {
      margin-left: 75%; }
    /* line 204, ../sass/components/_timeline.scss */
    .timeline-item .image.push-10 {
      margin-left: 83.33333%; }
    /* line 205, ../sass/components/_timeline.scss */
    .timeline-item .image.push-11 {
      margin-left: 91.66667%; }
    /* line 206, ../sass/components/_timeline.scss */
    .timeline-item .image.push-12 {
      margin-left: 100%; } }
  /* line 209, ../sass/components/_timeline.scss */
  .timeline-item .image .caption {
    font-size: 11.5px;
    line-height: 1.5em;
    color: #333333;
    text-align: left;
    padding-bottom: 5px; }
    /* line 216, ../sass/components/_timeline.scss */
    .timeline-item .image .caption a {
      border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
      /* line 218, ../sass/components/_timeline.scss */
      .timeline-item .image .caption a:hover {
        border-bottom-color: #333333; }
    @media (min-width: 768px) {
      /* line 224, ../sass/components/_timeline.scss */
      .timeline-item .image .caption.left {
        text-align: left; }
      /* line 228, ../sass/components/_timeline.scss */
      .timeline-item .image .caption.right {
        text-align: right; } }
  @media (min-width: 768px) {
    /* line 61, ../sass/components/_timeline.scss */
    .timeline-item {
      width: 41.66667%;
      float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-1 {
        width: 8.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-2 {
        width: 16.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-3 {
        width: 25%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-4 {
        width: 33.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-5 {
        width: 41.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-6 {
        width: 50%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-7 {
        width: 58.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-8 {
        width: 66.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-9 {
        width: 75%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-10 {
        width: 83.33333%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-11 {
        width: 91.66667%;
        float: left; }
      /* line 10, ../sass/components/_timeline.scss */
      .timeline-item.cols-12 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      /* line 253, ../sass/components/_timeline.scss */
      .timeline-item.push-1 {
        margin-left: 8.33333%; }
      /* line 254, ../sass/components/_timeline.scss */
      .timeline-item.push-2 {
        margin-left: 16.66667%; }
      /* line 255, ../sass/components/_timeline.scss */
      .timeline-item.push-3 {
        margin-left: 25%; }
      /* line 256, ../sass/components/_timeline.scss */
      .timeline-item.push-4 {
        margin-left: 33.33333%; }
      /* line 257, ../sass/components/_timeline.scss */
      .timeline-item.push-5 {
        margin-left: 41.66667%; }
      /* line 258, ../sass/components/_timeline.scss */
      .timeline-item.push-6 {
        margin-left: 50%; }
      /* line 259, ../sass/components/_timeline.scss */
      .timeline-item.push-7 {
        margin-left: 58.33333%; }
      /* line 260, ../sass/components/_timeline.scss */
      .timeline-item.push-8 {
        margin-left: 66.66667%; }
      /* line 261, ../sass/components/_timeline.scss */
      .timeline-item.push-9 {
        margin-left: 75%; }
      /* line 262, ../sass/components/_timeline.scss */
      .timeline-item.push-10 {
        margin-left: 83.33333%; }
      /* line 263, ../sass/components/_timeline.scss */
      .timeline-item.push-11 {
        margin-left: 91.66667%; }
      /* line 264, ../sass/components/_timeline.scss */
      .timeline-item.push-12 {
        margin-left: 100%; }
      /* line 266, ../sass/components/_timeline.scss */
      .timeline-item.pull-1 {
        margin-left: -8.33333%; }
      /* line 267, ../sass/components/_timeline.scss */
      .timeline-item.pull-2 {
        margin-left: -16.66667%; }
      /* line 268, ../sass/components/_timeline.scss */
      .timeline-item.pull-3 {
        margin-left: -25%; }
      /* line 269, ../sass/components/_timeline.scss */
      .timeline-item.pull-4 {
        margin-left: -33.33333%; }
      /* line 270, ../sass/components/_timeline.scss */
      .timeline-item.pull-5 {
        margin-left: -41.66667%; }
      /* line 271, ../sass/components/_timeline.scss */
      .timeline-item.pull-6 {
        margin-left: -50%; }
      /* line 272, ../sass/components/_timeline.scss */
      .timeline-item.pull-7 {
        margin-left: -58.33333%; }
      /* line 273, ../sass/components/_timeline.scss */
      .timeline-item.pull-8 {
        margin-left: -66.66667%; }
      /* line 274, ../sass/components/_timeline.scss */
      .timeline-item.pull-9 {
        margin-left: -75%; }
      /* line 275, ../sass/components/_timeline.scss */
      .timeline-item.pull-10 {
        margin-left: -83.33333%; }
      /* line 276, ../sass/components/_timeline.scss */
      .timeline-item.pull-11 {
        margin-left: -91.66667%; }
      /* line 277, ../sass/components/_timeline.scss */
      .timeline-item.pull-12 {
        margin-left: -100%; }
      /* line 279, ../sass/components/_timeline.scss */
      .timeline-item.fr {
        float: right; }
      /* line 280, ../sass/components/_timeline.scss */
      .timeline-item.fl {
        float: left; }
      /* line 282, ../sass/components/_timeline.scss */
      .timeline-item.last {
        float: right; } }

/* line 289, ../sass/components/_timeline.scss */
.timeline-outer {
  background: #fff;
  z-index: 100;
  position: relative; }

/* line 295, ../sass/components/_timeline.scss */
.timeline-header {
  background: url("http://www.saic.edu/150/sites/default/files/1_Mecklenburger.jpg") center center no-repeat;
  background-size: cover; }
  /* line 298, ../sass/components/_timeline.scss */
  .timeline-header:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-color: #000; }
  /* line 311, ../sass/components/_timeline.scss */
  .timeline-header .full-width-inner {
    padding: 50px;
    z-index: 100;
    position: relative; }
    @media (min-width: 768px) {
      /* line 311, ../sass/components/_timeline.scss */
      .timeline-header .full-width-inner {
        padding: 170px; } }
  /* line 321, ../sass/components/_timeline.scss */
  .timeline-header p {
    font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.25; }
    @media (min-width: 768px) {
      /* line 321, ../sass/components/_timeline.scss */
      .timeline-header p {
        font-size: 36px; } }

/* line 335, ../sass/components/_timeline.scss */
.timeline-footer {
  background: url("http://www.saic.edu/150/sites/default/files/tumblr_mflt2qEagA1rk4fqyo1_1280.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 50px; }
  /* line 339, ../sass/components/_timeline.scss */
  .timeline-footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-color: #000; }
  /* line 352, ../sass/components/_timeline.scss */
  .timeline-footer .full-width-inner {
    padding: 50px;
    z-index: 100;
    position: relative; }
    @media (min-width: 768px) {
      /* line 352, ../sass/components/_timeline.scss */
      .timeline-footer .full-width-inner {
        padding: 200px 100px; } }
  /* line 362, ../sass/components/_timeline.scss */
  .timeline-footer p {
    font-family: "Larish Neue", "Gerogia", "Times New Roman", serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.25; }
    /* line 370, ../sass/components/_timeline.scss */
    .timeline-footer p.year {
      font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media (min-width: 768px) {
      /* line 362, ../sass/components/_timeline.scss */
      .timeline-footer p {
        font-size: 36px; }
        /* line 377, ../sass/components/_timeline.scss */
        .timeline-footer p.year {
          font-size: 20px; } }

/*# sourceMappingURL=saiconefifty.styles.css.map */
