/*  colors  */
/* specialty colors not on master color pallet */
/* colors for admin styles */
/* colors for search.css */
/* fonts */
body {
  font-family: Vaud, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
/* For TinyMCE */
body#tinymce {
  font-size: 14px;
}
a,
a:visited {
  text-decoration: none;
  color: #ff6e1e;
}
a:hover {
  text-decoration: underline;
  color: #ff6e1e;
}
label {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.in_place_editor_field {
  background-color: #fedbc7;
}
iframe {
  border: none;
}
/* need to display the padding inside a table in the WYSIWYG interface */
td {
  padding: 0.3em;
  margin: 0.2em;
}
td.no_pad {
  padding: 0;
}
td.boxedtext {
  border: 1px solid #bbb;
}
/* Offered in the Styles menu */
.link-color {
  color: #ff6e1e;
}
.aqua-color {
  color: #00afab;
}
.bgcolor-gray {
  background-color: #c8c8c8;
}
.bgcolor-yellow {
  background-color: #f8f199;
}
/* fix fat fonts in Chrome */
html {
  -webkit-font-smoothing: antialiased;
}
div#skip {
  position: absolute;
  top: 33px;
  left: 0;
  /* hide the link skip to main content stuff */
}
div#skip a,
div#skip a:hover,
div#skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
div#skip a:active,
div#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
#breadcrumbs {
  font-family: VaudMedium, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #FFF;
}
#breadcrumbs a,
#breadcrumbs a:visited {
  color: #CCC;
}
#breadcrumbs > span {
  color: #FFF;
}
#container {
  width: 1000px;
  margin: 0 auto;
}
header {
  height: 105px;
  width: 100%;
  position: relative;
}
#title_section {
  height: 100%;
}
a#caltech_homepage {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: block;
  width: 170px;
}
a#caltech_homepage:hover {
  text-decoration: none;
}
a#caltech_homepage img {
  width: 100%;
}
#sitename {
  position: absolute;
  left: 190px;
  bottom: 29px;
  width: 360px;
}
a#sitename_link {
  font-family: LTCCaslonLong, serif;
  font-size: 22px;
  color: black;
  letter-spacing: 0.5px;
}
a#sitename_link:hover {
  text-decoration: none;
}
#ribbon {
  background-color: #696b73;
  height: 30px;
  position: relative;
}
#ribbon #ribbon-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#ribbon #search-control {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 100%;
  cursor: pointer;
  line-height: 30px;
  color: white;
}
#ribbon #search-control .search-icon {
  width: 15px;
}
#ribbon .goog-logo-link,
#ribbon .goog-logo-link:link,
#ribbon .goog-logo-link:visited,
#ribbon .goog-logo-link:hover,
#ribbon .goog-logo-link:active {
  color: #c8c8c8;
}
#ribbon .goog-te-gadget img {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
}
#google_translate_element {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#google_translate_element .goog-te-gadget > div {
  display: inline;
  padding-right: 10px;
}
form.search {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #696b73;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 10px 10px 10px;
  opacity: 0;
  display: none;
  z-index: 500;
}
form.search.visible {
  display: block;
}
form.search input {
  box-sizing: border-box;
}
form.search .search-keys {
  height: 30px;
  width: 225px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
  border: 2px solid #cfcfcf;
}
form.search .search-submit {
  height: 31px;
  border-radius: 0;
  background-color: buttonface;
}
nav #primary {
  font-family: KievitSlabMedium, Times, serif;
  font-size: 0;
}
nav #primary li.nav_1 {
  display: inline-block;
  line-height: 38px;
  font-size: 20px;
  background-image: url('/images/mte/menu-pointer-1px.png');
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 10px 9px 10px;
}
nav #primary li.nav_1.first {
  padding-left: 0;
}
nav #primary li.nav_1 a,
nav #primary li.nav_1 a:visited,
nav #primary li.nav_1 a:hover {
  color: #696b73;
  white-space: nowrap;
}
nav #primary li.nav_1.active {
  background-image: url('/images/mte/menu-pointer-tall.png');
  background-repeat: no-repeat;
}
nav #secondary {
  font-size: 1em;
  padding-left: 20px;
  background-color: #76777b;
  color: #ffffff;
}
nav #secondary li.nav_2 {
  display: inline-block;
  white-space: nowrap;
  line-height: 34px;
  padding-right: 0.7em;
  padding-left: 0.4em;
  background: transparent url('/images/mte/submenu-spacer.png') no-repeat right center;
}
nav #secondary li.nav_2:last-child {
  background: none;
}
nav #secondary li.nav_2 a,
nav #secondary li.nav_2:visited {
  color: #ffffff;
}
nav #secondary li.nav_2 span.active {
  font-weight: bold;
}
nav #secondary li.nav_2 a:hover {
  border-bottom: 10px #76777b solid;
  border-radius: 3px;
  text-decoration: none;
}
nav #tertiary {
  font-size: 1em;
  padding-left: 20px;
  background-color: #c8c8c8;
  color: #000000;
}
nav #tertiary li.nav_3 {
  display: inline-block;
  white-space: nowrap;
  line-height: 34px;
  padding-right: 0.7em;
  padding-left: 0.4em;
  background: transparent url('/images/mte/submenu-spacer-dark.png') no-repeat right center;
}
nav #tertiary li.nav_3:last-child {
  background: none;
}
nav #tertiary li.nav_3 a,
nav #tertiary li.nav_3 a:visited {
  color: #000000;
}
nav #tertiary li.nav_3 span.active {
  font-weight: bold;
}
nav #tertiary li.nav_3 a:hover {
  border-bottom: 10px #c8c8c8 solid;
  border-radius: 3px;
  text-decoration: none;
}
#content {
  background: #ffffff;
  padding-bottom: 75px;
  /* Try setting the font size on all of content
     to what we want for paragraphs, list items, etc.  */
  font-size: 14px;
}
h1#pagehead,
legend {
  font-family: Vaud, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #616265;
  text-transform: uppercase;
  margin-top: 0;
}
#main {
  width: 598px;
  padding-top: 22px;
  /* spec calls for 40px - but from the top of the page title */
  float: left;
}
#main.full {
  width: auto;
}
#main.homepage {
  width: 421px;
}
#sidebar {
  padding-top: 22px;
  width: 300px;
  float: right;
}
#sidebar.homepage {
  width: 475px;
  padding-top: 40px;
}
#sidebar.homepage img {
  float: right;
  margin-bottom: 20px;
}
#sidebar_caption {
  margin-top: 15px;
  width: 90%;
  font-family: Vaud, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}
