/* line 16, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .contactList {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  border-bottom: 1px solid darkgray;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media print, all and (min-width: 768px) {
  /* line 16, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .contactList {
    flex-direction: row;
    padding-bottom: 2em;
  }
}
@media print, all and (min-width: 1130px) {
  /* line 16, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .contactList {
    max-width: 80%;
    margin-bottom: 0;
  }
}
/* line 30, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .contactList .contactItem p {
  line-height: 1.25em;
}
@media print, all and (min-width: 768px) {
  /* line 30, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .contactList .contactItem p {
    line-height: 1.75em;
  }
}
/* line 34, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .contactList .contactItem:first-of-type {
  margin-bottom: 10px;
}
@media print, all and (min-width: 768px) {
  /* line 34, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .contactList .contactItem:first-of-type {
    margin-bottom: 0;
    border-right: 1px solid darkgray;
    margin-right: 2em;
    padding-right: 2em;
  }
}
@media print, all and (min-width: 1024px) {
  /* line 41, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container {
    width: 80%;
  }
}
/* line 45, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabs, #template-events section.module-post_content .tab-container button {
  font-family: "Gibson";
  background-color: #FFF;
  border: 0;
}
/* line 49, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabs {
  display: flex;
  justify-content: start;
  flex-grow: 1;
  margin-bottom: 20px;
}
/* line 54, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabs .tab {
  color: #a5a9ac;
  font-weight: 600;
  font-size: 13.333px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.5em 1em;
  border-bottom: transparent solid 4px;
  cursor: pointer;
  width: calc(100% / 3);
}
/* line 65, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabs .tab:hover, #template-events section.module-post_content .tab-container .tabs .tab.active {
  color: #ff5200;
  border-bottom-color: #ff5200;
}
/* line 68, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabs .tab:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media print, all and (min-width: 667px) {
  /* line 54, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabs .tab {
    font-size: inherit;
    padding: 1.5em 2.375em;
  }
}
/* line 75, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent {
  display: none;
  padding: 6px 12px;
  flex-direction: column;
}
/* line 79, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent h4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 81, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent h4:first-of-type {
  padding-top: 0;
}
/* line 84, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item {
  border-bottom: 1px solid #DDD;
}
/* line 87, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item .description p {
  padding-top: 0;
  margin-top: 0;
}
/* line 91, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item .description p:first-of-type {
  padding-top: 0 !important;
}
/* line 93, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item .description p:last-of-type {
  padding-top: 15px;
  padding-bottom: 20px;
}
@media print, all and (min-width: 667px) {
  /* line 84, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent .item {
    display: flex;
  }
}
/* line 98, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item a {
  color: #13376f;
}
/* line 100, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: none;
}
@media print, all and (min-width: 667px) {
  /* line 100, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent .item img {
    margin-bottom: 2.25em;
  }
}
/* line 106, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img.letter {
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
}
@media print, all and (min-width: 667px) {
  /* line 106, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent .item img.letter {
    width: calc(85px * 1.5);
  }
}
/* line 112, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img.logo {
  padding: 10px;
  border: 1px solid #CCC;
}
/* line 115, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img.logo.Horizontal {
  width: 100%;
  height: auto;
}
@media print, all and (min-width: 667px) {
  /* line 115, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent .item img.logo.Horizontal {
    width: 200px;
  }
}
/* line 120, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img.logo.Vertical {
  width: 100%;
  height: auto;
}
@media print, all and (min-width: 667px) {
  /* line 120, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent .item img.logo.Vertical {
    width: 150px;
  }
}
/* line 127, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img.icon {
  width: 40px;
  height: 40px;
}
/* line 130, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent .item img.booklet {
  width: 100%;
  height: auto;
}
@media print, all and (min-width: 667px) {
  /* line 130, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent .item img.booklet {
    width: calc(60px * 3.5);
  }
}
/* line 136, ../../assets/sass/download-list.sass */
#template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs img {
  max-width: 100%;
}
@media print, all and (min-width: 667px) {
  /* line 140, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs .item {
    flex-direction: row;
  }
  /* line 142, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs img {
    width: 10em;
  }
}
@media print, all and (min-width: 1024px) {
  /* line 135, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 147, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos {
    width: calc(50% - 2em);
    padding-top: 20px;
  }
  /* line 150, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:first-of-type {
    padding-top: 0;
  }
  /* line 152, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:nth-of-type(2) {
    padding-top: 0;
  }
  /* line 154, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:nth-of-type(even) {
    margin-left: 2em;
  }
  /* line 156, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos .item {
    flex-direction: column;
  }
  /* line 158, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos .item img {
    margin-bottom: 1em;
  }
  /* line 160, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .zips {
    width: calc(100% - 2em);
    padding-top: 40px;
  }
  /* line 163, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs {
    width: calc(100% - 2em);
    padding-top: 0;
  }
}
@media print, all and (min-width: 1130px) {
  /* line 167, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos {
    width: calc(50% - 3em);
  }
  /* line 169, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:nth-of-type(even) {
    margin-left: 3em;
  }
  /* line 171, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .zips {
    width: calc(100% - 3em);
  }
}
@media print, all and (min-width: 1440px) {
  /* line 175, ../../assets/sass/download-list.sass */
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos .item {
    flex-direction: row;
    margin-bottom: 2.25em;
  }
}

/*# sourceMappingURL=download-list.css.map */
