/*	Theme Name: OMRF 2025 Theme
	Description: Custom OMRF theme built for the Genesis Framework.
	Author: OMRF
	Author URI: https://omrf.org
	Version: 3.0.1
	Template: genesis
	Template Version: 2.0
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize --------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Box Sizing --------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* Float Clearing --------------------------------------------- */
.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,
.wrap:before {
	content: " ";
	display: table;
}
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
}
summary {
  position: relative;
  cursor: pointer;
  display: block; /* Removes marker in Firefox */
  -webkit-appearance: none; /* Suppresses Safari's native arrow */
  list-style: none; /* Fallback */
}

/* Target Safari/WebKit's proprietary marker pseudo-element */
summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  content: none;
  display: none;
}

summary::before,
summary::after {
  content: '';
}

summary::before,
summary::after {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Engschrift';
}

summary::after {
  content: '▼';
}

[open] summary::after {
  content: '▼';
  transform: rotate(180deg);
  transform-origin: center;
  display: inline-block;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements --------------------------------------------- */
@font-face {
	font-family: 'Univers';
	src: url('font/UniversRegular.ttf') format('truetype'),
		 url('font/UniversBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Engschrift';
	src: url('font/DIN1451EngSchrift.otf') format('opentype'),
		 url('font/DIN1451EngSchrift.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;	
	color: #333;
	font-size: 19px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	border-bottom:none;
	color: #005270;
	font-weight: 400;
	text-decoration: none;
}
a.light,
a.dark,
a.helix,
div.contact-text > a {
	text-decoration:none;
}
a img {
	margin-bottom: -6px;
}
a:hover {
	color: #0ebfe9;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
blockquote,
blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}

/* Headings--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Engschrift';
 	font-weight: 550;
	line-height: 1;
	margin: 0 0 15px;
	letter-spacing:0.8px;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 54px;
}
h3 {
	font-size: 42px;
}
h4 {
	font-size: 32px;
}
h5 {
	font-size: 25px;
}
h6 {
	font-size: 16px;
}

/* Objects --------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
    height: auto;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Engschrift';
	font-size: 16px;
	font-weight: 550;
	padding: 10px;
	width: 100%;
	letter-spacing:0.8px;
}
input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #999;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner {
	background-color: #fff;
	clear: both;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers --------------------------------------------- */
.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}
.home-featured li {
	list-style-type: none;
}
.home-featured .widget {
	padding: 0 20px;
}
.home-featured p:last-child {
	padding: 0 0 24px;
}
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}
.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}
.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}
.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 40px 0;
}
.site-tagline p {
	margin: 0;
}
.site-tagline-left {
	float: left;
	width: 50%;
}
.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}
.minimum .site-tagline {
	margin-top: 600px;
}
a.cta-button {
	background-color: #333;
	border-radius:40px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 0.9;
	padding: 15px 20px;
}
a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
	float: left;
	width: 720px;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	width: 100%;
}

/* Column Classes --------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.four-fifths,
.one-fifth,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.one-fifth {
	width: 17.9487179487179488%;
}
.two-fifths {
	width: 38.4615384615384616%;
}
.three-fifths {
	width: 58.9743589743589744%;
}
.four-fifths {
	width: 79.4871794871794872%;
}
.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress --------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}
.entry-comments .avatar {
	height: 48px;
	width: 48px;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
a.alignleft,
a.alignright {
	border: none;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.gallery-caption {
}

/* Widgets ---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 40px;
}
.archive-description,
.author-box {
	background-color: #f5f5f5;
}
.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}
.author-box {
	margin-bottom: 40px;
	padding: 40px;
}
.single .author-box {
	margin-bottom: 60px;
}
.author-box-title {
	color: #333;
	font-family: 'Engschrift';
	font-size: 16px;
	font-weight: 550;
	margin-bottom: 4px;
	letter-spacing:0.8px;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid ------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}

/* Titles --------------------------------------------- */
.entry-title {
	font-size: 30px;
	line-height: 0.9;
}
.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}
.single-portfolio .entry-title {
	margin-bottom: 20px;
}
.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}
.entry-title a:hover {
	color: #0ebfe9;
}
.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
#home-featured .widget-title {
	margin-bottom: 10px;
}
.sidebar .widget-title a {
	border: none;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}
