/*
	Theme Name: Genesis Sample
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.7.1-dev

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0-or-later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/* Box Sizing
--------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.wrap {
    max-width: 1140px;
    margin: auto;
}

/* Full Width Page
-------------------------------------------- */

.site-inner.full {
    max-width: none;
    padding: 0;
    margin-top: 0 !important;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
    color: #1d57cc;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #1d57cc;
    text-decoration: underline;
    cursor: pointer;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    /* padding: 0; */
}

li {
    /* list-style-type: none; */
}

.elementor-tabs ul {
    padding-left: 20px;
}

/* .elementor-tabs ul li {
	list-style-type: disc;
} */

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 30px;
}

/* Headings + Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    line-height: 135%;
    margin: 0 0 20px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.entry-content h4 {
    margin-top: 40px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    overflow: auto;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

.inventions-table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.inventions-table td {
    padding: 18px;
    line-height: 24px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Site Inner + Breadcrumbs formatting
--------------------------------------------- */

.site-inner,
.breadcrumb {
    clear: both;
    margin: 0 auto;
    margin-top: 0 !important;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

.rambus-button .elementor-button.elementor-size-sm {
    font-size: 16px;
    text-align: left;
    padding: 12px 5px 12px 8px;
    width: 100%;
}

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type {
    margin-bottom: 0;
}

.breadcrumb {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.breadcrumb a {
    color: #fff;
}

.elementor-widget-breadcrumbs {
    font-family: 'Inter', Arial, sans-serif !important;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.entry-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #0073e5;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 10px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    padding: 0 10px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.wp-custom-logo .title-area {
    position: absolute;
    z-index: 9999;
    max-width: 150px;
    margin-top: -10px;
    width: 100%;
}

.wp-custom-logo .title-area img {
    width: auto;
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */


body.logged-in.admin-bar header {
    top: 32px;
}


/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

.footer-nav {
    padding: 0;
    font-size: 16px;
}

.footer-nav li {
    list-style-type: none;
    line-height: 18px;
}

.footer-nav li a {
    text-decoration: none;
    color: #fff;
}

.footer-nav li a:hover {
    text-decoration: underline;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
    /* margin-bottom: 40px; */
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    padding-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #f5f5f5;
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-left: 0 !important;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 60px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #333;
    color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-top: 40px;
    margin-bottom: 40px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-list .bypostauthor {}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar p {
    margin-bottom: 20px;
}

.about-pages-sidebar div ul {
    padding: 0;
}

.about-pages-sidebar div ul li {
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #000;
    clear: both;
    padding: 60px 0;
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding: 30px;
}

.site-footer p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}

.site-footer a {
    color: #fff;
}

.site-footer .wrap p {
    float: left;
}

.footer-social-icons {
    float: right;
}

.footer-social-icons li {
    display: inline-block;
    margin-right: 7px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.footer-social-icons li i {
    font-size: 20px;
    line-height: 38px;
    color: #f2f2f2;
}



/* Custom Styles 
---------------------------------------------------------------------------------------------------- */

/*******************************************************
          Custom Styles Global
********************************************************/

.hero h1 {
    font-size: 40px;
    line-height: 135%;
}

.hero p {
    font-size: 24px;
    line-height: 135%;
}

.hero .elementor-button-wrapper {
    font-weight: 700;
}

html, body {
   scroll-padding-top: 90px;
}

.small {
    font-size: 16px;
}

.product-introduction {
    font-size: 20px;
    line-height: 32px;
}

.icon-circle i {
    vertical-align: middle;
    background-color: #1d57cc;
    color: #fff;
    height: 2em;
    width: 2em;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 16px;
}

.contact-us-button {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

body.show .contact-us-button {
    opacity: 1;
}

/*******************************************************
          Icon - SVG
********************************************************/

.svg-arrow-blue-circle,
.svg-check {
    width: 16px;
}

.svg-magnifying-glass {
    width: 18px;
}

.svg-button-icons,
.svg-brief,
.svg-arrow-blue-circle,
.svg-check {
    vertical-align: middle;
}

.svg-button-icons {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.svg-brief {
    width: 14px;
    height: auto;
}

/*******************************************************
          Icon - H1
********************************************************/

.icon-title img {
    float: left;
    margin-right: 10px;
}

.icon-title h1 {
    padding-top: 14px;
}

/*******************************************************
          Global Navigation - Desktop
********************************************************/

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    text-decoration: underline;
    text-decoration-color: #1d57cc;
    background: transparent !important;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    background: #fff !important;
}


.ubermenu .ubermenu-search input.ubermenu-search-input {
    padding: 0 0 0 50px !important;
    font-size: 16px;
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit {
    left: 0;
}

.ubermenu *:focus{
    outline:none;
}


/* Font Awesome Active Menu Dropdown   */
.ubermenu .ubermenu-row {
    margin-bottom: 0px
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "";
    background: none;
}

li#menu-item-22574 span {
    background-color: #1d57cc;
    color: #fff;
    padding: 7px 60px;
    border-radius: 4px;
}

.ubermenu-item-level-0.ubermenu-active>a.ubermenu-target>span.ubermenu-target-title {
    border-bottom: 2px solid #1d57cc !important;
}

a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-right.ubermenu-responsive-toggle-align-right.ubermenu-responsive-toggle-icon-only {
    background-image: url('https://www.rambus.com/wp-content/uploads/2019/09/hamburger-menu-icon.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 80% center;
    padding-bottom: 42px;
}

a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-right.ubermenu-responsive-toggle-align-right.ubermenu-responsive-toggle-icon-only i,
.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close>[class^=fa] {
    display: none !important;
}

.wpml-ls-legacy-list-horizontal {
    padding: 2px !important;
}

.widget.widget_icl_lang_sel_widget {
    margin-bottom: 0;
    float: right;
}

.ubermenu-submenu.ubermenu-submenu-id-62421.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu-submenu.ubermenu-submenu-id-62452.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu-submenu.ubermenu-submenu-id-62469.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu-submenu.ubermenu-submenu-id-62484.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu-submenu.ubermenu-submenu-id-62504.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu-submenu.ubermenu-submenu-id-62507.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    border-top: 1px solid rgba(0,0,0,.1);
}


ul.ubermenu-submenu.ubermenu-submenu-id-62462.ubermenu-submenu-type-stack, /* Prod */
ul.ubermenu-submenu.ubermenu-submenu-id-62572.ubermenu-submenu-type-stack, /* Prod */
ul.ubermenu-submenu.ubermenu-submenu-id-62480.ubermenu-submenu-type-stack, /* Prod */
ul.ubermenu-submenu.ubermenu-submenu-id-62660.ubermenu-submenu-type-stack, /* Prod */
ul.ubermenu-submenu.ubermenu-submenu-id-62713.ubermenu-submenu-type-stack,
ul.ubermenu-submenu.ubermenu-submenu-id-62628.ubermenu-submenu-type-stack,
ul.ubermenu-submenu.ubermenu-submenu-id-62462.ubermenu-submenu-type-stack {
    border-left: 1px solid #D9D9D9;
    padding-left: 20px
}


li#menu-item-62463, /* Prod */
li#menu-item-62575, /* Prod */
li#menu-item-62482, /* Prod */
li#menu-item-62662, /* Prod */
li#menu-item-62630,
li#menu-item-62715
 {
    margin-top: 20px !important;
    padding: 2px 0 8px 15px;
    border: 1px solid #1d57cc;
    border-radius: 10px;
    width: 200px;
}

li#menu-item-62463 img, /* Prod */
li#menu-item-62575 img, /* Prod */
li#menu-item-62482 img, /* Prod */
li#menu-item-62662 img, /* Prod */
li#menu-item-62630 img,
li#menu-item-62715 img {
    margin-top: 2px;
}

li#menu-item-62465, /* Prod */
li#menu-item-62573, /* Prod */
li#menu-item-62483, /* Prod */
li#menu-item-62663, /* Prod */
li#menu-item-62716,
li#menu-item-62631 {
    padding-top: 12px;
}

/*******************************************************
          GLOBAL SEARCH
********************************************************/



.searchandfilter ul {
    padding-left: 0;
}

.global-search-results {
    margin-bottom: 3.3em;
}

.global-search-results h2 {
    font-size: 22px !important;
    margin-bottom: 0;
}

.global-search-results-url {
    font-size: 16px;
}

.global-search-results p {
    font-size: 16px;
    line-height: 24px;
    margin-top: -16px;
}

form#search-filter-form-15891 .sf-input-text,
form#search-filter-form-15525 .sf-input-text,
form#search-filter-form-20023 .sf-input-text,
form#search-filter-form-20572 .sf-input-text {
    height: 36px;
    border: 1px solid rgb(185, 185, 185);
    font-size: 18px;
}

form#search-filter-form-15891 .sf-input-text {
     width: 100%;
}

li.sf-field-search label {
    width: 100%;
}

form#search-filter-form-15891 ul,
form#search-filter-form-15525 ul,
form#search-filter-form-20023 ul,
form#search-filter-form-20572 ul,
form#search-filter-form-20268 ul

/* 404 page */
    {
    padding-left: 0;
}

li.sf-field-submit {
    position: absolute;
    margin-top: -55px !important;
    right: 0;
}


li.sf-field-submit input[type="submit"] {
    background: #1d57cc;
    border: none;
    padding: 8px 45px;
    cursor: pointer;
}

li.sf-field-submit input[value] {
    font-family: FontAwesome;
    color: #fff;
}

input.sf-input-text {
    padding: 8px;
}


/*******************************************************
          NEWS SEARCH
********************************************************/


form#search-filter-form-15525.searchandfilter ul li li {
    display: inline-block;
    padding-right: 20px;
}


