/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! 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  =============== */

body { }

::-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; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

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, .visually-hidden { 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; }


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ================================================================
   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; }


/* 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:#0061af; text-decoration:underline; }
a:hover, a:active, a:focus { color:#0061af; text-decoration:none; }
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }


/* ## 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;}

.goog-te-banner-frame {display:none !important;}

/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {background:#fff; font-family: 'PT Sans', sans-serif; color:#151515;}
html, body {overflow-x:hidden; position:static !important; top: auto !Important;}
.container { }
.sitebody { min-height:300px; padding:30px 0; }

h1 {margin:0 0 1em;}
h2 {margin:0 0 1em;}
h3 {margin:0 0 1em;}
h4 {margin:0 0 1em;}
h5 {margin:0 0 1em;}
h6 {margin:0 0 1em;}

.mainContent {}
.mainContent p {line-height:1.6;}
.mainContent ul, .mainContent .ol {line-height:1.6;}




.offsetTitle {text-transform:uppercase; margin:10px 0 15px; display:inline-block; position:relative; }
.offsetTitle .title {font-size:1em; color:151515; margin:0px; font-weight:bold; display:inline-block; vertical-align:middle;}
.offsetTitle .sep {color:#eb1c24; display:inline-block; vertical-align:middle}
.offsetTitle a {color:#eb1c24; font-weight:bold; display:inline-block; vertical-align:middle; text-decoration:none;}


/* ## Site Header ## */
.siteHeader {position:relative; z-index:1000; background:rgba(236,236,236,.9); padding:20px 0;}
.siteHeader .container,
.siteHeader .container [class*="grid_"] {position:static;}
.siteHeader a.sitelogo {max-width:140px; display:block;}

.headerLinks { font-size: 0.9em; margin: 0 0 10px; padding: 5px 0 0; text-align: right; display:none;}
.homep #textsizer{display: none;}

#textsizer {display:inline-block; font-family:'Work Sans'; margin:0 25px 0 0; position:relative; top:9px;}
#textsizer ul {padding:0; margin:0; list-style-type:none;}
#textsizer li {display:inline-block; vertical-align:bottom; margin:0 8px;}
#textsizer a {text-transform:uppercase; color:#6E6C6E; text-decoration:none; line-height:0;}
#textsizer a.textresizer-active {color:#0061af;}
#textsizer a.small-text {font-size:1.25em}
#textsizer a.medium-text {font-size:2em;}
#textsizer a.large-text {font-size:2.8em;}

