@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,600,700&display=swap');
@import url('https://use.typekit.net/wyi1yoz.css')
/*
	Theme Name: Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/
/*
Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Icon';
  src: url("fonts/Icon.eot");
  src: url("fonts/Icon.eot?#iefix") format("embedded-opentype"), url("fonts/Icon.woff") format("woff"), url("fonts/Icon.ttf") format("truetype"), url("fonts/Icon.svg#Icon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url("fonts/webfonts/20AB0B_0_0.eot");
  src: url("fonts/webfonts/20AB0B_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/20AB0B_0_0.woff") format("woff"), url("fonts/webfonts/20AB0B_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNovaS-Bold';
  src: url("fonts/webfonts/20AB0B_1_0.eot");
  src: url("fonts/webfonts/20AB0B_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/20AB0B_1_0.woff") format("woff"), url("fonts/webfonts/20AB0B_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNovaA-Bold';
  src: url("fonts/webfonts/20AB0B_2_0.eot");
  src: url("fonts/webfonts/20AB0B_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/20AB0B_2_0.woff") format("woff"), url("fonts/webfonts/20AB0B_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNovaS-Regular';
  src: url("fonts/webfonts/20AB0B_3_0.eot");
  src: url("fonts/webfonts/20AB0B_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/20AB0B_3_0.woff") format("woff"), url("fonts/webfonts/20AB0B_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("fonts/webfonts/20AB0B_4_0.eot");
  src: url("fonts/webfonts/20AB0B_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/20AB0B_4_0.woff") format("woff"), url("fonts/webfonts/20AB0B_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("fonts/webfonts/20AB0B_5_0.eot");
  src: url("fonts/webfonts/20AB0B_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/20AB0B_5_0.woff") format("woff"), url("fonts/webfonts/20AB0B_5_0.ttf") format("truetype"); }
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/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], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

a[href^="tel"]{
    color: #264a5e !important;
    text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

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: -.5em; }

sub {
  bottom: -.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
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

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

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #777;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.625; }

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 {
  color: #31b2ed;
  text-decoration: none; }

a:hover {
  color: #f9a519; }

p {
  margin: 0 0 12px !important;
  padding: 0; }

strong {
  font-weight: 700; }

ol,
ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style-type: disc; }

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

cite {
  font-style: normal; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px;
  margin-bottom: 1em; }

h3 {
  color: #264A5E;
  font-size: 20px;
  font-weight: 400; }

h4 {
  font-size: 20px;
  font-weight: 500; }

h5 {
  font-size: 18px; }

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

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px; }

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%; }

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

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

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

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

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

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

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

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

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

.gallery .gallery-item img {
  border: none;
  height: auto; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

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

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

::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-weight: 400; }

::-webkit-input-placeholder {
  color: #666;
  font-weight: 400; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
  background-color: #f9a519;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 24px;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
  background-color: #333;
  color: #fff; }

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

.button {
  display: inline-block; }

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

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

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

td,
th {
  text-align: left; }

td {
  border: 1px solid #ddd;
  padding: 6px; }

th {
  font-weight: 700;
  text-transform: uppercase; }

@media only screen and (max-width: 652px) {
  table {
    table-layout: fixed;
    width: 100%; }

  table td {
    word-wrap: break-word;
    overflow-wrap: break-word; } }
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1140px; }

.enterprise-pro-landing .wrap {
  max-width: 800px; }

.site-inner {
  /* background-color: #f5f5f5;
  border-top: 1px solid #ececec; */
  background-color: #fff;
  border-top: none;
  clear: both;
  padding-top: 0px;
  max-width: 1140px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }

@media only screen and (max-width: 652px) {
  .site-inner {
    padding-left: 0;
    padding-right: 0; } }
/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px; }

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

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

/* Content */
.content {
  width: 1100px; }

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px; }

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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%; }

.first {
  clear: both;
  margin-left: 0;
}

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

.archive-description,
.author-box {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  margin-bottom: 4px; }

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

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 8px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

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

/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px; }

.entry-title {
  font-size: 30px;
  margin: 0;
  line-height: 140%; }

h1.entry-title[itemprop="headline"] {
  text-align: center; 
  font-family: 'Roboto Condensed';
}

@media only screen and (max-width: 652px) {
  h1.entry-title[itemprop="headline"] {
    text-align: center;
	}
  h1.entry-title.full-title {
  	text-align: center;
	}
}

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

.entry-title a:hover {
  color: inherit; }

.widget-title,
.footer-widgets .featured-content .widget-title {
  border-bottom: 1px solid #ececec;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 20px; }

.home-2-text {
  text-align: center;
  font-size: 18px;
  font-family: 'ProximaNova-Regular',Arial, Helvetica, Tahoma, sans-serif;
  color: #525252;
  line-height: 29px; }

.widget-title,
.sidebar .widget-title {
  margin: -40px -40px 40px;
  padding: 30px 40px; }

.home-bottom {
  display: inline-block;
  margin-top: 10px; }

.home-bottom h4.widget-title {
  font-size: 20px;
  color: white;
  font-family: 'Roboto',Arial, Helvetica, Tahoma, sans-serif;
  text-transform: none;
  padding: 10px 20px;
  border-bottom: none;
  background-color: #264a5e; }

/* .home-bottom h2.entry-title {
  padding: 10px 20px;
} */
.home-bottom .entry-header {
  padding: 10px 20px !important; }

.home-bottom .entry-header a {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Source Sans Pro',Arial, Helvetica, Tahoma, sans-serif;
  color: #264a5e;
  font-weight: 500;
  text-align: center;
  background-image: none; }

.home-bottom .entry-header a:hover {
  opacity: 0.6; }

.home-bottom .entry {
  border: none !important; }

.home-bottom .more-from-category {
  padding: 10px 20px !important; }

/* WordPress
--------------------------------------------- */
.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.aligncenter img {
  display: block;
  margin: 0 auto; }

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

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

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

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

.wp-caption-text {
  font-weight: 700;
  text-align: center; }

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

.gallery-caption {
  margin: 0 0 10px; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
  margin-bottom: 40px; }

.widget li {
  border-bottom: 1px dotted #ececec;
  margin-bottom: 0px;
  padding-bottom: 0px; }

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

/* Featured Content
--------------------------------------------- */
.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
  border-bottom-width: 0;
  padding: 0; }

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
  margin: 0;
  padding: 30px 40px; }

.featured-content .entry {
  background: none;
  border: none;
  border-bottom: 1px solid #ececec;
  box-shadow: none;
  margin: 0;
  padding: 0; }

.featured-content .entry-header {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 30px 40px; }

.featured-content .entry-title {
  font-size: 20px;
  margin: 0;
  text-align: left; }

.featured-content .entry-content {
  padding: 40px; }

