/*! 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; }

iframe { max-width:100%; }

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:.7em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.bolder     { font-weight:800; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited { color:#E70033 !important; }
.gray { color:#858585 !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; }
.imgRight { float:right; margin-left:5px; padding:5px; }
.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; }

.paddedBlockQuotes {
    padding: 5px;
    }

/* ================================================================
   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: 30px; margin:0 0 15px 0; font-family: 'Open Sans', sans-serif; font-weight:800; line-height:35px;}
h2 {font-size: 20px; margin:0 0 15px 0; font-family: 'Open Sans', sans-serif; font-weight:800; line-height:23px;}
h3 {font-size: 17px; margin:0 0 10px 0; font-family: 'Open Sans', sans-serif; font-weight:800; line-height:20px;}
h4 {font-size: 14px; margin:0 0 10px 0; font-family: 'Open Sans', sans-serif; font-weight:800;}
h5 {font-size: 13px; margin:0 0 10px 0; font-family: 'Open Sans', sans-serif; font-weight:800;}
h6 {font-size: 13px; margin:0 0 10px 0; font-family: 'Open Sans', sans-serif; font-weight:800;}
.thin {font-weight:normal; font-weight: 400;}
.subHd {color:#706467; margin:0 0 1em 0; font-size:16px; font-family: 'Open Sans', sans-serif;}

h1 + .subHd {margin-top:-0.5em; margin-bottom:10px;}
h2 + .subHd {margin-top:-0.7em;}

/* 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:#e70033; text-decoration:none; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
a:hover, a:active, a:focus { color:#e70033; text-decoration:underline;}
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:10px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited {text-decoration:none; color:#231f20; padding-right:10px; }
ul.linkList a:after {
	content:'\35';
	font-family: 'Basic-Icons';
	font-size:10px;
	padding-left:4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:20px;}

ul.linkList a:hover:after,
ul.linkList a:active:after {text-decoration:none; padding-left:10px;width:10px;}

.linkListCol li {float:left; width:50%;}

/* ## Start Up Layout - Use, modify, or delete as need be ## */
.mainBody {background:#fff; color:#231f20; font-family: 'Open Sans', sans-serif;}

.extraNavWrpr {background:#f2f2f2; border-bottom:1px solid #d8d8d8; padding:20px 0 10px;}
.extraNav {font-size:0.813em; width:91%; overflow:hidden; display:inline-block;}
.extraNav ul {list-style-type: none; margin:0; padding:0; width:1000px;}
.extraNav ul li {display:inline;  }
.extraNav a {color:#757575; text-decoration:none; margin:0 2em 0 0;}
.extraNav a:hover,.extraNav a:focus {color:#231f20; text-decoration:underline;}

.scrollLink {position:relative; top:-2px; left:3px; cursor:pointer; display:inline;}
.icon-arrow-right2 { border-left:1px solid #E2DFDA; padding-left:7px; font-sizE:0.8em; }

.siteHeader {position:relative; min-height:80px; z-index:1000;}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {display:block; margin:30px 0px 6px 0px;}
.sitelogo img {
    /*SF: Commented out for 50th Anniversary */
	/*max-width: 120px !important;*/
}


.siteBodyWrpr { min-height:300px; margin:0 0 15px 0; }
.siteBody {font-size:0.813em;}

.bar {border-top:1px solid #e70033; border-bottom:1px solid #e2dfda; padding:15px 0; margin:0 0 2.5em 0; display:none;}
.jump {margin:0 0 1em 0;}
.jump a {font-size:12px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight:800; text-decoration:none; margin:0 10px 10px 0;}
.jump a:after {
	content:'\35';
	font-family: 'Basic-Icons';
	font-size:10px;
	padding-left:4px;}
.jump a:hover {color:#231f20;}
.jumpLabel {floaT:left; color:#5f6162;}
.jumpLinks {margin:0 0 0 60px;}

.mainContent {font-family: 'Merriweather', serif; line-height:1.6em; min-height:1px; padding:0 0 20px 0;outline:none;}

.pageBottomWrpr {background:#ffffff; border-top:1px solid #e2dfda; padding:40px 0 30px;}
.pageBottom     {font-size:0.9em;}
.footerWrpr     {background:#f7f7f7; border-top:1px solid #e6e5e5;}
.subFooterWrpr  {background:#231f20; border-top:1px solid #cccccc;}
.subFooter {font-size:0.84em; padding:30px 0; color:#999999;}
.contactInfo {font-family: 'Merriweather', serif; font-sizE:1em;}

.infoBar {border-bottom:1px solid #e2dfda; border-top:1px solid #e70033; display:table; width:100%; margin:0 0 2em 0;}
.filter + .infoBar {border-top:none;}
.title + .infoBar {border-top:none; margin-top:-26px;}
.infoBarCell {display:block; padding:10px 15px; border-bottom:1px solid #e2dfda; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.infoBarCell:last-child {border-bottom:none;}

.infoBar .date      {background:#231f20; color:#fff; font-family: 'Merriweather', serif; font-size:1em; width:100%;}
.infoBar .dateWide      {background:#231f20; color:#fff; font-family: 'Merriweather', serif; font-size:1em; width:100%;}
.infoBar .authorLbl {background:#eeeeee; font-family: 'Open Sans', sans-serif; font-weight:800;  width:100%;}
.infoBar .author    {font-family: 'Merriweather', serif; font-size:1em;}

.infoBar .sortLbl   {background:#231f20; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:800; width:100%; font-sizE:12px;}
.infoBar .sort      {font-family: 'Open Sans', sans-serif; font-weight:800; font-sizE:12px; }
.infoBar .results   {font-size:14px;}
.infoBar .results .resultsTbl {display:table; width:100%;}
.infoBar .results .resultsCell, 
.infoBar .results .resultsArrow {display:table-cell;}
.infoBar .results .resultsArrow {text-align:right;}
.infoBar .results .number {display:block; font-weight:bold;}
.infoBar .vd {font-weight:normal; color:#c5c5c3;}

.infoBar a {text-decoration:none; }
.infoBar a:hover, .infoBar a:focus {color:#aaa8a8; text-decoration:none; }

.searchSite {background:#fff; border:1px solid #d5d5d5; margin-bottom:10px;}
.textSearchBox {border-style:none; padding:6px 5px;}
.textSearchSubmit {border-style:none; background:#fff url(/content/images/btnSearch.png) no-repeat 50% 50%; width:32px; height:32px; text-indent:-9999em; float:right;}

/* Bio Social Update 3-15-2017 */
.title_l {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 220px);
}

.title_r {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 220px;
}

#connect {
	position: relative;
	box-sizing: border-box;
	font-size: 48px;
	text-align: right;
	line-height: 1;
}

#connect a {
	text-decoration: none;
	margin: 0 2px 0 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
    font-size: 40px;
}

#connect a.fa-linkedin-square {
	color: #4974b6;
}

#connect a.fa-twitter-square {
	color: #1ba9e1;
}

#connect a.fa-instagram {
	color: #8846c1
}

#connect a:hover {
	color: #231f20;
}

#connect a.last {
	margin: 0;
}

/* ## 16px baseline (256px) s = small ## */
@media only screen and (min-width:16em) {
	.searchSiteWrpr {position:absolute; top:103px; right:10px; z-index:1001; font-size:13px; width:97%;}
	/*50th Anniversary fix*/
    /*.searchSiteWrpr .icon-search {position:absolute; top:-35px; right:0px; font-size:1.8em; cursor:pointer; padding:5px ;}*/
    .searchSiteWrpr .icon-search {position:absolute; top: -25px; right:0px; font-size:1.8em; cursor:pointer; padding:5px ;}
    
	/*.searchSite, .CoveoSearchbox	 {display:none;}*/
}

/* ## 16px baseline (480px - 767px) sw = small wide ## */
@media only screen and (min-width:30em){

}

/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width:48em){
	.searchSiteWrpr { top:-10px; width:300px;}
	.searchSiteWrpr .icon-search {display:none; }
	.searchSite, .CoveoSearchbox	 {display:block;}
}

/* ## 16px baseline (768px - 959px) m = medium ## */
@media only screen and (min-width:48em) and (max-width:59.938em){
	/* SF: Global Header Modifications*/
    /*.searchSiteWrpr {width:210px;}*/
	
}

.corlnav {padding:0 1em 0 0;}
a.hdLink  {font-size: 20px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:800; color:#231f20; text-decoration:none;}
a.hdLink:hover, a.hdLink:focus {color:#e70033;}

a.arrowLink {color:#231F20; text-decoration:none;}

a.arrowLink:after {
	content:'\35';
	font-family: 'Basic-Icons';
	font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#000;}

/* a.arrowLink:hover:after, a.arrowLink:focus:after {padding-left:10px; color:#E70033; font-weight:800;} */ 

a.arrowLink:hover , a.arrowLink:focus {text-decoration:underline;}

/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod {position: relative; margin:0 0 2em; background:#f1ede7; font-family: 'Open Sans', sans-serif; font-size:14px;}
.modHd {color:#fff; padding:17px 19px; background:#e70033; margin:0 !Important;}
.modContent {padding:20px; border:1px solid #e2dfda; border-top:none;}
.modItem {border-bottom:1px solid #c1c6c7; padding:0 0 10px 0; margin:0 0 10px 0;}

.modBlue {background:#e9eff1;}
.modBlue .modHd {background:#0063be;}

.modGreen {background:#e2ebe5;}
.modGreen .modHd {background:#009a3d;}

.modBlack {background:#fff;}
.modBlack .modHd {background:#231f20;}

.modPurple {background:#f1f1f1;}
.modPurple .modHd {background:#771493;}

.modPurplePurple {background:#f2edf3;}
.modPurplePurple .modHd {background:#771493;}

/*Experimental Colors using MPR Color Palette */
.modYellow {background:#f1ede7;}
.modYellow .modHd {background:#FFCB00;}

.modOrange {background:#f1ede7;}
.modOrange .modHd {background:#EF8200;}

.modToolsOrange {background:#f1ede7;}
.modToolsOrange .modHd {background:#ED8B00;}

.modTeal1 {background:#f1ede7;}
.modTeal1 .modHd {background:#30CDD7;}

.modTeal2 {background:#f1ede7;}
.modTeal2 .modHd {background:#0098AA;}

.modTeal3 {background:#f1ede7;}
.modTeal3 .modHd {background:#006784;}

.modPurple1 {background:#f1ede7;}
.modPurple1 .modHd {background:#A5A4DF;}

.modPurple3 {background:#f1ede7;}
.modPurple3 .modHd {background:#1E0576;}

.modNeutral2 {background:#f1ede7;}
.modNeutral2 .modHd {background:#C7BE71;}

.modNeutral3 {background:#f1ede7;}
.modNeutral3 .modHd {background:#6C6F70;}

.modTrendingContentGreen {background:#e2ebe5;}
.modTrendingContentGreen .modHd {background:#77B800;}

.moreLink {font-family: 'Open Sans', sans-serif; font-weight:800;}
.moreLink a {text-decoration:none; font-size:13px;}
.moreLink a:after {
	content:'\35';
	font-family: 'Basic-Icons';
	font-size:11px;
	margin-lefT:2px;}
.moreLink a:hover, .moreLink a:focus {color:#231f20; text-decoration:none;}

.line    {border-bottom:1px solid #e2dfda; margin:0 0 1.5em 0; padding:0 0 1.5em 0;}
.lineRed {border-bottom:1px solid #e70033; margin:0 0 1em 0; padding:0 0 1em 0;}
.fontAlt {font-family: 'Merriweather', serif;}
.fontR   {font-family: 'Open Sans', sans-serif;}

.boxCase {margin:0 0 2em 0;}
.boxCaseHd {font-size:30px; line-height:35px; margin-bottom:10px;}
.corrrail .boxCaseHd {font-size:28px;}

.title {position: relative; margin:0 0 2em; border-bottom:1px solid #e70033;overflow: hidden;}
.title h1 {margin-bottom:10px;}
.title .more {
	font-size:13px;
	font-family: 'Open Sans', sans-serif; font-weight:800;
	text-decoration:none;
	position: relative;
	margin-bottom:10px;
	display:inline-block; }

a.more:after {
	content:'\35';
	font-family: 'Basic-Icons';
	font-size:11px;
	margin-lefT:2px;}

.title .more:hover, .title .more:focus {color:#231f20; text-decoration:none;}

.box {
	background:#fff;
	border:1px solid #e2dfda;
	padding:20px;
	margin:0 0 4px 0;}

.boxGray     {background:#eeeeee;}
.boxGrayDark {background:#6b6365; color:#fff;}
.boxBlack    {background:#231f20; color:#fff;}

.boxGrayDark a,
.boxBlack a {color:#fff;}
.boxBlack h2 {margin:0;}
.boxGrayDark ul.linkList a,
.boxGrayDark ul.linkList a:link,
.boxGrayDark ul.linkList a:visited,
.boxBlack ul.linkList a,
.boxBlack ul.linkList a:link,
.boxBlack ul.linkList a:visited {color:#fff;}

.boxQuote {position:relative; background:#f1ede7; padding:30px; border-radius:10px 10px 10px 0; -moz-border-radius:10px 10px 10px 0; -webkit-border-radius:10px 10px 10px 0; margin-bottom:60px;}
.boxQuote:after {
	border-left: 0 solid rgba(0, 0, 0, 0);
	border-right: 40px solid rgba(0, 0, 0, 0);
	border-top: 40px solid #f1ede7;
	content: "";
	width: 0;
	height: 0;
	left:0;
	bottom:-40px;
	position: absolute;}
.boxQuote h2 {font-size:30px; line-height:35px;}		

.focusBox {margin:0 0 1em 0;}
.focusBoxHd {background:#231f20; color:#fff; padding:17px 20px; margin:0 !Important; }
.focusBoxHd .icon-bracket-right {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;}

.focusBoxHdOn .icon-bracket-right {
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);}

.focusBoxContent {border:1px solid #e2dfda; display:none;}
.focusBox a {display:block; position:relative; background:#f7f7f7; padding:10px 20px; text-decoration:none; font-family: 'Open Sans', sans-serif; font-weight:800; font-size:16px;}
.focusBox a:nth-child(even) {background:#eeeeee;}
.focusBox a:hover, .focusBox a:focus {background-color:#e2dfda;}
.focusBox a:after {
	content:'\35';
	font-family: 'Basic-Icons';
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
	color:#e7083a;}

.focusBox a span.icon {background:transparent url(/content/images/icons.png) no-repeat 0 0; width:40px; height:40px; display:inline-block; margin:0 7px 0 0;  vertical-align:middle;  }
.focusBox a.disability    {color:#002e5f;}
.focusBox a.childhood     {color:#34b6e4;}
.focusBox a.education     {color:#c05131;}
.focusBox a.family        {color:#ef8200;}
.focusBox a.health        {color:#00694e;}
.focusBox a.international {color:#0079c2;}
.focusBox a.labor         {color:#651f76;}
.focusBox a.nutrition     {color:#77b800;}
.focusBox a.dataanalytics {color:#006784;}
.focusBox a.environment   {color:#0098a6;}
.focusBox a.justice   {color:#1e0576;}

.focusBox a.disability span.icon {background-position:0 -46px;}
.focusBox a.childhood span.icon  {background-position:0 -86px;}
.focusBox a.education span.icon  {background-position:0 -126px;}
.focusBox a.family span.icon  {background-position:0 -166px;}
.focusBox a.health span.icon  {background-position:0 -210px;}
.focusBox a.international span.icon  {background-position:0 -246px;}
.focusBox a.labor span.icon  {background-position:0 -286px;}
.focusBox a.nutrition span.icon  {background-position:0 -326px;}
.focusBox a.dataanalytics span.icon  {background-position:0 -6px;}
.focusBox a.environment span.icon  {background-position:0 -366px;}
.focusBox a.justice span.icon  {background-position:0 -406px;}

.projectSpecialCallout{
    background: #f1ede7;
    border: 1px solid #e2dfda;
    padding: 20px;
    margin: 10px;
}


/* Used for staff and affiliate listings on ed lab*/
.staffRow {
    width: 95%;
    padding-bottom: 5px;
    clear: both;
}

.staffEntry {
    float: left;
    min-height: 110px;
    background: #f1ede7;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    width:100%;
    margin-bottom: 10px;
}

.staffImage {
    max-width: 15% !Important;
    float: left;
    padding: 3px 3px 3px 3px;
}

.staffName {
    font-size: 18px;
    font-weight: 600;
    /*float: left;*/
    margin-bottom: 2px;
}

.staffLabel {
    float: left;
}

.staffBio {
    float: left;
    max-width: 80%;
    padding: 5px 5px 5px 5px;
}

.staffAbout {
    float: left;
}


/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width:48em){
	.focusBoxHd .icon-bracket-right {display:none;}
	.focusBoxContent {display:block;}

}

/* Our Featured Work Homepage
   ========================================================================== */

.featWork {margin:0 0 2em 0; font-size:16px;}
    .featWork p {
        font-size: 0.813em;
    }
.featWork img {margin:0 0 0.7em 0;}
.featWork a {text-decoration:none; color:#231f20;}
.featWork a:hover, .featWork a:focus {text-decoration:none; color:#e70033;}
.asideFeatContent {width:90% !Important;}
.squareFeatContent {
}

/* Our Featured Work Homepage
   ========================================================================== */

.featContent {margin:0 0 1em 0; font-size:16px;}
.featContent img {margin:0 0 0.7em 0;}
.featContent a {text-decoration:none; color:#231f20;}
.featContent a:hover, .featWork a:focus {text-decoration:none; color:#e70033;}


/* Item Lists Content
   ========================================================================== */

.itemList {
	margin:0;
	padding:0;
	list-style:none;}

.item {	
	display:block;
	padding:0 0 1.5em 0;
	margin:0 0 1.5em 0;
	width: 100%;
	border-bottom: 1px solid #e2dfda;}

.slideshow .item {border-bottom:none;}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child {}

.item > .content { display: block; width: 100%; vertical-align: top; }

.item .contentExtra {
	display: table-cell;
	vertical-align: top;}

.content .title {margin:0; }
.itemList .content p { margin: 0 0 0.6em 0; }
.date {color:#5f6162; font-family: 'Merriweather', serif; font-size:13px;}
.author {color:#5f6162; font-family: 'Merriweather', serif; font-size:13px; margin:0 0 10px 0;}
.content .date {margin:8px 0;}
.content .meta {margin:8px 0;}

.dateIcon {background:#009a3d; text-align:center; color:#fff; font-family: 'Open Sans', sans-serif; padding:7px 12px; margin-right:10px;}
.dateIcon .month {text-transform: uppercase; font-weight:bold; font-size:12px;}
.dateIcon .day {font-size:16px;}

/* Item Media
   ========================================================================== */

.item > .aside {
	display: block;
	padding:0 0 10px 0;
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;}

.corrrail .item { display: block; }
.corrrail .item > .content { display: block;}
.corrrail .item > .aside { display: block; padding:0 0 10px;}
.corrrail .itemList .content p {margin:0 0 1em 0;}

.simpleTabs .item {
	padding:0 0 1.5em 0;
	margin:0;
	border-bottom:none;}

.simpleTabs h2 {font-size:17px;}

/* Media Queries for Item Lists
  ========================================================================== */


@media (min-width : 501px) {
	.item { display: table; }
	.item > .content { display: table-cell; }
	.item > .aside { display: table-cell; padding: 0 35px 0 0; }
	.item > .aside + .content { width:auto; }
	.itemList .aside { width:145px; }
	.itemList .aside img { max-width:145px;}	
	.boxCase .itemList .aside, 
	.articlesSlideshow .itemList .aside,
	.topicListing .itemList .aside { width:222px; }
	
	.boxCase .itemList .aside img, 
	.articlesSlideshow .itemList .aside img,
	.topicListing .itemList .aside img { max-width:222px; }
	
	.tabs .boxCase .itemList .aside { width:125px; }
	.tabs .boxCase .itemList .aside img { max-width:125px; }
	.videoListing .itemList .aside img {width:auto !important; min-width:auto !important;}	
}

@media (min-width : 1024px) {
	.boxCase .itemList .aside, .articlesSlideshow .itemList .aside { width:308px; }
	.boxCase .itemList .aside img, .articlesSlideshow .itemList .aside img { max-width:308px; }
	
	.tabs .boxCase .itemList .aside { width:125px; }
	.tabs .boxCase .itemList .aside img { max-width:125px; }	
}


.modEventsRail .item { display: table; }
.modEventsRail .item > .content { display:table-cell;}


/* News
   ========================================================================== */

.article > .aside {
	float:right;
	margin: 1em;}

.meta {margin:0.5em 0;}

.meta > div {float: left;}

.meta .social-tools {float: right;}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #E70033;
	background: #eaeaea;
	color:#757575;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;}

.filter-options {float: left;}

.filter-actions {float: right;}

/* 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
   ============================================================== */

/*--- where is this used at? ----*/
.alert {
	overflow:hidden;
	border: 1px solid #FE0000;
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;
	color: #fff;
	background-color: #FEFF99;
}
.alert a { color:#fff; }

.bdr        { border:1px solid #e2dfda;}
.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: rgba(0,0,0,0.1);}
.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 {border-bottom:1px solid #e1e0dc; padding:0 0 5px 0; margin:0 0 30px 0;}
.genericPager ul {float:right; list-style-type: none; margin:0; padding:0; font-family: 'Open Sans', sans-serif;}
.genericPager ul li:last-child {border-right:none;}
.genericPager li {float:left; font-size:13px; border-right:1px solid #c7c6c3; padding:0 10px; font-weight:800; }
.genericPager li a {text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; text-decoration:none; }
.genericPager li.active span {color:#aaa8a8;}


/* ##  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  ## */

.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {text-decoration:underline !important;}
.breadcrumbs span { margin:0 2px; font-weight:normal; }



/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; text-align:right;}

.pageToolsWrapper a {font-size:0.9em; display:inline; text-transform: uppercase;  font-family: 'Open Sans', sans-serif; font-weight:800; text-decoration:none; margin:0 0 0 13px;}
.pageToolsWrapper a:hover,
.pageToolsWrapper a:focus,
.pageToolsWrapper a:active {color:#231f20; text-decoration:none;}

.pageToolsWrapper a span {margin:0 5px 0; font-sizE:16px; vertical-align:top;}

.pageToolsWrapper a.bookmark,
.pageToolsWrapper a.bookmark:link,
.pageToolsWrapper a.bookmark:visited {padding:0 0 0 18px; margin-left:7px; background-position:0 -39px;}
.pageToolsWrapper a.bookmark:hover,
.pageToolsWrapper a.bookmark:active {background-position:0 -119px;}

.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
===================================================================*/

@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; }
}




/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size:0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size:60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size:14px; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size:1px; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px}
.mainStage a.right:active {background-position:-25px -60px}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */

.btn, a.btn {font-family: 'Open Sans', sans-serif; display:inline-block; margin:0; padding:10px 16px; font-weight:bold; color:#fff; background-color:#e70033; border-style:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; font-size:12px; }
.btn:hover, .btn:focus, .btn:hover .btn {background-color:#231f20; color:#fff;}

.btnAlt {background-color:#231f20 ;}
.btnAlt:hover, .btnAlt:focus, .btnAlt:hover .btn { background-color:#858585; }

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block;}
.btnFullWidth input.btn { width:100%; }

.btnArrow {position:relative;}

.btnArrow:before {
	content: "\35";
	font-family:'Basic-Icons';
	position:absolute;
	top:8px;
	right:7px;
	color:#fff;
	z-index:1000;}
	

.btnArrow .btn {padding-right:25px;}
	
/* ## 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; margin-bottom:10px; padding:20px 0 0;}

.advFooter {font-size:0.9em; padding:2em 0;}
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:1.1em; color:#6d6d6d;}

ul.advList {list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {color:#231f20; text-decoration:none;}
ul.advList a:hover,
ul.advList a:focus,
ul.advList a:active {text-decoration:underline;}
ul.advList a:after {content:'';}

.last ul.advList {margin-left:0;}

.footerHeading {display:block; margin-bottom:0.8em; font-size:1.3em;}

.footerLinks {text-align:left; margin:0 0 1em 0;}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; margin:0 7px;}
.footerLinks a:hover,
.footerLinks a:focus,
.footerLinks a:active {text-decoration:underline;}

.powered {display:none;}
.powered a {color:#999999;}
.copyright {font-family: 'Merriweather', serif; }

/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}


/* ## Footer Social Follow ## */

.followUs {margin:0 0 10px;}
ul.socialFollow {margin:0; padding:0; list-style-type:none; width:160px;}
ul.socialFollow li {display:inline-block; }
ul.socialFollow li a {display:inline-block; width:43px; height:43px; background:url(/content/images/social.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden; margin:0 7px 7px 0;}
ul.socialFollow li a:hover, 
ul.socialFollow li a:focus {
	-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);}

ul.socialFollow li.linkedin a {background-position:0 0;}
ul.socialFollow li.twitter a {background-position:0 -45px;}
ul.socialFollow li.facebook a {background-position:0 -90px;}
ul.socialFollow li.rss a {background-position:0 -135px;}
ul.socialFollow li.instagram a {background-position:0 -180px;}


/* ## 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:#231f20; padding:6px 15px; font-size:1em; border:1px solid #231f20; border-bottom:2px solid #e70033; 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 span { display:none; }
.limitTextBoxBar { width:100%; margin:-15px 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;}


.searchBox {margin:0 0 1em 0;}
.searchBox label {
    color: #231F20;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;  
    display:block;
    margin-bottom:5px;}

.searchBox .searchBoxText {
	width:100%;
	height:45px;
	padding:12px 10px 11px 10px;
	background:#f4eeee;
	border:1px solid #bfb1b1;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.searchBox .btn {width:100%; font-size:16px; height:45px; padding:0;}
.mrgn {margin:30px 0;}

.mrg20B {margin-bottom:20px;}
.mrg10B {margin-bottom:10px;}

.toogleFilter {cursor:pointer;}
.toogleFilter span {font-sizE:1.3em; vertical-align:middle;}


.resultsModHd .icon-bracket-right {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;}

.resultsModHdOn .icon-bracket-right {
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);}
	
.resultsModContent {display:none;}

/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width:48em){
	.resultsModHd .icon-bracket-right {display:none;}
	.resultsModContent {display:block;}
}	

.citat {margin:0 0 20px 0;}
.citatTxt {text-align:center; font-style:italic; padding:0 20px; position:relative; margin:0 0 10px 0; font-size:1em;}

.citatTxt:before {
	content:"";
	background:transparent url(/content/images/quoteO.png) no-repeat;
	width:15px; 
	height:15px;
	position:absolute;
	top:-5px;
	left:0;} 


.citatTxt:after {
	content:"";
	background:transparent url(/content/images/quoteC.png) no-repeat;
	width:15px; 
	height:15px;
	position:absolute;
	bottom:0;
	right:0;} 

.citatAuthor {text-align:right;}

.modPurple .iconProject {
	background-image:url(/content/images/iconProject.png);
	background-repeat:no-repeat;
	background-position:20px 3px;
	padding-left:70px;}

.listCol {margin:0; padding:0;}
.listCol li {margin:0 10px 10px 10px; padding:0 5px;}

.boxCS ul {
	padding:0;
	margin:0;
	font-family: 'Merriweather',serif;
	font-size:12px;
	list-style-position:inside;} 

.boxCS li {margin-bottom:20px;} 

/* SF: Responsive table support */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
    width:100%;
}
table th { font-weight: bold; background-color:#e9eff1; }
table td, table th { padding: 9px 10px; text-align: left; border-top: 1px solid #e2dfda;}
tbody tr:nth-child(even)  td { background-color: #f7f7f7; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #e2dfda; border-left: 1px solid #e2dfda; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #e2dfda; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

    /* Social */
    .title_l {
		float: none;
		width: 100%;
	}
	
	.title_r {
		float: none;
		width: 100%;
	}
	
	#connect {
		text-align: left;
		margin: 0 0 15px 0;
	}
	
}
/* SF: END Responsive table support */
.square {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding:30px 20px;
	border-bottom:1px solid #e6dfd7;}
.square .item {border-bottom:none; margin:0; padding:0;}

.squareFeatContent {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding:30px 20px;
	border-bottom:1px solid #e6dfd7;}

    .squareFeatContent .item {border-bottom:none; margin:0; padding:0;}
.topicListing .square h2 {font-size:25px;}

/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width:48em) {

	.squaresWrpr {background:transparent url(/content/images/dot1.gif) repeat-y 50% 50%;}
	.squaresRow {border-bottom:1px solid #e6dfd7;}
	.squaresRow:last-child {border-bottom:none;}
	.square {float:left; width:50%; border-bottom:none;}
	
	.square {padding:30px 20px 30px 0;}
	.square:last-child {padding:30px 0px 30px 20px;}
	
	.squaresWrpr .aside {padding-right:15px; min-width:222px;}

    .squareFeatContent {float:left; width:50%; border-bottom:none;padding:0px 20px 30px 0;    }
    .squareFeatContent:last-child {padding:0px 0px 30px 20px;}
}

/* SWITCHED TO A SINGLE COLUMN DISPLAY
.videoListing .aside {display:block; padding:0 0 20px 0;}
.videoListing .content {display:block;}
    */

.videoBox {margin:0 0 1em 0;}
.videoBox .item {border-style:none; margin:0; padding:0 0 10px 0;}
.videoBox .aside {display:block; padding:0 0 20px 0;}
.videoBox .content {display:block; color:#706467;}
.videoBox .item h2 {font-size:15px; line-height:18px; color:#231F20;}

.grid_8 .videoListing .item {display:block;}
.grid_8 .videoListing .aside {min-width:0; padding:0 0 20px 0;}
.grid_8 .videoListing .square {padding:10px 10px 10px 0;}
.grid_8 .videoListing .square:last-child {padding:10px 0px 10px 10px;}
.grid_8 .squaresWrpr {background:none;}
.grid_8 .squaresRow {border-bottom:none;}
.grid_8 .videoListing .item h2 {font-size:15px; line-height:18px;}


/* ## MPR: SAF: Added to use instead of any H tags such as h1, h2, h3... */
.heading1 {
	font-size: 30px;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 35px;
	display: block;
}

.heading2 {
	font-size: 20px;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 23px;
	display: block;
}

.heading3 {
	font-size: 17px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 20px;
	display: block;
}

.heading4 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	display: block;
}

.heading5 {
	font-size: 13px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	display: block;
}

.heading6 {
	font-size: 13px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

/* Collapsible list support*/
.CollapsibleList {
            width: 100%;
            margin-top:10px;
            margin-bottom: 10px;
            border-top:none !Important;
        }

            .CollapsibleListHeading {
                font-size: 18px;
                font-weight:600;
                margin-bottom: 5px !Important;
            }

            .CollapsibleList div {
                border-top:none !Important;
            }

        .ListCategory {
            
        }

        /* By default, hide courses */
        .SubItemList {
            /*display:none;*/
        }

.SubItemChildList {
    display:none;
}


        .SubItem {
            font-size: 16px;
            /*padding: 5px 5px 5px 20px;*/
             margin-top: 0px !Important;
             border: 1px solid #e2dfda; 
             /*background: #f1ede7;*/
        }
		
		.SubItem a{}

        .ListCategorySeparator {
            
        }

.SubItemLabel {
    /*top, right, bottom, left*/
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom:0px !Important;
    /*border-top: 1px solid #6c6f70;
    border-bottom: 1px solid #6c6f70;*/
}
.SubItemChild {
    padding: 5px 55px;
    font-size: 14px;
    margin-bottom: 0px !Important; 
}

        .OddItem {
            background-color: #dadada;
        }
        .EvenItem {
            background: #eeeeee;
        }

        

        .ListCategoryName {
            display: block;
            position: relative;
            min-width: 110px;
            margin-top: 0px !Important; 
            margin-bottom: 0px !Important;
            padding: 0 10px 0 20px;
            cursor: pointer;
            color: #fdfdfd;
            /*font: bold 22px/54px Arial, sans-serif;*/
            font: bold 18px/32px Arial, sans-serif;
            text-decoration: none;
            text-shadow: 0px 1px 0px rgba(0,0,0, .35);
            /* #b8b8b8; */
            /* Original: #6c6e74 , #4b4d51 */
            /* RED removed: #cc0033*/
            background: #e70033;
            background: -moz-linear-gradient(top,  #e70033 30%, #4b4d51 150%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#e70033), color-stop(150%,#4b4d51));
            background: -webkit-linear-gradient(top,  #e70033 30%,#4b4d51 150%);
            background: -o-linear-gradient(top, #e70033 30%,#4b4d51 150%);
            background: -ms-linear-gradient(top,  #e70033 30%,#4b4d51 150%);
            background: linear-gradient(top,  #e70033 30%,#4b4d51 150%);
 
            -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
            -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
            box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
        }

        .ListCategoryName span {
                display: block;
                position: absolute;
                top: 7px;
                right: 0;
                padding: 0 10px;
                margin-right: 20px;
                margin-top: -2px;
                font: normal bold 16px/20px Arial, sans-serif;
                /*background: #404247;*/
                background: #651F76; /*Purple*/
 
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
 
                -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
                -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
                box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
            }


.RoundedTop {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    overflow:hidden;
}

.RoundedBottom {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    overflow:hidden;
}
.NoCount span {
            display:none;
        }
/*End Collapsible list support*/


/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width:48em) {

	.videoListing .square {padding:50px 50px 50px 0;}
	.videoListing .square:last-child {padding:50px 0px 50px 50px;}
 
}

a.btnRed {
	width:100%; 
	font-size:19px;
	font-weight:800;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin:0 0 4px 0;
	padding:20px 10px; }

a.btnRed:after {
    content: "5";
    font-family: 'Basic-Icons';
    font-size: 20px;
    padding-left: 4px;
    font-weight:bold;
}

.noResults {margin:2em 0; color:#E70033; font-weight:700;}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #a9a7a8;
	display:inline-block;
	cursor:pointer;}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #a9a7a8;
	display:inline-block;
	cursor:pointer;}

.sortArrows {position:relative; display:inline-block; margin:0 3px; width:5px;}	

.sortArrows .arrow-up {
	position:absolute;
	top:-12px;
	left:0;}	

.sortArrows .arrow-down {
	position:absolute;
	bottom:-4px;
	left:0;}

.sortArrows .arrow-up:hover, .sortArrows .arrow-up:focus {border-bottom: 6px solid #E70033;}
.sortArrows .arrow-down:hover, .sortArrows .arrow-down:focus {border-top: 6px solid #E70033;}

.printBody .container {width:660px;}
.printBody .printHeader  {border-bottom:1px solid #E70033; padding:20px 0;}
.printBody .printPage  {margin:20px 0;  font-size: 0.813em;}
.printBody .printFooter  {
	padding:25px 10px 20px;
	font-size: 0.813em;
	background: none repeat scroll 0 0 #F7F7F7;
	border-top: 1px solid #E6E5E5;}

.ftrLeft {float:left; width:200px; margin:-4px 0 0 0;}
.ftrCenter {float:left; width:220px;margin:0 0 0 30px;}
.ftrRight {float:left; width:190px;}
.spacer {height:20px; line-height:20px;}

#facetsContainer ul {margin:0 0 0 5px; padding:0 0 0 5px; list-style-type: none; font-size:13px; line-height:1.4;}
#facetsContainer ul li {margin:0; padding:4px 0;}

.contactInfoBox {margin-bottom:20px;}
.welcomeText {
        /*Adjust welcome text font size for smaller logo*/
        font-size:10px !Important;
    }
/* Add for 50th anniversary fix*/
.menuLink {
    top: -90px !Important;
}

/*==================================================================
                        Coveo Overrides
===================================================================*/
/* desktop only */
.coveo-result-frame .coveo-result-cell, .CoveoResult.coveo-result-frame .coveo-result-cell {
    width:200px;
}

.s_item_date i, .s_item_type i, .s_item_author i {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #b2b2b2;
    width: 25px;
    margin-top: -2px;
}


.s_item_date a, .s_item_type a, .s_item_author a {
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    color: #6f6f6f !Important;
}

.s_item_type span {
    vertical-align: middle;
}
.s_item_author span {
    vertical-align: top;
}


.CoveoLogo {
     display:none !Important;
}




/* =============================================
   COVEO SEARCH UPDATES
============================================= */

#mainContent .CoveoFacet {
	background: #f8f8f8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 15px 0px 15px 0px;
}

#mainContent .CoveoFacetSlider {
	background: #f8f8f8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 15px 0px 15px 0px;
}

#mainContent .coveo-facet-header {
	background: #231f20;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px 20px;
}

#mainContent .coveo-facet-header-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
}

#mainContent .coveo-facet-settings-more-svg {
	color: #c0b561;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-settings-more-svg:hover {
	color: #fff79d;
}

#mainContent .coveo-facet-header-operator {
	color: #ccc;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-header-operator .coveo-and .coveo-and-svg {
	fill: #c0b561;
}

#mainContent .coveo-facet-header-operator:hover {
	color: #fff79d;
}

#mainContent .coveo-facet-value {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-value:hover {
	background: rgba(0,0,0,.05);
}

#mainContent .coveo-facet-value-caption {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-value:hover .coveo-facet-value-caption {
	color: #e70033;
}

#mainContent .coveo-facet-value-label {
	padding: 7px 0;
}

#mainContent .coveo-facet-value.coveo-facet-search-button {
	color: #e70033;
}

#mainContent .coveo-facet-value.coveo-facet-search-button:hover {
	color: #231f20;
}

#mainContent .coveo-facet-values {
	padding: 7px 0px 0px 0px;
}

#mainContent .CoveoFacetSlider.coveo-disabled .coveo-slider-button {
	background-color: #e70033;
}

#mainContent .CoveoFacetSlider.coveo-disabled .coveo-slider-line {
	background-color: rgba(0,0,0,.1);
}

.CoveoResultLink, a.CoveoResultLink, .CoveoResult a.CoveoResultLink {
    color: #009ddc !Important;
}

.CoveoResult a:hover, .CoveoResult a:visited {
    color: #009ddc !Important;
}

.CoveoResultLink:hover, .CoveoResultLink:visited, a.CoveoResultLink:hover, a.CoveoResultLink:visited, .CoveoResult a.CoveoResultLink:hover, .CoveoResult a.CoveoResultLink:visited {
    color: #009ddc !Important;
}

/* =============================================
   COVEO SEARCH UPDATES
============================================= */

#mainContent .CoveoFacet {
	background: #f8f8f8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 15px 0px 15px 0px;
}

#mainContent .CoveoFacetSlider {
	background: #f8f8f8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 15px 0px 15px 0px;
}

#mainContent .coveo-facet-header {
	background: #231f20;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px 20px;
}

#mainContent .coveo-facet-header-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
}

#mainContent .coveo-facet-settings-more-svg {
	color: #c0b561;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-settings-more-svg:hover {
	color: #fff79d;
}

#mainContent .coveo-facet-header-operator {
	color: #ccc;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-header-operator .coveo-and .coveo-and-svg {
	fill: #c0b561;
}

#mainContent .coveo-facet-header-operator:hover {
	color: #fff79d;
}

#mainContent .coveo-facet-value {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-value:hover {
	background: rgba(0,0,0,.05);
}

#mainContent .coveo-facet-value-caption {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .coveo-facet-value:hover .coveo-facet-value-caption {
	color: #e70033;
}

#mainContent .coveo-facet-value-label {
	padding: 7px 0;
}

#mainContent .coveo-facet-value.coveo-facet-search-button {
	color: #e70033;
}

#mainContent .coveo-facet-value.coveo-facet-search-button:hover {
	color: #231f20;
}

#mainContent .coveo-facet-values {
	padding: 7px 0px 0px 0px;
}

#mainContent .CoveoFacetSlider.coveo-disabled .coveo-slider-button {
	background-color: #e70033;
}

#mainContent .CoveoFacetSlider.coveo-disabled .coveo-slider-line {
	background-color: rgba(0,0,0,.1);
}

/* SF: Global Header Modifications*/
.magic-box-input,.magic-box-underlay, .magic-box-clear {
   height:40px !Important;
       line-height: 40px !Important;
}

.CoveoSearchbox .magic-box, .CoveoSearchButton {
  height:42px !Important;
      line-height: 42px !Important;
}

.coveo-facet-value-caption {
    display: flex !Important;
	overflow: visible !Important;
    white-space: pre-wrap !Important;
}

.searchSiteWrpr {
    top: -14px !Important;
}

@media only screen and (max-width: 770px) {

    .searchSiteWrpr .CoveoSearchbox .magic-box {
        display:none !Important;
    }

    .searchSiteWrpr .CoveoSearchButton {
        border:none !Important;
        top: 90px !Important;
        width: 30px !Important;
    }
}

@media only screen and (max-width: 480px) {
    /*==================================================================
                        Coveo Overrides
    ===================================================================*/
    .coveo-result-frame .coveo-result-cell, .CoveoResult.coveo-result-frame .coveo-result-cell {
       display:block !Important;
       width:100% !Important;
    }

    /*.CoveoSearchbox {
        display:none;
    }*/
    .searchSiteWrpr .CoveoSearchButton {
        margin-right: -50px !Important;
    }

}


/* =============================================
   6-22-18 UPDATES
============================================= */

#mainContent .coveo-list-layout.CoveoResult {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
}

#mainContent .CoveoResult a {
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#mainContent .CoveoResult .coveo-title a.CoveoResultLink {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #231f20;
	display: block;
	margin: 0 0 10px 0;
}

#mainContent .CoveoResult .coveo-title a.CoveoResultLink:hover {
	text-decoration: none;
	color: #e70033;
}

#mainContent .s_item_author, #mainContent .s_item_date, #mainContent .s_item_type {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #6f6f6f;
	margin: 0 0 3px 0;
}

#mainContent .s_item_date i, #mainContent .s_item_type i, #mainContent .s_item_author i {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}

#mainContent .s_item_author a:hover span, #mainContent .s_item_date a:hover span, #mainContent .s_item_type a:hover span {
	color: #e70033;
	text-decoration: none;
}

#mainContent .coveo-excerpt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

#mainContent .coveo-excerpt::before {
	display: block;
	content: "";
	height: 1px;
	width: 50px;
	background: #d2d2d2;
	margin: 5px 0 10px 0;
}

/* =================================================================
                        Media Queries
===================================================================*/

/* ## 16px baseline (256px) s = small ## */
@media only screen and (min-width:16em) {
	.ftrContact, ul.advList {padding:20px 20px 10px 20px; margin:0; border-bottom:1px solid #e5e5e5;}
	.followUs {padding:10px 20px; margin:0;}
	.powered {text-align:center; margin:0 0 1em 0;}
	.footerLinks {text-align:center;}
	.copyright {text-align:center;}
    /*50th anniversary*/
    /* ul.sf-menu {
        margin-left:0px !Important;
     }*/

    .mainWebsiteUL {
        margin-left:0px !Important;
    }
}

/* ## 16px baseline (480px - 767px) sw = small wide ## */
@media only screen and (min-width:30em){

}

/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width:48em) {
	
	
	.btnContact {text-align:right;}
	.twoColList {padding:0; margin:0;}
	.twoColList li {widtH:45%; float:left; padding:0 0 0 7px; margin:0 0 0 7px;}
	.recommendAreaLeft {border-right:1px solid #e2dfda;}
	.copyright {text-align:right; }
	.footerLinks {text-align:right;}
	.powered {text-align:left; margin:0;}
	ul.advList {margin:0 0 1em 2em; padding:0;}
	.ftrContact, ul.advList {border-bottom:none;}
	.ftrContact, .followUs {margin:0; padding:0;}
	.bar {display:block;}
	.jump {display:none;}
	.padL {padding-left:20px;}
	.padL15 {padding-left:15px;}
	.padR {padding-right:20px;}
	.infoBarCell {display:table-cell; vertical-align:middle; border-bottom:none;}

	.infoBar .date      {width:140px;}
    .infoBar .dateWide      {width:270px;}
	.infoBar .authorLbl {width:50px;}
	.infoBar .sortLbl   {width:80px;}
	.infoBar .results   {text-align:right; }
	.infoBar .results .resultsTbl {width:auto; float:right;}
	.infoBar .results .number {display:inline; }

	.title .more {position: absolute; top:15px; right:0;}
	.corrrail .title .more {position:absolute; top:auto; bottom:-34px;}
	.corrrail .title {margin-bottom:2.5em;}
	
	.formee-list li {width:22% !important;}
	/*50th anniversary*/
    /*ul.sf-menu {
            margin-left:-40px !Important;
            margin-top: 55px !Important;
        }*/

    .mainWebsiteUL {
        margin-left:-40px !Important;
        margin-top: 55px !Important;
    }
}


/* ## 16px baseline (768px - 959px) m = medium ## */
@media only screen and (min-width:48em) and (max-width:59.938em){
	.footerLinks a, .footerLinks a:link, .footerLinks a:visited {margin:0 !important;}
	.ftrContact {margin-left:10px;}
}


/* ## 16px baseline (960px) mw = medium wide ## */
@media only screen and (min-width:60em) {

	.extraNav {width:100%;}
	.scrollLink {display:none;}
    /*50th anniversary*/
   /* ul.sf-menu {
            margin-left:-80px !Important;
            margin-top: 55px !Important;
        }*/
    .mainWebsiteUL {
        margin-left:-80px !Important;
        margin-top: 55px !Important;
    }
}


/* ## 16px baseline (max 767px) sw = small wide ## */
@media only screen and (max-width:30em){
	.eH {min-height:100px !important;}

}

@media print {
.mainBody,
.mainBody * {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
}

@media only screen and (max-width: 480px) {

	.title_l {
		padding: 10px 0 0 0;
	}



		
}