/* Custom CSS */

.side-meeting-info {
    margin: 10px;
}

.side-meeting-info-dt {
    font-size: 16px;
}

.side-club-event {
    margin: 10px;
}

.side-district-event {
    margin: 10px;
}

.side-birthdays {
    margin: 10px;
}

.side-speakers {
    margin: 10px;
}

.side-newsletters {
    margin: 10px;
}

.side-newsletters-link {
    padding-left: 5px;
}

.side-leaders {
    margin: 15px;
}

.side-sponsors {
    margin: 10px;
}

.side-speakers {
    margin: 10px;
}

.clubleader-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em; /* Add consistent gap between cards */
  justify-content: flex-start; /* Align cards to start instead of spreading them out */
}

.clubleader-card {
  display: flex; /* Use flexbox to create a horizontal layout */
  align-items: center; /* Vertically center the content within the card */
  margin-bottom: 0; /* Remove margin since we're using gap */
  width: calc(25% - 1.125em); /* Account for the gap (1.5em * 3 / 4) */
}

.clubleader-image {
  flex: 0 0 140px; /* Constrain the width to 160px */
  margin-right: 20px; /* Increase the space between image and text */
  overflow: hidden; /* Hide any content that exceeds the specified dimensions */
}

.clubleader-image img {
  width: 100%; /* Make the image fill the container width */
  height: auto; /* Maintain the aspect ratio of the image */
  aspect-ratio: 4 / 5; /* Set the desired aspect ratio (4:5) */
  object-fit: cover; /* Crop and center the image without distortion */
}

.clubleader-info {
  flex: 1; /* Allow the info section to grow and take available space */
}

.clubleader-info p {
  font-size: .8em; /* Adjust the font size as needed */
  line-height: 1.2; /* Adjust the line height for tighter spacing */
}

.clubleader-no-image {
  flex: 0 0 140px; /* Constrain the width to 160px */
  height: 175px; /* Constrain the height to 150px */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  overflow: hidden; /* Hide any content that exceeds the specified dimensions */
  background-color: #ccc; /* Gray background for no image */
  text-align: center; /* Center text horizontally */
  padding: 10px; /* Add some padding for spacing */
  margin-right: 20px; /* Increase the space between image and text */
  color:#555;
}


/* For two columns, use this */
@media screen and (max-width: 768px) {
  .clubleader-card {
    width: calc(50% - 0.75em); /* Account for the gap (1.5em / 2) */
  }
}

/* For one column, use this */
@media screen and (max-width: 480px) {
  .clubleader-card {
    width: 100%;
  }
}


/* .fc-scroller {
    overflow-x: visible !important;
    overflow-y: visible !important;
    height: auto;
} */


/* Tooltip container */

.tooltipevent {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.dac-label {
    display: inline;
    padding: .2em .4em .0em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.wordwrap {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}

/* Uncomment and set these variables to customize the grid. */

.dac-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .dac-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
  }

  .dac-row .members {
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: 1.5rem;
  }

  .dac-row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }

  .dac-col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .dac-col-xs,
  .dac-col-xs-1,
  .dac-col-xs-2,
  .dac-col-xs-3,
  .dac-col-xs-4,
  .dac-col-xs-5,
  .dac-col-xs-6,
  .dac-col-xs-7,
  .dac-col-xs-8,
  .dac-col-xs-9,
  .dac-col-xs-10,
  .dac-col-xs-11,
  .dac-col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .dac-col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .dac-col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .dac-col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .dac-col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .dac-col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .dac-col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .dac-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .dac-col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .dac-col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .dac-col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .dac-col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .dac-col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .dac-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .dac-col-xs-offset-1 {
    margin-left: 8.333%;
  }

  .dac-col-xs-offset-2 {
    margin-left: 16.667%;
  }

  .dac-col-xs-offset-3 {
    margin-left: 25%;
  }

  .dac-col-xs-offset-4 {
    margin-left: 33.333%;
  }

  .dac-col-xs-offset-5 {
    margin-left: 41.667%;
  }

  .dac-col-xs-offset-6 {
    margin-left: 50%;
  }

  .dac-col-xs-offset-7 {
    margin-left: 58.333%;
  }

  .dac-col-xs-offset-8 {
    margin-left: 66.667%;
  }

  .dac-col-xs-offset-9 {
    margin-left: 75%;
  }

  .dac-col-xs-offset-10 {
    margin-left: 83.333%;
  }

  .dac-col-xs-offset-11 {
    margin-left: 91.667%;
  }

  .dac-start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .dac-center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dac-end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .dac-top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .dac-middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .dac-bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .dac-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dac-between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .dac-first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .dac-last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

