.calendar{margin:2.25rem 0;position:relative}.calendar__content{border-top:.125rem solid #f1f4f8}.calendar__intro--title{text-align:center;margin-bottom:2.25rem}.calendar__row{display:flex;-moz-flex-direction:column;flex-direction:column}.calendar__row .calendar__item{border-left:.125rem solid #f1f4f8}@media (min-width:700px){.calendar__row .calendar__item{border-left:0}.calendar__row .calendar__item:first-child{border-left:.125rem solid #f1f4f8}}@media (min-width:700px){.calendar__row{-moz-flex-direction:row;flex-direction:row}}.calendar__item{width:100%;border-bottom:.125rem solid #f1f4f8;border-right:.125rem solid #f1f4f8;padding:2.25rem;text-align:center}@media (min-width:700px){.calendar__item{width:33.3333%}}.calendar__item--header{display:flex;line-height:1.125rem;text-transform:uppercase}.calendar__item--title h3{margin-bottom:0}.calendar__item--title a{color:#3a6d90}.calendar__item--title a:hover{color:#37a9ef}.calendar__item--title a,.calendar__item--title h3{font-size:1rem;line-height:1.6875rem;font-weight:600}.calendar__item--category{flex:1;color:#035258;padding-left:.75rem;position:relative}.calendar__item--category:before{content:"";display:block;position:absolute;width:.125rem;height:100%;left:0;top:0;background:linear-gradient(180deg,#bcd6d8,rgba(240,249,250,.27))}.calendar__item--category,.calendar__item--date{font-size:.88888rem}.calendar__item--date{padding-right:.75rem;color:#677890;width:100%}