/* Fall back colors? Eg educator, talks & interviews */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#khanType {
  /* Used to style the topic title on a topic page, eg
  "Introduction to algebra" on /math/algebra/introduction-to-algebra.
  Also used for the tutorial title on tutorial landing pages.
  Not restricted to styling the titles of "Topic" entities. */
}
.vertical-shadow {
  border: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 3px #ccc;
}
html.page-container-min-width-zero body,
html.page-container-min-width-zero #page-container {
  min-width: 0;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #555;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #555;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #004787;
  background-image: -moz-linear-gradient(top, #005987, #002c87);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005987), to(#002c87));
  background-image: -webkit-linear-gradient(top, #005987, #002c87);
  background-image: -o-linear-gradient(top, #005987, #002c87);
  background-image: linear-gradient(to bottom, #005987, #002c87);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005987', endColorstr='#ff002c87', GradientType=0);
  border-color: #002c87 #002c87 #00133b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #002c87;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #002c87;
  *background-color: #00246e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #001b54 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e2630e;
  background-image: -moz-linear-gradient(top, #fa7115, #bf4f04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa7115), to(#bf4f04));
  background-image: -webkit-linear-gradient(top, #fa7115, #bf4f04);
  background-image: -o-linear-gradient(top, #fa7115, #bf4f04);
  background-image: linear-gradient(to bottom, #fa7115, #bf4f04);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa7115', endColorstr='#ffbf4f04', GradientType=0);
  border-color: #bf4f04 #bf4f04 #743002;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bf4f04;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #bf4f04;
  *background-color: #a64503;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #8d3a03 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3d3d3d;
  background-image: -moz-linear-gradient(top, #444, #333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#333));
  background-image: -webkit-linear-gradient(top, #444, #333);
  background-image: -o-linear-gradient(top, #444, #333);
  background-image: linear-gradient(to bottom, #444, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff333333', GradientType=0);
  border-color: #333 #333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #333;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #333;
  *background-color: #262626;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #1a1a1a \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #005987;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #678d00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #555;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 18px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #002c87;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #bf4f04;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #333;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.google-custom-search-results {
  min-height: 100vh;
}
body,
#page-container {
  min-width: 0;
}
.error {
  background-color: #fff;
  font-size: large;
  font-weight: bolder;
  text-align: center;
  width: 100%;
}
.search-result {
  margin-left: 10px;
  position: relative;
}
.search-result .result-icon {
  color: #c2c2c2;
  display: inline-block;
  font-size: 24px;
  height: 24px;
  margin-right: 7px;
  position: static;
  text-decoration: none;
  vertical-align: middle;
  width: 24px;
}
.search-result .subway-icon {
  height: auto;
  width: auto;
}
.search-result .subway-icon .status {
  display: inline-block;
  position: static;
  margin: 0;
}
.search-result .task-preview-container {
  float: left;
  margin: 4px 10px 0 0;
}
.individual-result .result-text-container {
  margin-left: 84px;
}
.search-pagination {
  text-align: center;
  font-size: 18px;
  margin-bottom: 36px;
}
.search-pagination .page-num.current {
  font-weight: bold;
}
.search-pagination .page-num {
  margin-right: 10px;
}
.search-pagination .page-num:last-child {
  margin-right: 0;
}
.search-pagination a {
  color: #005987;
  text-decoration: none;
}
.search-pagination a:hover {
  color: #005987;
  text-decoration: underline;
}
.page-hint {
  opacity: 0.7;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 35px;
}
#nav-and-search .page-search {
  /* Hide the mini search bar, since we have a big one! */
  display: none;
}
.large-search-bar {
  display: flex;
  margin-bottom: 30px;
}
.large-search-bar .form-container {
  flex: 1;
}
.large-search-bar .input-wrapper {
  padding-right: 5px;
  position: relative;
}
.large-search-bar .search-input {
  box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  margin: 5px 0;
  padding-left: 35px;
  width: 100%;
}
.large-search-bar .input-wrapper > .icon-search {
  position: absolute;
  left: 15px;
  top: 16px;
}
.large-search-bar .search-results-popup {
  margin-top: -5px;
  width: 640px;
}
.large-search-bar .search-results-popup .search-suggestion {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
:root .bibliotron-header .large-search-bar .search-results-popup {
  background: none;
}
@media screen and (max-width: 767px) {
  #desktop-search-form-container,
  #desktop-search-button-container {
    display: none;
  }
  .gsc-result .gs-title {
    height: auto !important;
  }
  .gcsc-branding + .gsc-result {
    clear: right;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #mobile-search-form-container {
    display: none;
  }
  .search_results {
    padding-top: 22px;
  }
}
html .gsc-control-cse {
  border: 0;
  padding-top: 0;
  padding: 0;
}
html .gsc-control-cse,
html .gsc-control-cse .gsc-table-result {
  font-family: inherit;
}
html .gsc-control-cse .gcsc-branding {
  display: inline-block;
  float: right;
  padding-right: 0;
}
html .gsc-control-cse .gcsc-branding .gcsc-branding-text {
  width: auto;
}
html .gsc-control-cse .gsc-wrapper {
  border-top: 1px solid #ddd;
  clear: both;
}
html .gsc-control-cse .gsc-wrapper .gsc-results {
  width: 100%;
}
html .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible {
  padding: 0 15px;
}
html .gsc-control-cse .gsc-wrapper .gs-spelling {
  padding: 0;
}
html .gsc-control-cse .gsc-wrapper .gs-spelling a,
html .gsc-control-cse .gsc-wrapper .gs-spelling a b {
  color: #005987;
  text-decoration: none;
}
html .gsc-control-cse .gsc-wrapper .gs-spelling a:hover,
html .gsc-control-cse .gsc-wrapper .gs-spelling a:hover b {
  text-decoration: underline;
}
html .gsc-control-cse .gsc-wrapper .gs-spelling a:visited,
html .gsc-control-cse .gsc-wrapper .gs-spelling a:visited b {
  color: #6C0087;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gsc-url-top {
  display: none;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gsc-thumbnail-inside {
  padding: 0;
  margin-bottom: 8px;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title {
  font-size: 18px;
  text-decoration: none;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a,
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a b {
  color: #005987;
  text-decoration: none;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a:hover,
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a:hover b {
  text-decoration: underline;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a:visited,
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a:visited b {
  color: #6C0087;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title b {
  font-size: inherit;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-snippet {
  color: #444;
  font-size: 14px;
  max-width: 550px;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gsc-table-cell-thumbnail.gsc-thumbnail {
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  height: 54px;
  margin-right: 15px;
  overflow: hidden;
  width: 96px;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box {
  height: 100%;
  overflow: initial;
  padding: 0;
  width: 100%;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box > .gs-image {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  max-width: none;
}
html .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gsc-table-cell-thumbnail.gsc-thumbnail .gs-image-box > .gs-image img {
  border: 0;
  max-height: initial;
  max-width: initial;
  min-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.searchresult-nav .gsc-control-cse .gsc-tabsArea {
  border: none;
  display: inline-block;
  float: left;
  margin-top: 2px;
  height: auto;
}
.searchresult-nav .gsc-control-cse .gsc-tabsArea > div {
  height: auto;
  overflow: visible;
}
.searchresult-nav .gsc-control-cse .gsc-tabsArea .gsc-tabHeader {
  background: none;
  border: none;
  color: #005987;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  min-width: 0px;
  padding: 0 15px;
}
.searchresult-nav .gsc-control-cse .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
  border-bottom: 3px solid #76a005;
  color: #444;
}
@media screen and (max-width: 599px) {
  .searchresult-nav .gsc-control-cse .gsc-tabsArea .gsc-tabHeader {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area {
  border: none;
  display: inline-block;
  float: right;
  margin-right: 15px;
  padding-top: 0px;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-result-info-container {
  display: none;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-orderby-label {
  font-size: 14px;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container {
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 120px !important;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container .gsc-selected-option {
  display: inline;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container .gsc-option-selector {
  position: relative;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  border: none;
  color: #999;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  margin: 0 0 0 5px;
  padding: 0;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container .gsc-option-selector:before {
  content: "\f0d7";
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container .gsc-option-menu {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.searchresult-nav .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container .gsc-option-menu .gsc-option-menu-item {
  padding: 0 0 0 10px;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result.gs-no-results-result .gs-snippet {
  background: none;
  border: 0;
  font-size: 18px;
  padding: 20px 100px;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box {
  font-size: 18px;
  text-align: center;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page,
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page b {
  color: #005987;
  text-decoration: none;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page:hover,
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page:hover b {
  text-decoration: underline;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page:visited,
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page:visited b {
  color: #6C0087;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #444;
}
.searchresult-nav .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
  text-decoration: none;
}
.google-popup-results .gsc-control-cse .gsc-tabsArea {
  display: none;
}
.google-popup-results .gsc-control-cse .gsc-above-wrapper-area {
  display: none;
}
.google-popup-results .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible {
  padding: 0 20px;
}
.google-popup-results .gsc-control-cse .gsc-wrapper .gs-spelling {
  display: none;
}
.google-popup-results .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a,
.google-popup-results .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title b {
  color: #1865f2 !important;
}
.google-popup-results .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a:hover,
.google-popup-results .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result .gs-title a:focus {
  text-decoration: underline !important;
}
.google-popup-results .gsc-control-cse .gsc-wrapper .gs-webResult.gs-result.gs-no-results-result .gs-snippet {
  display: none;
}
.google-popup-results .gsc-control-cse .gsc-wrapper .gsc-cursor-box {
  display: none;
}
:root .bibliotron-header .search-results-popup {
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  position: relative;
}
:root .bibliotron-header .suggestions-section,
:root .bibliotron-header .google-popup-results {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
:root .bibliotron-header .suggestions-section {
  margin-top: 18px;
}
:root .bibliotron-header .search-suggestion {
  font-family: inherit;
  padding-left: 0;
}
:root .bibliotron-header .search-suggestion:focus,
:root .bibliotron-header .search-suggestion:hover,
:root .bibliotron-header .search-suggestion.focused {
  background: none;
  color: #444;
}
:root .bibliotron-header .search-suggestion:hover {
  text-decoration: underline;
}
:root .bibliotron-header .search-suggestion .icon-search {
  display: none;
}
:root .bibliotron-header .section-heading {
  border-bottom: 1px solid #d6d8da;
  margin-bottom: 10px;
  padding: 32px 0 10px;
  color: rgba(33, 36, 44, 0.64);
}
:root .bibliotron-header .gsc-wrapper {
  border: none;
}
:root .bibliotron-header .gsc-control-cse,
:root .bibliotron-header .gsc-result,
:root .bibliotron-header .gsc-result:hover {
  background-color: transparent;
  border: none;
}
:root .bibliotron-header .gsc-resultsbox-visible {
  padding: 0 !important;
}
:root .bibliotron-header .footer {
  border: none;
  margin: 45px 0;
  padding: 0;
  text-decoration: none;
  color: #1865f2 !important;
}
:root .bibliotron-header .footer:hover,
:root .bibliotron-header .footer:focus {
  text-decoration: underline !important;
}
.searchresult-nav {
  margin-top: 13px;
}
.searchresult-nav .google-search-hint {
  width: 35%;
  text-align: right;
  padding-bottom: 12px;
}
.searchresult-nav .google-search-hint > a {
  color: #005987;
  text-decoration: none;
}
.searchresult-nav .kind-filters a {
  color: #005987;
  text-decoration: none;
}
.searchresult-nav a.kind-filter {
  margin-left: 12px;
}
.search-correction {
  font-size: 18px;
  margin-top: 24px;
  width: 650px;
}
.search-correction a {
  color: #005987;
  text-decoration: none;
}
.search-correction .search-correction-instead {
  font-size: 14px;
}
.large-search-submit {
  height: 42px;
}
.result-count {
  background: #aaa;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  min-width: 15px;
  padding: 0 3px;
  text-shadow: none;
}
.search-result.focused {
  background: #eee;
}
#search-results {
  margin: 22px 0;
}
.search-results-list {
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  width: 650px;
}
.search-result-info {
  margin-left: 0;
  min-height: 0;
}
.search-result-info .grouped-result,
.search-result-info .individual-result {
  box-sizing: border-box;
  display: block;
  padding: 10px 0px;
}
.search-result-info .grouped-result a,
.search-result-info .individual-result a {
  text-decoration: none;
  color: #005987;
  font-size: 18px;
}
.search-result-info .grouped-result a:hover,
.search-result-info .individual-result a:hover {
  text-decoration: underline;
}
.search-result-info .grouped-result a:visited,
.search-result-info .individual-result a:visited {
  color: #6C0087;
}
.search-result-info .grouped-result .mission-tag,
.search-result-info .individual-result .mission-tag {
  background: #2d90a7;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  margin-left: 10px;
  padding: 3px 7px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: 2px;
}
.search-result-info .grouped-result.show-hidden-results,
.search-result-info .individual-result.show-hidden-results {
  color: #444;
}
.search-result-info .grouped-result .result-title,
.search-result-info .individual-result .result-title {
  display: inline;
}
.search-result-info .grouped-result .date-added,
.search-result-info .individual-result .date-added {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.search-result-info .grouped-result .topic-breadcrumbs,
.search-result-info .individual-result .topic-breadcrumbs,
.search-result-info .grouped-result .student-info,
.search-result-info .individual-result .student-info {
  color: #999;
  font-size: 12px;
  margin-top: 2px;
}
.search-result-info .grouped-result .result-highlights,
.search-result-info .individual-result .result-highlights {
  font-size: 14px;
  color: #444;
}
.search-result .search-result-type {
  box-sizing: border-box;
  font-size: 18px;
  color: #444;
  min-height: 0;
  padding-left: 5px;
  padding-top: 9px;
}
.simple-input.placeholder {
  color: #444;
  font-style: normal;
}
.result-hidden {
  display: none;
}
.highlighted {
  font-weight: bold;
}
ul.grouping-list {
  margin-bottom: 10px;
  margin-left: 40px;
}
ul.grouping-list .grouped-result {
  padding: 10px 0 10px 35px;
  position: relative;
}
.search-sort-dropdown .dropdown-area a {
  text-decoration: none;
  color: #444;
}
.search-sort-dropdown .span1.dropdown.dropdown-area {
  margin: 0;
  width: 150px;
}
.search-sort-dropdown .dropdown-toggle {
  border: 0;
}
.search-sort-dropdown .sort-dropdown,
.search-sort-dropdown .sort-menu,
.search-sort-dropdown .sort-menu > li {
  width: 150px;
  height: 25px;
  background-color: #F0F0F0;
  border-width: 0px;
  box-shadow: 0 0 0;
  font-size: 12px;
  color: #444;
  font-weight: bold;
}
.search-sort-dropdown #inner-sort {
  padding: 5px 8px 0 8px;
}
.search-sort-dropdown .sort-menu > li > a {
  padding: 3px 8px;
  border: 0px;
}
.search-sort-dropdown .sort-caret {
  float: right;
}

/* Fall back colors? Eg educator, talks & interviews */
.search-results-popup {
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
  outline: 1px solid #ddd;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.search-results-popup .section-heading {
  color: #999;
  font-weight: bold;
  padding: 5px 20px;
  text-transform: uppercase;
}
.search-results-popup .section {
  padding: 10px 0;
  white-space: nowrap;
  width: 100%;
}
.search-results-popup .search-suggestion {
  color: #444;
  display: block;
  padding: 8px 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  text-decoration: none;
}
.search-results-popup .search-suggestion .icon-search {
  margin: 0 3px 0 5px;
  color: #aaa;
}
.search-results-popup .search-suggestion.focused {
  background: #eee;
}
.search-results-popup .mission-results-section {
  border-top: 1px solid #ddd;
}
.search-results-popup .mission-results-section .mission-item-suggestion {
  color: #444;
  display: block;
  font-size: 16px;
  padding: 8px 20px;
}
.search-results-popup .mission-results-section .mission-item-suggestion.focused {
  background: #eee;
}
.search-results-popup .search-results-section {
  border-top: 1px solid #ddd;
}
.search-results-popup .search-results-section .search-result {
  margin: 0;
}
.search-results-popup .search-results-section .search-result .individual-result {
  cursor: pointer;
  padding: 8px 20px;
}
.search-results-popup .search-results-section .search-result .individual-result a {
  color: #444;
  font-size: 16px;
}
.search-results-popup .search-results-section .search-result .individual-result .result-icon {
  left: 0;
  top: 5px;
}
.search-results-popup .footer {
  display: block;
  padding: 8px 20px;
  border-top: 1px solid #ddd;
}
.search-results-popup a.footer {
  color: #444;
}
.search-results-popup .task-preview-container {
  float: left;
  margin-top: 0;
}
.search-results-popup .task-preview {
  height: 50px;
  width: 50px;
}
.search-results-popup .task-preview img,
.search-results-popup .task-preview .video-thumbnail-container,
.search-results-popup .task-preview .thumbnail-transparent-black {
  height: 50px;
  width: 50px;
}
.search-results-popup .task-preview.video-task .play-icon-container {
  line-height: 50px;
}
.search-results-popup .search-results-section .individual-result .result-text-container,
.search-results-popup .mission-results-section .result-text-container {
  margin-left: 68px;
  padding-top: 6px;
}
.search-results-popup .search-results-list {
  width: auto;
}

