/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes 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;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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;
}



/* ===============  Default Adjustments  =============== */

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }


/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

h1 {font-size: 2em; margin:0 0 1em 0; color:#014f91; text-transform: uppercase;}
h2 {font-size: 1.5em; margin:0 0 12px 0; color:#000; text-transform: uppercase;}
h3 {font-size: 1.2em; margin:0 0 12px 0; color:#014f91; text-transform: uppercase;}
h4 {font-size: 1em; margin:0 0 12px 0; color:#000; text-transform: uppercase;}
h5 {font-size: 1em; margin:0 0 12px 0; color:#014f91; text-transform: uppercase;}
h6 {font-size: .9em; margin:0 0 12px 0; color:#000; text-transform: uppercase;}

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#da0404; text-decoration:none;}
a:hover, a:active, a:focus { color:#da0404; text-decoration:underline;}
a:active, a:focus { outline:0;}

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {font-family: Arial,Helvetica Neue,Helvetica,sans-serif; background:#fff; color:#414141; }
.siteBody {min-height:300px; margin:15px 0;}

.extraNavWrpr {
	color:#fff;
	padding:13px 0;
	margin:0 0 18px 0;
	background: rgb(0,77,144); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,77,144,1) 0%, rgba(53,148,228,1) 50%, rgba(0,77,144,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,77,144,1)), color-stop(50%,rgba(53,148,228,1)), color-stop(100%,rgba(0,77,144,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d90', endColorstr='#004d90',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow:0 10px 5px -7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 10px 5px -7px rgba(0, 0, 0, 0.3);
	box-shadow:0 10px 5px -7px rgba(0, 0, 0, 0.3);}

.extraNavWrpr a {color:#fff;}
.extraNav {text-align:right;}
.extraNav a {text-transform: uppercase; text-decoration:none; margin:0 5px 0; font-size:0.813em; font-weight:bold;}
.extraNav a:hover, .extraNav a:focus {text-decoration:underline;}
.tagline {font-size:1.2em; font-weight:bold; font-style:italic; text-align:center;}

.headerWrpr {
	position:relative;
	z-index:1001;
	-webkit-box-shadow:0 10px 5px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 10px 5px -7px rgba(0, 0, 0, 0.2);
	box-shadow:0 10px 5px -7px rgba(0, 0, 0, 0.2);}

.siteHeader {position:relative; z-index:1000;min-height:80px;}
.agent {color:#858585; font-size:0.938em; white-space:nowrap; display:inline-block; vertical-align:bottom; margin-bottom:8px;}
.agent img {top:-2px; margin-left:3px; position:relative;}

.hdr-btn-wrapper{display: flex; justify-content: flex-end; align-items: center; flex-direction: row;}
.hdrquote {margin: 0 10px;  background: #0361a6;  padding:10px 1.5em;}
.hdrquote a{
  font-weight:bold; 
  text-align:center;
  position:relative; 
  color: #fff;
  display: block;
  font-size: 1.25em;
}

.hdrquote a:focus,
.hdrquote a:hover{
  transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}


.hdrquote:after{content: "";
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0) 68%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.16)), color-stop(68%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00000000',GradientType=1 );}

.hdrPhone {
	font-weight:bold;
	padding:10px 2.3em;
	text-align:center;
	position:relative;
	background: #bb1919; /* Old browsers */
	background: -moz-linear-gradient(left,  #bb1919 0%, #d90505 50%, #bb1919 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb1919), color-stop(50%,#d90505), color-stop(100%,#bb1919)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #bb1919 0%,#d90505 50%,#bb1919 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #bb1919 0%,#d90505 50%,#bb1919 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #bb1919 0%,#d90505 50%,#bb1919 100%); /* IE10+ */
	background: linear-gradient(to right,  #bb1919 0%,#d90505 50%,#bb1919 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1919', endColorstr='#bb1919',GradientType=1 ); /* IE6-9 */}
.hdrPhone a {font-size:1.25em; color:#fff; text-decoration:none; display:inline-block;}
.hdrPhone a:hover, .hdrPhone a:focus {
	transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05); /* IE 9 */
	-webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}

.hdrPhone:after {
	content:"";
	width:100%;
	height:15px;
	display:block;
	position:absolute;
	bottom:-20px;
	left:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%, rgba(0,0,0,0) 68%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.16)), color-stop(68%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.provideBlock {margin-top:-3em; position:relative; z-index:101;}

@media only screen and (max-width:48em){
  .hdr-btn-wrapper{flex-direction: column; }
  .hdrquote{margin: 10px 0;}
}

@media only screen and (min-width:0) and (max-width:59.9em) {
	.provideBlock {margin-top:-1.2em; }
 
}

.provideBox:after {
	content:"";
	width:100%;
	height:15px;
	display:block;
	position:absolute;
	bottom:-20px;
	left:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%, rgba(0,0,0,0) 68%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.16)), color-stop(68%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0) 68%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.provideHd {  position:relative; padding:0 0 2em 0; text-transform: uppercase; text-align:center; background:transparent url(/cms/images/template8-NA/provideHd.png) no-repeat center bottom; }

.provideHd:before {
	background:#fff;
	content:"";
	width:100%;
	height:45px;
	display:block;
	position:relative;
	bottom:-5px;
	-webkit-box-shadow:0 -5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 -5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0 -5px 5px 0px rgba(0, 0, 0, 0.2);}

.provideBox {padding:0 10px; margin:0 0 1em 0;}
.provideBox .provideIcon {display:block; text-align:center; margin:0 0 1em 0;}
.provideBox .provideIcon img {margin:0 auto;}
.provideBox h3  {font-size:1.313em;}
.provideBox h3 a {white-space:nowrap; color:#000;}
.provideBox h3 a:hover,
.provideBox h3 a:focus {color:#da0404; text-decoration:none;}
.provideBox h3 a span  {color:#da0404; font-size:1em; font-weight:bold;}

@media only screen and (min-width:0) and (max-width:59.9em) {
	.provideBox {padding-top:40px;}
}

/* ## Left Navigation ## */

.lnavHd {
	background: rgb(0,77,144); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,77,144,1) 0%, rgba(53,148,228,1) 50%, rgba(0,77,144,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,77,144,1)), color-stop(50%,rgba(53,148,228,1)), color-stop(100%,rgba(0,77,144,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d90', endColorstr='#004d90',GradientType=1 ); /* IE6-9 */
	color:#fff;
	padding:10px 20px;
	margin:0;}

ul.lnav {
	margin:0 0 20px 0px;
	padding:10px;
	list-style-type:none;
	-webkit-box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	background:#fff;}

ul.lnav a, ul.lnav a:link, ul.lnav a:visited {color:#2b2828; font-family:  'Titillium Web', sans-serif; text-decoration:none; display:block; padding:7px 10px 7px 20px; font-size:14px;}
ul.lnav a:hover, ul.lnav a:focus, ul.lnav a.on {color:#fff; text-decoration:none; background:#bb1919;}
ul.lnav li {border-bottom:1px solid #e1dfdf;}

ul.lnav ul  {margin:5px 0 5px 20px; padding:0; list-style-type:none;}
ul.lnav ul a, ul.lnav ul a:link, ul.lnav ul a:visited {color:#2b2828; font-size:13px; padding:4px 5px;}
ul.lnav ul a:hover, ul.lnav ul a.on {color:#CD1E21; text-decoration:none; background:transparent; }
ul.lnav ul li {border-bottom:none;}

/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod {
	position: relative;
	margin:0 0 1em;}

.corrrail .mod {
	padding:15px;
	-webkit-box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);}

.moreLink {text-align:right;}
.moreLink a:after {
	content:'\35';
	font-family: 'Basic-Icons';}

.modHd {color:#014f91; font-size:2em;}
.corrrail .modHd {font-size:1.25em;}


/* Item Lists Content
   ========================================================================== */

.itemList {
	margin:0;
	padding:0;
	list-style:none;
}

.item {
	display: table;
	padding: 1em 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside {
	display: table-cell;
	padding: 0 15px 0 0;
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists
  ========================================================================== */


@media (max-width : 400px) {

	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right;
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}

.filter{
	padding: 1em;
	margin:0 0 1em 0;
	-webkit-box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0 4px 5px 0px rgba(0, 0, 0, 0.2);}	background: #fff;}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em;
}

.paging-results {
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled {
	display: none;
}

.paging-list li.disabled+li {
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}

.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}

/* ==============================================================
   GLOBAL STYLES
   ============================================================== */
.alert {
	overflow:hidden;
	border: 1px solid #ff6666;
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;
	color: #fff;
	background-color: #ff0000;}
.alertSign {float:left;}
.alertItem {padding:10px 0; margin:0 0 0 50px;}
.alert a, .alert .date {color:#fff;}

.bdr        { border:1px solid #ccc; padding:1px; }

.alternate	{background-color: rgba(0,0,0,0.03);}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */

.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

/* ##  Generic Pager  ## */

.sortStatus {float:left;}
.genericPager {float:right;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#CFCFCF; border: 1px solid #000; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
                           MODULE STYLES
===================================================================*/

.bar {margin:1.5em 0 1em 0; font-size:0.9em;}
.main { font-size:0.875em; line-height:1.4;}

/* ##  Breadcrumb  ## */

.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; }


/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */


.prem { float:right; display:inline; text-align:right; margin:0 10px 0; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.prem a {display:inline; margin-left:10px; }
.prem a:hover,
.prem a:focus {color:#1C4E87; text-decoration:underline;}

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.addthis_toolbox { display:inline; }

/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

.hd  {padding:10px; border-bottom:3px solid #ccc; margin:0 0 10px 0;}
.ftr {padding:10px; border-top:3px solid #ccc; text-align:center;}

.printBody {margin:0; padding:0; color:#333; background:#fff; width:100%;}
.printWrpr {width:660px; text-align:left; margin:0 auto; z-index:1;}

.emailBody {margin:0; padding:0; background:#fff; width:100%;}
.emailWrpr {width:680px; text-align:left; margin:0 auto; z-index:1;}

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	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; }
}

.btn {display:inline-block; margin:0; padding:6px 23px; font-weight:bold; color:#fff; background-color:#da0404; border-style:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; text-transform: uppercase;}
.btn:hover, .btn:focus {background-color:#1182e2;}

.footerWrpr {
	border-top:2px solid #cbcbcb;
	padding:20px 0;
	margin:20px 0 0 0;
	-webkit-box-shadow:inset 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
	box-shadow:inset 0px 10px 20px -10px rgba(0, 0, 0, 0.3);}

.footer {margin-bottom:1rem; }


.footerWrpr .hdrPhone:after {display:none;}

.subFooter {color:#636466; font-size:12px; text-align:center;}


@media only screen and (min-width:48em){
	.footer {margin-bottom:0rem; }
	.subFooter {text-align:left;}
}

.ftrNav {text-align:center;}
.ftrNav a {color:#636466; margin:0 0 0 1.5em;}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }
table.dataTbl {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;}
table.dataTbl th {background:#014e90; padding:6px 15px; font-size:1em; border:1px solid #478c26; border-bottom:2px solid #3594e4; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
table.dataTbl td td {border-style:none;}

/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin:0px 0 15px 0; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

.vd {padding:0 5px;}
.topOfPage {text-align:right;}
.topOfPage a {background:transparent url(/cms/images/arrow.gif) no-repeat 100% 50%; padding-right:13px;}

.imgBlockWrpr {position:relative; text-align:center; overflow:hidden; margin-top:4em;}
.imgBlockWrpr + .imgBlockWrpr {margin-top:0em;}

.imgBlock {position:absolute; top:0; width:100%; height:100%; overflow:hidden; min-width:1400px; overflow:hidden;}

.txtBlock {background:rgba(255,255,255,0.8); padding:50px; font-size:1.12em; text-align:left; line-height:1.5;}
.txtBlock h2 {color:#014f91; font-size:2.333em; line-height:1.2; margin-bottom:0.7em;}
.txtBlock p {margin:0;}

.txtBlockLeft:after {
	content:"";
	width:37px;
	height:100%;
	position:absolute;
	top:0;
	left:100%;
	background:rgba(255,255,255,0.3);}

.txtBlockRight:after {
	content:"";
	width:37px;
	height:100%;
	position:absolute;
	top:0;
	right:100%;
	background:rgba(255,255,255,0.3);}

.focalBlock {position:relative; overflow:hidden;}
.SlideshowWrpr{min-height: 525px;}
.videoframe{ min-height:620px;}
.focalBlock .owl-carousel {position:absolute; overflow:hidden; width:1400px; min-width:1400px; left:50%; margin-left:-700px;}
.quoteBlock {position:relative; z-index:102;}
.focalBlock .quoteBlock {margin-top:20px; width:340px; float:right;}
.quoteBlock:before {
	content:"";
	width:37px;
	height:100%;
	position:absolute;
	top:0;
	right:100%;
	background:rgba(255,255,255,0.3);}

.quoteHd {
	position:relative;
	z-index:98;
	padding:15px 25px;
	color:#fff;
	text-transform: uppercase;
	font-size:1.2em;
	font-weight:bold;
	background: rgb(10,95,168); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(10,95,168,1) 0%, rgba(0,77,143,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(10,95,168,1)), color-stop(100%,rgba(0,77,143,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(10,95,168,1) 0%,rgba(0,77,143,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(10,95,168,1) 0%,rgba(0,77,143,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(10,95,168,1) 0%,rgba(0,77,143,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(10,95,168,1) 0%,rgba(0,77,143,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5fa8', endColorstr='#004d8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.videoframe iframe.iframevideo{position: absolute; left: 0; right: 0; max-width: 1400px; margin: 0 auto; height:790px; top: 0; width: 100%;}

.focalBlock .quoteHd {margin-left:-10px;}

.quoteContent {
	position:relative;
	padding:25px;
	font-size:13px;
	background: -moz-linear-gradient(top,  rgba(17,129,224,0.8) 0%, rgba(1,80,147,1) 99%, rgba(1,80,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,129,224,0.8)), color-stop(99%,rgba(1,80,147,1)), color-stop(100%,rgba(1,80,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(17,129,224,0.8) 0%,rgba(1,80,147,1) 99%,rgba(1,80,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(17,129,224,0.8) 0%,rgba(1,80,147,1) 99%,rgba(1,80,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(17,129,224,0.8) 0%,rgba(1,80,147,1) 99%,rgba(1,80,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(17,129,224,0.8) 0%,rgba(1,80,147,1) 99%,rgba(1,80,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1181e0', endColorstr='#015093',GradientType=0 ); /* IE6-9 */}

.quoteContent .limitTextBoxBar {color:#fff;}
	
.focalBlock .quoteContent {
	min-height:350px;}

.quoteContent:before {
	content:"";
	width:100%;
	height:20px;
	background:transparent url(/cms/images/template8-NA/quoteBg.png) no-repeat;
	position:absolute; top:-7px; left:0;}

.quoteContent .btn {padding:10px 35px; font-size:1.3em;}

.bannerBox {padding:20px; color:#fff; text-align:center; margin:0 5px 0 0; font-size:1.5em;}
.bannerBox img {margin: 0 auto 20px auto;}
.bannerBox a {display:block; text-align:left; color:#fff;}
.bannerBox h2 {color:#fff; margin-bottom:20px; }

.bannerLocations {
	border-bottom:13px solid #3595e5;
	background:#014e90 url(/cms/images/template8-NA/locations-bg.jpg) no-repeat;
	background-size:100% auto;}

.bannerSpecialty {
	border-bottom:13px solid #770202;
	background: rgb(187,26,26); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(187,26,26,1) 0%, rgba(218,4,4,1) 50%, rgba(187,26,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,26,26,1)), color-stop(50%,rgba(218,4,4,1)), color-stop(100%,rgba(187,26,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(187,26,26,1) 0%,rgba(218,4,4,1) 50%,rgba(187,26,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(187,26,26,1) 0%,rgba(218,4,4,1) 50%,rgba(187,26,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(187,26,26,1) 0%,rgba(218,4,4,1) 50%,rgba(187,26,26,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(187,26,26,1) 0%,rgba(218,4,4,1) 50%,rgba(187,26,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1a1a', endColorstr='#bb1a1a',GradientType=1 ); /* IE6-9 */}

.bannerOFF {
	padding:5px;
	color:#fff;
	font-size:1.25em;
	background: rgb(0,77,144); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,77,144,1) 0%, rgba(53,148,228,1) 50%, rgba(0,77,144,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,77,144,1)), color-stop(50%,rgba(53,148,228,1)), color-stop(100%,rgba(0,77,144,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,77,144,1) 0%,rgba(53,148,228,1) 50%,rgba(0,77,144,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d90', endColorstr='#004d90',GradientType=1 ); /* IE6-9 */
	margin-bottom:10px;}

.bannerOFF:before {
	content:"";
	position:absolute; top:0; left:0;
	background:transparent url(/cms/images/template8-NA/bannerOff.png) no-repeat;
	width:180px;
	height:139px;}

.tbl {display:table; width:100%; border:1px solid #fff; }
.tblCell {display:table-cell; vertical-align:middle; padding:10px;}

.offTxt    {font-size:3.850em;}
.offNumber {font-size:3.850em; font-weight:bold;}
.offCode   {font-weight:bold; display:block; border-bottom:7px solid #fff; font-size:1.2em;}

.homeCols {font-size:0.875em; line-height:1.4;}

.mformeeControls {
    display: inline-block;
    float: left;
    height: 100%;
    margin-left: 1% !important;
    margin-right: 1% !important;
    padding: 0 0.5% 1% !important;
    width: 97%;
}

/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {
	.siteHeader {min-height:0px;}
	.sitelogo {text-align:center; display:block; margin-bottom:5px;}
	.agent {text-align:center; display:block; }
 	.prem {display:none;}
 	.txtBlockLeft {margin-right:10px;}
 	.txtBlockRight {margin-left:10px;}
	.txtBlock {padding:30px;}
	.focalBlock .quoteBlock {margin:20px 20px 20px 10px; float:none;width:auto;}
	.focalBlock .quoteHd {margin-left:0px; }
	.tblCell {display:block; text-align:center;}
	.bannerBox  {margin:0 10px 10px;}

  .videoframe{min-height: 300px;}
	.videoframe iframe.iframevideo{height: 350px;}
  .SlideshowWrpr{min-height: 350px;}
}

/* 16px baseline (768px +) */
@media only screen and (min-width:48em){
	.hdrPhone {float:right;}
	.ftrNav {float:right;}
	.tagline {float:left;}
}

/* ## 16px baseline ( - 959px) m = medium ## */
@media only screen and (max-width:59.938em){
	.txtBlock h2 {font-size:1.9em;}
	.txtBlock {font-size:.9em; line-height:1.5;}
	.quoteBlock {margin-left:10px !important;}
}

.quoteContent [class*="grid_"] {
    padding: 0 1.5%;
}

/*** TESTIMONIALS ***/

.testimonialsMod {margin:0 0 20px 0;}
.testimonialsBox {padding:20px; background:#e7e7e7;}
.testimonialsBox span.open  {padding: 10px 7px 0px 0px;}
.testimonialsBox span.close {padding: 10px 0px 0px 7px;}

.testimonialsBox a {color:#000;}
.testimonialsBox a:hover, .testimonialsBox a:focus {color:#666; text-decoration:none;}

.testimonialsBoxBtm {height:19px; margin:0px 10px 0px 0px; background:url(/cms/images/layout/testimonialsboxbtm.png) no-repeat top right;}

.testimonialsMod .testimonialSignature {margin:7px 0; }

.testimonialItem {padding:15px 0;}    

.testimonialItem:after {
	content:"";
	display:block;
	height:1px;
	margin-top:20px;
	background: #ccc;}

.testimonialImg	{float:right; margin:0 0 10px 10px;}
.testimonialImg	img, .imgLogo img {border:1px solid #ccc; padding:2px; background-color:#fff; }
.testimonialSignature {text-align:right; font-weight:bold;}

.homeCols .testimonialsBox {padding:0; background:#fff;}
.homeCols .testimonialsBoxBtm {display:none;}

.sitemap table {
    width: 100%;
	table-layout:fixed;
	margin-bottom:20px;
}

.sitemap table td {
    border: 3px dashed #e5e2e2;
    display: block;
    padding: 30px;
    vertical-align: top;
}

.sitemap table a {color:#414141; }

@media only screen and (min-width:48em){
	.sitemap table td {
		display: table-cell;
	}
}

.video-wrapper {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;margin:0 0 30px}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}