﻿* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", Arial, Sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 12pt;
  background-color: #ffffff;
  color: Black;
  text-align: center;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 1em;
}

img {
  border: none;
  display: block;
}

h2 {
  font-size: 14pt;
  color: #666666;
}

th {
  font-size: 10pt;
  padding-top: 3px;
  font-weight: 600;
  padding-bottom: 3px;
  color: #333333;
}

strong, b {
  font-weight: 600;
}

.header {
  background-color: #00628f;
  width: 100%;
  color: #fff;
}
.header a {
  color: #ffe;
}

.menu {
  background-color: #506779;
  background-repeat: repeat-x;
  background-image: url(/content/images/template/menu-background.gif?v=u6bsuwo);
  width: 100%;
  color: White;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}

.submenu {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  width: 100%;
  color: #000000;
  border-bottom: solid 1px #787878;
  font-size: 9pt;
  padding-left: 3px;
  display: none;
}

.headerSection {
  text-align: left;
  margin: 0 auto 0 auto;
  border: none;
  position: relative;
}

.menuSection {
  height: 26px;
  background-repeat: repeat-x;
  text-align: left;
  margin: 0 auto 0 auto;
  padding-top: 6px;
  padding-left: 6px;
}

.submenuSection {
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 6px 0;
}

.pageGrid {
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "left middle right";
}
@media (min-width: 950px) {
  .pageGrid {
    display: grid;
  }
}
.pageGrid .leftOfPage {
  padding: 2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  grid-area: left;
}
@media screen and (max-width: 1324px) {
  .pageGrid .leftOfPage {
    display: none;
  }
}
.pageGrid .leftOfPage .ad-placeholder {
  position: sticky;
  top: 2rem;
}
.pageGrid .leftOfPage .ad-area {
  max-width: 330px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1850px) {
  .pageGrid .leftOfPage .wideDesktopContent {
    display: none;
  }
}
.pageGrid .leftOfPage .desktopContent {
  justify-self: flex-start;
}
@media screen and (min-width: 1851px) {
  .pageGrid .leftOfPage .desktopContent {
    display: none;
  }
}
.pageGrid .rightOfPage {
  padding: 2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  grid-area: right;
}
@media screen and (max-width: 1324px) {
  .pageGrid .rightOfPage {
    display: none;
  }
}
.pageGrid .rightOfPage .ad-placeholder {
  position: sticky;
  top: 2rem;
}
.pageGrid .rightOfPage .ad-area {
  max-width: 330px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1850px) {
  .pageGrid .rightOfPage .wideDesktopContent {
    display: none;
  }
}
.pageGrid .rightOfPage .desktopContent {
  justify-self: flex-start;
}
@media screen and (min-width: 1851px) {
  .pageGrid .rightOfPage .desktopContent {
    display: none;
  }
}

.quizQuestionsSection {
  padding-bottom: 100px;
}

.pageSection {
  text-align: left;
  margin: 0 auto;
  border: none;
  background-color: Transparent;
  grid-area: middle;
}

.pageWidth {
  max-width: 908px;
  min-width: 280px;
  width: 760px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .pageWidth {
    max-width: 1146px;
  }
}

.fullWidth {
  max-width: none;
  width: auto;
  padding: 0 40px;
}

.logo {
  padding-top: 14px;
}

.fullWidthContentSectionInner {
  width: 100%;
}

.topSection {
  background-color: #f9f9f9;
  padding: 20px 20px 11px 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
  border: solid 1px #cfcfcf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  color: #444444;
}

.topSection p {
  line-height: 1.5;
  font-size: 12pt;
}

.contentColumns {
  position: relative;
  min-height: 950px;
}

.sideBar {
  font-size: 10pt;
}

.footerDivider {
  height: 18px;
  clear: both;
}

/* Questions */
.questionBlock {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  border: solid 1px #cfcfcf;
  border-radius: 5px;
  margin: 0 0 15px 0;
  font-size: 0;
  padding: 8px 0 8px 8px;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}

.quizSection {
  position: relative;
}

