/*
	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.0-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: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	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: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 27px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.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;
}

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

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

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

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #1d57cc;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

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

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:'Roboto', Arial, sans-serif !important;
}

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

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 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;
}

/* 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 {
	background-color: #fff;
	/* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
	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;
}


.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.ubermenu .ubermenu-active > .ubermenu-target:not(.top-level-nav) {
	background-color: #1d57cc !important;
	color: #fff !important;
}

li#menu-item-17589,
li#menu-item-18165,
.ubermenu-submenu-id-18137,
.ubermenu-submenu-id-18147,
.ubermenu-submenu-id-22572,
.ubermenu-submenu-id-24019
 {
  border-top: 1px solid #1d57cc !important;
}

.nav-markets-btn {
   margin-top: 5px !important;
}

.nav-markets-btn span {
  background-color: #1d57cc;
  background-image: url('https://www.rambus.com/wp-content/uploads/2019/09/arrow-white-circle.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 18px;
  color: #fff;
  padding: 5px 60px 5px 10px;
  border-radius: 4px;
}


.nav-ellipses span {
  font-size: 22px;
}


.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
  background-color: #f4f4f4;
}

.ubermenu .ubermenu-tabs-group {
	border: none !important;
}

.ubermenu-search {
 margin-top: 14px !important;
  margin-left: 10px !important;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
  background: #f2f2f2 !important;
  border-radius: 4px;
}


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

/* 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;
}

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;
}

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate( 180deg );
}

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

.nav-primary {
	clear: left;
	padding-bottom: 0;
	padding-top: 10px !important;
	width: 100%;
}

/* 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: #333;
}

.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 {
	border-top: 1px solid #eee;
	background-color: #fff;
	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: #fff;
	font-size: 12px;
	line-height: 1.5;
	padding: 30px;
}

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

.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 
---------------------------------------------------------------------------------------------------- */

/*******************************************************
          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 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;
}

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
--------------------------------------------- */
.utility-bar {
 
}
.utility-bar a {
 color: #4d4d4d;
 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);
background: #fff;
}

/*******************************************************
          Home Page SVG
********************************************************/

.market-infographic {
	position: relative;
}

#MarketsInfographic {
	cursor: pointer;
}

#MarketsInfographic g:hover .BGCircle,
#MarketsInfographic g.Active .BGCircle {
  	fill: #14c14f;
  	stroke: #14c14f;
}

#MarketsInfographic g:hover .BGCircle {
	fill: #fff;
	stroke: #14c14f;
}

#MarketsInfographic g.Active .BGCircle,
#MarketsInfographic g:focus .BGCircle,
#MarketsInfographic g.Active text,
#MarketsInfographic g:focus text,
#MarketsInfographic g:hover text,
#MarketsInfographic g.Active path.trace-node {
  	fill: #14c14f;
}


#MarketsInfographic g:hover path.icon-fill-selected,
#MarketsInfographic g:hover rect.icon-fill-selected {
	fill: #14c14f;
}

#MarketsInfographic g:focus path.icon-fill-selected,
#MarketsInfographic g.Active path.icon-fill-selected,
#MarketsInfographic g:focus rect.icon-fill-selected,
#MarketsInfographic g.Active rect.icon-fill-selected {
  	fill: #fff;
}


g.Active path.trace {
	stroke: #14c14f;
}

g#EdgeComputing:focus {
	outline: none;
}

#marketGroup {
	position:absolute; 
	top: 43%;
	left: 50%;
	background-color:#fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#marketGroup a {
	text-decoration: none;
}

#marketGroup a:hover {
	text-decoration: underline;
}
			
#marketGroup a:visited {
	color:#333;
	text-decoration: none;
}

#marketGroup h3 {
	margin: 0;
	padding: 16px 5px;
	background-color: #1fc14f;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
}

#marketGroup h3,
.markets-list-mobile a,
#marketGroup h3 a:visited {
	color: #fff;
}

.hide {
	display: none;
} 

#marketGroup img {
	width:100%;
	min-height:130px;
}

.targetDiv {
	width: 260px;
}

.targetDiv a {
	color: #fff;
}

.market-list {
	list-style: none;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
}

.market-list a {
	color: #333;
}

.nextend-thumbnail-scroller {
	background: rgba(35,35,35,.7) !important;
}


/* Resource Lib */
.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 {
	background-color: #1d57cc;
	color: #fff;
}

/* 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;
}

/*******************************************************
         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%;
}



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

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

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

	.site-header {
		/* position: fixed;
		width: 100%; */
		z-index: 9999;
	}

	/* 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;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		/* margin-bottom: 60px; */
	}

	/* 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;
	}


}

@media (min-width: 959px) {

	.ubermenu-item-level-0.ubermenu-active > a.ubermenu-target > span.ubermenu-target-title:after,
	.ubermenu-item-level-0.ubermenu-active > span.ubermenu-target > span.ubermenu-target-title:after {
		 right: 5px;
		 position: absolute;
		 top: 50%;
		 margin-top: -6px;
		 display: inline-block;
		 content:"";
		 background-image: url('https://www.rambus.com/wp-content/uploads/2019/09/down-arrow.svg');
		 background-position: right;
		 background-repeat: no-repeat;
		 width: 10px;
		 height: 16px;
		 /*content: "\f107";
		 font-family: FontAwesome;
		 line-height: 1;
		 font-size: 16px;
		 color: #1d57cc;
		 -webkit-font-smoothing: antialiased;
		 -moz-osx-font-smoothing: grayscale; */
	}

}

@media (max-width: 959px) {

	  .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;
    }

}

@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) {

	  .utility-bar {
	  	display: none;
	  }

	  .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;
	}

}