.featured-content .alignnone {
  background: #f8f8f8;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0; }

.featured-content img {
  margin-bottom: -7px; }

.featured-content .more-link {
  display: block;
  font-weight: 700;
  margin-top: 20px; }

.featured-content .more-from-category,
.featured-content ul {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 40px; }

.footer-widgets .featured-content .alignnone {
  margin-bottom: 24px; }

@media only screen and (max-width: 1196px) {
  .footer-widgets {
    padding: 20px; } }
.footer-widgets .featured-content .entry {
  background: none;
  border: none;
  margin-bottom: 30px; }

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
  border: none;
  padding: 0 0 10px; }

.footer-widgets .featured-content .entry-content {
  padding: 0; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 24px; }

/* Genesis Responsive Slider
--------------------------------------------- */
.home-top .genesis_responsive_slider {
  margin: 0; }

.site-container #genesis-responsive-slider {
  border-width: 0;
  padding: 0; }

.site-container #genesis-responsive-slider .flex-control-nav {
  margin-top: -40px; }

.site-container #genesis-responsive-slider .more-link {
  float: none;
  text-align: center; }

.site-container #genesis-responsive-slider li {
  border-width: 0;
  margin: 0;
  padding: 0;
  text-indent: 0; }

/* 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: 18px;
  padding: 16px; }

div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 0px 0 0; }

.gform_wrapper textarea.medium {
	border-radius: 15px;
	border: 1.5px solid #a7a9ac;
}

.gform_wrapper .top_label input.medium {
	border-radius: 15px;
	border: 1.5px solid #a7a9ac;
}

.gform_wrapper .ginput_complex input[type=text] {
	border-radius: 15px;
	border: 1.5px solid #a7a9ac;
}

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

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #30566c;
  min-height: 150px;
  display: none; }

.site-header .wrap {
  padding: 20px 0; }

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

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2; }

.site-title a,
.site-title a:hover {
  color: #31b2ed; }

.header-image .site-title > a {
  background-position: top !important;
  float: left;
  min-height: 80px;
  width: 100%; }

.site-description {
  color: #aaa;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 15px; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: 0px; }

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 720px; }

.site-header .widget-area .widget {
  margin-bottom: 0; }

.site-header .genesis-nav-menu li {
  border: none;
  margin: 0;
  padding: 0; }

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  width: 100%; }

.genesis-nav-menu a {
  color: #333; }

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

.genesis-nav-menu a {
  display: block;
  padding: 20px 24px; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff; }

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #ececec;
  left: -9999px;
  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: 200px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #f8f8f8;
  border: 0px solid #ececec;
  border-top: none;
  color: #333;
  font-size: 18px;
  padding: 7px 20px;
  position: relative;
  width: 200px; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -52px 0 0 199px; }

.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 {
  float: right;
  list-style-type: none;
  padding: 0; }

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
  display: inline-block;
  padding: 20px 24px; }

.genesis-nav-menu > .search {
  padding: 8px 0 0; }

.genesis-nav-menu > .search input {
  font-size: 18px;
  padding: 12px 20px; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .widget_nav_menu {
  color: #333; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333; }

.nav-primary,
.nav-primary a {
  color: #fff; }

.nav-primary .sub-menu {
  border-color: #222; }

.nav-primary .sub-menu a {
  background-color: #333;
  border-color: #222;
  color: #fff; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px; }

.nav-secondary .genesis-nav-menu a {
  padding: 6px 20px; }

.site-footer .nav-secondary .genesis-nav-menu a {
  color: #aaa; }

.nav-secondary .genesis-nav-menu a:hover {
  color: #31b2ed; }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none; }

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
  text-align: center; }

.site-header .responsive-menu-icon::before {
  padding: 0; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
/* .home-top {
	border-top: 1px solid #ececec;
} */
.home-top .widget:first-child h4 {
  padding-top: 20px; }

.home-top .entry {
  background: none; }

.home-top.widget-area, .home-top.widget-area .full-wrap {
	height: 412px !important;

}

#custom_html-3, #custom_html-3 .widget_text.widget-wrap > *, #custom_html-3 .soliloquy-container .soliloquy-wrapper, #custom_html-3 .soliloquy-viewport, .soliloquy-outer-container > * {
	height: 412px !important;
}

@media only screen and (max-width: 652px) {
	.home-top.widget-area, .home-top.widget-area .full-wrap {
		height: 412px !important;
	}

	#custom_html-3, #custom_html-3 .widget_text.widget-wrap > *, #custom_html-3 .soliloquy-container .soliloquy-wrapper, #custom_html-3 .soliloquy-viewport, .soliloquy-outer-container > * {
		height: 412px !important;
	}
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
  margin-bottom: 0; }

.home-top a.alignleft,
.home-top a.alignright {
  width: 66%; }

.home-top .featured-content,
.home-top .featured-content .entry {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.home-top .featured-content .entry-header {
  border: none;
  padding: 10% 40px 0; }

.home-top .featured-content .entry-title {
  font-size: 30px; }

.home-top .featured-content .entry-content {
  padding: 0 40px; }

.home-top .more-link {
  display: table;
  text-align: center; }

.home-bottom .widget {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  /*border: 1px solid #ececec;*/
  float: left;
  margin-left: 2.564102564102564%;
  padding: 40px;
  width: 31.623931623931625%;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
  /* W3C */ }

.home-bottom .widget:nth-child(3n+1) {
  clear: both;
  margin-left: 0; }

.home-bottom .featured-content .entry-header {
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  background-color: white; }

.home-bottom .featured-content .more-from-category {
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-radius: 0 0 10px 10px;
  background-color: #f9a519;
  text-align: center; }

 .more-from-category a,
 .more-from-category a:visited {
 	font-weight: 600;
 	color: black;
 }

/* Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 10px;
  padding-bottom: 3px;
  margin-bottom: 40px; }

.entry-header {
  border-bottom: none;
  margin: 0;
  padding: 10px 20px; }

.entry-content {
	margin-top: 2%;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
  margin-bottom: 14px; }

.entry-content ol,
.entry-content ul {
  margin-left: 40px;
  letter-spacing: .8px; }

.entry-content ol > li {
  list-style-type: decimal;
  margin-bottom: 12px; }

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

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

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

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  color: #aaa;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase; }

.entry-meta a {
  font-weight: inherit;
  color: #aaa !important; }

.entry-header .entry-meta {
  margin: 10px 0 0;
  display: none; }

.entry-footer {
  margin-top: 0px; }

.entry-footer .entry-meta {
  border-top: none;
  margin: 0 -40px;
  padding: 3px 40px 0;
  display: none; }

.entry-tags {
  float: right; }

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

/* After Entry
--------------------------------------------- */
.after-entry {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px; }

.after-entry .widget {
  margin: 0;
  padding: 40px; }

.after-entry .widget-title {
  border-top: 1px solid #ececec;
  margin: -40px -40px 30px;
  padding: 30px 40px; }

.after-entry .widget:first-child .widget-title {
  border-top: 0; }

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
  border-bottom: none; }

