@import url("https://use.typekit.net/jkd8zho.css");

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  font-size: 1.8rem;
  font-family: 'proxima-nova', sans-serif;
  background-image: url('http://ucla.technologypublisher.com/files/sites/background.svg');
  background-position: center 200px;
  background-size: 100%;
  line-height: 1.4;
  color: #171818;
}

a {
  color: #0055a6;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

.container:after {
  clear: both;
  content: '';
  display: table;
}

.site-header, .site-footer {
  background: #0055a6;
}

.site-footer, .site-footer a {
  color:white;
}


.header__flex-wrapper {
display: flex;
align-items: center;
}

.site-logo {
  flex: 1 0 130px;
width: 130px;
max-width: 130px;
line-height: 0;
padding: 10px 0;
}

.site-logo img {
  max-width: 100%;
  height: auto;
}

.nav-container {
  display: none;
  float: right;
margin-top: 10px;
}

@media only screen and (min-width: 880px) {
  .nav-container {
    display: flex;
justify-content: flex-end;
flex: 1 0 auto;
margin-top: 0;
  }
}

.nav-container .menu {
  display: flex;
  margin: 0;
  padding: 0;
align-items: center;
}

.nav-container .menu-item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
list-style: none;
margin: 0;
}

.nav-container .menu-item a {
  color: inherit;
  text-decoration: none;
display: block;
padding: 30px 15px;
position: relative;
}

.nav-container .menu-item a:hover {
  text-decoration: underline;
}

.main_border {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.logo {
  margin-left: 10px;
}

a.header_link,
a.c_header_link {
  color: #fff;
  width: 126px;
  font-weight: 700;
  display: flex;
  height: 78px;
  background-color: #0055a6;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.content_box,
.c_content {
  margin-top: 0px;
}

.content_middle {
  background: white;
}

.content_bottom {
  margin: 20px 0;
}

.left_content {
  width: 320px;
  padding: 0 10px;
}

.right_content {
  padding-left: 20px;
  padding-right: 20px;
}

.categories_title,
.featured_technology_title,
.latest_technologies_posted_title,
.keywords_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(0,85,166,1) 50%, rgba(0,81,158,1) 100%);
  padding: 5px 15px;
}

#featuredtechnology span {
  font-size:16px;
  margin-top: 0.5rem;
}

.category_list {
  margin-left: 10px;
}

.category_list a {
  color: #000;
  font-weight: normal;
}

.category_list span {
  color: #0055a6;
}

.technology_search_title {
  font-size: 1.8rem;
  font-weight: bold;
}

.search_for_technologies {
  font-size: 3.2rem;
  color: #0055a6;
  font-weight: bold;
}

.advanced_search {
  font-size: 1.4rem;
  margin-left: 560px;
}

a.advanced_search_link {
  color: #000;
  font-weight: bold;
}

p.region--space-sm {
margin: 20px 0;
}

input[type="text"],
input[type="password"] {
  height: 56px;
  padding: 6px 10px;
  background: #f1f0f0;
  border: none;
  font-size: 1.8rem;
  line-height: 1.15;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="submit"],
input[type="button"] {
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  vertical-align: middle;
  color: #fff;
  background: #0055a6;
  font-size: 1.8rem;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  min-width: 120px;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
  background: #ffee00;
  color: #0055a6;
}

.featured_technology {
  margin-left: 10px;
  line-height: 1.4;
}

.featured_technology a {
  font-weight: bold;
}

.latest_technologies_box {
  width: 100%;
}

.keywords_box {
  width: 50%;
}

.latest_technologies a {
  font-size: 1.8rem;
  font-weight: bold;
}

.c_top_spacer {
  height: 0px;
}

.c_middle {
  border: solid 1px #c0c0c0;
  padding: 20px;
  background-color: #fff;
}

.c_main_border {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.c_logo {
  margin-left: 20px;
}

.c_top_logo_link_bar {
  width: 100%;
  height: 130px;
}

.c_header_link_spacing {
  width: 7px;
}
.c_bottom {
  padding: 20px 0;
}

.c_advanced_search_left_padding {
  width: 30px;
}

.c_tp_right_column {
  border-right: solid 1px #c0c0c0;
}

h4 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
  font-size: small;
  font-weight: bold;
}
.c_tp_web_published ,
.c_tp_description,
.c_tp_applications,
.c_tp_features,
.c_tp_ip_status,
.c_tp_keywords,
.c_tp_direct_link,
.c_tp_category {
  display: block;
}

.c_tp_right_links {
  margin-left: 5px;
}

/* version 3 new css classes */
.advanced_search_box {
  width: 450px;
}

.c_content {
  background-color: #fff;
  padding: 20px;
}

