/* Variables */
/* This new green is used in Content area for text only - borders and left navigation stays the same */
/* CSS 3 */
/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* General styles */
body {
  font-family: proxima-nova, arial, sans-serif;
  background-color: #f4edda;
  background-position: center top;
  background-repeat: no-repeat; }

#scheduled-maintenance-notice {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

cite, em {
  font-style: italic; }

strong {
  font-weight: bold; }

em strong {
  font-weight: bold;
  font-style: italic; }

strong em {
  font-weight: bold;
  font-style: italic; }

ol {
  list-style-type: decimal;
  margin-left: 20px; }
  ol li {
    margin-bottom: 10px; }

.expandable {
  margin: 30px 0; }
  .expandable .toggler {
    cursor: pointer;
    position: relative;
    padding-left: 25px; }
    .expandable .toggler .arrow {
      font-size: 0.9em;
      position: absolute;
      left: 0; }
  .expandable h2.toggler.small {
    font-size: 1em !important;
    line-height: 1.3em !important; }
  .expandable .toggled {
    margin-left: 25px; }

a.pdf, span.pdf {
  padding-left: 18px;
  background: url(/img/pdf.png) no-repeat left top; }

/* Google search style */
div#google_search input[type=text] {
  width: 121px;
  height: 14px; }
div#google_search input[type=submit] {
  border: 2px;
  width: 20px;
  height: 18px;
  margin-left: -5px;
  padding: 0;
  cursor: pointer;
  background: #dddddd url("https://d75gtjwn62jkj.cloudfront.net/icons/mag_glass_box.png") no-repeat right top; }

.external_link {
  padding-right: 15px;
  background: url("https://s3.amazonaws.com/ucsmp/icons/external_link.gif") no-repeat right center; }

.external_link, .external_link:link, .external_link:visited, .external_link:hover, .external_link:active {
  color: #006fc6; }

.img_video_thumb_wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center; }
  .img_video_thumb_wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

.img_video_thumb_wrapper:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url("https://s3.amazonaws.com/ucsmp/icons/video_icon.png") no-repeat center center; }

/* Layout elements */
div#container {
  width: 960px;
  margin: 0 auto;
  background: white;
  border-top: 7px solid #81012a;
  border-bottom: 23px solid #404040;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 5px #808080;
  -moz-box-shadow: 0 0 5px #808080;
  box-shadow: 0 0 5px #808080; }

div#home_footer {
  width: 960px;
  margin: 0 auto;
  padding: 5px 10px 0 0; }
  div#home_footer p {
    float: left;
    font-size: 13px;
    font-family: proxima-nova, arial, sans-serif; }
    div#home_footer p a {
      color: #B62D43;
      text-decoration: none; }
  div#home_footer div#google_search {
    float: right;
    margin: 0; }

div#header {
  position: relative;
  border-bottom: 6px solid #404040; }

a#wordmark:link, a#wordmark:visited, a#wordmark:hover, a#wordmark:active {
  position: absolute;
  top: 43px;
  left: 0;
  opacity: 0.8;
  text-decoration: none; }
  a#wordmark:link img, a#wordmark:visited img, a#wordmark:hover img, a#wordmark:active img {
    display: block; }

img#section_image {
  display: block;
  width: 960px;
  height: 338px; }

ul#main_nav {
  position: absolute;
  bottom: 24px;
  left: 0; }
  ul#main_nav li {
    float: left; }
  ul#main_nav a:link, ul#main_nav a:visited, ul#main_nav a:hover, ul#main_nav a:active, ul#main_nav span.selected {
    display: block;
    padding: 3px 0 3px 0;
    font-family: adobe-garamond-pro, georgia, serif;
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-align: center; }
  ul#main_nav #nav_about a, ul#main_nav #nav_about span.selected {
    background: #ae1030;
    width: 170px; }
  ul#main_nav #nav_elementary a, ul#main_nav #nav_elementary span.selected {
    background: #f65639;
    width: 222px; }
  ul#main_nav #nav_secondary a, ul#main_nav #nav_secondary span.selected {
    background: #f3c55a;
    width: 219px; }
  ul#main_nav #nav_resources a, ul#main_nav #nav_resources span.selected {
    background: #86ac41;
    width: 182px; }
  ul#main_nav #nav_newsletters a, ul#main_nav #nav_newsletters span.selected {
    background: #48b3b3;
    width: 167px; }

div#main {
  overflow: hidden;
  margin-top: 20px; }

div#left_column {
  float: left;
  width: 200px;
  margin: 0 30px 0 0; }

div#center_column {
  float: left;
  width: 545px;
  margin: 0; }

div#right_column {
  float: left;
  width: 145px;
  margin: 0 0 0 20px; }

ul#left_nav {
  border-top: 1px solid #e0e0e0;
  border-bottom: 3px double #e0e0e0;
  overflow: hidden;
  padding: 1px 0; }
  ul#left_nav a, ul#left_nav span.selected {
    padding: 7px 10px 7px 28px;
    border-top: 1px solid #e0e0e0; }
  ul#left_nav span.selected, ul#left_nav a:link, ul#left_nav a:visited, ul#left_nav a:hover, ul#left_nav a:active {
    display: block;
    font-size: 11px;
    font-family: proxima-nova, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5; }
  ul#left_nav span.selected {
    color: #ffffff; }
  ul#left_nav li em {
    font-weight: bold;
    font-style: italic; }
  ul#left_nav ul li {
    margin-left: 15px; }
    ul#left_nav ul li a {
      color: #999999; }
  ul#left_nav ul li span.selected {
    border-top: 0px solid #e0e0e0; }
  ul#left_nav ul a {
    border-top: 0px solid #e0e0e0; }

div#right_column h2 {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #999999;
  padding-bottom: 7px;
  margin: 0 0 11px 0; }