.after-entry .featured-content .more-from-category {
  padding: 20px 40px; }

.after-entry li {
  list-style-type: none; }

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 40px 0; }

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

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  color: #333;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px; }

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

.entry-pagination.pagination {
  margin: 0 0 10px; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px; }

.comment-respond {
  padding: 40px 40px 16px; }

.comment-respond h3 {
  border-bottom: 1px solid #ececec;
  margin: -40px -40px 40px;
  padding: 30px 40px; }

.entry-comments {
  border-bottom-width: 0; }

.entry-comments h3,
.entry-pings h3 {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 30px 40px; }

.comment-list li.depth-1 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 40px; }

.comment-content {
  clear: both; }

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

.comment-list li li {
  padding-right: 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,
.entry-comments .comment-author a {
  color: #333;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

.comment-meta,
.comment-meta a {
  color: #aaa;
  font-size: 18px; }

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
  color: #31b2ed; }

.ping-list li {
  padding: 40px 40px 16px; }

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

.comment-reply-link {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700; }

.form-allowed-tags {
  background-color: #f5f5f5;
  padding: 24px; }

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
/*.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}
*/
.sidebar .widget {
  display: none; }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  border-top: 1px solid #ececec;
  clear: both;
  padding-top: 40px; }

.footer-widgets input {
  border: 1px solid #333; }

.footer-widgets li {
  border-bottom: 1px dotted #ececec;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets-1 {
  width: 100%;
  float: left;
  color: #FFFFFF; }

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
  width: 228px; }

/* .footer-widgets-2 {
	margin-right: 60px;
} */
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
  float: left;
  padding: 0 15px 0 0; }

.footer-widgets-6 {
  float: left; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #ececec;
  color: #aaa;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 40px 0;
  text-align: center; }

.site-footer a {
  color: #264a5e;
  font-weight: 700;
  background-image: 
    linear-gradient(90deg,
      rgba(249,165,25,.1),rgba(249,165,25,.5)); 
  background-size: 100% 10px;
  background-position: 5px 17px;
  background-repeat: no-repeat; }

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

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
/* Enterprise Pro Black
--------------------------------------------- */
.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
  color: #aaa; }

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
  color: #333; }

.enterprise-pro-black .nav-primary a {
  color: #fff; }

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
  background-color: #333;
  color: #fff; }

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
  background-color: #aaa;
  color: #fff; }

/* Enterprise Pro Green
--------------------------------------------- */
.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
  color: #2bc876; }

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
  color: #aaa; }

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
  color: #333; }

.enterprise-pro-green .nav-primary a {
  color: #fff; }

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
  background-color: #2bc876;
  color: #fff; }

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/* Enterprise Pro Orange
--------------------------------------------- */
.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
  color: #ff6f00; }

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
  color: #aaa; }

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
  color: #333; }

.enterprise-pro-orange .nav-primary a {
  color: #fff; }

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
  background-color: #ff6f00;
  color: #fff; }

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/* Enterprise Pro Red
--------------------------------------------- */
.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
  color: #ff473a; }

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
  color: #aaa; }

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
  color: #333; }

.enterprise-pro-red .nav-primary a {
  color: #fff; }

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
  background-color: #ff473a;
  color: #fff; }

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/* Enterprise Pro Teal
--------------------------------------------- */
.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
  color: #34bfba; }

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
  color: #aaa; }

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
  color: #333; }

.enterprise-pro-teal .nav-primary a {
  color: #fff; }

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
  background-color: #34bfba;
  color: #fff; }

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
  .wrap {
    max-width: 960px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }

  .content {
    width: 100%; }

  .site-header .widget-area {
    width: 600px; }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5,
  .footer-widgets-6,
  .sidebar-primary {
    width: 192px; }

  .site-inner {
    max-width: 100%; }

  /*	.footer-widgets-2 {
  		margin-right: 30px;
  	} */ }
@media only screen and (max-width: 1139px) {
  .genesis-nav-menu a {
    font-size: 18px;
    padding: 10px 10px 10px 20px !important; } }
@media only screen and (max-width: 1166px) {
  .site-title a, .site-title a:hover {
    margin-left: 15px; }

  .site-description {
    margin-right: 15px; }

  .site-inner {
    max-width: 100%; } }
@media only screen and (max-width: 860px) {
  .wrap {
    max-width: 768px; }

  .home-top .wrap {
    max-width: 750px; }

  .home-2-text {
    font-size: 18px; }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5,
  .footer-widgets-6,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }

  .site-header .wrap {
    padding: 20px 1%; }

  .site-title a, .site-title a:hover {
    margin-left: 15px; }

  .site-description {
    margin-right: 15px; }

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

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
    background-color: transparent; }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static; }

  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-transform: none; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 20px;
    position: relative;
    text-transform: none; }

  .nav-primary .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px; }

  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: transparent; }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px; } }
@media only screen and (max-width: 768px) {
  .wrap {
    padding-left: 0;
    padding-right: 0; }

  .archive-pagination li a {
    margin-bottom: 4px; }

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

  .home-2-text {
    font-size: 18px; }

  .home-top .more-link {
    display: block; }

  .home-bottom .widget {
    margin: 0 0 40px;
    width: 100%; }

  .header-image .site-title a {
    background-size: contain !important; }

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

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
    background-color: transparent; }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static; }

  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-transform: none; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 20px;
    position: relative;
    text-transform: none; }

  .nav-primary .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px; }

  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: transparent; }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px; } }
@media only screen and (max-width: 652px) {
  .wrap {
    padding-left: 0;
    padding-right: 0; }

  .archive-pagination li a {
    margin-bottom: 4px; }

  .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-title {
    float: none !important;
    margin: 0 auto !important;
    display: block;
    background-position-x: center;
    width: 335px; }

  .site-title a {
    float: none !important;
    margin: 0 auto;
    display: block;
    background-position-x: center; }

  .site-description {
    float: none !important;
    background-position-x: center;
    margin: 0 auto !important;
    display: block; }

  .footer-widgets p {
    color: #a7a9ac !important; }

  .home-top .more-link {
    display: block; }

  .home-bottom .widget {
    margin: 0 0 40px;
    width: 100%; }

  .header-image .site-title a {
    background-size: contain !important; }

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

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
    background-color: transparent; }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static; }

  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-transform: none; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 20px;
    position: relative;
    text-transform: none; }

  .nav-primary .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px; }

  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: transparent; }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px; } }