.search_keyword_highlight {
  font-weight: bold;
  background-color: #efefef;
}

/* css classes for patent */

.c_tp_patent {
  border-width: 1px;
  border-spacing: 2px;
  border-style: outset;
  border-color: gray;
  border-collapse: collapse;
  background-color: white;
}

.c_tp_patent th,
.c_tp_patent td {
  border-width: 1px;
  padding: 5px;
  border-style: inset;
  border-color: gray;
  background-color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.c_tp_patent td {
  font-weight: normal;
}

/* Subscriber Section */
.subscriber_login_box {
  background-color: #fff;
  padding: 5px;
  border: solid 1px #c0c0c0;
  text-align: center;
  margin: 0px;
  width: 380px;
}

.subscriber_login_box_title {
  font-size: 2.2rem;
  font-weight: bold;
}

.subscriber_input_title {
  font-weight: bold;
  font-size: 1.4rem;
}

.subscriber_input_box {
  width: 250px;
}

.feedback_failure {
  color: #d50005;
  font-weight: bold;
}

#formTechPub1 {
  min-height: 70vh;
}


/* Algolia CSS Override*/
.hit-title {
  font-size: 18px;
}

.hit-description {
  font-size: 16px;
}

.hit-title {
  font-weight: bold;
}

.hit-description {
  margin-top: 0.5rem;
}

.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
  margin-top: 1rem;
  padding: 1.5rem;
  width: 100%;
  border: 1px solid #CCC;
  box-shadow: none;
}

.ais-Highlight-highlighted, .ais-Snippet-highlighted {
  background-color: white;
  color: #F26D00;
}

[class^=ais-] {
    font-size: 18px;
}

.ais-SearchBox-submitIcon {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.ais-SearchBox-input {
    padding: 15px 40px;
}

.ais-SearchBox-reset {
    margin-right: 10px;
}

#pagination1, #pagination2 {
  margin:40px;
}

.ais-RefinementList-labelText {
  font-size: 16px;
}

.ais-RefinementList-count {
  font-size: 14px;
  color: #444 !important;
  background-color: #eee;
}

.ais-RefinementList-showMore, .ais-RefinementList-showMore:hover, .ais-RefinementList-showMore:focus {
  padding: .4rem .8rem;
  font-size: 14px;
  color: #0055a6;
  background-color: #eee;
}


.ais-RefinementList-showMore--disabled {
  display:none;
}

.refinement-heading {
  margin-top:20px;
  margin-bottom:5px;
  font-weight: bold;
}

.ais-CurrentRefinements-label {
  display:none;
}

.ais-CurrentRefinements-category {
  margin-left:0px;
}

.ais-CurrentRefinements-categoryLabel,
.ais-CurrentRefinements-delete {
  font-size:16px;
  color: #000;
  background-color: #ffe800;
  padding:2px 7px;
}

.ais-CurrentRefinements-categoryLabel {
  border-radius: 5px 0px 0px 5px;
}

.ais-CurrentRefinements-delete {
  font-size:16px;
  border-radius: 0px 5px 5px 0px;
  margin-right:10px;
  margin-left:0px;
}

.ais-CurrentRefinements-item {
  background-color: white;
  margin-left:0px;
  padding-left:0px;
}

.ais-Pagination-link {
  font-size:16px;
}

.ais-Pagination-link {
    color: #0055a6;
}

.ais-Pagination-item--selected .ais-Pagination-link,
.ais-Pagination-item--selected .ais-Pagination-link:hover,
.ais-Pagination-item--selected .ais-Pagination-link:focus {
    color: #0055a6;
    background-color: #ffe800;
    border-color: #c4c8d8;
}

.ais-Breadcrumb, .ais-ClearRefinements, .ais-CurrentRefinements, .ais-GeoSearch, .ais-HierarchicalMenu, .ais-Hits, .ais-HitsPerPage, .ais-InfiniteHits, .ais-InfiniteResults, .ais-Menu, .ais-MenuSelect, .ais-NumericMenu, .ais-NumericSelector, .ais-Pagination, .ais-Panel, .ais-PoweredBy, .ais-RangeInput, .ais-RangeSlider, .ais-RatingMenu, .ais-RefinementList, .ais-Results, .ais-ResultsPerPage, .ais-SearchBox, .ais-SortBy, .ais-Stats, .ais-ToggleRefinement {
    color: #333;
}

#searchbox {
  margin-top:10px;
}

#powered-by {
  float: right;
  padding-top: 10px;
}

.ais-PoweredBy-logo {
    font-size: 1.5rem;
}

#refinement-list12 {display: none;}

.c_tp_description li {
font-size: 1.8rem;
}
.c_tp_description p {
font-size: 1.8rem!important;
}