.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}
.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}
.featured-content .entry-title a {
	border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
	color: #999;
}
.enews-widget input {
	margin-bottom: 16px;
}
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
}
.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}
.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	left: 0;
	letter-spacing:0.8px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}
.site-title {
	font-family: 'Engschrift';
	font-size: 24px;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
	letter-spacing:0.8px;
}
.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}
.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */
.header-image .title-area {
	padding: 0;
}
.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}
.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Engschrift';
	font-weight: 550;
	line-height: 1.4;
	width: 100%;
	letter-spacing:0.8px;
}
.menu-toggle {
    display: none;
    padding-bottom: 10px;
    min-width: 100%;
    border-radius: 0px;
	margin-top: -2px;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}
.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 20px;
	padding: 10px 10px;
	position: relative;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #05AFF2;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: rgb(50, 55, 60, 0.8);;
	border: 1px solid #eee;

	padding: 16px 20px;
	position: relative;
	font-size:1.4em;
	width: 160px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #333;
}
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}
.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	margin-bottom: 20px;
}
.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}
.site-footer .nav-secondary a:hover {
	color: #999;
}
.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}
.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
	cursor: pointer;
	display: none;
}
#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

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

body.single-post header.entry-header.post,
body.single-post div.entry-content.post,
body.single-post div.entry-footer.post {
	margin:40px;
}
body
.entry {
	margin-bottom: 0px;
}
.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}
.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}
.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}
.single-portfolio .entry {
	text-align: center;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.ewa-rteLine {
	margin-bottom: 26px;
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content .search-form {
	width: 50%;
}
.entry-meta {
	font-family: 'Engschrift';
	font-size: 14px;
	letter-spacing:0.8px;
}
.entry-meta a {
	border: none;
	font-weight: 300;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
article > header {
	margin-top:20px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.pagination li {
	display: inline;
}
.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Engschrift';
	font-size: 14px;
	font-weight: 550;
	padding: 8px 12px;
	letter-spacing:0.8px;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.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-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.entry-pings .reply {
	display: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar img {
	margin-bottom: 15px;
}
.sidebar .featured-content img {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Engschrift';
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	letter-spacing:0.8px;
}
.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}
.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}
.footer-widgets-1 {
	margin-right: 60px;
}
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.footer-widgets a:hover {
	color: #999;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets .widget-title {
	color: #fff;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #333;
	letter-spacing:0.8px;
	padding: 60px 0;
	text-align: center;
}
.site-footer a,
.site-footer p {
	color: #999;
}
.site-footer a:hover {
	color: #fff;
}
.site-footer a {
	border: none;
	font-weight: 300;
}
.site-footer p {
	font-family:'Univers';
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

/*OMRF Custom Styles */
body, input, textarea, select {
    font-family: 'Univers';
}
.site-header {
	border-bottom:none;
	position:inherit;
}
#header-date {
	font-weight:600;
	padding-top:15px;
	color:#333;
}
div.entry-date {
	color: #a8a8a8;
	border-color: #ddd;
	text-align:left;
	font-size:13px;
}
h2.entry-title {
	text-align:left;
	margin-bottom:5px;
	padding-top:10px;
}
h2.entry-title > a {
	font-size: 20px;
    font-weight: 700;
	font-family:'Univers';
}
h3.entry-title {
	text-align:left;
	margin-bottom:5px;
	padding-top:0px;
}
h3.entry-title > a {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Univers';
}
div.home-featured-2.widget-area > div > div > div > h3.entry-title {
	font-size:15px;
}
div.home-featured-2.widget-area > div > div > div > div.entry-excerpt {
	font-size:14px;
}
div.entry-excerpt {
	text-align:left;
}
a {
    transition: color 300ms,background-color 300ms,opacity 300ms;
    -moz-transition: color 300ms,background-color 300ms,opacity 300ms;
    -o-transition: color 300ms,background-color 300ms,opacity 300ms;
    -webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
}
.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4 {
    width: 100%;
}
.wrap {
    margin: 0 auto;
    max-width: 100%;
	padding-left: 0px;
    padding-right: 0px;
}
.title-area {
    padding-left:40px;
	font-weight:700;
}
.site-header .widget-area {
    padding-right:40px;
}
article {
    padding: 0px;
}
body > div.site-container > nav{
	font-family:'Univers';
	border-color:#f2f2f2;
	color:#888;
	border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
	margin-top:0px;
    padding:0px 40px;
	font-size: 17px;
}
.headertext span {
    line-height: 58px!important;
}
nav > ul {
	margin: 0;
    padding: 0;
    list-style: none;
	border-color: #ddd;
}
.site-tagline {
	display:none;
}
nav > ul > li {
	border-color: #ddd;
}
.menu-item > a > span {
	padding-bottom: 17px;
	font-size:12px;
	padding: 0 0px 19px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing:0.8px;
	color: #373737;
	text-decoration: none;
    zoom: 1;
	line-height: 1;
	border-color: #ddd;
	letter-spacing:normal;
}
.menu-item > a > span:hover {
	color: #0ebfe9;
	background: 0 0 !important;
    outline: 0;
}
li.current-menu-item > a > span {
	color:#0ebfe9;
}
body > div.site-container > div.site-inner > div > div > footer {
	margin-left: -50px;
    margin-right: -50px;
}
#menu-main-menu {
	margin-top: 0;
    border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 1px;
    border-right: none;
    border-left: none;
	border-color: #ddd;	
}
div.main-image{
	padding-left: 0px;
    padding-right: 0px;
}
body > div.site-container > div.main-image > img {
	width:100%;
}
a.post-edit-link {
	padding-left:40px;
}
#custom-archive {
	padding-left:40px;
	padding-right:40px;
}
.clear {
	clear:both;
}
#features-header {
    text-align: left;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
	text-transform:uppercase;
}
div.section-title {
    text-align: left;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.home-featured .widget {
    padding: 0 0px;
}
.bx-wrapper .bx-controls-direction a {
	top: 40%!important;
}
/* body.single-post article {
	padding:20px 80px;
} */

/*OMRF Pre Header*/
#pre-header {
	margin-bottom:0px;
	line-height:0;
	padding-top: 5px;
    padding-bottom: 10px;
	color:#fff;
	position: absolute;
    background-color: transparent;
    width: 100%;
	z-index: 100;
}
.genesis-nav-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 10px 8px;
    text-transform: uppercase;
	font-weight:550;
	font-family:'Engschrift';
	font-size: 1.8rem;
	letter-spacing:0.8px;
}
#menu-item-93253 > a {
	background-color:#fff;
    color:#005270;
	border-radius:50px;
	padding: 10px 20px 4px 20px;
}
#menu-item-93253 > a:hover {
	color:#05AFF2;
}
.genesis-nav-menu a:hover {
	color:#FBAA19;
}
#pre-header-menu {
	padding-left:0px;
	padding-right:15px;
	text-align: right;
}