/* Utility Bar
--------------------------------------------- */

.shrink .custom-logo {
    width: 115px !important;
    padding-top: 4px;
}

.shrink .ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
    color: #4d4d4d !important;
}

.utility-bar {
    background-color: #000;
}

.utility-bar a {
    color: #fff;
    text-decoration: none;
}

.utility-bar a:hover {
    text-decoration: underline;
}

.utility-bar-right p {
    margin-bottom: 0;
}

.utility-bar-right {
    /* float: right; */
    text-align: right;
}

.utility-bar-right li {
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px 0;
}

section#nav_menu-9 {
    margin-bottom: 0;
}

header.site-header.shrink {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
    transition: all 0.35s ease, padding 0.35s ease;
    background: #fff !important;
}



/*******************************************************
        Resource Library
********************************************************/

.inventions-search.search-filter-one-result h2 a,
.search-filter-one-result h2 a {
    font-size: 20px !important;
    font-weight: bold !important;
}

#search-filter-form-18007 ul,
#search-filter-form-24700 ul,
#search-filter-form-21937 ul,
#search-filter-form-24987 ul,
#search-filter-form-60277 ul {
    padding-left: 0;
}

.search-filter-description {
    font-size: 18px;
    color: #4d4d4d;
}

#search-filter-form-18007 ul li li,
#search-filter-form-24700 ul li li,
#search-filter-form-21937 ul li li,
#search-filter-form-24987 ul li li,
#search-filter-form-60277 ul li li {
    padding: 0;
    font-size: 16px;
}

