/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
    font-weight: bold; }

dfn, em, .em {
    font-style: italic; }

small, .small {
    font-size: 75%; }

ul, ol {
    padding: 0;
    list-style-type: none; }

dd {
    margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
    zoom: 1; }
.clearfix:before, .clearfix:after {
    content: "";
    display: table; }
.clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
    box-sizing: border-box; }

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
        and place your fonts inside the
        library/fonts folder. For more information
        on embedding fonts, go to:
        http://www.fontsquirrel.com/
        Be sure to remove the comment brackets.
*/
/*	@font-face {
        font-family: 'Font Name';
        src: url('../fonts/font-name.eot');
        src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
        font-weight: normal;
        font-style: normal;
        }
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic; }

.text-left {
    text-align: left; }

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

.text-right {
    text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid; }

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f; }

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8; }

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4; }

.alert-success {
    border-color: #deeaae;
    background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    border: 1px solid #a71a13;
    border-top-color: #c21e16;
    border-left-color: #c21e16;
    padding: 4px 12px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    border-radius: 4px;
    background-color: #cb1f17;
    background-image: linear-gradient(to bottom, #e2231a, #cb1f17); }
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #FFF;
    border: 1px solid #a71a13;
    border-top-color: #87150f;
    border-left-color: #87150f;
    background-color: #b41c15;
    background-image: linear-gradient(to bottom, #cb1f17, #b41c15); }
.button:active, .button:visited:active {
    background-color: #e2231a;
    background-image: linear-gradient(to bottom, #cb1f17, #e2231a); }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4f;
    background: #d3d2c2 url(../images/bg_line.png) repeat-y top center; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT STYLES
*********************/
#container {
    width: 980px;
    margin: 0 auto;
    background: #d3d2c2; }

p {
    margin-top: 0; }

a, a:visited {
    color: #e2231a;
    text-decoration: none;
    /* on hover */
    /* on click */
    /* mobile tap color */ }
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #000; }
a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 700;
    color: #4d4d4f; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
    font-size: 26px;
    line-height: 26px;
    color: #e2231a;
    margin: 0 0 21px 0; }

h2, .h2 {
    font-size: 21px;
    line-height: 24px; }

h3, .h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold; }

h4, .h4 {
    font-size: 1.1em;
    font-weight: 700; }

h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
.header {
    position: relative;
    width: 100%;
    height: 160px;
    background-color: #FFF;
    margin-bottom: 18px; z-index: 999999 !important; }

#logo {
    position: absolute;
    bottom: 14px;
    left: 13px;
    width: 222px;
    height: 76px;
    background: transparent url(../images/logo.png) no-repeat top left;
    overflow: hidden;
    margin: 0; }
#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; }

/*********************
NAVIGATION STYLES
*********************/
#nav-main {
    clear: both;
    display: block;
    width: auto;
    height: 29px;
    position: absolute;
    bottom: 0;
    right: 0; }

#nav-main ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }

#nav-main ul li:first-child {
    border-left: 0 none; }

#nav-main li {
    float: left;
    position: relative; }

#nav-main a {
    color: #4d4d4f;
    font-size: 13px;
    display: block;
    padding: 5px 0 0 12px;
    text-decoration: none;
    height: 47px;
    width: 119px;
    font-weight: normal;
    border-left: 1px solid #d3d2c2; }

#nav-main ul ul {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 47px;
    left: 0;
    width: 180px;
    z-index: 99999;
    background: #e6e7e8;
    padding: 12px 0 5px 0; }

#nav-main ul ul ul {
    left: 100%;
    top: -9999px;
    display: none; }

#nav-main ul ul a {
    background: #e6e7e8;
    color: #4d4d4f;
    font-size: 13px;
    font-weight: normal;
    height: 32px;
    padding: 3px 0 0 12px;
 
    border: 0 none;
    text-transform: none; }

#nav-main li:hover > a,
#nav-main a:focus, #nav_home:hover {
    background: #e2231a;
    border-color: #e2231a; }

#nav-main ul ul :hover > a {
    background: #e6e7e8;
    color: #000; }

#nav-main li:hover > a,
#nav-main a:focus {
    color: #FFFFFF; }

#nav-main ul li:hover > ul {
    display: block; }

#nav-main .current-menu-item > a, #nav-main .current-menu-ancestor > a, #nav-main .current_page_item > a, #nav-main .current_page_ancestor > a {
    color: #FFF; }

#nav-main ul ul .current-menu-item > a, #nav-main ul ul .current-menu-ancestor > a, #nav-main ul ul .current_page_item > a, #nav-main ul ul .current_page_ancestor > a {
    border-top: 0;
    color: #4d4d4f; }

#nav-main .current_page_parent, #nav-main .current_page_item, #nav-main .current_page_ancestor {
    background: transparent url(../images/menu_hover.png) repeat-x 0 0;
    border-color: #e2231a; }

#nav-main ul ul .current_page_item a, #nav-main ul ul .current_page_parent a, #nav-main ul ul .current_page_ancestor a {
    background-color: #e6e7e8; }

#nav-home {
    position: absolute;
    top: 0;
    right: 475px;
    width: 120px;
    height: 29px;
    border-left: 1px solid #d3d2c2; }
#nav-home a {
    display: block;
    float: left;
    padding: 6px 12px 0 12px;
    height: 29px;
    color: #4d4d4f;
    font-size: 13px;
    text-decoration: none; }
#nav-home a:hover {
    color: #FFF;
    background-color: #e2231a; }

#nav-other {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 29px;
    border-left: 1px solid #d3d2c2; }
