/*
Theme Name: LOS - Lowell "The Hammer" Stanley
Version: 1.0.0
Author: cj Advertising
Author URI: http://www.cj-interactive.com
Description: Custom WordPress theme developed for Lowell Stanley. 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; }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/*
 * 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: #2353a5; color: #fff; text-shadow: none; }
::selection { background: #2353a5; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 20px; padding-left: 20px; }
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; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ======================
   =Links
   ======================*/

a { color: #2353a5; text-decoration: none; }
a:visited { color: #2353a5; }
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; }

a[href="#"] {
  color: red !important;
}

/* =================================
   Typography

   =FONTS

   ================================= */
body {
  font-family: 'lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body * {
  -webkit-font-smoothing: antialiased;
}
.ie8 body {
  font-family: sans-serif !important;
}

.content ul li, .content ol li { 
  margin: 0.5em 0;
}

h4 {
  text-transform: uppercase;
}

/* ================================== 
   =FORMS
   ================================== */
input[type="text"], textarea, select { background-color: #fff; border: 2px solid #7b9acc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 9px 8px 9px 10px; }
.ie input[type="text"], .ie textarea, .ie select { padding-left: 12px; padding-right: 6px; }
select { color: #505864;}
textarea { resize: none;}
::-webkit-input-placeholder { color: #505864; font-family: 'lato', sans-serif; }
::-moz-placeholder { color: #505864; font-family: 'lato', sans-serif; } 
:-ms-input-placeholder { color: #505864; font-family: 'lato', sans-serif; line-height: 1.2em; }
input:-moz-placeholder { color: #505864; font-family: 'lato', sans-serif; line-height: 1.2em; padding-left: 4px;}
.placeholder { color: #505864; font-family: 'lato', sans-serif; line-height: 1.2em; }
.required::-webkit-input-placeholder:after { content: "*"; color: red; } 
.required::-moz-placeholder { background: #fff url(img/red-asterisk.png) 5px 8px no-repeat; } 
.required:-ms-input-placeholder { background: #fff url(img/red-asterisk.png) 5px 8px no-repeat; } 
.requiredinput:-moz-placeholder:after { content: "*"; color: red; } 
.required.placeholder:after { content: "*"; color: red; } 
.ie9 .required.placeholder { background: #fff url(img/red-asterisk.png) 5px 8px no-repeat; } 

/* hide recaptcha badge */
.grecaptcha-badge {
	display: none !important;
}

/*================================== 
      =Structure 
  ==================================*/
.frame {
  width: 1200px;
  margin: 0 auto 0;
}

.narrow-frame {
  width: 910px;
  margin: 0 auto 0;
}

.content {
  width: 580px;
  float: left;
}
.sidebar {
  float: right;
  width: 290px;
  margin-top: 54px;
}
.full .content {
  width: 100%;
  float: none;
}

/*================================== 
      =HEADER 
  ==================================*/

.header-container {
  background: transparent url(img/bg-header.jpg) center 0 no-repeat;
  -moz-background-size: cover; background-size: cover;
  height: 636px;

}

header[role="banner"] {
  height: 100%;
  position: relative;
}

.branding {
  float: left;
  position: relative;
    z-index: 1;
}

/* Main Navigation */
.main-navigation .desktop-nav-wrap {

  position: absolute;
    right: 0;
    top: 50px;
  z-index: 1;

}

.btn-mobile-nav {
    display: none;
    float: right;
    height: 38px;
    margin-top: 40px;
    margin-right: 30px;
    width: 46px;
    position: relative;
  }

.icn-menu {
  display: block;
  width: 46px;
  height: 41px;
  background: transparent url(img/icn-menu.png) center center no-repeat;

}
.btn-mobile-nav .icn-menu-close {
  background: transparent url(img/icn-menu-close.png) center center no-repeat;
  display: block;
    width: 46px;
    height: 41px;
    position: relative;
    top: -200px;
    z-index: 3;
    -webkit-transition: ease-in-out all .4s;
    -o-transition: ease-in-out all .4s;
    transition: ease-in-out all .4s;
  }
   .btn-mobile-nav.active .icn-menu {

   }
  .btn-mobile-nav.active .icn-menu-close {
    top: -41px;
  }
.menu-navigation-menu-container {
  height: 53px;
}
.noflash {display: none;}
.desktop-nav-wrap .menu, .desktop-nav-wrap .menu .dropdown-container { position: relative; margin: 0; padding: 0; list-style: none; } 
.desktop-nav-wrap .menu { line-height: 30px; position: relative; z-index: 10; height: 100%; } 
.desktop-nav-wrap .menu .dropdown-container { position: absolute; top: -999em; width: 190px; /* left offset of submenus need to match (see below) */ } 
.desktop-nav-wrap .menu ul li { width: 100%; } 
.desktop-nav-wrap .menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ } 
.desktop-nav-wrap .menu li { float: left; position: relative; } 
.desktop-nav-wrap .menu > li { margin: 0 10px 15px; }
.desktop-nav-wrap .menu a { display: block; position: relative; } 
.desktop-nav-wrap .menu li:hover .dropdown-container, .desktop-nav-wrap .menu li.sfHover div.dropdown-container { left: 0; top: 50px; /* match top ul list item height */ z-index: 99; } 

.mobile-nav-wrap {
  display: none;
  position: relative;
}

/* Nav Skin */
nav[role="navigation"] a {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
nav[role="navigation"] a:hover {
  text-decoration: none;
}

.icon-down-arrow {
  background: transparent url(img/icn-dn-arrow.png) center top no-repeat;
  display: block;
  height: 10px;
  position: absolute;
    right: 10px;
    top: 14px;
  width: 15px;
}
.desktop-nav-wrap .icon-down-arrow {
  top: 18px;
}
.mobile-nav-wrap .icon-down-arrow {
  background-image: url(img/icn-dn-arrow-circled-blue.png);
  width: 35px;
  height: 35px;
}
nav[role="navigation"] .menu > li > a {
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out all .15s;
          transition: ease-in-out all .15s;
}
.desktop-nav-wrap .menu > li > a {
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
          border-radius: 6px;
} 
.desktop-nav-wrap .menu > li:hover > a {
 background-color: #102549;

} 
nav[role="navigation"] .menu ul li a {
  padding-left: 20px;
}
nav[role="navigation"] .menu ul li:hover a {
  color: #6a9de3;
  background: transparent url(img/icn-rt-arrow-blue.png) left center no-repeat;
}
nav[role="navigation"] .menu > li.dropdown > a {
  padding-right: 35px;
}
nav[role="navigation"] .menu > li.dropdown > div > ul {
  background-color: #102549;
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
          border-radius: 6px;
  -moz-box-shadow:    0px 0px 13px 2px rgba(27, 100, 204, 0.9);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(27, 100, 204, 0.9); 
  box-shadow:         0px 0px 13px 2px rgba(27, 100, 204, 0.9);
  padding: 10px 5px 10px;
  width: 100%;
}
nav[role="navigation"] .menu > li.col.dropdown > div > ul {
  padding: 20px 5px 10px;
}
nav[role="navigation"] .menu > li.dropdown > .dropdown-container li {
  float: none;
  display: block;
}
nav[role="navigation"] .menu > li.dropdown > .dropdown-container li a {
  display: block;
}
nav[role="navigation"] .menu > li.dropdown > .dropdown-container  {
  padding: 0;
  left: 0;
}
nav[role="navigation"] .menu > li.col > .dropdown-container  {
  left: -45%;
}
nav[role="navigation"] .menu > li.col.dropdown > .dropdown-container  {
  width: 420px;
}

/* Triangle */
nav[role="navigation"] .menu > li.dropdown > .dropdown-container > ul:before {
  border-color: #102549 transparent;
  border-style: solid;
  border-width: 0 15px 15px ; /* vary these values to change the angle of the vertex */
  content: "";
  display: block;
  margin-left: -15px;
  position: absolute;
    top: 0; /* value = - border-top-width - border-bottom-width */
    left: 50%; /* controls horizontal position */
  width: 0;
}
nav[role="navigation"] .menu > li > .dropdown-container > ul {
    margin-top: 15px;
}
nav[role="navigation"] .menu > li.col > .dropdown-container > ul {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
          column-count: 2;
  -webkit-column-gap: 1px; /* Chrome, Safari, Opera */
     -moz-column-gap: 1px; /* Firefox */
          column-gap: 1px;  
}
.no-csscolumns nav[role="navigation"] .menu > li.col > .dropdown-container > ul {
 float: left;
 margin-bottom: 20px;
}
.no-csscolumns nav[role="navigation"] .menu > li.col > .dropdown-container > ul > li {
 float: left;
 width: 200px;
 margin-left: 10px;
}


/* =CONTACT BAR */
.contact-bar {
  background-color: #23a53b;
  height: 78px;
  position: absolute;
    right: 0;
    top: 126px;
  width: 480px;
}
.contact-bar .call {
  float: left;
}
.contact-bar .toll-free {
  background: transparent url(img/icn-phone.png) 30px center no-repeat;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 100%;
  line-height: 78px;
  padding-left: 80px;
}
 .call .toll-free a {
    color: #fff;
  }
  .call .toll-free a:hover {
    text-decoration: none;
  }
.contact-bar .toll-free span {
  font-weight: 900;
}
.contact-bar .btn-chat {
  border-left: 1px solid #1f8b3e;
  float: right;
  height: 100%;
  overflow: hidden;
}
.btn-chat a {
  background: transparent url(img/icn-chat.png) 20px center no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1em;
  padding: 21px 30px 21px 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: ease-in-out all .1s;
  -o-transition: ease-in-out all .1s;
  transition: ease-in-out all .1s;
}
.btn-chat a:hover {
  cursor: pointer;
  background-color: #3bc655;
}

/* =Feature Area */
.feature {
  background-repeat: no-repeat;
  background-position: center 0;
  height: 432px;
  position: absolute;
    bottom: 0;
    left: 0;
  width: 720px;
}
.feature {
  -moz-background-size: cover; background-size: cover;
}
.banner-title {
  background-color: #2353a5;
  background-color: rgba(35, 83, 165, .9);
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 24px 0;
  position: absolute;
    bottom: 0;
    left: 0;
  text-indent: 40px;
  width: 100%;
}

.slogan strong {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.slogan i {
  display: inline-block;
  width: 98px;
}
.header-container.alt-header {
  background-image: url(img/bg-header-home.jpg);
}

.alt-header .feature {
  height: 552px;
  left: 38px;
}

.alt-header .slogan {
  color: #fff;
  font-size: 38px;
  line-height: 1.2em;
  margin-bottom: 30px;
  position: absolute;
   bottom: 0;
   left: 180px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .7);
}


/* =SMALL-FORM */
.header-container .small-form {
  height: 432px;
  position: absolute;
    bottom: 0;
    right: 0;
}
.form {
  background-color: #102549;
  color: #fff;
}
.form .contact-form_wrapper li.gfield.gfield_error, .form .contact-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255,223,224,.55);
}
.form .contact-form_wrapper div.validation_error {
  background-color: #fff;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.form .contact-form_wrapper {
  background-color: #102549;
}
.form .contact-form_wrapper .contact-form .gform_footer { 
  padding-top: 0;
  margin-top: 0;
}
.form .contact-form_wrapper .contact-form  ul li.gfield {
  margin-top: 0;
}
.form .contact-form_wrapper .contact-form .gfield_label {
  display: none;
}
.form .contact-form_wrapper .contact-form .col {
  display: inline-block;
}
.form .contact-form_wrapper .contact-form .col-6 {
  width: 50%;
}
.form .contact-form_wrapper .contact-form .gform_footer input[type=submit] {
  width: 95.7%;
}
.form .contact-form_wrapper  {
  margin-top: 0;
}
.form.small-form .h-form, .form.small-form .h-form + p {
  width: 420px;
  margin: 0 auto;
  padding-bottom: 0;
}
.form select {
  -webkit-appearance: none;

   background-color: #fff;
  background-image: url(img/icn-select-arrows.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding-right: 30px;
}
  
  @-moz-document url-prefix() {
    .form select {
      background-image: none;
      padding-right: 0;
    }
  }
.ie8 .form select, .ie9 .form select {
  background-image: none;
  padding-right: 9px;
}
.small-form {
  width: 480px;
}
.small-form form {
  margin: 0 auto;
  width: 420px;
}
.form .h-form {
  font-size: 40px;
  font-weight: 300;
  margin: 14px 0 0;
  padding: 0;
}
.form p {
  font-size: 14px;
  margin: 0;
  padding: 0 0 16px 0;
}
.form input[type="text"], .form textarea, .form select {
  font-size: 14px;
  margin-bottom: 10px;
}

.small-form input[type="text"], .small-form textarea {
  width: 396px;
}
.small-form input[name="phone"], .small-form input[name="email_address"] {
  float: left;
  width: 182px;
}
.small-form input[name="email_address"] {
  margin-left: 10px;
 }
.form .note {
  text-align: center;
  clear: both;
 }
 .form form > .note {
  width: 93%;
  margin: 0 auto;
 }
 .form form > .disclaimer {
  text-align: left;
 }
.form input[type="submit"] {
  background-color: ;
  background: #23a53b url(img/icn-rt-arrow-circled.png) 90% center no-repeat;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
          border-radius: 3px;
  border-width: 0;
  color: #fff;
  font-size: 18px;
  height: 64px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out all .1s;
  -o-transition: ease-in-out all .1s;
  transition: ease-in-out all .1s;
  width: 100%;
  padding: 0;
 }
 .small-form input[type="submit"] {
   width: 420px;
  }
.form input[type="submit"]:hover {
  background-color: #3bc655;
}
.form-free {
  padding: 30px 0;
  width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.form-free .control-col {
  width: 410px;
  float: left;
  margin-left: 28px;
}
.form-free .control-col + .control-col {
  float: right;
  margin-left: 0;
  margin-right: 28px;
}
.form-free input[type="text"], .form-free textarea {
  margin-bottom: 12px;
  width: 388px;
}
.form-free select {
  width: 134px;
}
.ie8 .form-free select, .ie9 .form-free select {
  width: 133px;
}
select::-ms-expand {
    display: none;
}
.form-free input[name="zip"] {
  width: 237px;
  margin-left: 12px;
}
.form-free p  {
  padding-bottom: 10px;
}
/*================================== 
      =MAIN
  ==================================*/
div[role="main"] {
  padding: 50px 0;
}
div[role="main"] h1 {
  color: #102549;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
}
.content section > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content h3 {
  color: #505864;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
blockquote {
  border-left: 6px solid #2353a5;
  color: #2353a5;
}
.main-container > .small-form {
  display: none;
  padding-bottom: 30px;
}

.sidebar h3 {
  border-bottom: 1px solid #ccc;
  color: #505864;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  padding: 0 0 16px 30px;
  text-transform: uppercase;
}
.sidebar h3 a {
  color: #505864;
}
.sidebar h3 a:hover {
  color:#2353a5;
  text-decoration: none;
  -webkit-transition: ease-in-out all .2s;
          transition: ease-in-out all .2s;
}
.sidebar .menu-container {
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  padding: 16px 0;
  margin: 10px 0;
}
.sidebar .menu-container h3 a {
  padding: 10px 0; 
}
.sidebar .menu-container ul {
  padding-top: 12px;
}
.sidebar .menu ul li {
	display: block;
	padding: 0 30px;
}
.sidebar .menu ul a {
  padding: 10px 6px 10px 0;
  display: inline-block;
}
.sidebar .searchform > div {
  margin: 0 auto;
  width: 230px;
}
.btn-learn-more {
  width: auto;
}
.btn-learn-more a {
  height: 100%;
  padding: 8px 28px 8px 12px;
  display: inline-block;
  background: #102549 url(img/icn-rt-arrow.png) 92% center no-repeat;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: ease-in-out all .1s;
  -o-transition: ease-in-out all .1s;
  transition: ease-in-out all .1s;
}
.btn-learn-more a:hover { 
  background-color: #1d4282;
  text-decoration: none;
}
.content-sub-container {
  background: transparent url(img/bg-diamond-pattern.png) center center;
}
.practice-area h4 {
  color: #fff;
}
.practice-area p {
  color: #fff;
}
/*================================== 
      =FOOTER
  ==================================*/

.footer-container {
  background-color: #3a3a3a;
  color: #fff;
  text-align: center;
}

.accolades ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accolades li {
  display: inline-block;
  padding: 20px 0;
  margin: 0;
}
.accolades li + li {
  margin-left: 124px;
}
.contact-info-container {
  height: 314px;
  background: transparent url(img/bg-contact-info.jpg) center center no-repeat;
  -moz-background-size: cover; 
       background-size: cover;
}
.frame-contact-info {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.frame-contact-info > p:first-child {
  margin: 0;
  padding-top: 43px;
  padding-bottom: 29px;
}
.frame-contact-info > p:first-child strong {
  font-weight: 900;
}

.social-nav {
  letter-spacing: -4px; /* -4px Removes margin from li's with whitespace */
  margin: 0;
  position: absolute;
    left: 30px;
    top: 150px;
  text-align: center;
  width: 250px;
}

.social-nav li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  *display: inline;
  zoom: 1;
}
.social-nav li + li {
  margin-left: 28px;
}
.social-nav li a {
  background-color: #102549;
  background-color: rgba(16, 37, 73, 1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  *display: inline;
  height: 40px;
  -webkit-transition: ease-in-out all .1s;
          transition: ease-in-out all .1s;
  width: 40px;
  zoom: 1;
}

.social-nav a {
  
}
.social-nav a:hover { background-color: #1d4282; }
.social-nav .social-facebook { background-image: url(img/icn-facebook.png); }
.social-nav .social-google-plus { background-image: url(img/icn-google-plus.png); }
.social-nav .social-twitter { background-image: url(img/icn-twitter.png); }
.social-nav .social-youtube { background-image: url(img/icn-youtube.png); }

.location-container {
  background-color: #1c6bd8;
  height: 162px;
  margin: 0 auto;
  width: 540px;
}
.location-container .map {
  background: transparent url(img/bg-google-map.jpg) 0 0 no-repeat;
  float: right;
  height: 163px;

  width: 270px;
}
.btn-google-map {
  height: 50px;
  position: relative;
    left: 56px;
    top: 54px;
  width: 160px;
  
}
.btn-google-map a {
  background: #102549 url(img/icn-drop-pin.png) 90% center no-repeat;
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
          border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 50px;
  padding-right: 15px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out all .1s;
  -o-transition: ease-in-out all .1s;
  transition: ease-in-out all .1s;
}
.btn-google-map a:hover {
  background-color: #1d4282;
  text-decoration: none;
}
.address {
  float: left;
  margin-left: 20px;
  text-align: left;
}
.address h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 14px 0;
}
.address p {
  margin: 0;
  padding: 0;
}
.address .phone {
  margin-top: 20px;
}

.address .phone a {
  color: #fff;
  text-decoration: none;
}
.btn-free a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transition: ease-in-out all .1s;
  -o-transition: ease-in-out all .1s;
  transition: ease-in-out all .1s;
}
.header-container .btn-free a:hover, 
.footer-container .btn-free a:hover {
  background-color: #3bc655;
  text-decoration: none;
}
.header-container .btn-free {
  display: none;
  height: 78px;
  width: 399px;
  float: right;
}
.header-container .btn-free a {
  background: #23a53b url(img/icn-dn-arrow-circled.png) 18px center no-repeat;
  padding-left: 20px;
  display: block;
  line-height: 78px;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
}
.footer-container .btn-free {
  width: 292px;
  height: 50px;
  position: absolute;
    right: 0;
    top: 150px;
}
.footer-container .btn-free a {
  background: #23a53b url(img/icn-rt-arrow.png) 92% center no-repeat;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  line-height: 50px;
  padding-right: 20px;
  
}

.footer-nav ul {
  letter-spacing: -4px; /* -4px Removes margin from li's with whitespace */
  margin: 20px 0 12px 0;
}
.footer-nav li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  *display: inline;
  zoom: 1;
}
.footer-nav li a {
  color: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 6px;
}
.footer-nav li + li a {
  border-left: 2px solid #fff;
  line-height: 1;
  padding-left: 6px;
}
.copyright {
  font-style: italic;
  margin-top: 0;
  padding-bottom: 12px;
  padding-top: 0;
}
/*================================== 
      =PAGE SPECIFIC STYLES
  ==================================*/
/* =Homepage */

.home .content {
  width: 100%;
  float: none;
}
.alt-header .feature {
  -moz-background-size: auto; background-size: auto;
}
.frame-content-sub {
  width: 1120px;
  padding-bottom: 20px;
}
.practice-area {
  width: 540px;
  float: left;
  position: relative;
  top: -30px;
  text-align: center;
}
.practice-area img {
  width: 100%;
}
.practice-area .icn {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6897e7;
  background-color: rgba(104, 151, 231, .9);
  background-repeat: no-repeat;
  background-position: center center;
}
.practice-area.auto-accident .icn { background-image: url(img/icn-car.png); }
.practice-area.motorcycle-accident .icn { background-image: url(img/icn-motorcycle.png); }
.practice-area > div {
  margin-left: 120px;
  text-align: left;
}
.practice-area h4 {
  font-weight: 900;
  margin-bottom: 0;
  padding-bottom: 0;
}
.practice-area + .practice-area {
  margin-left: 40px;
}
.home .intro {
  padding-bottom: 50px;
}
.google-map {
  width: 100%;
  height: 500px;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}
/* Free Consultation Page */
.page-free .header-container, .error404 .header-container, .page-template-page-full-php .header-container  {
  height: 204px;
}
.page-template-page-full-php .feature, .page-template-page-full-php .frame-banner .small-form, .page-free .feature, .page-free .frame-banner .small-form, .error404 .feature, .error404 .frame-banner .small-form {
  display: none;
}
/* Hammer's Headlines */
.firm-post h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.firm-post p {
  margin-top: 0;
  padding-top: 0;
}
.latest-posts h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* ==|== 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 (900PX to 1199PX) */
@media only screen and (max-width:1239px) {

  /* Main Navigation */
  .desktop-nav-wrap {
    display: none;
  }
  .mobile-nav-wrap {
    display: block;

  }
  .btn-mobile-nav {
    display: block;
  }
  .narrow-frame, .frame {
    width: 840px;
  }
  .content {
    width: 520px;
  }
  
  .sidebar {
    margin-top: 30px;
  }

  .header-container {
    height: 636px;

  }
  .call {
    float: left;
    width: 399px;
    height: 78px;
  }
  .call .toll-free {
    background-color: #102549;
    background-image: url(img/icn-phone-blue.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    display: block;
    line-height: 78px;
  }
 
  .call .toll-free a:hover {
    text-decoration: none;
  }
  .frame-banner {
    width: 840px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .feature {
    height: 403px;
      bottom: auto;
      top: 233px;
    width: 100%;
  }
  .contact-bar {
    background-color: transparent;
    position: static;
    width: 840px;
    margin: 125px auto 0;
  }

  .header-container .btn-chat {
    display: none;
  }
  .header-container .btn-free {

    display: block;
  }
  .header-container .small-form {
    display: none;
  }
  .main-container > .small-form {
    display: block;
    width: 100%;
  }
  .page-free .main-container > .small-form, .page-template-page-full-php .main-container > .small-form {
    display: none;
  }
   .main-container > .form form {
    margin: 0 auto;
   }

  .form-free .control-col, .form-free .control-col + .control-col  {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .form-free .control-col + .control-col {
    margin-bottom: 30px;

  }
  .form-free {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-free .note.disclaimer {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
   /* =Mobilenav */
   nav[role="navigation"] {
    width: 480px;
    position: absolute;
      right: 0;
      top: 0;
   }

   nav[role="navigation"] .menu > li a {
    padding: 7px 30px;
   }
   .mobile-nav-wrap {

     display: block;
     position: absolute;
     width: 100%;
     z-index: 2;
   }
   .mobile-nav-wrap .menu {
    background-color: #102549;
    padding-top: 96px;
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
   }
   .mobile-nav-wrap .menu ul {
     display: none;
     padding-left: 10px;
   }
   .mobile-nav-wrap .menu li {
     position: relative;

   }
   .mobile-nav-wrap .menu li.dropdown {
     margin-right: 0;
   }

   .mobile-nav-wrap .menu li.dropdown span {
     display: block;
     height: 50px;
     position: absolute;
       right: 0px;
       top: 0;
     text-align: center;
     width: 45px;
   }
   .mobile-nav-wrap .menu li.dropdown span:hover {
     cursor: pointer;
   }
    .mobile-nav-wrap .menu li.dropdown span:hover .icon-down-arrow, .mobile-nav-wrap .menu li.active span .icon-down-arrow  {
     background-position: center -18px;
    }
   .mobile-nav-wrap .menu a {
     display: block;
     line-height: 48px;
      -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;

     position: relative;
   }
    .mobile-nav-wrap .menu a:hover, .mobile-nav-wrap .menu .active > a {
      background-color: #0b1a38;
    }
   .contact-info-container {
    height: auto;
   }
  .social-nav {
    position: static;
    margin: 0 auto 20px;
  }

.contact-info-container .btn-free {
  position: relative;
  right: 0;
  top: 0;
  margin: 20px auto;
}
.alt-header .feature {
  width: 438px;
  height: 438px;
  margin: 0 auto;
  position: relative;
  top: -5px;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.alt-header .slogan {
  font-size: 30px;
  width: 100%;
  left: 10px;
  letter-spacing: 1px;
}
.practice-area {
float: none;
  top: 0;
  margin: 30px auto;
}
.practice-area > div {
  margin-left: 0;
}
.practice-area + .practice-area {
  margin-left: auto;
  margin-top: 60px;
}
.liveChatFloatingButton {
  display: none !important;
  
}
.google-map {
  height: 300px;
}
}
/* IPHONE LANDSCAPE LAYOUT - 480PX to 899PX */
@media only screen and (max-width:899px) {
  .narrow-frame, .frame {
    width: 420px;
  }
  .content {
    float: none;
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .contact-bar .call, .header-container .btn-free {
    float: none;
    margin: 0 auto;
  }
  .header-container {
    height: 494px;
  }
  .frame-banner {
    width: 100%;
    padding: 0;
  }
  .branding {
    width: 264px;
    height: 79px;
    margin-left: 5%;
  }
  .branding img {
    height: 100%;
  }
  .btn-mobile-nav {
    margin-top: 20px;
  }
  .contact-bar {
    width: 420px;
    margin: 92px auto 0;
    text-align: center;
  }
  .contact-bar .call, .contact-bar .btn-free {
    float: none;
    width: 100%;
  }
  .contact-bar .toll-free {
    padding-left: 20px;
  }
  .contact-bar .btn-free {
    margin-top: 10px;
  }
  .feature {
    height: 223px;
    top: 270px;
    width: 100%;
  }
  .banner-title {
    font-size: 30px;
    line-height: 30px;
    padding: 12px 0;
  }
  .sidebar .menu-container {
    padding: 12px 0;
  }
  .sidebar h3 {
    padding-bottom: 12px;
  }

.small-form input[name="phone"], .small-form input[name="email_address"] {
  float: none;
 width: 396px;
}
.small-form input[name="email_address"] {
  margin-left: 0;
 }

  .accolades li + li {
      margin-left: 30px;
    }

  .frame-contact-info {
    width: 100%;
  }
  .location-container {
    width: 420px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .location-container .map {
    background-image: none;
    width: 210px;
  }
  .address {
    width: 210px;
    margin-left: 0;
  }
   .footer-nav a,  .copyright {
    font-size: 14px;
  }
  .footer-nav li a { 
   padding-right: 4px;
 }
  .footer-nav li + li a {
   padding-left: 4px;
 }
 .header-container.alt-header {
  height: 554px;
 }
 .alt-header .feature {
  width: 293px;
  height: 293px;
  top: 90px;
 }
 .alt-header .slogan {
  font-size: 20px;
 }
 .alt-header .slogan i {
  width: 60px;
 }
 .practice-area {
  width: 420px;
  overflow: hidden;
 }
 .practice-area .icn {
  display: none;
 }
 .page-free .header-container, .error404 .header-container, .page-template-page-full-php .header-container {
   height: 284px;
 }

 .form-free {
   width: 420px;
 }
.form-free .control-col {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}
 .form-free input[type="text"], .form-free textarea {
  width: 368px;  
 }
.form-free input[name="zip"] {
  width: 218px;
}
.form-free .note.disclaimer {
  width: 90%;
}
}
@media only screen and (max-width:641px) {
  .form .contact-form_wrapper .contact-form .col-6 {
    width: 49%;

  }
  .form .contact-form_wrapper .contact-form .col-6 + .col-6 {
    margin-left: 2% !important;
  }
}
/* IPHONE PORTRAIT LAYOUT - 320PX to 479PX */
@media only screen and (max-width:479px) {
  .branding {
    width: 220px;
    height: 66px;
    margin-top: 10px;
    margin-left: 5%;
  }
  .narrow-frame, .frame {
      width: 90%;
    }
   .frame-banner {
    width: 100%;
      padding: 0;
    }
  .contact-bar {
      width: 90%;
    }
    .btn-mobile-nav {
      margin-right: 5%;
    }

    .contact-bar .call, .contact-bar .btn-free {
      width: 100%;
     }
     .contact-bar .toll-free {
      padding-left: 20px;
      font-size: 24px;
     }
    nav[role="navigation"] {
     width: 100%;
    }

    .small-form {
    width: 100%;
    }
    .small-form form {
    width: 90%;
    }
    .small-form input[type="text"], .small-form textarea, .small-form input[type="submit"] {
     width: 93.3%;
    }
    .small-form input[type="submit"] {
      width: 100%;
    }
    .accolades li {
      display: block;
      margin: 0 auto;
    }
    .accolades li + li {
      margin-left: auto;
    }
     .location-container {
      height: auto;
      width: auto;
      padding: 0;
     }
    .location-container .address, .location-container .map {
      float: none;
      height: auto;
      margin: 0 auto;
      width: 175px;
    }
    .btn-google-map {
      position: static;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .practice-area {
      width: 90%;
    }
    .free-form {
      width: 90%; 
    }
     .form-free {
       width: 320px;
     }
    .form-free .control-col {
      width: 290px;
      margin-left: auto;
      margin-right: auto;
    }
     .form-free input[type="text"], .form-free textarea {
      width: 268px;  
     }
    .form-free input[name="zip"] {
      width: 118px;
    }
}




/* ==|== 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; }
}