/*
	Theme Name: davidwaranch2025
	Author: Rowboat Web Services
	Author URI: http://www.rowboatwebservices.com/

	Template: genesis

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#fff}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* # Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* # Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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,
.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;
}


/* # Variables
---------------------------------------------------------------------------------------------------- */

:root {
	--rm-width: 350px;
	--rm-negative-width: -350px;

	--rm-megamenu-x: 0px;
	--rm-megamenu-y: 0px;
	--rm-megamenu-padding: 1050px;
}

/* # Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 2.0rem;
}

body {
	background-color: #fff;
	background-image: url('images/cream-pixels.png');
	color: #000;
	font-family: 'oxygen', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	padding: 0;
}

a {
	color: #294259;
	text-decoration: none;
}

.site-header a {
	color: #294259;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
	width: 100%
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #294259;
	clear: both;
	margin: 0 0 30px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* # Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #294259;
	font-family: 'Rufina', serif;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 28px;
	text-align: left;
}

h1 {
	font-size: 44px;
	font-size: 4.4rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 22px;
	font-size: 2.2rem;
}

p {
	font-size: 21px;
	font-size: 2.1rem;
}

/* # Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* # Forms
--------------------------------------------- */

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	text-align: center;
	display: block;
	background-color: #5D3737;
	border-radius: 0;
	color: #fff;
	font-family: oxygen, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: auto auto;
	max-width: 90%;
	padding: 12px 24px;
	transition: background-color 0.4s ease-in-out;
	filter: drop-shadow(4px 4px 3px #333);
}

input[type="submit"] {
	margin: auto 0;
}

.form-submit {
	margin-left: 0;
}

