@charset "UTF-8";
/**
 *
 * Main site SCSS
 *
 * Was not originally composed  with SASS, so this is
 * mostly a pass-through prep system
 *
 */
/**
 *
 * Base resetting not handled elsewhere
 *
 */
html * {
  box-sizing: border-box; }

h1,
h2,
h3 {
  font-weight: normal; }

li {
  margin-bottom: .4em; }

/**
 *
 * Variables
 *
 */
/* COLORS */
@font-face {
  font-family: 'clarendon_condensedbold';
  src: url("../fonts/clar67w-webfont.eot");
  src: url("../fonts/clar67w-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clar67w-webfont.woff") format("woff"), url("../fonts/clar67w-webfont.ttf") format("truetype"), url("../fonts/clar67w-webfont.svg#clarendon_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: #fff url(../images/bg.jpg) repeat-x;
  margin: auto;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.dev-mode {
    background-position-y: 26px; }

.btn {
  display: inline-block;
  margin: .5em 0;
  padding: .5em 1em;
  color: #ddd;
  font-weight: 600;
  text-decoration: none;
  background-color: #679f9f;
  border-radius: 3px;
  transition: color .3s;
  cursor: pointer; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }

#dev-environment-alert {
  padding: 5px;
  text-align: center;
  background-color: #efc909;
  font-weight: 600;
  border-bottom: 1px solid black; }

.dismissable-container {
  position: relative;
  margin: 1em 0 2em;
  padding: 1em;
  border: 1px solid #db7101; }
  .dismissable-container a.close_box {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    color: #7f1517; }
  .dismissable-container h3 {
    margin-top: 0; }
  .dismissable-container.dismissable-container-error {
    border-color: #7f1517; }

.btn.renew {
  width: 100%;
  padding: .6em;
  font-size: 1.3em;
  text-align: center; }

.block-label {
  display: inline-block;
  width: 14em;
  font-weight: 600; }

#notification {
  margin: 1em 0;
  padding: 15px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: larger;
  font-weight: 600;
  background-color: #7f1517;
  border-radius: 3px; }
  #notification a {
    color: #fff;
    text-decoration: underline; }
    #notification a:hover, #notification a:visited, #notification a:focus {
      color: #fff;
      text-decoration: underline; }

#notification-hide {
  margin-left: 10px;
  font-size: smaller; }
  #notification-hide:hover {
    cursor: pointer; }

h1 {
  font-family: "clarendon_condensedbold", Georgia, Times, serif;
  color: #7f1517;
  font-size: 35px;
  margin: 0;
  margin-bottom: .15em;
  padding: 0;
  line-height: 1.1;
  display: block; }
  h1.lesson {
    font-family: "clarendon_condensedbold", Georgia, Times, serif;
    color: #7f1517;
    font-size: 26px;
    margin: -5px 0 0 0;
    padding: 0;
    line-height: normal;
    display: inline;
    width: auto; }
    h1.lesson ~ h2 {
      font-size: 18px; }
  h1.entry-title {
    max-width: 14em; }

