/* Use for the Site Text */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-thin-webfont.eot');
  src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
  url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-light-webfont.ttf') format('truetype'),
  url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
  url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
  url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
  url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-thinitalic-webfont.eot');
  src: url('../fonts/roboto-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-thinitalic-webfont.ttf') format('truetype'),
  url('../fonts/roboto-thinitalic-webfont.svg#robotothin_italic') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-lightitalic-webfont.eot');
  src: url('../fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
  url('../fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-italic-webfont.eot');
  src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-italic-webfont.ttf') format('truetype'),
  url('../fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-mediumitalic-webfont.eot');
  src: url('../fonts/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-mediumitalic-webfont.ttf') format('truetype'),
  url('../fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
}

/**** Footer CSS ***/

* {
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1em !important;
}

b, strong {
  font-weight: 400 !important;
}

#wrapper {
  min-height: 100%;
  margin-bottom: -50px;
  /* position:relative;*/
}

#header {
  position: relative;
}

#mainPageContent {
  /*padding:10px;*/
  padding-bottom: 70px; /* Height of the footer element */
  padding-left: 5px;
}

#footer {
  width: 100%;
  height: 50px;
  position: relative;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

#footer_content {
  padding-top: 15px;
  text-align: right;
}

#footer_content a {
  color: #fff;
  padding: 0px 20px 0px 20px;
}

#footer_content a:hover {
  color: #d6b870;
}

/*** End Footer CSS ***/

/***Removes bottom scroll bar ***/

.row {
  margin-right: 0px !important;
}

.navbar-default {
  border-color: transparent;
}

.jPanelMenu-panel {
  background-color: transparent !important;
}

/**** Background CSS for Pages ****/
.index, .rltdlinks, .privacy, .feedback, .error {
  background: url('../images/descanso_home_bg_dark.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  background-color: #333366;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-weight: 300;

}

.about, .people, .function, .presentations, .seminars, .dsn50th, .symposia, .telecompolicy, .performmetrics,
.sreports, .evolution, .history, .TechAreas, .publication, .monograph, .SciTechBook, .DPSummary,
.propagation, .bibliography, .search, .NEDSummary, .biography {
  color: #fff;
  background-color: #333366;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-weight: 300;

}

.about {
  background: url('../images/descanso_monograph_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.people, .function, .presentations, .seminars, .dsn50th, .symposia, .telecompolicy, .performmetrics,
.sreports, .evolution, .history, .TechAreas, .publication, .SciTechBook, .DPSummary,
.propagation, .bibliography, .search,.NEDSummary, .biography {
  background: url('../images/descanso_monograph_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.monograph {
  background: url('../images/descanso_monograph_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/**** END Background CSS for Pages ****/

/*** First & Second Navigation ****/
.navbar {
  margin-bottom: 0px !important;
  background-color: transparent !important;
  background: transparent !important;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #d6b870;
}

.top-right > li > a {
  padding-top: 16px !important;
}

/*****Breadcrumbs******/
.breadcrumb {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 0 8px 35px;
  margin-bottom: -8px;
}

/**** Dropdown ****/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #181F32;
  color: #d6b870;
}

.dropdown-menu {
  background-color: #181F32;
  color: #fff;
  font-size: 12px;
}

.dropdown-menu > li > a {
  color: #FFFFFF;
}

/*** End Dropdown ***/

.secondNav {
  /*padding-left: 20px;*/
  padding-right: 10px;
}

#nav-first {
  padding-top: 15px;
  padding-right: 15px;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border: medium none;
  color: #001535;
  float: right;
  height: 20px;
  width: 80%;
}

#search .form-control {
  height: 25px;
}


#search .btn {
  padding: 3px 12px !important;
}

#one {
  border-bottom: #0d1323 !important;
  background-color: rgba(3, 4, 9, 0.33);
}

#two {
  /*background-image: url('../images/secondNav.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #181f32;
  border-bottom: #181f32 !important;*/
  background-color: rgba(3, 4, 9, 0.0);

}

#logo {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-left: 20px;
}