#nav-other a {
    display: block;
    float: left;
    padding: 6px 12px 0 12px;
    height: 29px;
    color: #4d4d4f;
    font-size: 13px;
    text-decoration: none; }
#nav-other a:hover {
    color: #FFF;
    background-color: #e2231a; }

#nav-mobile {
    display: none; }

/*********************
HOMEPAGE STYLES
*********************/
#home h2 {
    position: absolute;
    bottom: 13px;
    left: 13px;
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    margin: 0;
    color: white;
    font-size: 64px;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: -4px; }
#home a {
    display: block;
    width: 100%;
    height: 100%; }
#home .block-large {
    position: relative;
    float: left;
    width: 460px;
    height: 460px;
    margin-right: 20px;
    margin-bottom: 20px; }
#home .block-small {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 20px; }
#home .block-small h2 {
    bottom: 9px;
    left: 9px;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: -2px; }
#home .last {
    margin-right: 0; }
#home .bottom {
    margin-bottom: 0; }
#home .block1 {
    background-color: #e2231a; }
#home .block2 {
    background-color: #93958e; }
#home .block3 {
    background-color: #e6e7e8; }
#home .block3 h2.empty {
    color: #e2231a; }
#home .block4 {
    background-color: #e2231a; }
#home .block5 {
    background-color: #93958e; }
#home .block6 {
    background-color: #e6e7e8; }
#home .block6 h2.empty {
    color: #e2231a; }
#home .block7 {
    background-color: #e2231a; }
#home .desktop-title {
    display: block; }
#home .mobile-title {
    display: none; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
    margin: 0;
    padding: 20px;
    background-color: #FFF; }

#main #left-col {
    float: left;
    width: 180px; }
#main #right-col {
    float: right;
    width: 580px; }
#main #news-right-col {
    float: right;
    width: 760px; }
#main #left-col p, #main #right-col p {
    /*padding-right:21px;*/ }
#main p.quote {
    display: block;
    background: transparent url(../images/quote_line.gif) no-repeat 0 0;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #e2231a; }
#main hr {
    display: block;
    border: 0;
    width: 100%;
    color: #d3d2c2;
    background-color: #d3d2c2;
    height: 1px;
    margin: 27px 0;
    clear: both; }
#main img {
  
    height: auto !important; }
#main img.original {
    width: auto; }
#main .image-left {
    float: left;
    margin: 3px 25px 12px 0;
    clear: both;
    max-width: 100%; }
#main .image-right {
    float: right;
    margin: 3px 0 9px 9px;
    clear: both;
    max-width: 100%; }
#main .page-intro {
    font-size: 26px;
    line-height: 26px;
    color: #e2231a;
    font-weight: 700;
    margin-bottom: 20px; }
#main .first.column {
    padding-right: 20px; }

#paging-outer {
    width: 100%; }
#paging-outer #paging {
    float: right; }
#paging-outer #paging a.page-numbers {
    display: block;
    float: left;
    margin-left: 12px; }
#paging-outer #paging a.prev {
    width: 26px;
    height: 14px;
    background: transparent url(../images/paged_prev.gif) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 1px; }
#paging-outer #paging a.next {
    width: 26px;
    height: 14px;
    background: transparent url(../images/paged_next.gif) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 1px; }
#paging-outer #paging a.current {
    color: #e6e7e8; }

#section-div {
    width: 160px; }
#section-div.wide {
    width: 180px; }
#section-div .section-title {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d3d2c2; }
#section-div .section-title a {
    color: #4d4d4f;
    font-size: 13px;
    font-weight: 700; }
#section-div .section-sub {
    width: 100%; }
#section-div .section-sub a {
    color: #4d4d4f;
    font-size: 13px; }
#section-div .section-sub .current_page_item a, #section-div .section-sub .current_page_ancestor a {
    color: #e2231a;
    font-weight: 700; }

.single-stories #section-div .section-sub .page-item-44 a {
    color: #e2231a;
    font-weight: 700; }

.single-careers #section-div .section-sub .page-item-35 a {
    color: #e2231a;
    font-weight: 700; }

#careers-filters select {
    border: 1px solid #d3d2c2;
    max-width: 100%; }

#section-mobile-div {
    display: none; }

#breadcrumbs-mobile-menu {
    display: none; }

.apply {
    background-color: #E2231A;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    padding: 2px 8px; }

#right-col ul, #right-col ol {
    list-style-type: square;
    list-style-position: outisde;
    margin-left: 13px; }

#right-col ul li, #right-col ol li {
    margin-left: 14px;
    text-indent: 0; }

#section-mobile-div ul li {
    margin-left: 15px !important; }

.panels {
    width: 50%;
    padding: 10px; }

.panels.left {
    float: left; }

.panels.right {
    float: right; }

/*********************
CAROUSEL
*********************/
#carousel {
    position: relative;
    width: 980px;
    height: 460px;
    overflow: hidden; z-index:0 !important; }
#carousel #slides {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }
#carousel .slide {
    position: absolute;
    top: 0;
    width: 100%; }
#carousel .slide img {
    display: block;
    width: 100%;
    height: auto; }
#carousel .slide .slide-text {
    position: absolute;
    bottom: 10px;
    left: 10px; }
#carousel .slide h2 {
    font-size: 120px;
    line-height: 93px;
    letter-spacing: -8px;
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    color: #FFF;
    margin: 0;
    text-transform: uppercase; }
#carousel #slides-left {
    right: 121px;
    background: #e6e7e8 url(../images/carousel_prev.png) no-repeat center center;
    background-size: 10px 16px; }