/*OMRF Header*/
#pre-header > nav{
	display:inline-block;
	margin-top: 10px;
	padding-bottom:5px;
	width: 85%;
	float:right;
}
#logo-container {
    display: inline-block;
	float:left;
    padding-top: 5px;
    padding-left: 5px;
}
#logo-container > a > img {
	width:110px;
	margin-left: 10px;
}
/*Block Styles */
.omrf-block #menu-main-menu {
	margin-left: 20px;
    margin-right: 20px;
}
div.white-block > div.contact-block {
	margin-left: 20px;
	padding-top:20px;
}
div:has(> div.omrf-block) {
	padding:20px 40px 20px 40px;
}
div:has(> div.marine-block) {
	background-color:#005270;
}
.marine-block {
	background-color:#005270;
	
}
.marine-block > div,
.marine-block > aside {
	background-color:#005270;
	color:#fff;
}
.marine-block h1,
.marine-block h2,
.marine-block h3,
.marine-block h4,
.marine-block h5 {
	color:#FBAA19;
}
.marine-block a {
	color:#FBAA19;
}
.marine-block a:hover {
	color:#000;
}
div:has(> div.white-block) {
	background-color:#fff;
}
.white-block h1,
.white-block h2,
.white-block h3,
.white-block h4,
.white-block h5,
.white-block a,
div.marine-block > div > div > a {
	color:#005270;
	text-decoration:none;
}
.white-block .menu-item > a {
	color:#333;
}
.white-block .menu-item > a:hover {
	color:#005270;
}
.white-block a:hover {
	color:#000;
}
.white-block > aside {
	background-color:#fff;
}
div:has(> div.cyan-block) {
	background-color:#abe1fb;
}
.cyan-block {
	background-color:#abe1fb;
}
.cyan-block > div,
.cyan-block > aside {
	background-color:#abe1fb;
	color:#005270;
}
.cyan-block h1,
.cyan-block h2,
.cyan-block h3,
.cyan-block h4,
.cyan-block h5 {
	color:#005270;
}
.cyan-block #menu-main-menu {
	border-color:#fff;
}
.cyan-block #menu-main-menu a {
	color:#333;
}
.cyan-block #menu-main-menu a:hover {
	color:#fff;
}
div:has(> div.helix-block) {
	background-color:#05AFF2;
}
.helix-block {
	background-color:#05AFF2
}
.helix-block > div,
.helix-block > aside {
	background-color:#05AFF2;
	color:#fff;
}
.helix-block h1,
.helix-block h2,
.helix-block h3,
.helix-block h4,
.helix-block h5 {
	color:#fff;
}
.helix-block a:hover {
	color:#FBAA19;
}
div:has(> div.black-block) {
	background-color:#000;
}
.black-block {
	background-color:#000;
}
.black-block > div,
.black-block > aside {
	background-color:#000;
	color:#fff;
}
.black-block h1,
.black-block h2,
.black-block h3,
.black-block h4,
.black-block h5 {
	color:#fff;
}
.black-block .menu-item > a:hover {
	color:#FBAA19;
}

