/*
	Theme Name: jvl
	Description: Custom Wordpress Theme for Joe Viacava - joeviacavalaw.com
	Author: DBDM
	Author URI:
    Version: 1.2
    Template: genesis
	Template Version: 1.9
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
iphone
    01 Import Fonts
    02 Base Styles 
        Defaults
        Wrap
        Containers and Columns
        Entry Content Structure
        Headings and Titles
  -- Layout --  
    03 Header
    04 Navigation
       Primary Navigation Extras
       Pagination
    05 Meta and Comments
        Post Info and Meta
        Comments
    06 Post Content Styles
        Block Quotes
        Lists
    07 SideBar
    08 SideBar Alt
    09 Footer
        Footer Widgets
        Footer Navigation
  -- Modules --
    10 Forms and Buttons
    11 Images and Captions
    12 Author Box / Bread Crumbs / Sticky
    13 Widgets/Plugins
        eNews
        Gravity Forms
*/

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 01 Import Fonts
---------------------------------------------------------------------------------------------------- */
.icon-list, .icon-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.icon-list li {
	margin: 1em;
	margin-left: 3em;
}
.icon-list li:before {
  content: '\f006'; /* fa-star */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}

/*
02 Base Styles
---------------------------------------------------------------------------------------------------- */
/* ## Box Sizing Added by Me May 2019
-------------------------------------------------------------------------------------  */
html {
	overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address,
big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, input, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Clearfix */
.site-inner:after,
.home-middle:after,
.site-header:after,
.nav-primary:after,
.nav-secondary:after,
.wrap:after,
.footer-widgets:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

html {
	font-size: 62.5%;
}
/*Chrome fix*/
body > div {
    font-size: 1.8rem;
}

body { 
    color: #333;
    font-family: 'EB Garmond', serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    overflow-x: hidden;
     text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.home {
	background-color: #092e4f;
}
p.pages,
.clear,
.clear-line {
  clear: both;
}
.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-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: #000d11;
    color: white;
}

::selection {
    background-color: #000d11;
    color: white;
}
/*-----LINK COLOR-----*/
a {
	color: #c7821a;
    text-decoration: none;
}
a:hover {
    color: #2b4a5d;
}

a img {
    border: none;
}
a {
    outline: focus;
}

/* Wraps */
.site-container {
    margin: 0 auto;
	width: 1140px;
}
.site-inner {
  overflow: hidden;
}
.site-inner .wrap {
  margin: 0 auto;
  max-width: 100%;
}
.home .site-inner .wrap {
	padding: 0;
}

/* Containers and Columns */
.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area,
.sidebar-content-sidebar .sidebar-primary {
  float: right;
}
.sidebar-primary {
    font-size: 16px;
    padding-top: 100px;
}
.five-sixths,
.content-sidebar-sidebar .sidebar-primary,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .content,
.site-footer .gototop,
.sidebar-secondary,
.title-area,
.archive-page,
.content-sidebar .content,
.content-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  /* 48px / 1152px */
}
.sidebar-secondary {margin-left:0;}

.one-half,
.three-sixths,
.two-fourths,
.content-sidebar-sidebar .content,
.archive-page {
  width: 47.91667%;
  /* 552px / 1152px */
}

.one-third,
.two-sixths,
.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.title-area {
  width: 30%;
  /* 352px / 1152px */
}
.four-sixths,
.two-thirds,
.content-sidebar .content,
.sidebar-content .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.site-header .widget-area {
  width: 70%;
  /* 752px / 1152px */
}
.one-fourth {
  width: 21.875%;
  /* 252px / 1152px */
}
.three-fourths {
  width: 73.95833%;
  /* 852px / 1152px */
}
.one-fifth {
  width: 16.66667%;
  /* 192px / 1152px */
}
.two-fifths {
  width: 37.5%;
  /* 432px / 1152px */
}
.three-fifths {
  width: 58.33333%;
  /* 672px / 1152px */
}
.four-fifths {
  width: 79.16667%;
  /* 912px / 1152px */
}
.one-sixth,
.sidebar-secondary {
  width: 13.19444%;
  /* 152px / 1152px */
}
.five-sixths,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.63889%;
  /* 952px / 1152px */
}
.first,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.title-area,
.content-sidebar .content,
.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .sidebar-primary {
  margin-left: 0;
  clear: both;
}
.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.sidebar-sidebar-content .sidebar-primary {
    clear: none;
}
.archive-page {
    margin-left: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
    line-height: 1.2;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
h1,
.entry-title,
.entry-title a,
.site-title {
    color:#415769;
    font-size: 30px;
    line-height: 1;
    margin: 20px 0 40px 0;
}
.entry-content h2 {
	color:#415769;
	font-size: 20px;
	font-size: 2rem;
}

/* Title Class for SEO / No Overuse of H Tags */
.title,
h2 {
	font-size: 28px;
    font-size: 2.8rem;
}
.goldundersmall {
    border-bottom: 2px solid rgb(221, 178, 87);
    margin: 40px 0 20px 0;
    padding-bottom: 6px;
}
.goldundersmallp {
    border-bottom: 2px solid rgb(221, 178, 87);
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px 0;
    padding-bottom: 16px;
}
h2 a,
h2 a:visited {
    color: #3b3d42;
}
h2 a:hover,
h2 a:visited:hover {
    color: #2b4a5d;
}
h3 {
	color: #415769;
    font-size: 24px;
    font-size: 2.4rem;
	line-height: 1.4;
}
h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
    font-size: 20px;
    font-size: 2rem;
}
h4.widgettitle a:hover {
    color: #E39A3C;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
h6,
.author-box h1,
.sidebar h2 a {
    font-size: 14px;
    font-size: 1.4rem;
}
.author-box h1 {
    margin: 0;
    line-height: 1.5;
}
.taxonomy-description h1 {
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}
.archive-title {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

/*
03 Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  margin-bottom:0;
  overflow: hidden;
}
#enhancedtextwidget-82 {
  padding: 0;
}
.bigphone {
  color: #eaebee;
	font-family: Roboto, sans-serif;
	font-size: 22px;
}
.call-box {
	font-family: Roboto, sans-serif;
	list-style-type: none;
	text-align: left;
}
.call2 {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
.head-address-1 {
  color: #D8B767;
  font-size: 16px;
  font-size: 1.6rem;
}
.head-address-2 {
  color: #eaebee;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 12px;
}
.phopho {
  color: #ffffff;
  font-size: 16px;
}
.ph-size {
	font-size: 20px;
}
.ph-size .fa-phone {
    margin-right: 0px;
}
.fa {
	margin-right: 10px;
}
.site-title {
	display:none;
}
.home .site-title {
	display:block;
}
.header-image .site-title { 
	margin: 0;
}
.site-description {
	display:none;
}
.site-header .search-form {
  float: right;
  margin-top: 56px;
  margin-top: 5.6rem;
  width: 100%;
}
/* Utility Bar
--------------------------------------------- */

/* HEADER FLEX */

.home .utility-bar {
	background-color: #092e4f;
    margin: 0 auto;
	width: 100%;
}
.home .utility-bar .wrap {
	background: #084a79;
	padding: 40px;
}
.home .utility-bar-left {
	flex: 1;
}
.home .utility-bar-right {
	flex: 1;
}
.utility-bar {
	background: #084a79;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.utility-bar, .utility-bar-top {
  border-top: 4px solid #D8B767;
}
.utility-bar-left {
    margin: 10px 0;
	padding-left: 40px;
} 
.utility-bar-right {
    margin: 20px 0;
    flex: 1;
}
.utility-bar a {
    color: #fff;
}
.utility-bar-top {
    margin: 0 auto;
    width: 1140px;
}
.utility-bar .wrap {
	align-items: center;
    border-bottom: 1px solid #f5f5f51c;
}
.utility-bar .wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
    margin: 0 auto;
    padding: 0;
	position: relative;
    width: 1140px;
}
  
.nav-primary {
	margin: 0 auto;
	width: 1140px;
}
.utility-bar-right #maxmegamenu-2 #mega-menu-wrap-primary {
	float: right;
}

