/*Variables*/
/*mix-in classes and ide selectors*/
.full-width {
  /** TODO - need responsive design support for this image*/
  width: 100%;
}
.customArrow-after {
  border-color: rgba(242, 101, 91, 0);
  border-left-color: #f2655b;
  border-width: 21px;
  margin-top: -21px;
}
.customArrow-afterActive {
  border-color: rgba(242, 101, 91, 0);
  border-left-color: #ed4d25;
  border-width: 21px;
  margin-top: -21px;
}
.customArrow-before {
  border-color: rgba(238, 50, 36, 0);
  border-left-color: #ee3224;
  border-width: 27px;
  margin-top: -27px;
}
.customArrow-BeforeAfter {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/*end of mix-in functions*/
.well {
  margin-bottom: 0;
}
a:hover,
a:focus {
  color: white;
  outline: none;
}
a.normal:hover,
a.normal:focus {
  color: #428bca;
}
a {
  text-decoration: underline;
}
#mainContent {
  padding: 20px;
}
#centerColumn {
  height: 800px;
}
#centerColumn.progress-height-adjust {
  height: auto;
}
.progress-height-adjust {
  height: initial !important;
}
.footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-container .footer {
  background-color: #c0c0c0;
  color: white;
  min-height: 80px;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.footer-container .footer a {
  color: white;
}
.footer-container .footer img {
  padding-right: 40px;
}
.clickable {
  cursor: pointer;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.close,
.close:hover {
  font-size: 42px;
  opacity: 1;
  color: white;
}
.NavTop {
  background-color: #b0120a;
  height: 27px;
}
.NavBottom {
  background-color: #ee3224;
  height: 102px;
}
.middleContent {
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.homeDropDown {
  height: 43px;
  width: 100%;
  font-size: 18pt;
}
.btn-primary,
.btn-primary:active,
.btn-primary:hover {
  background-color: #ee3224;
  border-color: #ee3224;
}
.homeBox {
  background-color: #ee3224;
  height: 65px;
  margin-top: 30px;
  width: 100%;
  display: table;
  cursor: pointer;
}
.homeBox p,
.homeBox a,
.homeBox button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 13pt;
}
.validation-summary-errors {
  color: red;
}
.form-control {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.noClear::after {
  clear: none;
}
.selectedStudentHeader {
  text-align: center;
  color: white;
  margin-top: 2%;
  text-decoration: none;
}
.btn-login {
  border-radius: 0;
  width: 250px;
  height: 55px;
  color: white;
  margin-top: 5px;
  margin-bottom: 18px;
}
.btn-login .socialText {
  position: relative;
  top: 3px;
}
.btn-login:hover {
  color: white !important;
}
#Google {
  background-color: #d34836;
}
#Facebook {
  background-color: #3b5998;
}
#Microsoft {
  background-color: #00BCF2;
}
.homeTitle {
  color: #808080;
  padding-top: 50px;
  font-size: 15pt;
  padding-bottom: 10px;
}
.boxShadow {
  box-shadow: 0 0 20px #d3d3d3;
}
.progressBar {
  height: 53px;
  background-color: #ee3224;
}
.progressScore {
  font-size: 12pt;
}
.summaryScore {
  font-size: 1.5em;
  font-weight: 700;
}
.prevButton {
  height: 60px;
  width: 135px;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 55px;
}
.nextButton {
  height: 60px;
  width: 135px;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 55px;
}
#progressTab {
  padding-left: 0;
}
#progressTab li {
  list-style-type: square;
  vertical-align: middle;
  text-align: center;
  background-color: #f2655b;
  text-decoration: underline;
  font-size: 13pt;
  color: white;
  border: 2px solid white;
}
#progressTab li a {
  display: block;
  color: white;
  position: relative;
  top: 15%;
  padding: 15px 0 15px 0;
}
#progressTab .active {
  background-color: #c0c0c0 !important;
  color: black;
}
/*For Home Page Drop Down*/
.dropdown select {
  width: 100%;
  font-size: 15pt;
  max-width: none;
}
.dropdown select option {
  width: 100%;
  font-size: 15pt;
  max-width: none;
  height: 40px;
}
#selectStudentReminder {
  color: #ee3224;
}
#term1Link.active {
  font-weight: bold;
}
#term2Link.active {
  font-weight: bold;
}
#term3Link.active {
  font-weight: bold;
}
#backArrowLink:hover {
  text-decoration: none;
  color: white;
}
#nextArrowLink:hover {
  text-decoration: none;
  color: white;
}
.character-key-title {
  background-color: #f2655b;
  border: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  min-width: 160px;
  padding: 10px 20px;
}
.character-key-value {
  background-color: #E0E0E0;
  border: 1px solid #FFF;
  color: #333;
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
}
.character-key-wrapper {
  margin: 20px auto 0;
  text-align: center;
}
.characterTable tr:nth-child(odd) {
  background-color: #E0E0E0;
}
tr:nth-child(odd).characterTable-header {
  background-color: #f2655b;
  font-size: 18pt;
  height: 55px;
  color: white;
}
tr:nth-child(odd).characterTable-header th {
  border: 2px solid white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.characterTable-body {
  font-size: 15pt;
  height: 42px;
}
.characterTable-body td {
  border: 2px solid white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.summaryHeader {
  position: relative;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 15pt;
  border-bottom: 2px solid silver;
}
.summaryHeader img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
}
.summaryHeader div {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
.summaryContent th {
  padding: 5px;
  vertical-align: top;
  text-align: center;
}
.summaryContent td {
  text-align: center;
  padding: 10px;
}
.printableBlockOfContent {
  border-right: 2px solid silver;
  border-left: 2px solid silver;
  border-bottom: 2px solid silver;
}
.summaryPageLegend {
  padding: 20px;
}
.summaryPageLegend span {
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
}
.summaryPageLegend img {
  padding-top: 3px;
  width: 33px;
  height: 36px;
}
.summaryPageLegend .summaryPageLegendPositiveCheckMark {
  text-align: right;
}
a.icon-link {
  color: #333;
  display: block;
  margin: 0px 8px;
  text-align: center;
  text-decoration: none;
}
a.icon-link:link,
a.icon-link:visited,
a.icon-link:hover,
a.icon-link:active {
  color: #333;
  text-decoration: none;
}
a.icon-link span.glyphicon {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media print {
  .printableBlockOfContent {
    page-break-inside: avoid;
  }
  .well {
    border: none;
  }
  body {
    font-size: 10px;
  }
  .summaryHeader {
    font-size: 12px;
    height: 40px;
  }
  .summaryHeader img {
    height: 40px;
  }
  .summaryContent {
    min-height: 80px;
  }
  .summaryContent img {
    padding: 5px;
  }
  #mainContent {
    padding: 0;
  }
  #centerColumn {
    height: 100% !important;
  }
  .summaryPageLegendPrint img {
    padding: 5px;
  }
}
/*Variables*/
/*mix-in classes and ide selectors*/
.full-width {
  /** TODO - need responsive design support for this image*/
  width: 100%;
}
.customArrow-after {
  border-color: rgba(242, 101, 91, 0);
  border-left-color: #f2655b;
  border-width: 21px;
  margin-top: -21px;
}
.customArrow-afterActive {
  border-color: rgba(242, 101, 91, 0);
  border-left-color: #ed4d25;
  border-width: 21px;
  margin-top: -21px;
}
.customArrow-before {
  border-color: rgba(238, 50, 36, 0);
  border-left-color: #ee3224;
  border-width: 27px;
  margin-top: -27px;
}
.customArrow-BeforeAfter {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/*end of mix-in functions*/
.well {
  margin-bottom: 0;
}
a:hover,
a:focus {
  color: white;
  outline: none;
}
a.normal:hover,
a.normal:focus {
  color: #428bca;
}
a {
  text-decoration: underline;
}
#mainContent {
  padding: 20px;
}
#centerColumn {
  height: 800px;
}
#centerColumn.progress-height-adjust {
  height: auto;
}
.progress-height-adjust {
  height: initial !important;
}
.footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-container .footer {
  background-color: #c0c0c0;
  color: white;
  min-height: 80px;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.footer-container .footer a {
  color: white;
}
.footer-container .footer img {
  padding-right: 40px;
}
.clickable {
  cursor: pointer;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.close,
.close:hover {
  font-size: 42px;
  opacity: 1;
  color: white;
}
.NavTop {
  background-color: #b0120a;
  height: 27px;
}
.NavBottom {
  background-color: #ee3224;
  height: 102px;
}
.middleContent {
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.homeDropDown {
  height: 43px;
  width: 100%;
  font-size: 18pt;
}
.btn-primary,
.btn-primary:active,
.btn-primary:hover {
  background-color: #ee3224;
  border-color: #ee3224;
}
.homeBox {
  background-color: #ee3224;
  height: 65px;
  margin-top: 30px;
  width: 100%;
  display: table;
  cursor: pointer;
}
.homeBox p,
.homeBox a,
.homeBox button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 13pt;
}
.validation-summary-errors {
  color: red;
}
.form-control {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.noClear::after {
  clear: none;
}
.selectedStudentHeader {
  text-align: center;
  color: white;
  margin-top: 2%;
  text-decoration: none;
}
.btn-login {
  border-radius: 0;
  width: 250px;
  height: 55px;
  color: white;
  margin-top: 5px;
  margin-bottom: 18px;
}
.btn-login .socialText {
  position: relative;
  top: 3px;
}
.btn-login:hover {
  color: white !important;
}
#Google {
  background-color: #d34836;
}
#Facebook {
  background-color: #3b5998;
}
#Microsoft {
  background-color: #00BCF2;
}
.homeTitle {
  color: #808080;
  padding-top: 50px;
  font-size: 15pt;
  padding-bottom: 10px;
}
.boxShadow {
  box-shadow: 0 0 20px #d3d3d3;
}
.progressBar {
  height: 53px;
  background-color: #ee3224;
}
.progressScore {
  font-size: 12pt;
}
.summaryScore {
  font-size: 1.5em;
  font-weight: 700;
}
.prevButton {
  height: 60px;
  width: 135px;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 55px;
}
.nextButton {
  height: 60px;
  width: 135px;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 55px;
}
#progressTab {
  padding-left: 0;
}
#progressTab li {
  list-style-type: square;
  vertical-align: middle;
  text-align: center;
  background-color: #f2655b;
  text-decoration: underline;
  font-size: 13pt;
  color: white;
  border: 2px solid white;
}
#progressTab li a {
  display: block;
  color: white;
  position: relative;
  top: 15%;
  padding: 15px 0 15px 0;
}
#progressTab .active {
  background-color: #c0c0c0 !important;
  color: black;
}
/*For Home Page Drop Down*/
.dropdown select {
  width: 100%;
  font-size: 15pt;
  max-width: none;
}
.dropdown select option {
  width: 100%;
  font-size: 15pt;
  max-width: none;
  height: 40px;
}
#selectStudentReminder {
  color: #ee3224;
}
#term1Link.active {
  font-weight: bold;
}
#term2Link.active {
  font-weight: bold;
}
#term3Link.active {
  font-weight: bold;
}
#backArrowLink:hover {
  text-decoration: none;
  color: white;
}
#nextArrowLink:hover {
  text-decoration: none;
  color: white;
}
.progressBarMission {
  position: relative;
  background: #f2655b;
  border: 3px solid #ee3224;
  height: 52px;
  width: 33%;
  border-right-color: #f2655b;
}
.progressBarMission:after,
.progressBarMission:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 100%;
}
.progressBarMission:after {
  border-color: rgba(242, 101, 91, 0);
  border-left-color: #f2655b;
  border-width: 21px;
  margin-top: -21px;
}
.progressBarMission:before {
  border-color: rgba(238, 50, 36, 0);
  border-left-color: #ee3224;
  border-width: 27px;
  margin-top: -27px;
}
.progressBarMission a {
  left: 30%;
  color: silver;
  font-size: 18pt;
  position: relative;
  top: 6px;
}
.progressBarCharacter {
  position: relative;
  background: #f2655b;
  border: 3px solid #ee3224;
  height: 52px;
  width: 66%;
  border-right-color: #f2655b;
}
.progressBarCharacter:after,
.progressBarCharacter:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 100%;
}
.progressBarCharacter:after {
  border-color: rgba(242, 101, 91, 0);
  border-left-color: #f2655b;
  border-width: 21px;
  margin-top: -21px;
}
.progressBarCharacter:before {
  border-color: rgba(238, 50, 36, 0);
  border-left-color: #ee3224;
  border-width: 27px;
  margin-top: -27px;
}
.progressBarCharacter a {
  color: #c0c0c0;
  font-size: 18pt;
  position: relative;
  left: 70%;
  top: 6px;
}
.progressBarProgress {
  position: absolute;
  z-index: 0;
  background-color: #f2655b;
  height: 53px;
  width: 100%;
  border: 3px solid #ee3224;
}
.progressBarProgress a {
  color: #c0c0c0;
  font-size: 18pt;
  position: relative;
  left: 80%;
  top: 6px;
}
.progressBarXS {
  height: 159px;
  background-color: #ee3224;
}
.progressBarMissionXS {
  position: relative;
  background: #f2655b;
  border: 3px solid #ee3224;
  height: 52px;
  border-right-color: #f2655b;
  width: 100%;
}
.progressBarMissionXS a {
  left: 38%;
  color: silver;
  font-size: 18pt;
  position: relative;
  top: 6px;
}
.progressBarCharacterXS {
  position: relative;
  background: #f2655b;
  border: 3px solid #ee3224;
  height: 52px;
  border-right-color: #f2655b;
  width: 100%;
}
.progressBarCharacterXS a {
  color: #c0c0c0;
  font-size: 18pt;
  position: relative;
  left: 41%;
  top: 6px;
}
.progressBarProgressXS {
  background-color: #f2655b;
  border: 3px solid #ee3224;
  width: 100%;
  height: 52px;
}
.progressBarProgressXS a {
  color: #c0c0c0;
  font-size: 18pt;
  position: relative;
  left: 41%;
  top: 6px;
}
.progressBarMission a,
.progressBarProgress a,
.progressBarCharacter a,
.progressBarMissionXS a,
.progressBarCharacterXS a,
.progressBarProgressXS a {
  text-decoration: none;
}
.progressBarMission.activeProgressBarLink,
.progressBarProgress.activeProgressBarLink,
.progressBarCharacter.activeProgressBarLink,
.progressBarMissionXS.activeProgressBarLink,
.progressBarCharacterXS.activeProgressBarLink,
.progressBarProgressXS.activeProgressBarLink {
  background-color: #ed4d25;
}
.progressBarMission.activeProgressBarLink a,
.progressBarProgress.activeProgressBarLink a,
.progressBarCharacter.activeProgressBarLink a,
.progressBarMissionXS.activeProgressBarLink a,
.progressBarCharacterXS.activeProgressBarLink a,
.progressBarProgressXS.activeProgressBarLink a {
  color: white;
}
.progressBarMission.activeProgressBarLink:before,
.progressBarProgress.activeProgressBarLink:before,
.progressBarCharacter.activeProgressBarLink:before,
.progressBarMissionXS.activeProgressBarLink:before,
.progressBarCharacterXS.activeProgressBarLink:before,
.progressBarProgressXS.activeProgressBarLink:before {
  border-left-color: #ee3224;
}
.progressBarMission.activeProgressBarLink:after,
.progressBarProgress.activeProgressBarLink:after,
.progressBarCharacter.activeProgressBarLink:after,
.progressBarMissionXS.activeProgressBarLink:after,
.progressBarCharacterXS.activeProgressBarLink:after,
.progressBarProgressXS.activeProgressBarLink:after {
  border-left-color: #ed4d25;
}
