/* ct3279/3280 */

  .ct3280 {
    margin: 0!important;
    max-width: 100%!important;
    padding-bottom:2rem!important;
  }
  .ct3280 ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style:none;
  }
  .ct3280 ul li.ct3279 {
    text-indent: 0!important;
    margin: .5rem 0!important;
    padding: 1rem 1.5rem!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .ct3280 ul li.ct3279:before {
  	display:none;
  }

	/* TEMPLATES */
    
	/* New Lancer Days Template */
    .ct3280.template_nld ul {
      max-width: 900px;
      margin: 0 auto !important;
    }

    .ct3280.template_nld ul li.ct3279 {
      text-indent: 0;
      margin: 0;
      font-size: 5vw;
    }

    .ct3280.template_nld ul li.ct3279 a {
      font-weight: normal;
    }

    .ct3280.template_nld ul li.ct3279 i {
      transform: scale(2);
      margin: .25rem 1.25rem 0 0;
    }

    @media (min-width:900px) {
      .ct3280.template_nld ul li.ct3279 {
        font-size: 3vw;
      }
    }
    /* New Lancer Days Template */

	/* Arts Calendar Template */
    .ct3280.template_arts ul {
      max-width: 1200px;
      margin: 0 auto !important;
      flex-direction: row;
      justify-content: center;
      gap:.5rem;
      flex-wrap:wrap;
    }

	.ct3280.template_arts ul li.ct3279 {
		background:rgba(var(--longwood-blue));
        margin:0!important;
    }

    .ct3280.template_arts ul li.ct3279 a {
        color: white;
        font-family:'trade-gothic-next-condensed',arial,sans-serif;
        font-weight:normal!important;
        font-size: 1.5rem;
    }

    .ct3280.template_arts ul li.ct3279:has(a:hover) {
        background: rgba(var(--longwood-blue),.9);
    }

    .ct3280.template_arts ul li.ct3279 .la, .ct3280.template_arts ul li.ct3279 .las {
        color: rgba(var(--secondary-red-tert-2));
        margin-right: .5rem;
        font-size: 2rem;
    }

    /* Arts Calendar Template */

/* /ct3279/3280 */






