/*Mega Menu
---------------------------------------------------------------------------------------------------- */

#mega-menu-wrap-primary #mega-menu-primary {
	background-color: transparent !important;
}

.home #mega-menu-wrap-primary #mega-menu-primary {
	font-family: Roboto, sans-serif;
    padding: 10px 0;
    text-align: center;
}
#maxmegamenu-2 {
    float: right;
}
.nav-primary {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px !important;
}

/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 {
    background: #333333 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 0 !important;
}

/* Above Content Bars
--------------------------------------------- */
.above-content .wrap {
  margin: 0 auto;
  max-width: none;
  padding:0;
}
.above-content {
  font-size: 12px;
  font-size: 1.2rem;
}
.above-content a:hover {
  text-decoration: underline;
}

/*-------Above Content Text
--------------------------------------------- */
.overtop { 
   color: #D8D8D8;
   top: 200px; 
   left: 0; 
   width: 100%; 
}
.overtop /*federal crimes*/ {
    display: inline-block;;
    padding: 90px;
    text-align: center;
    max-width: 100%;
}
/*----ABOVE CONTENT LEMON-------*/
.above-content-lemon .wrap {
    margin: 0 auto;
}
.above-content-lemon {
	margin-bottom: 0px;
	margin-top: 0px;
}
.home .above-content-lemon {
	margin-bottom: 20px;
}
.above-content-lemon {
	margin-bottom: 0;
}
.home .above-content {
	display:block;
}
.home .above-content .wrap {
	display: none;
}

/* Home Top
--------------------------------------------- */
.home-top-1 {
    background: #eaeff3;
    padding: 0;
}
.home .nbc-quote {
	background: transparent;
	color: #333;
	font-family: 'EB Garamond', serif;
	font-size: 52px;
	font-size: 5.2rem;
}
.home .nbc-quote {
	padding: 88px;
}

.home .nbc-news {	
}

.nbc-quote {
    line-height: 1.2;
    padding: 20px;
    text-align: center;
}
.nbc-quote {
    background-color: #d58b1de0;
    color: #fff;
    font-family: Playfair;
    font-size: 60px;
    font-size: 6rem;
}
.home .above-content-lemon {
	margin: 0;
}

/* Pagination 
--------------------------------------------- */
.archive-pagination li {
    display: inline;
}
.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
    background-color: #4c5558;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 1.2rem;
    color: #ffffff;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: white;
    color: #000d11;
}
.portfolio-widgetized .archive-pagination {
    clear: both;
}

/*
05 Meta and Comments
---------------------------------------------------------------------------------------------------- */
/* Post Info and Meta */
.entry-meta {
    clear: both;
    line-height: 1.5;
    color: #4c4c4c;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    padding-top: 2.4rem;
}
.entry-meta .entry-comments {
    background: url(images/post-comments.png) no-repeat center left;
    margin-left: 16px;
    margin-left: 1.6rem;
    padding-left: 20px;
    padding-left: 2rem;
    color: #333333;
}
.entry-categories,
.entry-tags {
    display: block;
}
.entry-time {
    color: #000d11;
}

/*
06 Post Content Styles
---------------------------------------------------------------------------------------------------- */

.entry-content p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
    text-align: left;
}

.home-20 {
	margin: 30px 30px 20px 30px;
}
.home-30 {
	margin: 30px 30px 20px 30px;	
}
.home .entry-content { 
	margin-top: 40px;
}
.home .entry-content p {
    text-align: left;
    font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.8;
}
.home h1.entry-title {
	display: none;
}
.entry-content p {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}
.home .content {
	display: none;
    margin: 40px 0;
    padding: 0;
}
.content {
	margin-top: 80px;
	padding: 0 60px;
}

/* After Post */
.after-post {
    background: #f2f2f2;
    border: 1px solid #d8d8d8;
    padding: 10px;
    padding: 1rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

/* Blockquotes */
blockquote {
    padding: 24px 64px;
    padding: 2.4rem 6.4rem;
}
blockquote::before {
    content: "“";
    display: block;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
blockquote::before,
blockquote p {
    color: #282E38;
}
blockquote::before {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 58px;
    line-height: 5.8rem;
}

/* Lists */
.entry-content ol,
.entry-content ul {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}
.entry-content ol li,
.entry-content ul li {
    line-height: 1.625;
}
.entry-content ol li {
    list-style-type: decimal;
}
.entry-content ul li {
    list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
fa-li:before {
    font-family:'FontAwesome';
    content:"\f14a";
}

/*
07 Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
    display: inline;
    line-height: 1.5;
}
.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
.sidebar .widget {
    border-bottom: 0 solid #ccc;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-bottom: 2px;
    padding-bottom: .2rem;
    overflow: hidden;
}
.sidebar .widget:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.sidebar .widget:last-of-type {
    padding-bottom: 2rem;
}

/*
09 Footer
---------------------------------------------------------------------------------------------------- */
.menu-footer-container {
    background:#000D11;
    border-width:0;
}
.sticky.site-footer {
    width: 100%;
}

/*
Site Footer
----------------------------------------------------------------------------------------------------*/
.site-footer {
    background-color: #092e4f;
}
.site-footer .wrap {
	background-color: #415769;
}
.site-footer .creds {
    text-align: center;
}
.site-footer p {
	color: #d8d8d8; 
	font-size: 16px; 
	font-size: 1.6rem; 
	margin-bottom: 40px;
	text-align: center;
}
.site-footer a {
	color: #D5AD6D;
}
.site-footer a:hover { 
	color: #E39A3C;
}
.site-holder {
    color: #d8d8d8;
    font-size: 12px;
    margin: 0 auto;
    padding: 40px 18px 30px;
    max-width: 1140px;
}

/*---------back to top button-----*/
a.top {  background:#E39A3C; color: #ffffff; display: inline-block; font-weight:bold; -webkit-font-smoothing: antialiased; padding: 0.5em 1em;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
	text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.top:hover {
	background: #f15123;
}
/*------------Footer Widgets----------------*/

.footer-widgets-3 {
      float: right;
}
.footer-widgets .widget-title {
    color: #D5AD6D;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-widgets {
     background: #1E253F;
     clear: both;
     line-height: 1.5;
    overflow: hidden;
	padding-top: 4rem;
	padding-top: 40px;
}
.footer-widgets a {
    color: #D5AD6D;
}
.footer-widgets a:hover {
    color:#E39A3C;
}
.footer-widgets p {
    margin-top: 2rem;
    margin-bottom: 16px;
    margin-bottom: 0.94118rem;
    margin-bottom:0;
}
.footer-widgets {
        color: #d8d8d8;
}
.footer-widgets .wrap {
        margin: 0 auto; 
        padding: 30px; 
        position: relative; 
        max-width: 1140px;
}
.footer-widgets .widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}
.footer-widgets .widget-area ul li a {
	color: #ffffff; 
	text-decoration:underline;
}
.footer-widgets .widget-area ul li a:hover {
	color: #E3AE57;
}

#enhancedtextwidget-56 .widget-title  /*footer widget #2 locations*/ {
    list-style: none !important;
}
.contactfooter {
	font-size:2rem; margin-top:0;
}
.callme {
    color: #E7A844;
}
.pitbull {
	color: #973b39; 
	font-size:20px; 
	line-height: 2; 
	margin: 10px 0 20px 20px;
}
ul.pitbull li:first-child {
	padding-top: 0px;
}

ul.details {
	line-height: 2; 
	list-style: none; 
	margin-bottom: 1.2rem;
}

.detail {
	line-height: 1.6;
}

/*--MOST IMPORTANT CALL--*/

.important {
    color:#333; 
    font-size: 2.6rem; 
    font-size: 26px; 
    font-weight: 400; 
    padding: 10px 0 20px 0; 
    text-align:center;
}
.home .important {
	color: #333;
	padding: 20px;
}
.home #enhancedtextwidget-62 {
	background: #fff;
	border: 1px solid #d3dce6;
	color: #333;
}
#enhancedtextwidget-109 {
	background: #fff;
	border: 1px solid #d3dce6;
	color: #333;
}

