body {
  color: #333333;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 15px;
  font-family: "Open Sans", helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  color: #000;
}

h1 { font-size: 48px; }
h2 { font-size: 38px; }
h3 { font-size: 28px; }
h4 {
	font-size: 24px;
	line-height: normal;
	margin: 20px 0px 20px 0px;
}
h5 { font-size: 18px; }
h6 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

a {
	color: #1e73be;
	text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus {
	color: #9aadbf;
	text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
	margin-bottom: 15px;
}

.indent {
	text-indent: 40px;
}

ul, ol {
	margin-bottom: 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  border: 0;
}

p.image-center {
	margin: 1em 0;
	text-align: center;
	clear: both;
}

.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
  clear: both;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
  margin-bottom: 1.5em;
}

article, main {
	display: block;
}

.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hentry {
	margin-bottom: 1.5em;
}

.entry-header {
	padding-bottom: 9px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.entry-title {
	font-size: 30px;
	line-height: normal;
}

.entry-content {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin: 0;
}

hr.section-divider {
	margin-top: 30px;
}

hr.section-divider:after {
	content: none;
}

input {
	font-size: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #DDD;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 0 0 0 10px;
}

#sendy-email {
	width: 80%;
	min-height: 32px;
	max-width: 480px;
}

.center {
  text-align: center;
}

/* =Navbar
----------------------------------------------- */
.navbar {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

.navbar.navbar-default {
  background-color: #08590c;
  font-weight: 200;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}

/* When a nav menu item is clicked */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  border-right: 1px solid rgba(0, 0, 0, .2);
  border-left: none;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a {
  padding: 18px 20px;
  color: #fff;
}

.dropdown-menu,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #08590c;
  border: none;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>.dropdown-menu {
  padding: 0;
}
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Sidebar
----------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget-title {
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.widget ul {
	padding: 10px 10px;
}

.widget > ul > li {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}

/* =Nav links at bottom of post
----------------------------------------------- */
.bottom-navigation {
  margin-bottom: 1.5em;
}

.nav-previous {
  float: left;
  margin-bottom: 0.5em;
}

.nav-next {
  float: right;
  text-align: right;
}

/* =Footer
----------------------------------------------- */
#colophon {
  background-color: #08590c;
  padding: 14px 0px 14px;
  margin-top: 80px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

/* =Books Page
----------------------------------------------- */
#books .available-soon {
  display: block;
  text-align: center;
  margin-bottom:50px;
}

#books .tab-pane h4 {
  margin-top: 0;
  padding-top: 10px;
}

/* =Tabs
----------------------------------------------- */
.tab-content {
  margin-bottom: 10px;
}

.tab-content li {
  margin-bottom: 5px;
}

.tab-content .tab-pane {
  overflow-x: scroll;
  padding: 10px;
}

.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}

/* =Practice
----------------------------------------------- */
ol.practice > li {
  margin-bottom: 15px;
}

ol.practice > li p {
  margin-bottom: 2px;
}

/* =Curves
----------------------------------------------- */
.curve td, .curve th {
  text-align: center;
}

.curve tr td:first-child {
  font-weight: bold;
}

.curve>tbody>tr>td {
  border-top: 1px solid darkgray;
  padding: 2px;
}

/* =Vue & Alpine
----------------------------------------------- */
[v-cloak] {
  display: none;
}

[x-cloak] { display: none !important; }

/* =Tables
----------------------------------------------- */
.table {
  margin-bottom: 10px;
}

.table-bordered>tbody>tr>th {
  border: 1px solid darkgray;
  background-color: #E0E0E0;
}

.table-bordered>tbody>tr>td {
  border: 1px solid darkgray;
  background-color: #E0E0E0;
}

.table-psat-nmsqt-cutoff-calculator {
  border: 1px solid #08590c;
}

.table-psat-nmsqt-cutoff-calculator > thead > tr > th {
  border: 1px solid #08590c;
  background-color: seagreen;
  color:white;
}

.table-psat-nmsqt-cutoff-calculator > thead > tr > td {
  border: 1px solid #08590c;
  background-color: seagreen;
  color:white;
}

.table-psat-nmsqt-cutoff-calculator > tbody > tr:nth-of-type(even) {
  background-color: #f0f0f0;
}

.table-psat-nmsqt-cutoff-calculator > tbody > tr > td {
  border: 1px solid #bfbfbf;
}

#state-semifinalist-cutoffs > tbody > tr > td:first-child {
  white-space:nowrap;
  position:sticky;
  left:-1px;
}

#state-semifinalist-cutoffs > tbody > tr > td:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: -1px;
  border-right: 1px solid #bfbfbf;
}

#state-semifinalist-cutoffs > tbody > tr:nth-of-type(even) > td:first-child {
  background-color: #f0f0f0;
}
#state-semifinalist-cutoffs > tbody > tr:nth-of-type(odd) > td:first-child {
  background-color: white;
}

#psat-nmsqt-semifinalist-differences-distribution {
  width: 80%;
}

@media (max-width: 600px) {
  #psat-nmsqt-semifinalist-differences-distribution {
    width: 100%;
  }
}

td.bold {
  font-weight: bold;
}

td.first {
  width: 110px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

/* =Background highlights
----------------------------------------------- */
.bg-success, .bg-warning {
    padding: 15px;
    margin-bottom: 10px;
}

/* BLOCK QUOTES */
.tcp-blockquote {
  font-size: 17px;
  margin: 20px auto;
  font-family: "Open Sans";
  font-style: normal;
  color: #555555;
  padding: 1em 30px 1em 50px;
  border-left: 8px solid #78C0A8 ;
  line-height: 1.6;
  position: relative;
}

.tcp-blockquote::before {
  font-family: arial;
  content: "\201C";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.tcp-blockquote::after {
  content: '';
}

.tcp-blockquote span {
  display: block;
  color: #555555;
  font-size: 15px;
  font-style: italic;
  margin-top: 10px;
}

.digital-sat-update {
    display: block;
    font-weight: 400;
    text-decoration: underline;
    background-color: #ffff99;
    text-align:center;
    padding: 10px 0px;
    font-family: "Open Sans";
    color: #1a1a00;
}
.digital-sat-update:hover {
  color: #1a1a00;
  text-decoration: underline;
}

.tm {
  display: inline-block;
  text-decoration: none;
}

.title-sup {
  font-size: 40%;
  top: -1.2em;
  left:0.1em;
}


