@media only screen and (max-width: 728px) {
  .tablePad th,
  .tablePad td {
    padding: 5px;
    word-break: break-word;
  }
}
/* adjustment to social media icons on homepage */
.addthis_inline_follow_toolbox {
  max-width: 271px !important;
}

/* resource thumbnail styling: Anishinaabe art */
#main_0_columna_0_RepeaterResourceItems_ResourceItem1_0_PanelThumbnailDiv_0 {
  margin-right: 10px !important;
}

#main_0_columna_0_RepeaterResourceItems_ResourceItem1_1_PanelThumbnailDiv_1 {
  margin-right: 10px !important;
}

#content > div:nth-child(5) > div.leftresource > div > a > img {
  border: none !important;
}

.addthis_bar {
  display: none !important;
}

#mainform {
  position: relative;
}

/* adjustment to share buttons */
#container > section > div.colA.sharing > div.share_content_top {
  background-color: transparent !important;
}

/* adjustment to let's connect follow buttons */
#atftbx > p > span {
  display: none !important;
}

/* update for announcements */
#newsWidget li p {
  min-height: 50px;
}

/*adjustment to nested lists */
.colA ol ul {
  margin: 0 0 15px 0 !important;
}

.colA ul ol {
  margin: 0 0 15px 0 !important;
}

/*callToAction */
.callToAction {
  background: #0e4c90;
  border: 1px solid #0e4c90;
  font-weight: normal;
  border-radius: 0;
  padding: 5px 20px 5px 20px;
  color: white;
  text-decoration: none;
}

.callToAction:hover {
  background: #ffffff;
  color: #1b2a5b;
  border: 1px solid #1b2a5b;
  margin: -1px;
}

.homepage-middle {
  padding: 40px 20px !important;
}

.flexbox {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 1em 0;
}

.followIcons {
  width: 24px;
  height: 24px;
  fill: #1b2a5b;
  transition: transform 0.2s ease-in-out;
}

.followIcons:hover,
.followIcons:focus {
  transform: translateY(-4px);
}

.follow_top .flexbox {
  justify-content: flex-start;
}

.functionsTop {
  width: 67.5%;
}

@media only screen and (max-width: 1023px) {
  .functionsTop {
    width: 100%;
  }
}
#printTeacher {
  float: right;
  background-color: #1b2a5b;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #1b2a5b;
  border-radius: 3px;
  padding: 0.5em 1em;
}

#printTeacher:hover,
#printTeacher:focus {
  background-color: #0e4c90;
}

@media only screen and (max-width: 768px) {
  #printTeacher {
    display: none;
  }
}
select, .arBtn {
  padding: 10px;
  margin: 5px;
  font-size: 16px;
  text-decoration: none; /* Removes underline from link */
  display: inline-block;
}

.arBtn {
  padding: 10px;
  margin: 5px;
  font-size: 16px;
  background: #0e4c90;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 5px;
  display: none;
}

.arBtn:hover, .arBtn:focus {
  background: #fff;
  color: #0e4c90;
  border: 1px solid #0e4c90;
}

#yearSelector {
  padding: 7px 10px;
  width: 100px;
  margin: 5px 10px 0 0;
}

#abqArchive {
  padding: 1px 5px 1px 5px;
  margin: 2px;
  background: #0e4c90;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 5px;
}

#abqArchive:hover {
  background: #fff;
  color: #0e4c90;
  border: 1px solid #0e4c90;
}

#agenda ol {
  counter-reset: item;
}

#agenda li {
  display: block;
  padding-bottom: 0px;
}

#agenda ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

#agenda li ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

#agenda ol li ol {
  counter-reset: item;
}

#agenda ul li {
  display: list-item;
}

#agenda li {
  display: block;
  padding-bottom: 0px;
}

#agenda ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

#agenda .deep {
display: list-item;
list-style: disc;
}
 
#agenda .deep::before {
display: none;
}


@media screen and (min-width: 901px) {
  #breadcrumb {
    height: auto !important;
  }
}


/*# sourceMappingURL=main.css.map */




.colB { 
   display: none !important; 
}