/*
10 Forms and Buttons
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
  color: #191919;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px;
  padding: 1rem;
  max-width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  background-color: #4c5558;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  width: auto;
  color: #fff;
  font-size: inherit;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
  background-color: #2b4a5d;
}
.button-orange{
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.button-orange {
  background-color: #E7A844;
}

.button-orange:hover {
  background-color: #83a2be;
  border: 1px solid #83a2be;
  color: #ffffff;
}
/*
11 Images and Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 2.4rem;
}

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

img.alignnone {
  display: inline;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
  /*display: inline;*/
  margin:0 20px 10px 0;
  margin:0 2rem 1rem 0;
}

img.alignright,
.wp-caption.alignright {
  display: inline-block;
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.wp-caption {
  text-align: center;
}

/*
12 Author Box / Bread Crumbs / Sticky
---------------------------------------------------------------------------------------------------- */
.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.author-box,
.taxonomy-description {
  line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  overflow: hidden;
  padding: 32px;
  padding: 3.2rem;
}

.breadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 10px;
  padding: 1rem;
}
/*
13 Content Boxes
---------------------------------------------------------------------------------------------------- */
.content-box-clear {
	margin: 2rem auto;
	overflow: hidden;
	padding: 20px;
	max-width:80%;
}
.content-box-clear {
	background-color: #ffffff;
	border: 1px solid #D4DDE4;
	font-weight: 700;
	text-align: center;
}
.content-box-clear2 {
    line-height: 2;
	margin: 2rem auto;
	overflow: hidden;
	padding: 20px;
	max-width:100%;
}
.content-box-clear2 {
	background-color: #ffffff;
	border: 1px solid #D4DDE4;
	text-align: center;
}
.entry-content .content-box-clear2 p {
	margin-bottom: 0; 
	text-align: center;
}
.content-box-inv {
	text-align:center;
	margin: 2rem auto;
	overflow: hidden;
	padding: 20px;
}
/*------------HOME PAGE-----------*/
.title-area {
    display:none; 
    width:70%;
}
.entry-meta {
    display:none;
}

.home .entry-content h3 {
    color: #282E38;
    background: #EEEEEE;
    font-size: 2rem;
    line-height: 1.4;
    padding: 10px 2rem 10px 4rem;
    text-align:center;
    text-transform: uppercase;
}
.home .entry-content h4 {
	color: #3e6b85; 
	margin: 0 0 6px 10px;
}
.home .entry-content h1 {
	color: #3e6b85; 
	font-size: 2rem; 
	text-align: center;
}
.home .sidebar-secondary h4 {
	margin: 0 0 .75rem 0;
}
.entry .single .post-entry {
	padding-top:2rem;
}
.entry .page .post-entry {
	margin-bottom:0;
}
.hablamos {
    font-size: 1.6rem;
    padding-bottom:1rem;
    padding-top: 0;
}
.hablamos ul li {
    list-style-type:none;
    margin-bottom:1.4rem;
    padding-bottom:4px;
}
.hablamos2 {
    margin-top:0;
}
.hablamos2 ul li {
    background:#eeeeee;
    list-style-type:none;
    margin-bottom:0.6rem;
	padding: 5px;
}
.crimes ul {
	list-style-type: none;
}
.crimes ul li {
    border-bottom: 1px dotted #acacac;
    margin-bottom: 0.6rem;
}
.crimes ul li:last-of-type {
    border-bottom: 0px;
}
.injuries {
    padding-bottom:10px;
    padding-bottom:1rem;
}
.injuries ul {
	list-style-type: none;
}
.injuries ul li {
    border-bottom: 1px solid #cccccc;
    line-height: 2;
    margin-bottom:0.6rem;
}
.localeserve li { 
	float: left; 
	margin-bottom: 7px;
		width: 50%;
}
.sidebar-secondary .widget {
    margin-bottom:0;
}
.sidebar h2 a {
	font-weight: 700;
}
.sidebar h2 a {
    font-size:.75rem;
    font-weight:700;
}
.footer .wrap {
	border-top:6px solid #999170;
}
.footer p {
	color: #999170; 
	padding-left:4rem;
}
.footer .wrap {
	background-color:#191919;
}
.post .info {
	display:none;
}

/*-----------------SITEMAP PAGE 1103---------------*/
.page-id-1103 .content {
	padding: 40px 60px 10px;
}

/*-----------------OUR OFFICES 619------------------*/
.page-id-619 .sidebar-primary {
	    display: none;
}


