/* CSS Document */
/* align-top the layout table that flips for mobile :-/     */
.table-responsive > div > * {
  vertical-align: top;
}

.references p {
  padding-left: 42px;
  text-indent: -42px;
}

.mtsspng {
  height: 50vh;
}

/* mods made to figure */
.figure-vert {
  width: 33%;
}

.bluebox {
  background-color: #e9f4fe;
  padding: 20px;
}

.bluenumbers ol {
  list-style: none;
  counter-reset: item;
}
.bluenumbers li {
  counter-increment: item;
  margin-bottom: 5px;
}
.bluenumbers li:before {
  margin-right: 10px;
  content: counter(item);
  background: #7296b4;
  border-radius: 100%;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

/*  0103 boxes with links inside  */
@media screen {
  .boxes {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .boxes .box {
    width: 100%;
    min-height: 100%;
    padding: 1%;
    margin: 0px 1% 1% 0px;
    background-color: #e9f4fe;
    border: 3px solid #69b3bb;
  }
  .boxes .box p {
    margin: 10px 0px;
  }
  .boxes .box div {
    margin-top: 10px;
    text-align: center;
  }
  .boxes .box a {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin: 0px auto;
    background-color: #FFF;
    color: #426888;
    border: 3px solid #efefef;
    text-decoration: none;
    text-align: center;
  }
}
/*--------Disability Definition pages---------------------------------------------------------*/
/*--#2 cols- K-style-*/
.two-column {
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
}

.left-column {
  width: 47%;
  float: left;
  margin-right: 1%;
  border-right: 3px solid #b3d4fc;
  padding-right: 2%;
}

.right-column {
  width: 47%;
  float: left;
  padding-left: 2%;
}

@media only screen and (max-width: 540px) {
  .left-column {
    float: none;
    width: 100%;
    border-right: 0px;
  }

  .right-column {
    float: none;
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}
/*----return button ---*/
.returnDC {
  text-align: center;
}

.returnDC {
  padding: 20px 0px 20px 0px;
  width: 375px;
  margin: 0px auto 0px auto;
}
.returnDC a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #b3d4fc;
  letter-spacing: 1px;
  padding: 10px;
  font-size: 0.7em;
}

@media only screen and (max-width: 540px) {
  .returnDC {
    width: 100%;
  }
}
/* Disability Overview -----*/
#disabilityOverview .buttons {
  text-align: center;
  margin: 1em auto;
}
#disabilityOverview .buttons a {
  margin: 1em 2em;
  width: 310px;
  display: inline-block;
  text-decoration: none;
  color: #282828;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  border: 3px solid #e7ac5a;
}
#disabilityOverview .buttons a div {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75em 0.5em;
  width: 400px;
  height: 70px;
  background-color: #ffd59a;
  color: #000;
  font-size: 0.8em;
}

/* Disability Categories -----*/
#disabilityCategories {
  border: 3px solid #69b3bb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2em;
}
#disabilityCategories h3 {
  font-size: 1.5em;
  line-height: 2.5em;
  margin: 0;
  text-align: center;
}
#disabilityCategories .buttons {
  text-align: center;
  margin: 1em auto;
}
#disabilityCategories .buttons a {
  margin: 1em 2em;
  width: 310px;
  display: inline-block;
  text-decoration: none;
  color: #282828;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
}
#disabilityCategories .buttons a div {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75em 0.5em;
  width: 200px;
  height: 70px;
}
#disabilityCategories .buttons a div:first-child {
  background-color: #BCEFD0;
  color: #FFF;
  width: 80px;
  padding: inherit 0;
  font-size: 1.2em;
}
#disabilityCategories .buttons a div:nth-child(2) {
  font-size: 0.8em;
}
@media (max-width: 480px) {
  #disabilityCategories .buttons a {
    font-size: 1.2em;
    margin: 1em auto;
    width: 255px;
  }
  #disabilityCategories .buttons a div {
    width: 175px;
  }
  #disabilityCategories .buttons a div:first-child {
    font-size: 1.2em;
  }
}
#disabilityCategories .birth2 {
  border-bottom: 3px solid #69b3bb;
  background-color: #bcefd0;
}
#disabilityCategories .birth2 + .buttons a div {
  background-color: #6ecd94;
}
#disabilityCategories .birth2 + .buttons a div:first-child {
  background-color: #BCEFD0;
}
#disabilityCategories .ages3 {
  border-top: 3px solid #69b3bb;
  border-bottom: 3px solid #69b3bb;
  background-color: #bceaef;
}
#disabilityCategories .ages3 + .buttons a div {
  background-color: #69b3bb;
}
#disabilityCategories .ages3 + .buttons a div:first-child {
  background-color: #BCEAEF;
}
#disabilityCategories .gifted {
  border-top: 3px solid #b4b9f2;
  border-bottom: 3px solid #b4b9f2;
  background-color: #e4e6fe;
}
#disabilityCategories .gifted + .buttons a div {
  background-color: #b4b9f2;
  /* #e4e6fe;*/
}
#disabilityCategories .gifted + .buttons a div:first-child {
  background-color: #e4e6fe;
}
/*# sourceMappingURL=course.css.map */