h2 {
  font-family: "clarendon_condensedbold", Georgia, Times, serif;
  color: #7f1517;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: normal; }
  h2 a {
    color: #7f1517;
    text-decoration: none; }
    h2 a:hover {
      color: #7f1517;
      text-decoration: none; }
  h2.category {
    font-family: "clarendon_condensedbold", Georgia, Times, serif;
    color: #ffffff;
    background: url(../images/cat_bg.gif) no-repeat;
    width: 753px;
    height: 35px;
    font-size: 18px;
    margin: 0;
    padding: 4px 0 0 10px;
    line-height: normal; }

h3 {
  margin: 1em 0 .2em;
  padding: 0;
  font-family: "clarendon_condensedbold", Georgia, Times, serif;
  color: #db7101;
  font-size: 18px; }

.list_table tr:nth-child(2n) {
  background-color: #eee; }

img {
  border: 0;
  margin: 0;
  padding: 0; }

ul {
  padding: 0 0 0 18px;
  margin: 0 0 10px 0; }

ol {
  padding: 0 0 0 24px;
  margin: 0 0 10px 0; }

li {
  margin: 0;
  padding: 0;
  margin-bottom: .4em; }

p {
  margin: 0 0 10px 0;
  line-height: 16px; }

a {
  color: #006c91;
  text-decoration: underline; }
  a:hover {
    color: #7f1517;
    text-decoration: underline; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

input, select {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
  border: 1px solid #888888; }
  input[type=image], select[type=image] {
    border: none;
    background-color: transparent; }

textarea {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #888888; }

.text {
  border: 1px solid #888888; }

.label {
  font-weight: bold;
  text-align: left; }

.label_right {
  font-weight: bold;
  text-align: right; }

.button {
  border: 0;
  background-color: #de790d;
  color: #fff; }

.border {
  border: 1px solid #888888; }

.orange {
  color: #db7101; }

.noborder {
  border: 0;
  background: none; }

.hr {
  height: 2px;
  background: #fff url(../images/hr.gif) no-repeat;
  margin: 0 0 5px 0; }
  .hr hr {
    display: none; }

.left {
  float: left; }

.right {
  float: right;
  margin: 0;
  padding: 0; }

.print_break {
  page-break-before: always; }

.red {
  color: #900; }

table.four-cols {
  width: 100%; }
  table.four-cols td {
    vertical-align: top;
    text-align: center;
    width: 25%; }

table.two-cols {
  width: 100%; }
  table.two-cols td {
    vertical-align: top;
    text-align: center;
    width: 50%; }

table.member-profile {
  width: 100%; }
  table.member-profile td {
    width: 50%;
    padding: .5em .5em .5em 0;
    vertical-align: top; }
    table.member-profile td p {
      width: auto; }

.outlined td {
  padding: 2em;
  border: 1px solid black; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

/********************* MAIN BODY *************************/
#main_body {
  margin: auto;
  width: 760px;
  position: relative; }

.top_nav_left {
  height: 20px;
  width: 120px;
  color: #333333;
  font-size: 10px;
  position: absolute;
  top: 20px;
  left: 10px; }

.top_nav_right {
  position: absolute;
  top: 20px;
  right: 60px;
  width: 290px;
  height: 20px;
  font-size: 10px;
  color: #333333;
  text-align: right; }
  .top_nav_right .user-greeting {
    display: inline-block; }

.top_nav_left a,
.top_nav_right a {
  color: #333333;
  text-decoration: none; }
  .top_nav_left a:hover,
  .top_nav_right a:hover {
    color: #333333;
    text-decoration: underline; }
  .top_nav_left a::before,
  .top_nav_right a::before {
    content: "|";
    display: inline-block;
    margin: 0 .6em 0 .4em; }
  .top_nav_left a:first-child::before,
  .top_nav_right a:first-child::before {
    content: ''; }

html[lang=es] .top_nav_left {
  top: 13px; }
  html[lang=es] .top_nav_left a {
    display: block;
    line-height: 1.6; }
    html[lang=es] .top_nav_left a::before {
      content: ''; }

.home_link {
  height: 130px;
  width: 200px;
  position: absolute;
  top: 60px;
  left: 50px; }

.banner_cont {
  width: 740px;
  height: 110px;
  background-color: #d59600;
  position: relative; }

.breadcrumb {
  margin-bottom: 2em; }
  .breadcrumb a::after {
    content: ">";
    display: inline-block;
    padding: .5em;
    text-decoration: none; }
  .breadcrumb a:hover::after {
    color: inherit; }
  .breadcrumb a:last-child::after {
    content: ''; }

#content_home {
  background: #ffffff;
  width: 760px;
  padding: 0;
  margin: 10px 0 20px 0;
  position: relative; }

.home_col_1 {
  width: 245px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative; }

.section-menu {
  padding: 0 0 1em 3em;
  float: right;
  text-align: right;
  line-height: 1.5; }
  @media screen and (min-width: 1024px) {
    .section-menu {
      margin-top: -20px; } }
  .section-menu ul {
    list-style: none; }
    .section-menu ul li {
      margin: 0; }

.entry-body {
  margin-top: 0em;
  clear: both; }
  .entry-body td {
    vertical-align: top; }
    .entry-body td.middle {
      vertical-align: middle; }
  .entry-body h2 {
    margin-top: 0;
    margin-bottom: .15em; }

.btn-favorite-toggle i {
  font-size: .8em;
  color: #db7101; }

.user-favorites-block {
  margin-top: 2em; }

.favorites-list {
  padding-left: 0;
  list-style: none; }
  .favorites-list .favorites-item h4 {
    margin-bottom: 4px;
    font-size: 14px; }
    .favorites-list .favorites-item h4 a {
      text-decoration: none; }
  .favorites-list .favorites-item .taxonomy {
    display: inline;
    font-weight: bold;
    font-style: italic; }
    .favorites-list .favorites-item .taxonomy:after {
      content: "—";
      padding: 0 3px; }
  .favorites-list .favorites-item .summary {
    display: inline; }
  .favorites-list .btn-favorite-remove {
    display: inline-block;
    margin-right: 1em;
    color: #7f1517; }
    .favorites-list .btn-favorite-remove:hover {
      color: #ab1c1f; }

.entry-subtitle1 {
  font-size: 18px;
  color: #7f1517; }

.entry-subtitle2 {
  font-size: 18px;
  color: #db7101; }

.entry-subtitle-red {
  font-size: 18px;
  color: #7f1517 !important; }

.price-legend {
  margin: 1em 0;
  text-align: center;
  line-height: 1.6; }

#search_viewlet {
  padding-bottom: 2em; }
  #search_viewlet input[type=text] {
    padding: .1em .5em .1em; }

.page-links-nav {
  margin: 1em 0;
  line-height: 1.5; }
  .page-links-nav a {
    display: block; }

.faq-question {
  margin-top: 2em; }
  .faq-question h2 {
    margin-top: 1.3em;
    margin-bottom: .5em; }
  .faq-question h3 {
    margin-top: 1em;
    margin-bottom: .3em; }

.featured_resource {
  margin-bottom: 1.5em;
  width: 182px;
  background: url(/images/feature_bg.gif) repeat-y;
  font-size: 10px; }
  .featured_resource .mobtitle {
    display: none; }
  .featured_resource .featured-item {
    padding: 0px 14px .5em 25px;
    line-height: 1.6; }
    .featured_resource .featured-item h4 {
      width: 96%;
      margin-bottom: 0;
      font-size: 1.1em; }
    .featured_resource .featured-item p {
      width: 135px;
      margin-bottom: 0;
      padding-top: .8em;
      font-size: 1em; }

#search-form {
  margin: 2em 0; }

.home_col_2 {
  min-height: 470px;
  position: relative;
  top: -35px;
  width: 515px;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 2em; }

#cont_search {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 176px;
  height: 42px;
  padding: 10px 0 0 18px;
  background: url(/images/search_box_cont.gif) no-repeat; }
  #cont_search input[type=text] {
    padding: .15em;
    margin-top: 2px; }

.content_col_full {
  width: 740px;
  position: relative;
  margin: 20px 0 0 18px; }

.lesson {
  margin: 20px 0 10px 0;
  position: relative; }

.lesson-index-link {
  float: right; }

.lesson-series-index {
  padding-bottom: .5em; }

.lesson-links-block {
  padding: 2em 0; }

.list {
  width: 750px;
  background: url(../images/list_bg.gif) repeat-y;
  position: relative; }

.list_left {
  float: left;
  width: 320px;
  /*margin: 20px 80px 20px 20px;*/
  margin: 10px 80px 10px 20px; }

.list_right {
  float: left;
  width: 320px;
  /*margin: 20px 0 20px 0;*/
  margin: 10px 0 10px 0; }

.list ol {
  list-style: none; }
  .list ol li.free {
    background: url(../images/greendot.gif) no-repeat;
    padding-left: 25px; }
  .list ol li.member {
    background: url(../images/reddot.gif) no-repeat;
    padding-left: 25px; }

/*ol {
    list-style:decimal;
    width: 310px;
    margin:0;
    padding:0 0 0 5px;
}

ol li {
    margin: 0 0 3px 0;
}*/
.list_table {
  width: 100%;
  border: 1px solid #609495;
  text-align: left;
  margin: 10px 0 10px 0; }
  .list_table th {
    color: #ffffff;
    font-weight: bold;
    background: #609495; }

.fav_buttons {
  position: relative;
  top: 35px;
  text-align: right;
  z-index: 1000;
  margin: -30px 0 0 0; }

/* ***************  FOOTER STYLES *************** */
#footer {
  position: relative;
  width: 740px;
  margin: auto;
  padding: 20px 0 0 20px;
  font-size: 10px;
  text-align: center;
  color: #222222;
  background-image: url(../images/footer_top.gif);
  background-repeat: no-repeat;
  background-position: 20px 0;
  clear: both; }
  #footer p {
    margin: 20px 0 0 0;
    line-height: 20px; }
  #footer a {
    color: #222222;
    text-decoration: none; }
    #footer a:hover {
      color: #7f1517;
      text-decoration: underline; }

#copyright {
  position: relative;
  width: 740px;
  font-size: 10px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px 0 0 20px;
  color: #222222; }

#tpi_tag {
  position: relative;
  width: 740px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 1px 0 0 20px;
  color: #A1A1A1; }
  #tpi_tag a {
    color: #A1A1A1;
    text-decoration: none;
    font-size: 9px; }
    #tpi_tag a:hover {
      color: #7f1517; }

.message_bad {
  width: 100%;
  border: 2px solid #dc7507;
  padding: 10px;
  margin: 10px 0 10px 0; }
  .message_bad a.close_box {
    display: block;
    background: #dc7507;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    text-decoration: none; }

.invalid {
  background: #FFADAD;
  border: 1px solid #FF0000; }

#main_nav {
  top: 190px;
  right: 0;
  width: 500px;
  height: 36px;
  position: absolute;
  text-align: right; }
  .top_cont #main_nav {
    width: 575px; }

/* ***************  SUCKERFISH NAV STYLES *************** */
#nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  #nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #nav li {
    position: relative;
    display: inline-block;
    padding: .6em .7em;
    margin: 0; }
  #nav a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-family: "clarendon_condensedbold", Georgia, Times, serif;
    font-weight: 300;
    text-decoration: none;
    color: #679f9f;
    transition: color .3s; }
    #nav a.nav-search {
      color: #999; }
      #nav a.nav-search:hover {
        color: #cc5; }
    #nav a:hover {
      color: #db7101; }

a#simple-menu {
  position: absolute;
  top: 5px;
  right: 15px;
  display: none;
  z-index: 5000;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px; }
  a#simple-menu i {
    border-radius: 4px;
    background: #333333;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 3px 6px; }

.sidr {
  text-transform: capitalize;
  font-weight: 600;
  box-shadow: none; }

/* *************** CUSTOM NAV STYLES **************** */
/*
// Lang Specific
#btn_lessons_home a { background: url(../images/btn_lessons.gif) no-repeat; width: 83px; height: 37px; }
#btn_activities_home a { background: url(../images/btn_activities.gif) no-repeat; width: 81px; height: 37px; }
#btn_objecttalks_home a { background: url(../images/btn_objecttalks.gif) no-repeat; width: 102px; height: 37px; }
#btn_games_home a { background: url(../images/btn_games.gif) no-repeat; width: 65px; height: 37px; }
#btn_media_home a { background: url(../images/btn_media.gif) no-repeat; width: 60px; height: 37px; }
#btn_topicalindex_home a { background: url(../images/btn_topicalindex.gif) no-repeat; width: 109px; height: 37px; }

#btn_lessons_home a:hover {background-position: -83px 0;}
#btn_activities_home a:hover {background-position: -81px 0;}
#btn_objecttalks_home a:hover {background-position: -102px 0;}
#btn_games_home a:hover {background-position: -65px 0;}
#btn_media_home a:hover {background-position: -60px 0;}
#btn_topicalindex_home a:hover {background-position: -109px 0;}
*/
/*
// Lang Specific
#btn_lessons_cont a { background: url(../images/btn_lesson_cont.gif) no-repeat; width: 71px; height: 37px; }
#btn_activities_cont a { background: url(../images/btn_activities_cont.gif) no-repeat; width: 80px; height: 37px; }
#btn_objecttalks_cont a { background: url(../images/btn_objecttalks_cont.gif) no-repeat; width: 102px; height: 37px; }
#btn_games_cont a { background: url(../images/btn_games_cont.gif) no-repeat; width: 67px; height: 37px; }
#btn_media_cont a { background: url(../images/btn_media_cont.gif) no-repeat; width: 59px; height: 37px; }
#btn_topicalindex_cont a { background: url(../images/btn_topicalindex_cont.gif) no-repeat; width: 111px; height: 37px; }
#btn_search a { background: url(../images/btn_search.gif) no-repeat; width: 74px; height: 37px; }
*/
#btn_lessons_cont a:hover {
  background-position: -71px 0; }

#btn_activities_cont a:hover {
  background-position: -80px 0; }

#btn_objecttalks_cont a:hover {
  background-position: -102px 0; }