.sideBarSectionInner .info-title, .secondSideBarSectionInner .info-title {
  font-size: 12pt;
  font-weight: 600;
  margin: 0;
  padding: 3px 0;
  color: #033758;
}

.sideBar h4 {
  font-size: 11pt;
  padding: 6px 0;
}

.question {
  background-color: #c1e2ee;
  border: solid 1px #c7c7c7;
  border-radius: 5px;
  padding-top: 9px;
  padding: 8px;
  color: #001133;
  font-size: 12px;
  margin-right: 9px;
}

.question p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Sans-Serif;
  line-height: 1.5;
}

.revisionDate {
  display: block;
  font-size: 0.9em;
  margin-top: 0.2em;
  font-weight: 300;
  opacity: 0.8;
}

.answer {
  margin-top: 9px;
  width: 50%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 12pt;
}

.answerBorder {
  background-color: #daf1f9;
  padding: 5px;
  border: solid 1px #c7c7c7;
  border-radius: 5px;
  margin-right: 9px;
  vertical-align: top;
  font-size: 12pt;
}

.answerButton {
  float: left;
  width: 27px;
  height: 27px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #004666;
  cursor: pointer;
}

.answerText {
  margin-left: 34px;
  color: #001133;
  padding: 3px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  font-size: 15px;
  cursor: pointer;
}

/* IE6 only */
* html .answerText {
  margin-left: 51px;
}

.questionIndex {
  position: absolute;
  left: -120px;
  top: 5px;
  color: #eeeeee;
  font-size: 50px;
  font-weight: bold;
  width: 100px;
  z-index: 10;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  text-align: right;
}

.questionIndex img {
  display: inline;
  padding-left: 2px;
}

.questionInfo {
  padding: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  background-color: #c1e2ee;
  border: solid 1px #c7c7c7;
  border-radius: 5px;
  margin-right: 9px;
}

.quizLink {
  display: block;
  padding-bottom: 3px;
}

.sidebarBlockOuter {
  background-color: #f9f9f9;
  border: solid 1px #c7c7c7;
  margin-bottom: 15px;
  border-radius: 5px;
}

.sidebarBlock {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 6px 12px 12px 12px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sidebarBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 300px;
  }
  .sidebarBlock br {
    display: none;
  }
  .sidebarBlock div {
    flex: 1 0 auto;
    width: 100%;
  }
  .sidebarBlock a {
    flex: 0 0 auto;
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .sidebarBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 300px;
  }
  .sidebarBlock br {
    display: none;
  }
  .sidebarBlock div {
    flex: 1 0 auto;
    width: 100%;
  }
  .sidebarBlock a {
    flex: 0 0 auto;
    min-width: 150px;
  }
}

.sidebarInsert {
  line-height: 1.5;
  border: solid 1px #e6e6e6;
  margin: 0 auto;
  width: 160px;
}

a {
  color: #0c5c8e;
}

a:hover {
  color: #006600;
}

.smallText, .smallText * {
  font-size: 8pt;
}

.quizIntro {
  background-color: #e9e9e9;
  color: #666666;
  width: 550px;
  margin-bottom: 18px;
}

.quizIntroInner {
  padding: 18px;
  font-size: 10pt;
}

.quizIntroInner h2 {
  margin: 0;
  padding: 0 0 9px 0;
}

.quizInsertOuter {
  margin: 15px 0;
  position: relative;
}

.quizInsertOuter .quizInsert {
  font-size: 0;
}

.quizInsertOuterWide {
  margin: 15px 0 0 0;
  background-color: #fef29d;
  border: solid 1px #ffbc2c;
  border-radius: 5px;
  width: 748px;
  position: relative;
}

.quizInsertOuterWide .quizInsert {
  padding: 10px 10px 10px 10px;
}

.inlineLinkAdBlock {
  background-color: #e9e9e9;
  color: #666666;
  width: 530px;
  margin-bottom: 18px;
}

.inlineLinkAdBlockInner {
  padding: 6px 12px;
  font-size: 10pt;
}

.quizFootnote {
  color: #777777;
  font-size: 12px;
}

.contentPageBlock {
  background-color: #e9e9e9;
  color: #666666;
  width: 530px;
  margin-bottom: 18px;
}

