/* body {
  overflow-y: scroll;
} */
/* #container {
  min-width: 800px;
  max-width: 1200px;
} */
blockquote {
  margin: 0 auto;
  width: 80%;
  font-style: italic;
  background: rgba(0, 0, 51, 0.1);
  padding: 15px;
  border-left: 6px solid rgba(0, 102, 153, 0.9);
}
.fig-single {
  margin: 10px 0;
}
.fig-single figure img {
  max-width: 500px;
  height: auto;
}
.fig-centered {
  display: flex;
  justify-content: center;
}
.fig-double {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  margin: 10px 0;
}
.fig-double figure {
  max-width: 325px;
  margin: 15px;
}
.fig-double figure img {
  max-width: 325px;
}
.fig-triple {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  margin: 10px 0;
}
.fig-triple figure {
  width: 220px;
  margin: 10px;
}
.fig-triple figure img {
  width: 220px;
}
.fig-left {
  float: left;
  padding: 0;
  margin: 0;
}
.fig-left figure {
  padding: 0;
  margin-right: 25px;
  margin-top: 3px;
  margin-bottom: 25px;
  margin-left: 0;
}
.fig-left figure img {
  max-width: 350px;
}
.fig-right {
  float: right;
  padding: 0;
  margin: 0;
}
.fig-right figure {
  padding: 0;
  margin-right: 0;
  margin-top: 3px;
  margin-bottom: 25px;
  margin-left: 25px;
}
figure img {
  border: 2px solid #333333;
}
figcaption {
  padding: 10px;
  font-style: italic;
  font-size: 11pt;

  max-width: 500px;

  border: 2px solid #333333;

  background-color: #f6f6f6;

  margin-top: -5px;
}
.spacer {
  display: block;
  width: 100%;
  height: 5px;
  padding: 5px;
  margin: 5px;
}

.promptFRQ {
  background-image: url(https://s3.amazonaws.com/cms.accelerate-ed.com/image/b94aefc2-03ba-4a21-9278-160f5e4994f8.png);
  width: 395px;
  padding-left: 55px;
}
.tabgroup {
  clear: both;
}
.tabpage {
  /* background: rgba(252, 247, 204, 1); */
  padding: 20px;
  overflow: auto;
}
.tabpage p {
  line-height: 24px;
}
.tabpage figure {
  margin-top: 25px;
}
.fig-example {
  border: 4px solid #427edd;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
}
.fig-example h3 {
  color: #427edd;
}
table.rubric {
  clear: both;
  margin: 30px 5px;
  border-collapse: collapse;
}
.rubric td {
  border: 2px solid rgba(58, 84, 124, 0.9);
}
.rubric td:nth-child(even) {
  text-align: center;
  width: 60px;
  font-weight: bold;
}
.rubric td:nth-child(1) {
  text-align: center;
  padding: 5px;
  width: 75px;
  font-weight: bold;
}
.rubric td:nth-child(3) {
  padding: 10px;
}
.rubric tr:nth-child(odd) {
  background: rgba(58, 84, 124, 0.1);
}
.rubric tr:nth-child(even) {
  background: rgba(58, 84, 124, 0.3);
}
.light {
  background: rgba(58, 84, 124, 0.1);
}
table.rubric thead tr td {
  background-color: rgba(58, 84, 124, 0.9);
  padding: 5px;
  color: white;
}

#char-ed-table {
  width: 90%;
  border-collapse: collapse;
  border: 2px solid #333333;

  margin: 0 auto;
}
#char-ed-table strong {
  color: #427edd;
}
#char-ed-table tr td {
  padding: 10px;
  width: 42.5%;
  border: 1px solid #333333;
  height: 205px;
  vertical-align: top;
}
#char-ed-table tr td:nth-child(1) {
  padding: 10px;
  width: 15%;
  text-align: center;
  vertical-align: middle;

  background: #427edd;
}
#char-ed-table tr td:nth-child(1) strong {
  color: white;
}

.char-basic-table {
  border-collapse: collapse;
  border: 2px solid #333333;
}
.char-basic-table thead {
  background: #427edd;
  color: white;
  font-weight: bold;
}
.char-basic-table td {
  padding: 10px;
  border: 1px solid #333333;
}
.char-basic-table tbody td {
  vertical-align: top;
}
.char-basic-table tbody tr:nth-child(even) {
  background: #d8e7ff;
}
.char-basic-table tbody tr:nth-child(odd) {
  background: #eff5ff;
}
.word-list {
  list-style: none;
  margin-top: 5px;
}
.word-list li {
  font-weight: bold;
  font-size: 15pt;
  line-height: 18pt;
  padding: 3px;
  width: 125px;
}
.word-list li:nth-child(odd) {
  background: #efefef;
}
.word-list li:nth-child(even) {
  background: #f9f9f9;
}
.outside-reading {
  background: rgba(244, 203, 66, 0.1);

  border-left: 15px solid rgba(244, 203, 66, 0.9);

  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
}
.svg-img {
  margin-top: -20px;
}
.outside-reading .or-header svg {
  width: 45px;
  padding: 0;
  margin-bottom: -28px;
}
.outside-reading .or-header h1 {
  margin: 7px;
  margin-left: 20px;
  padding: 5px;
}
.outside-reading p {
  margin: 10px 20px;
  font-size: 14pt;
}
.get-text {
  /*background: rgba(4, 145, 0, .1);
        border-left: 15px solid rgba(4, 145, 0, .9);*/

  background: rgba(214, 0, 0, 0.1);
  border-left: 15px solid rgba(214, 0, 0, 0.9);
}

/* Hide Font Awesome Stuff */
.or-header h1::before {
  content: '';
  display: inline-block;
  height: 31px;
  width: 31px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/image/c3797d4d-dd1f-4bee-81e4-1fda6e590c5e.png') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: rgba(244, 203, 66, 0.9);
  padding: 5px;
  border-radius: 5px;
  position: relative;
  top: 7px;
}
/* .fas,
.fa-pencil-alt {
  display: none !important;
} */
/* Multi use classes ******************************************/
.outline {
  border: 2px solid rgba(244, 203, 66, 0.9);
}

.choice_area {
  display: flex;
  justify-content: center;
}
.choice_activity_area {
  height: 60px;
  width: 200px;

  margin: 25px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedbe9+0,aac5de+4,6199c7+15,3a84c3+31,419ad6+45,4bb8f0+63,3a8bc2+84,26558b+100 */

  background: #cedbe9; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #cedbe9 0%,
    #aac5de 4%,
    #6199c7 15%,
    #3a84c3 31%,
    #419ad6 45%,
    #4bb8f0 63%,
    #3a8bc2 84%,
    #26558b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #cedbe9 0%,
    #aac5de 4%,
    #6199c7 15%,
    #3a84c3 31%,
    #419ad6 45%,
    #4bb8f0 63%,
    #3a8bc2 84%,
    #26558b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #cedbe9 0%,
    #aac5de 4%,
    #6199c7 15%,
    #3a84c3 31%,
    #419ad6 45%,
    #4bb8f0 63%,
    #3a8bc2 84%,
    #26558b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 ); /* IE6-9 */

  border-radius: 9px;
  border: 2px solid #26558b;

  transition: all 0.2s ease-in-out;
}
.choice_activity_area:hover {
  transform: scale(1.1);
}
.choice_activity {
  text-align: center;
  margin-top: 8px;

  font-size: 14pt;
  font-weight: bold;
  color: white;

  transition: all 0.2s ease-in-out;
}
a {
  text-decoration: none;
}