/*  Customizations Here */
body, h1, h2, h2 a, h2 a:visited, p, select, textarea {
  color: #000000;
  font-family: 'Source Sans Pro',Arial, Helvetica, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  text-decoration: none; }

p {
  font-family: 'Source Sans Pro'; }

h2
 {
  font-size: 20px;
  line-height: 30px;
  color: #30566c;
  font-family: 'Roboto', 'Source Sans Pro',Arial, Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  margin-bottom: 1em !important; }

h2 a,
h2 a:visited {
  background-image: 
    linear-gradient(90deg,
      rgba(249,165,25,.1),rgba(249,165,25,.5)); 
  background-size: 100% 10px;
  background-position: 5px 21px;
  background-repeat: no-repeat;
}

h2 a:hover {
  text-decoration: none; }

h2 a {
  font-weight: normal; }

.site-title a, .site-title a:hover {
  display: block;
  width: auto;
  height: 78px;
  overflow: hidden;
  background: url(images/RLS-Logo.png) no-repeat;
  color: transparent; }

@media only screen and (max-width: 652px) {
  .site-title a {
    background: url(images/RLS-mobile-logo.png) no-repeat; } }
.site-title {
  position: relative;
  float: left;
  top: 20px; }

.site-description {
  right: 15px;
  top: 34px;
  width: 158px;
  height: 105px;
  background: url(images/Hotline-Numbers2.png) no-repeat;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  float: right;
  margin-top: -5px; }

.footer-widgets {
  background-color: #413d3d; }

a, a:visited {
  color: #f9a519;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.nav-primary {
  background-color: #979797; }

.genesis-nav-menu {
  font-family: 'ProximaNova-Regular',Arial, Helvetica, Tahoma, sans-serif; }

.genesis-nav-menu a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: background-color 1s ease;
  background-color: #979797;
  line-height: 26px;
  padding: 10px 20px 10px 20px; }

.genesis-nav-menu a:hover {
  background-color: #f9a519; }

.nav-primary .sub-menu a {
  background-color: inherit; }

.genesis-nav-menu .sub-menu {
  border-top: none; }

.genesis-nav-menu .sub-menu a {
  border-top: none;
  border-left: none;
  color: #fff !important;
  font-size: 18px;
  position: relative;
  width: 200px;
  font-family: 'Roboto';
  font-variant: normal;
  font-weight: normal; }

ul#menu-main-nav.menu.genesis-nav-menu.menu-primary.responsive-menu {
  background-color: #979797; }

ul > li:first-child > a {
  border: 0; }

.genesis-nav-menu li li a {
  color: #5a514e;
  font-size: 18px;
  padding: 6px 15px 5px 23px;
  position: relative;
  text-transform: none;
  min-width: 160px;
  line-height: 18px;
  display: block;
  text-shadow: 0 0 0; }

.genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
  padding-top: 10px; }

ul.sub-menu {
  height: auto;
  position: absolute;
  width: 198px;
  z-index: 9999;
  top: auto;
  padding: 10px 0;
  background-color: #f9a519;
  border-radius: 0px 0px 8px 8px; }

h1 {
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  font-family: 'Roboto', 'Source Sans Pro', Arial, Helvetica, Tahoma, sans-serif; }

.entry-content a {
  color: #264a5e;
  font-weight: 700;
  background-size: 100% 10px;
  background-position: 5px 17px;
  background-repeat: no-repeat;
}

.entry-content ul li {
  margin: 0 0 0 10px;
  list-style-type: disc;
  padding: 0;
  font-family: "Source Sans Pro"; }

.widgets_on_page.wop_tiny1.wop_small1.wop_medium1.wop_large1.wop_wide1 ul li {
  list-style-type: none; }

.entry-content ul a {
  color: #264a5e; }

.entry-content ul ul {
  padding: 0; }

.entry-content ul {
  margin: 0;
  margin-bottom: 12px; }

.widget li {
  border: none; }

div.textwidget {
  margin-bottom: 20px; }

/* #footer-widgets .widget-title {
  font-size:12px;
  color:#f9a519;
  font-family:'ProximaNova-Bold';
  text-transform: none;
  margin: 0 0 2px;
} */
div.footer-widgets h4.widget-title.widgettitle {
  color: #f9a519;
  font-family: 'ProximaNova-Bold' sans-serif;
  font-weight: bold;
  text-transform: none;
  border: none;
  margin: 0;
  padding: 0; }

div.footer-widgets p {
  padding: 0 0 10px;
  font-family: 'ProximaNova-Bold' sans-serif;
  font-weight: bold;
  color: #a7a9ac;
  font-size: 18px; }

a.footerlink:link {
  color: rgb(249, 165, 25);
  font-family: 'ProximaNova-Bold' sans-serif;
  font-weight: bold;
  font-size: 18px; }

a.footerlink:visited {
  color: rgb(249, 165, 25);
  font-family: 'ProximaNova-Bold' sans-serif;
  font-weight: bold;
  font-size: 18px; }

.widget-area .learn_more {
  padding-right: 12px;
  background: url(images/icon_arrow.png) no-repeat right 2px; }

.home-about-us {
  display: inline-block !important;
  width: 100%; }

.home-about-us h4.widget-title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-transform: none;
  margin: 0 0 20px;
  border-bottom: 1px solid;
  background-color: #264a5e;
  color: white;
  padding: 10px 0px 10px 20px; }

.home-about-us p {
  margin-bottom: 20px; }

/* .home-about-us .widget {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    float: left;
    margin-left: 0px;
    padding: 40px;
    width: 65.81196581196582%;
} */
div.home-about-us.widget-area.two-thirds {
  margin-left: 0px; }

.home-get-in-touch h4.widget-title {
  position: relative;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 20px;
  text-transform: none;
  margin: 0 0 20px;
  border-bottom: 1px solid;
  background-color: #264a5e;
  color: white;
  padding: 10px 0px 10px 20px; }

.gform_wrapper h3 {
  font-family: 'ProximaNova-Regular',Arial, Helvetica, Tahoma, sans-serif;
  font-weight: normal !important;
  color: #264a5e;
  margin: 0 0 5px;
  font-size: 24px !important; }

.gform_wrapper .top_label .gfield_label {
  margin: 0; }

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 18px;
  padding: 5px;
  border-radius: 0px; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 97.5% !important; }

.gform_wrapper .simple_captcha_large input {
  width: 97.5% !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background: #3a6781;
  /* Old browsers */
  float: right;
  text-shadow: none;
  border: none;
  font-weight: normal;
  font-size: 18px;
  padding: 6px 12px;
  margin-right: 0;
  width: auto;
  border-radius: 0px; }

.gform_wrapper .gform_footer {
  margin: 10px 0px 50px 0px !important;
  padding: 0px 9px 10px 0px !important; }

.soliloquy-container {
  margin: auto !important; }