#btn_games_cont a:hover {
  background-position: -67px 0; }

#btn_media_cont a:hover {
  background-position: -59px 0; }

#btn_topicalindex_cont a:hover {
  background-position: -111px 0; }

#btn_search a:hover {
  background-position: -74px 0; }

table.topic-links {
  width: 100%;
  padding: 2em; }
  table.topic-links td {
    text-align: center; }

.staff-table td {
  padding-bottom: 1em;
  vertical-align: top; }

.topic_table {
  border: 1px solid #3896b8;
  width: 100%; }
  .topic_table tr:nth-child(2n-1) {
    background-color: #eee; }
  .topic_table .section-last-row {
    background-color: #fff; }

.alpha-links {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: .5em; }
  .alpha-links a {
    text-decoration: none;
    padding: 0 .22em; }
    .alpha-links a:hover {
      color: #86b3b3; }

.topic_table_body th {
  background: #3896b8;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.topic_detail_table_body h2 {
  padding-top: .6em; }

.topic_detail_table_body .topic-item td {
  padding-top: .5em; }

.back_top_td {
  text-align: center;
  margin: 10px; }

/** TABS **/
#tab_control {
  position: realtive;
  border-bottom: 1px solid #db7101; }
  #tab_control a {
    color: #000000; }
  #tab_control .tab_link {
    float: left;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 10px; }
  #tab_control .active {
    font-weight: bold;
    color: #ffffff;
    background-color: #db7101; }
    #tab_control .active a {
      font-weight: bold;
      color: #ffffff;
      background-color: #db7101; }

/**
 *
 * Error Page (404, etc)
 *
 */
.error-page.message {
  padding: 4em;
  margin: 0 auto;
  text-align: center; }

/**
 *
 * Redactor editor display
 *
 */
.redactor-styles h2 {
  font-family: "clarendon_condensedbold", Georgia, Times, serif;
  color: #7f1517;
  font-size: 18px; }

.edit-link {
  display: inline-block;
  padding: .5em;
  color: #ccc;
  text-decoration: none;
  font-weight: 600;
  background-color: #900; }
  .edit-link:hover {
    color: #fff;
    text-decoration: none; }

/**
 *
 * General forms
 *
 */
form td {
  vertical-align: top; }

.form-group {
  margin-bottom: 1em; }

input[type=text],
input[type=password] {
  padding: .5em;
  width: 100%; }

ul.errors {
  margin: 1em 0;
  padding: .5em;
  background-color: #eee;
  border: 1px solid #ccc;
  list-style: none; }
  ul.errors li {
    color: #900; }

#errors {
  margin-bottom: .5em;
  color: #7f1517; }
  #errors h3 {
    color: #7f1517; }

.error-mesage {
  color: #7f1517;
  font-weight: 600; }

/**
 *
 * general form styles
 *
 */
#membership-renew-form input[type=text],
#membership-renew-form select,
#contact input[type=text],
#contact select,
#membership-registration-form input[type=text],
#membership-registration-form select {
  height: 26px; }

/**
 * Special form
 */
.confirmation-field {
  display: none;
}

/**
 *
 * Registration Form
 *
 */
.hidden {
  display: none; }

.pagination ul {
  list-style: none;
  text-align: center; }
  .pagination ul li {
    display: inline-block; }
    .pagination ul li a {
      padding: .2em;
      border: 1px solid #ddd;
      text-decoration: none; }
      .pagination ul li a:hover {
        background-color: #ddd; }
      .pagination ul li a.current {
        color: #7f1517;
        background-color: #ddd; }

/**
 *
 * Contact us form
 *
 */
#contact textarea {
  width: 100%;
  resize: none; }

/**
 *
 * legacy member import CP
 *
 */
.legacy-members-search-form {
  margin-bottom: 1em; }
  .legacy-members-search-form .search-term-fields {
    margin-bottom: 10px; }

/* English CSS */
.top_home {
  position: relative;
  background: url(/images/banner_home.jpg) no-repeat;
  width: 760px;
  height: 298px;
  margin: 0; }

.top_cont {
  position: relative;
  background: url(/images/banner_cont.jpg) no-repeat;
  width: 760px;
  height: 263px;
  margin: 0; }

form.search_home {
  height: 66px;
  width: 182px;
  background: url(/images/search_box.jpg) no-repeat;
  padding: 30px 0 0 20px; }

#btn_lessons_home a {
  background: url(/images/btn_lessons.gif) no-repeat;
  width: 83px;
  height: 37px; }

#btn_activities_home a {
  background: url(/images/btn_activities.gif) no-repeat;
  width: 81px;
  height: 37px; }

#btn_object-talks_home a {
  background: url(/images/btn_objecttalks.gif) no-repeat;
  width: 102px;
  height: 37px; }

#btn_games_home a {
  background: url(/images/btn_games.gif) no-repeat;
  width: 65px;
  height: 37px; }