#carousel #slides-right {
    right: 0;
    background: #e6e7e8 url(../images/carousel_next.png) no-repeat center center;
    background-size: 10px 16px; }
#carousel .slides-nav {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 30px;
    z-index: 9;
    cursor: pointer; }
#carousel .slides-nav:hover {
    background-color: #FFF !important; }
#carousel .video-container {
    position: relative;
    padding-bottom: 44%;
    /*56.25%;*/
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
#carousel .video-container iframe,
#carousel .video-container object,
#carousel .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*********************
FORMS
*********************/
.ninja-forms-form-wrap {
    position: relative; }

.ninja-forms-req-symbol {
    color: #e2231a; }

.ninja-forms-required-items {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    color: #e2231a; }

.ninja-forms-field h3 {
    font-weight: bold;
    margin-top: 36px; }

.ninja-forms-field-error {
    font-size: 10px;
    color: #e2231a;
    margin-left: 181px; }

.field-wrap.label-right label, .field-wrap.label-left label {
    display: inline-block;
    width: 170px !important; }

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
    width: 398px; }

.spam-wrap label, .spam-wrap input {
    width: 398px;
    margin-left: 181px; }

.field-wrap input[type="submit"] {
    width: auto !important;
    margin-left: 181px; }

.field-wrap input[type="text"], .field-wrap select, .field-wrap textarea {
    border: 1px solid #d3d2c2; }

.ninja-forms-field.note {
    padding: 8px;
    border: 1px solid #4d4d4f;
    margin-bottom: 18px; }
.ninja-forms-field.note p {
    margin: 0; }

.ninja-forms-error input, .ninja-forms-error textarea, .ninja-forms-error select {
    border: 1px solid #e2231a !important; }

.ninja-forms-error-msg {
    font-size: 10px;
    color: #e2231a; }

.field-wrap.label-right.checkbox-wrap label, .field-wrap.label-left.checkbox-wrap label {
    display: inline-block;
    width: 540px !important;
    vertical-align: text-top; }

.checkbox-wrap .ninja-forms-field-error {
    margin-left: 2px; }

.recaptcha-wrap {
    padding-left: 181px; }

.recaptcha-wrap .ninja-forms-field-error {
    margin-left: 4px; }

.field-wrap.list-checkbox-wrap ul li {
    width: 100%; }

.field-wrap.list-checkbox-wrap ul li label {
    width: 100% !important;
    padding-left: 150px; }

.field-wrap.list-checkbox-wrap ul li input {
    width: 20px !important; }

/*********************
FIND US
*********************/
#googleMapWrapper {
    position: relative;
    width: 100%;
    height: 460px;
    background-color: #FFF; }

#googleMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
#googleMap img {
    width: 100%;
    height: auto !important; }

#googleMap .gmnoprint img {
    max-width: none; }

#googleMap .gm-style-mtc {
    display: none !important; }

#googleMap div div div div div div div img {
    width: 59px !important;
    height: 492px !important;
    left: -2px !important;
    top: -336px !important; }

.map-popup {
    width: 270px;
    height: 90px;
    margin-left: 18px;
    margin-bottom: 15px; }
.map-popup h3 {
    color: #4d4d4f;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0; }
.map-popup p {
    margin: 5px 0; }
.map-popup a {
    font-weight: 700; }

.single-locations #main hr, .page-template-page-uklocations-php #main hr {
    width: 100%; }
.single-locations #main h3, .page-template-page-uklocations-php #main h3 {
    margin-bottom: 10px; }
.single-locations #main p.address, .page-template-page-uklocations-php #main p.address {
    padding: 0 !important; }
.single-locations #main p.quote, .page-template-page-uklocations-php #main p.quote {
    margin-top: 36px;
    margin-right: 18px;
    padding-top: 12px; }
.single-locations .location-address, .page-template-page-uklocations-php .location-address {
    float: left;
    width: 280px;
    margin-bottom: 6px; }
.single-locations .location-image, .page-template-page-uklocations-php .location-image {
    float: left;
    width: 300px;
    margin-bottom: 12px; }

#main .locations-menu {
    width: 160px; }
#main .locations-menu hr {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 10px; }
#main .locations-menu a {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #4d4d4f;
    margin-bottom: 6px; }
#main .locations-menu a:hover {
    color: #000; }
#main .locations-menu a.selected {
    color: #e2231a;
    font-weight: 700; }
#main .locations-menu a.state {
    font-weight: 700; }
#main .locations-menu .state {
    height: 20px; }
#main .locations-menu .state:hover {
    background: #FFF url(../images/location_menu.gif) no-repeat right -20px; }
#main .locations-menu .state.selected, #main .locations-menu .state.selected:hover {
    background: #FFF url(../images/location_menu.gif) no-repeat right top; }
#main .locations-menu .state-locs {
    display: none;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d2c2; }

#right-col .locations-menu {
    display: none; }

#right-col #claims {
    background-color: #E2231A;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    margin-right: 27px;
    padding: 8px 14px; }

.find-us-page .image-right {
    display: block;
    margin: 3px 0 9px 20px !important;
    height: 280px; }

.find-us-items hr {
    clear: both; }
.find-us-items .find-us-left {
    width: 42%;
    float: left; }
.find-us-items .find-us-left p {
    margin: 0 0 20px 0 !important; }
.find-us-items .find-us-right {
    width: 58%;
    float: left; }
.find-us-items .find-us-right h3 {
    margin: 0;
    color: #e2231a;
    font-size: 16px; }
.find-us-items .find-us-right p {
    margin: 0 0 20px 0;
    padding-right: 40px; }