/*Recent Posts*/
.recent-post-title {
	line-height:1.0;
	text-align:left;
	font-weight:500;
}
.recent-post-excerpt {
	font-style:italic;
	font-size:14px;
}
div.white-block > div > div.recent-post-title > a {
	color: #000;
}
div.marine-block > div > div.recent-post-title > a,
div.helix-block > div > div.recent-post-title > a,
div.black-block > div > div.recent-post-title > a {
	color:#fff;
}
div.cyan-block > div > div.recent-post-title > a {
	color:#005270;
}
div.omrf-block > div > a.alignleft {
    margin: 0 18px 0px 0;
}

div.wp-block-lazyblock-omrf-recent-posts > div > div > a > img,
div.wp-block-lazyblock-omrf-carousel > div > div > a > img {
	width:100%;
	margin-bottom:10px;
}
div.wp-block-lazyblock-omrf-recent-posts > div > div > a,
div.wp-block-lazyblock-omrf-carousel > div > div > a   {
	width:100%;
}
.classy-container {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
    display: block;
}

/*WP-Block Restyle */
.wp-block-group {
	margin-left: -40px;
    margin-right: -40px;
    padding-left: 50px;
    padding-right: 50px;
}
.wp-block-button__link {
	font-family: 'Engschrift';
	border-radius:40px!important;
	text-transform:uppercase;
	padding: calc(1.5vw + 5px) calc(3vw + 2px) calc(1.5vw + 0px)!important;
	letter-spacing:0.8px;
	line-height:1;
	font-size: calc(1.7vw + 5px)!important;
}
:where(.wp-block-columns) {
    margin-bottom: 0em;
}