#second_HomeNav {
  padding-left: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMDQwOSIgc3RvcC1vcGFjaXR5PSIwLjM2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAzMDQwOSIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzAzMDQwOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzA0MDkiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(3, 4, 9, 0.36) 0%, rgba(3, 4, 9, 0.05) 50%, rgba(3, 4, 9, 0) 58%, rgba(3, 4, 9, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(3, 4, 9, 0.36)), color-stop(50%, rgba(3, 4, 9, 0.05)), color-stop(58%, rgba(3, 4, 9, 0)), color-stop(100%, rgba(3, 4, 9, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(3, 4, 9, 0.36) 0%, rgba(3, 4, 9, 0.05) 50%, rgba(3, 4, 9, 0) 58%, rgba(3, 4, 9, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(3, 4, 9, 0.36) 0%, rgba(3, 4, 9, 0.05) 50%, rgba(3, 4, 9, 0) 58%, rgba(3, 4, 9, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(3, 4, 9, 0.36) 0%, rgba(3, 4, 9, 0.05) 50%, rgba(3, 4, 9, 0) 58%, rgba(3, 4, 9, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(3, 4, 9, 0.36) 0%, rgba(3, 4, 9, 0.05) 50%, rgba(3, 4, 9, 0) 58%, rgba(3, 4, 9, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c030409', endColorstr='#00030409', GradientType=1); /* IE6-8 */
  /*background-color: rgba(3, 4, 9, 0.23);*/
}

#second_Nav {
  padding-left: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMDQwOSIgc3RvcC1vcGFjaXR5PSIwLjM2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAzMDQwOSIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzAzMDQwOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzA0MDkiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c030409', endColorstr='#00030409',GradientType=1 ); /* IE6-8 */
  /*background-color: rgba(3, 4, 9, 0.23);*/
}

#siteName {
  padding-right: 15px;
  color: #0D4F8B;
  font-size: 2.3em;
  font-weight: 200;
  text-decoration: none;
  letter-spacing: 5px;
  padding-top: 0px;
}

#nasalg {
  /*background: url("../images/logo_nasa.png") no-repeat scroll center top rgba(0, 0, 0, 0); 
  height: 100%;
  width: 50px; */
  display: block;

}

#nasaLogo {
  width: 90%;
}

#jpllg {
  /*background: url("../images/JPLTextLogo.png") no-repeat scroll center top rgba(0, 0, 0, 0);*/
  display: block;
  /*height: 32px;*/
  width: 230px;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
}

#caltechlg {
  /*background: url("../images/CalTechTextLogo.png") no-repeat scroll center top rgba(0, 0, 0, 0);*/
  display: block;
  height: 27px;
  width: 230px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-weight: 300;
}

/*** END First & Second Navigation ****/

/***Underline text***/
.underLine {
	text-decoration: underline;
}

/***MOBILE CSS****/

/* Smartphones (portrait) ----------- */


@media only screen
and (max-width: 320px) {
  #jpllg {
    font-size: 13px;
  }

  #caltechlg {
    font-size: 11px;
  }
}

@media only screen
and (max-width: 640px) {
  /* Styles */
  .mainTitle {
    padding-top: 1% !important;
  }

  .more {
    margin-top: 5% !important;
  }

  #mainPageContent {
    background-color: rgba(0, 0, 0, 0.50);
    border: 1px solid black;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }

  div.transbox {
    background-color: rgba(0, 0, 0, 0.50) !important;
    border: 1px solid black;
    filter: alpha(opacity=20); /* For IE8 and earlier */
  }

  #dsn50img {
    height: 70% !important;
    width: 70% !important;
  }

  .tbar {
    height: 100%;
    width: 100%;
  }
}

#mobile-indicator {
  display: none;
}

/*for conference rooms and ipad landscape*/

@media (max-width: 1024px) {
  #jpllg {
    font-size: 15px;
  }

  #caltechlg {
    font-size: 13px;
  }

  #nasalg {
    /*	width:75%;*/
  }

  #nasaLogo {
    width: 80%;
  }
}

