/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.columns-trips-centers__top {
  color: #3b3c43;
  /* padding-top: 3rem; */
  /* padding-bottom: 6rem; */
} 
  .columns-trips-centers__top .columns-trips-centers__title {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #3b3c43; }

.columns-trips-centers__bottom {
  background-color: #f7f7f7;
  color: #3b3c43;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  @media (min-width: 48rem) {
    .columns-trips-centers__bottom {
      padding-top: 3rem;
      /* padding-bottom: 4rem;  */
    } 
  }

.columns-trips-centers__middle {
  background-color: #f7f7f7;
  color: #3b3c43; }

.columns-trips-centers__card {
  background-color: #fff;
  color: #3b3c43;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 20px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 20px 4px rgba(0, 0, 0, 0.05);
  margin-top: -5rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .columns-trips-centers__card a {
    color: #3b3c43;
    text-decoration: none; }

.columns-trips-centers__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%; }
  @media (min-width: 48.0625rem) {
    .columns-trips-centers__inner {
      padding: 1.25rem 5rem; } }
  @media (max-width: 48rem) {
    .columns-trips-centers__inner {
      padding: 1.25rem 1.25rem; } }

.columns-trips-centers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    .columns-trips-centers__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.columns-trips-centers__column {
  width: 100%;
  text-align: center;
  /* margin: 1rem auto 0; */
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .columns-trips-centers__column--title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #3b3c43;
    margin: 1rem auto; }
  .columns-trips-centers__column--copy {
    font-size: 1rem;
    color: #3b3c43;
    max-width: 75%;
    /* margin: 0 auto 2rem; */
    letter-spacing: -0.071em; }
  .columns-trips-centers__column--image {
    display: block;
    /* margin: 0 auto; */
    min-width: 6.25rem;
    /* max-width: 6.25rem; */
   }
  .columns-trips-centers__column--link {
    border: 0;
    padding: 0.9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    margin: auto auto 0 auto; }
    .columns-trips-centers__column--link:hover {
      background-color: #3b3c43;
      color: #ffffff; }
    .columns-trips-centers__column--link:focus {
      outline-color: #3b3c43; }
    .columns-trips-centers__column--link.-disabled {
      cursor: not-allowed; }
      .columns-trips-centers__column--link.-disabled:hover {
        background-color: #fbc600;
        color: #3b3c43; }
      .columns-trips-centers__column--link.-disabled:focus {
        outline: none; }
  .columns-trips-centers__column--link.columns-trips--dual-link {
    margin-top: 1rem;
  }
  @media (min-width: 48rem) {
    .columns-trips-centers__column {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(33.33333% - 11px);
      /* margin-right: 16px;  */
    }
      .columns-trips-centers__column:nth-child(3n) {
        margin-right: 0; }
      .columns-trips-centers__column--title {
        font-size: 1.375rem; }
      .columns-trips-centers__column--copy {
        font-size: 1.25rem; } }

.columns-trips-centers__title {
  color: #3b3c43;
  font-weight: normal;
  letter-spacing: -.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #f7f7f7;
  max-width: 37.5rem;
  margin-bottom: 1rem; }
  .columns-trips-centers__title-bold {
    font-weight: bold; }
  @media (min-width: 768px) {
    .columns-trips-centers__title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .columns-trips-centers__title {
      font-size: 2.875rem;
      line-height: 1.1; } }

.columns-trips-centers__subtitle {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #f7f7f7;
  margin: 0 0 2rem;
  max-width: 37.5rem; }
  .columns-trips-centers__subtitle-bold {
    font-weight: bold; }
  @media (min-width: 480px) {
    .columns-trips-centers__subtitle {
      font-size: 1.375rem; } }
  @media (min-width: 768px) {
    .columns-trips-centers__subtitle {
      font-size: 1.5rem; } }
  @media (min-width: 1280px) {
    .columns-trips-centers__subtitle {
      font-size: 1.625rem; } }

.columns-trips-centers__copy {
  color: #f7f7f7;
  margin: 0 0 2rem;
  letter-spacing: -.3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem; }
  .columns-trips-centers__copy-bold {
    font-weight: bold; }
  @media (min-width: 480px) {
    .columns-trips-centers__copy {
      font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .columns-trips-centers__copy {
      font-size: 1.25rem;
      max-width: 31.25rem; } }
  @media (min-width: 1280px) {
    .columns-trips-centers__copy {
      font-size: 1.375rem; } }

.columns-trips-centers__container {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .columns-trips-centers__container {
      margin-top: 0;
      margin-bottom: 0; } }

.columns-trips-centers__image {
  display: block;
  margin: 0 0 2rem;
  max-width: 100%;
  width: 30rem;
  min-height: 1px;
  /* max-height: 18.75rem;  */
}

.columns-trips-centers__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out; }
  .columns-trips-centers__button:hover {
    background-color: #3b3c43;
    color: #ffffff; }
  .columns-trips-centers__button:focus {
    outline-color: #3b3c43; }
  .columns-trips-centers__button.-disabled {
    cursor: not-allowed; }
    .columns-trips-centers__button.-disabled:hover {
      background-color: #fbc600;
      color: #3b3c43; }
    .columns-trips-centers__button.-disabled:focus {
      outline: none; }

.columns-trips-centers__heading {
  color: #3b3c43;
  max-width: 95%;
  margin: 1rem 0;
  font-weight: normal;
  letter-spacing: -.7px;
  font-size: 1.5rem;
  line-height: 1; }
  .columns-trips-centers__heading-bold {
    font-weight: bold;
    display: block;
    margin-bottom: 0.25rem; }
  @media (min-width: 768px) {
    .columns-trips-centers__heading {
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    .columns-trips-centers__heading {
      font-size: 2.25rem;
      line-height: 1.1; } }

.columns-trips-centers__bottom .columns-trips-centers__flex {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.columns-trips-centers__bottom .columns-trips-centers__left,
.columns-trips-centers__bottom .columns-trips-centers__right {
  max-width: 100%;
  min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 /* border-left: 1px solid #fbc600;*/
 /* padding-left: 1.25rem;*/
  padding-bottom: 0.25rem;
  margin-bottom: 2rem; }
  @media (min-width: 48rem) {
    .columns-trips-centers__bottom .columns-trips-centers__left,
    .columns-trips-centers__bottom .columns-trips-centers__right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(50% - 8px);
      margin-right: 16px;
      margin-bottom: 0; }
      .columns-trips-centers__bottom .columns-trips-centers__left:nth-child(2n),
      .columns-trips-centers__bottom .columns-trips-centers__right:nth-child(2n) {
        margin-right: 0; } }
  @media all and (-ms-high-contrast: none) and (min-width: 48rem) {
    .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__title, .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__subtitle,
    .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__title,
    .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__subtitle {
      max-width: 18.75rem; } }
  .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons,
  .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons .columns-trips-centers__button,
    .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons .columns-trips-centers__button {
      min-width: 9.5rem;
      text-align: center; }
      .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button,
      .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button {
        margin-top: 1rem; }
    @media (min-width: 64rem) {
      .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons,
      .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .columns-trips-centers__bottom .columns-trips-centers__left .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button,
        .columns-trips-centers__bottom .columns-trips-centers__right .columns-trips-centers__buttons .columns-trips-centers__button + .columns-trips-centers__button {
          margin-left: 1.5rem;
          margin-top: 0; } }
  @media (min-width: 64rem) {
    .columns-trips-centers__bottom .columns-trips-centers__left,
    .columns-trips-centers__bottom .columns-trips-centers__right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(50% - 24px);
      margin-right: 48px; }
      .columns-trips-centers__bottom .columns-trips-centers__left:nth-child(2n),
      .columns-trips-centers__bottom .columns-trips-centers__right:nth-child(2n) {
        margin-right: 0; } }

.columns-trips-centers__bottom .columns-trips-centers__title, .columns-trips-centers__bottom .columns-trips-centers__subtitle {
  color: #3b3c43;
  max-width: 32.5rem; 
  text-align: center;
}

.resource-jpg::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/jpg.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-arrow::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/arrow.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-pdf::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/pdf.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-play::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/play.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-ext::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/ext.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-zip::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/zip.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-mp4::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/mp4.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.resource-gif::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/gif.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
.pdf::after {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    left: 5px;
    top: 3px;
    content: "";
    background: url(/sites/syfb/img/png.svg) no-repeat 0 0;
    background-size: 18px 18px;
  }
  .columns-bottom-head__title {
    color: #3b3c43;
    font-weight: normal;
    letter-spacing: -.7px;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 2rem;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    width: 100%; 
  }

  @media (min-width: 768px) {
    .columns-bottom-head__title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .columns-bottom-head__title {
      font-size: 2.875rem;
      line-height: 1.1; } }

.columns-trips-centers__column--link.columns-trips--dual-link {
  margin-top: 1rem;
}

.columns-trips-centers__copy-header h4 {
  margin-top: 0;
}

.columns-trips-centers__copy-header p {
  margin-top: 0;
  text-align: left;
}

.show-modal {
  position: relative;
  display: block;
  border: none!important;
}

.columns-trips-centers__open-modal {
  position: relative;
  display: block;
  border: none !important;
}

.plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  border: 2px solid #006282!important;
  color: #006282;
  background: #fff;
  font-size: 24px;
  transform: scale(1);
  transition: .1s all;
  font-weight: 700;
  box-sizing: border-box;
}

.columns-trips-centers {
  margin-top: 2.5rem;
}
.columns-trips-left__inner--title{
	text-align: left;
}

.columns-trips-centers__column>* {
  max-width: 100%;
  min-height: 1px;
}
.aside-stack-row__separator {
    border-top: 1px solid #3b3c43;
    max-width: 90%;
}