.home-top .widget {
  margin-bottom: 0px; }

.home-top .textwidget {
  margin-bottom: 0px; }

#inner-wrap {
  /* background-color: red; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,010102+50,ffffff+90,ffffff+100 */
  /*background-image: url(https://www.rlslawyers.com/wp-content/uploads/2015/09/bg-shadow-1216x47.png);*/
  background-position: center;
  background-repeat: repeat-y; }

.entry-categories {
  background: url(https://www.rlslawyers.com/wp-content/uploads/2015/09/icon-categories.png) no-repeat top left;
  margin: 0 0 0 3px;
  padding: 3px 0 4px 22px;
  border-top: 1px dotted #ccc; }

.my-grid-layout {
  padding-bottom: 20px; }

.su-row.listing_su {
  margin-bottom: 0; }

a.title {
  line-height: 2; }

#li.listing-item {
  padding-bottom: 15px; }

.listing-item {
  margin-bottom: 20px; }

.listing-item:last-child {
  padding-bottom: 0 !important; }

ul.my-grid-layout {
  list-style-type: disc; }

li.listing-item {
  padding-bottom: 10px !important; }

/* Modern Teamshowcase */
.wmts_search {
  float: right;
  display: inline-block; }

.wmts_filters {
  float: left;
  display: inline-block;
  width: auto; }

.post-7946 .entry-title {
  font-weight: bold;
  text-align: center; }

/* NorCal Wildfire Page Buttons  */
.wildfire-button {
  width: !important; }

@media only screen and (max-width: 855px) {
  .officelocationwidget {
    margin-bottom: 0px !important; } }
.post-9033 .entry-title {
  text-align: center;
  font-weight: 700; }

.post-9033 .gform_wrapper .gform_heading {
  text-align: center;
  font-weight: 700; }

.post-9322 .entry-title {
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans"; }

.post-9342 .entry-title {
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans"; }

.post-9346 .entry-title {
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans"; }

.cognito .c-forms-form-body {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.cognito .c-forms-form input[type=text] {
	border-radius: 10px !important;
}

.footer-widgets-1 .cognito .c-forms-form > .c-label {
	color: white !important;
}

.cognito .c-forms-form textarea {
	border-radius: 10px !important;
}

.cognito .c-action {
	float: none;
}

.cognito #c-submit-button {
	display: block;
	float: none;
	margin: 0 auto;
}


@media only screen and (max-width: 652px) {
  .fl-photo-content img {
    object-fit: cover;
    height: 300px !important; } }
section#text-4 {
  margin-top: -50px; }

section#text-41 {
  margin-top: -50px; }

section#text-43 {
  margin-top: -40px; }

section#text-44 {
  margin-top: -30px; }

section#text-45 {
  margin-top: -40px; }

@media only screen and (max-width: 652px) {
  section#text-4, section#text-41, section#text-43, section#text-44, section#text-45 {
    margin-top: 0px; } }
.wmts_member > .wmts_text_container {
  text-align: center; }

/* Events List on Homepage */
section#tribe-events-list-widget-3 {
  background-image: none;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid lightgrey; }

#tribe-events-list-widget-3 h4.widget-title.widgettitle {
  margin: 0px; }

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0px !important;
  padding-bottom: 15px !important;
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 0px !important;
}

.tribe-events-list-widget .more-from-category {
  background-color: #f9a519;
  text-align: center;
  border-radius: 0 0 10px 10px;
  margin-bottom: 0px !important;
}

.tribe-events-list-widget .tribe-event-title {
  font-family: ProximaNova-Regular;
  color: #264a5e;
  font-size: 18px;
  padding: 0 20px;
  margin-top: 0px; }

.tribe-events-list-widget .tribe-event-title a {
  color: #264a5e;
  font-family: 'Source Sans Pro';
}

.tribe-event-duration {
  font-size: 18px;
  font-family: 'Roboto';
  color: #525252;
  padding: 0 20px; }

/*Event Calendar Page*/

.tribe-events-list .tribe-events-list-event-title {
	font-family: 'Roboto';
}

.tribe-events-loop .tribe-events-event-meta

/* Event Single Page */

.single-tribe_events .tribe-events-single-event-title {
	font-family: 'Roboto';
}

ul.sf-result li {
  list-style-type: none !important;
}

ul.sf-result > li {
  text-align: center;
  background-color: rgb(230,230,230);
  border: none !important;
  position: relative;
  z-index: 9999;
  color: darkslategrey;
  padding: 40px !important;
  min-height: 350px; }

ul.sf-result li:hover {
  background-color: #30566c !important;
  color: white;
  transition: ease 1.75s; }

a.the-title {
	color: #30566c !important;
	font-weight: 500;
}

ul.sf-result li:hover a.the-title {
  color: white !important;
  font-weight: 500;
}

ul.sf-result li:hover div#case-result-border {
  border-top: 2px solid #e78e00;
  width: 90%;
  padding-top: 10px;
  margin: 0 auto; 
}

ul.sf-result > li:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -6px;
  width: 0;
  height: 0;
  background: transparent;
  border: 6px solid transparent; }

ul.sf-result > li:hover:before {
  animation: animate .5s linear forwards;
  z-index: -999; }

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #e78e00;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #e78e00;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #e78e00; }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #e78e00;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #e78e00; } }
ul.sf-result > li:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -5px;
  width: 0;
  height: 0;
  background: transparent;
  border: 6px solid transparent; }

ul.sf-result > li:hover:after {
  animation: animate2 .75s linear forwards;
  animation-delay: .5s;
  z-index: -999; }

@keyframes animate2 {
  0% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
  50% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: #e78e00;
    border-left-color: transparent;
    border-right-color: transparent; }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: #e78e00;
    border-left-color: #e78e00;
    border-right-color: transparent; } }

@media only screen and (max-width: 652px) {
  ul.sf-result > li {
    width: 100% !important; } }
.sf-case-results {
  font-size: 36px;
  font-weight: bold;
  /*text-shadow: 2px 1px #000111;*/
  color: #e78e00; }

div#case-result-border {
  border-top: 2px solid #30566c;
  width: 90%;
  padding-top: 10px;
  margin: 0 auto; }

/* Test Soliloquy Homepage Slider */

/*Ford GoBike Slider*/
#go-bike-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/09/E-Bike-Accident.jpg);
  width: auto;
  height: 412px;
}

.slider-content {
  width: 300px !important;
  background-color: rgba(0,0,0,.6) !important;
  position: absolute !important;
  margin-left: 50px;
  padding: 25px !important;
  top: 70px !important;
}

#go-bike-slider .slider-content {
	width: 300px !important;
	top: 60px !important ;
}

.slider-content h1 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: white;
}

#go-bike-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