div#right_column h3 {
  font-size: 20px;
  font-family: adobe-garamond-pro, georgia, serif;
  line-height: 1.2; }
div#right_column h4 {
  font-size: 16px;
  font-family: adobe-garamond-pro, georgia, serif;
  line-height: 1.5;
  color: #000000; }
div#right_column p {
  font-size: 13px;
  line-height: 18px; }
div#right_column a:link, div#right_column a:visited, div#right_column a:hover, div#right_column a:active {
  display: block;
  font-size: 13px;
  text-decoration: none;
  margin: 3px 0 5px 0; }
div#right_column div#connect_box {
  width: 120px;
  margin-top: 25px;
  margin-left: 0px;
  padding: 5px 5px 0 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px #48b3b3 solid; }
  div#right_column div#connect_box h3 {
    color: #48b3b3;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center; }
  div#right_column div#connect_box p {
    color: #48b3b3;
    text-align: center;
    font-size: 11px; }
  div#right_column div#connect_box img {
    text-align: center;
    margin: 0 0 0 0;
    border: 0px solid #ffffff; }
  div#right_column div#connect_box a:link, div#right_column div#connect_box a:visited, div#right_column div#connect_box a:hover, div#right_column div#connect_box a:active {
    margin: 0; }
div#right_column div#google_search {
  margin-top: 5px;
  margin-bottom: 20px; }

div#center_column {
  /* Styles for page content go here */ }
  div#center_column h1 {
    font-size: 2.1em;
    font-family: adobe-garamond-pro, georgia, serif;
    margin: 0 0 15px 0;
    line-height: 38px; }
  div#center_column h2 {
    font-size: 1.4em;
    font-family: adobe-garamond-pro, georgia, serif;
    margin: 20px 0 5px 0;
    font-weight: normal;
    text-transform: none;
    line-height: 1.3em; }
    div#center_column h2 span.smaller {
      margin-left: 15px;
      font-size: 17px;
      text-transform: capitalize; }
  div#center_column h2.flush {
    line-height: 1.3em;
    margin: 0 0 4px 0; }
  div#center_column h3 {
    font-size: 1.04em;
    font-family: proxima-nova, arial, sans-serif;
    margin: 25px 0 5px 0; }
  div#center_column h4 {
    font-size: 18px;
    font-family: adobe-garamond-pro, georgia, serif; }
  div#center_column h3.flush {
    line-height: 1.3em;
    margin: 0 0 4px 0; }
  div#center_column p, div#center_column li, div#center_column blockquote {
    font-size: 13px;
    line-height: 20px; }
  div#center_column p {
    margin: 0 0 10px; }
  div#center_column p.flash_instructions {
    margin: 3px 0 15px 0;
    text-align: center; }
  div#center_column p.flush {
    margin: 0;
    padding-bottom: 25px; }
  div#center_column p.flush_date {
    color: #888888;
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 0px; }
  div#center_column p.small_date {
    margin-top: -10px;
    font-size: 12px;
    color: #abafb1;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: left; }
  div#center_column p.page_date {
    margin-top: -8px;
    font-size: 12px;
    color: #abafb1;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: right;
    margin-bottom: 0px; }
  div#center_column p.serif {
    font-family: adobe-garamond-pro, georgia, serif;
    font-size: 18px; }
  div#center_column ul li {
    list-style-type: disc;
    margin: 10px 0 10px 17px; }
    div#center_column ul li span.addtional_info {
      color: #666666;
      font-size: 12px; }
  div#center_column ul.thinner {
    margin-bottom: 15px; }
    div#center_column ul.thinner li {
      margin: 5px 0 5px 17px; }
  div#center_column ul.nobullets li {
    list-style-type: none; }
  div#center_column table.data {
    margin: 20px 0; }
    div#center_column table.data th {
      font-size: 13px;
      font-weight: bold;
      color: #404040;
      padding: 6px 15px 6px 0;
      text-align: left; }
    div#center_column table.data td {
      font-size: 13px;
      padding: 6px 15px 6px 0;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      text-align: left; }
  div#center_column p.equation {
    text-align: center; }
  div#center_column p img, div#center_column li img {
    vertical-align: middle; }
  div#center_column blockquote {
    background: #f0f0f0;
    padding: 20px;
    margin: 10px 0; }
  div#center_column p.img_caption {
    font-size: 12px;
    color: #505050;
    font-style: italic;
    margin-top: 5px; }
  div#center_column div.aside {
    border: 1px solid #808080;
    padding: 20px; }
  div#center_column hr.line_separator {
    width: 100%;
    color: #CCCCCC;
    height: 1px;
    background-color: #CCCCCC;
    border: 0;
    margin-top: -5px;
    margin-left: -2px;
    margin-bottom: 15px; }
  div#center_column p.clear_gap_up {
    margin-top: 25px; }
  div#center_column p.clear_gap {
    margin-bottom: 35px; }
  div#center_column div.sec_bigger {
    font-size: 16px;
    margin-top: 14px; }
    div#center_column div.sec_bigger span {
      margin: 0 7px 0 7px;
      font-size: 16px; }
    div#center_column div.sec_bigger div {
      font-size: 14px;
      color: #AC8C18;
      margin-left: 45px;
      margin-top: 1px; }
  div#center_column div.catalog_thumb {
    height: 190px; }
    div#center_column div.catalog_thumb img {
      float: left;
      border: 1px solid #C5C5C5; }
    div#center_column div.catalog_thumb p {
      float: left;
      margin-left: 20px;
      width: 310px; }
  div#center_column div.catalog_thumb + * {
    clear: both; }
  div#center_column div.textbook_thumbs {
    width: 540px;
    height: 440px;
    margin: 15px 0; }
    div#center_column div.textbook_thumbs div.textbook_thumb {
      width: 128px;
      height: 215px;
      float: left; }
      div#center_column div.textbook_thumbs div.textbook_thumb p {
        width: 115px; }
  div#center_column div.textbook_thumbs + * {
    clear: both; }

