/* 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 */
.triptote {
  padding: 2rem 0 1rem; }
  @media (min-width: 768px) {
    .triptote {
      padding: 2rem 0 2rem; } }
  .triptote__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1440px;
    max-width: 100%; }
    @media (min-width: 48.0625rem) {
      .triptote__inner {
        padding: 1.25rem 5rem; } }
    @media (max-width: 48rem) {
      .triptote__inner {
        padding: 1.25rem 1.25rem; } }
    @media (min-width: 768px) {
      .triptote__inner {
        padding-bottom: 1.5rem !important; } }
  .triptote + .triptote {
    margin-top: -5rem; }
  .triptote__wrapper {
    /* margin-top: 3rem; */
    background-color: #f7f7f7;
    width: 100%; }
    /* @media (min-width: 768px) {
      .triptote__wrapper {
        max-height: 16.5rem; } }
    @media (min-width: 62rem) {
      .triptote__wrapper {
        max-height: 16rem; } }
    @media (min-width: 64rem) {
      .triptote__wrapper {
        max-height: 16.875rem; } } */
  .triptote__heading {
    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%; }
    .triptote__heading-bold {
      font-weight: bold; }
    @media (min-width: 768px) {
      .triptote__heading {
        font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      .triptote__heading {
        font-size: 2.875rem;
        line-height: 1.1; } }
  .triptote__subheading {
    margin: 0 auto 1rem;
    letter-spacing: -.3px;
    line-height: 1;
    color: #3b3c43;
    font-size: 1.125rem; }
    @media (min-width: 480px) {
      .triptote__subheading {
        font-size: 1.3125rem; } }
    @media (min-width: 768px) {
      .triptote__subheading {
        font-size: 1.375rem;
        line-height: 1.2; } }
    @media (min-width: 1280px) {
      .triptote__subheading {
        font-size: 1.5rem;
		max-width: 95%;		} }
  .triptote__copy {
    color: #3b3c43;
    margin: 0;
    letter-spacing: -.7px;
    line-height: 1.4;
    font-size: 1rem; }
    @media (min-width: 480px) {
      .triptote__copy {
        font-size: 1.0625rem; } }
    @media (min-width: 768px) {
      .triptote__copy {
        font-size: 1.125rem;
        line-height: 1.3;
        width: 90%; } }
    @media (min-width: 1280px) {
      .triptote__copy {
        font-size: 1.1875rem;
        width: 75%; } }
  .triptote__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;
    margin: 2rem; }
    .triptote__button:hover {
      background-color: #3b3c43;
      color: #ffffff; }
    .triptote__button:focus {
      outline-color: #3b3c43; }
    .triptote__button.-disabled {
      cursor: not-allowed; }
      .triptote__button.-disabled:hover {
        background-color: #fbc600;
        color: #3b3c43; }
      .triptote__button.-disabled:focus {
        outline: none; }
    @media (min-width: 768px) {
      .triptote__button {
        width: 70%; } }
  .triptote__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    @media (min-width: 768px) {
      .triptote__columns {
        /* -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;  */
          } }
    @media (min-width: 992px) {
      .triptote__columns {
        margin-left: -0.5rem;
        margin-right: -0.5rem; } }
    @media (min-width: 1200px) {
      .triptote__columns {
        margin-left: -1rem;
        margin-right: -1rem; } }
  .triptote__column {
    overflow: hidden;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .triptote__column {
        width: 30%; } }
    @media (min-width: 992px) {
      .triptote__column {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; } }
    @media (min-width: 1200px) {
      .triptote__column {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem; } }
    .triptote__column > article {
      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;
      margin: 0 auto;
      text-align: center; }
      .triptote__column > article img {
        max-height: 104px;
      width: auto;
     }
     .triptote__column.insta__img > article img {
      height: auto;
    width: 240px;
	max-height: 100%;
   }
    .triptote__column.pinterest__img > article img {
      height: auto;
    width: 240px;
	max-height: 100%;
   }

a.triptote__button.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;
}
a.triptote__button.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;
}
a.triptote__button.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;
}
a.triptote__button.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;
}
a.triptote__button.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;
}
a.triptote__button.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;
}
a.triptote__button.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;
}
a.triptote__button.resource-video-download::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;
}
a.triptote__button.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;
}
a.triptote__button.resource-png::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;
}
@media (min-width: 1200px) {
.wd-50-img{
	width: 40%;
}
}
.triptote__column.subhead__imgs > article img {
      max-height: 204px;
   }
@media (min-width: 768px){
.wd-45__img {
    width: 45%;
}
}
.triptote__column.wd-45__img > article img {
    height: auto;
    width: 100%;
    max-height: 100%;
}