input[type="submit" i] {
	border: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
button:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
.button:active {
	background: #294259;
	color: #fff;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button.blog-more {
	clear: both;
	display: block;
	line-height: 1.3;
	margin: 20px 0;
	max-width: 100%;
	padding: 8px 0;
	text-align: center;
	width: 150px;
}

/* # Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #000;
	background: #fff;
	background-image: url('images/cream-pixels.png');
	z-index: 1; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
	font-weight: 600;
	font-size: 16px;
}

.more-link::before {
	content: "...";
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* # Site Containers
--------------------------------------------- */

.content-sidebar-wrap,
.wrap {
	width: 100%;
}

.site-inner {
	clear: both;
}

.content-sidebar-wrap {
	display: flex;
	gap: 65px;
	margin: 0 auto 60px;
	padding-top: 0;
}

/* # Column Widths and Positions
--------------------------------------------- */



/* ## Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 245px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* # Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* # Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* # Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: left;
	margin-bottom: 20px;
}

.site-header .search-form-input {
	border: 0;
	border-radius: 8px !important;
	font-size: 16px;
	padding: 5px 8px;
	width: 95%
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* # Titles
--------------------------------------------- */

.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.home .entry-header {
	display: none;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #000;
	text-decoration: none;
}

.widget-title {
	margin-bottom: 10px;
}

.site-header .header-widget-area {
	margin: 0;
	display: flex;
	flex-direction: row;
	padding: 0;
	flex-grow: 1;
}

.site-header .header-widget-area section div {
	margin: auto;
	width: 270px;
}

.site-header .header-widget-area section h3 {
	padding-bottom: 0;
	text-align: center;
	letter-spacing: 1px;
	font-family: oxygen, sans-serif;
}

.site-header .header-widget-area section h3 a {
	font-size: 38px;
}

.site-header .header-widget-area section hr {
	width: 89%;
	border-bottom: solid 2px #294259;
	margin: 0px auto;
}

.site-header .header-widget-area section a:hover {
	text-decoration: none;
}

/* # 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;
	align-self: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.entry-image-link {
	display: block;
	float: left;
	align-self: left;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	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 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.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;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	background: #fff;
}
	
.site-header .wrap {
	background: #fff;
	margin: auto;
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	width: 90%;
}
	
.site-header .wrap .wrap {
	background: none;
	padding: 0;
}
	
.rws-header-title p,
.rws-header-title h1 {
	color: #294259;
	text-align: left;
	line-height: 1.25em;
	padding-bottom: 0;
}
	
p.rws-title {
	font-family: Rufina;
	font-size: 45px;
	font-weight: 600;
}
	
p.rws-tagline {
	font-family: Rufina;
	font-size: 26px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1.2px;
}

/* home profile section
-----------------------------------------------------*/

.rws-home-profile-section {
	width: 100%;
	background: #294259;
	background: linear-gradient(180deg,rgba(80, 119, 154, 1) 0%, rgba(107, 142, 173, 1) 50%, rgba(138, 168, 194, 1) 100%);
}

.rws-home-profile-section .button {
	width: 100%;
	max-width: 300px;
	margin: 16px 0 0 0;
}

.rws-home-profile-section .button:hover {
	background-color: #294259;
}

.rws-home-profile-section .profile-section-wrap {
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.rws-home-profile-section .profile-section-wrap img {
	width: 303px;
	height: 404px;
	margin: auto 0;
}

.rws-home-profile-section div h2 {
	color: #fff;
	font-size: 32px;
	padding: 0 0 12px;
	text-align: left;
}

.rws-home-profile-section div p {
	color: #fff;
	font-size: 20px;
	padding: 0 0 12px;
}

.rws-home-profile-section .profile-section-wrap div {
	padding: 50px 60px 50px 0;
	flex-grow: 1;
	margin: 0;
	flex-direction: column;
}

/* Home Buttons */

.rws-home-buttons {
	position: relative;
}

.rws-home-buttons:after {
	background: no-repeat url("/wp-content/uploads/2025/06/Road9.png");
	background-size: 100% 150px;
	content: "";
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0;
	filter: opacity(40%);
}


.rws-home-buttons .wrap {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 150px;
	justify-content: space-between;
	max-width: 1200px;
	margin: 40px auto 20px auto;
}

.rws-home-buttons .wrap a {
	width: 200px;
	height: 80px;
	background-color: #294259;
	text-align: center;
	color: #fff;
	line-height: 50px;
	padding-top: 15px;
	font-size: 24px;
	z-index: 99;
	filter: drop-shadow(4px 4px 3px #333);
}

.rws-home-buttons a:hover {
	background-color: #294259;
	text-decoration: none;
}


/* Articles */

.rws-home-articles {
	padding: 0 0px 70px 0px;
	}
	
	.rws-home-articles h2 {
	background: #294259;
	color: #fff;
	line-height: 1;
	margin-bottom: 50px;
	padding: 20px 0;
	text-align: center;
	}
	
	.rws-home-articles .wrap {
	width: 1200px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	padding-bottom: 20px;
	gap: 40px;
	}
	
	.rws-home-articles .wrap p {
	padding-bottom: 12px;
	}
	
	.rws-home-articles .wrap a {
	font-weight: 600;
	}
	
	.rws-home-articles .button {
	width: 95%;
	max-width: 300px;
	}

/* footer
--------------------------------------------- */

.footer-widgets .simple-social-icons ul li {
	margin: 0 12px 12px !important;
}

/* Testimonails */

.rws-testimonials {
padding: 60px 0;
background: #fff;
background-image: url('images/cream-pixels.png');
display: flex;
}

.rws-testimonials .wrap {
max-width: 800px;
margin: 0 auto;
}

.rws-testimonials .wrap h2 {
text-align: center;
}

.rws-testimonials .wrap .button {
margin-top: 24px;
}

.rws-testimonial-author {
margin-top: 20px;
}

.rws-testimonial-author:before {
content: " - ";
font-weight: 600;
}

.rws-testimonials span {
float: right;
}

.footer-widgets {
	display: flex;
	flex-direction: row;
	background: #294259;
	width: 100%;
	padding: 50px 0;
}

.footer-widgets .wrap {
	max-width: 1140px;
	color: #fff;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-widgets .wrap p {
	font-size: 18px;
}

.footer-widgets .wrap iframe {
	margin-top: 20px;
}

.footer-widgets .wrap:before,
.footer-widgets .wrap:after {
	content: none;
}

.footer-widgets .wrap .widget-area {
	max-width: 320px;
}

.footer-widgets .wrap img {
	margin: 0 auto;
}

.footer-widgets .wrap h2,
.footer-widgets .wrap p,
.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget_nav_menu li {
	font-size: 20px;
	line-height: 1.85em
}

.footer-widgets .wrap .nav-primary {
	background: none;
	position: relative;
}

.footer-widgets .wrap .widget_nav_menu .wrap ul {
	flex-direction: column;
}

.footer-widgets .wrap .rws-home-footer-area-3 p {
	font-size: 18px;
}

/* sticky menu
--------------------------------------------- */

.rm-sticky-menu {
	background-color: #fff;
	display: block;
	height: 54px;
	left: 0;
	margin: auto;
	padding: 0 60px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 10;
}

@keyframes stickyMenuIn {
	0% {
		top: -50px;
	} 100% {
		top: 0;
	}
}

.site-header .rm-sticky-menu .wrap {
	background-color: #fff;
	padding: 0 60px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu {
	display: flex;
	height: 54px;
	margin: auto;
	max-width: 1400px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu a {
	color: #294259;
	font-size: 16px;
	font-weight: 500;
	padding: 7px 8px;
	margin: auto auto;
}

.site-header .rm-sticky-menu .wrap #mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu a:hover,
.site-header .rm-sticky-menu .wrap .genesis-nav-menu .current-menu-item a {
	text-decoration: underline;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .current-menu-item .sub-menu .menu-item a span {
	color: #294259;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item {
	display: flex;
	padding: 7px 8px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item:first-child {
	margin-left: 80px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item:last-child {
	margin-right: 100px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item .sub-menu {
	margin-top: 54px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item .sub-menu .sub-menu {
	margin-top: 0;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item .sub-menu a {
	padding: 4px 15px;
}

.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item .sub-menu .menu-item:nth-child(n) {
	display: block;
	padding: 0;
	margin: 0;
}

/* # Title Area
--------------------------------------------- */

.title-area {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	padding: 0;
	margin: auto;
	text-align: center;
	width: 550px;
	aspect-ratio: 550/123;
}

.title-area a,
.title-area a div {
	width: 550px;
	aspect-ratio: 550/123;
}
	
.title-area a:hover {
	text-decoration: none;
}

.title-area a div p {
	display: none;
}

.header-full-width .title-area {
	width: 100%;
}

.header-image .site-title > a {
	background-size: 100%;
	float: left;
	width: 100%;
}



.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.site-description {
	color: #fff;
}

/* # Home Widget Area
--------------------------------------------- */

.site-header .widget-area .widget_text {
	display: block;
	margin: auto 0 auto auto;
}

.site-header .widget-wrap .textwidget h3 {
	font-size: 30px;
	font-size: 3.0rem;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link {
	color: #294259;
}

.site-header .rm-sticky-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link {
	color: #294259;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:hover {
	color: #fff;
}

.mega-current_page_item a {
	color: #fff !important;
}

.mega-current_page_item ul a {
	color: #294259 !important;
}

.mega-current_page_item ul a:hover {
	color: #fff !important;
}

.wrap .mega-menu-item-type-custom a {
	color: #294259 !important;
}

.rm-home-phone-number {
	margin: auto 0 auto auto;
	font-family: Rufina, serif;
	font-size: 24px;
	font-weight: 600;
	color: #294259;
	text-decoration: none;
}

.rm-home-phone-number:hover {
	color: #fff;
	text-decoration: none;
}

.rm-home-contact-button {
	margin: auto 0;
	line-height: 1.2;
}

.rm-home-contact-button:hover,
.rm-home-contact-button:focus,
.rm-home-phone-number:focus {
	text-decoration: none;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */


.genesis-nav-menu {
	background: none;
	color: #294259;
	clear: both;
	display: flex;
	margin: auto auto;
	justify-content: space-between;
	width: 100%;
}

.genesis-nav-menu a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.footer-widgets .widget_nav_menu a {
	font-size: 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	text-decoration: underline;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 0;
	top: var(--rm-megamenu-y);
	display: flex;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu {
	left: auto;
	opacity: 1;
	top: 0;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu .sub-menu .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.rm-highlight {
	background: #000;
}

.rm-highlight a,
.rm-highlight a:hover {
	color: #fff;
	padding: 0 10px;
}

.rm-color a {
	color: #000;
}

/* Sub Menu
--------------------------------------------- */

.genesis-nav-menu .sub-menu li a:hover,
.genesis-nav-menu .sub-menu .current-menu-item a {
	color:#fff;
}

.genesis-nav-menu .sub-menu .current-menu-item .sub-menu li a {
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item .sub-menu li a:hover {
	color: #fff;
}

/* ## Accessible 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;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* # Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary {
	font-family:  'oxygen', sans-serif;
	display: flex;
	font-size: 18px;
	margin: auto;
	padding: 10px 0;
	width: 100%;
	background: #294259;
	position: relative;
	top: 0px;
}

.nav-primary .wrap {
	max-width: 1200px;
	margin: auto;
}

.nav-primary .wrap #mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	justify-content: space-between;
}

.site-header .widget-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 100vw;
	right: -210px;
	left: unset;
	padding: 0 210px;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 100vw;
	right: -260px;
	left: unset;
	padding: 0 260px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout:last-of-type ul.mega-sub-menu {
	right: 0;
}

.nav-primary .wrap #mega-menu-wrap-primary #mega-menu-primary li li .mega-menu-item {
	line-height: 12px;
}

.nav-primary .sub-menu .menu-item:hover:after,
.nav-primary .sub-menu .current-menu-item:after {
	content: none;
}

.nav-primary .sub-menu .menu-item {
	padding: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	float: left;
	margin-right: 0 !important;
}

/* Mobile Menu */

#wprmenu_bar .menu_title a {
	color: #fff;
	top: 0 !important;
}

#wprmenu_bar .menu_title a:hover {
	text-decoration: none;
}

/* # home header Text
---------------------------------------------------- */



.rm-home-header-text h1 {
	color: white;
	font-size: 60px;
}

.rm-home-header-text h2 {
	color: white;
	font-size: 48px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* # Entries
--------------------------------------------- */

.content-sidebar-wrap .content .entry {
	border-bottom: solid 2px #294259;
	margin: 0 auto;
	margin-bottom: 45px;
	padding-bottom: 20px;
}

.content-sidebar-wrap .content .entry:last-of-type {
	border-bottom: none;
	margin: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style: square;
	left: 20px;
	padding-right: 30px;
	position: relative;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #fff;
}

.blog .entry {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog .entry:last-of-type {
	border-bottom: none;
}

/* # Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.share-after,
.share-before {
  text-align: center;;
}

/* # Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #294259;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #5D3737;
}

/* # Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* Post Previous and Next Buttons -------------*/

#prev-next {
	clear: both;
	overflow: hidden;
}

.prev-link a,
.next-link a {
	color: #000;
  float: left;
  font-family: 'Rufina', serif;
  font-size: 18px;
  font-weight: 600;
 	margin-bottom: 25px;
 	padding: 8px 0;
 	text-align: center;
	text-decoration: underline;
}

.prev-link a:hover,
.next-link a:hover {
	text-decoration: none;
}

.next-link a {
    float: right;
}

.prev-link a {
    float: left;
}

/* Photo Header
---------------------------------------------------------------------------------------------------- */

.rm-photo-header {     
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
	margin-bottom: 40px;
}

.rm-photo-header img {
	width: 100%;
	height: 100%;
}

.rm-photo-header .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	z-index: 10;
}

.rm-home-contact {
	border-radius: 15px;
	float: right;
	max-width: 475px;
	padding: 30px 20px;
	text-align: center;
	-webkit-align-self: center; /* Safari 7.0+ */
    align-self: center;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
}

.rm-home-contact h3 {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.6;
}

.rm-book-button {
	border-radius: 15px;
	display: flex;
	font-size: 24px;
	height: 80px;
	line-height: 28px;
	width: 360px;
}

.rm-book-button span {
	margin: auto auto;
}

.rm-home-contact .button,
.rm-home-mobile-contact .button {
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 auto;
	padding: 8px 0;
	max-width: 290px;
	width: 100%;
}

.rm-home-mobile-contact {
	display: none;
	background: #000;
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
}

.rm-home-mobile-contact h3 {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.rm-home-caption {
	color: #fff;
	font-family: 'Rufina', serif;
	font-size: 60px;
	line-height: 1;
	position: absolute;
	margin: 0 auto;
	padding: 20px 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
}

/* Home page */

.rm-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	max-width: 1140px;
	width: 100%;
}

/* home page social proof section */

.rm-social-proof {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 90%;
	padding: 20px 0 0;
	text-align: center;
	width: 90%;
}

.rm-social-proof p {
	max-width: 100%;
}

.rm-social-proof div {
	display: flex;
	margin: auto auto;
	padding: 0 0 20px;
	width: 15%;
	order: 0;
}

.rm-social-proof div:first-child {
	margin-left: 0;
}

.rm-social-proof div:last-child {
	margin-right: 0;
}

.rm-social-proof img {
	margin: auto;
	width: 100%;
}

.rm-social-proof div a {
	width: 100%;
	height: auto;
	display: flex;
}

.rm-social-proof .rm-nacba-badge {
	width: 16%;
}

.rm-social-proof .rm-superlawyers-badge {
	width: 9.6%;
}

.rm-social-proof .rm-bbb-badge {
	width: 12.8%;
}

.rm-social-proof .rm-avvo-badge {
	width: 10.8%;
	position: relative;
}

.rm-social-proof .rm-avvo-badge .rm-avvo-rating {
	color: #ed514c;
	position: absolute;
	left: 0px;
	top: 20px;
	font-size: 30px;
	font-weight: 600;
	z-index: 200;
}

.rm-social-proof .rm-nabt-badge {
	width: 9.6%;
}

.rm-social-proof .rm-abc-badge {
	width: 9%;
}

.rm-social-proof .rm-left-arrow,
.rm-social-proof .rm-right-arrow {
	position: absolute;
	border: 15px solid transparent;
	width: 0;
	height: 0;
	padding: 0;
	margin: 50px 0 0 0;
	display: none;
}

.rm-social-proof .rm-left-arrow {
	left: 4%;
	border-right-color: #294259;
}

.rm-social-proof .rm-right-arrow {
	right: 4%;
	border-left-color: #294259;
}

.rm-social-proof .rm-left-arrow:hover {
	border-right-color: #fff;
	cursor: pointer;
}

.rm-social-proof .rm-right-arrow:hover {
	border-left-color: #fff;
	cursor: pointer;
}

@keyframes moveBadgesLeft {
	0% {
		opacity: 0;
		margin-left: -100%;
		margin-right: 100%;
	}
	100% {
		opacity: 1;
		margin-left: 50%;
		margin-right: 50%;
	}
}

@keyframes moveBadgesRight {
	0% {
		opacity: 0;
		margin-left: 100%;
		margin-right: -100%;
	}
	100% {
		opacity: 1;
		margin-left: 50%;
		margin-right: 50%;
	}
}

/* home page what we do section */

.rm-what-we-do {
	padding: 60px 0 60px;
}

.rm-what-we-do h2 {
	padding-bottom: 30px;
}

.rm-what-we-do a:hover {
	text-decoration: none;
}

.rm-section-boxes {
	padding-top: 36px;
	margin: auto;
	width: 100%;
}

.rm-home-page-box {
	background-color: #fff;
	color: #000;
	display: flex;
	float: left;
	margin: 0 10px 20px;
	width: 550px;
}

.rm-home-page-box img {
	float: left;
	height: auto;
	width: 225px;
}

.rm-home-page-box-content {
	display: flex;
	flex-direction: column;
	float: left;
	padding: 35px;
	text-align: center;
	width: 100%;
}

.rm-home-page-box-content h3 {
	color: #000;
	padding-bottom: 15px;
}

.rm-home-page-box-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.rm-learn-more-button {
	border: 2px solid #000;
	color: #000;
	font-size: 15px;
	margin: auto auto 0;
	padding: 12px 24px;
	text-align: center;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.rm-learn-more-button:hover {
	background-color: #000;
	color: #fff;
}

/* home page who we are section */

.rm-who-we-are {
	padding: 0;
	margin: auto;
	max-width: 1200px;
	width: 100%
}

.home .rm-who-we-are {
	padding: 60px 0;
}

.rm-who-we-are h2 {
	padding-bottom: 30px;
}

.rm-home-page-profile-box {
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px;
}

.home .rm-home-page-profile-box {
	padding: 0;
}

.rm-home-page-profile-box:nth-child(even) {
	flex-direction: row-reverse;
}

.rm-home-page-profile-box:nth-child(odd) {
	flex-direction: row;
}

.home .rm-home-page-profile-box:nth-child(even) {
	flex-direction: row;
}

.home .rm-home-page-profile-box:nth-child(odd) {
	flex-direction: row-reverse;
}

.rm-who-we-are img {
	border-radius: 15px;
	flex: 1;
	height: 300px;
	max-height: 300px;
	margin: 0;
	order: 1;
	margin: 10px;
	max-width: 300px;
	width: 300px;
}

.rm-home-profile {
	flex: 3;
	margin: auto 0;
	order: 2;
	padding: 10px;
	max-width: 66.6%;
}

.rm-home-profile h3 {
	line-height: 1.8em;
	padding: 0;
	text-align: left;
}

.rm-home-profile-picture {
	border-radius: 15px;
}

/* testimony section */

* {box-sizing:border-box}

.rm-testimonials-section {
	padding: 60px 0 40px;
	height: auto;	
}

.rm-testimonials-section h2 {
	padding: 10px;
}

#rm-testimonial-container {
	display: flex;
	flex-direction: row;
	height: 10px;
	gap: 10px;
	margin: auto;
	max-width: 960px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 90%;
	transition: height 1s ease-in-out;
}

.rm-single-testimonial {
	animation-direction: normal;
	bottom: 8px;
	display: none;
	flex-direction: column;
	float: left;
	order: 1;
	padding: 20px 50px;
	text-align: left;
	min-width: 50%;
	animation: none;
}

.content-sidebar-wrap .rm-single-testimonial {
	min-width: 100%;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
	100% {
		opacity: 0;
		margin-left: var(--rm-negative-width);
		margin-right: var(--rm-width);
	}
}

@keyframes moveOver {
	0% {
		margin-left: 0;
		margin-right: 0;
	}
	100% {
		margin-left: var(--rm-negative-width);
		margin-right: var(--rm-width);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		margin-left: 0;
		margin-right: 0;
	}
	100% {
		opacity: 1;
		margin-left: var(--rm-negative-width);
		margin-right: var(--rm-width);
	}
}

@keyframes fadeInReverse {
	0% {
		opacity: 0;
		margin-left: var(--rm-negative-width);
		margin-right: var(--rm-width);
	}
	100% {
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
}

@keyframes moveOverReverse {
	0% {
		margin-left: var(--rm-negative-width);
		margin-right: var(--rm-width);
	}
	100% {
		margin-left: 0;
		margin-right: 0;
	}
}

@keyframes fadeOutReverse {
	0% {
		margin: 0 var(--rm-width) 0 var(--rm-negative-width);
		opacity: 1;
	}
	100% {
		margin: 0;
		opacity: 0;
	}
}

.rm-useful-height {
	display: flex;
	flex-direction: column;
	height: auto;
	opacity: 1;
}

.rm-testimonial-text {
	float: left;
	font-size: 18px;
	font-style: italic;
}

.rm-testimonial-author {
	float: left;
	font-size: 16px;
	font-style: normal;
	margin-top: 25px;
}

.rm-order {
	order: 2;
}

.rm-dots {
	margin: 0;
	padding: 0;
	text-align: center;
}

.rm-dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #294259;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #fff;
}

/* home page quality section */

.rm-quality-section {
	margin: auto;
	max-width: 80%;
	padding: 50px 0;
}

.rm-quality-box {
	flex: 1;
	float: left;
	width: 380px;
	padding: 30px 30px 45px;
}

.rm-quality-box h3 {
	font-size: 32px;
	padding: 30px 0 15px;
}

/* Featured Buttons on Home Page */

.rm-featured-buttons .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 10px;
}

.rm-featured-buttons .wrap:before,
.rm-featured-buttons .wrap:after {
	content: none;
}

.rm-featured-button {
	border-radius: 15px;
	font-size: 48px;
	font-size: 3.4rem;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	width: 24%;
}

/* About the attorneys section */

.rm-bio-section {
	background: #000;
	margin-bottom: 30px;
}

.rm-bio-section .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 40px;
}

.rm-bio-title {
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 400;
	width: 100%;
}

.rm-attorney {
	max-width: 275px;
	width: 30%;
}

/* Help Button */

.rm-help-button {
	border-radius: 15px;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.1;
	margin: 40px auto 50px;
	padding: 10px 0 5px;
	max-width: 350px;
	text-align: center;
	width: 95%;
}

.rm-help-button span {
	display: block;
}

.rm-help-bottom {
	font-family: 'oxygen', sans-serif;
	font-weight: 600;
}

/* Contact Form */

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 100%;
	border: none;
	margin: 0;
}

.gform_wrapper .gform_body {
	margin: auto;
	width: 100%;
}

.gform_wrapper .gform_fields {
	row-gap: 20px !important;
}

.gform_wrapper .gfield_select {
	line-height: 1 !important;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	margin-block-start: 0 !important;
}

.gform_wrapper .gform_button {
	background-color: #294259 !important;
	border-radius: 0px !important;
	display: block !important;
	font-family: 'oxygen', sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	margin: auto !important;
	margin-top: 20px !important;
	width: 300px !important;
	padding: 15px 30px !important;
	text-align: center !important;
	max-width: 80%;
}

.gform_wrapper .gform_button:hover {
	background-color: #294259 !important;
}

div.gform_wrapper ul li.gfield {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.gform_wrapper .gform-field-label {
	color: #fff;
}

.rm-video-form div.gform_wrapper textarea.medium {
	height: 100px;
	border: none;
	width: 100%;
}

/* Footer */

.rm-contact-form {
	color: white;
	margin: auto;
	padding: 60px 0;
	width: 100%;
}

.rm-contact-form h2 {
	padding: 0;
}

.rm-contact-form p {
	font-size: 18px;
	margin: auto;
	max-width: 1140px;
	padding: 10px 0 30px;
	text-align: center;
	width: 100%
}

.rm-contact-form-service-options {
	color: white;
}

.slbadge.slbadge-purple {
    filter: grayscale(0.8);
}

.footer-widgets-2 .textwidget {
    display: flex;
}

.footer-widgets-2 .textwidget div {
    margin: 50px auto;
}

/* normal pages */

.entry-title {
	padding: 0 0 40px;
	text-align: left;
	margin: 0 auto;
}

.home .content-sidebar-wrap {
	width: 1000px;
}

.content-sidebar-wrap {
	margin-top: 60px;
	width: 920px;
}

.content-sidebar-wrap h2 {
	font-size: 30px;
	font-size: 3.0rem;
}

.content-sidebar-wrap h3 {
	text-align: left;
}

.content-sidebar-wrap .content {
	float: left;
	margin: 0;
	width: 100%;
}

.content-sidebar-wrap .content p {
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}

.content-sidebar-wrap .content .entry-meta {
	margin-bottom: 0;
	padding-bottom: 30px;
	font-style: italic;
}

.full-width-content .content-sidebar-wrap .content p {
	width: 100%;
}

.content-sidebar-wrap .content li {
	word-wrap: break-word;
}

.content-sidebar-wrap .content h2 {
	padding: 0 0 20px;
	text-align: left;
	width: 100%;
}

.content-sidebar-wrap .content .wp-post-image {
}

.content-sidebar-wrap .content .wp-block-details summary {
	color: #294259;
	font-weight: 600;
	padding: 5px;
}

.content-sidebar-wrap .content .wp-block-details p {
	padding: 0 5px 5px 26px;
}

.content-sidebar-wrap .content summary::marker {
	color: #294259;
}

.rm-google-map-contact-page {
	aspect-ratio: 4/3;
	border: none;
	max-width: 600px;
	width: 100%;
}

/* Blocks */

.content-sidebar-wrap .wp-block-pullquote {
	background-color: #dcdcdc;
	font-size: 20px;
	padding: 20px;
}

.content-sidebar-wrap .content .wp-block-embed {
	margin: 0 0 20px;
}

.content-sidebar-wrap .content .wp-video {
}

.wp-block-table {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
	width: 100%;
}

.content .wp-block-table thead {
	border-bottom: 1px solid #294259;
}

.wp-block-table thead tr {
	background-color: #D3D3D3;
	color: #000;
}

.wp-block-table tr td {
	border: 1px solid #294259;
}

.wp-block-table tbody tr:nth-child(even) {
	background-color: #D3D3D3;
	color: #000;
}

.wp-block-table tbody tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}

.content-sidebar-wrap .content .wp-block-table tbody tr td img {
	padding: 0 ;
	float: none;
	margin: 5px auto 0;
	height: 20px;
	max-width: 20px;
}

.content-sidebar-wrap .wp-block-image .alignleft {
	margin: 10px 24px 10px 0;
}

.content-sidebar-wrap .wp-block-image .alignright {
	margin: 10px 0 10px 24px;
}

/* Meet Our Team Template */

.content-sidebar-wrap .rm-meet-our-team-header {
	padding: 0;
	line-height: 30px;
}

.content-sidebar-wrap .rm-meet-our-team-header:hover {
	text-decoration: underline;
	color: #294259;
}

.content-sidebar-wrap .rm-meet-our-team-position-field {
	padding-bottom: 10px;
	font-size: 20px;
}

.content-sidebar-wrap .rm-meet-our-team-paragraph {
	margin-bottom: 0;
}

/* Client Testimonials Template */

.page-template-client-testimonials .content-sidebar-wrap .content .rm-testimonial-text {
	width: 100%;
	max-width: 1000px;
}

.full-width-content .content-sidebar-wrap .entry-content {
	width: 100%;
}

.rm-testimonials-page-testimonial {
	margin: 0 auto;
	max-width: 1000px;
}

.rm-testimonials-page-testimonial::after {
	background-color: #294259;
	content: "";
	display: inline-block;
	height: 2px;
	margin: 15px 15% 45px 15%;
	position: relative;
	width: 70%;
}

.rm-testimonials-page-testimonial:last-child::after {
	content: "";
	display: none;
}

/* 404 page */

.error404 .content-sidebar-wrap {
	margin-top: 20px;
	margin-bottom: 40px;
}

.error404 .content-sidebar-wrap .content h1 {
	font-size: 120px;
	padding-bottom: 30px;
	text-align: center;
}

.error404 .content-sidebar-wrap .content p {
	text-align: center;
	margin: 0 0 8px;
	line-height: 1.35
}

.error404 .content-sidebar-wrap .content .button {
	margin-top: 36px;
	margin-bottom: 12px;
	width: 400px;
}

/* archive pages */

.entry-title a {
	color: #294259;
}

.entry-title a:hover {
	color: #294259;
	text-decoration: none;
}

.entry-content {
	display: block;
}

.entry-meta {
	padding-bottom: 20px;
}

.content-sidebar-wrap .content article {
	margin-bottom: 0;
	padding-bottom: 0;
}

.rm-archive-button {
	width: 200px;
	margin: 20px 0;
	display: block;
	clear: both;
}

.custom_nav_menu .current-menu-item a {
	color:#fff;
}

/* sidebar */

.content-sidebar-wrap .sidebar-primary {
	padding-top: 27.2px;
	min-width: 435px;
}

.content-sidebar-wrap .sidebar-primary h2 {
	padding: 0 0 20px;
}

.rm-custom-nav-menu-header {
	margin-top: 143.2px;
}

.content-sidebar-wrap .sidebar-primary .custom_nav_menu ul {
	gap: 1px;
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}

.content-sidebar-wrap .sidebar-primary ul {
	width: 100%;
	text-align: center;
}

.content-sidebar-wrap .sidebar-primary li {
	margin-bottom: 1px;
	display: flex;
}

.content-sidebar-wrap .sidebar-primary li a {
	color: #fff;
	font-family: Rufina, serif;
	font-weight: 600;
	font-size: 22px;
	min-width: 100%;
	background-color: #294259;
	padding: 12px;
	width: 100%;
	transition: background-color 0.4s ease-in-out;
}

.content-sidebar-wrap .sidebar-primary li a:hover,
.content-sidebar-wrap .sidebar-primary li a:focus {
	background-color: #376E83;
	color: #fff;
	text-decoration: none;
}

.rm-sidebar-attorneys-section {
	padding: 0 0 20px;
}

.rm-sidebar-attorneys-section p {
	padding-bottom: 25px;
}

.rm-sidebar-learn-more-button {
	width: 160px;
}

.content-sidebar-wrap .rm-dots {
	display: none;
}

.content-sidebar-wrap .rm-testimonials-section {
	padding: 30px 0 0;
}

.content-sidebar-wrap #rm-testimonial-container {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

.content-sidebar-wrap .rm-single-testimonial {
	padding: 0;
	margin: 0;
}

.content-sidebar-wrap .rm-single-testimonial p {
	font-size: 18px;
}

.content-sidebar-wrap .rm-single-testimonial .rm-testimonial-author {
	margin-top: 10px;
	font-size: 16px;
}

/* Latest Articles */

.featured-posts-1 {
	background: #000;
	margin: 1px 0 50px;
}

.featured-posts-1 .widget-title {
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 0 10px;
	text-transform: uppercase;
}

.featured-content .widget-wrap {
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.featured-content .entry-content {
	border: none;
	padding-bottom: 0;
}

.featured-content a.alignleft {
	margin: 0 15px 5px 0;
}

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
}

.featured-content .entry-title a {
	color: #000;
}

.featured-content .entry {
	border-bottom: none;
	font-size: 16px;
	padding-bottom: 20px;
	position: relative;
	width: 30%;
}

.featured-content .more-link {
	color: #000;
	font-family: 'Rufina', serif;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: underline;
	text-transform: uppercase;
	width: 100%;
}

.featured-content .more-link:hover {
	text-decoration: none;
}

/* About Box
---------------------------------------------------------------------------------------------------- */

.rm-about {
	background: #000;
	margin-bottom: 30px;
}

.rm-about .wrap {
	display: -webkit-flex;
	display: flex;
	margin: 20px auto 0;
	padding-top: 30px;
	position: relative;
}

.rm-about h3 {
	color: #fff;
	font-family: 'Rufina', serif;
	font-size: 48px;
	margin-bottom: 30px;
	text-align: center;
}

/* All GF */

div.gform_wrapper {
	margin: 0;
}

div.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}

div.gform_wrapper ul.gform_fields li.gfield {
	margin-top: 12px;
	padding-right: 0;
}

div.gform_wrapper ul > li {
	left: 0;
}

div.gform_wrapper input[type=email],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper textarea,
div.ginput_container_select select,
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 16px;
	margin-top: 0;
	padding: 10px;
	width: 100%;
}


div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit] {
	margin-top: 10px;
	padding: 10px 30px;
}

/* Schedule Button */

.rm-schedule-button {
	border-radius: 26px;
	color: #fff;
	font-family: 'Rufina', serif;
	font-size: 36px;
	font-size: 3.6rem;

	margin: 60px auto 80px;
	padding: 10px;
	max-width: 375px;
	text-align: center;
	width: 95%;
}

/* Videos on page */

.embed-container {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-iframe {
	border: 0;
}

.video-wrap {
    overflow: hidden
}

.video-wrap .video {
    text-align: center;
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 3em
}

.video-wrap .video:nth-of-type(even) {
    margin-right: 0
}

.video-wrap .video:nth-of-type(odd) {
    clear: both
}

.video-wrap .embed-container {
    margin-bottom: 20px
}

.video-cat-wrap {
    overflow: hidden
}

.video-cat-wrap h2 {
    text-align: center
}

.page-numbers {
	display: inline-block;
	padding-bottom: 20px;
}

/* Footer Widgets */


/* TOC Styles */

.rm-above-posts .ez-toc-widget-container {
	background: #ececec;
	margin-bottom: 20px;
}

.rm-above-posts .ez-toc-widget-container {
	padding: 15px;
}

.rm-above-posts .ez-toc-widget-container ul {
	margin-left: 0;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {	
	font-size: 14px;
	padding: 32px 0 20px 0;
	position: relative;
	text-align: left;
	width: 100%;
	background: #294259;
}

.site-footer a {
	color: #fff;
	text-decoration: underline;
}

.site-footer .wrap {
	margin: auto;
	max-width: 1140px;
	position: relative;
	width: 80%;
}

.site-footer p {
	font-size: 14px;
	margin: 0;
	max-width: 1140px;
	color: #fff;
	padding-bottom: 16px;
}

.rws-contact-form-area {
	background: #5D3737;
	background: linear-gradient(180deg,rgba(93, 55, 55, 1) 0%, rgba(83, 49, 49, 1) 100%);
}

.rws-contact-form-area .wrap {
	margin: 0 auto;
	padding: 50px 0;
	width: 1360px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.rws-contact-form-area .rws-contact-form {
	width: 40%;
}

.rws-contact-form-area .rws-contact-form-text-area {
	width: 40%;
	margin: auto 0;
	padding-bottom: 60px;
}

.rws-contact-form-area .rws-contact-form-text-area h3 {
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.rws-contact-form-area .rws-contact-form-text-area p {
	color: #fff;
}

.rws-contact-form-area .rws-contact-form-text-area a {
	color: #fff;
	text-decoration: underline;
}

.rws-contact-form-area .rws-contact-form-text-area a:hover {
	text-decoration: none;
}

.rws-contact-form-area .wrap h4 {
	color: #fff;
	text-align: center;
	font-size: 32px;
}

/* Miscellaneous */

.rm-addresses {
	display: flex;
	justify-content: space-between;
	margin: 40px;
}

.rm-addresses h4 {
	margin-bottom: 10px;
}

.footer-widgets .rm-addresses,
.footer-widgets .rm-addresses p {
	margin: 0;
}

.footer-widgets h4 {
	color: #fff;
	text-align: left;
}

.no-label label {
	display: none !important;
}

.rm-embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.rm-embed-container iframe,
.rm-embed-container object,
.rm-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.rm-mobile {
	display: none;
}

/* Hide clicky bar */

a[title="Web Analytics"] {
	display: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1640px) {

	.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		right: -60px;
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1400px) {

	.site-header .widget-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		right: -120px;
		padding: 0 120px;
	}

	.site-header .rm-sticky-menu .wrap {
		padding: 0;
	}

	.home .site-header .widget-wrap .nav-header #mega-menu-wrap-primary #mega-menu-primary li a {
		font-size: 14px;
	}

	.entry-title {
		width: 600px;
	}

	.entry p {
		width: 600px;
	}

	.entry-content ol,
	.entry-content ul {
		max-width: 600px;
	}

	.content-sidebar-wrap .sidebar-primary {
		width: 335px;
		min-width: 335px;
	}

	.content-sidebar-wrap .content .wp-video {
		min-width: 0;
		max-width: 600px;
	}

	.wp-block-table {
		max-width: 600px;
	}

	.rws-contact-form-area .wrap {
		width: 960px;
	}

	.rws-home-articles .wrap {
		width: 90%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		padding-bottom: 20px;
		gap: 30px;
	}

	.nav-primary .wrap {
		width: 90%;
	}

}

@media only screen and (max-width: 1160px) {

	.site-header .widget-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		right: -60px;
		padding: 0 60px;
	}

	.site-header .rm-sticky-menu .wrap {
		padding: 0;
	}

	.rm-what-we-do p {
		max-width: 720px;
		width: 80%
	}

	.rm-home-page-box {
		margin: 0 auto 20px;
		max-width: 720px;
		width: 80%;
	}

	.rm-home-page-box-content p {
		width: 100%;
	}

	.rm-quality-box {
		padding: 20px 20px 30px;
	}

	.site-footer p {
		line-height: 22px;
		padding-bottom: 8px;
	}

	.footer-widgets .wrap {
		max-width: 90%;
		color: #fff;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.footer-widgets .wrap .widget-area {
		width: 30%;
	}

	.home .content-sidebar-wrap, 
	.content-sidebar-wrap {
		width: 80%;
		max-width: 920px;
	}

}

@media only screen and (max-width: 1080px) {

	.genesis-nav-menu a {
		font-size: 20px;
		padding: 12px 8px;
	}

	.site-header .rm-sticky-menu .wrap .genesis-nav-menu a {
		font-size: 16px;
		padding: 8px 0;
	}

	.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item:first-child {
		margin-left: 30px;
	}
	
	.site-header .rm-sticky-menu .wrap .genesis-nav-menu .menu-item:last-child {
		margin-right: 50px;
	}

	.entry-title {
		width: 100%;
	}

	.content-sidebar-wrap .content .wp-video {
		min-width: 0;
		width: 100% !important;
	}

	.entry p {
		width: 100%;
	}

	.entry-content ol,
	.entry-content ul {
		width: 100%;
	}

	.content-sidebar-wrap .sidebar-primary {
		padding-top: 10px;
		width: 100%;
		min-width: 0;
	}

	.content-sidebar-wrap .sidebar-primary .rm-custom-nav-menu-header {
		margin-top: 0;
	}

	.content-sidebar-wrap .sidebar-primary #rm-testimonial-container {
		width: 100%;
	}

	.rws-contact-form-area .wrap {
		width: 80%;
		flex-direction: column;
		margin: 0 auto;
	}

	.rws-contact-form-area .rws-contact-form {
		width: 100%;
	}

	.rws-contact-form-area .rws-contact-form-text-area {
		width: 100%;
		margin: auto 0;
		padding-bottom: 40px;
	}

	.rws-home-articles .wrap {
		width: 80%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding-bottom: 20px;
		gap: 35px;
	}

	.rws-home-articles .wrap div h3,
	.rws-home-articles .wrap div p {
		text-align: center;
	}

	.genesis-nav-menu a {
		font-size: 16px;
		padding: 12px 6px;
	}

	.rws-home-buttons .wrap {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 30px;
	}

	.rws-home-buttons .wrap a {
		width: 200px;
		margin: 0 42px;
	}

}

@media only screen and (max-width: 960px) {

	.site-header .widget-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		right: -45px;
		padding: 0 45px;
	}

	.site-header .rm-sticky-menu .wrap {
		padding: 0;
	}

	.rm-home-header-text h1 {
		font-size: 48px;
	}

	.rm-home-header-text h2 {
		font-size: 36px;
	}

	.title-area {
		width: 80%;
		max-width: 550px;
		margin-bottom: 30px;
	}

	.title-area a,
	.title-area a div {
	    width: 100%;
        max-width: 550px;
		aspect-ratio: 550/123;
	}
	
	.title-area p {
		display: flex;
	}

	.title-area a {
		margin: auto;
	}

	.site-header .widget-area .widget_text .rm-header-right {
		margin: auto;
		height: 48px;
		justify-content: center;
	}

	.rm-home-phone-number {
		margin: auto 0;
	}

	.rm-home-contact-button {
		margin: 0;
	}

	.site-header .widget-wrap {
		max-width: 100%;
		padding: 0;
	}

	.rm-social-proof {
		width: 72%;
		min-height: 120px;
	}

	.rm-social-proof div {
		width: 28%;
		margin: 0;
	}

	.rm-social-proof div:first-child {
		margin-left: 0;
		margin-right: 0;
	}
	
	.rm-social-proof div:last-child {
		margin-right: 0;
		margin-left: 0;
	}

	.rm-social-proof .rm-nacba-badge {
		min-width: 40%;
		margin: auto;
	}
	
	.rm-social-proof .rm-superlawyers-badge {
		min-width: 24%;
	}
	
	.rm-social-proof .rm-bbb-badge {
		min-width: 36%;
	}
	
	.rm-social-proof .rm-avvo-badge {
		min-width: 28%;
		position: relative;
	}
	
	.rm-social-proof .rm-nabt-badge {
		min-width: 24%;
	}

	.rm-social-proof .rm-abc-badge {
		min-width: 28%;
	}

	.rm-social-proof .rm-right-arrow,
	.rm-social-proof .rm-left-arrow {
		display: block;
	}

	.rm-home-page-profile-box {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 20px;
		margin: auto;
		padding: 0 0 20px;
		width: 100%;
	}

	.home .rm-home-page-profile-box {
		width: 80%;
		padding: 0 0 20px;
	}

	.rm-home-profile {
		min-width: 300px;
		margin: auto;
		width: 100%;
	}

	.rm-who-we-are a,
	.rm-who-we-are img {
		margin: auto;
	}

	.rm-quality-section {
		flex-wrap: wrap;
	}

	.rm-quality-box {
		margin: auto;
		max-width: 540px;
		min-width: 380px;
	}

	.gform_wrapper .gform_description {
		width: 500px;
	}

	.gform_wrapper .gform_body {
		margin: auto;
		max-width: 720px;
		width: 80%;
	}

	.gform_wrapper .ginput_container_text,
	.gform_wrapper .ginput_container_phone,
	.gform_wrapper .ginput_container_email,
	.gform_wrapper .gform-field-label {
		min-width: 260px !important;
	}

	.rws-testimonials .wrap {
		width: 80%;
		max-width: none;
	}

	.site-header .wrap {
		flex-direction: column;
	}

	.site-header .widget-area .widget_text {
		display: block;
		margin: 0 auto;
	}

	.rws-home-profile-section .profile-section-wrap {
		width: 80%;
	}

	.rws-home-profile-section .profile-section-wrap div {
		padding: 50px 0;
	}

	.rws-home-profile-section .profile-section-wrap img {
		display: none;
	}

	.rws-home-buttons .wrap a {
		margin: 0 24px;
	}

}

@media only screen and (max-width: 840px) {

	.home .rm-home-header-text {
		margin-top: 341px;
	}

	.home .nav-primary,
	.nav-primary {
		display: none;
	}

	.home .nav-primary .wrap #mega-menu-wrap-primary #mega-menu-primary,
	.nav-primary .wrap #mega-menu-wrap-primary #mega-menu-primary {
		display: none;
	}

	.rm-mobile-menu-section {
		display: flex;
	}

	.rm-social-proof .rm-left-arrow {
		margin: 20px 0 0 0;
	}
	
	.rm-social-proof .rm-right-arrow {
		margin: 20px 0 0 0;
	}

	.footer-widgets .wrap {
		flex-direction: column;
		gap: 30px;
		max-width: 80%;
	}

	.footer-widgets .wrap .widget-area {
		width: 100%;
		max-width: none;
		text-align: center;
	}

	.footer-widgets .wrap .widget-area h4 {
		text-align: center;
	}

	#wprmenu_bar {
        background-color: #294259 !important;
    }

	#mg-wprm-wrap {
        background-color: #294259 !important;
    }

	.rws-home-buttons .wrap a {
		margin: 0 15px;
	}

}

@media only screen and (max-width: 766px) {

	.rm-home-page-box img {
		width: 175px;
		height: auto;
	}

	.rm-home-page-box-content {
		padding: 25px;
	}

	.rm-home-profile {
		max-width: 360px;
		text-align: center;
	}

	.rm-home-profile h3 {
		text-align: center;
	}

	.rm-footer2 a {
		margin: auto;
		text-align: center;
	}

	.rm-footer2 span {
		margin: auto;
	}

	.rm-footer2 span a {
		text-align: center;
	}
	
}

@media only screen and (max-width: 746px) {


	.site-header .widget-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		right: -30px;
		padding: 0 30px;
	}

	.home .title-area .site-title {
		display: flex;
	}

	.home .title-area .site-title a {
		margin: auto;
	}

	.home.header-image .site-title > a {
		aspect-ratio: 550/123;
		max-width: 372px;
	}

	.home .site-header .widget-area {
		height: 100px;
	}

	.home .site-header .widget-area .widget_text {
		margin: 0 auto;
		height: 68px;
	}

	.home .rm-home-header-text {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.rm-home-header-text h1 {
		font-size: 36px;
	}

	.rm-home-header-text h2 {
		font-size: 24px;
	}

	.rm-single-testimonial {
		padding: 20px 30px;
	}

	.rm-footer2 span p {
		text-align: center;
	}

	.rws-home-buttons .wrap {
		height: 280px;
	}

}

@media only screen and (max-width: 680px) {

	.rm-section-boxes {
		gap: 20px;
		width: 80%;
		margin: auto;
	}

	.rm-home-page-box {
		flex-wrap: wrap;
		min-width: 240px;
		max-width: 360px;
		margin: 0 auto;
		width: 100%;
	}

	.rm-home-page-box h3 {
		margin-top: 0 auto auto;
	}

	.rm-home-page-box p {
		margin: 0 auto 15px;
	}
	
	.rm-home-page-box img {
		display: none;
	}

	.gform_wrapper .gform_description {
		max-width: 400px;
		width: 80%;
	}

	.gform_wrapper .gform_body {
		margin: auto;
		max-width: 500px;
		padding: 0;
	}

	.gform_wrapper .ginput_container_text,
	.gform_wrapper .ginput_container_phone,
	.gform_wrapper .ginput_container_email,
	.gform_wrapper .gform-field-label {
		min-width: 100% !important;
		max-width: 500px !important;
		width: 50% !important;
	}

}

@media only screen and (max-width: 600px) {
	
	#wpadminbar {
		position: fixed;
	}

	.rws-home-buttons:after {
		content: none;
	}

	.rws-home-profile-section .profile-section-wrap,
	.rws-home-profile-section .profile-section-wrap h2 {
		text-align: center;
	}

	.rws-home-profile-section .profile-section-wrap a.button {
		margin: 0 auto;
	}

}

@media only screen and (max-width: 500px) {

	html {
		font-size: 50%;
	}

	.home .site-header .widget-area {
		height: 100px;
	}

    .home .site-header .widget-area .widget_text {
		height: auto;
		width: 100%;
	}
	.rm-home-header-text h1 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.rm-home-header-text h2 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.home .site-header .widget-area .widget_text .widget-wrap,
	.site-header .widget-area .widget_text .widget-wrap {
		padding: 0;
	}

	.site-header .widget-area .widget_text .rm-header-right {
		flex-wrap: wrap;
		height: 100px;
		gap: 15px;
	}

	.rm-home-phone-number {
		width: 300px;
		text-align: center;
	}

	.home .rm-home-header-text {
		display: none;
	}

	.rm-home-page-box {
		min-width: 180px;
	}

	.rm-who-we-are img {
		max-width: 200px;
		height: 200px;
	}

	.rm-home-profile {
		min-width: 200px;
	}

	.rm-testimonial-text {
		font-size: 16px;
	}
	
	.rm-testimonial-author {
		font-size: 14px;
	}

	.rm-quality-box {
		min-width: 200px;
		width: 80%;
	}

	.entry-content ol,
	.entry-content ul {
		padding-left: 10px;
	}

	.content-sidebar-wrap .rm-single-testimonial p {
		font-size: 16px;
	}

	.content-sidebar-wrap .content .rm-testimonial-author {
		font-size: 14px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls {
		max-height: 20px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-button {
		width: 16px;
		height: 20px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-button button {
		background-size: 200px 60px;
		height: 12px;
		margin: 4px 3px;
		width: 10px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-play button {
		margin: 5px 3px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-pause button {
		margin: 5px 3px;
		background-position: -10px 1px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-replay button {
		background-position: -80px 0;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-time {
		height: 6px;
		padding: 7px 3px;
		line-height: 6px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-time span {
		font-size: 9px;
		height: 6px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-time-rail {
		height: 20px;
		padding-top: 0;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-time-rail .mejs-time-total {
		height: 6px;
		margin: 7px 0 0;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-time-rail .mejs-time-total span {
		height: 6px;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-mute button {
		background-position: -30px 0;
	}

	.content-sidebar-wrap .content .wp-video .mejs-controls .mejs-fullscreen-button button {
		background-position: -40px 1px;
	}

	.wp-block-table tr th:first-child,
	.wp-block-table tr td:first-child {
		max-width: 150px;
	}

	.wp-block-table tr th,
	.wp-block-table tr td {
		font-size: 12px;
		padding: 2px;
		word-break: break-word;
	}

	.gform_wrapper .gform_description {
		font-size: 16px;
	}

	.site-footer p {
		font-size: 12px;
	}

	.rws-home-buttons .wrap {
		height: 500px;
	}

	.rws-home-buttons .wrap a {
		margin: 0 30px;
	}

}
	

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #fff !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: 0;
		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;
	}

}