/* Section-specific stuff */
body.about {
  background-image: url(/img/about_bg.jpg);
  background-color: #f7f6f2; }
  body.about h1, body.about h2, body.about h3, body.about h4, body.about h5, body.about h6, body.about a:link, body.about a:visited {
    color: #ae1030; }
  body.about div#header {
    border-bottom-color: #ae1030; }
  body.about div#container {
    border-bottom-color: #ae1030; }
  body.about ul#left_nav span.selected, body.about ul#left_nav a.above-selected {
    background: #ae1030;
    color: #ffffff; }
  body.about ul#left_nav ul li span.selected {
    background: #ffffff;
    background: url(/img/red_triangle_toggle.png) no-repeat left center;
    color: #999999; }
  body.about a {
    text-decoration: none; }
  body.about a:hover, body.about a:active {
    color: #edbfc8; }
  body.about div#connect_box {
    border: 1px solid #ae1030; }
    body.about div#connect_box h3 {
      color: #ae1030; }
    body.about div#connect_box p {
      color: #ae1030; }

body.elementary {
  background-image: url(/img/elementary_bg.jpg);
  background-color: #f7f6f2; }
  body.elementary h1, body.elementary h2, body.elementary h3, body.elementary h4, body.elementary h5, body.elementary h6, body.elementary a:link, body.elementary a:visited {
    color: #f65639; }
  body.elementary div#header {
    border-bottom-color: #f65639; }
  body.elementary div#container {
    border-bottom-color: #f65639; }
  body.elementary ul#left_nav span.selected, body.elementary ul#left_nav a.above-selected {
    background: #f65639;
    color: #ffffff; }
  body.elementary ul#left_nav ul li span.selected {
    background: #ffffff;
    background: url(/img/orange_triangle_toggle.png) no-repeat left center;
    color: #999999; }
  body.elementary a {
    text-decoration: none; }
  body.elementary a:hover, body.elementary a:active {
    color: #faafa2; }
  body.elementary div#connect_box {
    border: 1px solid #f65639; }
    body.elementary div#connect_box h3 {
      color: #f65639; }
    body.elementary div#connect_box p {
      color: #f65639; }

body.secondary {
  background-image: url(/img/secondary_bg.jpg); }
  body.secondary h1, body.secondary h2, body.secondary h3, body.secondary h4, body.secondary h5, body.secondary h6, body.secondary a:link, body.secondary a:visited {
    color: #AC8C18; }
  body.secondary div#header {
    border-bottom-color: #f3c55a; }
  body.secondary div#container {
    border-bottom-color: #f3c55a; }
  body.secondary table#electronic_resources {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px; }
    body.secondary table#electronic_resources th {
      font-size: 13px;
      line-height: 20px;
      font-weight: bold;
      text-align: left;
      padding: 0 7px;
      border: 1px solid #c6c6c6; }
    body.secondary table#electronic_resources th.book {
      text-align: center;
      width: 30px; }
    body.secondary table#electronic_resources td {
      font-size: 13px;
      text-align: left;
      padding: 0 0 0 7px;
      border-left: 1px solid #c6c6c6; }
    body.secondary table#electronic_resources td.resource {
      border-left: none;
      border-right: 1px solid #c6c6c6;
      width: 195px;
      padding: 0 7px 0 0; }
    body.secondary table#electronic_resources td.bullet {
      font-size: 26px;
      text-align: center;
      border-right: 1px solid #c6c6c6;
      padding: 0 7px; }
  body.secondary div#center_column ul.no_bullets {
    padding-top: 1px;
    padding-bottom: 10px; }
    body.secondary div#center_column ul.no_bullets li {
      list-style-type: none;
      line-height: 0.9;
      margin: 10px 0; }
  body.secondary div#center_column ul.left_margin {
    margin-left: 17px; }
  body.secondary ul#left_nav a.above-selected, body.secondary ul#left_nav span.selected {
    background: #AC8C18;
    color: #ffffff; }
  body.secondary ul#left_nav ul li a.above-selected, body.secondary ul#left_nav ul span.selected {
    background: #ffffff;
    background: url(/img/yellow_triangle_toggle.png) no-repeat left center;
    color: #AC8C18; }
  body.secondary ul#left_nav ul li a {
    color: #AC8C18; }
  body.secondary ul#left_nav ul li a:hover {
    color: #ead8ae; }
  body.secondary ul#left_nav ul li ul li a {
    margin-top: -8px;
    margin-left: 3px;
    font-weight: normal;
    color: #AC8C18; }
  body.secondary ul#left_nav ul li ul li a:hover {
    color: #ead8ae; }
  body.secondary a {
    text-decoration: none; }
  body.secondary a:hover, body.secondary a:active {
    color: #ead8ae; }
  body.secondary div#connect_box {
    border: 1px solid #AC8C18; }
    body.secondary div#connect_box h3 {
      color: #AC8C18; }
    body.secondary div#connect_box p {
      color: #AC8C18; }

body.resources {
  background-image: url(/img/resources_bg.jpg); }
  body.resources li a:link, body.resources li a:visited {
    color: #86ac41; }
  body.resources h1, body.resources h2, body.resources h3, body.resources h4, body.resources h5, body.resources h6, body.resources a:link, body.resources a:visited {
    color: #6f951e; }
  body.resources h4.conf_talk_subtitle {
    color: #999999;
    font-style: italic;
    margin-bottom: 10px; }
  body.resources div#header {
    border-bottom-color: #86ac41; }
  body.resources div#container {
    border-bottom-color: #86ac41; }
  body.resources ul#left_nav span.selected, body.resources ul#left_nav a.above-selected {
    background: #86ac41;
    color: #ffffff; }
  body.resources ul#left_nav ul li span.selected {
    background: #ffffff;
    background: url(/img/green_triangle_toggle.png) no-repeat left center;
    color: #999999; }
  body.resources ul#left_nav a:hover, body.resources ul#left_nav a:active {
    color: #cfe2ac; }
  body.resources a {
    text-decoration: none; }
  body.resources a:hover, body.resources a:active {
    color: #cfe2ac; }
  body.resources div#connect_box {
    border: 1px solid #86ac41; }
    body.resources div#connect_box h3 {
      color: #6f951e; }
    body.resources div#connect_box p {
      color: #6f951e; }
  body.resources p.indent {
    text-indent: -30px;
    padding-left: 30px; }
  body.resources p.small {
    font-size: 8px;
    margin-top: 0px;
    padding-top: 8px; }
  body.resources p.center {
    padding-left: 35px;
    padding-right: 35px; }
  body.resources div.border {
    border: 1px solid black;
    margin-bottom: 15px;
    padding: 10px; }
    body.resources div.border p.header {
      color: #6f951e; }
  body.resources img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 20px; }
  body.resources table.conference_paper {
    margin-left: auto;
    margin-right: auto; }
    body.resources table.conference_paper table, body.resources table.conference_paper th, body.resources table.conference_paper td {
      border: 1px solid black; }
    body.resources table.conference_paper th, body.resources table.conference_paper td {
      padding: 10px; }
    body.resources table.conference_paper th {
      background-color: #E0E0E0; }
  body.resources .side_by_side {
    overflow: hidden; }
    body.resources .side_by_side .left_side {
      float: left;
      width: 47%;
      margin-right: 6%;
      padding: 0; }
    body.resources .side_by_side .right_side {
      float: left;
      width: 47%;
      padding: 0; }
  body.resources .caption {
    margin: 10px 5px;
    font-family: proxima-nova, arial, sans-serif;
    font-size: 13px;
    line-height: 18px; }

body.newsletters {
  background-image: url(/img/newsletters_bg.jpg);
  background-color: #f7f6f2; }
  body.newsletters h1, body.newsletters h2, body.newsletters h3, body.newsletters h4, body.newsletters h5, body.newsletters h6, body.newsletters a:link, body.newsletters a:visited {
    color: #48b3b3; }
  body.newsletters div#header {
    border-bottom-color: #48b3b3; }
  body.newsletters div#container {
    border-bottom-color: #48b3b3; }
  body.newsletters ul#left_nav span.selected, body.newsletters ul#left_nav a.above-selected {
    background: #48b3b3;
    color: #ffffff; }
  body.newsletters ul#left_nav ul li span.selected {
    background: #ffffff;
    background: url(/img/blue_triangle_toggle.png) no-repeat left center;
    color: #999999; }
  body.newsletters a {
    text-decoration: none; }
  body.newsletters a:hover, body.newsletters a:active {
    color: #c0e7e7; }
  body.newsletters div#connect_box {
    border: 1px solid #48b3b3; }
    body.newsletters div#connect_box h3 {
      color: #48b3b3; }
    body.newsletters div#connect_box p {
      color: #48b3b3; }

body.popup {
  background-color: #fff; }
  body.popup div#container_popup {
    padding: 15px;
    border-top: 7px solid #6f951e; }
    body.popup div#container_popup h1 {
      font-size: 2.1em;
      font-family: adobe-garamond-pro, georgia, serif;
      margin: 0 0 15px 0;
      line-height: 38px; }
    body.popup div#container_popup h1, body.popup div#container_popup h2, body.popup div#container_popup h3, body.popup div#container_popup h4, body.popup div#container_popup h5, body.popup div#container_popup h6, body.popup div#container_popup a:link, body.popup div#container_popup a:visited {
      color: #6f951e; }
    body.popup div#container_popup p {
      font-size: 14px;
      line-height: 20px; }
    body.popup div#container_popup p {
      margin: 0 0 10px; }
    body.popup div#container_popup label {
      font-size: 14px; }
    body.popup div#container_popup label.small {
      font-size: 12px; }
    body.popup div#container_popup td {
      vertical-align: bottom;
      padding: 5px; }
    body.popup div#container_popup td.col1 {
      width: 35px; }
    body.popup div#container_popup td.label {
      padding-bottom: 8px;
      font-size: 14px; }
    body.popup div#container_popup input, body.popup div#container_popup textarea {
      border: 1px solid #999;
      padding: 2px;
      font-size: 14px;
      font-family: proxima-nova, arial, sans-serif; }
    body.popup div#container_popup input {
      width: 150px; }
    body.popup div#container_popup input[name=title], body.popup div#container_popup input[name=state] {
      width: 30px; }
    body.popup div#container_popup input[name=submit] {
      width: 100px;
      margin-top: 30px; }