.find-us-bottom a {
    color: #4d4d4f;
    font-weight: bold; }

/*********************
NEWS
*********************/
.news-menu a:hover, .news-menu a:active, .news-menu a:focus {
    outline: 0; }

#main .news-menu {
    width: 160px; }
#main .news-menu hr {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 10px; }
#main .news-menu a {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #4d4d4f;
    margin-bottom: 6px; }
#main .news-menu a:hover {
    color: #000; }
#main .news-menu a.selected {
    color: #e2231a;
    font-weight: 700; }
#main .news-menu a.state {
    font-weight: 700; }
#main .news-menu .widgettitle {
    height: 20px; }
#main .news-menu .widgettitle:hover {
    background: #FFF url(../images/location_menu.gif) no-repeat right -20px; }
#main .news-menu .widgettitle.selected, #main .news-menu .state.selected:hover {
    background: #FFF url(../images/location_menu.gif) no-repeat right top; }

.jcl_widget, .jaw_widget {
    display: none;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d3d2c2; }

.jaw_widget ul {
    margin-left: 6px; }

#right-col .news-menu, #news-right-col .news-menu {
    display: none; }

#news-mobile-menu {
    display: none; }

#top-image {
    position: relative;
    width: 100%; }
#top-image img {
    display: block;
    width: 100%;
    height: auto; }
#top-image #top-image-text {
    position: absolute;
    bottom: 10px;
    left: 10px; }
#top-image h2 {
    font-size: 120px;
    line-height: 93px;
    letter-spacing: -8px;
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    color: #FFF;
    margin: 0;
    text-transform: uppercase; }

#article-image {
    margin-bottom: 21px; }

.news-listing {
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #d3d2c2; }
.news-listing .news-date {
    float: left;
    width: 160px;
    margin-right: 20px;
    border-bottom: 1px solid #d3d2c2;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 4px; }
.news-listing .news-block {
    float: left;
    width: 580px; }
.news-listing .news-block h3 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 0;
    font-weight: 700; }

.page-template-page-stories-php .news-listing .news-date {
    border: 0 none; }

.byline {
    border-top: 1px solid #d3d2c2;
    border-bottom: 1px solid #d3d2c2;
    padding: 20px 0;
    margin: 27px 0; }
.byline p {
    margin: 0; }

.social {
    position: relative;
    width: 100%;
    margin-bottom: 27px; }
.social .back {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 26px;
    height: 14px;
    background: transparent url(../images/paged_prev.gif) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden; }
.social .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
    display: none !important; }

/*********************
FOOTER STYLES
*********************/
.footer {
    background-color: #4d4d4f;
    color: #FFF;
    padding: 15px;
    clear: both;
    margin-top: 18px; }
.footer input[type="text"], .footer input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }
.footer #inner-footer {
    position: relative;
    padding-bottom: 54px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }
.footer .foot-menu {
    float: left;
    width: 120px; }
.footer .foot-menu a {
    display: block;
    width: 100px;
    color: #FFF;
    font-size: 13px;
    text-decoration: none; }
.footer .foot-menu-main {
    height: 42px;
    font-weight: 600;
    border-bottom: 1px solid #FFF;
    padding-top: 6px;
    margin-bottom: 6px; }
.footer .foot-menu-sub {
    line-height: 14px;
    padding-bottom: 4px; }
.footer #lower-footer {
    position: relative;
    margin: 9px 0; }
.footer #lower-footer p {
    font-size: 13px;
    margin: 0; }
.footer #lower-footer .social {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 22px; }
.footer #lower-footer .social a {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin-left: 4px;
    text-decoration: none; }
.footer #lower-footer .social .face {
    background: transparent url(../images/foot-face.png) no-repeat; }
.footer #lower-footer #privacy-policy {
    margin-left: 18px; }
.footer #lower-footer #privacy-policy a {
    color: #FFF; }
.footer #lower-footer #privacy-policy a:hover {
    color: #e2231a; }

#foot-search-div {
    position: absolute;
    top: 18px;
    right: 0; }
#foot-search-div #menu-search {
    width: 221px; }
#foot-search-div #menu-search input[type="text"] {
    color: #4d4d4f;
    position: absolute;
    width: 199px;
    height: 22px;
    border: 0 none;
    font-size: 13px;
    padding-left: 4px;
    background-color: #FFF; }
#foot-search-div #menu-search input[type="submit"] {
    position: absolute;
    left: 199px;
    width: 22px;
    height: 22px;
    border: 0 none;
    background: transparent url(../images/foot-search.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden; }

#inner-footer-mobile {
    display: none; }

#foot-awards {
    position: absolute;
    width: 221px;
    right: 0;
    top: 64px;
    color: #FFF;
    font-size: 13px; }

#foot-awards-mobile {
    color: #FFF;
    font-size: 13px;
    padding: 10px 0 0 0; }

.award-aba14 {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 0 0 55px;
    text-indent: -999em;
    overflow: hidden;
    background: transparent url(../images/aba14-logo.png) no-repeat; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
    margin: 1.1em 0 2.2em; }

.pagination {
    text-align: center; }
.pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px; }
.pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
.pagination ul li a, .pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block; }
.pagination ul li span.current {
    font-weight: bold; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
    float: left; }
.wp-prev-next .next-link {
    float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
    /* number of comments span */ }

.commentlist {
    /* general comment classes */
    /* vcard */
    /* end .commentlist .vcard */
    /* comment meta */
    /* comment content */
    /* end .commentlist .comment_content */
    /* comment reply link */
    /* end .commentlist .comment-reply-link */ }