#btn_media_home a {
  background: url(/images/btn_media.gif) no-repeat;
  width: 60px;
  height: 37px; }

#btn_topical-index_home a {
  background: url(/images/btn_topicalindex.gif) no-repeat;
  width: 109px;
  height: 37px; }

#btn_lessons_home a:hover {
  background-position: -83px 0; }

#btn_activities_home a:hover {
  background-position: -81px 0; }

#btn_object-talks_home a:hover {
  background-position: -102px 0; }

#btn_games_home a:hover {
  background-position: -65px 0; }

#btn_media_home a:hover {
  background-position: -60px 0; }

#btn_topical-index_home a:hover {
  background-position: -109px 0; }

#btn_lessons_cont a {
  background: url(/images/btn_lesson_cont.gif) no-repeat;
  width: 71px;
  height: 37px; }

#btn_activities_cont a {
  background: url(/images/btn_activities_cont.gif) no-repeat;
  width: 80px;
  height: 37px; }

#btn_object-talks_cont a {
  background: url(/images/btn_objecttalks_cont.gif) no-repeat;
  width: 102px;
  height: 37px; }

#btn_games_cont a {
  background: url(/images/btn_games_cont.gif) no-repeat;
  width: 67px;
  height: 37px; }

#btn_media_cont a {
  background: url(/images/btn_media_cont.gif) no-repeat;
  width: 59px;
  height: 37px; }