/*OMRF Button Styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
a.fasc-button {
	background-color: #32373c;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Engschrift';
	border-radius:40px;
	text-transform: uppercase;
	font-size: calc(1.8vw + 7px);
	letter-spacing:0.8px;
	font-weight: 550;
	display: inline-block;
	padding: calc(1.5vw + 5px) calc(3vw + 2px) calc(1.5vw + 0px);
}
.gform_button {
	background-color: #32373c!important;
	border: none!important;
	box-shadow: none;
	color: #fff!important;
	cursor: pointer!important;
	font-family: 'Engschrift'!important;
	border-radius:40px!important;
	text-transform: uppercase!important;
	font-size: calc(1.8vw + 7px)!important;
	letter-spacing:0.8px!important;
	font-weight: 550!important;
	display: inline-block!important;
	padding: calc(1.5vw + 5px) calc(3vw + 2px) calc(1.5vw + 0px)!important;
}
a.fasc-button {
	border-radius:50px!important;
	line-height:1!important;
	/* font-size: 16px!important;
	padding: 17px 20px 14px!important; */
	margin-top: 5px!important;
	text-align:center;
}

@media only screen and (min-width: 1123px) { 
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.entry-content .button,
	a.fasc-button {
		font-size: 24px;
		padding: calc(1.5vw + 5px) calc(2.5vw + 2px) calc(1.5vw + 0px);
	}
}

a.fasc-button.rounded.fasc-size-medium, 
.fasc-rounded-medium.fasc-size-medium {
    border-radius: 50px!important;
}
.button.light {
	background-color:#fff!important;
    color:#005270!important;
}
.button.light:hover {
    color:#05AFF2!important;
}
.button.dark {
	background-color:#32373c!important;
    color:#fff!important;
}
.button.dark:hover {
    color:#05AFF2!important;
}
.button.helix {
	background-color:#05AFF2!important;
    color:#fff!important;
}
.button.helix:hover {
    background-color:#005270!important;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}
.entry-content .button:hover {
	color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
div.breadcrumb > span > a {
	color:#05AFF2!important;
}
div.breadcrumb > span > a:hover {
	color:#005270!important;
}
.wp-embedded-content {
	width:100%
}
.menu-toggle {
    display: none;
}

/*OMRF Custom Footer*/
#footer-left,
#footer-right,
.site-footer,
#footer-right > h4 {
    background-color: #f5f5f5;
	color:#005270;
    text-align: left;
}
#footer-left {
	float:left;
	width:50%;
	padding:10px
}
#footer-right {
	float:right;
	width:50%;
	padding:10px;
	margin-top: 80px;
}
#footer-right .button{
	margin-top:20px;
	background-color:#005270;
	padding: 20px 30px 10px;
	color:#f5f5f5;
}
.site-footer {
    padding: 20px 40px 20px 40px;
}
#footer-logo {
	width:200px;
	margin-bottom:20px;
}
#footer-logo-container {
	float:right;
	margin-top:60px;
}
#social-logo-cont {
	margin-top:20px;
}
.social-logo img {
	width:50px;
	margin-right:20px;
}
#footer-menu { 
	display:block!important;
}
#footer-right .genesis-nav-menu {
	margin-top:20px;
}
#footer-right .genesis-nav-menu > .menu-item > a {
	color:#005270;
	font-size:17px;
}
#footer-right .genesis-nav-menu > .menu-item > a:hover {
	color:#000;
}
#footer-seperator {
	border-top: 1px solid #005270;
}
#sub-footer-left {
	float:left;
	font-size:14px;
	width:70%;
}
#sub-footer-left a {
	color:#005270;
	text-decoration:underline;
}
#sub-footer-left a:hover {
	color:#000;
}
#affiliation-logo-cont {
	float: right;
	width:30%
}
.affiliation-logo img {
	height:50px;
	margin-right:20px;
}