.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
.commentlist li:last-child {
    margin-bottom: 0; }
.commentlist li ul.children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
.commentlist li[class*=depth-] {
    margin-top: 1.1em; }
.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
.commentlist .odd {
    background: #eee; }
.commentlist .even {
    background: #fefefe; }
.commentlist .vcard {
    margin-left: 50px; }
.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
.commentlist .vcard time {
    float: right; }
.commentlist .vcard time a {
    color: #999;
    text-decoration: none; }
.commentlist .vcard time a:hover {
    text-decoration: underline; }
.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }
.commentlist .comment_content {
    margin-left: 50px; }
.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em; }
.respond-form form {
    margin: 0.75em 0; }
.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em; }
.respond-form form li label,
.respond-form form li small {
    display: none; }
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */ }
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff; }
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -ms-box-shadow: none;
    box-shadow: none; }
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px; }
.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
    margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
    margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
    /* deep nesting */ }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
.tel-icon {
    width: 18px;
    height: 16px;
    margin-right: 2px;
    position: relative;
    left: -1px;
    top: 3px;
    fill: #93958E; }

.email-icon {
    height: 14px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    width: 16px;
    fill: #93958E; }

/*
DESKTOPS & LAPTOPS
*/
@media all and (min-width: 980px) {
    /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Desktop Stylesheet
    
    ******************************************************************/ }
/*
TABLETS & LAPTOPS
*/
@media all and (min-width: 768px) and (max-width: 979px) {
    /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Tablets & Laptops Stylesheet
    
    ******************************************************************/
    body {
        font-size: 13px;
        line-height: 17px;
        background-size: 768px 2px; }

    h1, .h1 {
        margin: 0 0 18px 0; }

    /*********************
    LAYOUT STYLES
    *********************/
    #container {
        width: 768px; }

    /*********************
    HEADER STYLES
    *********************/
    .header {
        height: 127px;
        margin-bottom: 13px; }

    #logo {
        bottom: 12px;
        left: 13px;
        width: 174px;
        height: 60px;
        background-size: 100% 100%; }

    /*********************
    NAVIGATION STYLES
    *********************/
    #nav-main {
        height: 24px; }

    #nav-main a {
        font-size: 12px;
        height: 37px;
        width: 94px;
        padding: 3px 0 0 12px; }

    #nav-main ul ul {
        top: 37px;
        width: 160px;
        padding: 12px 0 5px 0; }

    #nav-main ul ul a {
        font-size: 12px;
        height: 28px;
        padding: 3px 0 0 12px;
        width: 160px;
        background-size: 50% 50%; }

    #nav-main .current_page_parent, #nav-main .current_page_item, #nav-main .current_page_ancestor {
        background-size: 24px 24px; }

    #nav-home {
        right: 376px;
        width: 94px;
        height: 24px; }
    #nav-home a {
        padding: 3px 12px 0 12px;
        height: 24px;
        font-size: 12px; }

    #nav-other {
        width: 188px;
        height: 24px; }
    #nav-other a {
        padding: 3px 8px 0 8px;
        height: 24px;
        font-size: 12px; }

    /*********************
    HOMEPAGE STYLES
    *********************/
    #home h2 {
        bottom: 13px;
        left: 13px;
        font-size: 50px;
        line-height: 42px;
        letter-spacing: -4px; }
    #home .block-large {
        width: 363px;
        height: 363px;
        margin-right: 14px;
        margin-bottom: 14px;
        background-size: 100% 100%; }
    #home .block-small {
        width: 175px;
        height: 175px;
        margin-right: 13px;
        margin-bottom: 14px;
        background-size: 100% 100%; }
    #home .block-small h2 {
        bottom: 6px;
        left: 6px;
        font-size: 25px;
        line-height: 22px;
        letter-spacing: -2px; }
    #home .last {
        margin-right: 0; }
    #home .bottom {
        margin-bottom: 0; }

    /*********************
    FORMS
    *********************/
    .ninja-forms-field-error {
        margin-left: 161px; }

    .field-wrap.label-right label, .field-wrap.label-left label {
        width: 150px !important; }

    .field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
        width: 386px; }

    .spam-wrap label, .spam-wrap input {
        width: 386px;
        margin-left: 161px; }

    .field-wrap input[type="submit"] {
        margin-left: 161px; }

    .field-wrap.label-right.checkbox-wrap label, .field-wrap.label-left.checkbox-wrap label {
        width: 450px !important; }

    .recaptcha-wrap {
        padding-left: 161px; }

    .field-wrap.list-checkbox-wrap ul li label {
        padding-left: 130px; }

    /*********************
    FOOTER STYLES
    *********************/
    .footer {
        padding: 15px;
        margin-top: 13px; }
    .footer #inner-footer {
        padding-bottom: 54px; }
    .footer .foot-menu {
        width: 94px; }
    .footer .foot-menu a {
        width: 80px;
        font-size: 12px; }
    .footer .foot-menu-main {
        height: 34px;
        padding-top: 6px;
        margin-bottom: 6px; }
    .footer #lower-footer {
        margin: 9px 0; }
    .footer #lower-footer p {
        font-size: 13px;
        margin: 0; }

    #foot-search-div #menu-search {
        width: 171px; }
    #foot-search-div #menu-search input[type="text"] {
        width: 149px; }
    #foot-search-div #menu-search input[type="submit"] {
        left: 149px; }

    #foot-awards {
        width: 171px; }
    #foot-awards .award-aba14 {
        margin: 0 0 0 30px; }

    /*********************
    POSTS & CONTENT STYLES
    *********************/
    #content {
        padding: 14px; }

    #main img {
        width: auto;
        max-width: 100%; }
    #main #left-col {
        width: 188px; }
    #main #right-col, #main #news-right-col {
        width: 548px; }

    /*********************
    CAROUSEL
    *********************/
    #carousel {
        width: 768px;
        height: 360px; }
    #carousel .slide .slide-text {
        bottom: 8px;
        left: 8px; }
    #carousel .slide h2 {
        font-size: 90px;
        line-height: 72px; }
    #carousel .video-container {
        padding-bottom: 43%; }
    #carousel .slides-nav {
        width: 94px;
        height: 30px; }
    #carousel #slides-left {
        right: 95px; }

    /*********************
    FIND US
    *********************/
    #googleMapWrapper {
        height: 360px; }

    .map-popup {
        margin-left: 12px;
        margin-bottom: 10px; }
    .map-popup h3 {
        margin-top: 10px; }

    .single-locations .location-address, .page-template-page-uklocations-php .location-address {
        width: 248px; }

    .locations-menu {
        width: 140px; }

    /*********************
    NEWS
    *********************/
    .news-menu {
        width: 140px; }

    #top-image #top-image-text {
        bottom: 8px;
        left: 8px; }
    #top-image h2 {
        font-size: 90px;
        line-height: 72px; }

    .news-listing .news-date {
        float: none;
        width: 80px;
        margin: 0 0 18px 0; }
    .news-listing .news-block {
        float: none;
        width: 100%; }
    .news-listing .news-block h3 {
        font-size: 20px;
        line-height: 26px; }

    .page-template-page-stories-php .news-listing .news-date {
        display: none; } }