#btn_topical-index_cont a {
  background: url(/images/btn_topicalindex_cont.gif) no-repeat;
  width: 111px;
  height: 37px; }

#btn_search a {
  background: url(/images/btn_search.gif) no-repeat;
  width: 74px;
  height: 37px; }

#btn_lessons_cont a:hover {
  background-position: -71px 0; }

#btn_activities_cont a:hover {
  background-position: -80px 0; }

#btn_object-talks_cont a:hover {
  background-position: -102px 0; }

#btn_games_cont a:hover {
  background-position: -67px 0; }

#btn_media_cont a:hover {
  background-position: -59px 0; }

#btn_topical-index_cont a:hover {
  background-position: -111px 0; }

#btn_search a:hover {
  background-position: -74px 0; }

/**
 *
 * Responsive styles
 *
 */
#back-top {
  position: fixed;
  bottom: 40px;
  z-index: 2000;
  left: 50%;
  margin-left: 35%;
  display: none;
  width: 41px;
  height: 41px; }
  #back-top span:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-indent: 0 !important; }
  #back-top a {
    text-decoration: none;
    outline: none; }
  #back-top span {
    display: block;
    text-align: center;
    color: #ACB6BE; }
    #back-top span:before {
      content: "\f139";
      font-size: 45px;
      line-height: 45px; }
    #back-top span:hover {
      opacity: 0.4; }