#sidebar_photo_credit {
  margin-top: 5px;
  width: 90%;
  font-family: Vaud, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #616265;
}
footer {
  width: 100%;
  font-size: 13px;
  color: #EEE;
  line-height: 1.4em;
  background-color: #696b73;
  position: fixed;
  bottom: 0;
  font-family: VaudMedium, sans-serif;
  z-index: 500;
}
footer #footer-content {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
footer a,
footer a:visited {
  color: #BBB;
  text-decoration: underline;
}
footer a.caltech-link,
footer a:visited.caltech-link,
footer a.email,
footer a:visited.email {
  color: #ff8f51;
  text-decoration: none;
}
footer .phone,
footer .fax {
  padding-right: 10px;
}
#footer_cit {
  letter-spacing: 2px;
}
a.login_link {
  float: right;
  text-transform: uppercase;
}
/*** clearfix ***/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* for IE6&7 */
}
/*************** News, announcements and events ******************/
article,
.event {
  padding: 20px 45px;
}
article.even,
.event.even {
  background: #f3f1f1;
}
article.odd,
.event.odd {
  background: #ffffff;
}
/*************** News and announcements ******************/
.release_date {
  font-family: KievitSlabMedium, Times, serif;
  font-weight: bold;
  font-size: 9px;
  color: #616265;
  margin-bottom: 2em;
}
article h3 {
  font-family: KievitSlabMedium, Times, serif;
  font-size: 18px;
}
#news_archive {
  width: 100%;
  padding: 25px 0;
}
/*************** Calendar Events ******************/
.event_title {
  font-family: KievitSlabMedium, Times, serif;
  font-size: 18px;
}
.event_day {
  font-size: 16px;
  color: #000000;
}
.event_times {
  font-weight: bold;
  color: #616265;
  letter-spacing: -0.075em;
}
.event_location {
  font-size: 14px;
}
.event_body,
.speaker {
  margin-top: 1.5em;
}
/*************** News/Announcements/Events - on home page ******************/
.news h2.news_section_title a {
  text-transform: uppercase;
  font-family: VaudMedium, sans-serif;
  font-size: 12px;
}
.news h2.quirky_facts_title {
  text-transform: uppercase;
  font-family: VaudMedium, sans-serif;
  font-size: 12px;
  color: #ff6e1e;
  padding-top: 1.2em;
}
.news h3.release_title,
.news h3.release_title a,
.news h3.event_title,
.news h3.event_title a {
  font-family: Vaud, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 1em;
}
.news h3.event_date,
.news h3.event_date a {
  font-family: Vaud, sans-serif;
  font-size: 12px;
  color: #616265;
  line-height: 0.5em;
}
/*************  admin styles *****************/
#cse {
  min-height: 1000px;
}
#admin_main {
  float: right;
  width: 598px;
  padding-right: 25px;
  padding-top: 50px;
}
#admin_main td {
  padding: 0.3em;
}
#admin_sidebar {
  float: left;
  width: 300px;
}
nav.admin {
  padding-left: 75px;
  padding-top: 60px;
}
nav.admin a {
  color: #616265;
  font-weight: normal;
}
/* active items are not links */
nav.admin .nav_0,
nav.admin .nav_1,
nav.admin .nav_2,
nav.admin .nav_3 {
  padding-bottom: 0.5em;
  color: #000000;
}
nav.admin .nav_2 {
  padding-left: 1.5em;
  white-space: normal;
}
nav.admin .nav_3 {
  padding-left: 2.5em;
  white-space: normal;
}
.bg-photo-choice {
  margin: 20px 0 20px 0;
}
/********* for admin site map ************/
#draggable_link_tree ul {
  padding-top: 4px;
  padding-bottom: 2px;
  border: 1px solid #aaf;
}
#draggable_link_tree li {
  border: 1px solid #e56620;
}
.login_only,
.campus_only,
.omitted {
  font-size: .9em;
  font-weight: bold;
}
.login_only {
  color: #ff0000;
}
.campus_only {
  color: #db5523;
}
.omitted {
  color: #c8c8c8;
}
#pagehead input {
  font-family: KievitSlabMedium, Times, serif;
  font-size: 30px;
}
/*********** gray out unpublished announcements ***********/
.draggable_details.unpublished,
.draggable_details.unpublished a {
  color: #76777b;
}
/*********** Bulk upload ***********/
div#bulk_upload_container {
  margin: 0px 10px;
}
div#bulk_upload_button {
  background-color: #ffc88d;
  border: solid 1px  #ff9a22;
  display: inline;
  padding: 2px;
}
div#divFileProgressContainer {
  height: 75px;
}
/*********** Image Galleries  ***********/
.thumbnail-gallery img {
  margin: 5px 5px 5px 0;
}
/*********** Caltech Authors  ***********/
a[href^="http://resolver.caltech.edu"] {
  visibility: hidden;
}
/*********** Image Sliders **************/
#gallery {
  width: 1000px;
}
#gallery * {
  box-sizing: border-box;
}
a.image-slider {
  position: relative;
  overflow: hidden;
  float: left;
  width: 190px;
  height: 190px;
  margin: 5px;
}
a.image-slider img {
  width: 100%;
  height: 100%;
}
a.image-slider .text {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  top: 70%;
  line-height: 1.4;
}
a.image-slider .text h3 {
  position: relative;
  margin: 0;
  height: 30%;
  font-family: KievitSlabMedium, Times, serif;
  font-weight: normal;
  font-size: 16px;
}
a.image-slider .text h3 span {
  padding: 0 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
a.image-slider .blurb {
  padding: 0 15px;
  font-size: 13px;
}
a.image-slider a.read-more-link {
  padding: 0 15px;
  font-size: 13px;
  color: #FFFFFF;
}
a.image-slider a.read-more-link:hover {
  color: #ff6e1e;
}
/*************** Hero Image Slider ******************/
#hero-image-slideshow {
  position: relative;
  width: 1000px;
}
#hero-image-slideshow .pager {
  text-align: right;
  z-index: 500;
  position: absolute;
  bottom: 15px;
  right: 25px;
  overflow: hidden;
}
#hero-image-slideshow .pager > * {
  cursor: pointer;
}
#hero-image-slideshow .pager span {
  font-family: arial;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  background-image: url('/images/mte/pager-filled.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#hero-image-slideshow .pager span.cycle-pager-active {
  background-image: url('/images/mte/pager-empty.png');
}
#hero-image-slideshow .pager span:first-child {
  margin: 0;
}
.hero-image,
.background-video {
  position: relative;
  display: block;
  width: 1000px;
  height: 300px;
  overflow: hidden;
}
.hero-image *,
.background-video * {
  box-sizing: border-box;
}
.hero-image .text,
.background-video .text {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6));
}
.hero-image .text .field,
.background-video .text .field {
  width: 66%;
  float: right;
  padding-right: 30px;
}
.hero-image .title,
.background-video .title {
  display: block;
  color: #ecaa00;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
}
.hero-image .blurb,
.background-video .blurb {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
}