/*
MOBILE DEVICES
*/
@media only screen and (max-width: 767px) {
    /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Mobile & Tablet Stylesheet
    
    ******************************************************************/
    body {
        font-size: 16px;
        line-height: 22px;
        background-size: 480px 2px; }

    h1, .h1 {
        margin: 0 0 12px 0; }

    /*********************
    LAYOUT STYLES
    *********************/
    #container {
        width: 480px; }

    /*********************
    HEADER STYLES
    *********************/
    .header {
        height: 71px;
        margin-bottom: 9px; }

    #logo {
        bottom: 12px;
        left: 13px;
        width: 125px;
        height: 43px;
        background-size: 100% 100%; }

    /*********************
    NAVIGATION STYLES
    *********************/
    #nav-main, #nav-home, #nav-other {
        display: none; }

    #nav-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 35px;
        z-index: 99; }
    #nav-mobile .menu {
        display: block;
        padding: 5px 12px 0 30px;
        height: 44px;
        color: #4d4d4f;
        font-size: 16px;
        text-decoration: none;
        background: transparent url(../images/mobile_menu_bg.png) no-repeat 0 0;
        cursor: pointer; }
    #nav-mobile .menu:hover, #nav-mobile .menu.open {
        height: 44px;
        background-color: #e2231a;
        background-position: 0 -44px;
        color: #FFF; }

    #nav-mobile-menu {
        display: none;
        position: absolute;
        top: 44px;
        right: 0;
        width: 220px;
        height: auto;
        background: #FFF; }
    #nav-mobile-menu ul {
        margin: 0; }
    #nav-mobile-menu ul li {
        position: relative; }
    #nav-mobile-menu ul li a {
        display: block;
        height: 40px;
        padding: 10px 0 0 16px;
        color: #4d4d4f;
        outline: 0; }
    #nav-mobile-menu ul li span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        cursor: pointer; }
    #nav-mobile-menu ul li.page_item_has_children {
        background: transparent url(../images/mobile_menu_ex.png) no-repeat right 0px;
        background-size: 40px 80px; }
    #nav-mobile-menu ul ul {
        display: none;
        background: #e6e7e8; }
    #nav-mobile-menu ul li.page_item_has_children.open {
        background-position: right -40px; }
    #nav-mobile-menu .extra {
        display: block;
        height: 40px;
        padding: 10px 0 0 16px;
        color: #4d4d4f;
        outline: 0; }

    /*********************
    HOMEPAGE STYLES
    *********************/
    #home h2 {
        bottom: 10px;
        left: 10px;
        margin: 0;
        font-size: 45px;
        line-height: 39px;
        letter-spacing: -3px; }
    #home .block-large {
        width: 454px;
        height: 276px;
        margin-right: 0;
        margin-bottom: 13px;
        background-position: center center;
        background-size: 100% auto; }
    #home .block-small {
        position: relative;
        float: left;
        width: 220px;
        height: 220px;
        margin-right: 14px;
        margin-bottom: 13px;
        background-position: center center;
        background-size: 100% auto; }
    #home .block-small h2 {
        bottom: 6px;
        left: 6px;
        font-size: 32px;
        line-height: 28px;
        letter-spacing: -2px; }
    #home .last {
        margin-right: 0; }
    #home .bottom {
        margin-bottom: 13px; }
    #home .block6 {
        margin-bottom: 0; }
    #home .block7 {
        margin-bottom: 0; }
    #home .desktop-title {
        display: none; }
    #home .mobile-title {
        display: block; }

    /*********************
    FOOTER STYLES
    *********************/
    .footer {
        margin-top: 9px; }

    #inner-footer {
        display: none; }

    #inner-footer-mobile {
        display: block;
        padding-bottom: 8px;
        border-bottom: 1px solid #FFF; }
    #inner-footer-mobile #foot-search-div-mobile {
        position: relative;
        width: 100%;
        height: 30px; }
    #inner-footer-mobile #foot-search-div-mobile input[type="text"] {
        position: absolute;
        width: 100%;
        height: 30px;
        padding-left: 6px;
        padding-right: 36px;
        border: 0 none;
        background: #93958e url(../images/foot-search-mobile.png) no-repeat top right;
        font-size: 16px; }
    #inner-footer-mobile #foot-search-div-mobile input[type="text"]:focus {
        background: #FFF url(../images/foot-search-mobile.png) no-repeat right -30px; }
    #inner-footer-mobile #foot-search-div-mobile input[type="submit"] {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        border: 0 none;
        background: transparent url(../images/spacer.gif) no-repeat;
        background-size: 100% 100%;
        text-indent: -9999px;
        overflow: hidden; }
    #inner-footer-mobile .award-aba14 {
        margin: 0 auto; }

    /*********************
    POSTS & CONTENT STYLES
    *********************/
    #content {
        padding: 13px; }

    #main img {
        width: auto;
        max-width: 100%; }
    #main #left-col {
        float: none;
        width: 100%; }
    #main #right-col, #main #news-right-col {
        float: none;
        width: 100%;
        padding-left: 0; }
    #main .image-left {
        float: none;
        text-align: center !important;
        margin: 0; }
    #main .image-right {
        float: none;
        text-align: center !important;
        margin: 0; }

    #section-div {
        display: none; }

    #section-mobile-div {
        display: block; }
    #section-mobile-div a {
        color: #4d4d4f;
        font-size: 16px; }
    #section-mobile-div .section-title {
        padding-top: 12px;
        border-top: 1px solid #d3d2c2; }
    #section-mobile-div .section-title a {
        font-weight: 700; }
    #section-mobile-div .section-sub {
        margin: 0; }
    #section-mobile-div .section-sub li {
        margin: 10px 0; }
    #section-mobile-div .section-sub .current_page_item a {
        color: #e2231a;
        font-weight: 700; }

    #breadcrumbs-mobile-menu {
        display: block;
        margin-top: -13px;
        margin-bottom: 13px; }
    #breadcrumbs-mobile-menu a, #breadcrumbs-mobile-menu span {
        display: inline-block;
        padding-top: 5px;
        font-size: 14px;
        background: #FFF; }
    #breadcrumbs-mobile-menu a {
        padding-right: 10px; }
    #breadcrumbs-mobile-menu span {
        padding-left: 10px;
        color: #93958e;
        border-left: 1px solid #d3d2c2; }

    /*********************
    CAROUSEL
    *********************/
    #carousel {
        width: 480px;
        height: 225px; }
    #carousel .slide .slide-text {
        bottom: 5px;
        left: 5px; }
    #carousel .slide h2 {
        font-size: 54px;
        line-height: 45px;
        letter-spacing: -4px; }
    #carousel .video-container {
        padding-bottom: 41%; }
    #carousel .slides-nav {
        width: 43px;
        height: 28px;
        background-size: 8px 12px !important; }
    #carousel #slides-left {
        right: 45px; }

    /*********************
    FORMS
    *********************/
    .field-wrap.label-right label, .field-wrap.label-left label {
        width: 100% !important; }

    .field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
        width: 100%;
        margin-left: 0; }

    .spam-wrap label, .spam-wrap input {
        width: 100%;
        margin-left: 0; }

    .recaptcha-wrap {
        padding-left: 0; }

    .field-wrap input[type="submit"] {
        margin-left: 0; }

    .field-wrap input[type="text"] {
        border: 1px border #d3d2c2; }

    .field-wrap.label-right.checkbox-wrap label, .field-wrap.label-left.checkbox-wrap label {
        display: inline-block;
        width: 90% !important; }

    .ninja-forms-form-wrap label {
        font-weight: normal; }

    .field-wrap.list-checkbox-wrap ul {
        margin: 0 !important; }

    .field-wrap.list-checkbox-wrap ul li {
        margin: 0;
        padding: 0; }

    .field-wrap.list-checkbox-wrap ul li label {
        padding-left: 0px; }

    /*********************
    FIND US
    *********************/
    #googleMapWrapper {
        height: 225px; }

    .map-popup {
        width: 100px;
        height: 20px;
        margin-left: 5px;
        margin-bottom: 0; }
    .map-popup a {
        display: block;
        margin-top: -2px; }

    .locations-menu {
        display: none; }

    .single-locations .location-address, .page-template-page-uklocations-php .location-address {
        width: 100%; }
    .single-locations .location-image, .page-template-page-uklocations-php .location-image {
        width: 100%;
        text-align: center; }

    #right-col .locations-menu {
        display: block;
        width: 100%; }

    .get-directions {
        overflow: hidden; }

    #right-col #claims {
        margin-right: 0;
        margin-bottom: 12px;
        line-height: 18px; }

    #main.find-us-page .image-right {
        margin: 0 !important;
        height: auto;
        text-align: left !important; }
    #main.find-us-page .image-right img {
        max-width: 100px !important; }

    .find-us-items .find-us-left {
        width: 33%; }
    .find-us-items .find-us-left p.image-left {
        float: left !important; }
    .find-us-items .find-us-right {
        width: 67%; }
    .find-us-items .find-us-right p {
        padding-right: 18px; }

    .find-us-bottom {
        display: none; }

    /*********************
    NEWS
    *********************/
    .news-menu {
        display: none; }

    #news-mobile-menu {
        display: block;
        margin-top: -13px;
        margin-bottom: 13px; }
    #news-mobile-menu a, #news-mobile-menu span {
        display: inline-block;
        padding-top: 5px;
        font-size: 14px;
        background: #FFF; }
    #news-mobile-menu a {
        padding-right: 10px; }
    #news-mobile-menu span {
        padding-left: 10px;
        color: #93958e;
        border-left: 1px solid #d3d2c2; }

    #right-col .news-menu, #news-right-col .news-menu {
        display: block;
        width: 100%; }

    #top-image #top-image-text {
        bottom: 5px;
        left: 5px; }
    #top-image h2 {
        font-size: 54px;
        line-height: 45px;
        letter-spacing: -4px; }

    #article-image {
        margin-bottom: 9px; }

    .news-listing .news-date {
        float: none;
        width: 80px;
        margin: 0 0 18px 0; }
    .news-listing .news-block {
        float: none;
        width: 100%; }
    .news-listing .news-block h3 {
        font-size: 22px; }

    .page-template-page-stories-php .news-listing .news-date {
        display: none; }

    #paging-outer {
        margin-bottom: 21px; }
    #paging-outer #paging a.next {
        margin-top: 3px; } }