.mob-menu {
  display: none; }

/*************************************** RESPONSIVE STYLES ********************************************* */
@media (max-width: 767px) {
  img {
    max-width: 100% !important;
    height: auto !important; }
  body {
    background: #fff; }
  .top_nav_left, .top_nav_right, #subnav, #col_1 img:first-child {
    display: none; }
  table {
    width: 100% !important; }
  .mob-menu {
    display: block; }
  #main_body {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 100; }
  #footer, #top {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 600; }
  .top_home {
    position: relative;
    width: 100%;
    height: 170px;
    margin: auto;
    padding: 0;
    z-index: 600;
    background: url(../images/banner_mob.jpg) no-repeat top right; }
  .top_cont {
    position: relative;
    width: 100%;
    height: 180px;
    margin: auto;
    padding: 0;
    z-index: 600;
    background: url(../images/banner_mob.jpg) no-repeat top right; }
  .home_link {
    height: 120px;
    width: 100%;
    position: relative;
    top: 40px;
    left: auto; }
  .top_cont .home_link {
    width: 100%;
    position: relative;
    top: 40px;
    left: auto; }
  .home_link a {
    float: right;
    display: block;
    height: 150px;
    width: 100%; }
    .home_link a img {
      display: none; }
  .container {
    width: 100%; }
  #content, #content_home {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 600;
    background: none; }
  .home_col_1, .content_col_full {
    position: relative;
    float: none;
    width: 95%;
    left: auto;
    padding: 0;
    margin: auto; }
    .home_col_1 .featured_resource, .content_col_full .featured_resource {
      display: none; }
  #col_2 {
    position: relative;
    float: none;
    width: 95%;
    left: auto;
    padding: 0;
    margin: auto;
    top: auto; }
  .home_col_2 {
    position: relative;
    float: none;
    width: 95%;
    left: auto;
    padding: 0;
    margin: auto;
    top: auto; }
    .home_col_2 p {
      width: auto; }
  #col_1 {
    position: relative;
    float: none;
    width: 100%;
    left: 0;
    padding: 0 0 20px 0;
    margin: 0; }
  #cont_search {
    display: block !important;
    background: none;
    width: 98%;
    height: auto;
    margin: auto;
    padding: 0;
    position: relative;
    top: auto;
    left: auto; }
  form.search_home {
    height: auto;
    width: 95%;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #7AADAE;
    padding: 10px;
    border-radius: 10px; }
  form.search_cont {
    height: auto;
    width: 94%;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #F0F7F7;
    padding: 10px;
    border-radius: 10px; }
  .search_home .text, .search_cont .text {
    width: 100%;
    padding: 2px;
    font-size: 14px; }
  .featured_resource {
    width: 94%;
    margin: 0 auto 10px;
    background: #fff;
    border: 1px solid #7cadad;
    border-radius: 0 10px 0 10px;
    padding: 10px;
    -webkit-box-shadow: inset 0 0 43px 10px rgba(129, 176, 176, 0.3);
    box-shadow: inset 0 0 43px 10px rgba(129, 176, 176, 0.3); }
    .featured_resource .featured-item p {
      width: auto; }
    .featured_resource p {
      width: auto;
      font-size: 9px;
      margin: 0; }
    .featured_resource img {
      display: none; }
    .featured_resource .mobtitle {
      font-family: 'clarendon_condensedbold', Georgia, Times, serif;
      display: block;
      color: #2e7a7a;
      font-size: 20px;
      font-weight: bold; }
    .featured_resource .endcap {
      display: none; }
  #footer {
    width: 100%;
    padding: 20px 0;
    text-align: center; }
    #footer .right, #footer .left {
      float: none;
      text-align: center;
      padding: 0; }
    #footer .right table {
      width: 100%;
      margin-bottom: 20px; }
  #copyright, #tpi_tag {
    width: auto; }
  .search {
    width: 85%; }
  /* ***************  SUCKERFISH NAV STYLES *************** */
  #main_nav, #main_nav_cont {
    display: none; }
  a#simple-menu {
    display: block; } }