.contentPageBlockInner {
  padding: 18px;
  font-size: 10pt;
}

.contentPageBlock h2 {
  margin: 0;
  padding: 0 0 9px 0;
}

p {
  padding-bottom: 9px;
}

.siteName1 {
  color: #003399;
}

.siteName2 {
  color: #CC0000;
}

.siteName3 {
  color: #009933;
}

.siteName4 {
  color: #996600;
}

.hide .answerButton {
  background-color: #004666;
}

.hide .answerButton:hover {
  background-color: #00628f;
}

.reveal .answerButton {
  background-color: #00628f;
}

.reveal .correctAnswer {
  background-color: #2a8b17;
}

.reveal .wrongAnswer {
  background-color: #8f0000;
}

.score00, .score10 {
  color: #f00;
}

.score20, .score28, .score40 {
  color: #FF2400;
}

.score50, .score60, .score70 {
  color: Orange;
}

.score80, .score90, .score100 {
  color: Green;
}

#slidingResultPanel .percentColorLabel {
  font-size: 28px;
}

.footerScore .percentColorLabel {
  font-size: 34px;
}

.linkBlockTitle {
  font-weight: normal;
  color: #787878;
  padding: 6px 0 6px 6px;
}

.otherSites h4 {
  padding-bottom: 3px;
  background-color: #cfcfcf;
  color: #444444;
  width: 100%;
  padding: 2px 4px;
}

.otherSites p {
  padding: 6px 4px;
}

.otherSites {
  line-height: 1.6;
}

.otherSites a {
  font-weight: bold;
}

a.subtle, a.subtle:link, a.subtle:visited, a.subtle:active {
  color: #555555;
  font-weight: normal;
}

a.subtle:hover {
  color: #006600;
}

.registrationBlock {
  width: 530px;
  background-color: #f3f3f3;
  border-top: solid 1px #999999;
  font-size: 10pt;
  background-image: url(/content/images/grey-block-gradient.gif?v=u6bsuwo);
  background-repeat: repeat-x;
}

.registrationBlockInner {
  padding: 12px;
}

.registrationForm tr td {
  padding: 2px 0;
}

.registrationForm .label {
  width: 140px;
  color: #555555;
}

.registrationForm label {
  font-size: 9pt;
  color: #555555;
}

.registrationForm .command {
  padding-top: 9px;
}

.registrationBlock p {
  margin-bottom: 12px;
  font-size: 9pt;
}

.registrationBlock h2 {
  font-size: 11pt;
  color: #000066;
  margin: 0;
  padding: 0 0 12px 0;
}

.registrationBlock h3 {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 12pt;
}

.registrationBlock ul.footnote {
  font-size: 9pt;
  color: #333366;
  margin: 9px 0;
  padding-left: 18px;
}

.registrationBlock .fieldNote {
  font-size: 9pt;
  color: #787878;
}

.registrationBenefitsBlock, .proSignUpNoteBlock {
  width: 506px;
  background-color: #dddddd;
  margin-bottom: 12px;
  font-size: 9pt;
}

.basicMembership, .proSignUpNoteBlockInner {
  background-color: #ddddee;
}

.proMembership {
  background-color: #ddeedd;
}

.registrationBenefitsBlockInner, .proSignUpNoteBlockInner {
  padding: 12px;
}

.registrationBlock ul {
  margin: 9px 12px;
}

.registrationBlock ul li {
  margin: 3px 6px;
}

