.post-tool-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .post-tool-container > .fsElementContent > .fsElement {
    margin: 0 10px;
    margin-bottom: 15px; }

.fsCategoryFilter:not(.custom) .fsStyleSelectList > li {
  padding-right: 20px;
  padding-left: 0; }
  .fsCategoryFilter:not(.custom) .fsStyleSelectList > li a {
    padding-left: 0; }
  .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink {
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #73737D;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:after {
      content: "";
      background-color: #14857A;
      display: block;
      position: absolute;
      bottom: 0;
      height: 2px;
      left: 0;
      width: 0%;
      transition: all 0.3s ease; }
    .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:hover, .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:focus {
      color: #363636; }
      .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:hover:after, .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:focus:after {
        width: 100%; }
  .fsCategoryFilter:not(.custom) .fsStyleSelectList > li.fsStateSelected .fsCategoryLink {
    color: #363636; }
    .fsCategoryFilter:not(.custom) .fsStyleSelectList > li.fsStateSelected .fsCategoryLink:after {
      width: 100%; }

article ul.fsCategories li {
  background-color: #14857A; }

.custom.fsCategoryFilter .fsElementContent,
.custom.fsTagFilter .fsElementContent {
  position: relative; }

.custom.fsCategoryFilter .fsElementTitle,
.custom.fsTagFilter .fsElementTitle {
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }
  .custom.fsCategoryFilter .fsElementTitle button,
  .custom.fsTagFilter .fsElementTitle button {
    background-color: #14857A;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    line-height: 1.4;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 100%; }
    .custom.fsCategoryFilter .fsElementTitle button:hover, .custom.fsCategoryFilter .fsElementTitle button:focus,
    .custom.fsTagFilter .fsElementTitle button:hover,
    .custom.fsTagFilter .fsElementTitle button:focus {
      background-color: #0d5951; }
    .custom.fsCategoryFilter .fsElementTitle button:after,
    .custom.fsTagFilter .fsElementTitle button:after {
      content: "";
      font-family: icomoon !important;
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      line-height: 1em;
      color: #ffffff;
      font-size: 10px;
      margin-left: 10px;
      display: inline-block;
      position: relative;
      transition: all 0.3s; }

.custom.fsCategoryFilter.filters-display .fsElementTitle,
.custom.fsTagFilter.filters-display .fsElementTitle {
  border-radius: 5px 5px 0 0; }
  .custom.fsCategoryFilter.filters-display .fsElementTitle:after,
  .custom.fsTagFilter.filters-display .fsElementTitle:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.custom.fsCategoryFilter .fsToolsList,
.custom.fsTagFilter .fsToolsList {
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #14857A;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  background: white;
  display: none;
  z-index: 2; }
  .custom.fsCategoryFilter .fsToolsList li,
  .custom.fsTagFilter .fsToolsList li {
    display: block; }
    .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a,
    .custom.fsTagFilter .fsToolsList li.fsStateSelected a {
      border-radius: 0;
      color: #ffffff;
      background: #14857A; }
      .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:hover, .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:focus,
      .custom.fsTagFilter .fsToolsList li.fsStateSelected a:hover,
      .custom.fsTagFilter .fsToolsList li.fsStateSelected a:focus {
        color: #ffffff;
        background: #14857A; }
    .custom.fsCategoryFilter .fsToolsList li a,
    .custom.fsTagFilter .fsToolsList li a {
      background-color: transparent;
      border: none;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 0;
      margin-right: 0;
      color: #363636;
      text-align: left;
      transition: color .3s ease-in-out; }
      .custom.fsCategoryFilter .fsToolsList li a:hover, .custom.fsCategoryFilter .fsToolsList li a:focus,
      .custom.fsTagFilter .fsToolsList li a:hover,
      .custom.fsTagFilter .fsToolsList li a:focus {
        color: #14857A; }

.fsPostElement .fsCategories {
  margin: 10px 0; }
  .fsPostElement .fsCategories .fsCategory {
    font-size: 10px;
    padding: 5px;
    border-radius: 2px;
    background-color: #14857A;
    color: #fff;
    line-height: 1em;
    font-weight: 500;
    margin-right: 10px; }
    .fsPostElement .fsCategories .fsCategory:last-child {
      margin-right: 0; }

.fsPostElement .fsCategory-2 .fsCategory {
  background-color: #107EA2; }

.fsPostElement .fsCategory-257 .fsCategory {
  background-color: #BD4A99; }

.fsPostElement .fsCategory-258 .fsCategory {
  background-color: #163052; }

.fsPostElement .fsCategory-259 .fsCategory {
  background-color: #0097CF; }

.fsPostElement .fsCategory-260 .fsCategory {
  background-color: #14857A; }

.fsPostElement .fsCategory-261 .fsCategory {
  background-color: #0b5a74; }

.fsPostElement .fsCategory-262 .fsCategory {
  background-color: #E3B030; }


.symposium-schedule.fsTabs > .fsElementContent > .fsPanel > .fsElementContent {
  padding: 28px 20px 15px; }

.symposium-schedule .fsPostElement {
  margin-bottom: 11px; }
  .symposium-schedule .fsPostElement > header > .fsElementTitle {
    margin-bottom: 26px;
    color: #141416;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600; }
  .symposium-schedule .fsPostElement .fsListItems.fsStyleThreeColumns {
    margin: 0 -10px; }
    .symposium-schedule .fsPostElement .fsListItems.fsStyleThreeColumns > article {
      width: calc(100% - 20px);
      margin: 0 10px 20px; }
      @media (min-width: 600px) {
        .symposium-schedule .fsPostElement .fsListItems.fsStyleThreeColumns > article {
          width: calc(50% - 20px); } }
      @media (min-width: 800px) {
        .symposium-schedule .fsPostElement .fsListItems.fsStyleThreeColumns > article {
          width: calc(33.33333% - 20px); } }
  .symposium-schedule .fsPostElement article {
    float: none;
    padding: 25px 40px 40px;
    border: 1px solid #E0E0E2;
    border-radius: 3px; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory-2 .fsCategory {
    background-color: #163052; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="day-2"] {
    background-color: #A36B0D; }
  .symposium-schedule .fsPostElement  .fsCategory-8 .fsCategories .fsCategory {
    background-color: #A36B0D; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="student-speakers"] {
    background-color: #14857A; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="keynotes"] {
    background-color: #107EA2; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="technology"] {
    background-color: #D93F0A; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="hands-on"] {
    background-color: #D91670; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="admissions"] {
    background-color: #668018; }
  .symposium-schedule .fsPostElement .fsCategories .fsCategory[category="ravenna"] {
    background-color: #BD4A99; }
  .symposium-schedule .fsPostElement .fsTitle {
    margin-bottom: 12px;
    color: #363636;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal; }
    .symposium-schedule .fsPostElement .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
      .symposium-schedule .fsPostElement .fsTitle a:hover, .symposium-schedule .fsPostElement .fsTitle a:focus {
        color: #BD4A99; }
  .symposium-schedule .fsPostElement .fsCategories {
    margin-bottom: 22px; }
    .symposium-schedule .fsPostElement .fsCategories .fsCategory {
      padding: 4px 6px 4px 7px; }
  .symposium-schedule .fsPostElement .fsSummary {
    color: #73737D;
    font-size: 13px;
    line-height: 20px; }
  .symposium-schedule .fsPostElement .fsAuthor {
    color: #73737D;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600; }
    .symposium-schedule .fsPostElement .fsAuthor:after {
      display: none; }
  .symposium-schedule .fsPostElement .fsReadMoreLink {
    color: #363636;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600; }
    .symposium-schedule .fsPostElement .fsReadMoreLink:hover, .symposium-schedule .fsPostElement .fsReadMoreLink:focus {
      color: #BD4A99; }

.symposium-schedule .fsPostToolsElement .fsTagLink {
  text-transform: uppercase;
  font-weight: 400;
  background: #107EA2; }