#search-filter-form-24700 ul {
    padding: 10px 0 0;
}

#search-filter-form-24700,
form#search-filter-form-24700 input {
    font-size: 16px;
}

li.sf-field-post_type {
    padding: 0 0 10px !important;
    margin-top: -18px !important;
}

.search-filter-date {
    display: none !important;
}

.dpa-support input.username,
.dpa-support input#password {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #c6c6c6;
}

.dpa-support input.btn {
    padding: 8px;
    width: 110px;
    background-color: #1D57CC;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.dpa-support input#password {
    width: 100%;
    padding: 5px;
}

.resource-library-results {
    display: inline-block;
    width: 31.2%;
    margin-right: 10px;
    min-height: 290px;
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.09);
    padding: 8px 8px 5px;
    vertical-align: top;
    position: relative;
    margin-bottom: 17px;
    background: linear-gradient(to bottom, #fff 0%, #fff 43%, #fff 47%, #eeeff1 43%, #eeeff1 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #fff 43%, #fff 47%, #eeeff1 43%, #eeeff1 100%);
    background: -webkit-linear-gradient(to bottom, #fff 0%, #fff 43%, #fff 47%, #eeeff1 43%, #eeeff1 100%);
    background: -o-linear-gradient(to bottom, #fff 0%, #fff 43%, #fff 47%, #eeeff1 43%, #eeeff1 100%);
    background: -ms-linear-gradient(to bottom, #fff 0%, #fff 43%, #fff 47%, #eeeff1 43%, #eeeff1 100%);
}

.resource-library-results h2 {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    min-height: 80px;
}

.resource-library-results img {
    margin-top: 5px;
}

.resource-library-results p {
    margin: 0;
}

.resource-library-media-type {
    font-size: 15px;
    border: 1px solid #1d57cc;
    border-radius: 40px;
    padding: 2px 8px;
}

.resource-library-image {
    text-align: center;
}

.resource-library-image img {
    margin-top: 18px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 16px;
    padding: 4px 9px !important;
    border-radius: 15px;

}

.wp-pagenavi span.current {
    background-color: #1d57cc;
    border-color: #1d57cc !important;
    color: #fff;
}

.chosen-container.chosen-container-multi {
    width: 300px !important;
}

.breadcrumb-wrapper a {
    color: #1d57cc;
}

.breadcrumb-wrapper {
    padding-top: 30px;
}

/* Image Boxes */

.elementor-image-box-title {
    padding: 6px 0;
    font-size: 20px;
    font-weight: 400 !important;
}

.elementor-image-box-description {
    font-size: 16px;
    line-height: 20px;
}


/*******************************************************
         Blog Single Entry
********************************************************/

section#custom_html-6 {
    padding: 20px;
    background-color: #f2f2f2;
}

section#custom_html-6 h3 {
    font-size: 22px;
    font-weight: 400;
}

.related-blog-posts {
    margin-bottom: 20px;
    list-style-type: none;
}

.related-posts-sidebar {
    padding: 20px;
}

.related-posts-sidebar ul {
    padding: 0;
}

#prev-next {
    margin: 20px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.prev-link {
    float: left;
}

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

/*******************************************************
         Home Page Smart Slider
********************************************************/


.n2-ss-widget.nextend-thumbnail.nextend-thumbnail-default.nextend-thumbnail-horizontal.n2-ow-all {
    max-width: 1140px;
}

.n2-active .n2-ss-caption {
	text-decoration: underline !important;
	text-decoration-color: #1d57cc !important;
	text-underline-offset: 10px;

}

/*******************************************************
         404
********************************************************/

.question-mark {
    float: right;
    margin-top: -40px;
    margin-bottom: 20px;
}

.helpful-link-list {
    padding: 0 !important;
}

.helpful-link-list li {
    list-style-type: none !important;
}

/*******************************************************
        Events
********************************************************/

.single-tribe_events .tribe-events-event-image {
    display: none;
}

.eo-event-meta {
    padding: 0;
}

.eo-event-meta li {
    list-style-type: none;
    padding: 0 0 10px;
}

h2.eo-event-title.entry-title span {
    color: #1d57cc;
}

.eo-archive-image {
    float: left;
    margin-right: 20px;
}

.eo-venue-map {
    z-index: 1 !important;
}

/*******************************************************
        Product Picker
********************************************************/


.ninja-custom-filter {
    height: 200px;
    overflow: auto;
    overscroll-behavior-y: contain;
    border: 1px solid #ccc;
    padding: 7px 0 12px 12px !important;
}

.ninja_custom_select_checkbox label {
    display: block !important;
    font-weight: initial;
    font-size: 14px;
    line-height: 20px;
}

.ninja_filter_title {
    margin-bottom: 10px;
}

.semantic_ui .ui.table thead th {
    font-weight: 400 !important;
    background: #fff !important;
}

tr.footable-header,
.ninja_footable tbody {
    font-size: 14px !important;
}

.ninja_clmn_nm_datasheet {
    text-align: center;
}

.ninja_clmn_nm_datasheet img {
    width: 18px;
}

.button-product-picker {
    display: inline-block;
    background: #1d57cc;
    padding: 10px 16px !important;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.button-product-picker:hover {
    color: #fff !important;
}

[id^=modal] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

[id^=modal]:target {
    display: block;
}

input[type=checkbox] {
    /* position: absolute; */
    clip: rect(0 0 0 0);
}

.popup {
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b3;
}

.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 80%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 58px 32px 32px 32px;
    background: #fff;
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 26px;
}

.part-number {
    width: 15%;
}

/*******************************************************
        L1 Resources toggle table
********************************************************/

.showme a,
.showme svg,
.showme i,
.showme img,
.closebutton a,
.closebutton i,
.closebutton img {
    cursor: pointer;
    -webkit-transition: transform 0.34s ease;
    transition: transform 0.34s ease;
}

.opened i,
.opened img,
.opened svg {
    transform: rotate(90deg);
}

/*******************************************************
        L1 Sticky Side Navigation
********************************************************/

.sticky-section-wrapper .elementor-widget-wrap {
    display: block !important;
}

.sticky-section-wrapper .sticky-section {
    position: sticky;
    position: -webkit-sticky;
    top: 6rem;
}

.section-nav {
    padding-left: 0 !important;
}

.section-nav li {
    display: inline-block;
    padding: 4px 0 18px;
}

.navigation__link {
    color: #222222;
    text-decoration: none;
    font-weight: 500;
}

.navigation__link:hover {
    text-decoration: underline;
}

.navigation__link.active {
    color: #1d57cc;
    font-weight: 500;
}

/*******************************************************
        Make Elementor Column Clickable Targets
********************************************************/

.clickable {
    position: relative;
    cursor: pointer;
}

.clickable a:after {
    content: "";
    display: block !IMPORTANT;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

/*******************************************************
        L2 Product Family Resources Table
********************************************************/

.product-family-informational-table {
    width: 100%;
    word-break: initial;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 4px;
}

.product-family-informational-table {
    width: 100%;
    word-break: initial;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 4px;
}

.product-family-informational-table thead {
    background-color: #000;
}

.product-family-informational-table thead tr {
    color: #fff;
}

.product-family-informational-table td:first-child,
.product-family-informational-table th:first-child {
    padding-left: 20px;
}

.product-family-informational-table tbody {
    background-color: #F1F4F9;
}

.product-family-informational-table td {
    border-top: 1px solid #C4C8CF;
}

.table-overflow {
    overflow-x: auto;
}

/*******************************************************
        L2 Product Comparison Resources Table
********************************************************/

.product-comparison-table {
    width: 100%;
    word-break: initial;
    border-collapse: separate;
    overflow-y: scroll;
    border-radius: 4px;
    font-size: 16px;
}


.product-comparison-table th:first-child {
    border-left: none;
    vertical-align: bottom;
    padding-left: 12px;
}

.product-comparison-table th {
    font-weight: 600;
}

.product-comparison-table thead tr th:not(:first-child) {
    border-right: 9px solid #ffffff;
    border-radius: 4px;
    padding: 10px 5px 10px 18px;
    background-color: #F1F4F9;
    border-bottom: 6px solid #ffffff;
}

.product-comparison-table td {
    border: 1px solid #eee;
    padding: 12px;
}

.product-comparison-table td:nth-child(2) {
    background: linear-gradient(90deg, rgba(241, 244, 249, 1) 0%, rgba(255, 255, 255, 1) 5%)
}

.product-comparison-table td:first-child {
    border-left: none;
}

.product-comparison-table td:not(:first-child) {
    padding: 12px;
}

/*******************************************************
        ShiftNav Mobile
********************************************************/

.shiftnav .shiftnav-menu-image img {
    width: 123px;
}

#shiftnav-toggle-main .shiftnav-searchbar-drop {
    max-width: 100% !important;
}

.shiftnav .shiftnav-menu-image-padded {
    text-align: center;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 12px 5px 0 !important;
}

#shiftnav-toggle-main {
    padding: 2px 10px !important;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

    /* Site Header
	--------------------------------------------- */

    .site-header {
        z-index: 9999;
        background-color: #000;

    }

    .ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
        color: #fff !important;
    }

    /* Genesis Menu
	--------------------------------------------- */

    .genesis-nav-menu .menu-item {
        display: inline-block;
    }

    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu>.menu-bold>a {
        font-weight: 700;
    }

    .genesis-nav-menu>.menu-highlight>a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu>.menu-highlight>a:focus,
    .genesis-nav-menu>.menu-highlight>a:hover {
        background-color: #0073e5;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 180px;
    }

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity .4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }

    /* Responsive Menu
	--------------------------------------------- */

    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    /* Header Menu
	--------------------------------------------- */

    .nav-primary {
        clear: none;
        float: right;
        margin-top: -52px;
        /* width: auto; to make the ubermenu submenu width 100% */
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Site-Inner + Breadcrumbs formatting
	--------------------------------------------- */

    .site-inner,
    .breadcrumb {
        /* margin-top: 70px; */
        max-width: 1140px;
    }

    /* Content
	--------------------------------------------- */

    .content {
        float: left;
        width: 65%;
    }

    .sidebar-content .content {
        float: right;
    }

    .full-width-content .content {
        float: none;
        width: 100%;
    }

    .full-width-content .content,
    .landing-page .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /* Sidebar
	--------------------------------------------- */

    .sidebar {
        float: right;
        width: 30%;
    }

    .sidebar-content .sidebar {
        float: left;
    }

    /* Author Box
	--------------------------------------------- */

    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    /* After Entry
	--------------------------------------------- */

    .after-entry {
        padding: 40px 60px;
    }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Footer Widgets
	--------------------------------------------- */

    .footer-widgets .wrap {
        max-width: 1140px;
    }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(100% / 4);
    }

}