.registrationButton, .greenButton {
  display: block;
  padding: 3px 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.signInRegistrationButton {
  background-color: #ddeedd;
  border: solid 2px #446644;
  color: #446644;
  float: left;
  width: 65px;
}

.basicRegistrationButton {
  background-color: #ddddee;
  border: solid 2px #666699;
  color: #555566;
  float: left;
  width: 100px;
}

.proRegistrationButton {
  background-color: #ddeedd;
  border: solid 2px #446644;
  color: #446644;
  margin-left: 140px;
  width: 100px;
}

.greenButton {
  background-color: #ddeedd;
  border: solid 2px #446644;
  color: #446644;
}

.forgottenPasswordLink {
  padding-top: 4px;
  margin-left: 110px;
}

.registrationButton:hover, .greenButton:hover {
  border: solid 2px #008800;
  color: #009900;
}

.signInFailureText, .registrationFailureText {
  display: block;
  padding: 0 0 9px 0;
  font-size: 9pt;
  color: Red;
}

.callout {
  background-image: url(/content/images/call-out.gif?v=u6bsuwo);
  width: 296px;
  height: 132px;
  position: absolute;
}

.calloutInner {
  padding: 22px 10px 0 86px;
  height: 256px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  color: Black;
}

.calloutSmall {
  background-image: url(/content/images/call-out-small.gif?v=u6bsuwo);
  width: 296px;
  height: 60px;
  position: absolute;
}

.calloutSmallInner {
  padding: 22px 10px 0 86px;
  height: 256px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  color: Black;
}

h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 6px;
  padding: 0;
  line-height: 30px;
  font-weight: normal;
  color: #002b57;
}
@media (max-width: 399px) {
  h1 {
    font-size: 21px;
  }
}

.pageTitle h2 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 20px;
  font-weight: normal;
  color: #002b57;
}

.quizNavigatorTop {
  background-color: #fef9ac;
  font-size: 13px;
  margin-right: 20px;
  padding: 6px;
  border: solid 1px #ffbc2c;
}

.quizNavigatorBottom {
  background-color: #fef29d;
  font-size: 13px;
  margin-right: 20px;
  padding: 6px;
  margin-bottom: 20px;
  border: solid 1px #ffbc2c;
  border-top: none;
}

.disabled {
  color: #787878;
}

#slidingResultPanel {
  background-color: #f9f9f9;
  border: solid 1px #cfcfcf;
  border-radius: 5px;
  padding: 10px 0 14px 0;
  width: 78px;
  position: absolute !important;
  left: -95px;
  top: -1200px;
  text-align: center;
  z-index: 1001;
  display: none;
}

#slidingResultPanel .questionSummary {
  font-size: 14px;
  color: #787878;
  padding-top: 8px;
}

#slidingResultPanel .scoreMessage {
  padding-top: 10px;
  color: #ff9900;
  font-size: 11px;
  text-transform: uppercase;
  display: none;
}

.quizSummary {
  background-color: #004666;
  border: solid 1px #000622;
  padding: 0 10px 10px 10px;
}