/* Specific pages */
body.home {
  background: #f1f1ea;
  margin: 0;
  padding: 0; }
  body.home div#top_border {
    width: 960px;
    align: center;
    border-top: 6px solid #820529;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #983a51; }
  body.home div#container {
    position: relative;
    width: 960px;
    height: 744px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url("/img/home_bg.jpg");
    padding-bottom: 0;
    border-bottom: 0; }
    body.home div#container div#wordmark {
      height: 80px;
      width: 492px;
      position: absolute;
      top: 47px;
      background: white;
      background: rgba(255, 255, 255, 0.74); }
      body.home div#container div#wordmark img {
        position: relative;
        left: 13px;
        top: 15px; }
    body.home div#container div#mission {
      position: absolute;
      top: 200px;
      left: 26px;
      font-family: serif;
      font-size: 21px;
      line-height: 28px;
      color: white; }
    body.home div#container div#nav_titles {
      position: absolute;
      top: 414px;
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      font-family: adobe-garamond-pro, georgia, serif;
      font-size: 18px;
      letter-spacing: 0.5px; }
      body.home div#container div#nav_titles a:link, body.home div#container div#nav_titles a:visited, body.home div#container div#nav_titles a:hover, body.home div#container div#nav_titles a:active {
        color: white;
        text-decoration: none;
        font-weight: normal; }
      body.home div#container div#nav_titles #about, body.home div#container div#nav_titles #elem_component, body.home div#container div#nav_titles #sec_component, body.home div#container div#nav_titles #other_resources, body.home div#container div#nav_titles #newsletters {
        display: block;
        height: 26px;
        width: 192px;
        padding: 6px 0 0 0;
        float: left; }
      body.home div#container div#nav_titles #about {
        background: #b62d43;
        border-top: 1px solid #b02331;
        border-bottom: 1px solid #d898a1; }
      body.home div#container div#nav_titles #elem_component {
        background: #f85c35;
        border-top: 1px solid #f65932;
        border-bottom: 1px solid #f7af9b; }
      body.home div#container div#nav_titles #sec_component {
        background: #f5cc60;
        border-top: 1px solid #f3c558;
        border-bottom: 1px solid #f3dfae; }
      body.home div#container div#nav_titles #other_resources {
        background: #90b346;
        border-top: 1px solid #7ea135;
        border-bottom: 1px solid #c2d2a3; }
      body.home div#container div#nav_titles #newsletters {
        background: #43b3b4;
        border-top: 1px solid #3da7a8;
        border-bottom: 1px solid #9ed1d2; }
    body.home div#container div#nav_panels {
      width: 960px;
      height: 230px;
      position: absolute;
      top: 448px;
      background: white;
      background: rgba(255, 255, 255, 0.9);
      padding: 0;
      font-family: proxima-nova, arial, sans-serif;
      font-size: 13px;
      line-height: 16px; }
      body.home div#container div#nav_panels p {
        margin: 10px 10px;
        /*text-transform: uppercase;*/
        font-family: proxima-nova, arial, sans-serif; }
      body.home div#container div#nav_panels a {
        color: #3098ab;
        text-decoration: none; }
      body.home div#container div#nav_panels a:hover, body.home div#container div#nav_panels a:active {
        text-decoration: underline; }
      body.home div#container div#nav_panels div.legenda {
        font-size: 11px;
        line-height: 12px;
        color: #444444;
        margin-top: -8px;
        margin-left: 10px; }
      body.home div#container div#nav_panels span.divider {
        position: absolute;
        top: 90px;
        width: 100%;
        background: white;
        font-size: 22px;
        line-height: 28px;
        font-family: adobe-garamond-pro, georgia, serif;
        color: #b62d43;
        text-align: center;
        padding: 2px 0 2px 0;
        border-top: 2px solid #b62d43;
        border-bottom: 2px solid #b62d43; }
        body.home div#container div#nav_panels span.divider a {
          color: #B62D43;
          text-decoration: none; }
      body.home div#container div#nav_panels span.divider_right {
        position: absolute;
        top: 70px;
        width: 100%;
        background: #c2c2c2;
        font-size: 18px;
        line-height: 23px;
        font-family: adobe-garamond-pro, georgia, serif;
        color: white;
        text-align: center;
        padding: 5px 0 5px 0; }
      body.home div#container div#nav_panels div.news_section {
        position: absolute;
        top: 134px;
        width: 100%;
        margin-top: -12px;
        margin-left: 2px;
        margin-bottom: 2px;
        font-size: 11px; }
      body.home div#container div#nav_panels div.contact {
        position: absolute;
        top: 140px;
        width: 100%;
        margin-top: -8px;
        margin-left: 10px; }
      body.home div#container div#nav_panels div.address {
        text-transform: uppercase;
        margin-bottom: 2px; }
      body.home div#container div#nav_panels div.email {
        margin-top: 5px; }
      body.home div#container div#nav_panels div.connect {
        position: absolute;
        top: 120px;
        width: 100%;
        margin-top: -8px;
        margin-left: 10px;
        color: #333333; }
        body.home div#container div#nav_panels div.connect div.address {
          text-transform: uppercase;
          width: 175px; }
        body.home div#container div#nav_panels div.connect div.email {
          margin-top: 5px; }
          body.home div#container div#nav_panels div.connect div.email a {
            font-size: 12px; }
      body.home div#container div#nav_panels div#about, body.home div#container div#nav_panels #elem_component, body.home div#container div#nav_panels #sec_component, body.home div#container div#nav_panels #other_resources, body.home div#container div#nav_panels #newsletters {
        position: relative;
        height: 230px;
        width: 191px;
        float: left; }
      body.home div#container div#nav_panels div#about, body.home div#container div#nav_panels #elem_component, body.home div#container div#nav_panels #sec_component, body.home div#container div#nav_panels #other_resources {
        border-right: 1px solid #bebebb; }