@media only screen and (max-width: 1123px) {
	#sub-footer-left {
		float:none;
		width:100%;
		text-align:center;
	}
	#affiliation-logo-cont {
		float: none;
		width:100%;
		text-align:center;
		margin-top:10px;
	}
}
@media only screen and (max-width: 900px) {
	#footer-left {
		float:none;
		width:100%;
		text-align:center;
	}
	#footer-right {
		float:none;
		width:100%;
		margin-top: 0px;
		text-align:center;
		margin-top:20px;
	}
	#footer-right > h4 {
		text-align:center;
	}
}

/* Scientist Template */
a.scientist-publications-button {
	margin-top:20px!important;
	margin-bottom:20px!important;
	background-color: #05aff2;
	color: #ffffff;
}
ul.scientist-research-areas {
	padding-left:20px;
}
a.scientist-email-button {
	margin-top:20px!important;
	margin-bottom:20px!important;
}
/* Search Bar */
.search-form {
	display:none;
	width: 80%;
	position: relative;
	left: 10%;
	top: 15%;
	z-index: 10;
}
#search-icon {
	width:20px;
	margin-right:10px;
}
#search-icon:hover {
	cursor:pointer;
}
#searchform-1 {
	height:85px;
}

/* Search Results */
#search-results {
	padding-left:40px;
	padding-right:40px;
	margin-top:40px;
	margin-bottom:40px;
	background-image:url(/wp-content/uploads/2025/06/SearchBackgroundTestCloser-scaled.png);
	background-size: 100% auto;
}
#search-results h4 {
	margin: 0 0 0px;
}
.search-result {
	margin-bottom:30px;
}
#search-results .search-form {
	display:inline-block;
	width: 100%;
	position: inherit;
}
#search-results #searchform-2 {
	height:85px;
}
#search-results .button.light {
    border:1px solid #005270;
}  
#search-results .tablinks {
	font-size:16px;
	padding:17px 20px 14px;
	margin:5px;
}
#search-results .tablinks.active {
	font-size:16px;
	padding:17px 20px 14px;
	margin:5px;
}
#search-results #section-buttons {
	margin-bottom:20px;
}

/* Findings */
#findings-container {
	padding-left:40px;
	padding-right:40px;
	margin-top:40px;
	margin-bottom:40px;
}
.mobile-only{
	display:none;
}

/* Block Filter */
div:has(> div[filter-block="true"]) {
	display:none;
}
div:has(> div.block-filter) {
	display:none;
}

/* Mobile Menu Restyle */
#mobmenuright li a,
#mobmenuright li a:visited,
.mob-menu-logo-holder > .headertext span {
	/* font-family:'Univers'!important; */
	font-family:'Engschrift'!important;
	letter-spacing:0.8px!important;
	font-weight: 550!important;
	width: 100%!important;
	font-size: 30px!important;
	padding: 14px 20px 6px !important
}
#mobmenuright li a,
#mobmenuright li a:visited {
	text-transform:uppercase!important;
}

#omrfScrollToTop {
	position: fixed;
	bottom: 30px;
	right: -300px;
	z-index: 99;
	background-color: #05AFF2;
	color: white;
	cursor: pointer;
	/* rotate: -90deg !important; */
	border-radius:6px;
	padding: 10px 26px 10px 14px;
	font-size: 100%!important;
}

#omrfScrollToTop:hover {
  background-color: #005270;
}

/*Shorthand stuff */
#vcKV7k8xkp-footer_shorthand_link {
	display:none;
}
article.Core--rootElement > header {
	margin-top:0px
}
.Reading-Progress-Bar-Background {
	height: 0rem;
}
div.Layout.FullSize--fullHeight.Theme-Layer-TextBlock.Layer--one {
	z-index:91;
}
div.shorthand-embed-article > div {
	z-index:1;
}
#article {
	z-index:0;
}