@media only screen and (max-width: 1200px) {

    main#genesis-content,
    .elementor-section.elementor-section-boxed>.elementor-container,
    .breadcrumb,
    .eo-archive-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .elementor-widget-breadcrumbs p {
        padding-left: 10px;
    }


}

@media screen and (max-width: 959px) {


    .site-header,
    .utility-bar {
        display: none;
    }

    .ubermenu .ubermenu-item {
        display:block;
    }

    .ubermenu.ubermenu-responsive .ubermenu-column {
        width: 100% !important;
    }

    .footer-widgets {
        display: none;
    }

    .footer-social-icons,
    .site-footer .wrap p {
        float: none;
    }

    .site-footer .wrap p {
        margin-bottom: 10px;
    }

    .site-footer {
        text-align: center;
        border-top: 1px solid #eee;
    }

    .ubermenu .ubermenu-divider {
        display: none;
    }

    /* .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-active > .ubermenu-target > .ubermenu-sub-indicator-close {
	 	display: none !important;
	 } */

    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator-close {
        background-image: url('https://www.rambus.com/wp-content/uploads/2019/09/close-icon.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 42px;
    }

    body.shiftnav-disable-shift-body {
        padding-top: 0;
    }

    .wpml-ls-legacy-list-vertical a {
        color: #fff;
}

}

@media(max-width:920px) {

    .targetDiv {
        max-width: 200px;
        max-height: 380px !important;
    }


    .infographic-image {
        display: none;
    }

    .resource-library-results {
        width: 46%;
    }

}

@media (max-width: 768px) {

    .resource-library-results {
        width: 46%;
    }

    .display-none-tablet {
        display: none;
    }

}

@media (max-width: 480px) {

    header.site-header.shrink {
        padding: 0 30px;
    }

    .resource-library-results {
        width: 100%;
    }
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title>a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}