/*-----------------CONTACT PAGE 13------------------*/
.page-id-13 .above-content .wrap {
	background:transparent;
}
.page-id-13 .content {
	width: 68%;
}
.page-id-13 .entry-content h3 {
  color:#2c3e50;
  font-size: 30px;
  margin-bottom: 50px;
}
.page-id-13 .sidebar-primary h4 {
  display: none;
}
.contacttop {
  color:#fff; 
  padding-left: 10px; 
  padding-right: 10px; 
  text-align: center;
}
.addresso {
  margin-top:1rem;
}
ul.addresso:first-child {
  padding-top: 0px;
}
ul.addresso li {
	border-bottom: 1px dotted #333333;
	padding: 1rem 0 1rem 0;
}
.gm-style .gm-style-iw {
	color: #000000;
}
.page-id-13 .list-tick {
	background: #ebebeb;
	padding: 20px;
}
.practice {
  margin-bottom: 20px; 
  margin-bottom:2rem;
}
.practice li {
  background:#eeeeee;
  border-bottom: 4px solid #FFFFFF;
  padding: 10px 10px 10px 10px;
}
.practice ul li {
  background: #F1F1F1;
  margin-bottom: 4px;
}
/*----------------------PERSONAL INJURY-----------------*/
.page-id-281 .above-content-top {color: #FFFFFF;font-size: 3rem;line-height: 4.5rem;}
.page-id-281 .entry-content h3 {color:#282e38;}

/*-----------------FEDERAL------------------*/
.page-id-359 .content {
	width: 64%;
}
.page-id-359 .entry-content h1 {
	color:#282e38; 
	font-size:3rem; 
	margin-bottom:0; 
	margin-top:2rem; 
	padding-bottom:1rem;
}
.page-id-359 .entry-content h3 {
	color:#282e38;  margin-top:0rem;
}
.page-id-359 .content-box-clear {
	width:100%;
}
.page-id-359 .sidebar .widget ul li {
    padding-bottom: 4px;
    padding-top: 4px;
}
ul.fedli li {
	margin-bottom:1rem;
}

/*-----------CONSULTATION------------------*/

.page-id-606 .sidebar-primary {
	    display: none;
        float:left; 
        width: 30%;
}
.page-id-606 .entry-content h3 {
        color:#2c3e50; 
        margin-top:0rem; 
        text-align:left;
}
.page-id-606 .content-box-clear {
        width:100%;
}
ul.consultation li {
  border-bottom: 1px dotted;
  background: url(images/infobox_li.png) no-repeat left center;
  list-style-type: none;
  padding: 13px 0 13px 40px;
}
ul.consultation-tabs li {
  border-bottom: 1px dotted;
  padding: 13px 0 13px 0px;
  list-style-type: none;
}
ul.consultation-tabs li:last-child {
  border-bottom: none;
  padding: 13px 0 13px 0px;
  list-style-type: none;
}
ul.list-tick li {
  background: url(images/list_tick.png) no-repeat left center;
  border-bottom: 1px dotted;
  font-weight: 600;
  list-style-type:none;
  margin-left: 0;
  padding: 3px 10px 3px 40px;
}
ul.list-tick li:last-child {
  border-bottom: none;
  list-style-type: none;
}
ul.list-tick2 li {
background: url(images/list_tick.png) no-repeat left center; border-bottom: 1px dotted; list-style-type:none; padding: 13px 10px 0 26px;}

ul.list-tick2 li:last-child {
border-bottom: none;
list-style-type: none;}

/*-------------------ABOUT-BIO PAGE-----------------------*/
.page-id-97 .above-content .wrap {display: none;}
.page-id-97 .content-box-clear {width:100%;}
.page-id-97 .entry-content h1 {border-bottom: 2px solid #8B0000;color:#282e38;padding-bottom:.5rem;}
.page-id-97 .sidebar .widget {margin-bottom:3rem;}
.page-id-97 .sidebar .widget ul li {padding-bottom: 6px; padding-top: 6px;}
.page-id-97 .sidebar .widget ul {list-style-type:none;list-style-position:inside;}
.page-id-97 .sidebar .widget li a:hover {color: #E7A844;}
ul.about {margin-left:10px;}
ul.about li {padding-left:10px;list-style:inside square;}

.side-practice a {
	border-bottom:1px dashed #d4973b;
	font-size: 20px;
	font-size: 2rem;
}

/*----------------CRIMINAL DEFENSE---------------*/
.page-id-166 .above-content-lemon .wrap {margin-top:0;}
.page-id-166 .above-content-top {margin-top:0;}
.page-id-166 .content-box-clear {width:100%;}
.page-id-166 .entry-content h1 {border-bottom: 2px solid #8B0000;color:#282e38;padding-bottom:.5rem;}
.page-id-166 img.alignleft {margin: .5rem 2rem 1rem 0;}

.page-id-166 .sidebar .widget ul li {
    padding-bottom: 6px;
    padding-top: 6px;
}
.page-id-166 .sidebar .widget ul {
    list-style-type:none;
    list-style-position:inside;
}
.page-id-166 .sidebar .widget li a:hover {color: #E7A844;}

/*----------ACCOMPLISHMENTS ACCOLADES PAGE------------*/
.page-id-438 .entry-content h4 {margin-top: 4rem;}
.page-id-438 h4 {color:#191919;}

/*--------ABOVE FOOT WIDGET SEALS ACCRED--------*/
.admitted .wrap {
  background-color: #fff;
}
.admitted {
  background: #fff; 
  text-align:center;
}
.admitted {
    padding: 20px 0;
}
.accreds ul li {
    display:inline; 
    list-style-type:none; 
    margin-right: 4rem;
}
.admitted img {
    height: 90px;
}

/* Home Middle
--------------------------------------------- */

.featured-page-advanced-2 .entry-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
}

.home-middle {
    background: #eaeff3;
    clear:both;
    margin: 0 auto;
    overflow: hidden;
    text-align:center !important;
}
.entry-content .custom-content {
    margin-top: 2rem;
}
.home-middle .widget-title {
    color:black;
    margin-top: 1rem; 
    margin-top: 10px;
}
.home-middle .entry {
    background: none;
}
.home-middle .entry-title {
    text-transform: uppercase;
}
.home-middle .page {
    border: none;
}
.home-middle .entry-content p {
    padding: 0 10px;
}
.home-middle .entry-content {
    margin-top: 0; 
	padding: 0 38px;
    text-align: left;
}
.home-middle-1,
.home-middle-2,
.home-middle-3 {
    max-width:100%;
    width: 33.33%;
}
.home-middle-1,
.home-middle-2 {
	float: left;
	padding-right: 2px;
}

.home-middle-3 {
	float: right;
}
.home-middle h4 {
    font-size: 1.8rem;
}
.homeapproach  {
	font-weight: 700;
}
.pad {
	padding: 0 10px 0 10px;
}
.home .sidebar-primary { 
	margin-left:2rem; 
	padding: 0 1rem 0 1rem;
}
.home .sidebar-primary .widget-wrap {
	background:#FFFFFF;
}
.content .entry-meta {
    background: #444 url(images/lines-diagonal.png);
    background-size: 6px 6px;
    clear: both;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    padding: 16px;
    padding: 1.6rem;
    text-transform: uppercase;
    text-shadow: -1px -1px #333;
}

a.more-link {
    display: block;
    max-width: 80px;
    margin: 1em auto 0 auto;
}
.entry-content h4 {
    color: #282e38;
    text-align: left;
}
#fsb_image { 
	display: none;
}
.home #fsb_image { 
	display: block;
}
.frontmore {
	color: #2c3e50;
	font-size: 16px; 
	font-weight: 700;
	margin-left: 30px;
	margin-top: 20px; 
	text-decoration: none; 
	text-transform: uppercase;
}
.frontmore2 {border-bottom: 4px solid; color: #E7A844; font-size: 16px; margin: 0 2rem 4rem 0; text-decoration: none; text-transform: uppercase;}
.frontmore2:hover {background: transparent;color: #2c3e50;}

/*-------CONTACT HOME DROPDOWN TOP---------*/
.contacthome, .contacthomedrop {display: inline; list-style: none;}

.entry-content h4 {color: #2c3e50; text-transform: uppercase;}

/* Testimonials
-------------------------------------------- */

.home #testimonial_rotator_widget_wrap_1291 .testimonial_rotator_slide_title {
        color: #D8B767;
        margin-bottom: 20px;
}
.home .testimonial_rotator_wrap {
	margin: 0;

}
#enhancedtextwidget-119 {
	background: url(https://joeviacavalaw.com/wp-content/uploads/2015/06/bg_1.jpg) repeat no-repeat;
}


#testimonial_rotator_widget_wrap_1291 {
        margin:0;
        max-width: 100%;
}

.home .testimonial_rotator.template-longform .testimonial_rotator_quote {
        margin: 0 auto;
        max-width: 660px;
}      
.testimonial_rotator_stars .testimonial_rotator_star {
        color: #D8B767;
}

.testimonial_rotator.template-longform .testimonial_rotator_author_info p {
        line-height: 2 !important;
}

#testimonial_rotator_wrap {
        margin: 0;
        padding: 0;
}

#testimonialrotatorwidget-2 {
        padding: 40px;
}

#testimonialrotatorwidget-3 {
        background: rgba(199, 201, 202, 0.29);
        padding: 0 20px;
}

.testimonial .entry-content {
        margin-bottom: 40px !important;
}
.testimonial_rotator_nav {
	display: none;
}

/*--TESTIMONIAL SINGLE PAGE--*/


.single-testimonial .entry-content {
        margin: 0 auto;
        max-width: 700px;
}

.single-testimonial .entry-title {
        font-size: 34px;
        margin-bottom: 10px;
        text-align: center;
}

.single .testimonial_rotator_author_info p {
        line-height: 1 !important;
}

.single-testimonial .testimonial_rotator.template-longform hr.longform_hr {
        background: #000;
}

/*--TESTIMONIALS ARCHIVE PAGE--*/
.testimonials .entry-title {
        text-align: left;
}

.testimonial .entry-title a {
        color: #2b4a5d;
        font-size: 30px;
}

.testimonial .entry-title {
        margin-bottom: 10px;
}

.testimonial .entry-content p {
        margin-bottom: 1.4rem;
        margin-bottom: 14px;
        max-width: 800px;
}

.testimonial button {
        background-color: #D8B767;
}
.testimonials .testimonial_rotator.template-longform hr.longform_hr {
        background: #282e38;
}

/* Call To Action Widget
--------------------------------------------- */
.call-to-action a.button {background-color: #64C9EA;display: inline-block;margin-top: -30px;margin-top: -3rem;text-align: center;color: #fff;}
.call-to-action a.button:hover {background-color: orange;}
.call-to-action .widget-title {font-size: 24px; font-size: 2.4rem; margin-bottom: 6px; margin-bottom: 0.6rem; text-transform: none;}
.call-to-action .entry-title a,
.call-to-action .widget-title {color: #fff;}

.call-to-action {
    background: #092e4f;
	color: #ddd;
	float: left;
	padding: 60px;
	padding: 6rem; 
	margin-bottom: 60px; 
	margin-bottom: 6rem;
	margin-top: 60px;
	margin-top: 6rem;
	max-width: 100%
}
.call-to-action p {
	color: #ddd;
}
.site-header .widget-area {
	width: 100%; 
	max-width:100%;
}
.site-header .widget-area {
	background-color: #252525;
}
/*---------SLIDER-----------*/
h1.slide {
  font-size: 40px;
  color: #ffffff;
  background-color: transparent;
  text-shadow: 0px 1px 19px rgb(0, 0, 0);
}
.msp-cn-1-8  {
	color: #ffffff;
	font-family: Roboto, sans-serif;
	left: 40px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
        0px 8px 13px rgba(0,0,0,0.1),
        0px 18px 23px rgba(0,0,0,0.1);
}
.msp-cn-1-14 {
	font-family: Roboto, sans-serif;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
        0px 8px 13px rgba(0,0,0,0.1),
        0px 18px 23px rgba(0,0,0,0.1);
}

.ms-slide-bgcont {
    display: none !important;
}

/*---------------------CONTACT US MODULE-----------------*/
.info-block {background-color: #F3F2F1;}

.info-block {
display: block;
margin: 0!important;
padding: 10px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-middle .more-link {
    background-color: rgba(48, 58, 79, 0.86);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px;
    text-transform: uppercase;
    width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-middle .more-link:hover {
    background-color: #E7A844;
    text-decoration: none;
}
.entry-content .button:hover {
    color: #fff;
}
.button {
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/*---GRAVITY FORMS---*/
.contact-widget {
  color: #ffffff;
  font-size: 34px !important;
  font-weight: bold;
  font-family: 'Times New Roman';
  text-align: center;
}
.contact-widget-2 {
  color: #d8d8d8;
  font-size: 18px !important;
  font-weight: 300;
}
.help {
  text-align: center !important;
  color: #E5C039;
  font-size: 35px !important;
  line-height: 35px;
  margin: 10px 0 0 0px;
  font-family: 'Times New Roman';
}
.help-2 {
  color: #D5AD6D;  font-size: 24px !important;
  font-weight: 300;
  line-height: 1;
}
.give {
	color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
	margin-bottom: 0;
	max-width: 94%;
    padding-bottom: 20px;
    padding: 7px 3%;
}
/*--- GFORM CONTACT US ---*/
.gform_wrapper {margin: 0 !important; max-width: 100% !important;}

.gform_wrapper * {
    background: url(../../uploads/2016/04/contacte-background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gform_wrapper .gform_heading {
  width: 100% !important;
  margin-bottom: 1.125em;
  opacity: 0.9;
  padding-bottom: 20px;
  /*background-color: #000000;*/
}
.gform_wrapper .gform_heading {padding-top: 16px;}
.gform_wrapper h1 {margin-top: 10px;}
.gform_wrapper h2 {margin-top: 10px;}
.gform_body {padding: 7px 3%;}
.gform_wrapper textarea.medium {height: 6em !important;}
.gform_wrapper .top_label .gfield_label {color: #ffffff;}
.ginput_complex label {color: #ffffff;}
.gform_wrapper .ginput_complex .ginput_left {width: 100% !important;}
.gform_wrapper .ginput_complex .ginput_right {margin-left: 0 !important; width: 100% !important;}
#gform_confirmation_wrapper_1 {background: #fff;}
.gform_wrapper ul li.gfield {padding-left: 10px; padding-left: 1rem;}
.gform_wrapper .top_label input.medium {width: 97.5% !important;}

.sidebar .widget.gform_widget {-ms-opacity: 0.9; opacity: 0.9; /*background: #000;*/ border: 0;}

.gform_wrapper .gform_footer input.button {padding: 20px !important;}

/*---get rid of horrible pill button on mobile----*/
.gform_wrapper .gform_footer input[type=submit] { -webkit-appearance: none; }

.gform_wrapper .gform_footer { padding: 0 0 .625em !important; clear: both; text-align: center;}

/*.gform_wrapper form {background: #000000;}*/

.entry-content h4 {line-height: 1.4; text-transform: none;}

/*------------------APPROACH 401-----------------*/
.page-id-401 .content-box-clear {width:100%;}

.quotebox {
	background-color: #f5f5f5; 
	color: #415769;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px; 
	padding: 20px 40px; 
}
.quotebox-2 {
	background-color: #f5f5f5; 
	color: #415769;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 20px; 
	padding: 20px;
}
.page-id-401 .info-block {background-color: transparent; color: #000;}
.page-id-401 .sidebar h4 {background-color: transparent; color: #e39a3c;}
.page-id-401 .above-content-lemon {display: none;}

.page-id-401 .gform_wrapper h2 {margin-top: 0;}

#enhancedtextwidget-107 {
	float: left;
}
.pitquote {
    margin: 2rem 0;
	padding: 20px;
}
.pitquote {
    color: #EAA10A;
    font-size: 38px; 
    font-size: 3.8rem;
    font-family: Playfair serif; 
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
	text-align: center;
  
}
/*-----Fancybox home page-----*/
#fancybox-outer{background-color:rgba(20,20,20,0.2)}
#fancybox-content div{background-color:rgb(15, 15, 15)}
#fancybox-content{border-color:transparent}
#fancybox-content .gform_wrapper .gform_heading {padding-top: 0;}
#fancybox-content .gform_wrapper .gform_heading {margin-bottom: 0; padding-bottom: 0;}
#fancybox-content .gform_wrapper .gform_footer {margin: 0 !important; padding: 0 !important; text-align: center;}
.gform_wrapper h3.gform_title {display: none;}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}
.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}

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

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
        position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
        left: auto;
        opacity: 1;
}
#mega-menu-wrap-primary .mega-menu-toggle {
        background: transparent !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
        margin-right: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        border-bottom: 8px solid  rgba(216, 183, 103, 0.7) !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:first-of-type {
	padding-left: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
	font-size: 50px !important;
}
/*-------------------------------------------------TODAY-------------------------------------------*/
.mega-toggle-label {
   display: none;
}

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

@media only screen and (max-width:1024px) {
	
	.admitted {
		padding: 0;
	}	
    .above-content-lemon .wrap {
        padding: 0;
    }
	.below-content-lemon .wrap {
        padding: 0;
    }
	.content {
		margin-top: 20px;
		padding: 0 60px;
	}
	 #enhancedtextwidget-38 {
        padding: 40px 0;
    }
	#enhancedtextwidget-82 {
		padding: 0 20px;		
	}
    .footer-widgets-2 {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-widgets-3 {
         float: right;
    }
	.home .content {
		padding: 0 60px 0 60px;
	}
	.home .content .entry-title {
		text-align: center;
	}
	.home #mega-menu-wrap-primary #mega-menu-primary {
        padding: 0;
	}
	 .home .site-inner .wrap {
        border-right: 0px;
    }
     .home-middle-3 {
        border-right: 0px;
    }
    .ms-layer  msp-cn-1-8 {
        top: 290;
    }
	 .ms-layer  msp-cn-1-14 {
	    padding-left: 60px;
	}
	.nbc-quote {
		font-size: 30px;
		font-size: 3rem;
		padding: 40px 0;
	}
	.utility-bar-left {
		flex: none;
		margin-left: 40px;
		margin-top: 20px;
		padding: 0;
	}
      .utility-bar-right {
		flex: 1;
		/*margin-left: 60px;*/
		margin-top: 24px;
		text-align: center;
    }
     .utility-bar-top {
         padding-top: 20px;
    }
	.utility-bar .wrap {
		border-bottom: 1px solid #f5f5f51c;
		/*margin: 20px;*/
		padding: 0;
		/*width: 96%;*/
    }
}

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

    .footer-widgets .wrap {
         padding: 30px 20px 30px 20px !important;
         position: relative;
         max-width: 80%;
	}
     .goldundersmall {
         margin: 20px 0 20px 0;
    }
	.home .content {
		padding: 0;
	}	
	 #enhancedtextwidget-6 {
	    display:none;
	}	
	.entry-content {
        margin-right: 0;
        margin-top: 40px;
     }	
	.footerwidgetheader-container {
		display:none;
	}         
    .call {
        padding-bottom: 0;
    }
     .home .entry-content {
         margin-top: 0;
     }
     .defense {padding-left:0;padding-right:0;}
      .admitted .wrap {
	    display:none;
	 }
    .page-id-97 .entry-content {
		padding-left:2rem;
	}
    .page-id-401 .entry-content {
		margin-right: 0;
	}
     .page-id-404 .one-half {
		margin: 0 0 2rem 0;
		padding: 2rem; 
		 max-width: 100%;
	}
	.sidebar {
        width: 30%;
	}
	 .sidebar-primary {
         padding-top: 0;
    }
     .sidebar {
          padding: 10px 0 0 0;
    }
	.sidebar .widget:last-of-type {
		padding-bottom: 0;
	}
     .site-header {
		height:auto;
	}
     .site-footer .wrap {
		padding:0;
	}
	.site-inner .wrap {
        padding: 0;
    }
     #text-10 {
	    position:relative;
	}
	.wrap {
        padding: 0;
    }
}

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

	.call3 {
		display: none;
	}
	#enhancedtextwidget-82 {
        padding-left: 0px;
    }
    .important {
	    line-height: 1.4;
        padding: 8px;
     }
    .page-id-281 .sidebar {
        padding: 10px 0 0 10px;
     }     
    .page-id-166 .sidebar {
         padding: 10px 0 0 10px;
     }
    .head-address-2 {
        font-size: 16px;
     }
    .utility-bar-left {
        padding-top: 0;
        padding-top: 0rem;
     }
    .utility-bar-right {
         margin-right: 20px;
         margin-top: 0px;
     }
}

@media only screen and (max-width:375px){
	
	.content-sidebar .content {
			padding: 20px;		
			min-width: 100%;
		}
	.page-id-97 .entry-content {
		padding-left: 0;
	}
	.page-id-97 img.alignleft {
		display: block;
		float: none;
		min-width: 100%;
		padding: 0 20px;
	}
	.content-sidebar .sidebar-primary {
		padding: 0 20px;
		min-width: 100%;
	}
	.page-id-97 .sidebar .widget ul li {
		font-size: 22px;
		font-size: 2.2rem;
	}
}


/* iPad Pro 12.9 */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	
	.home .above-content-lemon {
		margin-bottom: 0;
	}
	
	.home-top-1 {
       margin-bottom: 0;
	}
	
	.home-middle .entry-content p {
		padding: 0 40px;
	}
	.utility-bar-right {
	}
	.site-container {
		width: 100%;
	}	
}
/* iPad Pro 12.9 */
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 2) {
		
	.home .above-content-lemon {
		margin-bottom: 0;
	}
	.home .content {
		padding: 10px 100px;
	}
	.home .entry-content {
		margin-left: 20px;
	}
	.home-top-1 {
	    margin-bottom: 0;
	}
	.home .utility-bar {
		background-color: #074a79;
		padding: 0;
		width: 100%;
	}
	.page-id-166 .content-sidebar .content {
		width: 64%;
	}		
	.page-id-166 .content {
        padding: 0 80px 0 80px;
	}
	.page-id-166 .content-sidebar .sidebar-primary {
		width: 26%;
	}	
	.page-166 .sidebar-primary {
		padding: 60px 40px 0 0;
	}
	.site-container {
		width: 100%;
	}
	.utility-bar-left {
		padding-left: 0;
	}
	.utility-bar .wrap {
		background: #084a79 !important;	
	}
}

/* iPad 1 & 2 */
/* Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	.content-sidebar .content {
		padding: 0 40px 0 40px;
		min-width: 100%;
	}
	.content-sidebar .sidebar-primary {
		padding: 20px 40px 40px 40px;
		min-width: 100%;
	}	
	h1.entry-title {
		margin: 10px 0 20px 0;
	}
    .footer-widgets .widget-area {
       margin-top: 40px;
       width: 30%;
    }
    .head-address-1 {
        margin: 10px 0 20px 0;
    }
    .head-address-2 {
		font-size: 16px;
		font-size: 1.6rem;
        margin-bottom: 2px;
    }
	.home .above-content-lemon {
		margin-bottom: 0;
	}
	.home-top-1 {
       margin-bottom: 0;
	}
     .home-middle-1, .home-middle-2 {
        border-right: 0;
    }
     .home-middle .entry-content p {
        padding: 0;
    }
	.home .utility-bar {
		width: 100%;
	}
    .important {
        font-size: 22px;
    }
	.maxmegamenu-2 {
		float: none;
	}
	.page-id-606 .sidebar-primary {
		margin-bottom: 0;
	}	
	.site-container {
		width: 100%;
	}
	.utility-bar .wrap {
	}	
	.wrap {
		padding: 0;
	}
}
/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	
	.home .above-content-lemon {
		margin-bottom: 0;
	}
	.home-middle .entry-content {
		padding: 0 10px;
	}
	.home-top-1 {
       margin-bottom: 0;
	}
	.home .utility-bar {
		display: flex;
		width: 100%;
	}
	.sidebar-primary {
		padding-top: 0;
	}
	.site-container {
		width: 100%;
	}
	.utility-bar-left {
		margin-left: 0;
		margin-top: 0;
		padding: 0;
	}
}

/* iPhone X */
/* Portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
	
	.content {
		margin: 0;
		padding: 20px;
	}
	.home .above-content-lemon {
		margin-bottom: 0;
	}
	.home-top-1 {
       margin-bottom: 0;
	}
	.call-box {
	   text-align: center;
	}
	.footer-widgets .wrap {
		padding-top: 0;
	}
	.home .content {
		margin: 20px 0;
		padding: 0 20px 0 20px;
	}
	.home .content .entry-title {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.home-middle .entry-content p {
		text-align: center;
	}
	.home-middle {
		margin-top: 20px;
	}
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		margin-bottom: 20px;
		width: 100%;
	}
	.home .nbc-quote {
		font-size: 20px;
		font-size: 2rem;
		padding: 20px 10px;
	}
	.home .utility-bar {
		width: 100%;
	}
	.home .utility-bar .wrap {
		padding: 20px;
	}
	.nbc-quote {
		font-size: 20px;
        font-size: 2rem;
	}	
	 .pitquote {
		line-height: 1;
		padding: 10px;
	}
	.phopho {
		text-align: center;
	}
	.quotebox {
		padding: 20px;
	}
	.site-container {
		width: 100%;
	}
	.ute-right {
		margin-bottom: 20px;
		margin-right:0;
	}	
	.utility-bar-left {
		margin-left: 0 !important;
	}
	.utility-bar-right {
		margin-left: 0;
		margin-right: 0;
	}
	.utility-bar .wrap {
       flex-direction: column;
       justify-content: center;
	   margin-left: 0;
       padding: 0 20px;
	}
}

/* iPhone X */
/* Landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
	
	.admitted img {
		height: 65px;
	}	
	.content {
		margin-top: 0px;
		padding: 20px;
	}	
	#enhancedtextwidget-82 {
		padding: 10px 60px;
	}	
	.entry-title {
		font-size: 32px;
		margin-bottom: 20px;	
	}	
	.footer-widgets {
		padding-top: 0;
	}	
	.home .content {
		display: none;
	}	.home .utility-bar {
		width: 100%;
	}	
	.home-top-1 {
		padding: 20px 0;
	}
	#mega-menu-wrap-primary {
		margin-left: 70px;
	}
	.nbc-quote {
		font-size: 24px;
		font-size: 2.4px;
		padding: 20px;
	}	
	.page-id-13 .list-tick {
		margin-top: 0px;
	}
	.page-id-606 .content {
		width: 100%;
	}
	.page-id-606 .sidebar-primary {
		width: 100%;
	}
	
	.page-id-166 .content-sidebar .content {
		width: 64%;
	}
	.page-id-166 .content {
        padding: 0 30px 0 30px;
	}
	.page-id-166 .sidebar-primary {
		padding: 20px 25px 20px 0;
	}
	.pitquote {
		font-size: 30px;
		line-height: 1.2;
		padding: 0 40px;
	}	
	.site-inner {
		margin-top: 40px;
	}
	.utility-bar {
		display: flex;
	}
	.utility-bar a {
		font-size: 16px;
	}
	.utility-bar-left {
		flex: 1;
	}
}
/*---iPhone 6/7/8 plus portrait--*/

@media only screen 
and (min-device-width : 414px) and (max-device-width : 736px) 
and (-webkit-device-pixel-ratio : 3) { 
	
    .big-phone {
      font-size: 28px;
    }	
    .call-to-action {
      padding: 0px;
      padding: 0rem;
    }	
	.content {
	  margin-top: 10px;
	  padding: 0px;
	}	
	.entry-content {
		margin-top: 0;
		padding: 20px;
	}
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
	   margin-bottom: 20px;
	   width: 100%;
	}	
	.home .utility-bar {
		width: 100%;
	}	
	#mega-menu-wrap-primary .mega-toggle-blocks-right {
		padding: 10px 0;
	}	
   	#mega-menu-wrap-primary .mega-menu-toggle {
		height: 60px !important;
	}
	.home .nbc-quote {
		font-size: 20px;
		font-size: 2rem;
		padding: 10px 0;
	}
	.page-id-606 .sidebar-primary {
		width: 100%;
	}
	.phopho {
        font-size: 20px;
	}
	.pitquote {
		font-size: 28px !important;
	}	
	.quotebox-2 {	
      background-color: #f5f5f5;
      color: #415769;
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 10px;
      padding: 20px;
      text-align: left;
	}	
	.site-container {
		width: 100%;
	}	
	.ute-right {
		margin-bottom: 40px;
		margin-right: 0;
	}	
	.utility-bar-left {
		float: none;
	}	
    .utility-bar .wrap {
      width: 414px;
    }	
    .utility-bar-left {
      margin: 20px 0 0 0;
    }	
     .utility-bar-right {       
      margin-right: 0px;
    }
}