.quizSummary .panelLabel {
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

.quizSummary .panelContent {
  background-color: #ffffff;
  border: solid 1px #000622;
  padding: 5px 0 10px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

.quizFooter {
  position: relative;
}

.footerNav {
  width: 80px;
}

.footerNav a {
  display: block;
  padding: 60px 0 7px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 14px 7px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  background-color: #004666;
  _zoom: 1;
}

.footerLeftNav {
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #000;
  border-radius: 5px;
}

.footerRightNav {
  position: absolute;
  right: 0;
  top: 0;
  border: solid 1px #000;
  border-radius: 5px;
}

.footerNav a:hover {
  color: #ffcc00;
}

.footerNav a.previousLink {
  background-image: url(/content/images/arrows/footer-left.png?v=u6bsuwo);
}
.footerNav a.previousLink:hover {
  background-image: url(/content/images/arrows/footer-left-hover.png?v=u6bsuwo);
}
.footerNav a.previousLink:after {
  display: none;
  background-image: url(/content/images/arrows/footer-left-hover.png?v=u6bsuwo);
}

.footerNav a.previousLinkDisabled {
  background-image: url(/content/images/arrows/footer-left-disabled.png?v=u6bsuwo);
  color: #819fad;
}

.footerNav a.nextLink {
  background-image: url(/content/images/arrows/footer-right.png?v=u6bsuwo);
  background-position: 18px 7px;
}
.footerNav a.nextLink:hover {
  background-image: url(/content/images/arrows/footer-right-hover.png?v=u6bsuwo);
}
.footerNav a.nextLink:after {
  display: none;
  background-image: url(/content/images/arrows/footer-right-hover.png?v=u6bsuwo);
}

.footerNav a.nextLinkDisabled {
  background-image: url(/content/images/arrows/footer-right-disabled.png?v=u6bsuwo);
  color: #819fad;
  background-position: 18px 7px;
}

.footerNav a.topLink {
  background-image: url(/content/images/arrows/footer-up.png?v=u6bsuwo);
}

.footerNav a.topLink:hover {
  background-image: url(/content/images/arrows/footer-up-hover.png?v=u6bsuwo);
}

.footerNav a.topLinkDisabled {
  background-image: url(/content/images/arrows/footer-up-disabled.png?v=u6bsuwo);
  color: #819fad;
}

.footerInfo {
  margin: 0 90px;
  padding: 5px;
  background-color: #004666;
  border: solid 1px #000622;
  border-radius: 5px;
}

.footerInfoItem {
  background-color: #ffffff;
  border: solid 1px #000622;
  border-radius: 5px;
}

.footerInfoLinks {
  text-align: center;
  padding-top: 5px;
}

.footerInfoLinks a {
  color: #ffffff;
  font-size: 11px;
}

.footerInfoLinks a:hover {
  color: #ffcc00;
}

.footerScore {
  width: 80px;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px 10px 10px;
  height: 50px;
}

.footerSummary {
  font-size: 12px;
  margin-left: 107px;
  padding: 10px;
  min-height: 60px;
  color: #36365a;
}

.footerSummaryLabel {
  font-weight: bold;
}

.quizList h2 {
  margin-bottom: 5px;
}

.quizListGroup {
  margin-bottom: 15px;
  padding: 0 3px;
}

a.quizArchiveLink {
  display: inline-block;
  _zoom: 1;
  width: 100px;
  font-size: 14px;
  margin-bottom: 0.6em;
  margin-right: 1em;
}

a.quizArchiveLink:link, a.quizArchiveLink:active {
  color: #000033;
}

a.quizArchiveLink:visited {
  color: #888888;
}

a.quizArchiveLink:hover {
  color: #0000cc;
}

.difficultySlider {
  padding-bottom: 10px;
  padding-top: 2px;
}

.difficultySlider label {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.difficultySlider .slider {
  float: left;
  width: 200px;
  font-size: 8px;
  padding: 5px;
  margin-left: 2px;
}

.difficultySlider .information {
  float: left;
  margin-left: 10px;
}

.difficultySlider .information input {
  background-color: #00628f;
  border: none;
  color: #ffffff;
  padding: 2px;
  font-size: 14px;
}

.filterButton {
  padding: 8px 16px;
  text-align: center;
  color: #ffffff;
  background-color: #097cb0;
  background: linear-gradient(to bottom, #2e90bd 0%, #2e90bd 48%, #0078ae 52%, #097cb0 65%, #3895bf 100%); /* W3C */
  border: solid 1px #004261;
  background-color: #004261;
  background-position: left 0px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  margin: 8px 0 10px 0;
}

.informationBox {
  padding: 10px;
  background-color: #f9f9f9;
  border: solid 1px #c7c7c7;
  margin-bottom: 15px;
  border-radius: 5px;
}

.informationBox h3 {
  padding: 0 0 5px 0;
  margin: none;
  font-weight: normal;
  color: #004b6d;
  font-size: 13.5pt;
}

.informationBox h4 {
  font-weight: 400;
}

.informationBox p {
  line-height: 1.5;
  font-size: 11pt;
  margin-bottom: 5px;
  color: #444444;
}

.pngTran {
  behavior: url(/content/IE6PNGFix/iepngfix.htc);
}

.topContentItem {
  margin-top: 0;
}

.clearBoth {
  clear: both;
}

/* Tab Menu */
.tabMenu {
  background-color: #004261;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

.tabMenuMobileActivator {
  display: none;
}

.tabMenuSection {
  position: relative;
  margin: 0 auto;
}

.tabItem {
  float: left;
  width: 147px;
  padding: 5px 10px 0 10px;
  color: #a3c6d7;
  font-size: 13px;
  cursor: pointer;
  display: block;
  position: relative;
  height: 75px;
  border: solid 1px #004261;
  margin-bottom: 8px;
}

.tabItem:hover, .tabItem:hover *, .tabItem a:hover {
  color: #ffe35e !important;
}

.selectedTabItem {
  background-color: #00628f;
  /*@include background-cache-bust('images/tabs/current-tab-back.png');*/
  border: solid 1px #00283b;
  border-radius: 5px;
  background-position: right top;
  color: #c4d8e3;
}

.lineMask {
  display: none;
}

.selectedTabItem .lineMask {
  background-color: #00628f;
  position: absolute;
  display: block;
  top: 73px;
  left: 0;
  width: 167px;
  height: 8px;
  z-index: 155;
  display: none;
}

.selectedTabItem .leftEdge {
  /*@include background-cache-bust('images/tabs/current-tab-left.png');
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 70px;	
  z-index: 150;*/
  display: none;
}

.tabItem p {
  margin: 0;
}

.currentTabItem p {
  padding-top: 2px;
}

a.tabTitle {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
  outline: none;
}

a.tabTitle:hover {
  color: #ffffff;
}

a.tabTitleMobile {
  display: none;
}

.dailyTabItem {
  width: 130px;
}

.dailyTabItem .lineMask {
  left: 0px;
  width: 150px;
}

.subjectTabItem {
  width: 130px;
}

.subjectTabItem .lineMask {
  width: 150px;
}

.subTabMenu {
  background-color: #00628f;
  font-size: 14px;
  line-height: 24px;
  color: #004261;
  /*@include background-cache-bust('images/tabs/sub-tab-bottom.png');*/
  background-position: left bottom;
  background-repeat: no-repeat;
  border: solid 1px #00283b;
  border-radius: 5px;
  /*
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;*/
}

.subTabMenuInner {
  /*@include background-cache-bust('images/tabs/sub-tab-top.png');*/
  background-position: left top;
  background-repeat: no-repeat;
  padding: 6px 10px;
}

.subTabMenu a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.subTabMenu a:hover {
  color: #ffe35e;
}

.subTabMenu label {
  display: inline-block;
  _zoom: 1; /* IE6 */
  width: 74px;
  color: #ffd34e;
}

.subscribeBlock img {
  display: inline;
}

.categoryFilter {
  display: none;
}

.categoryFilterLink {
  outline: none;
}

a.categoryFilterLinkOn {
  color: #ffffff !important;
}

a.categoryFilterLinkOff {
  color: #77adc2 !important;
}

.moreInfoText {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.errorHeader {
  border-bottom: solid 2px #000000;
}

.errorBlock {
  margin: 50px auto;
  max-width: 450px;
  border: solid 1px #cccccc;
  background-color: #f3f3f3;
  padding: 25px;
  color: #335;
}

.errorBlock p {
  margin-bottom: 5px;
  line-height: 1.5;
}

h1.adminHeading {
  padding-top: 30px;
  max-width: 100%;
}

.quizSearchQuestionBlock {
  border: solid 1px #ccc;
  background-color: #f3f3f3;
  padding: 15px;
  font-size: 0.875em;
  margin-bottom: 10px;
}

.quizSearchQuestionBlock hr {
  border: 1px solid #ccc;
  border-style: none none solid;
  color: #FFF;
  background: #FFF;
  margin: 1.5em 0;
}

.quizSearchQuestion {
  margin-bottom: 10px;
  font-weight: bold;
}

.quizSearchAnswer {
  margin-bottom: 5px;
  color: #990000;
}

.quizSearchInformation {
  margin-top: 10px;
}

.quizSearchData {
  margin: 15px 0;
  color: #333;
}

.quizSearchData label {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

.quizSearchDataRow {
  margin-bottom: 8px;
  font-size: 0.9em;
}

.quizSearchDataRow textarea {
  height: 30px;
  width: 400px;
  border: solid 1px #666;
  padding: 5px;
  background-color: #f6f6f6;
  position: relative;
  top: -2px;
}

.quizSearchQuestionBlock .correctAnswer {
  color: #009900;
}

.quizSearchCriteria {
  margin: 20px 0;
}

.quizSearchCriteria input {
  padding: 3px 10px;
}

.quizSearchField label {
  display: inline-block;
  width: 130px;
}

.quizSearchField {
  margin: 0.5em 0;
}

.quizSearchCommandRow {
  padding-left: 130px;
}

.quizSearchCriteria input[type=text],
.quizSearchCriteria input[type=date] {
  width: 160px;
  padding: 3px;
}

.quizSearchFieldTerm input[type=text] {
  width: 300px;
  padding: 3px;
}

.quizSearchCriteria select {
  width: 200px;
  padding: 3px;
}

#quizSearchResults .highlight {
  background-color: #ffff00;
}

.quizNumber {
  float: right;
  color: #717171;
  margin-top: 5px;
}

.inQuestionIndex {
  display: none;
}

@media screen and (min-width: 10px) {
  .pageWidth {
    width: auto;
  }
}
@media screen and (max-width: 1259px) {
  #slidingResultPanel {
    left: auto;
    right: -95px;
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3);
  }
  .questionBlock > .questionIndex {
    display: none;
  }
  .inQuestionIndex {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .contentColumns {
    min-height: 0;
  }
  .sideBarSection {
    position: static;
    width: auto;
  }
  .quizQuestionsSection {
    padding-bottom: 0;
  }
  .answer {
    width: 100%;
    display: block;
  }
  .footerNav a {
    display: block;
    padding: 60px 0 7px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 14px 7px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color: #004666;
    _zoom: 1;
  }
  .footerInfo {
    margin: 0 0 10px 0;
  }
  .footerLeftNav {
    position: static;
    float: left;
  }
  .footerRightNav {
    position: static;
    float: right;
  }
  .subTabMenu {
    font-size: 0;
  }
  .subTabMenu label {
    font-size: 15px;
    display: block;
  }
  .subTabMenu a {
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
  .subTabMenu .padLabel {
    display: none;
  }
  .questionIndex,
  #slidingResultPanel {
    display: none !important;
  }
  /* New Menu */
  .tabMenu {
    padding: 0;
    border-bottom: none;
  }
  /*.tabMenuMobileActivator {
      display: block;
      padding: 10px;
      background-color: #00273a;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase;
  }*/
  .tabMenuSection {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #00273a;
  }
  .tabItems {
    white-space: nowrap;
    font-size: 0;
  }
  .tabItem {
    float: none;
    display: inline-block;
    padding: 0;
    width: auto;
    position: static;
    height: auto;
    border: none;
    margin: 0;
    border-right: solid 1px #000;
  }
  a.tabTitle {
    display: none;
  }
  a.tabTitleMobile {
    display: block;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
  }
  .tabItem p,
  .tabItem .leftEdge,
  .tabItem .lineMask {
    display: none;
  }
  .selectedTabItem {
    border-radius: 0;
    border-bottom: solid 1px #004261;
    background-color: #004261;
    margin-bottom: -1px;
  }
  .subTabMenu {
    border-top: solid 1px #000;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #004261;
  }
  .subTabMenu .subTabMenuInner:not(:empty) {
    margin-bottom: -10px;
  }
  .subTabMenu a {
    padding: 0 10px;
    border: solid 1px #0079b0;
    background-color: #006898;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
  }
  .subTabMenu label {
    display: block;
    margin: 0 auto 10px auto;
  }
  /*.subTabMenu a.current {
      color: #fff;
  }*/
  .quizNumber {
    float: none;
  }
}
.responsive-banner-ad {
  width: 320px;
  height: 50px;
}
@media (min-width: 616px) {
  .responsive-banner-ad {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 916px) {
  .responsive-banner-ad {
    width: 728px;
    height: 90px;
  }
}

.questionFeedback {
  margin-top: 1em;
}
.questionFeedback button {
  font-family: "Open Sans";
  padding: 0.3em 0.6em;
  font-size: 0.8em;
  font-weight: 400;
  background-color: #f0f9fd;
  border: solid 1px #69b;
  border-radius: 0.3em;
  cursor: pointer;
  margin: 1px;
  color: #004261;
}
.questionFeedback button span.larger {
  transform: scale(1.3);
  display: inline-block;
}
.questionFeedback button.comment-button span {
  margin-right: 0.25em;
}
.questionFeedback button.toggled {
  background-color: #fff;
  border: solid 2px #0c0;
  margin: 0;
}
.questionFeedback button.toggled.like-button {
  color: #080;
  border-color: #080;
}
.questionFeedback button.toggled.dislike-button {
  color: #900;
  border-color: #900;
}
.questionFeedback button.toggled.comment-button {
  color: #04a;
  border-color: #04a;
}

.questionComment,
.questionCommentSubmitted {
  margin-top: 1em;
}
.questionComment p, .questionComment ol, .questionComment ul,
.questionCommentSubmitted p,
.questionCommentSubmitted ol,
.questionCommentSubmitted ul {
  font-size: 0.85em;
}
.questionComment ol, .questionComment ul,
.questionCommentSubmitted ol,
.questionCommentSubmitted ul {
  margin: 0 0 1em 1em;
}
.questionComment ol span, .questionComment ul span,
.questionCommentSubmitted ol span,
.questionCommentSubmitted ul span {
  display: block;
  margin-left: 1em;
  font-style: italic;
}
.questionComment li,
.questionCommentSubmitted li {
  margin-bottom: 0.25em;
}
.questionComment textarea,
.questionCommentSubmitted textarea {
  width: 100%;
  padding: 0.5em;
  height: 5.5em;
  border-radius: 0.36em;
  box-sizing: border-box;
  border: solid 1px #6086a6;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
}
.questionComment button,
.questionCommentSubmitted button {
  font-size: 1em;
  font-family: "Open Sans";
  padding: 0.5em 1em;
  font-weight: 400;
  background-color: #004666;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  margin-top: 0.5em;
}

.questionCommentSubmitted {
  color: rgb(0, 136, 0);
}

.ad-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: #f3f6fa;
}

.ad-placeholder {
  background-color: #003251;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 0.8rem;
}
@media screen and (min-width: 928px) {
  .ad-placeholder.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 927px) {
  .ad-placeholder.desktop-only {
    display: none;
  }
}

.headerAd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-height: 900px) {
  .headerAd {
    display: none;
  }
}

.fb-widget {
  text-align: center;
  margin-bottom: 20px;
}

.themeButton {
  background-color: #004261;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  display: inline-block;
  transition: background-color 100ms ease-in-out;
}
.themeButton:hover {
  background-color: #00628f;
  color: #fff;
}

.topSection .themeButton {
  margin: 0.5em 0;
}

/*.mmt-sticky-bottom-div {
    background-color: #f3f6fa;
}*/
#adthrive-collapse-container,
#adthrive-auto-injected-container {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  height: auto !important;
}

.pageSection {
  display: grid;
  grid-template-areas: "top" "video" "body" "sidebar";
  grid-auto-rows: max-content;
  grid-template-columns: 1fr;
}

.topSection {
  grid-area: top;
}

.raptive-placeholder-video-section {
  grid-area: video;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 15px 1px;
}
.raptive-placeholder-video-section .raptive-placeholder-video {
  margin: 0 auto;
  background-color: #f9f9f9;
  aspect-ratio: 1920/1080;
  height: auto !important;
  max-width: 40vh;
  width: 80%;
}
.raptive-placeholder-video-section .raptive-placeholder-video .adthrive {
  min-height: 0 !important;
  height: auto !important;
}

.contentSection {
  grid-area: body;
}

.sideBarSection {
  grid-area: sidebar;
  margin: 0 !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pageSection {
    display: grid;
    align-content: flex-start;
    grid-gap: 15px;
    grid-template-columns: 1fr min(400px, 30vw);
    grid-auto-rows: min-content min-content min-content minmax(auto, 100%);
    grid-template-areas: "top top" "body video" "body sidebar" "body auto";
  }
  .raptive-placeholder-video-section {
    padding: 2px 0;
  }
  .raptive-placeholder-video-section .raptive-placeholder-video {
    width: 100%;
    max-width: none;
  }
}
.admin-page .pageSection {
  display: block;
  width: 1146px;
  max-width: 100%;
}