button.slider-button {
	padding: 15px;
	background-color: #f9a519;
	border-radius: 10px;
	margin-top: 18px;
	color: black;
	font-weight: bold;
}

@media only screen and (max-width: 652px) {
	#go-bike-slider {
		display: flex;
		align-items: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*Collective Bargaining Slider*/

#collective-bargaining-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/12/Collective-Bargaining-Picture.jpg);
  width: auto;
  height: 412px;
}

#collective-bargaining-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#collective-bargaining-slider .slider-content {
	width: 300px !important;
	top: 80px !important ;
}

@media only screen and (max-width: 652px) {
	#collective-bargaining-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*Legal Defense Slider*/

#legal-defense-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/12/Legal-Defense.jpg);
  width: auto;
  height: 412px;
}

#legal-defense-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#legal-defense-slider .slider-content {
	width: 300px !important;
	top: 90px !important ;
}

@media only screen and (max-width: 652px) {
	#legal-defense-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}


#legal-defense-2-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/12/Legal-Defense-2.jpg);
  width: auto;
  height: 412px;
}

#legal-defense-2-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#legal-defense-2-slider .slider-content {
	width: 300px !important;
	top: 90px !important ;
}

@media only screen and (max-width: 652px) {
	#legal-defense-2-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}
/*Firefigher Slider*/
#firefighter-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/12/Firefighter-Practice-Group.jpg);
  width: auto;
  height: 412px;
}

#firefighter-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#firefighter-slider .slider-content {
	width: 300px !important;
	top: 90px !important ;
}

@media only screen and (max-width: 652px) {
	#firefighter-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*Personal Injury Slider*/
#personal-injury-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/12/Personal-Injury.jpg);
  width: auto;
  height: 412px;
}

#personal-injury-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#personal-injury-slider .slider-content {
	width: 400px !important;
	top: 60px !important ;
}

@media only screen and (max-width: 652px) {
	#personal-injury-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*Workers' Compensation Slider [New Version]*/
#wc-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/Workers-Comp-Header-Image-2023-Final.jpg);
  width: auto;
  height: 412px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}

#wc-slider h3 {
  color: #f9a519;
  font-weight: 700;
}

#wc-slider .slider-content {
  width: 350px !important;
  position: inherit !important;
  margin: 0 auto;
  background: rgba(0,0,0,.7) !important
}

@media only screen and (max-width: 652px) {
  #wc-slider {
    background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/WC-Header-500px.jpg);
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
  }

  .slider-content {
    margin: 0 auto !important;
    position: unset !important;
  }
}

/*Workers' Compensation Slider [OLD VERSION]*/
#workers-comp-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2019/12/Workers-Compensation.jpg);
  width: auto;
  height: 412px;
}

#workers-comp-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#workers-comp-slider .slider-content {
	width: 300px !important;
	top: 60px !important ;
}

@media only screen and (max-width: 652px) {
	#workers-comp-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*E-Scooter Slider*/

#escooter-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2020/01/e-scooters-accidents.jpg);
  width: auto;
  height: 412px;
}

#escooter-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#escooter-slider .slider-content {
	width: 330px !important;
	top: 75px !important ;
}

@media only screen and (max-width: 652px) {
	#escooter-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*Coronavirus Slider*/
#coronavirus-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2020/03/Coronavirus-Site-Banner.jpg);
  width: auto;
  height: 412px;
}

#coronavirus-slider h3 {
	color: #f9a519;
	font-weight: 700;
}

#coronavirus-slider .slider-content {
	width: 400px !important;
	top: 40px !important ;
}

@media only screen and (max-width: 652px) {
	#coronavirus-slider {
		display: flex;
		align-items: center;
		background-position: center;
		text-align: center;
	}

	.slider-content {
		margin: 0 auto !important;
		position: unset !important;
	}
}

/*Coronavirus 2 (RLS Affirms...) Slider*/
#coronavirus-2-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2020/03/Coronavirus-Site-Banner.jpg);
  width: auto;
  height: 412px;
}

#coronavirus-2-slider h3 {
  color: #f9a519;
  font-weight: 700;
}

#coronavirus-2-slider .slider-content {
  width: 400px !important;
  top: 75px !important ;
}

@media only screen and (max-width: 652px) {
  #coronavirus-2-slider {
    display: flex;
    align-items: center;
    background-position: center;
    text-align: center;
  }

  .slider-content {
    margin: 0 auto !important;
    position: unset !important;
  }
}

/*Coronavirus 3 (RLS Guide...) Slider*/
#coronavirus-3-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2020/03/Coronavirus-Site-Banner.jpg);
  width: auto;
  height: 412px;
}

#coronavirus-3-slider h3 {
  color: #f9a519;
  font-weight: 700;
}

#coronavirus-3-slider .slider-content {
  width: 400px !important;
  top: 100px !important ;
}

@media only screen and (max-width: 652px) {
  #coronavirus-3-slider {
    display: flex;
    align-items: center;
    background-position: center;
    text-align: center;
  }

  .slider-content {
    margin: 0 auto !important;
    position: unset !important;
  }
}

/*Coronavirus 4 (RLS Guide...) Slider*/
#coronavirus-4-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2020/03/Coronavirus-Site-Banner.jpg);
  width: auto;
  height: 412px;
}

#coronavirus-4-slider h3 {
  color: #f9a519;
  font-weight: 700;
}

#coronavirus-4-slider .slider-content {
  width: 400px !important;
  top: 78px !important ;
}

@media only screen and (max-width: 652px) {
  #coronavirus-4-slider {
    display: flex;
    align-items: center;
    background-position: center;
    text-align: center;
  }

  .slider-content {
    margin: 0 auto !important;
    position: unset !important;
  }
}

/*Newsletter Announcement Slider*/
#newsletter-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2022/07/Rains-Slider.png);
  width: auto;
  height: 412px;
}

#newsletter-slider h3 {
  color: #f9a519;
  font-weight: 700;
}

#newsletter-slider .slider-content {
  width: 300px !important;
  top: 120px !important;
}

@media only screen and (max-width: 652px) {
  #newsletter-slider {
    display: flex;
    align-items: center;
    background-position: center;
    text-align: center;
  }

  .slider-content {
    margin: 0 auto !important;
    position: unset !important;
  }
}

/*Social Media Slider*/
#danger-social-media-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2021/03/Danger-of-Social-Media.jpg);
  width: auto;
  height: 412px;
}

#danger-social-media-slider h3 {
  color: #f9a519;
  font-weight: 700;
}

#danger-social-media-slider .slider-content {
  width: 350px !important;
  top: 95px !important;
  margin-left: 700px !important;
}

@media only screen and (max-width: 652px) {
  #danger-social-media-slider {
    display: flex;
    align-items: center;
    background-position: center;
    text-align: center;
  }

  #danger-social-media-slider .slider-content {
    margin: 0 auto !important;
    position: unset !important;
  }
}