@media (max-width: 789px) {
  .mainTitle {
    padding-top: 1% !important;
  }

  .more {
    margin-top: 5% !important;
  }

  #siteName {
    padding-left: 15px;
  }

  .pull-left {
    padding-left: 5px;
    /*width: 27%;*/
    width: 54px !important;
  }

  #sidenav_list > li > a {
    color: #D6B870;
  }

  #sidenav_list > li > a:hover {
    color: #eee;
  }

  .navbar-collapse {
    min-height: 100% !important;
    max-height: none;
  }
}

@media (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }

  #second_Nav > ul > li > a {
    color: #fff;
  }

  #second_Nav > ul > li > a:hover {
    background-color: transparent;
  }

  #jpllg {
    font-size: 14px;
    padding-top: 2px;
  }

  #caltechlg {
    font-size: 12px;
  }

  #nasaLogo {
    width: 100%;
    padding-top: 3px;
  }

  #footer_content {
    font-size: 12px;
  }

  #footer_content a {
    padding: 0 10px;
  }
}

/***END MOBILE CSS****/

/* make sidebar nav vertical */
@media (min-width: 768px) {

  .sidebar-nav {
    padding-top: 12%;
    font-size: 12px;
  }

  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar ul {
    float: none;
  }

  .sidebar-nav .navbar ul:not {
    display: block;
  }

  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }

  .sidebar-nav .navbar li a {
    padding-top: 0px;
    padding-bottom: 4px;
  }

  #sidenav_list > li > a {
    color: #d6b870;
    font-weight: 400;
    /*text-shadow: 1px 1px 2px #000000;*/
  }

  #sidenav_list > li > a:hover {
    color: #fff;
  }

  #sidenav_border {
    border-color: #0D4F8B !important;
    border-radius: 0 !important;
    border-left: 1px solid;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  /**Title CSS***/
  .mainTitle {
    padding-top: 5%;
  }
}

/* END make sidebar nav vertical */

/*** Title CSS ****/
.mainTitle {
  border-bottom: 1px solid;
  color: #0D4F8B;
  font-size: 3em;
  padding-top: 25%;
}

.subTitle {
  font-size: 23px;
}

.more {
  color: #d6b870;
  font-size: 20px;
  margin-top: 10%;
}

.more a {
  color: #d6b870;
}

.more a:hover {
  color: #fff;
  text-decoration: none;
}

/*** END Title CSS ****/

/**** If you want lines to touch between descanso and links
.col-md-4 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
*********/

/**Orange Button css**/
.orange-button {
  -moz-user-select: none;
  background-image: none;
  background-color: transparent;
  border: 1px solid #D6B870;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 8px 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.orange-button a:hover {
  text-decoration: none;
  background-color: #D6B870;
}

/*** SubPages Specific CSS ***/
div.transbox {
  /*width: 400px; opacity:0.8;*/
  min-height: 500px;
  margin-top: 5%;
  margin-left: 2%;
  margin-bottom: 1%;
  background-color: rgba(0, 0, 0, 0.80);
  /*border: 1px solid black;*/
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

#pageHeading, #aboutTitle {
  /*aboutTitle*/
  font-size: 1.9em;
  color: #d6b870;
  font-weight: 200;
}

.pageSubTitle {
  /*aboutSubTitle*/
  color: #ffffff;
  font-size: 1.5em;
  padding: 10px 0px 15px 0px;
  font-weight: 200;
}

.pageContent {
  /*aboutContent*/
  margin-left: 3%;
  margin-top: 3%;
}

.content {
  padding: 2%;
  font-size: 100%;
}

.img-thumbnail {
  background-color: #000000;
  border: 1px solid #ffffff;
  padding: 2px;
}

/*** END ABOUT US Specific CSS ***/
/**** Bibliography Padding***/
.paraPadding p {
  margin-bottom: 30px;
}

/**end Bibliography Padding***/

#query::-moz-placeholder {
  color: #001535;
}

@media screen {
  h1.site-title {
    display: none;
  }
}

@media print {
  #mainPageContent .col-md-8 {
    width: 100% !important;
  }

  h1.site-title {
    font-weight: 300 !important;
    font-size: 16pt !important;
  }

  #footer {
    display: none;
  }
}