@media (max-width: 767px) and (min-width: 470px) and (max-width: 620px) {
  #main_nav {
    display: none; }
  a#simple-menu {
    display: block; } }

@media (min-width: 768px) and (max-width: 1020px) {
  img {
    max-width: 100% !important;
    height: auto !important; }
  table {
    width: 100% !important; }
  .search_home table, .search_cont table {
    width: auto !important; }
  #main_body {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 100; }
  #footer, #top {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 600; }
  #banner {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 600;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 600;
    background-size: 100% 100%;
    text-align: center; }
  #content {
    position: relative;
    width: 97%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 400; }
  .container {
    width: 100%; }
  #col_2, #home_col_1 {
    position: relative;
    float: left;
    width: 55%;
    left: 15px;
    padding: 0;
    margin: 0 15px 0 0; }
  #home_col_2 {
    position: relative;
    float: left;
    width: 40%;
    left: 15px;
    padding: 0;
    margin: 0; }
  #col_1 {
    position: relative;
    float: left;
    width: 30%;
    left: 15px;
    padding: 0;
    margin: 0; }
  #boxes {
    position: relative;
    width: 97%;
    max-width: 900px;
    height: auto;
    margin: 0 auto; }
  .mob-menu {
    display: none; }
  #footer {
    width: 97%;
    height: 100%;
    max-width: 900px;
    padding: 20px 10px; }
  #back-top {
    position: fixed;
    bottom: 40px;
    z-index: 2000;
    left: 60%;
    margin-left: 35%;
    display: none;
    width: 41px;
    height: 41px; } }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after {
    content: ""; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/**
 *
 * TSSP Print only styles
 *
 */
@media print {
  /** {
        border:1px solid red;
    }*/
  body {
    margin-top: 100px; }
  a[href]:after {
    content: none !important; }
  p {
    margin: 0 10px 10px 0;
    line-height: 16px; }
  #dev-environment-alert {
    display: none !important; }
  .lesson_back {
    display: none; }
  .top_cont {
    display: none; }
  .top_home {
    display: none; }
  .top_nav_left {
    display: none; }
  .top_nav_right {
    display: none; }
  .content_col_full {
    width: 100%;
    position: relative;
    margin: 0; }
  .content_col_full {
    width: 100%;
    position: relative;
    margin: 0; }
  .breadcrumb {
    display: none;
    margin: 0; }
  h1 {
    font-family: Georgia, Times, serif;
    color: #7f1517;
    font-size: 35px;
    margin: 0;
    padding: 0;
    line-height: normal; }
  h1.lesson {
    font-family: Georgia, Times, serif;
    color: #7f1517;
    font-size: 26px;
    margin: -5px 0 0 0;
    padding: 0;
    line-height: normal; }
  h2 {
    font-family: Georgia, Times, serif;
    color: #7f1517;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: normal; }
  h2.category {
    font-family: Georgia, Times, serif;
    color: #ffffff;
    background: url(../images/cat_bg.gif) no-repeat;
    width: 753px;
    height: 35px;
    font-size: 18px;
    margin: 0;
    padding: 4px 0 0 10px;
    line-height: normal; }
  .content_col_full {
    width: 660px; }
  #footer {
    display: none; }
  #tpi_tag {
    display: none; }
  .featured_resource {
    display: none; }
  #search_viewlet {
    display: none; }
  #main_nav {
    display: none;
    height: 0; }
  #main_nav_cont {
    display: none;
    height: 0; }
  #nav {
    display: none; }
  .home_link {
    display: none; }
  .grecaptcha-badge {
    visibility: hidden !important;
  }
}