/*Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
    #wpadminbar,
    .site-footer,
    #omrfScrollToTop,
    .mob-menu-header-holder,
	#scientist-header-bg-image {
        display: none !important;
    }
	body > div.site-container > div.site-inner > div > div > main > article > div.breadcrumb {
		margin-top:300px;
	}

	#pre-header-menu {
		color:black!important;
	}
    .wp-post-image {
        display: none !important;
    }
}

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

@media only screen and (max-width: 1179px) {
	.site-header .widget-area {
		width: 620px;
	}
	.content {
		width: 580px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}
}

@media only screen and (max-width: 1110px) {
	#footer-logo-container {
		margin-top:130px;
	}
}

@media only screen and (max-width: 1023px) {
	#footer-menu {
		float: none;
		margin-right: 0px;
	}
	#pre-header-menu {
		padding-left: 0px; 
		padding-right: 0px; 
	}
	#pre-header > nav {
		width: 80%;
	}
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}
	.site-header {
		position: static;
	}
	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}
	.header-image .site-title a {
		margin: 0 auto 10px;
	}
	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	.site-header .widget-area {
		padding: 0 5%;
	}
	.site-description {
		font-size: 30px;
	}
	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}
	.minimum .site-tagline {
		margin-top: 400px;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}
	.site-tagline-left p {
		margin-bottom: 20px;
	}
	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	.minimum-landing .site-container {
		padding: 5%;
	}
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media only screen and (max-width: 820px) {
	#footer-left {
		float: none;
		text-align: center;
	}
	#footer-right {
		float:none;
	}
	#footer-logo-container {
		float:none;
		margin-top:10px;
	}
}

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

	.accordion-summary::before,
	.accordion-summary::after {
		right: 20px!important;
	} 
	button, input[type="button"], 
	input[type="reset"], 
	input[type="submit"], 
	.button, 
	.entry-content .button, 
	a.fasc-button {
		font-size: calc(1.8vw + 12px);
		letter-spacing: 0.8px;
		padding: calc(1.5vw + 10px) calc(3vw + 10px) calc(1.5vw + 6px);
	}
	.mobile-only{
		display:inline-block;
	}
	.mobmenu-content #mobmenuright li:hover {
        border-left: 1px #fff solid;
		border-right: 1px #fff solid;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;
    }
	div.mob-menu-header-holder #search-item {
		position: absolute;
        top: 15px;
        left: 15px;
		list-style-type:none;
	}
	.mobmenu-content #search-item {
		display:none;
	}
	.mobile-give-button {
		position:absolute;
		top:12px;
		right:12px;
		text-decoration: none;
		display: block;
		text-transform: uppercase;
		font-weight: 550;
		font-family: 'Engschrift';
		font-size: 1.6rem;
		letter-spacing: 0.8px;
		padding: 26px 12px 18px 12px;
	}
	div:has(> div.omrf-block) {
		padding: 20px 30px 20px 30px;
	}
	div.wp-block-lazyblock-omrf-recent-posts > div > div > a > img {
		margin-bottom:10px;
	}
	div.wp-block-lazyblock-omrf-recent-posts > div > div > a  {
		width:30%;
	}
	a.overlay-button {
		font-size: 14px;
		padding: 16px 30px;
	}
	.genesis-nav-menu a {
		font-size: 1.5rem;
	}
	#pre-header > nav {
        width: 75%;
    }
	#custom-archive {
		padding-left:0px;
		padding-right:0px;
	}
	.site-header {
		padding-bottom: 10px;
	}
	.title-area {
		padding-bottom: 6px;
	}
	.minimum .site-tagline {
		margin-top: 200px;
	}
	.genesis-nav-menu a {
		padding: 20px 10px;
	}
	.site-footer .nav-secondary a {
		margin: 0 10px;
	}
	.responsive-menu {
		display: none;
	}
	#responsive-menu-icon {
		display: block;
	}
	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}
	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}
	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.site-footer {
    	padding: 20px 30px 20px 30px;
	}
	#footer-left,
	#footer-right {
		padding-left:0px;
		padding-right:0px;
	}
}

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

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	#header-date {
		margin-left:50%;
	}
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 320px) {
	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
}