body.usiskin_symposium {
  background-image: url(/img/about_bg.jpg);
  background-color: #f7f6f2; }
  body.usiskin_symposium h1, body.usiskin_symposium h2, body.usiskin_symposium h3, body.usiskin_symposium h4, body.usiskin_symposium h5, body.usiskin_symposium h6 {
    color: #ae1030; }
  body.usiskin_symposium div#header {
    border-bottom-color: #ae1030; }
  body.usiskin_symposium div#container {
    border-bottom-color: #ae1030; }
  body.usiskin_symposium a, body.usiskin_symposium a:link, body.usiskin_symposium a:visited, body.usiskin_symposium a:hover, body.usiskin_symposium a:active {
    text-decoration: none;
    color: #79BEE0; }
  body.usiskin_symposium a:hover, body.usiskin_symposium a:active {
    color: #edbfc8; }
  body.usiskin_symposium ul#left_nav span.selected, body.usiskin_symposium ul#left_nav a.above-selected {
    background: #ae1030;
    color: #ffffff; }
  body.usiskin_symposium ul#left_nav ul li span.selected {
    background: #ffffff;
    background: url(/img/red_triangle_toggle.png) no-repeat left center;
    color: #999999; }
  body.usiskin_symposium div#container div#main {
    padding: 10px 45px; }
    body.usiskin_symposium div#container div#main div#center_column {
      width: 624px;
      padding: 0 25px 0 0;
      margin: 0 20px 0 0;
      border-right: 1px solid #808080; }
      body.usiskin_symposium div#container div#main div#center_column h1 {
        text-align: center;
        line-height: 1.4em; }
        body.usiskin_symposium div#container div#main div#center_column h1 cite {
          font-size: 0.8em;
          line-height: 1em; }
      body.usiskin_symposium div#container div#main div#center_column h2 {
        color: #000000;
        font-family: proxima-nova, arial, sans-serif;
        text-transform: none; }
      body.usiskin_symposium div#container div#main div#center_column p.intro {
        font-family: adobe-garamond-pro, georgia, serif;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        margin: 30px 0; }
      body.usiskin_symposium div#container div#main div#center_column p.strong {
        font-weight: bold;
        font-size: 17px;
        line-height: 22px; }
      body.usiskin_symposium div#container div#main div#center_column div#registration_information {
        position: relative;
        margin: 30px 0;
        height: 75px; }
        body.usiskin_symposium div#container div#main div#center_column div#registration_information a.register:link, body.usiskin_symposium div#container div#main div#center_column div#registration_information a.register:visited, body.usiskin_symposium div#container div#main div#center_column div#registration_information a.register:hover, body.usiskin_symposium div#container div#main div#center_column div#registration_information a.register:active {
          display: block;
          border: 1px solid #ae1030;
          padding: 10px 20px;
          color: #ae1030;
          text-align: center;
          font-family: adobe-garamond-pro, georgia, serif;
          font-size: 26px;
          line-height: 26px;
          font-weight: normal;
          position: absolute;
          top: 0;
          left: 0;
          width: 156px; }
        body.usiskin_symposium div#container div#main div#center_column div#registration_information div.right {
          position: absolute;
          top: 0;
          right: 0;
          text-align: right; }
          body.usiskin_symposium div#container div#main div#center_column div#registration_information div.right h4 {
            color: #000000;
            font-family: proxima-nova, arial, sans-serif;
            font-size: 18px;
            line-height: 22px; }
          body.usiskin_symposium div#container div#main div#center_column div#registration_information div.right a {
            font-size: 14px;
            line-height: 16px; }
      body.usiskin_symposium div#container div#main div#center_column div#speakers {
        margin: 45px 0;
        padding: 15px;
        background-color: #F7F8F5; }
        body.usiskin_symposium div#container div#main div#center_column div#speakers h2 {
          text-align: center;
          font-size: 22px;
          line-height: 24px; }
        body.usiskin_symposium div#container div#main div#center_column div#speakers h2:first-child {
          margin-top: 0; }
        body.usiskin_symposium div#container div#main div#center_column div#speakers h3 {
          color: #ae1030;
          text-align: left;
          font-family: adobe-garamond-pro, georgia, serif;
          text-transform: uppercase; }
        body.usiskin_symposium div#container div#main div#center_column div#speakers ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          border-bottom: 1px solid #cccccc;
          padding: 15px 0; }
          body.usiskin_symposium div#container div#main div#center_column div#speakers ul li {
            list-style-type: none;
            overflow: hidden;
            margin: 0;
            border-top: 1px solid #cccccc;
            padding: 15px 0; }
            body.usiskin_symposium div#container div#main div#center_column div#speakers ul li div.name {
              float: left;
              margin-right: 20px;
              width: 180px; }
            body.usiskin_symposium div#container div#main div#center_column div#speakers ul li div.description {
              float: left;
              width: 393px; }
            body.usiskin_symposium div#container div#main div#center_column div#speakers ul li p {
              font-size: 15px;
              line-height: 24px; }
    body.usiskin_symposium div#container div#main div#right_column {
      width: 198px;
      margin: 0;
      padding: 0; }
      body.usiskin_symposium div#container div#main div#right_column a:link, body.usiskin_symposium div#container div#main div#right_column a:visited, body.usiskin_symposium div#container div#main div#right_column a:hover, body.usiskin_symposium div#container div#main div#right_column a:active {
        display: inline; }
      body.usiskin_symposium div#container div#main div#right_column a.register:link, body.usiskin_symposium div#container div#main div#right_column a.register:visited, body.usiskin_symposium div#container div#main div#right_column a.register:hover, body.usiskin_symposium div#container div#main div#right_column a.register:active {
        display: block;
        border: 1px solid #ae1030;
        padding: 10px 20px;
        color: #ae1030;
        text-align: center;
        font-family: adobe-garamond-pro, georgia, serif;
        font-size: 26px;
        line-height: 26px;
        font-weight: normal;
        width: 156px; }
      body.usiskin_symposium div#container div#main div#right_column div.nav_section {
        margin: 30px 0;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 15px; }
        body.usiskin_symposium div#container div#main div#right_column div.nav_section h4 {
          color: #000000;
          font-size: 22px;
          line-height: 24px; }
        body.usiskin_symposium div#container div#main div#right_column div.nav_section a {
          font-size: 12px;
          white-space: nowrap; }
      body.usiskin_symposium div#container div#main div#right_column div#also_interest {
        background-color: #f9f9f7;
        padding: 10px 10px 20px 10px; }
        body.usiskin_symposium div#container div#main div#right_column div#also_interest h2 {
          color: #000000;
          font-family: proxima-nova, arial, sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: normal;
          text-transform: uppercase;
          margin: 0 0 10px 0;
          padding: 0;
          border: none; }
        body.usiskin_symposium div#container div#main div#right_column div#also_interest h3 {
          color: #606060;
          font-family: proxima-nova, arial, sans-serif;
          font-size: 11px;
          line-height: 14px;
          font-weight: normal;
          text-transform: uppercase;
          margin: 0 0 5px 0;
          padding: 0;
          border: none; }
        body.usiskin_symposium div#container div#main div#right_column div#also_interest a.strong {
          color: #ae1030;
          font-family: adobe-garamond-pro, georgia, serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: normal; }
        body.usiskin_symposium div#container div#main div#right_column div#also_interest p.date {
          font-family: adobe-garamond-pro, georgia, serif;
          font-size: 18px;
          line-height: 20px;
          font-weight: normal;
          margin: 20px 0; }
        body.usiskin_symposium div#container div#main div#right_column div#also_interest a, body.usiskin_symposium div#container div#main div#right_column div#also_interest a:link, body.usiskin_symposium div#container div#main div#right_column div#also_interest a:visited, body.usiskin_symposium div#container div#main div#right_column div#also_interest a:hover, body.usiskin_symposium div#container div#main div#right_column div#also_interest a:active {
          text-decoration: none;
          color: #ae1030; }
      body.usiskin_symposium div#container div#main div#right_column div#program_committee {
        margin: 30px 0; }
        body.usiskin_symposium div#container div#main div#right_column div#program_committee h3 {
          color: #ae1030;
          text-align: center; }
        body.usiskin_symposium div#container div#main div#right_column div#program_committee hr {
          width: 40px;
          display: block;
          height: 1px;
          border: 0;
          border-top: 1px solid #808080;
          margin: 1em auto;
          padding: 0; }
        body.usiskin_symposium div#container div#main div#right_column div#program_committee ul {
          list-style-type: none;
          padding: 0;
          margin: 20px 0; }
          body.usiskin_symposium div#container div#main div#right_column div#program_committee ul li {
            list-style-type: none;
            padding: 0;
            margin: 0 0 10px 0;
            font-family: adobe-garamond-pro, georgia, serif;
            font-size: 15px;
            line-height: 18px;
            text-align: center; }
        body.usiskin_symposium div#container div#main div#right_column div#program_committee p {
          font-family: adobe-garamond-pro, georgia, serif;
          font-size: 15px;
          line-height: 24px; }
      body.usiskin_symposium div#container div#main div#right_column div#sponsors {
        margin: 30px 0; }
        body.usiskin_symposium div#container div#main div#right_column div#sponsors h3 {
          color: #ae1030;
          text-align: center; }
        body.usiskin_symposium div#container div#main div#right_column div#sponsors hr {
          width: 40px;
          display: block;
          height: 1px;
          border: 0;
          border-top: 1px solid #808080;
          margin: 1em auto;
          padding: 0; }
        body.usiskin_symposium div#container div#main div#right_column div#sponsors h4 {
          text-transform: uppercase;
          margin: 10px 0;
          font-family: adobe-garamond-pro, georgia, serif;
          font-size: 13px;
          line-height: 16px;
          text-align: left; }
        body.usiskin_symposium div#container div#main div#right_column div#sponsors ul {
          list-style-type: none;
          padding: 0;
          margin: 20px 0; }
          body.usiskin_symposium div#container div#main div#right_column div#sponsors ul li {
            list-style-type: none;
            padding: 0;
            margin: 0 0 20px 0;
            /*margin: 0 0 10px 10px;*/
            font-family: adobe-garamond-pro, georgia, serif;
            font-size: 15px;
            line-height: 18px;
            text-align: center; }
        body.usiskin_symposium div#container div#main div#right_column div#sponsors p {
          font-family: adobe-garamond-pro, georgia, serif;
          font-size: 15px;
          line-height: 24px;
          padding-left: 10px;
          margin: 5px 0; }
        body.usiskin_symposium div#container div#main div#right_column div#sponsors a, body.usiskin_symposium div#container div#main div#right_column div#sponsors a:link, body.usiskin_symposium div#container div#main div#right_column div#sponsors a:visited, body.usiskin_symposium div#container div#main div#right_column div#sponsors a:hover, body.usiskin_symposium div#container div#main div#right_column div#sponsors a:active {
          color: #ae1030; }