/*Total Comp Slider*/
#totalcomp-slider {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2021/05/Total-Comp-Survey.jpg);
  width: auto;
  height: 412px;
}

#totalcomp-slider h3 {
  color: #f9a519;
  font-weight: 700;
  font-size: 30px;
}

#totalcomp-slider .slider-content {
  width: 450px !important;
  top: 100px !important;
  background: none !important;
  margin-left: 650px!important;
}

@media only screen and (max-width: 652px) {
  #totalcomp-slider {
    display: flex;
    align-items: center;
    background-position: center;
    text-align: center;
  }

  #totalcomp-slider .slider-content {
    margin: 0 !important;
	background-color: rgba(0,0,0,.6) !important;
  }
}


/*Footer Consultation Form*/

.footer-widgets-1 h4.widget-title.widgettitle {
	text-align: center;
	font-size: 32px;
}

.footer-widgets-1 .c-label {
	color: rgb(249, 165, 25) !important;
}

@media only screen and (max-width: 652px) {
	.footer-widgets-1 h4.widget-title.widgettitle {
	text-align: center;
	font-size: 32px;
}

	.footer-widgets-1 .c-label {
		color: rgb(249, 165, 25) !important;
	}
}


.hotline-spoiler {
  width: 100px;
  background-color: transparent;
  color: white;
  float: left;
}

.hotline-spoiler .su-spoiler-content {
  font-size: 18px;
  color: white !important;
  float: left;
  width: 150px;
}

.su-spoiler-style-fancy>.su-spoiler-content {
  font-size: 18px;
}

/* Attorney Bio Pages */

.bioblock {
  max-width: 1000px;
}

.biocard-content {
  min-height: 430px;
  line-height: 1.2;
  padding-left: 60px;
  padding-top: 90px;
}

.bio_attorney_title {
  font-family: 'Roboto Condensed';
  color: #f9a519;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.bio_attorney_name {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
}

.bio_attorney_office {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 20px;
  margin-top: 25px;
}

.bio_phone {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 20px;
}

.bio_fax {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 20px;
}

.bio_email {
  font-family: 'Roboto';
  color: #f9a519;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}

.bio-card-text-mobile {
  display: none;
}

@media only screen and (max-width: 652px) {
  .bio-card-text-mobile {
    display: block;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content {
    background-color: black;
    padding: 10px;
    text-align: center;
    width: 100%;
  }

  .biocard-content {
    background-position: top right;
    background-position-x: 415px;
  }

  .bio-card-text {
   display: none;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content .bio_attorney_title {
  font-family: 'Roboto Condensed';
  color: #f9a519;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content .bio_attorney_name {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content .bio_attorney_office {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 18px;
    margin-top: 0px;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content .bio_phone {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 18px;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content .bio_fax {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 18px;
  }

  .bio-card-text-mobile .bio-card-text-mobile-content .bio_email {
    font-family: 'Roboto';
    color: #f9a519;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
  }
  }

/* Attorney Bio Body */

.our-team-bio .widget-title, .our-team-bio .widgettitle {
  margin: 30px 0 30px 0;
  font-size: 30px;
  padding: 0;
  border-bottom: none;
}

.our-team-bio-sidebar {
  margin-top: 60px;
}

.su-spoiler {
  margin-bottom: 5px !important;
}

.the-bio-content {
  padding: 20px;
}

.the-bio-content .two-thirds {
  padding: 0 50px 30px 30px;
}

/* Sliding Sidebar Tab */
#ssb-container a {
	color: black;
}

.large_super_lawyers_badge {
	text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 652px) {
	#responsive-menu-pro-header #responsive-menu-pro-header-bar-logo img {
		max-width: 250px;
	}

	button#responsive-menu-pro-button {
		right: 5%;
	}
}

#responsive-menu-pro-header {
	padding: 0 8%;
}

button#responsive-menu-pro-button {
	right: 7%;
}

div#responsive-menu-pro-header-bar-items-container {
	max-width: 1140px;
}

#responsive-menu-pro-container #responsive-menu-pro-additional-content {
	text-align: center;
}


#responsive-menu-pro-container #responsive-menu-pro-wrapper {
	height: 100%;
}

.contact-number-table, .contact-number-table table td {
	border: none;
}

.su-tabs-nav span {
	font-size: 18px !important;
	color: #30566c !important;
	font-weight: bold !important;
}

.su-tabs-pane {
	font-size: 18px !important; 
}

.wmts_job_title {
	font-size: 18px !important;
}

.tribe-events-loop .tribe-events-event-meta {
	font-size: 20px;
	font-family: 'Roboto', 'Source Sans Pro', Open Sans;
}

#tribe-bar-form label {
	font-size: 18px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	font-size: 18px;
	color: black;
	background: #f9a519;
}

#tribe-bar-form input[type=text] {
	font-size: 18px;
}

#tribe-bar-views-toggle {
	font-size: 18px;
}

ul.tribe-events-sub-nav a {
	font-size: 18px;
}

#tribe-events .tribe-events-button {
	font-size: 16px;
}

.tribe-events-back a {
	font-size: 18px;
}

.tribe-events-event-meta .tribe-events-meta-group {
	font-size: 18px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 18px;
}

.wmts_filters .wph_filter {
	font-size: 18px !important;
}

@media only screen and (max-width: 652px) {
	.wmts_members img.wmts_element {
		margin: 0 auto !important;
		display: block !important;
		position: initial !important;
	}

	.wmts_container[data-wph-post-id="5317"] .wmts_image_centering {
		width: 100% !important;
	}
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title a {
	background-image: 
  	linear-gradient(90deg,
  		rgba(249,165,25,.1),rgba(249,165,25,.5)); 
  background-size: 100% 10px;
  background-position: 5px 30px;
  background-repeat: no-repeat;
}

.simple-banner {
	z-index: 2 !important;
}

.tribe-events-sub-nav li a {
	background: white !important;
}

.tribe-events-loop .tribe-events-event-meta {
	background: none;
	border: none;
}

.tribe-events-list .tribe-events-venue-details {
	border: none;
}

#tribe-events .tribe-events-button {
	background-color: #f9a519;
	color: black;
}

#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
	font-weight: 700;
}

.sf-result a {
	background-image: none;
}

/* Content View Plugin */

.pt-cv-view .pt-cv-title {
	margin-bottom: 0px;
}

.pt-cv-meta-fields {
	font-size: 16px;
}

.pt-cv-wrapper .btn-success {
	background-color: #f9a519;
	border-color: #f9a519; 
}

h4.pt-cv-title {
	font-size: 22px;
}

.pt-cv-content {
	font-size: 18px;
}