.siteHeader .language {display:inline-block;}
.siteHeader .language a {display:none; color:#605e60; font-family:'Work Sans'; font-size:1.125em; border:1px solid #d1d1d1; border-radius:3px; padding: 7px 10px; text-transform:uppercase;}
.siteHeader .language a.active {display:block;}

.searchTrigger {float:right; color:#0061AF; font-size:1.75em; margin:30px 20px 0 0; cursor:pointer;}

.siteSearch {background:#292929; position:absolute; left:0; width:100%; top:136px; max-height:0px; overflow:hidden; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear;  -o-transition: all .2s linear; transition: all .2s linear;}
.searchActive .siteSearch {max-height:100px;}
.siteSearch .inner {max-width:112.5em; margin:0 auto; position:relative;}
.siteSearch .formee input[type="text"] {margin:0px; color:#ffffff; letter-spacing:1px; font-weight:bold; padding:16px; background:transparent; border:0px;}
.siteSearch .btn {position:absolute; right:0px; top:0px; height:100%;}

.homeWelcome {padding:40px 0;}
.homeWelcome .title {text-transform:uppercase; margin:0 0 10px; font-size:1.6em;}
.homeWelcome p {}

.homeCallouts {margin:0 0 40px;}
.homeCallouts .callout {background:#EEF2F1; padding:30px 10px; margin:0 0 10px;}
.homeCallouts .callout .calloutTitle {color:#0061af; font-weight:bold; margin:0 0 10px; font-size:1.125em;}
.homeCallouts .callout .calloutTitle a {color:#0061af; text-decoration:none;}
.homeCallouts .callout p {font-size:.875em; margin:0px;}
.social-media-region { background: #292929; }
.social-media-region .blackContainerSmall{margin:0 -10px 0px 0;}
.blackContainerSmall {background:#292929; padding:30px 15px 15px 30px; margin:0 -10px 40px 0;}
.blackContainerSmall .signUp {}
.blackContainerSmall .signUp .signUpBlock {margin:0 0 15px;}
.blackContainerSmall .signUp .title {color:#ffffff; font-size:1.5em; margin:0px; font-weight:bold; line-height:1.1; white-space:nowrap;}
.blackContainerSmall .signUp .title span {display:block; color:#FFCB05; text-transform:uppercase; font-size:.55em; letter-spacing:1px;}
.blackContainerSmall .signUp input[type="text"] {background:transparent; border:1px solid #ffffff; color:#ffffff; width:100%; padding:14px;}
.blackContainerSmall .signUp .btn {}



.home-social{padding: 30px 10px 15px 30px; margin: 0 -10px 0 0; background: #292929;}
.home-social .title{color: #fff; font-size: 1.5em;}
.home-social a{color: #ffcb05; text-decoration: none; font-size: 1.65em; padding: 0 5px;}
.signUpRail {background:#2c2c2c;padding:15px;}
.signUpRail .title {font-size:1.5em; color:#fff; margin:0 0 15px;; font-weight:bold; line-height:1.1; white-space:nowrap;}
.signUpRail .title span {display:block; color:#FFCB05; text-transform:uppercase; font-size:.55em; letter-spacing:1px;}
.signUpRail input[type="text"] {background:transparent; border:1px solid #fff; color:#fff; width:100%; padding:14px; margin:0 0 10px;}

.homeVideosContainer {margin:60px 0 0;}
.homeVideos {}
.homeVideos .homeVideoLeft {}
.homeVideos .homeVideoRight {}

.homeVideos .videoMain {margin:0 0 10px;}
.homeVideos .videoList {display:none;}
.homeVideos .videoDescriptions {}
.homeVideos .videoDescriptions .prev-arrow {position:absolute; top:50%; left:-10px; margin-top:-17px; border:1px solid #EB2229; width:34px; height:34px; border-radius:50px; cursor:pointer; z-index:10; font-size:1.4em; color:#EB2229;}
.homeVideos .videoDescriptions .prev-arrow span {position:relative;left:4px; top:2px;}
.homeVideos .videoDescriptions .next-arrow {position:absolute; top:50%; right:-10px; margin-top:-17px; border:1px solid #EB2229; width:34px; height:34px; border-radius:50px; cursor:pointer; z-index:10; font-size:1.4em; color:#EB2229;}
.homeVideos .videoDescriptions .next-arrow span {position:relative;left:4px; top:2px;}
.homeVideos .videoDescriptions .slick-disabled {border:1px solid #777777; color:#777777;}
.homeVideos .videoDescriptions .videoDescription {position:relative; }
.homeVideos .videoDescriptions .videoDescription .inner {background:#EEF2F1; padding:20px 30px; position:relative;}
.homeVideos .videoDescriptions .videoDescription .title {font-size:1.25em; font-weight:bold; margin:0 0 10px;}
.homeVideos .videoDescriptions .videoDescription .date {display:block; margin:0 0 10px;}
.homeVideos .videoDescriptions .videoDescription p {}
.homeVideos .videoDescriptions .videoDescription .related {margin:0 0 20px;}
.homeVideos .videoDescriptions .videoDescription .related .subTitle {font-weight:bold; text-transform:uppercase; display:block; margin:0 0 3px;}
.homeVideos .videoDescriptions .videoDescription .related ul { margin:0px; padding:0 0 0 15px; list-style-type:square;}
.homeVideos .videoDescriptions .videoDescription .related li {}
.homeVideos .videoDescriptions .videoDescription .related a {color:#EB2229; font-weight:bold; text-decoration:none;}
.homeVideos .videoDescriptions .videoDescription .subscribe {}
.homeVideos .videoDescriptions .videoDescription .subscribe a {background:url(/cms/images/layout/icon_youtube.png) no-repeat 0 0; padding:16px 0 16px 65px; text-decoration:none; color:#151515; display:inline-block;}
.homeVideos .videoDescriptions .videoDescription .subscribe a span {color:#EB2229; font-weight:bold;}



.blackContainer {background:#292929; padding:30px 15px 30px 30px; margin:0 -10px 40px 0;}

.statsContainer {}
.statsContainer .title {font-weight:bold; text-transform:uppercase; margin:0 0 10px; font-size:1.875em; color:#ffffff;}
.statsContainer .subTitle {font-weight:bold; text-transform:uppercase; margin:0 0 10px; font-size:1.475em; color:#ffffff; white-space:nowrap;}
.statsContainer .barGraphTitle {font-weight:bold; text-transform:uppercase; margin:0 0 15px; font-size:1em; color:#ffffff;}

.barGraph {border:1px solid #6E6E6E; position:relative; max-width:180px; margin:0 0 5px;}
.barGraph .bar {height:20px; border-top:1px solid #6E6E6E;}
.barGraph .bar:first-child {border:0px;}
.barGraph .totalBar {height:100%; position:absolute; left:0; top:0; width:15px; background:rgba(113,113,113,.9);}
.barGraph .totalBar span {position:absolute; width:100%; height:100%; bottom:0; left:0; background:#B6161C;}
.barGraph.yellow .totalBar span {background:#FFCB05;}
.barGraph.blue .totalBar span {background:#0061AF;}
.barGraph .total {position:absolute; left:30px; bottom:0px; line-height:.8; font-size:3.1em; color:#ffffff;}

.barGraphAll {border:1px solid #6E6E6E; position:relative; margin:0 0 50px;}
.barGraphAll .bar {height:25px; border-top:1px solid #6E6E6E;}
.barGraphAll .bar:first-child {border:0px;}
.barGraphAll .totalBar1 {height:100%; position:absolute; left:30px; top:0; width:15px; }
.barGraphAll .totalBar1 span {position:absolute; width:100%; height:100%; bottom:0; left:0; background:#B6161C;}
.barGraphAll .totalBar2 {height:100%; position:absolute; left:86px; top:0; width:15px; }
.barGraphAll .totalBar2 span {position:absolute; width:100%; height:100%; bottom:0; left:0; background:#FFCB05;}
.barGraphAll .totalBar3 {height:100%; position:absolute; left:145px; top:0; width:15px; }
.barGraphAll .totalBar3 span {position:absolute; width:100%; height:100%; bottom:0; left:0; background:#0061AF;}

.barGraphAll .total1 {position:absolute; left:4px; width:60px; text-align:center; bottom:-30px; line-height:.8; font-size:1.475em; color:#ffffff;}
.barGraphAll .total2 {position:absolute; left:64px; width:60px; text-align:center; bottom:-30px; line-height:.8; font-size:1.475em; color:#ffffff;}
.barGraphAll .total3 {position:absolute; left:124px; width:60px; text-align:center; bottom:-30px; line-height:.8; font-size:1.475em; color:#ffffff;}

.pieChartContainer {position:relative;}
.pieChartContainer .inner {display:table; }
.pieChartContainer .inner .lineContainer {display:table-cell; vertical-align:top; width:70px;}
.pieChartContainer .line {position:absolute; height:98%; border-left:1px solid #ffffff;}
.pieChartContainer .line .lineTitle {position:absolute; left:10px; font-weight:bold; text-transform:uppercase; color:#ffffff;}
.pieChartContainer .line .lineTitle:nth-child(2) {top:32%;}
.pieChartContainer .line .lineTitle:nth-child(3) {top:60%;}
.pieChartContainer .line:after {position:absolute; content:''; bottom:-8px; left:-8px; border-top:9px solid #ffffff; border-left:8px solid transparent; border-right:8px solid transparent;}
.pieChartContainer .inner .pieCharts {display:table-cell; vertical-align:top;}

.pie {  vertical-align: middle; margin: 0 0 50px; background: rgba(116,116,116,.9); border-radius: 100%; fill: #1b75bb; position:relative;}
.pie:last-child {margin:0px;}
.pie .total {position:absolute; width:60px; top:58%; left:50%; margin-left:-30px; color:#ffffff; text-align:center; font-size:1.75em;}
.pie.open {fill:#FFCB05;}
.pie.closed { fill:#0061AF;}


/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod { position: relative; margin:0 0 20px;}
.modRail {background:#eee; border:1px solid #ddd; padding:10px;}
.modRail > .title {margin:-10px -11px 15px; background:#333; color:#fff; padding:10px;}
.modRail > .title a {text-decoration:none; font-size:.65em; color:#ffffff; float:right;}

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	padding: 15px;
}



/* 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; }
.content .title a {text-decoration:none;}
.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;
	min-width:90px;
}

.aside.dateAside {
    display: table-cell !important;
    min-width:80px;
}
.datebox {background:#333333; color:#ffffff; padding:10px 10px}
.datebox .m {text-transform:uppercase; font-weight:bold; font-size:1em;}
.datebox .d {font-weight:bold; font-size:1.2em;}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


.modFollow {}
.modFollow a {text-decoration:none; font-size:2em; display:inline-block; margin:0 5px;}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}



/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
	max-width:264px;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em; 
	background: #292929;
	color:#ffffff;
	font-size:16px;
}
.filter .formee label {color:#ffffff;}
.filter a {color:#ffffff;}

.filter .formee .filter-date,
.filter .formee .filter-date:hover,
.filter .formee .filter-date:focus {background-image:url(/cms/images/calendar/picker.gif); background-position:calc(100% - 8px) 50%; background-repeat:no-repeat;}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.recommendationsSearch {margin:0 0 20px; font-size:16px;}
.recommendationsSearch .title {color:#ffffff; border-bottom:1px dotted #ddd; padding:0 0 10px; margin:0 0 10px;}
.recommendationsSearch .formee label {color:#ffffff; font-weight:bold;}
.recommendationsSearch .btn {margin-bottom:5px;}
.recommendExpand {float:right; background:#ffcb05; color:#000; font-weight:bold; text-decoration:none; text-transform:uppercase; padding:5px 10px; font-size:16px;}

.recItem {margin:0 0 15px; padding:0 0 15px; border-bottom:1px dashed #aaa;}
.recHd { font-weight:bold; margin:0 0 10px;}
.recItem .accordion {border:1px solid #ddd; border-radius:5px; margin:0 0 10px; overflow:hidden;}
.recItem .accordion > a {display:block; padding:8px 36px 8px 8px; text-decoration:none; color:#fff; background:#292929; position:relative;}
.recItem .accordion > a:after {border-top:10px solid #fff; border-left:9px solid transparent; border-right:9px solid transparent; content:''; position:absolute; right:10px; top:14px;}
.recItem .accordion > a.headOn:after {border-top:0px; border-bottom:10px solid #fff;}
.recItem .accordionbody {padding:8px;}
.recItem .urgent {display:inline-block; background:#842729; color:#ffffff; font-size:.75em; padding:2px 8px; border-radius:3px;}

/* Pagination
   ========================================================================== */

.paging {
	margin:0 0 15px;
}

.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 
   ============================================================== */

/*--- where is this used at? ----*/
.alert {position:relative; z-index:10; background:#292929 url(/cms/images/layout/bg_signup.jpg) repeat-x scroll 0 0; min-height:160px; padding:20px 0; color:#ffffff;}
.alert .alertSign {float:left; width:90px;}
.alert .content {margin-left:100px;}
.alert h3 {color:#EEC317; margin:0 0 10px;}
.alert h3 a {color:#EEC317; text-decoration:none;}


.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.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;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.genericPager {font-size:16px;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {display:inline-block; float:left; margin:0 4px 5px 0;}
.genericPager li a {display:block; background:#ffcb05; color:#000; padding:4px 8px; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { background:#eb2229; color:#fff; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {background:#eb2229; color:#fff; padding:4px 8px; }


/* ##  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 
===================================================================*/


/* ##  Breadcrumb  ## */

.breadcrumbContaier {border-bottom:1px solid #e5e5e5; padding:8px 0;}

.breadcrumbs { padding:0; font-size:.9em; display:none;}
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; font-weight:bold;}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }

.breadcrumbs span {  font-weight:normal; }
.breadcrumbs .sep {display:inline-block; margin:0 7px;}


/* ## Page Heading ## */

.pageHeading { background:#292929; padding:20px 10px;}
.pageHeading .title { color:#ffffff; font-size:1.8em; margin:0px; font-weight:bold;}


/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; padding:0; text-align:right; }

.pageTool { margin:0 10px 0; font-size:0.9em; color:#000; font-weight:normal; text-decoration:none; cursor:pointer; }
.pageTool.print {display:none;}

.pageToolsWrapper a { float:right; display:inline; color:#000; }
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {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; }



.investigation-details-container {}
.investigation-details-container .investigation-details-block,
.investigation-details-block-sizer {width:100%; padding:0 10px;}
.investigation-details-container .investigation-details-block {float:left;}
.investigation-details-container .investigation-details-block.wide { }




.moduleBlock {border:1px solid #d3cfd3; margin:0 0 30px; position:relative; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear;  -o-transition: all .3s linear; transition: all .3s linear;}
.moduleBlock.checkHeight {max-height:300px; overflow:hidden;}
.moduleBlock .title {font-size:1.5em; color:#151515; margin:0px; font-weight:bold; padding:15px 10px;}
.moduleBlock .title2 {border-bottom:1px solid #d3cfd3;}
.moduleBlock .inner {}

.moduleBlock .viewAll {display:none; background:#EDF1F0; border-top:1px solid #d3cfd3; position:absolute; bottom:0px; left:0px; width:100%; padding:20px; text-align:center; cursor:pointer;}
.moduleBlock .viewAll > span {color:#111111; font-weight:bold; display:inline-block;}
.moduleBlock .viewAll span.t {}
.moduleBlock .viewAll span.t:after {content:'All';}
.moduleBlock .viewAll > span:after {content:''; border-top:6px solid #111111; border-left:5px solid transparent; border-right:5px solid transparent; display:inline-block; margin:0 0 0 8px; position:relative; top:-2px;}
.moduleBlock.addToggle .viewAll {display:block;}

.viewAllLinkHere .viewAll {display:none !important;}

.viewAllSecondaryBottom {position:absolute; bottom:0px; left:0px; width:100%;}
.moduleBlock .viewAllSecondary > a {background:#EDF1F0; border-top:1px solid #d3cfd3; display:block; padding:20px; text-align:center; cursor:pointer;}
.moduleBlock .viewAllSecondary a > span {color:#111111; font-weight:bold; display:inline-block;}
.moduleBlock .viewAllSecondary a > span:after {content:''; border-top:6px solid #111111; border-left:5px solid transparent; border-right:5px solid transparent; display:inline-block; margin:0 0 0 8px; position:relative; top:-2px;}

.moduleBlock.viewAllActive {max-height:1400px; padding-bottom:62px;}
.moduleBlock.viewAllActive .viewAll span.t:after {content:'Less';}
.moduleBlock.viewAllActive .viewAll > span:after {border-bottom:6px solid #111111; border-top:0;}

.moduleBlock.imageInfoBlock {border:0px; background:#EEF2F1;}
.moduleBlock.imageInfoBlock .title {padding:15px 0 0 0; margin:0 0 15px 20px;}
.moduleBlock.imageInfoBlock .details {border-left:4px solid #0061AF; padding:0 0 0 20px; margin:0 0 20px 20px;}
.moduleBlock.imageInfoBlock .details p {font-size:.9em; margin:0 0 5px 0;}
.moduleBlock.imageInfoBlock .details p:last-child {margin-bottom:0px;}
.moduleBlock.imageInfoBlock .imageContainer {text-align:center;}
.moduleBlock.imageInfoBlock p {margin-left:20px;}

.moduleBlock.reportsBlock {}
.moduleBlock.reportsBlock ul {list-style-type:none; margin:0 -1px 0 0; padding:0px;}
.moduleBlock.reportsBlock ul li { padding:15px 10px; margin:0 0 -1px 0; border-right:1px solid #d3cfd3; border-bottom:1px solid #d3cfd3;}
.moduleBlock.reportsBlock ul a {text-decoration:none; font-weight:bold;}
.moduleBlock.reportsBlock ul a .icon-file {margin:3px 10px 5px 0; float:left;}

.moduleBlock.recommendationsBlock {}
.moduleBlock.recommendationsBlock .inner {padding:0 10px;}
.moduleBlock.recommendationsBlock ul {list-style-type:none; margin:0; padding:0px;}
.moduleBlock.recommendationsBlock ul li {padding:10px 0;}
.moduleBlock.recommendationsBlock ul a {text-decoration:none; font-weight:bold;}

.moduleBlock.videoBlock {background:#EDF1F0; border:0px;}
.moduleBlock.videoBlock .inner {padding:0 10px 15px;}
.moduleBlock.videoBlock .videoWrapper {margin:0 0 20px;}
.moduleBlock.videoBlock .subTitle {font-size:1.25em; margin:0 0 5px;}
.moduleBlock.videoBlock .subTitle a {text-decoration:none;}
.moduleBlock.videoBlock .date {}
.moduleBlock.videoBlock .btn {margin-top:10px;}

.moduleBlock.statsBlock {background:#2C2C2C; border:0px;}
.moduleBlock.statsBlock .title {color:#ffffff;}
.moduleBlock.statsBlock .inner {padding:0 10px 15px;}
.moduleBlock.statsBlock .legend {margin:0 0 25px;}
.moduleBlock.statsBlock .legend > div {color:#b2b5b4; font-weight:bold; text-transform:uppercase; line-height:1.6;}
.moduleBlock.statsBlock .legend > div > span {display:inline-block; vertical-align:middle; width:15px; height:15px; margin:0 10px 0 0; background:#b6161c; border-radius:50%;}
.moduleBlock.statsBlock .legend > div > span.yellow {background:#ffcb05;}
.moduleBlock.statsBlock .legend > div > span.blue {background:#0061af;}
.moduleBlock.statsBlock .pie .total {font-size:1.45em; top:30%;}
.moduleBlock.statsBlock .vs {display:table; width:100%:}
.moduleBlock.statsBlock .vs .cell {display:table-cell; vertical-align:bottom;}
.moduleBlock.statsBlock .vs .cell:last-child {padding-left:15px;}
.moduleBlock.statsBlock .vs .nums {color:#ffffff; font-size:1.35em; display:block;}
.moduleBlock.statsBlock .vs .t {text-transform:uppercase; color:#b2b5b4; font-weight:bold; display:block;}

.moduleBlock.newsBlock {background:#EDF1F0; }
.moduleBlock.newsBlock ul {list-style-type:none; margin:0; padding:0px;}
.moduleBlock.newsBlock ul li { border-bottom:1px solid #d3cfd3; padding:10px 10px;}
.moduleBlock.newsBlock ul li:first-child {padding-top:0px;}
.moduleBlock.newsBlock ul li:last-child {border:0px;}
.moduleBlock.newsBlock ul a {text-decoration:none; display:block;}
.moduleBlock.newsBlock ul a img {float:right; max-width:80px;}
.moduleBlock.newsBlock ul .content {margin:0 100px 0 0; display:block;}
.moduleBlock.newsBlock ul .content .subTitle {font-size:1em; font-weight:bold; margin:0 0 5px; display:block;}
.moduleBlock.newsBlock ul .content .subTitle {text-decoration:none;}
.moduleBlock.newsBlock ul .content .date {color:#111111;}

.moduleBlock.documentsBlock {background:#EDF1F0; }
.moduleBlock.documentsBlock .inner {}
.moduleBlock.documentsBlock ul {list-style-type:none; margin:0; padding:0px;}
.moduleBlock.documentsBlock ul li {padding:0; border-top:1px solid #d3cfd3;}
.moduleBlock.documentsBlock ul a {text-decoration:none; font-weight:bold; padding:10px 10px; display:block;}

.moduleBlock.eventsBlock {background:#EDF1F0; }
.moduleBlock.eventsBlock .inner {padding:0 10px 15px;}
.moduleBlock.eventsBlock ul {list-style-type:none; margin:0; padding:0px;}
.moduleBlock.eventsBlock ul li {margin:0 0 15px;}
.moduleBlock.eventsBlock ul a {text-decoration:none; display:block;}
.moduleBlock.eventsBlock ul a .date {float:left; width:60px;font-weight:bold; text-transform:uppercase; text-align:center;}
.moduleBlock.eventsBlock ul a .date .m {display:block; color:#ffffff; padding:1px; background:#EB1C24;}
.moduleBlock.eventsBlock ul a .date .d {display:block; color:#111111; background:#ffffff; padding:5px; font-size:1.25em; }
.moduleBlock.eventsBlock ul a .content {font-weight:bold; display:block; margin:0 0 0 80px;}


.mediaRSS {}
.mediaRSS .more {float:left; padding:3px 10px 0 0;}
.mediaRSS h2 {padding-right:40px; margin:0 0 10px; padding:0 0 10px; border-bottom:2px solid #8b0305;}


.featuredRecContainer {max-width:940px; margin:0 auto;}
.featuredRec {}
.featuredRec .SlideItem {background-repeat:no-repeat; background-size:cover; height:640px; position:relative;}
.featuredRec .SlideItem h2 {font-size:1.25em;  color:#ffffff;}
.featuredRec .SlideItem .shortDesc {position:absolute; width:100%; bottom:0; left:0; background:rgba(0,0,0,.8); padding:15px; color:#ffffff; font-size:.875em;}
.featuredRec .SlideItem .shortDesc table {width:280px !important;}
.featuredRec .SlideItem a {color:#ffcb05; text-decoration:none;}
.featuredRec .SlideItem a span {color:#ffcb05 !important;}

.featuredRec .slick-dots { padding:0; margin:0; list-style-type:none;}
.featuredRec .slick-dots li {margin:0 0 5px;}
.featuredRec .slick-dots span {display:block; padding:10px; background:#ffcb05; color:#333; font-weight:bold; font-size:.875em; cursor:pointer;}

.overflowTable {overflow:auto;}
.overflowTable table {width:100% !important;}

@media only screen and (min-width:60em) {
    .featuredRec .slick-dots {position:absolute; right:0; top:0; }
}

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	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; }
}

	


/* ## Button Styles ## */


.btnWrapper { display:inline-block; }
.btn, a.btn { display:inline-block; margin:0; padding:14px 30px; min-width:160px; font-weight:bold; text-transform:uppercase; color:#000; background:#FFCB05; border:0px; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; }


.btnAlt {}
.btnAlt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer {position:relative; padding:25px 10px;  color:#ffffff; background:#001514;}

.footerLinks {margin:0 0 20px;}
.footerLinks ul {list-style-type:none; margin:0; padding:0;}
.footerLinks ul li {margin:0 0 15px;}
.footerLinks a {color:#ffffff; text-decoration:none; display:block; margin:0 10px 0 0;}
.footerLinks a:after {clear:both;}
.footerLinks a:hover,
.footerLinks a:focus {text-decoration:underline;}

.footer .address {font-weight:bold; margin:0 0 20px;}
.footer .by {margin:0 0 20px;}
.footer .by a {color:#ffffff; text-decoration:none;}
.footer .by a:hover,
.footer .by a:focus {text-decoration:underline;}
.footer .copyright {}




/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.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; }


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	

}

@media only screen and (min-width:30em){
    .statsContainer .statsBlock:nth-child(2),
    .statsContainer .statsBlock:nth-child(3) {float:left; width:50%;}
    .statsContainer .statsBlock:nth-child(4) {clear:both; }
}

@media only screen and (min-width:48em){
    .siteHeader a.sitelogo {max-width:1000px; width:240px;}
    .siteHeader .headerLinks {display:block; margin:0 148px 0 0;}
	  .siteSearch {top:160px;}
    .searchTrigger {margin:-36px 20px 0 0;}
    
    .offsetTitle {text-transform:uppercase; margin:0 0 45px; display:inline-block; position:relative; }
    .offsetTitle:after {content:''; position:absolute; left:-55px; top:-25px; width:100%; height:100%; padding:25px 55px; border:1px solid #eb1c24; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
    .offsetTitle .title {font-size:1em; color:151515; margin:0px; font-weight:bold; display:inline-block; vertical-align:middle;}
    .offsetTitle .sep {color:#eb1c24; display:inline-block; vertical-align:middle}
    .offsetTitle a {color:#eb1c24; font-weight:bold; display:inline-block; vertical-align:middle; text-decoration:none; position:relative; z-index:10;}
    
    .pageHeading { background:url(/cms/images/layout/bg_heading.jpg) no-repeat 0 0; background-size:cover; }
    .pageHeading .title {font-size:2.4em;}
    .breadcrumbs {display:block;}
    .pageTool.print {display:inline-block;}
    
    .homeWelcome {padding:60px 40px 80px;}
    .homeWelcome .title {margin:0 0 10px; font-size:1.875em;}
    .homeWelcome p {font-size:1.25em;}
    
    .homeCallouts {margin:0 -20px 60px;}
    .homeCallouts .callout {background:#EEF2F1; padding:40px; }
    .homeCallouts .callout .calloutTitle {font-size:1.5em;}
    .homeCallouts .callout p {font-size:1.125em;}

    .social-media-region .blackContainerSmall {margin:0 -20px 0px 0; }
    .blackContainerSmall { margin:0 -20px 60px 0;}
    .social-media-region { background: url(/cms/images/layout/bg_signup.jpg) repeat-x 0 0 #292929; margin: 0 -20px 60px 0;}
    .blackContainer {margin:0 -20px 60px 0;}
    .home-social   {margin: 0; background: none;}

    .homeVideosContainer {margin:40px 0 0 0;}
    
    .statsContainer {}
    .statsContainer .statsBlock:nth-child(2),
    .statsContainer .statsBlock:nth-child(3),
    .statsContainer .statsBlock:nth-child(4) {float:left; width:33%; clear:none;}
    .statsContainer .statsBlock:nth-child(5) {clear:both; padding-top:20px;}
    
    
    
    /* Font sizer modifieers */
    
    .small-text .mainContent {font-size:.875em !important;}
    .large-text .mainContent {font-size:1.25em !important;}
    
    /*
    .small-text .mainContent p {font-size:.875em !important;}
    .small-text .mainContent ul, .small-text .mainContent .ol {font-size:.875em !important;}

    .large-text .mainContent p {font-size:1.125em !important;}
    .large-text .mainContent ul, .large-text .mainContent .ol {font-size:1.125em !important;}
    */

    .small-text .homeWelcome p {font-size:1em !important;}
    .small-text .homeWelcome ul, .small-text .homeWelcome .ol {font-size:1em !important;}

    .large-text .homeWelcome p {font-size:1.25em !important;}
    .large-text .homeWelcome ul, .large-text .homeWelcome .ol {font-size:1.25em !important;}

    .small-text .homeCallouts .callout p {font-size:1em !important;}
    .small-text .homeCallouts .callout ul, .small-text .homeCallouts .callout .ol {font-size:1em !important;}

    .large-text .homeCallouts .callout p {font-size:1.25em !important;}
    .large-text .homeCallouts .callout ul, .large-text .homeCallouts .callout .ol {font-size:1.25em !important;}
    
 

    
    .small-text .moduleBlock.newsBlock ul,
    .small-text .moduleBlock.eventsBlock ul,
    .small-text .moduleBlock.reportsBlock ul {font-size:1em !important;}

    .large-text .moduleBlock.newsBlock ul,
    .large-text .moduleBlock.eventsBlock ul,
    .large-text .moduleBlock.reportsBlock ul {font-size:1.25em !important;}
    
    
    .investigation-details-container .investigation-details-block,
    .investigation-details-block-sizer {width:33.33%; padding:0 20px;}
    .investigation-details-container .investigation-details-block {float:left;}
    .investigation-details-container .investigation-details-block.wide {width:66.66%; }
}

@media only screen and (min-width:62em){
    .social-media-region .blackContainerSmall {margin:0 -20px 0px 0; }
    .blackContainerSmall { padding:60px 40px 60px 40px; margin:0 -20px 60px 0; position:relative;}
    .blackContainerSmall:before {position:absolute; content:''; left:0; right:-100%; top:0; width:200%; height:100%; background:url(/cms/images/layout/bg_signup.jpg) repeat-x 0 0 #292929;}

    .blackContainerSmall .signUp {display:table; width:100%; position:relative;}
    .blackContainerSmall .signUp .signUpBlock {margin:0; display:table-cell; vertical-align:middle; padding:0 10px;}
    .blackContainerSmall .signUp .signUpBlockInputContainer {width:100%;}
    .blackContainerSmall .signUp .signUpBlockInputContainer2 {width:50%;}
    .blackContainerSmall .signUp .title {font-size:1.8em; padding:0 1% 0 0;}
    .home-social .title{font-size:1.8em;}
    .home-social a{padding: 0 15px; font-size: 1.8em;}
    .home-social a:first-child{padding: 0 15px 0 0}
    .blackContainerSmall .signUp .title span {font-size:.55em; }
    .blackContainerSmall .signUp .btn {}
    
    .homeVideos {}
    .homeVideos .homeVideoLeft {width:55%; float:left;}
    .homeVideos .homeVideoRight {width:45%; float:left;}
    .homeVideos .videoList {display:block;}
    .homeVideos .videoList .slideItem img {border:2px solid #000000;}
    .homeVideos .videoList .slideItem.slick-current img {border:2px solid #EB2027;}
    .homeVideos .videoDescriptions {padding:0 40px 0 60px}
    .homeVideos .videoDescriptions .videoDescription {position:relative; margin:0 40px 40px 0;}
    .homeVideos .videoDescriptions .videoDescription:before {position:absolute; content:''; width:100%; height:100%; right:-40px; top:40px; border:1px solid #EB2027;}
    .homeVideos .videoDescriptions .videoDescription .inner {padding:40px 30px; }
    .homeVideos .videoDescriptions .videoDescription .title {font-size:2em;  margin:0 0 15px;}
    .homeVideos .videoDescriptions .videoDescription .date {margin:0 0 15px;}
    .homeVideos .videoDescriptions .videoDescription p {font-size:1.125em;}
    .homeVideos .videoDescriptions .videoDescription .related .subTitle {}
    .homeVideos .videoDescriptions .videoDescription .related ul {}
    .homeVideos .videoDescriptions .videoDescription .related li {}
    .homeVideos .videoDescriptions .videoDescription .related a {font-size:1.125em;}
    .homeVideos .videoDescriptions .prev-arrow {left:10px; }
     .homeVideos .videoDescriptions .next-arrow {}
    
    
    .footer {background:url(/cms/images/layout/footer_bg.png) no-repeat 50% 0 #001514; background-size:auto 110%;}
    .footer .container [class*="grid_"]:nth-child(2n-1) {clear:both;}
    .footerLinks ul li {display:inline-block; margin:0px;}
    .footer .address {text-align:right;}
    .footer .by {margin:0px;}
    .footer .copyright {text-align:right;}
    
    
}

@media only screen and (min-width:68em){
    .blackContainer { position:relative;}
    .blackContainer:before {position:absolute; content:''; left:0; right:-100%; top:0; width:200%; height:100%; background:url(/cms/images/layout/bg_stats.jpg) no-repeat 0 0 #292929; }
    
    .blackContainer > .inner {position:relative;}
    
    .statsContainer .statsInner {display:Table; width:100%;}
    .statsContainer .statsBlock {display:table-cell; vertical-align:top;}
    .statsContainer .statsBlock:nth-child(5) {padding:0px;}

    .moduleBlock {margin:0 0 40px; }
    .moduleBlock .title {font-size:2em; padding:15px 40px;}
    .moduleBlock.reportsBlock ul li {float:left; width:50%; padding:15px 40px;}
    .moduleBlock.recommendationsBlock .inner {padding:0 40px;}
    .moduleBlock.videoBlock .inner {padding:0 40px 25px;}
    .moduleBlock.videoBlock .btn {float:right;}
    
    .moduleBlock.newsBlock ul li {  padding:10px 40px;}
    .moduleBlock.documentsBlock ul a {padding:10px 40px; }
    .moduleBlock.eventsBlock .inner {padding:0 40px 25px;} 
    
    
    


}

@media only screen and (min-width:70em){
    .siteHeader .headerLinks {margin:0 0 20px 0;}
    .searchTrigger {margin:10px 20px 0 0;}
    .offsetTitle:after {left:-60px; padding:25px 60px; }
}

@media only screen and (min-width:100em){
    .social-media-region .blackContainerSmall {right:0px; margin:0 -20px 0px 0; }

    .blackContainerSmall {right:-80px; }    
    .blackContainer { right:-80px; padding:40px 40px 40px 0;}
    .blackContainer > .inner {padding:40px 40px 40px 160px; margin:0 -70px 0 -40px; border:1px solid #6E6E6E;}
    
    .barGraph {max-width:200px;}
    .barGraph .bar {height:25px; }
    .barGraph .totalBar {width:20px; }
    .barGraph .total {font-size:3.9em;}
    
    .moduleBlock.statsBlock .inner {padding:0 40px 25px;}
    .barGraphAll .totalBar1 {left:30px;  }
    .barGraphAll .totalBar2 {left:100px;  }
    .barGraphAll .totalBar3 {left:170px; }
    .barGraphAll .total1 {left:8px; font-size:1.875em;}
    .barGraphAll .total2 {left:76px; font-size:1.875em;}
    .barGraphAll .total3 {left:148px; font-size:1.875em; }
    
    .homeVideos .videoDescriptions {padding:0 0 0 140px}
    .homeVideos .videoDescriptions .videoDescription {margin:0 40px 40px 0;}
    .homeVideos .videoDescriptions .prev-arrow {left:80px; width:50px; height:50px; margin-top:-25px; font-size:1.8em;}
    .homeVideos .videoDescriptions .prev-arrow span {left:9px; top:6px;}
    .homeVideos .videoDescriptions .next-arrow {right:-60px; width:50px; height:50px; margin-top:-25px; font-size:1.8em;}
    .homeVideos .videoDescriptions .next-arrow span {left:9px; top:6px;}
}







.outreachImages .grid_12 {}
.outreachImages .grid_12 h2 {font-size:2.3em; margin:20px 0px;}
.outreachImages .grid_12 .grid_4 {margin-bottom:20px;  vertical-align:middle;}
.outreachImages .grid_12 .grid_4 .item {border:solid 1px #790006; padding:10px 5px; text-align:center; height:350px;}
.outreachImages .grid_12 .grid_4 .item a span {color:#790006; font-size:1.7em; font-weight:bold;  padding-bottom:10px; display:block;}
.outreachImages .grid_12 .grid_4 .item a {font-size:1.7em; line-height:1em !important; text-decoration:none;}
.outreachImages .grid_12 .grid_4 .item a img {width:auto; max-height:180px; display:block; margin:10px auto; background:#fff;}


.outreachImages .grid_12 .grid_4 .item:hover a,
.outreachImages .grid_12 .grid_4 .item:hover a span {color:#fff;}
.outreachImages .grid_12 .grid_4 .item:hover {background:#790006;}


@media only screen and (max-width:959px){
	iframe.heat {height:520px !important;}
}


@media only screen and (max-width:870px){
	iframe.heat {height:469px !important;}
}


@media only screen and (max-width:768px){
	iframe.heat {height:421px !important;}
}

@media only screen and (max-width:680px){
	iframe.heat {height:378px !important;}
}

@media only screen and (max-width:600px){
	iframe.heat {height:328px !important;}
}

@media only screen and (max-width:520px){
	iframe.heat {height:290px !important;}
}

@media only screen and (max-width:480px){
	iframe.heat {height:261px !important;}
}

@media only screen and (max-width:420px){
	iframe.heat {height:228px !important;}
}

@media only screen and (max-width:360px){
	iframe.heat {height:203px !important;}
}