/*
    overrides for payment form formatting
    based on CardJs form -- https://github.com/CardJs/CardJs
 */
.card-js.accept-js .name-wrapper .name.first {
  display: inline-block;
  width: 40%; }

.card-js.accept-js .name-wrapper .name.last {
  display: inline-block;
  width: 58%;
  margin-left: 2%; }

.payment-form-container {
  position: relative;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #e8f3f9;
  overflow: hidden; }
  .payment-form-container:before, .payment-form-container:after {
    content: " ";
    display: table; }
  .payment-form-container:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .payment-form-container {
    *zoom: 1; }
  .payment-form-container h3 {
    color: #999;
    margin-bottom: .5em; }
  .payment-form-container button[type="submit"] {
    float: right;
    margin-top: 1em;
    color: #fff;
    background-color: #5fbe7e;
    cursor: pointer;
    transition: background-color .3s;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: .5em 1em;
    border-radius: 5px; }
    .payment-form-container button[type="submit"]:hover {
      background-color: #44a664; }

.busy-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .8;
  z-index: 100; }
  .busy-box .spinner {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 18px;
    text-transform: uppercase;
    color: #85aad5;
    text-align: center;
    transform: translateY(-50%); }

.fpo {
  width: 100%;
  padding: 1em;
  background-color: #faa; }