.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>a:hover, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover {
	background-color: #264a5e;
}

.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
	color: #264a5e;
}

/* Job Listing Plug-in */
#snippet-box {
	display: none !important;
}

.job-post .jobs-row.position_title .jobs-row-input {
	font-size: 36px !important;
	font-weight: 800 !important;
}

.job-post .jobs-row .jobs-row-label {
	font-size: 20px !important;
}

.job-post .jobs-row .jobs-row-label span {
	border-bottom: 2px solid #264a5e !important;
}

body .job-listing .job-preview .job-cta .apply-btn {
	font-weight: 800 !important;
}

/* SuperLawyers Badge on Atty Bio Page */

.slbadge.slbadge-anniversary-5 {
	display: block !important;
	margin: 0 auto !important;
}

.slbadge.slbadge-anniversary-10 {
	display: block !important;
	margin: 0 auto !important;
}

.slbadge.slbadge-anniversary-15 {
	display: block !important;
	margin: 0 auto !important;
}

/* Bulletins and Past Bulletins Legal Disclaimer */
.article-disclaimer {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  background-color: rgba(220,220,220,.3);
  padding: 10px;
  border-radius: 20px;
  border: 3px dashed;
  border-color: rgba(220,220,220);
}

.article-disclaimer .widget {
  margin-bottom: 0;
}

.article-disclaimer div.textwidget {
  margin-bottom: 0;
}

.footer-widgets-1 .cog-label {
  color: white !important;
}

/* Office Location Blocks (Contact Us Page) */
@media only screen and (max-width: 652px) {
.officeblock {
  max-width: 170px;
  display: block;
  margin: 0 auto;
}
}

/*Cognito Forms */
.ctct-form-header {
  text-align: center;
}

/* Our Team Page 2 */
.rt-team-container .contact-info ul li a {
  font-weight: 500 !important;
}

i.fa.fa-globe {
  color: #264a5e;
}

/* Practice Area Directory Page */
.pt-cv-view .pt-cv-ifield {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.pt-cv-view .pt-cv-ifield a {
  color: black !important;
  font-size: 18px;
  font-weight: 600;
}

.pt-cv-view .pt-cv-title {
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 15px;
  background: #f9a519;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pt-cv-thumbnail {
  margin-bottom: 0 !important;
}

/* Hide WC Portal Page Default Title */
.post-12853 h1.entry-title {
	display: none;
}

/* Style Resource Link Box in WC Portal Page */
.resourceboxWC {
	border-left: 10px solid #30566c;
	padding-left: 15px;
	margin-top: 20px;
}

#WCResourceList .entry-content ul a {
  font-family: roboto;

}

/* Worker Comp Portal Header */

.post-12853 .entry-content {
  margin: 0px;
}

#workers-comp-portal-header {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/Workers-Comp-Header-Image-2023-Final.jpg);
  width: auto;
  height: 412px;
}

#workers-comp-portal-header .slider-content h1 {
  color: white;
  font-weight: 700;
}

#workers-comp-portal-header .slider-content {
  width: 435px !important;
  top: 110px !important ;
  margin-left: 300px;
  background-color: rgba(0,0,0,.75) !important;
}

#WCTopL {
  display: inline-block;
}

#WCTopR{
  display: inline-block;
  margin-left: 10px;
}

#TopL {
  font-size: 85px;
  font-family: capitolium-2;
}

#TopR {
  display: block;
  line-height: 32px;
}

#WCBottom {
  color: #f9a519 !important;
  margin-top: 10px;
}


@media only screen and (max-width: 1024px) {
  #workers-comp-portal-header {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/WC-Header-668px.jpg);
  width: auto;
  background-repeat: no-repeat;
  }

  .soliloquy-outer-container > * {
    height: 300px !important;
  }

  #workers-comp-portal-header .slider-content {
  margin-left: 18%;
  width: auto !important;
  top: 55px !important;
}
}

@media only screen and (max-width: 768px) {
  #workers-comp-portal-header {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/WC-Header-768px.jpg);
  width: auto;
  background-repeat: no-repeat;
  max-height: 412px;
  }

  #workers-comp-portal-header .slider-content {
    margin-left: 24% !important;
    top: 90px !important;
    position: absolute !important;
  }

  #workers-comp-portal-header .slider-content h1 {
    font-size: 24px;
  }

  #workers-comp-portal-header .slider-content #TopL {
    font-size: 60px;
  }

  #workers-comp-portal-header .slider-content #TopR {
    line-height: 24px;
  }
}


@media only screen and (max-width: 500px) {
  #workers-comp-portal-header {
    display: flex;
    align-items: center;
    background-position: left;
    text-align: left;
  }

  #workers-comp-portal-header .slider-content {
    margin: 0 auto !important;
    position: unset !important;
    top: 89px !important;
    background-color: rgba(0,0,0,.75) !important;
  }

  #workers-comp-portal-header .slider-content h1 {
    font-size: 20px;
  }

  #workers-comp-portal-header .slider-content #TopL {
    font-size: 50px;
  }

  #workers-comp-portal-header .slider-content #TopR {
    line-height: 20px;
  }

  #WCBottom {
    margin-top: 3px;
  }

  #workers-comp-portal-header {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/WC-Header-400px.jpg);
  width: auto;
  background-repeat: no-repeat;
  max-height: 500px;
  }

  div#soliloquy-container-12999 {
    height: 316px !important;
  }

  #WCTitle {
    font-size: 24px !important;
  }

  #WCTagline {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .soliloquy-html-sentinel.soliloquy-clear {
    height: 400px !important;
  }

  #WCResourceList {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  #workers-comp-portal-header {
    background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/WC-Header-333px.jpg) !important;
    width: auto;
    height: 400px;
  }

  #workers-comp-portal-header .slider-content {
    margin: 0 auto !important;
    top: 125px !important;
  }

  #TopL {
    font-size: 2em !important;
  }

  #workers-comp-portal-header .slider-content h1 {
    line-height: 1em !important;
  }

  #workers-comp-portal-header .slider-content #TopL {
    font-size: 3em !important;
  }

  #workers-comp-portal-header .slider-content #TopR {
    font-size: 1.1em !important;
  }

  #workers-comp-portal-header .slider-content #WCBottom {
    font-size: 1em !important;
  }

  #WCBottom {
    color: #f9a519 !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 350px) {
 #WCTopR {
  margin-left: 0px;
 }

 #workers-comp-portal-header {
  background-image: url(https://www.rlslawyers.com/wp-content/uploads/2023/10/WC-Header-350px.jpg);
  width: auto;
  background-repeat: no-repeat;
  max-height: 350px;
 } 
}

/* Our Team Directory Page */

.rt-team-container .layout3 .single-team-area .contact-info {
  text-align: center;
}