/* iPhone 6 7 8 Plus */
/* Landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
	
	#enhancedtextwidget-82 {
		padding: 10px 80px;
	}	
	.footer-widgets .widget-area {
		  margin-bottom: 30px;
	}
	.footer-widgets .widget-title {
		  margin-bottom: 10px;
	}
	.home-top-1 {
		padding: 0;
	}
	.nbc-quote {
		padding: 20px 80px;
	}
	.pitquote {
		  font-size: 28px !important;
		  padding: 0 20px;
	}
	.site-container {
		  width: 100%;
	}
   .utility-bar .wrap {
          width: 100%;
    }
    .utility-bar-left {

          margin: 20px 0 0 0;
    }
     .utility-bar-right {       
          margin-right: 0px;
		  margin-top: 20px;
    }
	.utility-bar-second {
		padding: 20px;
	}
}

/* iPhone 6 7 8 */
/* Portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
	
	.call-box {
		text-align: center;
	}
	.content-sidebar .content {
		margin: 0;;
		width: 100%;
	}
	.home .content {
		padding: 0;
	}
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		width: 100%;
	}
	.home .nbc-quote {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 30px 20px;
	}
	.home .utility-bar {
		width: 100%;
	}
	.site-container {
		width: 100%; 
	}
	.site-footer {
		width: 100% !important;
	}
	.site-inner {
		width: 100% !important;
	}
    .utility-bar .wrap {
         max-width: 100%;
    }	
	.ute-right {
		margin-bottom: 40px;
		margin-right: 0;
	}	
    .utility-bar-left {
		margin-bottom: 20px;
        margin-top: 20px;
		text-align: center;
    }	
	.utility-bar-second {
		padding: 20px;
	}
}
/* iPhone 6 7 8 */
/* Landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	
	.content {
		padding: 0 20px;
	}	
	.content-sidebar-wrap .content {
	}
	.home .nbc-quote {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 20px;
	}
	.home-middle .aligncenter {
		margin-bottom: 0;
	}
	.home-middle .entry-content {
		padding: 0 10px 10px 10px;
	}
	.home .utility-bar {
		width: 100%;
	}
	.home .utility-bar .wrap {
		padding: 0;
		width: 100%;
	}		
	.pitquote {
		padding: 0;
	}	
    .utility-bar-left {
		float: left;
        margin: 20px 0 20px 20px;
    }
     .utility-bar-right { 
		 float: right;
		 margin: 20px 20px 20px 0;
    }
	.utility-bar-second {
		padding: 10px 20px 10px 20px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{

}

/*----iPhone 5 landscape----*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
	 and (orientation:landscape) {
		 
	.content {
		margin-top: 0;
	}
    .content-sidebar-wrap .content {
        width: 100%;
    }
	.home #enhancedtextwidget-62 {
			 width: 100%;
	}
    .entry-content {
		margin-top: 0;
        padding: 10px;
    }
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
       padding-top: 10px
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
	   margin-right: 0;
	}
    .gform_wrapper h2 {
        padding: 0 10px;
    }
	.home .utility-bar {
		width: 100%;
	}
	.home .above-content-lemon {
		display: none;
	}
	.home .important {
		padding: 20px;
	}
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		width: 100%;
	}
	.home-middle .entry-content p {
         padding: 0 10px;
    }
	 .home .nbc-quote {
		font-size: 28px;
		font-size: 2.8rem;
		padding: 40px;
	}
	 .home-middle .widget-title {
		 font-size: 16px;
		 font-size: 1.6rem;		 
	}
	.injuries ul li  {
        padding-left: 60px;
     }
	.utility-bar-left {
        width: 300px;
    }
    .utility-bar-top {
        padding: 6% 6% 0 6%;
    }    
}

/*----iPhone 5 portrait----*/

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	 .content {
		margin-top: 0;
	}
    .content-sidebar-wrap .content {
		padding: 0 10px;
        max-width: 100%;
    }
	.home #enhancedtextwidget-62 {
		width: 100%;
	}
    .entry-content {
		margin-top: 0;
        padding: 10px;
    }
	#enhancedtextwidget-82 {
        margin: 0;
        width: 320px;
    }
	.home .above-content-lemon {
		display: none;
	}
	.home #enhancedtextwidget-62 {
		padding: 0;
	  }
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		width: 100%;
	}
	.home .nbc-quote {
		font-size: 45px;
		font-size: 4.5rem;
		padding: 20px;
	}
	.home .utility-bar {
		width: 100%;
	}
	.home .utility-bar .wrap {
		padding: 0;
	}
	.site-container {
		  width: 100%;
	 }
	.utility-bar {
		width: 100%;
	}
	.utility-bar-left {
		margin: 0;
	}
	.utility-bar-right {
		margin: 10px 0;
	  }
	.utility-bar .wrap {
		align-items: flex-start;
		flex-direction: column;
        justify-content: center;
		padding: 0 20px;
		margin: 20px 0;
	}
}
/*----Samsung Galaxy 10 Portrait----
@media only screen 
and (min-device-width: 360px)
and (max-width: 767px)
and (orientation: portrait) {
		
	.content-sidebar .content {
		float: none;
		padding: 20px;
		min-width: 100%;
	}
	.content-sidebar .sidebar-primary {
		float: none;
		width: 100%;
	}
	#enhancedtextwidget-82 {
		padding: 0 20px;		
	}
	.entry-content {
	    margin-top: 0;
		padding: 10px;
	}
	.entry-title {
	    font-size:  24px;
	    margin: 10px 0 0 0;
		text-align: center;
	}
	.home .utility-bar {
		width: 100%;
	}
	.page-id-359 .content {
		padding: 0;
	}
	.pitquote {
		font-size: 34px;
		padding: 0;
	}
	.quotebox-2 {
		margin-bottom: 20px;
	}
	.sidebar .widget:last-of-type {
	   padding: 0 20px 20px 20px;
	}
	.utility-bar-left {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.utility-bar-right {
		margin-right: 0;
	}
	.utility-bar-second {
		padding: 10px;
	}
	.utility-bar .wrap {
		width: 100%;	
	}
}*/