@media only screen and (max-width: 479px) {
    /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Mobile Stylesheet
    
    ******************************************************************/
    body {
        font-size: 15px;
        line-height: 21px;
        background-size: 320px 2px; }

    /*********************
    LAYOUT STYLES
    *********************/
    #container {
        width: 320px; }

    /*********************
    HOMEPAGE STYLES
    *********************/
    #home h2 {
        bottom: 8px;
        left: 8px;
        font-size: 30px;
        line-height: 26px;
        letter-spacing: -2px; }
    #home .block-large {
        width: 304px;
        height: 184px;
        margin-right: 0;
        margin-bottom: 8px; }
    #home .block-small {
        position: relative;
        float: left;
        width: 148px;
        height: 148px;
        margin-right: 8px;
        margin-bottom: 8px; }
    #home .block-small h2 {
        bottom: 6px;
        left: 6px;
        font-size: 22px;
        line-height: 19px;
        letter-spacing: -1px; }
    #home .last {
        margin-right: 0; }
    #home .bottom {
        margin-bottom: 8px; }
    #home .block6 {
        margin-bottom: 0; }
    #home .block7 {
        margin-bottom: 0; }

    /*********************
    POSTS & CONTENT STYLES
    *********************/
    #content {
        padding: 8px; }

    #breadcrumbs-mobile-menu {
        margin-top: -8px;
        margin-bottom: 13px; }

    /*********************
    CAROUSEL
    *********************/
    #carousel {
        width: 320px;
        height: 150px; }
    #carousel .slide .slide-text {
        bottom: 4px;
        left: 4px; }
    #carousel .slide h2 {
        font-size: 36px;
        line-height: 30px;
        letter-spacing: -3px; }
    #carousel .video-container {
        padding-bottom: 37.5%; }

    /*********************
    FORMS
    *********************/
    #recaptcha_widget_div {
        margin-left: -7px; }

    /*********************
    FIND US
    *********************/
    #googleMapWrapper {
        height: 150px; }

    .find-us-items .find-us-left {
        width: 40%; }
    .find-us-items .find-us-left p.image-left {
        float: left !important; }
    .find-us-items .find-us-right {
        width: 60%; }
    .find-us-items .find-us-right p {
        padding-right: 0; }

    /*********************
    NEWS
    *********************/
    #news-mobile-menu {
        margin-top: -8px;
        margin-bottom: 13px; }

    #top-image #top-image-text {
        bottom: 4px;
        left: 4px; }
    #top-image h2 {
        font-size: 36px;
        line-height: 30px;
        letter-spacing: -3px; }

    .news-listing .news-date {
        margin: 0 0 12px 0; }
    .news-listing .news-block h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 9px; }

    /*********************
    FOOTER
    *********************/
    .footer {
        padding: 9px; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /******************************************************************
    Site Name: 
    Author: 
    
    Stylesheet: Retina Screens & Devices Stylesheet
    
    When handling retina screens you need to make adjustments, especially
    if you're not using font icons. Here you can add them in one neat
    place.
    
    ******************************************************************/
    /* 
    
    EXAMPLE 
    Let's say you have an image and you need to make sure it looks ok
    on retina screens. Let's say we have an icon which dimension are
    24px x 24px. In your regular stylesheets, it would look something
    like this:
    
    .icon {
          width: 24px;
          height: 24px;
          background: url(img/test.png) no-repeat;
    }
    
    For retina screens, we have to make some adjustments, so that image
    doesn't look blurry. So, taking into account the image above and the
    dimensions, this is what we would put in our retina stylesheet:
    
    .icon {
          background: url(img/test@2x.png) no-repeat;
          background-size: 24px 24px;
    }
    
    So, you would create the same icon, but at double the resolution, meaning 
    it would be 48px x 48px. You'd name it the same, but with a @2x at the end
    (this is pretty standard practice). Set the background image so it matches
    the original dimensions and you are good to go. 
    
    */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
    /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Print Stylesheet
    
    This is the print stylesheet. There's probably not a lot
    of reasons to edit this stylesheet. If you want to
    though, go for it.
    
    ******************************************************************/
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important; }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline; }
    a:after, a:visited:after {
        content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
        content: " (" attr(title) ")"; }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group; }

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

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none; } }

span.author {
    color: #e2231a;
}
/*# sourceMappingURL=style.css.map */


/* Image Going out of Border Fix */

#main img {
    height: auto !important;
    max-width: 100%;
}

#nav-main .page-item-6407 {
    display: none;
}