body.search div#left_column {
  height: 200px; }
body.search div#center_column h1 {
  cursor: inherit;
  font-size: 1.5em; }
body.search div#center_column div.search-result {
  max-width: 750px; }
  body.search div#center_column div.search-result .gsc-search-box {
    margin: 0 0 15px 0;
    padding: 0; }
    body.search div#center_column div.search-result .gsc-search-box .gsc-search-button input {
      background-color: #eeeeee;
      padding: 7px 10px 6px 10px;
      border: none;
      font-family: proxima-nova, arial, sans-serif;
      font-size: 14px;
      line-height: 14px;
      font-weight: normal;
      color: #b82245;
      text-transform: uppercase; }
  body.search div#center_column div.search-result .gsc-control-cse {
    border: none !important;
    padding: 0 !important;
    /* Keyword Matches*/
    /* Regular Search Results*/
    /* Pagination */ }
    body.search div#center_column div.search-result .gsc-control-cse * {
      font-family: proxima-nova, arial, sans-serif !important;
      font-size: 14px !important;
      line-height: 19px !important;
      font-weight: normal !important; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-search-box,
    body.search div#center_column div.search-result .gsc-control-cse .gsc-orderby-container,
    body.search div#center_column div.search-result .gsc-control-cse .gcsc-branding {
      display: none;
      visibility: hidden; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-above-wrapper-area {
      border-bottom: none;
      padding: 0; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-result-info {
      color: #45423c;
      padding: 0;
      margin: 0; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling,
    body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling-original {
      font-size: 1em;
      margin-bottom: 1.25em;
      display: inline-flex;
      margin-right: 20px; }
      body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling a,
      body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling-original a {
        margin-left: 5px; }
        body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling a b,
        body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling-original a b {
          font-weight: bold; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-spelling-original {
      margin-bottom: 1.5em; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-title,
    body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-title * {
      text-decoration: none;
      font-size: inherit; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-result .gs-title {
      height: auto; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-result a.gs-title {
      font-size: 16px !important;
      font-weight: normal !important;
      margin-bottom: 0;
      clear: both; }
      body.search div#center_column div.search-result .gsc-control-cse .gs-result a.gs-title strong b {
        font-weight: normal; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl,
    body.search div#center_column div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl,
    body.search div#center_column div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl,
    body.search div#center_column div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl {
      font-size: .875em;
      font-weight: normal;
      color: #45423c;
      font-style: italic;
      line-height: 2em; }
      body.search div#center_column div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl b,
      body.search div#center_column div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl b,
      body.search div#center_column div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl b,
      body.search div#center_column div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl b {
        font-size: inherit !important;
        font-style: inherit !important; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result:hover, body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result:focus {
      border: none; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result,
    body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion {
      background: none;
      border: none;
      margin-top: 0;
      margin-bottom: -2px;
      padding: 0; }
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result .gs-snippet,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-snippet {
        line-height: 2em; }
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result .gs-title b,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result .gs-snippet b,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-title b,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-snippet b {
        font-weight: normal;
        font-size: inherit; }
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:visited,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b
      a.gs-title:visited,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:visited *,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:visited,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b
      a.gs-title:visited,
      body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:visited * {
        color: #b82245 !important;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:hover, body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:visited:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:visited:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b
        a.gs-title:visited:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b
        a.gs-title:visited:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:visited *:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:visited *:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:visited:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:visited:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b
        a.gs-title:visited:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b
        a.gs-title:visited:focus,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:visited *:hover,
        body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:visited *:focus {
          color: #8d1a35 !important;
          text-decoration: underline; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-webResult.gsc-result:not(.gsc-promotion) {
      margin-top: 2em; }
    body.search div#center_column div.search-result .gsc-control-cse .gs-promotion {
      background: #f7f7f7;
      padding: 10px;
      border-left: none;
      border-right: none;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-expansionArea .gs-webResult.gs-result {
      background: none;
      border: none;
      padding: 0;
      line-height: 2em; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box {
      margin: 20px 0;
      padding: 0; }
      body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
        margin: 0;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        border: 1px solid #efefef;
        border-left-width: 0;
        font-size: .875em;
        color: #b82245; }
        body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
          color: #999;
          background-color: #f5f5f5;
          color: #8d1a35; }
        body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:first-child {
          border-left-width: 1px;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child {
          border-right-width: 1px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
        body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
          cursor: default;
          color: #999;
          background-color: #f5f5f5;
          text-shadow: none;
          font-weight: normal; }
    body.search div#center_column div.search-result .gsc-control-cse .gsc-results .gsc-cursor {
      line-height: 2em;
      margin: 0;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

/* newsletter styles */
div#newsletters_home {
  padding: 5px; }
  div#newsletters_home h2 {
    margin-bottom: 0; }
  div#newsletters_home hr {
    border: 0;
    color: #e0e0e0;
    background-color: #e0e0e0;
    height: 1px; }
  div#newsletters_home li.newsletter {
    list-style-type: none;
    margin: 10px 0; }
    div#newsletters_home li.newsletter img.thumb {
      padding-right: 12px;
      padding-left: 12px; }

table#newsletters_nav {
  border-style: solid;
  border: 1px solid white;
  padding: 0;
  margin-bottom: 15px;
  font-weight: normal; }
  table#newsletters_nav td {
    border-collapse: collapse;
    border-style: solid;
    border: 3px solid white;
    width: 150px;
    text-align: center;
    font-family: adobe-garamond-pro, georgia, serif;
    margin: 0;
    padding: 4px 5px;
    font-size: 20px;
    line-height: 1.2; }
  table#newsletters_nav td.nav_on {
    background-color: #48b3b3;
    color: #ffffff;
    cursor: pointer; }
  table#newsletters_nav td.nav_off {
    background-color: #F1F1EA;
    color: #508A9B; }

div#van_hiele_download {
  border: 1px solid #86ac41;
  padding: 10px 12px 0px;
  margin: 20px 0 25px 0; }

div#center_column div.applets_link {
  border: 1px solid #808080;
  padding: 8px 12px;
  margin-top: 30px;
  overflow: hidden; }
  div#center_column div.applets_link img {
    float: left;
    margin-right: 20px; }
  div#center_column div.applets_link p.demo_header {
    float: left;
    width: 280px;
    font-size: 20px;
    line-height: 25px; }
  div#center_column div.applets_link ul {
    float: left; }
    div#center_column div.applets_link ul li {
      margin: 0 0 5px 17px; }
    div#center_column div.applets_link ul li.last {
      list-style-type: none; }

/* CCSS-M Goals in Elementary/Program Goals */
div#ccss_m_goals {
  overflow: hidden; }
  div#ccss_m_goals div {
    float: left;
    margin-right: 40px; }
  div#ccss_m_goals ul {
    margin-left: 0;
    padding-left: 0; }
    div#ccss_m_goals ul li {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0; }

div#ccss_m_goals_closer {
  overflow: hidden;
  margin-top: -10px; }
  div#ccss_m_goals_closer div {
    float: left;
    margin-right: 40px; }
  div#ccss_m_goals_closer ul {
    margin-left: 0;
    padding-left: 0; }
    div#ccss_m_goals_closer ul li {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0; }