/* Debug Output */
.debug {
  border-top: 2px dashed #292c34;
  border-bottom: 2px dashed #292c34;
  padding: .6em;
}
.debug h5, .debug h4  {
  text-transform: none;
  font-family: monospace; /* Use a monospace font */
  color: darkgreen;
  margin: .7em 0 .3em 0;
  padding: 0;
}
.debug > h5 > em {
  text-transform: none;
  font-family: monospace; /* Use a monospace font */
  color: darkgreen;
}
.debug pre {
  width: 100%;
  font-family: monospace; /* Use a monospace font */
  white-space: pre-wrap; /* Preserve both whitespace and line breaks */
  padding: .5em 0 0 0;
  color: darkgreen;
  overflow-x: wrap;
  text-indent: 0; /* Remove leading whitespace */
  margin: 0; /* Remove any margin */
}
.debug .panel > pre {
  font-size: .8em; /* Remove any margin */
}
.debug dl {
  display: grid;
  grid-template-columns: max-content auto;
  margin: 0;
}

.debug dt {
  grid-column-start: 1;
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}

.debug dd {
  grid-column-start: 2;
}

.debug .drawer {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 0;
}
.debug .active, .drawer:hover {
  background-color: #ccc;
}

.debug .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  .dac-container {
    width: 46rem;
  }

  .dac-col-sm,
  .dac-col-sm-1,
  .dac-col-sm-2,
  .dac-col-sm-3,
  .dac-col-sm-4,
  .dac-col-sm-5,
  .dac-col-sm-6,
  .dac-col-sm-7,
  .dac-col-sm-8,
  .dac-col-sm-9,
  .dac-col-sm-10,
  .dac-col-sm-11,
  .dac-col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .dac-col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .dac-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .dac-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .dac-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .dac-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .dac-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .dac-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .dac-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .dac-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .dac-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .dac-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .dac-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .dac-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .dac-col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .dac-col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .dac-col-sm-offset-3 {
    margin-left: 25%;
  }

  .dac-col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .dac-col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .dac-col-sm-offset-6 {
    margin-left: 50%;
  }

  .dac-col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .dac-col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .dac-col-sm-offset-9 {
    margin-left: 75%;
  }

  .dac-col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .dac-col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .dac-start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .dac-center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dac-end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .dac-top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .dac-middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .dac-bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .dac-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dac-between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .dac-first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .dac-last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .dac-container {
    width: 61rem;
  }

  .dac-col-md,
  .dac-col-md-1,
  .dac-col-md-2,
  .dac-col-md-3,
  .dac-col-md-4,
  .dac-col-md-5,
  .dac-col-md-6,
  .dac-col-md-7,
  .dac-col-md-8,
  .dac-col-md-9,
  .dac-col-md-10,
  .dac-col-md-11,
  .dac-col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .dac-col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .dac-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .dac-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .dac-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .dac-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .dac-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .dac-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .dac-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .dac-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .dac-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .dac-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .dac-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .dac-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .dac-col-md-offset-1 {
    margin-left: 8.333%;
  }

  .dac-col-md-offset-2 {
    margin-left: 16.667%;
  }

  .dac-col-md-offset-3 {
    margin-left: 25%;
  }

  .dac-col-md-offset-4 {
    margin-left: 33.333%;
  }

  .dac-col-md-offset-5 {
    margin-left: 41.667%;
  }

  .dac-col-md-offset-6 {
    margin-left: 50%;
  }

  .dac-col-md-offset-7 {
    margin-left: 58.333%;
  }

  .dac-col-md-offset-8 {
    margin-left: 66.667%;
  }

  .dac-col-md-offset-9 {
    margin-left: 75%;
  }

  .dac-col-md-offset-10 {
    margin-left: 83.333%;
  }

  .dac-col-md-offset-11 {
    margin-left: 91.667%;
  }

  .dac-start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .dac-center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dac-end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .dac-top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .dac-middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .dac-bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .dac-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dac-between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .dac-first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .dac-last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .dac-container {
    width: 71rem;
  }

  .dac-col-lg,
  .dac-col-lg-1,
  .dac-col-lg-2,
  .dac-col-lg-3,
  .dac-col-lg-4,
  .dac-col-lg-5,
  .dac-col-lg-6,
  .dac-col-lg-7,
  .dac-col-lg-8,
  .dac-col-lg-9,
  .dac-col-lg-10,
  .dac-col-lg-11,
  .dac-col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .dac-col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .dac-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .dac-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .dac-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .dac-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .dac-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .dac-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .dac-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .dac-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .dac-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .dac-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .dac-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .dac-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .dac-col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .dac-col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .dac-col-lg-offset-3 {
    margin-left: 25%;
  }

  .dac-col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .dac-col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .dac-col-lg-offset-6 {
    margin-left: 50%;
  }

  .dac-col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .dac-col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .dac-col-lg-offset-9 {
    margin-left: 75%;
  }

  .dac-col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .dac-col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .dac-start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .dac-center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dac-end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .dac-top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .dac-middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .dac-bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .dac-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dac-between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .dac-first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .dac-last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}