/*
Theme Name: BIL 2014
Author: cj Advertising
Author URI: http://www.cj-interactive.com
Description: Custom WordPress theme developed for Berg Injury Law. By the best, for the best!
*/

/*  WORDPRESS EDITOR STYLES */

.entry-content img { margin: 0 0 1.5em 0; }
.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
.alignnone, img.alignnone { /* not sure about this one */ }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-height: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: cj Purlpe! (or customize the background color to match your design)
 */

::-moz-selection { background: #ad94c2; color: #fff; text-shadow: none; }
::selection { background: #8cbee5; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
nav ul a, nav ol a {text-decoration: none;}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==========================================================================
   Superfish Essential Styles 
   ========================a================================================== */
/* REMOVED 10/9/14  .desktop-nav-wrap .menu, .desktop-nav-wrap .menu * { margin: 0; padding: 0; list-style: none; display: block; }  */
.desktop-nav-wrap .menu li { position: relative; }
.desktop-nav-wrap .menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.desktop-nav-wrap .menu > li { float: left; }
.desktop-nav-wrap .menu li:hover > ul,
.desktop-nav-wrap .menu li.sfHover > ul { display: block; }
.desktop-nav-wrap .menu a { display: block; position: relative; }
.desktop-nav-wrap .menu ul ul { top: 0; left: 100%; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ======================
   =Links
   ======================*/

a { 
  color: #00427a; 
  text-decoration: none; 
  -webkit-transition: ease-in-out color .1s;
       -o-transition: ease-in-out color .1s;
          transition: ease-in-out color .1s;
}
a:visited { color: #00427a; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

.content a {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

/* =================================
   Typography

   =FONTS
      font-family: "minion-pro", serif;
       font-family: "raleway", sans-serif;
   ================================= */
html, body { 
  color: #666;
  font-family: 'Raleway-SemiBold', sans-serif;
  height: 100%; 
  min-height: 100%; 
}

h1, .h1 {
  color: #004e91;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 40px;
  line-height: 1;
}
h2, h3, h4, h5 {
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 18px;
}

.content p {
	line-height: 1.7;
}

.content li + li {
	margin-top: 14px;
}

.btn {
    background: #417505;
	border: 4px solid #417505;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
    padding: 12px 40px;
    text-transform: uppercase;
	border-width: 0;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.btn a {
  display: block;
  color: #fff;
}
.btn a:hover {
  text-decoration: underline;
  color: #fff;
}
/* ================================== 
   =FORMS
   ================================== */
.form {
  color: #fff;
  font-family: 'raleway', sans-serif;
  text-align: center;
}
.form .h-form {
	font-family: 'raleway', sans-serif;
	font-weight: 600;
    font-size: 28px;
	color: #00417C;
	border-bottom: none;
	text-align: center;
	line-height: 35px;
	text-transform: none;
	margin: 0 0 6px;
}
.form textarea {
  resize: none;
}
.form input[type="text"], .form textarea, .form select {
  box-sizing: border-box;
  border: 1px solid rgba(0, 66, 122, .3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #555;
  padding: 7px 10px;
  text-align: left;
}
.small-form input[type="text"], .small-form textarea {
  width: 300px;
    padding: 7px 10px;
}
.form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 11px 0 2px 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.small-form > label:first-child {
  margin-top: 0px;
}
.small-form .icon {
  display: block;
  width: 40px;
  height: 36px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: 10px;
  top: 18px;
}
.icon-user  { background-image: url(img/icn-user.png); }
.icon-phone { background-image: url(img/icn-phone.png); }
.icon-mail { background-image: url(img/icn-mail.png); }
.icon-pencil { background-image: url(img/icn-pencil.png); }

.form p {
  margin: 0;
  padding: 0;
}
.form p strong {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}




.small-form form {
  margin: 0 auto;
}
.small-form input[type="submit"] {
	border: none;
  font-family: 'raleway', sans-serif;
  margin: 10px 0;
}
.icon-lock {
  width: 30px;
  height: 36px;
  margin-top: 4px;
  margin-right: 24px;
  float: left;
  display: inline-block;
  background: transparent url(img/icn-lock.png) 0 0 no-repeat;
}

.form hr {
  background : url(img/bg-hr.png) 50% 0 no-repeat;
  border: 0;
  height: 15px;
  margin: 1em 0 0;
}

.grecaptcha-badge {
	display: none !important;
}

/*================================== 
      =Structure 
  ==================================*/
.frame {
  margin: 0 auto 0;
  width: 1200px;
  position: relative;
}
.page-sub .content {
  float: left;
  width: 54%;
}
.sidebar {
  float: right;
  width: 38%;
}
/*================================== 
      =HEADER 
  ==================================*/
.header-container {
	background: #fff;
  padding-top: 50px;
  position: relative;
}
.page-home .header-container {
  z-index: 999;
}
.translate {
  width: 194px;
  position: relative;
   z-index: 12;
}
.contact-bar .translate {
  position: absolute;
  right:  0;
  top: 0;
  z-index: 12;
  
}

.translate .btn-lang {
  margin-right: 0;
  z-index: 2;
    position: relative;
  margin-left: auto;
}
.translate .icon-down-arrow {
  display: inline-block;
  background: transparent url('img/icn-dn-arrow-white.png') center center no-repeat;
  width: 16px;
  height: 10px;
  margin-left: 8px;
}
.translate .btn-lang .btn {
   box-sizing: border-box;
    background: #002b52;
  height: 52px;
  width: 146px;
  padding: 0;
  margin: 0;
  line-height: 52px;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    float: right;
    position: relative;
    font-weight: bold;
}
.translate-container {
  background: #414141;
  text-align: center;
  width: 100%;
  height: 65px;
  display: none;
}
.translate-container .translate ul {
  border-radius: 0 0 10px 10px;
}
.translate-container .translate {
  margin-left: auto;
  margin-right: auto;
  top: 16px;
}
.translate-container .translate .btn-lang .btn {
  width: 192px;
  height: 40px;
  line-height: 36px;
}
.translate-container .translate:hover .btn-lang .btn {
  background-color: #003360;
}
.translate-container .translate .btn-lang .btn {
background: #414141;
}
.translate .btn-lang .btn:hover {
  cursor: pointer;
}
.translate .btn-lang .btn:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 6px;
  background: #003360;
  z-index: 3;
  display: none;
}
.translate ul {
  clear: right;
  background-color: #002b52;
  display: none;
  margin:0;
  padding: 6px 0;
  list-style-type: none;
  width: 188px;
  position: relative;
  z-index: 1;
  top:  -2px;
  right:  -2px;
}
.translate.active ul {
  display: block;
}
.translate.active .btn-lang .btn {
  border-radius:  10px 10px 0 0;
}
.translate.active .btn-lang .btn:after {
display: block;
}
.translate li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.2;
}
.translate a:hover {
  cursor: pointer;
}
.translate a {
  color:  #fff;
  font-family: "raleway", sans-serif;
  display: block;
  padding: 6px 0 6px 18px;
  margin: 0;
}

.logo {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
}

.contact-bar-container {
  background: #00427A;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;

}

.contact-bar {
  color: #fff;
  font-family: "raleway", sans-serif;
  height: 50px;
  line-height: 50px;
  text-align: right;
}

.contact-bar-container .contact-bar {
	display: table;
}



.call-24-7 {
/* 	display: table; */
/* 	margin: 0 auto; */
	text-align: left;
}

.icn-chat + .call-24-7 {
	display: table;
	margin: 0 auto;	
}


.call-24-7 .text {
  font-style: italic;
  margin-right: 10px;
}

.call-24-7 .toll-free {
  font-size: 30px;
}
.call-24-7 .toll-free a:hover {
  text-decoration: none;
}
.call-24-7 a {
  color: #fff;
}


/*
.btn-callout-header:hover {
  background: rgba(218, 33, 40, .9);
  background: #6F0B17;
  color: #f6f6f6;
}
*/
.btn-callout-header:visited:hover {
  color: #f6f6f6;
}
.btn-callout-header a {
  color: #f6f6f6;
/*   color: #DA2128; */
  display: block;
  font-family: "raleway", sans-serif; 
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: 30px;
/*   color: #00427a; */
  text-shadow: none;
  padding: 0 15px;
}

.btn-callout-header.mobile a {
  padding: 0 20px 0 0;
}

.btn-callout-header a:visited {
/*   color: #DA2128; */
  color: #f6f6f6;
}
.btn-callout-header a:hover {
  text-decoration: none;
  color: #f6f6f6;
}



.btn-callout-header {
/*   background: #DA2128; */
/*
  background: #f6f6f6;
  background: -moz-linear-gradient(top,  #f6f6f6 0%, #b4c5d4 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#b4c5d4)); 
  background: -webkit-linear-gradient(top,  #f6f6f6 0%,#b4c5d4 100%); 
  background: -o-linear-gradient(top,  #f6f6f6 0%,#b4c5d4 100%); 
  background: -ms-linear-gradient(top,  #f6f6f6 0%,#b4c5d4 100%); 
  background: linear-gradient(to bottom,  #f6f6f6 0%,#b4c5d4 100%);
*/

  display: inline-block;
  -webkit-border-radius: 10px; 
     -moz-border-radius: 10px; 
          border-radius: 10px;
  height: 30px;
  margin-top: 10px;
  padding: 0;
  border-radius: 0px;
}



.btn-callout-header,
.icn-chat {
	color: #fff;
	float: left;
	font-family: 'raleway', sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
	position: relative;
	text-transform: uppercase;
}

.btn-callout-header {
	margin-right: 16.5%;
}


.btn-callout-header.mobile {
	display: none;
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0px;
}

.btn-callout-header.mobile a {
	display: inline-block;
	background: transparent url(img/icn-triangle.svg) 0 0 no-repeat;
	background-position: center right;
	text-transform: capitalize;
}


.icn-chat i {
  background: transparent url(img/icn-chat-new-2x.png) 0 0 no-repeat;
  background-size: 23px 19px;
  display: block;
  left: 0;
  position: absolute;
  height: 19px;
  width: 23px;
}
.icn-chat a {
	color: #fff;
	display: inline-block;
	padding: 8px 0 8px 30px;
}
.icn-chat a:hover {
	text-decoration: none;	
}
/* Main Navigation */
.mobile-nav-wrap .menu {
  display: none;
}
.mobile-nav-wrap {
  display: none;
}


.btn-mobile-nav {
  background-color: #ccc;
  color: #fff;
  display: none;
  font-size: 14px;
  line-height: 15px;
  padding: 17px 20px;
  text-transform: uppercase;
}
.btn-mobile-nav:hover, .btn-mobile-nav.active {
  cursor: pointer;
  background-color: #013057;
}
.btn-mobile-nav span {
  padding-left: 22px;
}
.icon-menu {
  background: transparent url(img/icn-menu.png) center center no-repeat;
  display: inline-block;
  float: left;
  height: 15px;
  width: 18px;
}
.btn-free {
  padding: 0;
  display: none;
}
.header-container .btn-free { display: none; margin-top: 20px; padding: 0 40px;}

.btn-free a { 
  padding: 10px 0; 
}
.feature-image {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover; 
       background-size: cover;
  height: 260px;
  margin: 0 auto;
  width: 100%;
}

.frame-feature {
  position: relative;
}

/* Superfish Align (Optional) */
.desktop-nav-wrap .menu, .desktop-nav-wrap .menu li { float: none; }
.desktop-nav-wrap .menu { letter-spacing: -4px; text-align: right; /* Determines SF Alignment ( Left, Right, or Center) */ }
.desktop-nav-wrap .menu > li { display: inline-block; letter-spacing: normal; word-spacing: normal; text-align: left; }
.desktop-nav-wrap .menu > li > a { display: inline-block; }
.lt-ie8 .desktop-nav-wrap .menu > li, .lt-ie8 .desktop-nav-wrap .menu > li a { display: inline; zoom: 1; }

.desktop-nav-wrap .practice-areas .sub-menu {
  background-color: #e3eff4;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  min-width: 530px;
  padding: 10px;
}
.desktop-nav-wrap .practice-areas .sub-menu a {
  padding-right: 10px;
  padding-left: 10px;
}
/* Superfish Skin */
.header-container .menu {
  margin-bottom: 1em;
}
.header-container .menu ul {
  min-width: 12em; /* allow long menu items to determine submenu width */
  *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.header-container .menu a {
  font-size: 14px;
  padding: 0 40px;
  text-decoration: none;
  zoom: 1; /* IE7 */
}
.header-container .menu a {
  color: #13a;
  font-weight: 600;
  text-transform: uppercase;
}
.header-container .menu li {
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}
.header-container .menu ul li {
}
.header-container .menu ul ul li {
}
.header-container .menu li:hover,
.header-container .menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}


.desktop-nav-wrap {
  margin-top: 12px;
}
.desktop-nav-wrap .menu a {
  color: #00427a;
  letter-spacing: 1px;
  padding: .75em 40px;
}
.desktop-nav-wrap .menu li {
  background: #fff;
} 
.desktop-nav-wrap .menu ul li {
  background: #e3eff4;
}
.desktop-nav-wrap .menu ul ul li {
  background: #e3eff4;
}
.desktop-nav-wrap .menu > li + li a {
  border-left: 1px solid #e3e3e3;
  -webkit-transition: ease-in-out border-color .2s;
       -o-transition: ease-in-out border-color .2s;
          transition: ease-in-out border-color .2s;
}
.desktop-nav-wrap .menu > li:hover + li > a, .desktop-nav-wrap .menu > li.sfHover + li > a {
  border-left: 1px solid transparent;
}
.desktop-nav-wrap .menu > li {
  border-top: 2px solid transparent;
  padding: 18px 0;
}
.desktop-nav-wrap .menu > li > a {
  color: #00427a;
  padding: 10px 38px 19px 38px;
}
.desktop-nav-wrap .menu {
  position: absolute;
  right: -40px;
}
.desktop-nav-wrap .icon-down-arrow {
  background: transparent url(img/icn-down-arrow.png) center 0 no-repeat;
  display: block;
  height: 10px;
  position: absolute;
    bottom: 19px;
    left: 43%;
  width: 18px;
}

.desktop-nav-wrap .menu > li:hover .icon-down-arrow, .desktop-nav-wrap .menu > li.sfHover .icon-down-arrow {
  background-position: center -10px;
}
/* Fixes a weird 1px shift in dropdown arrow on hover */
.desktop-nav-wrap .menu > .practice-areas:hover .icon-down-arrow, .desktop-nav-wrap .menu > .practice-areas.sfHover .icon-down-arrow {
  margin-left: 1px;
}
.desktop-nav-wrap .menu > li:hover, .desktop-nav-wrap .menu > li.sfHover {
  border-top: 2px solid #549bd8;
  
}
.desktop-nav-wrap .menu > li:hover > a, .desktop-nav-wrap .menu > li.sfHover > a {
  color: #549bd8;
  border-left: 1px solid transparent;
}
.desktop-nav-wrap .menu li li a:hover {
  color: #549bd8;
}


.desktop-nav-wrap .menu li:hover,
.desktop-nav-wrap .menu li.sfHover {
  background-color: #e3eff4;
}

/* Mobile Navigation */
.mobile-nav-wrap .menu {
  background-color: #004e91;
  background-color: rgba(0, 78, 145, .95);
}
.mobile-nav-wrap .menu a {
  display: block;
  color: #fff;
  line-height: 58px;
}
.mobile-nav-wrap .menu > li > a, .mobile-nav-wrap .menu > li > ul {
  border-bottom: 1px solid #80a7c8;
}
.mobile-nav-wrap .menu > li:last-child > a {
  border-width: 0;
}
.mobile-nav-wrap .menu > li {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  
}

.mobile-nav-wrap .menu li .icon-down-arrow {
  background: #013057 url(img/icn-dn-arrow-white.png) center center no-repeat;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  display: block;
  height: 36px;
  position: absolute;
    right: 10px;
    top: 10px;
  width: 36px;
}
.mobile-nav-wrap .menu .active .icon-down-arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*================================== 
      =MAIN
  ==================================*/
.page-sub .main-container {

}
.frame-main {
  padding: 60px 0 80px;
}
.content .videoplayer {
  margin: 40px auto;
}
.content header h1,
.content header .h1 {
	margin-bottom: 0;
}

.page-sub .content header h1,
.page-sub .content header .h1 {
	display: none;
}

.content header h2 {
  margin-top: 0;
}
.page-sub .content header h1,
.page-sub .content header .h1 {
	display: none;
}

.page-home .content header h1,
.page-home .content header .h1 {
	margin: 0 0 40px;	
}
.full .content {
  width: 100%;
  float: none;
}

.content .columns .column {
	float: left;
	width: 46%;
}

.content .columns .column+.column {
	margin-left: 8%;
	margin-top: 80px;
}


  /*================================== 
      =SIDEBAR
  ==================================*/
.sidebar {
  position: relative;
    z-index: 10;
}
.sidebar h3 {
  margin: 0;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 6px 12px 0;
    border-bottom: 1px solid #00427A;
}
.sidebar h3 a {
  color: #666666;
}
.sidebar h3 a:hover {
  text-decoration: none;
}
.small-form {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 50px #555;
  color: #00427A;
}
.small-form .form-wrapper {
	padding: 10%;
	position: relative;
}
.sidebar .small-form {
	padding: 40px;
  margin-bottom: 30px;
  margin-top: -123px;
}
.sidebar .menu-container h3 {
  -webkit-border-radius: 3px 3px 0 0; 
     -moz-border-radius: 3px 3px 0 0; 
          border-radius: 3px 3px 0 0;
  padding: 20px 20px;
  color: #666666;
  font-size: 16px;
  text-transform: none;
}
.sidebar .menu {
 
}
.sidebar .menu ul {
   font-size: 14px;
}

.sidebar .menu ul li {
	display: block;
	white-space: nowrap;
	color: #666666;
}

.sidebar .menu ul li:hover,
.sidebar .menu ul li.current-item {
	background: #ededed;
}

.sidebar .menu li + li {

}

.sidebar .menu a {
	color: #666666;
  display: block;
  font-weight: 500;
  padding: 12px 20px;

}
.sidebar .menu a:hover {
  color: #549bd8;
  text-decoration: none;
}

.sidebar .widget {
	margin-top: 40px;
}

.page-abogados-de-accidentes .widget_max_nav, .page-thanks .widget_max_nav {
  display: none;
}
cite {
  text-align: right;
  font-style: normal;
  width: 100%;
  display: block;
}
/*================================== 
      =SUPPLEMENTARY CONTENT
  ==================================*/
.content-supp-container {
  background-color: #000000;
  color: #fff;
}
.content-supp-container-form {
	background: #fff;
}
.content-supp-container-locations {
	padding: 60px 0;
}
.content-supp-container-form .small-form {
	box-shadow: none;
}
.content-supp-container a {
  color: #fff;
}
.content-supp-container .form-container {
  display: none;
}
.content-supp-container .logos {
	display: inline-block;
	float: left;
	padding: 20px 0;
}
.content-supp-container .logos img.avvo {
	height: 22px;
	width: 76px;
}
.locations {
  float: left;
  width: 40%;
}
.connect {
  float: right;
  width: 40%;
}
.content-supp-container h3 {
	margin: 10px 0 20px;
}

.locations .tabs,
.locations .pane {
	box-sizing: border-box;
}

.tabs {
  float: left;
  list-style-type: none;letter-spacing: 1px;
  margin: 0;
  padding: 0;
  width: 50%;

}
.tabs a {
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
          border-radius: 3px;
  display: block;
  padding: 8px 10px;
}
.tabs li {
	margin-right: 30px;
}
.tabs li + li {
  margin-top: 8px;
}
.tabs .active a, .tab a:hover  {
  background: #414141 url(img/icn-rt-arrow.png) 95% 10px no-repeat;
  font-weight: 600;
  text-decoration: none;

}
.locations .panes {
  float: left;
  width: 50%;
}
.locations .panes .pane {
  display: none;
}

.locations .panes .pane.active {
  display: block;
}  
.locations .address {
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
.locations .tel {
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.locations a.maps {
  background: transparent url(img/icn-drop-pin.png) 0 4px no-repeat;
  display: block;
  margin-top: 30px;
  padding-left: 28px;
  padding-top: 7px;
  text-decoration: underline;
}
.locations a.maps:hover {
  text-decoration: none;
}
.content-supp-container-locations .icons {
	width: 68%;
}
.social {
	display: table;
	float: right;
	margin: 0 auto;
}
.social a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: ease-in-out background-color .1s;
       -o-transition: ease-in-out background-color .1s;
          transition: ease-in-out background-color .1s;
  height: 24px;
  display: inline-block;
  width: 24px;
}
.social a:hover {
  background-color: #4b4b4b;
}
.social a + a {
/*   margin-left: 38px; */
	margin-left: 24px;
}
.icn-facebook { background-image: url(img/socials/icn-facebook-2x.png);}
.icn-twitter { background-image: url(img/socials/icn-twitter-2x.png);}
.icn-youtube { background-image: url(img/socials/icn-youtube-2x.png);}
.icn-yelp { background-image: url(img/icn-yelp.png);}


/*================================== 
      =FOOTER
  ==================================*/
#google_translate_element {
  display: none;
  visibility: hidden;
}
.footer-container {
  background-color: #fff;
  padding: 10px 0 20px;
}
.branding img {
  width: 100%;
}
.content-supp-container .branding {
  float: left;
  width: 10%;
  margin: 30px 8% 0 0;
}
footer .copyright {
  color: #6C6C6C;
  display: inline-block;
  float: left;
  font-size: 14px;
  text-align: center;
  width: 60%;
}
footer .menu {
  color: #6C6C6C;
  display: inline-block;
  float: right;
  font-size: 14px;
  text-align: center;
  width: 30%;
}
footer .menu a {
  color: #6C6C6C;
  margin-top: 10px;
  text-decoration: underline;
}

.copyright a:hover {
  text-decoration: none;
}

/* =Homepage */
.page-home .feature-image {
/*   height: 400px;  */
  height: 450px;
}
.page-home .frame-feature .branding {
    width: 208px;
    height: 116px;
    position: absolute;
    z-index: 99;
    top: 50px;
    left: 10px;
}
.page-home .frame-feature .branding .branding-control {
	position: relative;
}

.page-home .frame-feature .branding .branding-logo {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 90px;
  width: 200px;
}

.page-home .frame-feature .branding .branding-photo {
  width: 300px;
  height: 300px;
  left: 150px;
  position: absolute;
}


.raiders-callout {
  border: 5px solid #BDBDBD;
  border-radius: 50%;
  width: 223px;
  height: 223px;
  color: #E3E3E3;
  position: absolute;
  left: -10px;
  bottom: -380px;
background: #000000; 
background: -moz-linear-gradient(45deg, #000000 0%, #4c4c4c 100%); 
background: -webkit-linear-gradient(45deg, #000000 0%,#4c4c4c 100%); 
background: linear-gradient(45deg, #000000 0%,#4c4c4c 100%); 
}
.callout--content h3 {
  font-size: 20px;
   font-family: 'Voces', sans-serif;
   text-transform: none;
}
.callout--content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.callout--content p {
  font-size: 16px;
  width: 170px;
  font-family: 'Voces', sans-serif;
}

.raiders-callout a, .raiders-callout a:visited, .raiders-callout a:link {
  color: #E3E3E3;
  text-decoration: none;
}
.callout--content a:hover {
  color: #E3E3E3;
  text-decoration: none;
}

.icn-play {
  background: transparent url('img/icn-play.png') center center no-repeat;
  width: 59px;
  height: 42px;
  display: block;
  margin: 0 auto;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-home .frame-feature .form {
  float: right;
  position: relative;
}

.page-home .testimonial-controls {
	color: #fff;
	float: left;
	font-size: 28px;
	font-weight: 600;
	margin-top: 70px;
	text-align: center;
	width: 30%;
}
.page-home .testimonials-container {
	background: url("img/bg-testimonials.png") center center no-repeat;
	padding: 80px 0;
	position: relative;
	background-size: cover;
}
.page-home .testimonials {
	background: rgba(255, 255, 255, .31);
	box-sizing: border-box;
	color: #fff;
	float: right;
	font-family: 'raleway', sans-serif;
	padding: 60px 24px;
	width: 70%;
}
.page-home .testimonials .slides li {
	display: none;	
}
.page-home .testimonials .flex-control-nav {
	position: absolute;
	bottom: 90px;
    left: -50%;
    margin-left: 15%;
}
.page-home .testimonials .flex-control-nav li {
	vertical-align: middle;
}
.page-home .testimonials .flex-control-nav li a {
	background: #fff;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	line-height: 20px;
}

.page-home .testimonials .flex-control-nav li a.active {
	background: none;
	border: 3px solid #fff;	
	line-height: 20px;
}

.page-home .testimonials blockquote {
  margin: 0;
  padding: 0;
}
.page-home .testimonials cite {
  display: block;
  font-style: normal;
  text-align: left;
}
.page-home .testimonials .location {
  font-style: italic;
}
.page-home .intro-container {
	margin: 40px 0;	
}
.page-home .intro-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 165px;
  background-color: #9ec8ea;
  background-color: rgba(84, 155, 216, .55);
}
.page-home .intro .nfg {
	margin: 0 auto;
	max-width: 50%;
	min-width: 300px;
	text-align: center;
}
.page-home .intro .nfg > p {
  font-size: 16px;
  line-height: 1.6em;
}
.btn-learn-more {
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  padding: 10px 60px 10px 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  background: transparent url(img/icn-rt-arrow-blue.png) 90% center no-repeat;
}
.btn-learn-more:hover {
  text-decoration: none;
}
.page-home .intro .nfg .btn-learn-more, .content .btn-learn-more.btn-blue {
  border: 2px solid #004E91;
  color: #004E91;
  text-decoration: none;
}
.page-home .intro .nfg .btn-learn-more:hover, .content .btn-learn-more.btn-blue:hover {
  background-color: #004E91;
  background-image: url(img/icn-rt-arrow-white.png);
  border-color: #004E91;
  color: #fff;
  
}
 .btn.btn-learn-more,
 .btn.btn-blue {
  margin-top: 0;
  background-image: none;
  font-size: 16px;
  padding: 12px 40px;
 }
 .btn.btn-learn-more:hover,
  .btn.btn-blue:hover {
  background-image: none;
 }
  .btn.btn-green {
	border: 4px solid #417505;
    border-radius: 4px;
  	background: #417505;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
	margin-top: 0;
	font-size: 16px;
 }
.btn.btn-green:hover {

 }
  .btn+.btn {
	  margin-left: 10px;
  }
 .btn-callout {
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px;
  color: #DA2128;
  border: 2px solid #DA2128;
  display: none;
  margin: 30px 0;
  padding: 10px 60px 10px 50px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  background: transparent url(img/icn-rt-arrow-red.png) 94% center no-repeat;
}
.btn-callout:visited {
  color: #DA2128;
}
.btn-callout:hover {
  background: transparent url(img/icn-rt-arrow-white.png) 94% center no-repeat;
  background-color: rgba(218, 33, 40, .6);
  color: #fff;
  text-decoration: none;
}
 
.page-home .intro .nfg-logo {
  position: relative;
  top: 13px;
}
.page-home .feature-container .small-form {
  width: 42%;
  position: absolute;
  left: 56%;
  top: 45px;
  z-index: 2;
}

.small-form hr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-background-size: 100% auto; background-size: 100% auto;
}

.small-form textarea {
  width: 100%;
}
.small-form input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}
.page-home .small-form .control-col label {
  float: left;
  width: 48%;
  position: relative;
}
.page-home .small-form .control-col label+label {
  margin-left: 4%;
}
.small-form .note {
  margin: 10px 0;
}
.small-form .comments {
  clear: both;
}
.small-form input[type="submit"] {
	box-sizing: border-box;
	background: #417505;
	color: #fff;
	margin-bottom: 10px;
	padding: 12px 40px;
	text-transform: uppercase;
}
.page-home .content {
  float: none;
  margin: 0 auto;
}
.page-home .content p,
.page-home .content h3 {
  text-align: left;
}
.page-home .content p {
	margin: 20px 0;
}
.featured-practice-area-container {
  background: transparent url(img/bg-featured-practice-area-new.png) center 0 no-repeat;
  -moz-background-size: cover; background-size: cover;
  padding: 20px 0 50px;
  width: 100%;
}
.featured-practice-area {
  height: 382px;
  color: #fff;
  width: 680px;
  padding-top: 66px;
  padding-left: 170px;
  margin: 0 auto;
  font-size: 16px;
  background: transparent url(img/icn-car.png) 0 98px no-repeat;
}
.featured-practice-area h2 {
  font-family: "raleway", sans-serif;
  font-size: 40px;
  text-transform: none;
  line-height: 1;
}
.featured-practice-area h2 small {
  display: block;
  font-family: 'raleway', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
.featured-practice-area .btn-learn-more {
  border: 2px solid #fff;
   color: #fff;
    background-image: url(img/icn-rt-arrow-white.png);
}
.featured-practice-area .btn-learn-more:hover {
  color: #004e91;
  border-color: #fff;
  background-color: #fff;
}
.page-home .content h1 small {
  display: block;
  font-size: 18px;
  font-family: 'raleway', sans-serif;
}
.page-home .feature-container {
	position: relative;
}
.feature-container .frame-heading {
	height: 100%;
	position: relative;
}
.feature-container .heading {
	background: rgba(0,0,0,.43);
	bottom: 0;
	color: #fff;
	padding: 40px 20px;
	position: absolute;
	width: 54%;
}

.feature-container .heading h1, 
.feature-container .heading h2, 
.feature-container .heading h3, 
.feature-container .heading h4, 
.feature-container .heading h5, 
.feature-container .heading h6,
.feature-container .heading .title {
    font-family: 'raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    border-bottom: none;
    text-align: center;
    line-height: 35px;
    text-transform: none;
    margin: 0 0 6px;
}



.status-bar {
	background: #002C51;
    box-shadow: 0px 5px 50px #555;
    display: none;
/* 	padding: 40px 0; */
	padding: 16px 0;
	position: relative;
}

.status-bar .status {
	display: table;
	background: url(img/arrow_link.svg) right center no-repeat;
}

.status-bar .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}

.status-bar .status-text,
.status-bar .status-link {
	color: #fff;
/* 	font-size: 20px; */
	font-size: 14px;
	position: relative;
	background: url(img/arrow_link.svg) right center no-repeat;

}

.status-bar .status-text {
	padding-right: 20px;
}


.page-home .status-bar {
	display: block;
}

.status-bar .status {
	display: none;
}






/* =What Happens at Trial Page */
.trial-steps {
  list-style-type: none;
}
.toggle-box {
  display: none;
}
.toggle-box p:first-child {
  margin-top: 0;
}
.btn-box a {
  display: block;
  outline: none;
  text-align: left;
}
/* =Staff Pages */
.staff-img {
  float: left;
  margin-bottom: 20px;
}
.staff-img + .staff-img {
  margin-left: 30px;
}
/*
.staff-img:nth-child(3n+1) {
  margin-left: 0;
}
*/

.staff-img:nth-child(even) {
margin-left: 30px;
}

.staff-img:nth-child(odd) {
margin-left: 0;
}

.content .videoplayer.staff-video {
  width: 500px;
  margin: 0;
  float: right;
}
.staff-title {
  font-size: 18px;
}

/* =Free Form */
.form-free {
  background: transparent url(img/bg-form-big.png) 0 0;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  padding: 10px;
}
.form-free .control-col {
  width: 356px;
  float: left;
  margin-left: 25px;
}
.form-free .control-group {
  margin-top: -2px;
}
.form-free .state, .form-free .zip {
  float: left;
}
.form-free .state {
  width: 134px;
}
.form-free .zip, .form-free input[name="zip"] {
  width: 184px;
 
}
.form-free .zip {
   margin-left: 12px;
}
.form select {
  -webkit-appearance: none;

   background-color: #fff;
}

.form-free select {
  width: 114px;
}
.ie8 .form-free select, .ie9 .form-free select {
  width: 114px;
}


.form-free .note {
  width: auto;
  display: inline-block;
  line-height: 36px;
}
.form-free .note span {
  display: block;
  font-style: normal;
  line-height: 1.4;
}
.form-free .note.disclaimer {
  clear: left;
  text-align: left;
  margin-left: 25px;
  float: left;
  width: 740px;
  line-height: 1.4;
  margin-top: 0px;
}
.form-free .note.disclaimer a {
  color: #fff;
}

.form-free input[type="submit"] {
  margin-top: 25px;
  width: 355px;
  margin-left: -16px;
}

/* =Charities Page */
.charity + .charity {
  margin-top: 20px;
}
.charity img {
  float: left;
  margin-right: 19px;
  border: 1px solid #c7c7c7;
}
.charity h3 {
  margin-top: 0;
  padding-top: 0;
}
.charity h3 a {
  text-decoration: underline;
}
.charity h3 a:hover {
  text-decoration: none;
}
.google-maps {
  width: 100%;
  height: 500px;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
}
/* BLOG */
.content section:first-of-type hr {
  display: none;
}


/*****************************************
******************************************
******************************************
***                                    ***
***        VZAAR / VIDEO               ***
***                                    ***
******************************************
******************************************
*****************************************/

div.videoplayer {
	margin: 24px auto;
	max-width: 100%;
	text-align: center;
	width: 500px;
}

div.videoplayer.inset,
div.videoplayer.inset-left,
div.videoplayer.inset-right {
	margin: 6px 0 6px 0;
	width: 368px;
}

div.videoplayer.inset,
div.videoplayer.inset-left {
	float: left;
	margin-right: 20px;
}

div.videoplayer.inset-right {
	float: right;
	margin-left: 20px;
}

div.videoplayer.attorney {
	float: left;
	margin-left: 50px;
	width: 500px;
}

div.multiplayer {
	width: 100%;
}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/*** MEDIA QUERIES (ADJUST SCREEN SIZE FOR MARGINS AND PADDING) ***/
/* LESS THAN STANDARD SCREEN SIZE STYLES (768PX to 1239PX) */
@media only screen and (max-width:1239px) {
  .frame {
    width: 720px;
  }

  .frame-free-consultation {
	  margin: 20px auto;
  }
  
  .feature-image {
    height: 150px;
    max-width: 800px;
  }

  /* Main Navigation */
  .desktop-nav-wrap {
    display: none;
  }
  .mobile-nav-wrap {
    display: block;
    position: relative;
    width: 100%;
  }
  .mobile-nav-wrap .menu {
    position: absolute;
      left: 0;
      top: 100px;
      z-index: 20;
    width: 100%;
  }
  .btn-mobile-nav {
    display: inline-block;
    background: #004e91;
     position: absolute;
    right: 0;
    margin-top: 25px;
  }
 .btn-callout {
    display: inline-block;
  }
  .logo {
    width: 194px;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .logo img {
    width: 100%;
  }
  .sidebar .small-form {
    display: none;
  }
  .content-supp-container .form-container {
    display: block;
  }
  .header-container .btn-free {
    display: table;
    margin: 0 auto;
  }
  .contact-bar .translate {
    display: none;
  }
  .translate-container {
    display: block;
  }
  .feature-container .heading {
  	visibility: hidden;
  }
  .page-sub .content header h1,
  .page-sub .content header .h1 {
	  display: block;
  }
  .content,
  .page-sub .content {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  
  .sidebar {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .content-supp-container .branding {
    float: none;
    width: 20%;
  }
  .content-supp-container .locations, .content-supp-container .connect {
    width: auto;
    float: none;
    margin: 30px auto;
  }
  .locations .tabs {
	  margin-right: 10%;
	  width: 40%;
  }
  .content-supp-container .connect {
	  margin-top: 60px;
  }
	.content-supp-container-locations .icons {
		margin-top: 30px;
		width: auto;
	}
	.content-supp-container .logos,
	.content-supp-container .social {
		float: none;
	}
	.content-supp-container .logos {
		display: table;
		margin: 0 auto;
	}
	.content-supp-container .social {
		text-align: center;
	}
  .footer-container {
    text-align: center;
    height: auto;
  }
  .content-supp-container .branding {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  footer[role="contentinfo"] .copyright {
    margin-left: auto;
    margin-right: auto;
  }

  /* =Homepage */
  
  .frame-main {
	  padding: 20px 0 40px;
  }
  
  .content .columns .column {
	  float: none;
	  width: auto;
  }
 
	.page-home .content {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
  
  .page-home .feature-container .small-form {
    display: none;
  }
  
  .page-home .feature-image {
    max-width: 100%;
    height: 391px;
  }
  
  .page-home .frame-feature .branding {
	  margin: 0 auto;
	  padding-top: 40px;
	  position: static;
	  width: auto;
  }
	.status-bar .status {
		display: table;
		background: url(img/arrow_link.svg) right center no-repeat;
/* 		padding-right: 20px; */
		margin: 0 auto;
		max-width: none;
		text-align: center;
	}
  .page-home .testimonials {

  }
  .page-home .frame-feature {
    width: 500px;
  }

  .page-home .intro-container {
  	min-height: 315px;
  }
  
  .page-home .intro-container:before {
	  height: 112px;
  }
  
  .page-home .intro .nfg {
    width: 100%;
    text-align: center;
  }
  .page-home .intro .nfg-logo {
    width: 335px;
    height: 72px;
    margin: 0 auto;
    top: 8px;
  }
  .page-home .intro .nfg-logo img {
    width: 100%;
  }
  .page-home .intro .nfg > p {
    margin-top: 60px;
  }
  .btn-learn-more {
    margin-top: 20px;
  }
  .page-home .header-container .btn-free {
    margin: 40px auto 22px;
  }
/*
  .btn-callout-header {
    display: none;
  }
*/

	.btn-callout-header {
		margin-right: 0px;
	}

	.call-24-7 {
		text-align: right;
	}

  .featured-practice-area-container {
  }
  .featured-practice-area {
    padding-top: 150px;
    padding-left: 0;
    background-position: center 32px;
    -moz-background-size: 92px 92px; background-size: 92px 92px;
    text-align: center;
    height: auto;
  }
  .featured-practice-area h2 {
    margin-top: 0;
  }
  .form-free .control-col {
    width: 312px;
  }
  .form-free .note.disclaimer {
    float: none;
    width: 356px;
    margin: 20px auto;
  }
  .form-free input[type="submit"] {
    margin-left: 0;
  }
  .form-free input[type="text"], .form-free textarea, .form-free select {
    width: 91.33%;
  }
  .form-free .state {
    width: 112px;
  }
  .form-free .zip {
    width: 160px;
  }
  .form-free .control-col.last {
    width: 97%;
  }
  .form-free .note.disclaimer {
    width: 90%;
  }
  .form-free input[name="zip"] {
    width: 158px;
  }
  .page-free .content-supp-container .form-container {
    display: none;
  }

  .staff-img + .staff-img {
    margin-left: 40px;
  }
  .staff-img:nth-child(3n+2) {
    margin-left: 40px;
  }
  .staff-img:nth-child(odd) {
    margin-left: 0;
  }
  .content .videoplayer.staff-video {
    float: none;
  }
  .page-template-page-attorney-bio-php .staff-img {
    float: none;
  }
  .google-maps {
    height: 400px;
  }
  .page-free .header-container .btn-free, .page-free .content-supp-container .btn-free {
    display: none;
  }
  .raiders-callout {
    border: none;
    border-radius: 0;
    width: 100%;
    height: 93px;
    bottom: -391px;
    left: 0;
  }
  .callout--content h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .callout--content {
      position: relative;
      left: 0;
      top: 0;
      transform: translate(-0%, -0%);
      text-align: left;
      width: auto;
      max-width: 85%;
      margin: 0 auto;
  }
  .callout--content p {
      font-size: 14px;
      width: 70%;
      margin-top: 0;
  }
  .callout--content .icn-play {
        position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 53px;
  }
  
  
    .btn-free {
	    display: block;
	    margin: 40px auto 22px;
	  }
  
  
}
/* IPHONE LANDSCAPE LAYOUT - 480PX to 767PX */
@media only screen and (max-width:767px) {


  .frame {
    width: 90%;
  }
  
  .homepage-callouts .status-bar .frame {
	  width: 100%;
  }
  
  .contact-bar-container {
    background-position: 0 0;
  }
  .banner {

  }

	.page-home .frame-feature .branding .branding-photo {
	    width: 250px;
	    height: 250px;
	}
	.page-home .frame-feature .branding .branding-logo {
	    left: 60px;
	    top: 90px;
	    width: 160px;
	}
  .content, .sidebar {
    width: 100%;
  }
  .content-supp-container .locations, .content-supp-container .connect {
    width: 90%;
  }
	.content .columns .column+.column {
		margin-left: 0;
		margin-top: 0;
	}
  .locations .tabs,
  .locations .panes {
	  float: none;
	  margin: 0;
	  width: auto;
  }
  .content-supp .connect {
    	margin-top: 40px;
	}
	.social {
		text-align: center;
	}
  .social a + a {
    margin-left: 16px;
  }
  .locations .tabs {
    float: none;
  }
  .locations .panes {
	  background: #414141;
	  margin: 30px 0 0;
	  padding: 25px 30px;
  }
  .content-supp-container .logos {
	  float: none;
  }
  .tabs li {
	  margin-right: 0;
  }
  .content-supp .connect {
    margin-top: 50px;
  }
  .featured-practice-area-container {

  }
  .featured-practice-area {
    width: 90%;

  }

  .page-home .intro-container {
    min-height: 340px;
  }
  .page-home .feature-image {
    height: 291px;
  }
  .raiders-callout {
    bottom:  -291px;
  }
  .page-home .frame-feature .branding {
    margin: 0 0 0 -22px;
    width: auto;
  }
  .form-free .control-col {
    float: none;
    margin: 0 auto;
  }
  .form-free .control-col.last {
    width: 48.5%;
  }
  .form-free .zip {
    width: 176px;
  }
  .form-free input[type="submit"] {
    width: 309px;
  }
  .form-free .control-col.last {
    width: 312px;
  }
  
  .page-home .testimonials-container {
	  padding: 30px 0 80px;
  }
  
  .page-home .testimonials {
	float: none;
	width: auto;
  }
  
  .featured-practice-area .btn {
	  display: block;
	  clear: both;
	  margin: 10px auto;
	  min-width: 200px;
	  width: 60%;
  }
  
  .featured-practice-area .btn+.btn {
	  margin: 10px auto;
  }
  
	.page-home .testimonials .flex-control-nav {
		bottom: -50px;
	    left: 50%;
	    margin-left: -50%;
	}
	
	.page-home .testimonial-controls {
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
  
  .google-maps {
    height: 300px;
  }
  
}


@media only screen and (max-width:699px) {
	.call-24-7 {
		text-align: center;
	}
	
	.btn-callout-header {
		display: none;
	}
	
	.btn-callout-header.mobile {
		display: inline-block;
	}
	
	
}


@media only screen and (max-width:555px) {
	.staff-img:nth-child(even) {
	margin-left: 0px;
	}
	
	.staff-img:nth-child(odd) {
	margin-left: 0;
	}
	
	
	.staff-img {
		margin: 0px auto;
		float: none;
		text-align: center;
	}
  	


	
}

@media only screen and (max-width:535px) {
	.page-home .intro-container {
    	min-height: 365px;
  	}
  	


	
}
	
/* IPHONE PORTRAIT LAYOUT - 320PX to 479PX */
@media only screen and (max-width:479px) {
    .frame {
    width: 320px;
  }
  .logo {
    width: 150px;
    height: 39px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
 .feature-image {
   height: 102px;
   max-width: 400px;
 }
.icn-chat {
	display: none;
}
	.btn-mobile-nav span {
		display: none;
	}
  .btn-free a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-mobile-nav {
    padding: 12px;
    margin-top: 12px;
  }
  .btn-mobile-nav span {
    padding-left: 12px;
  }
	.page-home .frame-feature .branding .branding-photo {
	    width: 200px;
	    height: 200px;
	}
	.page-home .frame-feature .branding .branding-logo {
	    left: 55px;
	    top: 62px;
	    width: 150px;
	}
  	.small-form .form-wrapper {
		padding: 40px 0;  	
  	}
  	
	.page-home .small-form .control-col label {
		float: none;
		width: auto;
	}
	
	.page-home .small-form .control-col label+label {
	    margin-left: 0;
	}
  .page-home .frame-feature {
    max-width: 100%;
  }
  .content-supp-container .small-form input[type="submit"] {
    width: 90%;
  }

  .mobile-nav-wrap .menu {
    top: 63px;
  }
  .form-free .control-col, .form-free .control-col.last {
    width: 100%;
  }
  .form-free input[name="zip"] {
    width: 149px;
  }
   .form-free input[type="submit"] {
    width: 90%;
   }

   .staff-img + .staff-img {
     margin-left: 0;
   }
   .charity img {
    display: none;
   }
   .content .videoplayer.staff-video {
    width: 320px;
   }
   .google-maps {
     height: 240px;
   }

   .sidebar .menu a {
	   font-size: 13px;
   }
   
   .page-car-accident .content h1 {
	   font-size: 38px;
   }
   
   .content-supp-container .branding {
	   width: 30%;
   }
   
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear { clear: both; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}