#template-events section.module-post_content .contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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) {
  #template-events section.module-post_content .contactList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 2em;
  }
}

@media print, all and (min-width: 1130px) {
  #template-events section.module-post_content .contactList {
    max-width: 80%;
    margin-bottom: 0;
  }
}

#template-events section.module-post_content .contactList .contactItem p {
  line-height: 1.25em;
}

@media print, all and (min-width: 768px) {
  #template-events section.module-post_content .contactList .contactItem p {
    line-height: 1.75em;
  }
}

#template-events section.module-post_content .contactList .contactItem:first-of-type {
  margin-bottom: 10px;
}

@media print, all and (min-width: 768px) {
  #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) {
  #template-events section.module-post_content .tab-container {
    width: 80%;
  }
}

#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;
}

#template-events section.module-post_content .tab-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
}

#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);
}

#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;
}

#template-events section.module-post_content .tab-container .tabs .tab:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, all and (min-width: 667px) {
  #template-events section.module-post_content .tab-container .tabs .tab {
    font-size: inherit;
    padding: 1.5em 2.375em;
  }
}

#template-events section.module-post_content .tab-container .tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#template-events section.module-post_content .tab-container .tabcontent h4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#template-events section.module-post_content .tab-container .tabcontent h4:first-of-type {
  padding-top: 0;
}

#template-events section.module-post_content .tab-container .tabcontent .item {
  border-bottom: 1px solid #DDD;
}

#template-events section.module-post_content .tab-container .tabcontent .item .description p {
  padding-top: 0;
  margin-top: 0;
}

#template-events section.module-post_content .tab-container .tabcontent .item .description p:first-of-type {
  padding-top: 0 !important;
}

#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) {
  #template-events section.module-post_content .tab-container .tabcontent .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#template-events section.module-post_content .tab-container .tabcontent .item a {
  color: #13376f;
}

#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) {
  #template-events section.module-post_content .tab-container .tabcontent .item img {
    margin-bottom: 2.25em;
  }
}

#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) {
  #template-events section.module-post_content .tab-container .tabcontent .item img.letter {
    width: calc(85px * 1.5);
  }
}

#template-events section.module-post_content .tab-container .tabcontent .item img.logo {
  padding: 10px;
  border: 1px solid #CCC;
}

#template-events section.module-post_content .tab-container .tabcontent .item img.logo.Horizontal {
  width: 100%;
  height: auto;
}

@media print, all and (min-width: 667px) {
  #template-events section.module-post_content .tab-container .tabcontent .item img.logo.Horizontal {
    width: 200px;
  }
}

#template-events section.module-post_content .tab-container .tabcontent .item img.logo.Vertical {
  width: 100%;
  height: auto;
}

@media print, all and (min-width: 667px) {
  #template-events section.module-post_content .tab-container .tabcontent .item img.logo.Vertical {
    width: 150px;
  }
}

#template-events section.module-post_content .tab-container .tabcontent .item img.icon {
  width: 40px;
  height: 40px;
}

#template-events section.module-post_content .tab-container .tabcontent .item img.booklet {
  width: 100%;
  height: auto;
}

@media print, all and (min-width: 667px) {
  #template-events section.module-post_content .tab-container .tabcontent .item img.booklet {
    width: calc(60px * 3.5);
  }
}

#template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs img {
  max-width: 100%;
}

@media print, all and (min-width: 667px) {
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .docs img {
    width: 10em;
  }
}

@media print, all and (min-width: 1024px) {
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos {
    width: calc(50% - 2em);
    padding-top: 20px;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:first-of-type {
    padding-top: 0;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:nth-of-type(2) {
    padding-top: 0;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:nth-of-type(even) {
    margin-left: 2em;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos .item img {
    margin-bottom: 1em;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .zips {
    width: calc(100% - 2em);
    padding-top: 40px;
  }
  #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) {
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos {
    width: calc(50% - 3em);
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos:nth-of-type(even) {
    margin-left: 3em;
  }
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .zips {
    width: calc(100% - 3em);
  }
}

@media print, all and (min-width: 1440px) {
  #template-events section.module-post_content .tab-container .tabcontent#tab-2 .logos .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.25em;
  }
}
