 */
/*================================================================
                BOILERPLATE - BASE STYLES
================================================================*/




.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    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: 0.8em;
}

.smaller {
    font-size: 0.9em;
}

.larger {
    font-size: 1.1em;
}

.largest {
    font-size: 1.2em;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.red {
    color: #f00;
}

.blue {
    color: #00f;
}

.green {
    color: #390;
}

.lgreen {
    color: #97937d;
}

.vtop {
    vertical-align: top;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.nowrap {
    white-space: nowrap;
}

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

/*================================================================
					FLUID GRID STYLES
================================================================*/


.container [class*="grid_"] {
	padding: 0 10px;
}

.lt-ie8 .container [class*="grid_"] {
	width: 98%;
	padding: 0 1%;
}

.gutterless {
	padding: 0 10px;
}

.gutterless > [class*="grid_"] {
	padding: 0;
}

.container .alpha {
	padding-left: 0;
}

.container .omega {
	padding-right: 0;
}

.container .padless {
	padding: 0;
}

/* 16px baseline (256px) s = small */
@media only screen and (min-width:16em) {
	.container [class*="grid_"] {
		position: relative;
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.s-1half > [class*="grid_"] {
		width: 50%;
	}
}

/* 16px baseline (420px+) s-w = small wide [Usually ends around 767px] */
@media only screen and (min-width:30em) and (max-width:47.99em) {
	.sw_1half > [class*="grid_"] { width: 50%; }
	.sw_1half > [class*="push_"] { left: 50%; }
	.sw_1half > [class*="pull_"] { left: -50%; }

	.sw_1third > [class*="grid_"] { width: 33.333%; }
	.sw_1third > [class*="push_"] { left: 33.333%; }
	.sw_1third > [class*="pull_"] { left: -33.333%; }

	.sw-3fourths-left  > [class*="grid_"] { width: 50%; }
	.sw-3fourths-left  > [class*="grid_"]:nth-child(2n) { width: 25%; }
	.sw-3fourths-left  > [class*="grid_"]:nth-child(2n+1) { width: 75%; }

	.sw-3fourths-right  > [class*="grid_"] { width: 50%; }
	.sw-3fourths-right  > [class*="grid_"]:nth-child(2n) { width: 75%; }
	.sw-3fourths-right  > [class*="grid_"]:nth-child(2n+1) { width: 25%; }
}

/* 16px baseline (768px+) m = medium [start caring about grid now] */
@media only screen and (min-width:48em) {
	.container .grid_1  { width: 8.333%; }
	.container .grid_2  { width: 16.666%; }
	.container .grid_3  { width: 25%; }
	.container .grid_4  { width: 33.333%; }
	.container .grid_5  { width: 41.666%; }
	.container .grid_6  { width: 50%; }
	.container .grid_7  { width: 58.333%; }
	.container .grid_8  { width: 66.666%; }
	.container .grid_9  { width: 75%; }
	.container .grid_10 { width: 83.333%; }
	.container .grid_11 { width: 91.666%; }
	.container .grid_12 { width: 100%; }

	.container .push_1  { left: 8.333%; }
	.container .push_2  { left: 16.666%; }
	.container .push_3  { left: 25%; }
	.container .push_4  { left: 33.333%; }
	.container .push_5  { left: 41.666%; }
	.container .push_6  { left: 50%; }
	.container .push_7  { left: 58.333%; }
	.container .push_8  { left: 66.666%; }
	.container .push_9  { left: 75%; }
	.container .push_10 { left: 83.333%; }
	.container .push_11 { left: 91.666%; }
	.container .push_12 { left: 100%; }

	.container .pull_1  { left: -8.333%; }
	.container .pull_2  { left: -16.666%; }
	.container .pull_3  { left: -25%; }
	.container .pull_4  { left: -33.333%; }
	.container .pull_5  { left: -41.666%; }
	.container .pull_6  { left: -50%; }
	.container .pull_7  { left: -58.333%; }
	.container .pull_8  { left: -66.666%; }
	.container .pull_9  { left: -75%; }
	.container .pull_10 { left: -83.333%; }
	.container .pull_11 { left: -91.666%; }
	.container .pull_12 { left: -100%; }

	.lt-ie8 .container [class*="grid_"] { padding: 0 1%; }
	.lt-ie8 .container .grid_1  { width: 6%; }
	.lt-ie8 .container .grid_2  { width: 14%; }
	.lt-ie8 .container .grid_3  { width: 23%; }
	.lt-ie8 .container .grid_4  { width: 30%; }
	.lt-ie8 .container .grid_5  { width: 39%; }
	.lt-ie8 .container .grid_6  { width: 48%; }
	.lt-ie8 .container .grid_7  { width: 56%; }
	.lt-ie8 .container .grid_8  { width: 64%; }
	.lt-ie8 .container .grid_9  { width: 73%; }
	.lt-ie8 .container .grid_10 { width: 81%; }
	.lt-ie8 .container .grid_11 { width: 89%; }
	.lt-ie8 .container .grid_12 { width: 98%; }

}

/* 16px baseline (768px - 959px) m = medium */
@media only screen and (min-width:48em) and (max-width:59.99em){
	.m-1half > .grid_col { width: 50%; }
	.m-1third > .grid_col { width: 33.333%; }
	.m-1fourth > .grid_col { width: 25%; }

	.m-2thirds-left > [class*="grid_"] { width: 50%; }
	.m-2thirds-left > [class*="grid_"]:nth-child(2n) { width: 33.33%; }
	.m-2thirds-left > [class*="grid_"]:nth-child(2n+1) { width: 66.66%; }

	.m-2thirds-right > [class*="grid_"] { width: 50%; }
	.m-2thirds-right > [class*="grid_"]:nth-child(2n) { width: 66.66%; }
	.m-2thirds-right > [class*="grid_"]:nth-child(2n+1) { width: 33.33%; }

	.m-3fourths-left > [class*="grid_"] { width:50%; }
	.m-3fourths-left > [class*="grid_"]:nth-child(2n) { width: 25%; }
	.m-3fourths-left > [class*="grid_"]:nth-child(2n+1) { width: 75%; }

	.m-3fourths-right > [class*="grid_"] { width: 50%; }
	.m-3fourths-right > [class*="grid_"]:nth-child(2n) { width: 75%; }
	.m-3fourths-right > [class*="grid_"]:nth-child(2n+1) { width: 25%; }
}

/* 16px baseline (960px - 1139px) m-w = medium wide*/
@media only screen and (min-width:60em) and (max-width:61.49em) {

}

/* 16px baseline (1140px) l = large */
@media only screen and (min-width:61.5em) {
	.container { max-width: 64em; }
}

@font-face {
	font-family: 'icomoon', verdana, sans-serif;
	src:url('../content/fonts/icomoon.eot.html');
	src:url('../content/fonts/icomoon.eot-.html#iefix') format('embedded-opentype'),
	url('../content/fonts/icomoon.ttf.html') format('truetype'),
	url('../content/fonts/icomoon.woff.html') format('woff'),
	url('../content/fonts/icomoon.svg.html#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}




.lt-ie8 .icon-icon-register {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe602;');
	font-size: 3em;
}

.lt-ie8 .icon-icon-profile {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe603;');
	font-size: 2.65em;
}

.lt-ie8 .icon-icon-jobhistory {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe604;');
	font-size: 2.55em;
}

.lt-ie8 .icon-icon-education {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe606;');
	font-size: 2.25em;
}

.lt-ie8 .icon-icon-resume {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe601;');
	font-size: 3.0em;
}

.lt-ie8 .icon-icon-right-arrow {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe600;');
}

.lt-ie8 .icon-remove {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe605;');
}

.lt-ie8 .icon-close {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe607;');
}

.lt-ie8 .icon-disk {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe608;');
	font-size: 2.25em;
}

.lt-ie8 .icon-notification {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe609;');
	font-size: 1.60em;
}

.lt-ie8 .icon-key {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60a;');
	color: gold;
}

/* ================================================================
					PRIMARY LAYOUT STYLES
================================================================ */

/* ===============  Top Bar  =============== */
.topLinks {
	padding: 4px 0;
	text-align: right;
	background: #fff;
	position: relative;
	z-index: 9999999999999999;
}

.topLinks ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topLinks li {
	float: left;
	margin-right: 15px;
	line-height: 1.2em;
}

.topLinks a {
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #828488;
	text-transform: uppercase;
}

.topLinks a:hover,
.topLinks a:focus {
	color: #353953;
}

.topLinks a.on {
	color: #9ba190;
}

.topLinks .languages {
	display: block;
}

.topLinks ul ul {
	display: none;
	position: absolute;
	z-index: 9999999999;
	margin-left: -8px;
}

.topLinks li li {
	overflow: hidden;
	float: none;
	margin-right: 0;
	background: #fff;
}

.topLinks li li a {
	float: left;
	display: block;
	padding: 5px 10px;
	text-align: left;
	background: #fff;
}

.topLinks li li a span {
	display: block;
	padding: 5px 5px 0 0;
}

.topLinks li li a:hover,
.topLinks li li a:focus {
	color: #353953;
}

.topLinks .languages:hover ul,
.topLinks .languages:focus ul {
	display: block;
}

/* ===============  Header  =============== */

}

.logo {
	margin: 0.6em 0;
}

.logo a {
	display: block;
	width: 230px;
	margin: 0;
	padding: 0;
	height: 36px;
	text-indent: -99999em;
	background: url("../content/images/logo.png.html") no-repeat 0 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

@media only screen and (max-width:41.9em) {
	.header .grid_9 {
		padding: 0;
	}
	.lt-ie8 .header .container .grid_9,
	.lt-ie8 .header .container .grid_3 {
		padding: 0;
	}
}

@media only screen and (min-width:42em) and (max-width:61.49em) {
	.header {
		background-position: -15%;
	}

	.header .grid_9,
	.header .grid_3 {
		width: 100%;
	}

	.lt-ie8 .header .container .grid_9,
	.lt-ie8 .header .container .grid_3 {
		width: 100%;
		padding: 0;
	}

	.logo a {
		margin: 0 auto;
	}
}

@media only screen and (min-width:61.5em) {
	.header {
		background-position: center top;
	}


}

/* ===============  Main Content  =============== */
.siteBody {
	min-height: 400px;
	padding-bottom: 25px;
	
}

.focalLinks {
	padding: 6px 0 14px;
	overflow: hidden;
	font-size: 0.9em;
}

.focalLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.focalLinks li {
	float: left;
	margin-right: 15px;
}

.focalLinks a:hover,
.focalLinks a:focus {
	color: #9ba190;
}



.oneCol .mainContent {
	width: 96%;
	padding: 2%;
}

.contentWrap {
	font-size: 0.8em;
	color: #5a5a5a;
}

.contentWrap a {
	color: #596195;
	text-decoration: underline;
	font-weight: bold;
}

.contentWrap a:hover,
.contentWrap a:focus {
	color: #7cb085;
}

.contentWrap > p:first-child {
	margin-top: 0;
}

.focusText,
.focusText p,
.focusText blockquote {
	margin: 0;
	font-size: 1em;
	color: #52463b;
}



.contentWrap .focusText a,
.contentWrap .focusText p a,
.contentWrap .focusText blockquote a,
.contentWrap blockquote a,
.contentWrap h5 a {
	font-weight: bold;
	color: #596195;
	text-decoration: underline;
}

.contentWrap > h5:first-child {
	margin-top: 0;
}

/* ===============  Left Rail =============== */
.grid_4.leftRail {
	padding: 0 16px;
	border-right: 1px solid #959595;
}

.grid_4.leftRail img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:48em) {
	.grid_4.leftRail {
		margin-top: 10px;
		border: 0;
		padding-right: 10px;
	}

	.grid_4.leftRail img {
		width: auto;
		height: auto;
		float: right;
	}
}

@media only screen and (max-width:25em) {
	.grid_4.leftRail img {
		width: 100%;
		height: auto;
	}
}

/* ===============  Right Rail =============== */
.rightRail {
	color: #fff;
	font-size: 0.8em;
}

.rightRail h4 {
	border: 0;
	margin: 0 0 0.5em;
	color: #7cb085;
	font-size: 1.2em;
}

.rightRail h4 a:hover,
.rightRail h4 a:focus {
	color: #9ba190;
}

.emailLink {
	display: block;
	margin-top: 20px;
	padding-right: 35px;
	height: 23px;
	color: #fff;
	line-height: 23px;
	background: url("../content/images/emailico.png.html") no-repeat 35% top;
}

.printPDF {
	display: block;
	margin-top: 20px;
	padding-right: 35px;
	height: 23px;
	color: #fff;
	border: hidden;
	border-style: hidden;
	background: url("../content/images/pdfBio.png.html") no-repeat 35% top;
	background-position-x: right;
	background-size: 25px 23px;
}

/* ===============  Footer  =============== */
.footer {
	background: #848484;
	color: #fff;
	padding-bottom: 30px;
}

.footerSocial {
	padding: 10px 0 30px;
}

.footerSocial ul {
	float: right;
	margin: 0;
	padding:0;
	list-style: none;
}

.footerSocial li {
	float: left;
	margin-right: 5px;
}

.footerSocial li a {
	display: block;
	width: 31px;
	height: 29px;
	text-indent: -9999em;
	background: url("../content/images/socialicons.gif.html") no-repeat;
}

.footerSocial .rss {
	background-position: 0 0;
}

.footerSocial .linkedn {
	background-position: -31px 0;
}

.footerSocial .twitter {
	background-position: -62px 0;
}

.footerSocial .facebook {
	background-position: -93px 0;
}

.footerSocial .addthis_toolbox {
	float: left;
	margin: 0 0 0 5px !important;
	padding-top: 6px;
}

.footerBottom ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 0.7em;
}

.footerBottom li {
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.footerBottom a {
	display: block;
	padding: 2%;
	width: 96%;
	text-decoration: none;
	color: #fff;
}

.footerBottom a:hover,
.footerBottom a:focus,
.footerBottom a.on {
	color: #7cb085;
}

.footerBottom .copy {
	float: right;
	font-size: 0.7em;
	margin: 10px 0 0;
}


@media only screen and (min-width:48em) {
	.footerBottom ul {
		width: auto;
	}

	.footerBottom li:first-child {
		padding-left: 0;
		border-left: 0;
	}

	.footerBottom li {
		float: left;
		padding-left: 10px;
		margin-right: 10px;
		width: auto;
		border-left: 1px solid #fff;
		border-bottom: 0;
	}

	.footerBottom a {
		display: inline;
		padding: 0;
		width: auto;
		text-decoration: none;
		color: #fff;
	}

	.footerBottom .copy {
		float: right;
		font-size: 0.7em;
		margin: 0;
	}

	.footerSocial .addthis_toolbox {
		float: right;
		margin: 0 5px 0 0 !important;
	}
}


/* ==============================================================
						GLOBAL STYLES
============================================================== */


/* ===============  General  =============== */



.contentWrap ul > li {
	padding: 0.5em 0;
}

.contentWrap ul.noSpace > li {
	padding: 0;
}





.alert {
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;
	border: 1px solid #fe0000;
	overflow: hidden;
	color: #fff;
	background-color: #feff99;
}

.alert a {
	color: #fff;
}

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

.alternate {
	background-color: #f8f5e4;
}

.row {
	/* [disabled]background-color: #fff; */
}

.date {
	font-size: 0.8em;
	margin-bottom: 30px;
	color: #888;
}

.date a {
	color: #363a54;
}

.date a:hover,
.date a:focus {
	color: #7cb085;
}


.nextbtn {
	padding: 6px 20px 6px 12px;
	text-decoration: none;
	color: #fff;
	background: #6f76a6 url("../content/images/bg-arrow-next.png.html") right no-repeat;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.975em;
	border: 3px solid #fff;
	text-transform: uppercase;
	float: right;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.nextbtn:hover,
.nextbtn:focus {
	color: #fff;
}

.prevbtn,
a.prevbtn {
	padding: 6px 12px 6px 20px;
	text-decoration: none;
	color: #6f76a6;
	background: #fff url("../content/images/bg-arrow-prev.png.html") left no-repeat;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.975em;
	border: 3px solid #7d7d7d;
	text-transform: uppercase;
	float: left;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.prevbtn:hover,
.prevbtn:focus {
	color: #6f76a6;
}

.nextbtn:hover,
.nextbtn:focus,
.contentWrap a.nextbtn:hover,
.contentWrap a.nextbtn:focus {
	color: #fff;
}

.prevbtn:hover,
.prevbtn:focus,
.contentWrap a.prevbtn:hover,
.contentWrap a.prevbtn:focus {
	color: #6f76a6;
}

.smallbtn {
	padding: 8px 12px;
	text-decoration: none;
	color: #6f76a6;
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.975em;
	border: 3px solid #7d7d7d;
	text-transform: uppercase;
	float: left;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.smallbtn:hover,
.smallbtn:focus {
	color: #6f76a6;
}

.altbtn {
	color: #fff;
	background: #6f76a6;
}

.altbtn:hover,
.altbtn:focus {
	color: #fff;
}



a.more {
	display: block;
	width: 90px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #596195;
	text-transform: uppercase;
}

a.more:hover,
a.more:focus {
	color: #b5b47e;
}

/* ===============  Link Indicators  =============== */
a.indicator {
	color: #363a54;
	font-weight: bold;
	text-decoration: none;
}

.indicator span {
	display: inline-block;
	padding: 2px;
	width: 11px;
	height:11px;
	text-indent: -9999em;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 0.8em;
}

.indicator.arrow span {
	background: url("../content/images/arrowicon.png.html") no-repeat;
}

.indicator.drop span {
	background: url("../content/images/showhide.png.html") no-repeat;
}

.indicator.drop span.active,
.indicator.drop.active span {
	background-position: 0 -15px;
}

a.more.indicator span {
	display: block;
	float: right;
	line-height: 1.7em;
	font-size: 0.6em;
}

a.indicator:hover {
	color: #9ba190;
}

.read-more {
	display: block;
	margin-top: 5px;
}

/* =================================================================
						MODULE STYLES
===================================================================*/

/* ===============  Mods Default  =============== */
.mod {
	float: right;
	clear: both;
	margin-top: 10px;
	width: 100%;
	max-width: 160px;
}

.rightRail .mod {
	font-size: 1.1em;
}

.modHdg {
	padding: 0.4em;
	background: #363a54;
	background:-webkit-linear-gradient(left, #363a54 0, #6f76a6 100%);
	background:   -moz-linear-gradient(left, #363a54 0, #6f76a6 100%);
	background:    -ms-linear-gradient(left, #363a54 0, #6f76a6 100%);
	background:     -o-linear-gradient(left, #363a54 0, #6f76a6 100%);
	background:		   linear-gradient(to right, #363a54 0, #6f76a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#363a54', endColorstr='#6f76a6',GradientType=1 );
}

.modHdg h3 {
	margin: 0;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.modContent {
	padding: 0.4em;
	background:#d6d6d6;
}

.modContent a {
	display: block;
	line-height: 1.2em;
	color: #363a54;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

.modContent a:hover {
	color: #363a54;
}

.modContent a:link:hover {
	color: #7cb085;
}

.modImageInfo {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.modImageInfo:first-child {
	border-top: 0;
}

.modImageInfo img {
	float: left;
	margin-right: 5px;
}

.modImageInfo a {
	font-weight: normal;
	text-transform: none;
}

.modImageInfo a:hover,
.modImageInfo a:focus {
	color: #7cb085;
}

.rightRail .modContent > a {
	font-size: 0.6em;
}

.leftRail .modContent > a {
	font-size: 0.5em;
	display: block;
	width: 85%;
}

.rightRail .modContent .modImageInfo img {
	max-width: 40px;
	height: auto;
}

.leftRail .modContent .modImageInfo img {
	max-width: 60px;
	height: 78px;
}

.hdng {
	margin: 0 0 10px;
	padding: 6px 10px;
	border-bottom: 1px dotted #c4bca8;
}

.hdng2 {
	margin: 0 0 8px;
	padding: 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}

.hdngbox {
	margin: 0;
	padding: 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
}

/* ===============  Split Content Region Styles  =============== */
@media only screen and (min-width:42em) {
	.contentWrap > .grid_6 {
		display: inline-block;
		float: none;
		vertical-align: top;
		padding: 0;
		width: 48%;
		margin-right: 0;
	}

	.contentWrap > .grid_6:nth-child(even) {
		margin-right: 2%;
	}

	.lt-ie9 .contentWrap > .grid_6 {
		margin-right: 2%;
		width: 47%;
	}

	.lt-ie8 .contentWrap > .grid_6 {
		display: block;
		float: left;
		min-height: 140px;
	}

	.contentWrap > .grid_6 + .grid_6 + .gird_6 {
		margin-right: 2%;
	}

	.mainContent .grid_4 {
		padding: 0;
		width: 32%;
		margin-right: 1%;
	}
}

.splitContentHdg {
	margin-top: 10px;
	padding: 2px 5px;
	background: #ced1e2;
}

.splitContentHdg h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #2c3246;
}

.contentWrap .splitContentHdg h3 a {
	margin: 0;
	padding: 0;
	color: #2c3246;
	text-decoration: none;
}

.contentWrap .splitContentHdg h3 a:hover {
	color: #7cb085;
}

.splitContentHdg .indicator.arrow span {
	float: right;
	margin-top: 2px;
}

.splitContentBox {
	padding: 0 7px;
	font-size: 0.9em;
	color: #5a5a5a;
}

.lt-ie8 .splitContentBox {
	padding: 0;
}

.splitContentBox ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.splitContentBox li {
	margin: 5px 0;
}

.splitContentBox li a {
	color: #353953;
}

.splitContentBox .contentDrop > li > a,
.splitContentBox .contentDrop > li > a.indicator {
	text-decoration: none;
	font-weight: bold;
	color: #363752;
}

.splitContentBox li a:hover,
.splitContentBox li a:focus {
	color: #7cb085;
}

.grid_6 .splitContentBox li {
	margin: 5px 0;
	padding: 0;
}

.grid_6 .splitContentBox li a {
	font-size: 1em;
	text-decoration: none;
}

.splitContentBox li li a {
	font-weight: normal;
	color: #596195 !important;
}

.splitContentBox li li a:hover {
	color: #7cb085 !important;
}

.splitContentBox .contentDrop li li {
	padding: 4px;
	font-size: 1em;
}

.splitContentBox .contentDrop a.drop + ul {
	margin-top: 0;
}

/* ===============  Site Search  =============== */
.siteSearch {
	float: right;
	-webkit-box-shadow: inset 0 12px 6px -6px #aaa;
			box-shadow: inset 0 12px 6px -6px #aaa;
}

.siteSearch input[type="text"] {
	float: left;
	padding: 4px 10px 3px;
	border: 0;
	font-size: 0.7em;
	text-transform: uppercase;
	background: transparent;
}

.siteSearch input[type="button"] {
	margin: 2px 5px;
	width: 13px;
	height: 13px;
	border: 0;
	text-indent: -9999em;
	background: url("../content/images/searchSubmit.png.html") no-repeat;
}

.siteSearch input[type="text"]:focus {
	outline: 0;
}

.siteSearch input[type="text"] {
	background: url("../content/images/sitesearchbg.gif.html") repeat-x;
}

/* ===============  Grey content box  =============== */
.greyBox {
	display: block;
	margin-top: 7px;
	background: #ddd;
	padding: 1em;
	border: 1px solid #333;
}

ul.greyBox {
	padding: 1em 2em;
}

/* ===============  Page Heading  =============== */
.pageHead {
	position: relative;
	float: left;
	padding: 2% 0 2% 1%;
	width: 99%;
	font-family: verdana, arial, sans-serif;
	line-height: 2.3em;
}

.pageHead p,
.pageHead h2.pageTitleSecondary {
	margin: 0;
	font-weight: normal;
	font-size: 2.7em;
	font-family: "Avenir LT W01 35 Light", verdana, arial, helvetica, sans-serif;
	color: #a39f89;
}

.DE .pageHead p {
	line-height: 1.1em;
}

.pageHead p span,
.pageHead h2.pageTitleSecondary span {
	font-weight: bold;
}

.pageHead h2.pageTitle {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	color: #fff;
}

.oneCol .pageHead {
	padding: 0;
}

.twoCol .pageHead {
	padding: 2% 0 0 1%;
}

@media only screen and (max-width:32em) {
	.pageHead h2 {
		font-size: 2.4em;
	}
}

@media only screen and (min-width:61.5em) {
	.oneCol .pageHead,
	.threeCol .pageHead {
		width: 100%;
	}
}


/* ===============  Page Tools  =============== */
.pageTools {
	position: absolute;
	bottom: 0;
	right: 0;
}

.addthis_toolbox {
	float: right;
	margin: 10px 0 0;
}

.addthis_toolbox > span {
	display: block;
}

.addthis_toolbox > a {
	float: right;
}

.addthis_button_compact {
	clear: both;
}

.addthis_toolbox .pdfLink {
	display: block;
	float: right;
	width: 100px;
	margin-top: -35px;
	background: url("../content/images/pdfBio.png.html") right center no-repeat;
}

.addthis_toolbox .rssLink {
	float: right;
	margin-top: -9px;
}

.addthis_toolbox .rssLink a {
	margin-left: 7px;
}

.addthis_toolbox .pdfLink a,
.addthis_toolbox .rssLink a {
	text-transform: uppercase;
	padding-right: 25px;
	color: #fff;
	font-weight: normal;
}

.addthis_toolbox .rssLink a {
	display: block;
	font-size: 13px !important;
	height: 26px;
	background: url("../content/images/rss.png.html") no-repeat right bottom;
}

.addthis_toolbox a:hover,
.addthis_toolbox a:focus {
	color: #ccc;
}

.addthis_button_email {
	padding-right: 30px !important;
	background: url("../content/images/emailBio.png.html") no-repeat right -1px;
}

.addthis_button_email span {
	display: block;
	margin-top: -9px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.addthis_button_email .at15t_email {
	background: transparent !important;
}

.addthis_button_email .at_a11y {
	height: auto !important;
	width: auto !important;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	overflow: visible !important;
}

a.rssLink {
	display: block;
	float: right;
	padding-right: 26px;
	height: 26px;
	color: #fff;
	font-size: 13px !important;
	background: url("../content/images/rss.png.html") no-repeat right bottom;
}

a.rssLink:hover {
	color: #ccc;
}

/* ===============  Content Heading  =============== */
.contentHead {
	margin: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #959595;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #3a3641;
}

/* ===============  Left Nav  =============== */
.leftRail .lnav {
	clear: both;
}

.lnav {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

.lnav a,
.lnav a:visited {
	display: block;
	float: right;
	clear: both;
	padding: 6px 0;
	max-width: 245px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #3b964b;
}

.lnav a:hover,
.lnav a:focus,
.lnav a:active {
	text-decoration: none;
	background-color: none;
}

.lnav ul {
	clear: both;
	margin: 0;
	padding: 0 0 2px;
	list-style-type: none;
}

a.drop + ul {
	padding: 0 22px 0 0;
}

.lnav ul a,
.lnav ul a:visited,
.lnav ul span {
	display: block;
	padding: 5px 0;
	font-family: arial;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	text-align: right;
}

.lnav a.on {
	color: #7cb085 !important;
}

.lnav ul a:hover,
.lnav a:focus,
.lnav ul a:active {
	color: #7cb085;
}

.lnav > li > a.indicator.active {
	color: #9ba190;
}

.lnav > li > a.indicator:hover {
	color: #9ba190;
}

/* ===============  Home Callouts  =============== */
.homeBanner {
	clear: both;
	padding-top: 25px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #fff;
	overflow: hidden;
}

.homeBanner:first-child {
	padding-top: 0;
}

.homeBanner > a {
	display: block;
	clear: both;
	padding-top: 25px;
}

.homeBanner h3 {
	margin: 9px 0 3px 0;
	padding: 0;
	font-size: 1.3em;
}

.homeBanner h3 a {
	font-weight: normal;
}

.homeBanner p {
	margin-top: 0;
}

@media only screen and (min-width:25em) and (max-width:47.99em) {
	.homeBanner img {
		float: left;
		margin: 8px 10px 0 0;
	}

	.homeBanner > a {
		padding-top: 25px;
	}
}

@media only screen and (min-width:48em) and (max-width:55em) {
	.homeBanner img {
		width: 100%;
		height: auto;
	}

	.homeBanner > a {
		padding-top: 0;
	}
}

@media only screen and (min-width:48em) {
	.homeBanner > a {
		padding-top: 0;
	}
}

/* ===============  Twitter Component  =============== */
a.twitterAccount {
	display: block;
	float: left;
	width: 150px;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}

a.twitterAccount span {
	display: block;
	float: left;
	margin: 3px 15px 0 0;
	width: 31px;
	height: 29px;
	background: url("../content/images/socialicons.gif.html") no-repeat -62px 0;
}

.tweetPost {
	float: left;
	margin: 0;
	padding: 3% 0;
	width: 100%;
	font-size: 0.8em;
	color: #fff;
}

.twitLink {
	display: block;
}

@media only screen and (min-width:48em) {
	.tweetPost {
		padding: 0 3% 0 0;
		width: 33%;
	}
}

/* ===============  Interior Drop Downs  =============== */
.contentDrop,
.contentWrap .lnav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contentDrop,
.contentWrap .lnav a {
	display: block;
	margin: 10px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: left;
}

.contentDrop,
.contentWrap .lnav a span {
	margin-top: -8px;
	margin-left: 5px;
	line-height: 1.6em;
}

.contentDrop,
.contentWrap .lnav a.drop + ul {
	padding: 8px 10px;
	list-style: none;
}

.contentDrop {
	padding: 8px 0;
	margin-left: 0;
}

.contentDrop li li {
	list-style: none;
	padding: 12px 0;
	font-size: 0.9em;
}

.contentDrop li li li {
	list-style: disc;
	padding: 4px 0;
}

.contentWrap .contentDrop li {
	padding: 0.2em 0;
}

.contentDrop > li > a.indicator {
	color: #596195;
}

.contentDrop > li > a.indicator:hover {
	color: #7cb085;
}

.contentWrap .lnav a {
	color: #596195;
	font-weight: bold
	margin: 0;
	padding: 0;
}

.contentWrap .lnav a.drop + ul {
	padding: 5px 0;
	list-style: none;
}

.contentWrap .lnav a span {
	line-height: 1em;
	margin-left: 5px;
}

.contentWrap .lnav li li a,
.contentWrap .lnav li li a:visited {
	margin: 0;
	padding: 7px 0;
	font-size: 0.9em;
	color: #393d54;
}

.contentWrap .lnav li li a:hover {
	color: #7cb085;
}

/* =============== Bold List of links =============== */
.boldList {
	margin: 0;
	padding: 0 15px 15px;
}

.boldList a {
	font-weight: bold;
	color: #596195;
	text-decoration: underline;
}

.boldList a:hover {
	color: #7cb085;
}

/* ===============  Search  =============== */
.searchBox input[type="text"],
.searchBox select {
	margin: 0 0 5px;
	padding: 5px;
	width: 100%;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

.searchBox a {
	float: left;
	margin: 5px 25px 0 0;
}

.searchBox .submit,
.scfSubmitButton {
	float: right;
	margin: 0;
	padding: 5px 15px;
	color: #fff;
	background: #353953;
	border: 1px solid #353953;
}

.searchBox .submit:hover,
.searchBox .submit:focus,
.scfSubmitButton:hover,
.scfSubmitButton:focus {
	color: #9ba190;
}

.searchResults {
	clear: both;
	margin-top: 15px;
}

.searchResults table {
	width: 100%;
}

.searchResults thead {
	display: none;
}

.searchResults tr {
	display: block;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.searchResults th {
	padding: 1em;
	text-align: left;
	color: #764c4f;
}

/* Adding this to account for sorting options LinkButton */
.searchResults th a {
	padding: 0;
	text-align: left;
	color: #764c4f;
}

.searchResults th:first-child a {
	font-weight: bold;
}

.searchResults th:first-child {
	min-width: 150px;
}

.searchResults td {
	display: block;
	padding: 1em;
	vertical-align: top;
}

.searchResults ul {
	padding: 0;
	margin: 0 0 0 15px;
}

.searchResults ul > li {
	float: left;
	margin-right: 30px;
	color: #000;
	padding: 0 0 0.5em;
}

.searchResults td:first-child a {
	font-weight: bold;
}

.searchResults a {
	color: #49425f;
}

.searchResults h4 {
	margin-top: 0;
}

.toolTipImg {
	display: none;
	position: absolute;
	left: 120px;
	margin-top: -50px;
	width: 150px;
	height: auto;
	border: 7px solid #3c3943;
}

.consultantTip:after {
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.consultantTip:hover:after {
	content: "";
	position: absolute;
	left: 110px;
	border-right: 10px solid #3c3943;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 1;
}

.consultantBioInfo h6 {
	margin: 1em 0 0;
}

.consultantBioInfo ul {
	padding: 0 15px;
}

.consultantBioInfo li {
	margin: 5px 0;
}

@media only screen and (min-width:48em) {
	.searchResults thead {
		display: table-header-group;
	}

	.searchResults tr {
		display: table-row;
	}

	.searchResults td {
		display: table-cell;
	}
}

/* ===============  Research and Insights/News  =============== */
.researchLanding h3 {
	margin: 10px 0 7px;
	font-size: 1.4em;
	color: #5a5a5a;
}

.researchLanding a {
	text-decoration: none;
	font-weight: normal;
}

.researchLanding a.indicator {
	font-weight: bold;
}

.leaderTopics ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.leaderTopics li {
	float: left;
	width: 115px;
	margin-right: 1px;
}

.leaderTopics li img {
	margin-bottom: 10px;
}

.lt-ie8 .leaderTopics li img {
	display: block;
}


.recentArticlesWrap {
	padding: 0 2em;
}

.recentArticles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recentArticles li {
	float: left;
	width: 308px;
	text-align: center;
}

.recentArticles li a img {
	margin: 4px 0 0;
}

.recentArticles li h4 {
	margin-top: 0;
	font-size: 1.3em;
}

.recentArticles .articleItem {
	clear: both;
	color: #363a54;
}

.recentArticles .articleItem h4 {
	font-weight: normal;
	border: 0;
	line-height: 1em;
	color: #363a54;
	font-family: arial, sans-serif;
}

.recentArticles .articleItem h4 a {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #353953;
}

.recentArticles .articleItem a:hover,
.recentArticles .articleItem a:focus {
	color: #7cb085;
}

.recentArticles li a:hover,
.recentArticles li a:focus {
	text-decoration: none;
	color: #515151;
}

.recentArticles li a:hover .articleItem,
.recentArticles li a:focus .articleItem {
	text-decoration: none;
	color: #515151;
}

.recentArticles li a:hover h4,
.recentArticles li a:focus h4 {
	color: #7cb085 !important;
}

.researchResults th:first-child,
.researchResults td:first-child {
	width: 100px;
	text-align: center;
	padding: 1em 0;
}

.researchResults th + th,
.researchResults td + td {
	width: 300px;
	padding: 1em 1.5em 1em 0;
}

.researchResults img {
	margin-top: 4px;
}

.researchResults h4 {
	margin-bottom: 0;
	border: 0;
	font-weight: bold;
	font-size: 1em;
}

.researchResults h4 a {
	font-weight: bold;
	color: #353953;
	font-size: 1em;
}

.researchResults h4 a:hover,
.researchResults h4 a:focus {
	color: #7cb085;
}

.researchResults h4 + p {
	margin-top: 0;
}

@media only screen and (min-width:28em) {
	.recentArticles li a img {
		float: left;
	}

	.recentArticles li {
		text-align: left;
	}

	.recentArticles .articleItem {
		clear: none;
		overflow: hidden;
		padding: 0 25px 0 15px;
	}
}

/* ===============  Consultants  =============== */
.consultantsLanding .focusText {
	margin-top: 40px;
}

.consultantsLanding a {
	text-decoration: none;
	font-weight: normal;
}

.intSlideHeading {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #3b964b;
	text-align: right;
	text-transform: uppercase;
}

.leftRail .intSlideHeading {
	font-size: 1em;
}

.consultantListing ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.consultantListing li {
	float: left;
	margin: 0 2px 2px 0;
}

.consultantListing li a {
	display: block;
	width: 33px;
	height: 33px;
	line-height: 2.7em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #9fa192;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.consultantListing li a:hover,
.consultantListing li a:focus,
.consultantListing li a.on {
	background: #353953;
}

.consultantSearch {
	clear: both;
}

@media only screen and (min-width:46em) and (max-width:65em) {
	.consultantListing li a {
		width: 32px;
		height: 32px;
	}
}

/* ===============  Paging  =============== */
.paging {
	padding-bottom: 25px;
	text-align: right;
}

.paging > span > a {
	padding: 5px;
	border: 1px solid #ccc;
	color: #fff;
	background: #49425f;
}

.paging > span > span {
	padding: 5px;
	border: 1px solid #ccc;
	color: #333;
	background: #9fa192;
}

.paging > span > div {
	margin: 0 0 10px;
}

/* ===============  Locations Map  =============== */

/* Basic Map Listing */
.locationsMapList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

.locationsMapList h2 {
	padding: 0.3em;
	font-size: 1.2em;
	background: #ced1e2;
	cursor: pointer;
}

.locationsMapList h2.indicator span {
	float: right;
	margin-top: 7px;
}

.locationsMapList h2 a {
	color: #3a3641;
}

.locationsMapList li > a {
	color: #2c3246;
}

.locationsMapList ul {
	margin-top: 0;
	padding: 0 1%;
	list-style: none;
}

.locationsMapList ul > li:first-child h3 {
	padding-top: 0;
}

.locationsMapList li li {
	padding: 0 1%;
}

.locationsMapList h3 {
	margin: 0;
	padding-top: 1em;
	border-bottom: 2px solid #eee;
	cursor: pointer;
}

.locationsMapList h3.indicator span {
	float: right;
	margin-top: 4px;
}

.locationsMapList ul ul {
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
}

.locationsMapList h4 {
	margin-bottom: 0;
}

.locationsMapList p,
.locationsMapList dl {
	font-size: 0.8em;
}

.locationsMapList dt {
	float: left;
}

@media only screen and (min-width:25em) {
	.locationsMapList p,
	.locationsMapList dl {
		font-size: 0.8em;
		float: left;
		width: 50%;
	}

	.locationsMapList h4 {
		clear: both;
	}
}

@media only screen and (min-width:48em) {
	.locationsMapList li li li {
		float: left;
		padding: 0 2%;
		width: 46%;
		min-height: 180px;
	}
}

/* Full Sized Map */
.locationsMap {
	display: none;
}

.regionLinks {
	display: none;
}

@media only screen and (min-width:998px) {
	.lowResMapImg {
		position: absolute;
		z-index: 9999;
	}

	.mapLoader {
		position: absolute;
		z-index: 99999;
		left: 50%;
		top: 50%;
	}

	.locationsMap {
		display: block;
		position: relative;
		margin-top: 10px;
		width: 1004px;
		height: 579px;
	}

	#mapBackground {
		width: 1004px;
		height: 579px;
		position: absolute;
		z-index: 1;
		background-image: url("../content/images/worldmap.jpg.html");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.mapSwitch {
		width: 1004px;
		height: 579px;
		position: absolute;
		z-index: 1;
		background-image: url("../content/images/worldmap.jpg.html");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.locationsMap.northAmerica .mapSwitch {
		background-image: url("../content/images/worldmap-northAmerica.jpg.html");
	}

	.locationsMap.southAmerica .mapSwitch {
		background-image: url("../content/images/worldmap-southAmerica.jpg.html");
	}

	.locationsMap.africa .mapSwitch {
		background-image: url("../content/images/worldmap-africa.jpg.html");
	}

	.locationsMap.middleEast .mapSwitch {
		background-image: url("../content/images/worldmap-middleEast.jpg.html");
	}

	.locationsMap.europe .mapSwitch {
		background-image: url("../content/images/worldmap-europe.jpg.html");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.locationsMap.asiaPacific .mapSwitch {
		background-image: url("../content/images/worldmap-asiaPacific.jpg.html");
	}

	.no-js .locationsMap {
		display: none;
	}

	#hideMap {
		position: relative;
		z-index: 2;
		width: 1004px;
		height: 579px;
		overflow: hidden;
	}

	#worldMap {
		position: absolute;
		top: 0;
		z-index: 2;
	}

	#planetmap area.on {
		cursor: default;
	}

	#planetmap area:focus {
		outline: 0;
	}

	.locations-marker {
		display: block;
		position: absolute;
		width: 5px;
		height: 5px;
		background: #eee;
		-webkit-border-radius: 5px;
				border-radius: 5px;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
			 -o-transition: all 0.3s linear;
				transition: all 0.3s linear;
	}

	.locations-marker .marker-bubble {
		display: none;
		margin: -137px 0 0 -275px;
		padding: 5px;
		width: 570px;
		min-height: 110px;
		background: #3c3943;
		position: relative;
		z-index: 99999;
	}

	.locations-marker .marker-bubble:after {
		content: "";
		position: absolute;
		top: 120px;
		left: 268px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #3c3943;
		-webkit-transition: all 0.2s linear;
		   -moz-transition: all 0.2s linear;
			 -o-transition: all 0.2s linear;
				transition: all 0.2s linear;
	}

	.locations-marker:hover .marker-bubble,
	.locations-marker:focus .marker-bubble,
	.locations-marker.hover .marker-bubble {
		display: block;
		position: relative;
		z-index: 99998;
	}

	/* why? */
	.locations-marker.corporate {
		display: none;
	}

	.location-site.corporate {
		display: none;
	}

	.countryInfo .corporate {
		display: none;
	}

	.hideCountry {
		display: none;
	}

	.regionDiv .hideCountry {
		display: none;
	}

	.pointRegionWrap.hover .locations-marker,
	.locations-marker:hover,
	.locations-marker.hover {
		background: #b5b47c;
		-webkit-box-shadow: 0 0 4px #fff;
				box-shadow: 0 0 4px #fff;
	}

	.pointRegionWrap:hover .locations-marker:hover {
		background: #333;
	}

	.pointRegionWrap .hideCountry {
		display: none;
	}

	.pointContainer {
		position: absolute;
		z-index: 999;
	}

	.marker-bubble img {
		float: left;
		margin-right: 15px;
	}

	.marker-bubble .title {
		display: block;
		margin-bottom: 4px;
		font-size: 1em;
		color: #ada86d;
		text-decoration: none;
		text-transform: uppercase;
	}

	.marker-bubble .address {
		display: block;
		float: left;
		width: 240px;
		font-size: 0.7em;
		color: #a1b7c7;
	}

	.marker-bubble .contact {
		display: block;
		float: left;
		margin: 0;
		width: 150px;
		font-size: 0.7em;
		color: #a1b7c7;
	}

	.marker-bubble .contact dt {
		float: left;
	}

	.marker-bubble .contact dd {
		margin-left: 20px;
	}

	.mapSidebar {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 579px;
		background: #3c3943;
		z-index: 99999;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.mapSidebar.active {
		width: 200px;
	}

	.regionDiv {
		display: none;
		width: 200px;
		padding-bottom: 5px;
	}

	.regionDiv.active {
		display: block;
	}

	.countryName {
		color: #3b964b;
		padding: 15px 20px 5px;
	}

	.countryInfo a {
		display: block;
		color: #fff;
		padding: 2px 20px;
		font-size: 0.8em;
	}

	.countryInfo a:hover {
		background: #848484;
	}

	.mapTopLinks {
		position: relative;
		z-index: 9;
	}

	.regionLinks {
		margin-top: 20px;
		display: block;
	}

	.regionLinks .topRegionName {
		margin-right: 15px;
		color: #ced1e1;
		text-transform: uppercase;
		font-size: 0.9em;
		cursor: pointer;
		-webkit-transition: all 0.2s linear;
		   -moz-transition: all 0.2s linear;
			 -o-transition: all 0.2s linear;
				transition: all 0.2s linear;
	}

	.regionLinks .topRegionName:hover,
	.regionLinks .topRegionName.hover {
		color: #353953;
	}

	.regionLinks .topRegionName.active {
		color: #fff;
		cursor: default;
	}

	.ie8Overflow {
		position: absolute;
		width: 1004px;
		height: 579px;
		overflow: hidden;
	}

	.ie8Img {
		position: absolute;
		top: 0;
		left: 0;
		width: 1004px;
		height: 579px;
		z-index: 1;
	}

	.mapBack {
		position: absolute;
		left: 210px;
		top: 10px;
		z-index: 9;
		padding: 10px 15px;
		background: #3c3943;
		font-size: 0.9em;
		border: 1px solid #3b964b;
	}

	.corporateDrop {
		position: absolute;
		top: -35px;
		right: 0;
		z-index: 999;
		height: 30px;
		background: #393d54;
		overflow: hidden;
		max-width: 200px;
		-webkit-transition: height 0.3s linear;
		   -moz-transition: height 0.3s linear;
			 -o-transition: height 0.3s linear;
				transition: height 0.3s linear;
	}
	.corporateDrop.open {
		height: 615px;
	}

	.corporateDrop > a {
		color: #fff;
		display: block;
		width: 96%;
		padding: 5px 5%;
		text-transform: uppercase;
		font-size: 0.9em;
		background: #848484;
	}

	.corporateLink span {
		float: right;
		margin: 2px 12px 0 0;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
			 -o-transition: all 0.3s linear;
				transition: all 0.3s linear;
	}

	.corporateDrop.open .corporateLink span {
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			 -o-transform: rotate(90deg);
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	}

	.corporateDrop .corporateOffices {
		display: block !important;
	}

	.corporateOffices {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.corporateOffices li {
		margin: 7px 0;
	}

	.corporateOffices li a {
		display: block;
		padding: 10px;
		text-transform: uppercase;
		max-width: 200px;
		font-size: 0.9em;
	}

	.corporateOffices li a:hover,
	.corporateOffices li a:focus {
		background: #848484;
	}

	.corporateOffices li a span {
		display: block;
		padding: 10px;
		text-transform: none;
		color: #fff;
		font-size: 0.9em;
		line-height: 1.8em;
	}
}

/* ===============  Office  =============== */
.container .grid_6.gMap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2px;
	height: 305px;
	overflow: hidden;
	float: right !important;
}

.gMap iframe,
.gMap object,
.gMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.officeLocations .grid_6,
.officeLocations .grid_12 {
	padding: 0;
}

.officeLocations .consultants {
	margin: 10px 0 0;
	padding: 20px 0;
	border-top: 1px solid #999;
}

.officeLocations .consultants + .grid_12 {
	border-top: 1px solid #999;
	padding-top: 27px;
}

.officeLocations .grid_6:first-child {
	min-height: 308px;
}

.contentWrap .grid_6 > h4:first-child {
	margin-top: 0;
}

.officeLocations h4 {
	border: 0;
	font-size: 1.4em;
	margin: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.consultants a {
	color: #3c303d;
	text-decoration: none;
}

.consultants a:hover {
	color: #7cb085;
}

.lt-ie8 .consultants {
	padding: 20px 0 !important;
}

.lt-ie8 .consultants + .grid_12 {
	padding: 20px 0 !important;
}

.officeLocations .grid_12 .grid_6 {
	margin-top: 15px;
}

.officeLocations .grid_12 .grid_6 br {
	margin-bottom: 10px;
}

.officeLocations .grid_6:first-child a {
	text-decoration: underline;
	color: #596195;
}

.officeLocations .grid_6:first-child a:hover {
	color: #7cb085;
}

.officeLocations .grid_6:first-child a.indicator {
	text-decoration: none;
	color: #363a54;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
}

.officeLocations .grid_6:first-child a.indicator:hover {
	color: #7cb085;
}

.officeLocations .grid_6:first-child h4 {
	color: #525355;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
}

.officeLocations .grid_6:first-child h4:first-child {
	border: 0;
	font-size: 1.6em;
	margin: 0 0 10px;
	font-family: arial, sans-serif;
}

/* ===============  Registration Form  =============== */
.scfForm {
	font-family: arial, sans-serif !important;
}

.scfForm [class*="grid_"] {
	padding: 0;
}

.scfSubmitSummary + span {
	display: block;
	margin-bottom: 15px;
}

/* Input/label top parent div */
.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDatePickerBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfDateSelectorBorder,
.scfCreditCardBorder,
.scfConfirmPasswordBorder,
.scfCaptchaBorder,
.scfTelephoneBorder,
.scfSmsTelephoneBorder {
	overflow: hidden;
	position: relative !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Input surrounding divs */
.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDatePickerGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel,
.scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel,
.scfCaptchaGeneralPanel,
.scfTelephoneGeneralPanel,
.scfSmsTelephoneGeneralPanel,
.scfDropList,
.scfListBoxGeneralPanel,
.scfDropListGeneralPanel {
	width: 100% !important;
}

.scfFileUploadGeneralPanel {
	margin-bottom: 20px;
}

.scfForm .scfDatePickerBorder {
	overflow: visible;
}

/* Labels */
.scfForm label {
	display: none;
	height: 0;
}

.scfForm .scfRadioButtonListGeneralPanel label {
	visibility: visible;
	height: auto;
	display: inline;
}

.scfForm .scfDateSelectorLabel {
	width: 100% !important;
	margin-top: -25px;
}

.scfForm .scfDateSelectorShortLabelYear,
.scfForm .scfDateSelectorShortLabelMonth,
.scfForm .scfDateSelectorShortLabelDay {
	display: none;
}

.scfForm .scfFileUploadLabel,
.scfForm .scfCaptchaLabelText {
	position: relative;
	left: 0;
}

.scfRadioButtonListLabel {
	width: 100% !important;
}

.scfForm .ui-icon {
	top: 0 !important;
	margin-top: -20px;
	margin-bottom: 13px;
}

/* Input/Selects */
.scfForm input[type="text"],
.scfForm select,
.scfForm textarea {
	margin-bottom: 10px !important;
	padding: 1%;
	border-top: 2px solid #8a8a8a;
	border-left: 2px solid #8a8a8a;
	border-right: 0 solid #fff;
	border-bottom: 0 solid #fff;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.scfForm input.formAlert[type="text"],
.scfForm select.formAlert,
.scfForm textarea.formAlert {
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
}

.scfRadioButtonList td {
	padding: 5px 0;
}

.scfRadioButtonList td input {
	margin-right: 5px;
}

::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

:-ms-input-placeholder {
	color: #999;
}

.scfForm input[type="text"].hasDatepicker {
	margin-bottom: 0 !important;
}

.scfForm select:focus,
.scfForm input[type="text"]:focus {
	outline: 0;
	border-top: 2px solid #363a54;
	border-left: 2px solid #363a54;
	border-right: 0 solid #fff;
	border-bottom: 0 solid #fff;
}

.scfValidationSummary {
	padding: 12px 0;
}

/*.scfForm .scfRequired,
.scfValidatorRequired {
	float: left !important;
	color: red !important;
	margin: -36px 0 0 1px !important;
}*/

.scfForm .scfRequired,
.scfValidatorRequired {
	display: none;
}

.scfFileUploadGeneralPanel + .scfRequired,
.scfFileUploadGeneralPanel + .scfValidatorRequired {
	margin-top: -53px !important;
}

.scfForm .scfCaptchStrongTextPanel .scfRequired {
	margin: 0;
}

/* Headings */
.scfForm .bold:first-child {
	padding-top: 0;
	margin-top: 0;
}

.scfForm .bold,
.scfForm fieldset .bold:first-child {
	display: block;
	margin: 10px 0;
	padding-top: 15px;
	clear: both;
}

.scfCaptchaLabel {
	height: 0;
}

.scfCaptchaGeneralPanel table {
	margin-top: 0 !important;
}

#phcontentmain_2_phcontentright_0_phformwrapper_0_field_0D911CDD60C9438084F8ED5D4D1B2FD4_scope {
	margin-top: 10px !important;
}

@media only screen and (min-width:48em) {
	.scfForm .grid_6 {
		width: 48%;
	}

	.scfForm .grid_12 .grid_6:first-child {
		margin-right: 4%;
	}
}

/* =============== FORMS  =============== */
.reqKeyWrpr {
	position: absolute;
	right: 30px;
	top: 65px;
	color: #6f76a6;
	font-weight: bold;
}

label {
	color: #6f76a6;
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	line-height: 2em;
}

/* ===============  Career Advice Listing  =============== */
.careerArticle {
	padding: 15px 0;
	border-bottom: 1px solid #939393;
	overflow: hidden;
}

.careerArticle:first-child {
	padding-top: 0;
}

.careerArticle img {
	float: left;
	margin: 4px 10px 0 0;
}

.careerArticle a {
	font-weight: bold;
	text-decoration: none;
}

.careerArticle p {
	margin: 0 0 2px;
	overflow: hidden;
}

/* ===============  Executive Team  =============== */
.executiveTeam {
	margin-top: 20px;
}

.executiveTeam h6 {
	clear: both;
	margin: 10px 0 7px;
}

.executiveTeam ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.executiveTeam li {
	width: 100%;
	margin-bottom: 15px;
}

.executiveTeam li a {
	display: block;
	font-weight: bold;
	color: #596195;
	text-decoration: underline;
}

@media only screen and (min-width:48em) {
	.executiveTeam li {
		width: 30%;
		margin-right: 3%;
		margin-bottom: 0;
		float: left;
		min-height: 80px;
	}
}

/* ===============  Site Search and Media Center  =============== */
.search-results-category:first-child {
	margin-top: 0;
}

.search-results-category {
	margin-top: 50px;
}

.search-results-category .link {
	float: left;
	font-family:FFScalaSansWebBold, Helvetica, Arial, sans-serif;
	font-size: 1.6em;
}

.search-results-category .link a {
	color: #3a3641;
	text-decoration: none;
}

.search-results-category .title {
	float: right;
	margin-top: 7px;
}

.search-results-category .title a {
	color: #3a3641;
	font-family:FFScalaSansWebBold, Helvetica, Arial, sans-serif;
	margin-left: 7px;
	text-decoration: none;
}

.search-results-category .title a:hover,
.search-results-category .title a:focus,
.search-results-category .link a:hover,
.search-results-category .link a:focus {
	color: #7cb085;
}

.search-results-hit {
	border-top: 1px solid #848484;
	clear: both;
	padding:.75em 0;
}

.search-results-hit a {
	color: #353953;
	font-family:FFScalaSansWebBold, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}

.search-results-hit a:hover,
.search-results-hit a:focus {
	color: #7cb085;
}

.mediaCenter h6 + .search-results-hit {
	border: 0;
}

.mediaCenter h6 {
	margin-bottom: 20px;
	clear: both;
}

.mediaCenter .player {
	height: 220px;
	margin: 10px 0 15px;
	padding: 0;
}

.mediaCenter .player img {
	max-width: 100%;
}

.mediaCenter .search-results-hit a {
	color: #373a53;
	text-decoration: none;
}

.mediaCenter .search-results-hit a:hover,
.mediaCenter .search-results-hit a:focus {
	color: #7cb085;
}

.mediaCenter .search-results-hit p {
	color: #4c4c4c;
}

.mediaCenter .playerText {
	margin-top: 22px;
}

.playerText strong {
	color: #000;
}

.mediaCenter .playerText h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.8em;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}

.mediaCenter .slidePlayVid {
	display: block;
	position: absolute;
	top: 145px;
	left: 30%;
	z-index: 900;
	width: 90px;
	height: 90px;
	visibility: visible !important;
}

.mediaCenter .playVid {
	display: block;
	visibility: visible !important;
	position: absolute;
	z-index: 900;
	width: 90px;
	height: 90px;
	background: url("../content/images/video_play_button.png.html") no-repeat;
	text-transform: uppercase;
	text-indent: 3px;
	color: #fff;
	font-size: 0.9em;
	line-height: 18em;
}

.playVid:hover,
.playVid:focus {
	background-position: -110px 0;
}


@media only screen and (min-width:48em) {
	.mediaCenter .slidePlayVid {
		top: 65px;
		left: 40%;
	}
}

/* ===============  Site Search and Media Center  =============== */
.siteMap {
	list-style: none;
	margin: 0;
	padding: 0;
}

.siteMap > li {
	margin-bottom: 10px;
}

.siteMap > li > a {
	display: block;
	margin-bottom: 7px;
	overflow: hidden;
	font-size: 1.7em;
	border-bottom: 1px solid #9c9c9c;
}

.siteMap > li a span.indicator {
	display: inline-block;
	margin-top: 8px;
	float: right;
}

.siteMap > li ul {
	list-style: none;
}

.siteMap > li ul li {
	padding: 5px 0;
}

.siteMap > li ul li a {
	text-decoration: none;
	color: #363a54;
}

.siteMap > li ul ul,
.siteMap > li ul ul ul {
	padding: 10px 25px;
}

/* =================================================================
						THIRD PARTY STYLES
===================================================================*/

/* ===============  IcoMoon  =============== */
@font-face {
	font-family:'icomoon';
	src:url('../content/fonts/icomoon.eot.html');
	src:url('../content/fonts/icomoon.eot-.html#iefix') format('embedded-opentype'),
	    url('../content/fonts/icomoon.woff.html') format('woff'),
	    url('../content/fonts/icomoon.ttf.html') format('truetype'),
	    url('../content/fonts/icomoon.svg.html#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-search,
.icon-play,
.icon-menu,
.icon-plus,
.icon-arrow-left,
.icon-arrow-right,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.corporateLink span {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-search:before {
	content: "\3e";
}

.icon-play:before,
.corporateLink span:before {
	content: "\25b6";
}

.icon-menu:before {
	content: "\3d";
}

.icon-plus:before {
	content: "\2b";
}

.icon-arrow-left:before,
.flex-direction-nav .flex-prev:before {
	content: "\2190";
}

.icon-arrow-right:before,
.flex-direction-nav .flex-next:before {
	content: "\2192";
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	margin: 0 0 60px;
	border: 4px solid #fff;
	background: #fff;
	zoom: 1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		 -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
			transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin: -20px 0 0;
	width: 30px;
	height: 30px;
	font-size: 1.8em;
	/* background: url("images/bg_direction_nav.png.html") no-repeat 0 0; */
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -26px;
}

.flex-direction-nav .flex-prev {
	left: -18px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	text-indent: -9999px;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
		 -o-border-radius: 20px;
			border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

/* ===============  Colorbox  =============== */

/* Colorbox Core Style */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	display: block;
	float: left;
	margin: auto;
	max-width: none;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}

/*  User Style */
#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc;
}

#cboxLoadingGraphic {
	background: url("../content/images/colorbox/loading.gif.html") no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
	background: url("../content/images/colorbox/controls.png.html") no-repeat top left;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
	background: url("../content/images/colorbox/controls.png.html") no-repeat top right;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
	background: url("../content/images/colorbox/controls.png.html") no-repeat top center;
}

#cboxClose:hover {
	background-position: bottom center;
}


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

	.topLinks {
		display: none;
	}

	.header .grid_3 {
		width: 100%;
	}

	.header .grid_9 {
		display: none;
	}

	.logo a {
		text-indent: 0;
		text-decoration: none;
		font-size: 1.1em;
		line-height: 1em;
		width: 100%;
	}

	.focalLinks {
		display: none;
	}

	.leftRail {
		display: none;
	}

	.footerBottom ul {
		display: none;
	}
}

/* =================================================================
					MISC/NON-CRITICAL/TEMPLATES
=================================================================== */
.divRegion {
	padding: 10px;
	margin: 5px 0;
	border: 3px dashed darkred;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 4px #111;
}

/* Custom SSI CSS Changes */
@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
	.mainContent .contentWrap .grid_6 {
		float: none !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mainContent .contentWrap .ss_lastitem {
		margin: 0 !important;
		padding: 0 !important;
	}

	.mainContent .contentWrap .ss_2colcollapse {
		padding-bottom: 0 !important;
	}

	.mainContent .contentWrap .ss_mobilespace {
		padding-bottom: 15px !important;
	}
}

.mainContent .contentWrap .ss_firstpar {
	margin-top: 1.5em;
}

.mainContent .contentWrap .ss_lastitem {
	padding-bottom: 1em;
}

.mainContent .contentWrap .ss_introbullets {
	margin: 1.5em 0;
	padding: 0 0 0 1.2em;
}

.mainContent .contentWrap .ss_fullsizebullet1 {
	font-size: 1em;
}

.mainContent .contentWrap .noSpace li {
	padding-top: 0;
	padding-bottom: 0;
}

/* =================================================================
							RegSteps
=================================================================== */
.reqKeyWrpr {
	top: 52px;
}

table.regTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.regTable td {
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

table.regTable.cols2 tr td:first-child {
	width: 33%;
	height: 28px;
	padding-left: 0;
}

Xtable.regTable.cols2 td:nth-child(2n+0) {
	width: 66%;
}

table.regTable.cols3 td {
	width: 33%;
}

table.condense {
	width: auto;
	margin: 0 auto;
}

table.regTable .typeahead {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.regTable td select {
	height: 29px;
	line-height: 20px;
}

.regTable td input[type="text"] {
	height: 19px;
	line-height: normal !important;
	border-color: #d0d0d0 !important;
}

.regTable td input.req {
	color: #222;
	border-color: red !important;
}

.regTable td label {
	color: #5A5A5A;
	font-weight: normal;
	text-transform: capitalize;
}

.createAcnt td label {
	color: #6f76a6;
	font-weight: bold;
	text-transform: uppercase;
}

h4.blockheading {
	margin-bottom: 20px;
}

.halfcolumn {
	float: left;
	width: 45%;
	min-width: 300px;
	border-top: none;
	padding-top: 0%;
	margin-top: 0%;
}

.halfcolumn + .halfcolumn + .halfcolumn:before {
	content: '-';
	text-indent: -999em;
	display: block;
	border-top: 1px solid #9B9B9B;
	margin-top: 20px;
	width: 94%;
}

.section > .halfcolumn:nth-of-type(odd) {
	border: none;
	padding-left: 0;
	clear: left;
}

.section > .halfcolumn:nth-of-type(even) {
	border-left: 1px solid #9B9B9B;
	padding-left: 3%;
	margin-left: 3%;
}

.section > .subsection {
	padding-top: 3px;
}

.section > .subsection > .halfcolumn:nth-of-type(odd) {
	border: none;
	padding-left: 0;
}

.section > .subsection > .halfcolumn:nth-of-type(even) {
	border-left: 1px solid #9B9B9B;
	padding-left: 3%;
	margin-left: 3%;
}

.section .halfcolumn.noBrdr {
	border: none;
	padding-left: 0;
	clear: left;
}

.section > .subsection > .halfcolumn.noBrdr {
	border: none;
	padding-left: 0;
	clear: left;
}

.section .halfcolumn.Brdr {
	border-left: 1px solid #9B9B9B;
	padding-left: 3%;
	margin-left: 3%;
}

.section .halfcolumn.BrdrTop {
	border-top: 1px solid #9B9B9B;
	padding-top: 20px;
}

.section > .subsection > .halfcolumn.BrdrTop {
	border-top: 1px solid #9B9B9B;
	padding-top: 20px;
}

.section .halfcolumn.colPadTop {
	margin-top: 28px;
}

.icon-icon-register:before {
	content: "\e602";
	font-size: 3em;
}

.icon-icon-profile:before {
	content: "\e603";
	font-size: 2.65em;
}

.icon-icon-jobhistory:before {
	content: "\e604";
	font-size: 2.55em;
}

.icon-icon-education:before {
	content: "\e606";
	font-size: 2.25em;
}

.icon-icon-resume:before {
	content: "\e601";
	font-size: 3em;
}

.icon-icon-disk:before {
	content: "\e608";
	font-size: 2.25em;
}

.icon-icon-notification:before {
	content: "\e609";
	font-size: 1.6em;
}

.icon-icon-remove:before {
	content: "Remove this item";
	font-size: 2.25em;
}

.icon-key {
	color: gold;
	float: left;
}

.lt-ie8 .icon-key {
	display: table-cell;
	float: none;
}

.icon-key:before {
	content: "\e60a";
	color: gold;
	font-family: 'icomoon';
	font-size: 1em;
	padding: 3px 8px 0 0;
	display: block;
	float: left;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.icon-icon-key img,
a#phheader_0_lnkMemberLink img {
	display: none;
}

.lt-ie9 .icon-icon-register:before {
	content: "\e602";
	font-size: 2.20em;
}

.lt-ie9 .icon-icon-profile:before {
	content: "\e603";
	font-size: 2.05em;
}

.lt-ie9 .icon-icon-jobhistory:before {
	content: "\e604";
	font-size: 1.95em;
}

.lt-ie9 .icon-icon-education:before {
	content: "\e606";
	font-size: 1.65em;
}

.lt-ie9 .icon-icon-resume:before {
	content: "\e601";
	font-size: 2.10em;
}

.icon-remove {
	border: none;
	background: #fff url("../content/images/bg-trash.png.html") 94% 3px no-repeat;
	cursor: pointer;
	font-size: 1.05em;
	padding: 6px 30px 6px 10px;
	position: absolute;
	font-family: sans-serif;
	border: 3px solid #fff;
	text-decoration: none;
	color: #6f76a6;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.975em;
	border: 3px solid #7d7d7d;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.icon-remove:hover {
	-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.55);
	   -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.55);
			box-shadow: 0 0 5px rgba(50, 50, 50, 0.55);
}

.btn-clear {
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 1.05em;
	padding: 1px 4px;
	position: absolute;
	font-family: sans-serif;
	border: 3px solid #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.icon-remove.altsm {
	font-size: 1.60em;
	padding: 0 4px;
	position: absolute;
	left: 515px;
}

.icon-remove.altrem {
	left: 93px;
	position: relative;
}

.icon-remove.altremB {
	left: 550px;
	position: relative;
}

.icon-remove.altComp {
	left: 173px;
	position: relative;
}

.icon-icon-resume.large {
	color: #6F75A8;
	font-size: 5em;
	float: left;
}

.icon-icon-right-arrow:before {
	content: "\e600";
}

.icon-right-arrow {
	color: #363955;
	font-size: 12em;
	float: left;
	margin-top: 23px;
}

.RegSteps {
	height: 60px;
	width: 369px;
	overflow: hidden;
	top: -18px;
	right: 9px;
	float: right;
	width: 100%;
}

.RegSteps ul {
	float: right;
	width: auto;
	list-style-type: none;
}

.RegSteps .icon {
	color: #C8C8C8;
	background: #DBDBDB;
	width: 60px;
	height: 43px;
	display: table-cell;
	text-align: center;
	margin-left: 10px;
	padding-left: 0.5em;
	padding-top: 0.5em;
	cursor: default;
	vertical-align: middle;
	border-left: 1em solid #EDEDED;
}

.RegSteps .icon.active {
	color: #fff;
	background: #6F75A8;
}

.RegSteps .icon .rsTitle {
	position: absolute;
	top: 0;
	margin-left: -11px;
	background: #3C3F5D;
	color: #fff;
	padding: 2px 3px;
	text-align: left;
	width: 65px;
	display: block;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	font-size: 0.801em;
}

/* 16px baseline (256px)  */
@media only screen and (min-width:16em) and (max-width:29.99em) {
	.RegSteps .icon {
		width: 40px;
		height: 23px;
	}

	.regTable td,
	.regTable.cols2 td + td {
		float: left;
		display: block;
		width: 100% !important;
	}

	.regTable td input {
		width: 90% !important;
	}

	.regTable td select {
		width: 93% !important;
	}

	.regTable td input.btn-clear {
		width: auto !important;
	}

	.container {
		min-width: 420px;
	}

	.halfcolumn:nth-child(2n),
	.halfcolumn + .halfcolumn {
		border-left: none !important;
		padding-left: 0 !important;
		width: 100%;
		border-top: 1px solid #9B9B9B !important;
		padding-top: 3% !important;
		margin-top: 2% !important;
		margin-left: 0% !important;
	}

	.halfcolumn + .halfcolumn + .halfcolumn:before {
		display: none;
	}

	.accountHeading h4 {
		padding-right: 52px !important;
	}

	.icon-remove.altrem,
	.icon-remove.altComp {
		left: 5px;
		position: relative;
	}

	.tdHide {
		display: none !important;
	}
}

/* 16px baseline (420px+) */
@media only screen and (min-width:30em) and (max-width:47.99em) {
	.RegSteps .icon {
		width: 45px;
		height: 28px;
	}

	.regTable td,
	.regTable.cols2 td + td {
		float: left;
		display: block;
		width: 100% !important;
	}

	.halfcolumn:nth-child(2n),
	.halfcolumn + .halfcolumn {
		border-left: none !important;
		padding-left: 0 !important;
		width: 100%;
		border-top: 1px solid #9B9B9B !important;
		padding-top: 3% !important;
		margin-top: 2% !important;
	}

	.halfcolumn + .halfcolumn + .halfcolumn:before {
		display: none;
	}

	.accountHeading h4 {
		padding-right: 70px !important;
	}

	.tdHide {
		display: none !important;
	}
}

/* 16px baseline (768px+) */
@media only screen and (min-width:48em) {
	.RegSteps .icon {
		width: 50px;
		height: 33px;
	}

	.regTable td {
		float: none;
		width: auto;
		display: table-cell;
	}

	.regTable td input {
		width: auto;
	}
}

/* 16px baseline (768px - 959px) */
@media only screen and (min-width:48em) and (max-width:59.99em) {
	.RegSteps .icon {
		width: 55px;
		height: 38px;
	}

	.regTable td {
		float: none;
		width: auto;
		display: table-cell;
	}

	.regTable td input {
		width: auto;
	}

	X.regTable td input {
		width: 240px !important;
	}

	X.regTable td select {
		width: 250px !important;
	}
}

/* 16px baseline (1140px)  */
@media only screen and (min-width:61.5em) {
	.RegSteps .icon {
		width: 60px;
		height: 43px;
	}

	.regTable td {
		float: none;
		width: auto;
		display: table-cell;
	}

	.regTable td input {
		width: auto;
	}

	X.regTable td input {
		width: 240px !important;
	}

	X.regTable td select {
		width: 250px !important;
	}
}

table.recaptchatable td {
	float: none;
	width: auto;
	display: table-cell;
}

/* =================================================================
						MEMBERS LANDING
=================================================================== */
.mainContent.membersFullW {
	width: 100%;
	padding: 2% 0;
}

.membersFullW .contentWrap.grid_12 {
	padding: 10px 0;
}

.membersFullW .contentWrap.grid_12 .membersFullWpad {
	margin: 10px 15px;
}

.membersFullW .contentWrap.grid_12 .logoutlink {
	margin: 10px 15px;
}

.logoutlink {
	position: absolute;
	top: 0;
	right: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

.memberLanding {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 320px;
	width: 100%;
}

.accountHeading {
	list-style-type: none;
	margin-left: 0;
	position: relative;
	background: rgb(246, 246, 246);
	background: #ededed;
	background: -webkit-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background:    -moz-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background: 	 -o-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background: 	-ms-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background: 		linear-gradient(180deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);

}

.accountHeading h4 {
	color: #fff;
	background: #6F75A8;
	padding: 10px 15px;
	margin-top: 0;
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
}

.memberLanding .section {
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
}

.accountHeading .iconWrpr {
	float: none;
	width: auto;
	height: 33px;
	position: absolute;
	top: 8px;
	right: 4px;
	text-align: right;
}

.accountHeading .icon {
	color: #fff;
	font-size: 0.75em;
	display: block;
	height: 30px;
	float: left;
	margin-top: 3px;
	width: 33px;
	text-align: right;
}

.accountHeading .iconWrpr input.smallbtn {
	padding: 6px 20px 6px 12px;
	text-decoration: none;
	background: #fff url("../content/images/bg-arrow-next-p.png.html") right no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 0 0 7px;
}

.accountHeading .dlbtn {
	float: none;
	margin: 0 auto;
	display: block;
}

.generalAlert {
	list-style-type: none;
	margin-left: 0;
	position: relative;
	background: rgb(246, 246, 246);
	background: -webkit-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background:    -moz-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background: 	 -o-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background: 	-ms-linear-gradient(90deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
	background: 		linear-gradient(180deg, rgb(246, 246, 246) 20%, rgb(207, 207, 207) 80%);
}

.generalAlert h5 {
	color: #fff;
	background: #E00000;
	padding: 10px;
	margin-top: 0;
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
}

.generalAlert h5 .genAlertDetails {
	color: #fff;
	background: #E00000;
	padding: 0;
	margin-top: 0;
	border-top: 0 solid #5A5A5A;
	border-bottom: 0 solid #5A5A5A;
}

.generalAlert h5 .genAlertDetails a {
	color: #fff;
}

.icon-show-hide {
	float:left;
	font-size:1.55em;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:0;
	width:25px;
	height:25px;
	text-align:center;
	margin-top: 2px;
	margin-right:15px;
	background: #3c3f5d; /* old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2MzZjVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5N2ZiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg, #3c3f5d 0%, #797fb0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3c3f5d), color-stop(100%,#797fb0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #3c3f5d 0%,#797fb0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #3c3f5d 0%,#797fb0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #3c3f5d 0%,#797fb0 100%); /* IE10+ */
	background: linear-gradient(45deg, #3c3f5d 0%,#797fb0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3f5d', endColorstr='#797fb0',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.ie9 .icon-show-hide {
	filter: none;
}

.lt-ie9 .icon-show-hide {
	filter: none;
	background: url("../content/images/bg-showhide.gif.html") no-repeat;
	height: 28px;
	width: 28px;
}

.icon-show-hide {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.icon-show-hide:hover {
	color: #6f76a6;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.55);
	   -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.55);
			box-shadow: 0 0 5px rgba(255, 255, 255, 0.55);
}

.icon-show-hide b {
	color: #fff;
	background: transparent;
	line-height: 15px;
	-webkit-transition: none;
	   -moz-transition: none;
		 -o-transition: none;
		-ms-transition: none;
			transition: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

/* =================================================================
							LANGUAGES
=================================================================== */

/* Japanese */
.JP,
.JP h1,
.JP h2,
.JP h3,
.JP h4,
.JP h5,
.JP .mainNav .sf-menu a,
.JP .lnav a,
.JP .lnav a:visited,
.JP a.more,
.JP .modContent a,
.JP .pageHead h2.pageTitle {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/*
.JP .megaMenu .sf-menu a,
.JP .focalLinks,
.JP .pageTools span,
.JP .modHdg h3,
.JP .regionLinks span,
.JP .corporateLink,
.JP .location-region > a,
.mainContent.ja-jp,
.JP .pageHead p,
.JP .pageHead h2 {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

/* BOOTSTRAP TEST */
.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle {
	*margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
			background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 9px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #fff;
	text-decoration: none;
	background-color: #596195;
	background-image: -moz-linear-gradient(top, #596195, #6f76a6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#596195), to(#6f76a6));
	background-image: -webkit-linear-gradient(top, #596195, #6f76a6);
	background-image: -o-linear-gradient(top, #596195, #6f76a6);
	background-image: linear-gradient(to bottom, #596195, #6f76a6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff596195', endColorstr='#6f76a6', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #353953;
	text-decoration: none;
	background-color: #6F75A8;
	background-image: -moz-linear-gradient(top, #596195, #6f76a6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#596195), to(#6f76a6));
	background-image: -webkit-linear-gradient(top, #596195, #6f76a6);
	background-image: -o-linear-gradient(top, #596195, #6f76a6);
	background-image: linear-gradient(to bottom, #596195, #6f76a6);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff596195', endColorstr='#6f76a6', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: default;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
	*z-index: 1000;
}

.open > .dropdown-menu {
	display: block;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	   -moz-border-radius: 0 6px 6px 6px;
			border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	   -moz-border-radius: 5px 5px 5px 0;
			border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #ccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	   -moz-border-radius: 6px 0 6px 6px;
			border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
	padding-right: 20px;
	padding-left: 20px;
}

.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

select {
	-webkit-appearance: menulist !important;
}

select[multiple] {
	-webkit-appearance: none !important;
}

select[multiple] + .droparrow {
	display: none;
}

.droparrow {
	background: url("../content/images/droparrow.gif.html") no-repeat right center;
	width: 17px;
	height: 19px;
	position: absolute;
	z-index: 1;
	margin: 4px 0 0 -19px;
	pointer-events: none;
}

/* =================================================================
						HOME SLIDESHOW STYLES
===================================================================*/

/* general slideshow styles */
.cycle-slideshow,
.cycle-slideshow * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.cycle-slideshow {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	height: 464px;
	min-width: 200px;
	overflow: hidden;
}

.cycle-slideshow.homeSlide {
	height: 464px;
}

.cycle-slide {
	width: 100%;
}

.cycle-slideshow img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.cycle-slideshow img:first-child {
	position: static;
	z-index: 100;
}

.no-js .cycle-slideshow.homeSlide {
	overflow-y: scroll;
}

.no-js .cycle-slideshow.homeSlide > div {
	position: relative;
}

/* pager styles */
.cycle-pager {
	position: absolute;
	top: 10px;
	z-index: 500;
	width: 40px;
	text-align: center;
	z-index: 9999;
}

.cycle-pager span {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 50px;
	color: #ddd;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
	color: #d69746;
}

.cycle-pager > * {
	cursor: pointer;
}

.cycle-pager a {
	display: block;
	float: none;
	margin: 0 0 5px 10px;
	width: 20px;
	height: 20px;
	font-weight: normal;
	color: #000;
	font-size: 0.9em;
	background: url("../content/images/slidenav.png.html") no-repeat 0 -20px;
}

.cycle-pager a:hover {
	text-decoration: none;
	color: #fff;
	background-position: 0 0;
}

.cycle-pager .cycle-pager-active a,
a.cycle-pager-active {
	color: #fff;
	background-position: 0 0;
}

/* caption */
.cycle-caption {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 700;
	color: white;
}

/* overlay styles */
.cycle-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 600;
	margin: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

.overlayContent {
	background: transparent url("../content/images/slide_overlay.png.html") repeat-x;
}

.cycle-overlay img {
	display: none;
	margin: 0 15px;
	position: relative;
	width: auto;
}

.cycle-overlay h2 {
	margin: 0 15px;
	padding: 0;
	font-weight: normal;
}

.cycle-overlay h2 a {
	font-size: 40px;
	font-weight: normal;
	font-family: "Avenir LT W01 35 Light", arial, helvetica, sans-serif;
	color: #556198;
}

.cycle-overlay p {
	padding: 1em 15px;
	margin: 0;
	font-family: "Avenir LT W01 35 Light", arial, helvetica, sans-serif;
}

.cycle-overlay a {
	font-size: 1.2em;
}

.cycle-overlay a:hover,
.cycle-overlay a:focus {
	color: #7cb085;
}

.leftRail .cycle-overlay {
	color: #fff;
	font-size: 0.9em;
}

.leftRail .cycle-overlay a {
	color: #fff;
	font-size: 1.1em;
}

.leftRail .cycle-overlay a:hover,
.leftRail .cycle-overlay a:focus {
	color: #7cb085;
}

.slideLinks {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}

.slideLinks a {
	font-size: 0.8em;
	font-weight: bold;
	color: #363a54;
}

@media only screen and (min-width:48em) {
	.overlayContent {
		height: 464px;
	}

	.cycle-overlay {
		width: 260px;
		top: 0;
		right: 30px;
	}

	.cycle-overlay img {
		display: block;
	}
}

.cycle-slide-active .slidePlayVid {
	display: block;
	position: absolute;
	top: 45px;
	left: 30%;
	z-index: 900;
	width: 90px;
	height: 90px;
	visibility: visible !important;
}

.cycle-slide-active .playVid {
	display: block;
	position: absolute;
	z-index: 900;
	width: 90px;
	height: 90px;
	background: url("../content/images/video_play_button.png.html") no-repeat;
	visibility: visible !important;
	color: #fff;
	line-height: 14em;
	text-transform: uppercase;
	text-indent: 3px;
	font-size: 0.9em;
}

.playVid:hover,
.playVid:focus {
	background-position: -110px 0;
}

@media only screen and (min-width:48em) {
	.cycle-slide-active .slidePlayVid {
		top: 100px;
		left: 35%;
	}
}

@media only screen and (min-width:61.5em) {
	.cycle-slide-active .slidePlayVid {
		top: 180px;
		left: 30%;
	}
}

/* =================================================================
					INTERIOR SLIDESHOW STYLES
===================================================================*/
.consultantSlide {
	overflow: hidden;
}

.consultantSlide .cycle-slideshow,
.leftRail .cycle-slideshow {
	height: auto;
}

.consultantSlide .cycle-overlay,
.leftRail .cycle-overlay {
	position: relative;
	right: 0;
	margin-top: 5px;
	padding: 0;
	width: auto;
	text-align: right;
	background: transparent;
}

.consultantSlide .cycle-pager,
.leftRail .cycle-pager {
	position: relative;
	width: 100%;
	text-align: right;
	padding: 0 0 7px;
}

.consultantSlide .cycle-pager a,
.leftRail .cycle-pager a {
	display:inline-block;
	margin: 0 0 10px 10px;
	width: 15px;
	height: 15px;
	background: url("../content/images/intslidenav.png.html") no-repeat 0 -15px;
}

.consultantSlide .cycle-pager a.cycle-pager-active,
.leftRail .cycle-pager a.cycle-pager-active {
	background-position: 0 0;
}

.consultantSlide .cycle-overlay a {
	color: #5A5A5A;
}

.consultantSlide .cycle-overlay a:hover {
	color: #7cb085;
}

@media only screen and (min-width:28em) {
	.consultantSlide .cycle-slideshow,
	.leftRail .cycle-slideshow {
		float: right;
	}
}

@media only screen and (min-width:61.5em) {
	.cycle-overlay {
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		left: auto;
		z-index: 600;
	}

	.consultantSlide .cycle-overlay,
	.leftRail .cycle-overlay {
		right: 0;
	}

	.consultantSlide .cycle-slideshow,
	.leftRail .cycle-slideshow {
		min-width: 308px;
	}
}

/*================================================================
				SUPERFISH MENU ESSENTIAL STYLES
================================================================*/

/* Make sure to use specificity below rather than changing these styles*/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: 57px;
	width: 14em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li {
	float: left;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 33px; /* match top ul list item height */
	z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: 57px;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	left: 14em; /* match ul width */
	top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: 57px;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	left: 14em; /* match ul width */
	top: 0;
}

/* shadows for all but IE6 */
.sf-shadow ul {
	background: url("../cms/images/layout/menu/shadow.png.html") no-repeat bottom right;
	padding: 0 9px 9px 0;
}

.sf-shadow .sf-shadow-off {
	background: transparent;
}

/* arrows */
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	display: block;
	position: absolute;
	right: 0.75em;
	top: 0.8em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url("../cms/images/arrows-ffffff.png.html") no-repeat 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers */
}


/*================================================================
						MAIN MENU SKIN
================================================================*/
.mainNav {
	position: relative;
	z-index: 99999999;
	font-size: 0.8em;
	clear: both;
}

.mainNav ul {
	margin: 0;
	padding: 0;
}

.icon-menu {
	display: block;
	float: right;
	font-size: 1.8em;
	padding: 30px 0 2%;
	margin: -95px 5% 0 0;
}

/* Temporary clearfix since we don't actually have a clearfix on sf-menu ( ONLY USE IF SWITCHING TO FLOATS ) */
.mainNav .sf-menu:before,
.mainNav .sf-menu:after {
	content: "";
	display: table;
}

.mainNav .sf-menu:after {
	clear: both;
}

.mainNav .sf-menu {
	zoom: 1;
}

/* Main Tier */
.mainNav .sf-menu {
	display: none;
	float: right;
	width: 100%;
	background: #333;
	-webkit-transition: padding 0.2s linear;
	   -moz-transition: padding 0.2s linear;
		 -o-transition: padding 0.2s linear;
			transition: padding 0.2s linear;
}
.mainNav .sf-menu li {
	float: none;
	-webkit-transition: padding 0.2s linear;
	   -moz-transition: padding 0.2s linear;
		 -o-transition: padding 0.2s linear;
			transition: padding 0.2s linear;
}

.mainNav .sf-menu a {
	display: block;
	padding: 10px 5%;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

.mainNav .sf-menu a.on,
.mainNav .sf-menu a:hover,
.mainNav .sf-menu a:focus,
.mainNav .sf-menu a:active {
	color: #9ba190;
	text-decoration: none;
}

.mainNav .sf-menu li span {
	display: block;
	float: right;
	margin: -2px 0 0 5px;
	padding: 5px;
	width: 15px;
	height: 10px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	text-indent: -99999em;
	color: #fff;
	line-height: 11px;
	background: url("../content/images/navdrop.png.html") no-repeat 5px 0;
}

.mainNav .sf-menu li span.open {
	background-position: 5px -20px;
}

.mainNav .sf-menu li li span {
	margin: -25px 5% 0 0;
}

/* Sub Tier */
.mainNav .sf-menu li .subMenu {
	position: relative;
}

.mainNav .sf-menu li:hover .subMenu > ul,
.mainNav .sf-menu li.sfHover .subMenu > ul {
	top: 60px;
}

.mainNav .sf-menu li ul {
	min-width: 100%;
}

.mainNav .sf-menu li li {
	border-top: 1px solid #999;
}

.mainNav .sf-menu li li:first-child {
	border-top: 0;
}

.mainNav .sf-menu li li a {
	padding: 10px;
	height: auto;
	color: #fff;
	text-decoration: none;
}

/* Sub Sub Tier */
.js .mainNav .sf-menu li li ul {
	display: none;
	visibility: hidden;
}

.mainNav .sf-menu li li:hover > ul,
.mainNav .sf-menu li li.sfHover > ul {
	top: 0;
	left: 100%;
}

.mainNav .sf-menu li li.sfHover > a,
.mainNav .sf-menu li li a:hover,
.mainNav .sf-menu li li a:focus,
.mainNav .sf-menu li li a:active {
	color: #828488;
}

.mainNav .sf-menu li > a:active {
	background: transparent !important;
}

/* last Nav Item Adjustments */
.mainNav .sf-menu .lastnavitemli .subMenu > ul {
	left: auto;
	right: 0;
}

.mainNav .sf-menu .lastnavitemli li:hover > ul,
.mainNav .sf-menu .lastnavitemli li.sfHover > ul {
	left: auto;
	right: 100%;
}

/* ------- Mega Menu adjustments ----------- */
.megaMenu .sf-menu > li > a {
	display: table;
	margin: 5px 0;
	padding: 2%;
	width: 96%;
	height: auto;
	background: transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: background 0.33s ease-in, color 0.3s linear;
	   -moz-transition: background 0.33s ease-in, color 0.3s linear;
		 -o-transition: background 0.33s ease-in, color 0.3s linear;
			transition: background 0.33s ease-in, color 0.3s linear;
}
.megaMenu .sf-menu > li > a .menuText {
	display: table-cell;
	padding: 10px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.megaMenu .sf-menu li .subNav {
	display: none;
	left: 0;
	padding: 0 2%;
	margin-top: 7px;
	min-width: 0;
	width: 96%;
	z-index: 999999;
	overflow: hidden;
}

.megaMenu .sf-menu li ul {
	position: static;
	width: 100%;
	min-width: 100%;
}

.megaMenu .sf-menu li ul:first-child {
	width: 100%;
	min-width: 100%;
	border-left: 0;
}

.megaMenu .sf-menu li ul ul {
	display: none;
	visibility: visible !important;
	min-width: 100%;
	width: auto;
	margin: 10px 0;
}

.megaMenu .sf-menu li ul:first-child ul {
	border-left: 0;
}

.megaMenu .sf-menu li li {
	float: left;
	border: 0;
	margin: 0 1%;
	width: 100%;
}

.megaMenu .sf-menu li li a {
	padding: 5px 6.1em 5px 10px;
	text-align: right;
	text-transform: none;
	font-size: 0.9em;
	font-weight: bold;
	font-family: arial, sans-serif;
}

.megaMenu .sf-menu li li strong {
	display: block;
	padding: 10px 6.2em 10px 0;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #3b964b;
	font-size: 0.9em;
}

.megaMenu .sf-menu li li li {
	float: none;
	border: 0;
	margin: 0;
	width: 100%;
}

.megaMenu .sf-menu li li li a {
	border-bottom: 0;
}

@media only screen and (min-width:42em) {
	.icon-menu {
		display: none;
	}

	.mainNav {
		margin: 0;
		clear: none;
	}

	.mainNav .sf-menu li.first,
	.mainNav .sf-menu li.first + li,
	.mainNav .sf-menu li.first + li + li,
	.mainNav .sf-menu li.splitBefore {
		border-bottom: 1px solid #959595;
	}

	.megaMenu .sf-menu li li span {
		display: none;
	}

	.megaMenu .sf-menu li ul {
		width: 29%;
		min-width: 29%;
		margin-right: 1%;
		float: left;
	}

	.megaMenu .sf-menu li ul:first-child {
		width: 35%;
		min-width: 35%;
	}

	.megaMenu .sf-menu li ul ul {
		border-left: 1px solid #fff;
		display: block !important;
		margin: 0;
	}

	.mainNav .sf-menu {
		display: inline-block;
		margin-top: 8px;
		background: transparent;
	}

	.mainNav .sf-menu a {
		text-align: center;
		padding: 0 0 10px;
	}

	.megaMenu .sf-menu > li > a {
		margin: 5px 0;
		padding: 5px;
		width: 100%;
	}

	.megaMenu .sf-menu li .subNav {
		position: absolute;
		top: 65px;
		background: #9ba190;
		padding: 2%;
	}

	.megaMenu .sf-menu li:hover .subNav,
	.megaMenu .sf-menu li.sfHover .subNav {
		top: 65px;
	}

	.mainNav .sf-menu > li {
		float: left;
		clear: none;
		width: 25%;
	}

	.megaMenu .sf-menu li li strong,
	.megaMenu .sf-menu li li a {
		text-align: left;
	}

	.megaMenu .sf-menu li li strong {
		color: #393d54;
		padding: 5px 10px;
	}

	.megaMenu .sf-menu li li a {
		padding: 5px 10px;
		line-height: 1.3em;
	}

	.mainNav .sf-menu li.sfHover > a {
		background: #9ba190;
		color: #fff;
	}
}

@media only screen and (min-width:61.5em) {
	.mainNav .sf-menu {
		width: 95%;
	}

	.mainNav .sf-menu > li.first,
	.mainNav .sf-menu > li.splitAfter {
		width: 22%;
		clear: both;
		margin-left: 3%;
	}

	.megaMenu .sf-menu > li > a {
		text-align: left;
	}

	.mainNav .sf-menu li a span {
		margin: -4px 6px 0 0;
		display: inline-block;
		float: none;
	}
}

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif.html") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png.html") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png.html") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png.html") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png.html") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* This file is generated.  DO NOT EDIT. */ 
@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

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

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

/* HTML5 display definitions
   ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

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

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

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

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

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto; }

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

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*! jQuery UI - v1.9.2 - 2013-12-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
  z-index: 100; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin-left: -9px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%; }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* vertical centre icon */
.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa; }

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  height: auto;
  border: 1px solid #aaaaaa;
  background: #ffffff url("../content/images/ui/ui-bg_flat_75_ffffff_40x100.png.html") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #6F75A8 url("../content/images/ui/ui-bg_flat_100_6F75A8_40x100.png.html") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../content/images/ui/ui-bg_glass_75_e6e6e6_1x400.png.html") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("../content/images/ui/ui-bg_glass_75_dadada_1x400.png.html") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../content/images/ui/ui-bg_glass_65_ffffff_1x400.png.html") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../content/images/ui/ui-bg_glass_55_fbf9ee_1x400.png.html") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../content/images/ui/ui-bg_glass_95_fef1ec_1x400.png.html") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../content/images/ui/ui-icons_222222_256x240.png.html"); }

.ui-widget-content .ui-icon {
  background-image: url("../content/images/ui/ui-icons_222222_256x240.png.html"); }

.ui-widget-header .ui-icon {
  background-image: url("../content/images/ui/ui-icons_222222_256x240.png.html"); }

.ui-state-default .ui-icon {
  background-image: url("../content/images/ui/ui-icons_888888_256x240.png.html"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../content/images/ui/ui-icons_454545_256x240.png.html"); }

.ui-state-active .ui-icon {
  background-image: url("../content/images/ui/ui-icons_454545_256x240.png.html"); }

.ui-state-highlight .ui-icon {
  background-image: url("../content/images/ui/ui-icons_2e83ff_256x240.png.html"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../content/images/ui/ui-icons_cd0a0a_256x240.png.html"); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  background: #aaaaaa url("../content/images/ui/ui-bg_flat_0_aaaaaa_40x100.png.html") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../content/images/ui/ui-bg_flat_0_aaaaaa_40x100.png.html") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -khtml-border-radius: 8px;
  border-radius: 8px; }

/**/
.ui-dialog .ui-dialog-buttonpane button {
  padding: 4px 12px;
  text-decoration: none;
  color: #6f76a6;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.675em;
  border: 3px solid #7d7d7d;
  border-radius: 6px;
  text-transform: uppercase;
  float: left; }

.ui-dialog .ui-dialog-buttonpane button:hover {
  color: #6f76a6;
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.55); }

/** Responsive Breakpoints **/
/* these all existed in different files. I gathered them here but they badly need consolidation */
/* these ones are involved in some calculation inside _site-header.css, so I left them there */
/* Color Variables */
/* component specific colors */
/* Bourbon Varibles */
/* Custom Mixins */
/* Neat Grid Specific Styling */
/* Layout Styling & Variables */
/*  moving these into _breakpoints.scss:
	$site_width_tablet_break: 1060px;
	$article_tablet_break: 800px;
 */
.site-width__constraint {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
  .site-width__constraint::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 1060px)  {
  .site-width__has-gutter {
    max-width: max-width 1060px 12;
    padding-right: 3%;
    padding-left: 3%; } }

.article-container {
  padding-right: 9%;
  padding-left: 9%; }
  @media screen and (max-width: 800px)  {
    .article-container {
      padding-right: 0;
      padding-left: 0; } }

/* Typography */
/**
 * @license
 * MyFonts Webfont Build ID 2981068, 2015-02-26T17:20:46-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Scala Web Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-italic/
 * 
 * Webfont: FF Scala Web by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-regular/
 * 
 * Webfont: FF Scala Sans Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala-sans/ot-bold/
 * 
 * Webfont: FF Scala Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-bold/
 * 
 * Webfont: FF Scala Sans Web Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala-sans/ot-italic/
 * 
 * Webfont: FF Scala Sans Web Regular by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala-sans/ot-regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2981068
 * Licensed pageviews: 500,000
 * Webfonts copyright: 2010 Martin Majoor published by FSI FontShop International GmbH
 * 
 * © 2015 MyFonts Inc
*/

/* re-usable social menu styles */
.social-list {
  padding: 0;
  list-style-type: none;
  max-width: 150px;
  text-align: center; }
  .social-list::after {
    clear: both;
    content: "";
    display: table; }
  .social-list li {
    float: left;
    margin-left: 10px; }
    .social-list li:first-child {
      margin-left: 0; }
  .social-list .icon {
    width: 26px;
    height: 26px;
    background-size: 26px;
    text-indent: -99999px; }

/* .visuallyhidden pulled in from previous site/styles */
.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; }

.indicator.drop span {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-indent: -99999px; }
  .indicator.drop span.active {
    background-position: 0 0; }
.indicator.drop.active span {
  background-position: 0 0; }
.indicator.arrow {
  color: #3b964b; }
  .indicator.arrow span {
    text-indent: -99999px;
    padding: 0; }
  .indicator.arrow:link:hover {
    color: #7cb085; }

/* Bx-Slider Pager Styles */
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #d5e7da; }
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #7cb085; }
  .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
    background-color: #3b964b; }

/* basic icon styling */


.icon-arrow, .indicator.arrow span, .mod__component .indicator-link:after {
  background: url('../App_Front-End/img/svg/arrow.svg.html') no-repeat; }

.icon-arrow-circle, .sidebar-nav__list-item > a:after {
  background: url('../App_Front-End/img/svg/arrow_ko.svg.html') no-repeat; }

.icon-download {
  background: url('../App_Front-End/img/svg/download.svg.html') no-repeat; }

.icon-email, .emailLink:before {
  background: url('../App_Front-End/img/svg/mail.svg.html') no-repeat; }

.icon-facebook {
  background: url('../App_Front-End/img/svg/facebook.svg.html') no-repeat; }

.icon-linkedin {
  background: url('../App_Front-End/img/svg/linkedin.svg.html') no-repeat; }

.icon-minus, .indicator.drop span.active, .indicator.drop.active span, .is-on .site-nav__sub-nav--trigger, .sub-nav__section-title.is-on:after, .sidebar-nav__list-item > a.indicator.drop span.active, .sidebar-nav__list-item > a.indicator.drop.active span, .contentDrop > li > a.indicator.drop.active span {
  background: url('../App_Front-End/img/svg/minus.svg.html') no-repeat; }

.icon-plus, .indicator.drop span, .site-nav__sub-nav--trigger, .sub-nav__section-title:after, .sidebar-nav__list-item > a.indicator.drop span, .contentDrop > li > a.indicator.drop span {
  background: url('../App_Front-End/img/svg/plus.svg.html') no-repeat; }

.icon-rss {
  background: url('../App_Front-End/img/svg/rss.svg.html') no-repeat; }

.icon-search {
  background: url('../App_Front-End/img/svg/search.svg.html') no-repeat; }
  .icon-search:before {
    content: ''; }

.icon-twitter {
  background: url('../App_Front-End/img/svg/twitter.svg.html') no-repeat; }

/* Styles for the site header, and it's various parts */
.site-header {
  background-color: #f5f7f9;
  position: relative;
  z-index: 2; }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1015px)  {
    .site-header .site-width__constraint {
      text-align: center; } }

.top-links {
  background-color: #4c4c4e; }
  .top-links::after {
    clear: both;
    content: "";
    display: table; }

.top-links__nav {
  float: left;
  width: calc(100% - 250px);
  min-height: 35px;
  list-style-type: none; }
  .top-links__nav > li {
    float: right; }
  .top-links__nav a, .top-links__nav span {
    display: block;
    color: #ececec;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 11px 18px 0 18px;
    cursor: pointer; }
    .top-links__nav a:hover, .top-links__nav span:hover {
      color: #d5e7da; }
  @media screen and (max-width: 785px)  {
    .top-links__nav {
      width: auto; }
      .top-links__nav a, .top-links__nav span {
        margin-left: 0; } }
  @media screen and (max-width: 450px)  {
    .top-links__nav .mobile-hide {
      display: none; } }

.top-links__drop-menu {
  position: relative; }
  .top-links__drop-menu .language-list {
    display: none;
    background-color: #4c4c4e;
    position: absolute;
    min-width: 100%;
    z-index: 10;
    top: 100%;
    padding-bottom: 10px;
    text-align: left; }
    .top-links__drop-menu .language-list a {
      margin-right: 23px;
      margin-left: 23px; }
  .top-links__drop-menu.is-on .language-list {
    display: block; }

.site-search {
  float: right;
  margin-top: 5px;
  background-color: #818183;
  width: 250px;
  max-height: 100%;
  transition: max-height 0.3s, margin 0.3s; }
  @media screen and (max-width: 785px)  {
    .site-search {
      width: 100%;
      float: none;
      clear: both;
      margin: 0 0 0 0;
      max-height: 0;
      overflow: hidden; }
      .site-search::after {
        clear: both;
        content: "";
        display: table; }
      .site-search.is-open {
        max-height: 100px;
        margin: 0 0 5px 0; } }

input[type="text"].site-search__search-box {
  font-size: 9px;
  font-size: 0.6rem;
  color: #ececec;
  background-color: transparent;
  outline: none;
  letter-spacing: 1px;
  border: none;
  height: 25px;
  line-height: 25px;
  padding: 1px 10px 0 10px;
  width: calc(100% - 25px);
  float: left; }
  input[type="text"].site-search__search-box::-webkit-input-placeholder {
    color: #ececec;
    text-transform: uppercase; }
  input[type="text"].site-search__search-box::-moz-placeholder {
    color: #ececec;
    text-transform: uppercase; }
  input[type="text"].site-search__search-box:-moz-placeholder {
    color: #ececec;
    text-transform: uppercase; }
  input[type="text"].site-search__search-box:-ms-input-placeholder {
    color: #ececec;
    text-transform: uppercase; }

.site-search__search-submit, .site-search__mobile .icon {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  border: none;
  padding: 0;
  background-color: transparent;
  background-size: 17px 17px;
  background-position: 0 4px; }

.site-search__mobile {
  width: 25px;
  height: 25px;
  display: none;
  float: right;
  cursor: pointer; }
  .site-search__mobile .icon {
    position: relative;
    top: 4px; }
  .site-search__mobile.is-open {
    position: relative; }
    .site-search__mobile.is-open .icon {
      display: none; }
    .site-search__mobile.is-open:before, .site-search__mobile.is-open:after {
      content: '';
      width: 20px;
      height: 3px;
      position: absolute;
      bottom: 25%;
      left: 0; }
    .site-search__mobile.is-open:before {
      background-color: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .site-search__mobile.is-open:after {
      background-color: #fff;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media screen and (max-width: 785px)  {
    .site-search__mobile {
      display: block; } }

.site-logo {
  display: block;
  width: 250px;
  float: left;
  clear: left;
  margin: 33px 0 0 0; }
  .site-logo img {
    max-width: 100%;
    width: 198px;
    height: auto;
    display: block; }
  @media screen and (max-width: 1015px) and (min-width: 760px)  {
    .site-logo {
      display: inline-block;
      width: auto;
      float: none;
      text-align: center; } }
  @media screen and (max-width: 760px)  {
    .site-logo {
      margin: 20px 0 10px 0;
      padding: 0 0 0 10px; } }

.mobile-hamburger {
  cursor: pointer;
  display: none;
  float: right;
  position: relative;
  padding: 10px 0 10px 40px;
  margin-top: 10px;
  font-size: 19px;
  font-size: 1.2rem;
  color: #4c4c4e;
  text-transform: uppercase;
  max-width: calc(100% - 250px); }
  .mobile-hamburger .hamburger-label {
    padding-right: 10px; }
  .mobile-hamburger .icon-hamburger {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background-color: #818183; }
    .mobile-hamburger .icon-hamburger:before, .mobile-hamburger .icon-hamburger:after {
      content: '';
      width: 100%;
      height: 4px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      background-color: #818183; }
    .mobile-hamburger .icon-hamburger:before {
      bottom: 8px; }
    .mobile-hamburger .icon-hamburger:after {
      top: 8px; }
  @media screen and (max-width: 760px)  {
    .mobile-hamburger {
      display: block; } }
  @media screen and (max-width: 374px)  {
    .mobile-hamburger {
      height: 40px;
      margin-top: 15px; }
      .mobile-hamburger .hamburger-label {
        display: none; }
      .mobile-hamburger .icon-hamburger {
        left: 5px; } }

.site-nav {
  /*
		Width here is calculated at 100%, minus
		the width of the site-logo.
	*/
  width: calc(100% - 250px);
  float: left;
  position: relative;
  letter-spacing: 1px; }
  .site-nav a {
    text-decoration: none; }
  .site-nav .site-nav__row {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #a5a5a6; }
    .site-nav .site-nav__row::after {
      clear: both;
      content: "";
      display: table; }
    .site-nav .site-nav__row:first-child {
      border-top: none; }
    .site-nav .site-nav__row > li {
      float: left;
      width: 25%;
      padding: 7px 10px 4px 10px;
      margin: 0; }
      .site-nav .site-nav__row > li::after {
        clear: both;
        content: "";
        display: table; }
      .site-nav .site-nav__row > li > a {
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
        color: #262626;
        text-transform: uppercase;
        float: left;
        text-align: left; }
        .site-nav .site-nav__row > li > a.on {
          color: #818183; }
      @media screen and (min-width: 760px)  {
        .site-nav .site-nav__row > li:hover, .site-nav .site-nav__row > li.is-on {
          background-color: #4c4c4e; }
          .site-nav .site-nav__row > li:hover > a, .site-nav .site-nav__row > li.is-on > a {
            color: #ececec; } }
    .site-nav .site-nav__row:first-child li {
      padding-top: 17px; }
    .site-nav .site-nav__row:last-child li {
      padding-bottom: 13px; }
  @media screen and (max-width: 1015px)  {
    .site-nav {
      width: 100%; } }
  @media screen and (max-width: 760px)  {
    .site-nav {
      background-color: #ececec;
      display: none; }
      .site-nav .site-nav__row {
        border-top: none; }
        .site-nav .site-nav__row > li {
          width: 100%;
          float: none;
          position: relative;
          padding: 0px 10px 0 10px;
          border-top: 1px dotted #a5a5a6; }
          .site-nav .site-nav__row > li:first-child {
            border-top: non; }
          .site-nav .site-nav__row > li > a {
            padding: 10px 0; }
        .site-nav .site-nav__row:first-child > li {
          padding-top: 0; }
        .site-nav .site-nav__row:last-child li {
          padding-bottom: 0;
          margin-bottom: 0; }
      .site-nav.mobile-is-on {
        display: block; } }

.sub-nav__trigger-wrapper {
  white-space: nowrap; }

.site-nav__sub-nav--trigger {
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  @media screen and (max-width: 760px)  {
    .site-nav__sub-nav--trigger {
      background-position: 10px 0;
      margin-left: 16px;
      width: 40px; }
      .is-on .site-nav__sub-nav--trigger {
        background-position: 10px 0;
        margin-left: 16px;
        background-size: 20px; } }

.site-nav__sub-nav {
  display: none;
  position: absolute;
  background-color: #4c4c4e;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9999; }
  .site-nav__sub-nav::after {
    clear: both;
    content: "";
    display: table; }
  .is-on .site-nav__sub-nav {
    display: block; }
  .site-nav__sub-nav.single-col {
    width: 40%; }
    .is-on .site-nav__sub-nav.single-col ul {
      display: block; }
  @media screen and (max-width: 760px)  {
    .site-nav__sub-nav {
      position: relative;
      clear: both;
      background-color: #e5eaef;
      width: calc(100% + 10px); }
      .site-nav__sub-nav.single-col {
        width: calc(100% + 10px); } }

.sub-nav__section {
  float: left;
  width: calc(100% / 3);
  padding: 30px;
  text-align: left; }
  .sub-nav__section a {
    clear: left;
    color: #ececec; }
    .sub-nav__section a:hover {
      color: #d5e7da; }
  .sub-nav__section > ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sub-nav__section li {
    margin-bottom: 0.6em;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1.25em; }
    .sub-nav__section li:last-child {
      margin-bottom: 0; }
  .sub-nav__section.single-col {
    width: 100%; }
  @media screen and (max-width: 760px)  {
    .sub-nav__section {
      float: none;
      width: 100%;
      padding: 0; }
      .sub-nav__section a {
        color: #262626;
        padding: 10px 0;
        display: inline-block; }
      .sub-nav__section > ul {
        padding-left: 20px;
        background-color: #f5f7f9;
        display: none; } }

.sub-nav__section-title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ececec;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  display: block;
  font-weight: normal;
  cursor: pointer; }
  @media screen and (max-width: 760px)  {
    .sub-nav__section-title {
      color: #262626;
      padding: 10px 0 10px 20px;
      display: inline-block;
      margin-bottom: 0; }
      .sub-nav__section-title:after {
        width: 20px;
        height: 20px;
        background-size: 20px;
        content: '';
        display: inline-block;
        margin-left: 1rem;
        position: relative;
        top: 5px; }
      .sub-nav__section-title.is-on + ul {
        display: block; } }

/* Share Bar Component Styles */
.share-bar {
  float: right;
  list-style-type: none;
  margin: 25px 0;
  padding: 0; }
  .share-bar li {
    float: right;
    margin: 0 0 0 10px; }
    @media screen and (max-width: 350px)  {
      .share-bar li {
        margin: 0 0 5px 8px; } }
  .share-bar a {
    display: block; }
  .share-bar .icon {
    width: 26px;
    height: 26px;
    background-size: 26px; }
  .share-bar .addthis_button_email {
    padding-right: 0 !important; }
  .share-bar .icon-download {
    width: 14px;
    height: 15px;
    background-size: 11px 15px;
    display: inline-block;
    margin: 0 10px 0 0; }
  .share-bar .share-bar__download {
    float: left;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.85714em;
    letter-spacing: 2px;
    padding: 4px 0 0;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 350px)  {
      .share-bar .share-bar__download {
        margin: 0 5px 0 0; } }

/* Hero Banner Component Styles */
.hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .hero-banner::after {
    clear: both;
    content: "";
    display: table; }

.hero-banner__overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0.25; }
  .theme--light-on-dark .hero-banner__overlay {
    background-color: #4c4c4e; }
  .theme--dark-on-light .hero-banner__overlay {
    background-color: #f5f7f9; }

.hero-banner__content {
  position: relative;
  z-index: 3;
  width: 60%;
  padding: 100px 0; }
  .hero-banner__content .content--title {
    margin: 0 0 7.5px; }
    .JP .hero-banner__content .content--title {
      font-size: 42px;
      font-size: 2.65rem; }
  .hero-banner__content .content-description {
    font-size: 17px;
    font-size: 1.1rem;
    display: inline-block;
    width: 70%;
    margin: 0 0 30px; }
    .JP .hero-banner__content .content-description {
      font-size: 13px;
      font-size: 0.85rem; }
  .hero-banner__content.content--right {
    float: right;
    text-align: right; }
  .hero-banner__content.content--left {
    float: left;
    text-align: left; }
  .theme--light-on-dark .hero-banner__content {
    color: #ffffff; }
    .theme--light-on-dark .hero-banner__content .content-link {
      color: #ffffff; }
  .theme--dark-on-light .hero-banner__content {
    color: #262626; }
    .theme--dark-on-light .hero-banner__content .content-link {
      color: #262626; }
  @media screen and (max-width: 975px)  {
    .hero-banner__content {
      width: 80%; } }
  @media screen and (max-width: 700px)  {
    .hero-banner__content {
      width: 100%; }
      .hero-banner__content .content-description {
        display: none; }
      .hero-banner__content .content-link {
        width: 90%; }
      .hero-banner__content.content--left, .hero-banner__content.content--right {
        float: none;
        text-align: center; } }

/* Service Links Component Styling */
.service-links {
	font-family: 'Lato',Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.2rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #445968;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(192, 192, 192, 1.000) ;
   
  -moz-box-shadow: 5px 5px 8px 0px rgba(192, 192, 192, 1.000) ;
   box-shadow: 5px 5px 8px 0px rgba(192, 192, 192, 1.000) ;
}

.service-links__mobile-trigger {
	display: none;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
}
.service-links a{
	color:#fff;
}
  .service-links__mobile-trigger:after {
    font-size: 24px;
    font-size: 1.5rem;
    content: ' +'; }
    .is-on .service-links__mobile-trigger:after {
      content: ' \2013'; }
  @media screen and (max-width: 800px)  {
    .service-links__mobile-trigger {
      display: block; } 
	   }

.service-links__list {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 800px)  {
    .service-links__list {
      display: none; } }

.service-links__item {
  border-left: 1px solid #56738f;
  display: table-cell;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }
  @media screen and (min-width: 801px)  {
    .service-links__item:nth-last-child(6):first-child, .service-links__item:nth-last-child(6):first-child ~ li {
      width: calc(100% / 6); }
    .service-links__item:nth-last-child(5):first-child, .service-links__item:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .service-links__item:nth-last-child(4):first-child, .service-links__item:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .service-links__item:nth-last-child(3):first-child, .service-links__item:nth-last-child(3):first-child ~ li {
      width: calc(100% / 3); }
    .service-links__item:nth-last-child(2):first-child, .service-links__item:nth-last-child(2):first-child ~ li {
      width: 50%; } }
  .service-links__item a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.53333em; }
    .service-links__item a:hover {
      color: #98a7bc; }
	 
  .service-links__item:first-child {
    border-left: none; }
  @media screen and (max-width: 800px)  {
    .service-links__item {
      display: block;
      width: 100%; } }

/* Top Feature Component styles*/
.top-feature {
  background-color: #f5f7f9;
  padding: 75px 0;
  margin: 0 0 50px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 750px)  {
    .top-feature {
      text-align: center; } }

/* This makes the light grey-blue background extend the full width of the page, even if the component is inside of a container */
.top-feature:before {
  position: absolute;
  top: 0;
  left: -2em;
  z-index: -1;
  display: inline-block;
  width: calc(100% + 4em);
  height: 100%;
  background-color: #f5f7f9;
  content: ""; }

.top-feature__media {
  float: left;
  margin: 0; }
  .top-feature__media a {
    display: block; }
  .top-feature__media img {
    display: block;
    max-width: 320px;
    height: auto; }
  @media screen and (max-width: 750px)  {
    .top-feature__media {
      float: none;
      margin: 0 0 20px 0; }
      .top-feature__media img {
        max-width: 100%;
        margin: 0 auto; } }

.top-feature__content {
  width: calc(100% - (320px + 20px));
  float: right; }
  @media screen and (max-width: 750px)  {
    .top-feature__content {
      float: none;
      width: 100%; } }

.top-feature__date, .featured-content__text--date, .content-list__date, .media-container__media-date {
  font-size: 11px;
  font-size: 0.7rem;
  margin-bottom: 1.21429em; }

.top-feature__title {
  margin: 0 0 5px 0;
  color: #262626; }
  .top-feature__title a {
    color: #262626; }
  .top-feature__title:hover, .top-feature__title a:hover {
    color: #7cb085; }

.top-feature__description {
  font-size: 14px;
  font-size: 0.9rem;
  margin-bottom: 1.44444em; }

@media screen and (max-width: 750px)  {
  .top-feature__button {
    width: 100%; } }

/* Social Media Component Styles */
.social-media {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
}
  .social-media .social-list {
    display: none; }
  @media screen and (max-width: 750px)  {
    .social-media {
      text-align: center; }
      .social-media .social-list {
        display: inline-block;
        max-width: 100%;
        margin: 0; }
        .social-media .social-list .icon {
          width: 38px;
          height: 38px;
          background-size: 38px; } }

.social-media__content-grouping::after {
  clear: both;
  content: "";
  display: table; }
.social-media__content-grouping .content-grouping--left {
  float: left;
  width: 50%; }
.social-media__content-grouping .content-grouping--right {
  float: right;
  width: 46%; }
@media screen and (max-width: 750px)  {
  .social-media__content-grouping .content-grouping--left, .social-media__content-grouping .content-grouping--right {
    float: none;
    width: 100%; } }

.social-media__description {
  margin: 0 0 30px; }
  .social-media__description .description__title {
	margin-bottom: 0.5em;
	line-height: 1.14286em;
	font-size: 22px;
	font-size: 2.4rem;
	font-family: 'Lora', Georgia, Utopia, Charter, serif;
	/* [disabled]font-size-adjust: 28px; */
	color: #4c4c4e;
	font-weight: 400;
}

.social-media__featured {
  padding: 28px 26px;
  background-color: #f5f7f9; }
  .social-media__featured::after {
    clear: both;
    content: "";
    display: table; }
  .social-media__featured .featured-media__icon {
    float: left;
    height: auto;
    max-width: 52px; }
  .social-media__featured .featured-media__description {
	margin-left: 70px;
	font-family: 'Lora', georgia, serif;
	line-height: 1.4em;
	font-size: 18px;
	color: #4c4c4e;
	font-weight: 100;
}
  @media screen and (max-width: 750px)  {
    .social-media__featured {
      display: none; } }

.social-media__twitter-box img {
  height: auto;
  max-width: 100%; }
@media screen and (max-width: 750px)  {
  .social-media__twitter-box {
    display: none; } }

/* Featured Content Component Styles */
.featured-content {
  padding: 0 0 50px 0; }
  .featured-content .buttons {
    text-align: center;
    margin: 50px 0 0 0; }
  .featured-content .button, .featured-content .contentWrap a.button, .contentWrap .featured-content a.button, .featured-content .searchBox .submit, .searchBox .featured-content .submit, .featured-content .searchBox .scfSubmitButton, .searchBox .featured-content .scfSubmitButton, .featured-content .corporateDrop > a {
    display: inline-block; }
    @media screen and (max-width: 750px)  {
      .featured-content .button, .featured-content .contentWrap a.button, .contentWrap .featured-content a.button, .featured-content .searchBox .submit, .searchBox .featured-content .submit, .featured-content .searchBox .scfSubmitButton, .searchBox .featured-content .scfSubmitButton, .featured-content .corporateDrop > a {
        display: block; } }
  .featured-content .bx-wrapper {
    box-shadow: none;
    border: 0;
    background: transparent; }
  .featured-content.has-background {
    background-color: #f5f7f9;
    padding-top: 100px; }
    .featured-content.has-background .section-header .inner-text {
      background-color: #f5f7f9; }

.featured-content__list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .featured-content__list::after {
    clear: both;
    content: "";
    display: table; }

.featured-content__item {
  float: left;
  margin-left: 5%;
  width: 30%; }
  .featured-content__item:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }
  .featured-content__item:nth-child(n+4) {
    margin-top: 2em; }
  .featured-content__item .item-title a {
    color: #262626; }
    .featured-content__item .item-title a:hover {
      color: #7cb085; }
  .featured-content__item .item-date {
    font-size: 11px;
    font-size: 0.7rem; }
  .is-slider .featured-content__item {
    margin-left: 0;
    width: auto; }
  @media screen and (max-width: 500px)  {
    .featured-content__item {
      text-align: center; } }

/* Article Page/Component Specific Styles */
.article-content {
  margin-bottom: 50px; }
  .article-content:last-child {
    margin-bottom: 0; }

.article-container .site-width__has-gutter {
  padding: 0; }
.article-container .mobile-show {
  display: none; }
@media screen and (max-width: 650px)  {
  .article-container .mobile-hide {
    display: none; }
  .article-container .mobile-show {
    display: block; }
  .article-container .share-bar {
    float: none;
    margin: 0 0 30px 0; }
    .article-container .share-bar::after {
      clear: both;
      content: "";
      display: table; } }

.article__date {
  padding: 14px 0; }

.article__title {
  margin-bottom: 23px; }

.article__sub-title {
  margin-top: 0; }

.article__topics-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none; }
  .article__topics-list::after {
    clear: both;
    content: "";
    display: table; }
  .article__topics-list li {
    float: left;
    margin: 0 7px 7px 0; }
  .article__topics-list a {
    font-size: 10px;
    font-size: 0.65rem;
    line-height: 1.1em;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #7cb085;
    padding: 9px 18px 8px 18px;
    border-radius: 5px;
    display: block; }
  @media screen and (max-width: 650px)  {
    .article__topics-list {
      display: none; } }

.article__info {
  line-height: 1em;
  margin: 0 0 30px 0;
  color: #a5a5a6; }
  .article__info .info-publisher, .article__info .info-authors {
    line-height: 1.5em; }
  .article__info .info-publisher {
    color: #a5a5a6; }
    .article__info .info-publisher + .info-authors {
      border-left: 2px solid #a5a5a6;
      padding-left: 10px;
      margin-left: 10px; }
  .article__info .info-authors {
    display: inline; }
  @media screen and (max-width: 650px)  {
    .article__info {
      line-height: 1.2em; }
      .article__info .info-publisher + .info-authors {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 5px; }
      .article__info .info-authors {
        display: block; } }

.article__body img {
  max-width: 100%;
  height: auto; }
.article__body .article-media {
  margin: 0 0 1em 0; }
  .article__body .article-media figcaption {
    margin: 0 auto;
    width: 95%; }
.article__body .article__topics-list {
  display: none;
  margin: 0 0 50px 0; }
@media screen and (max-width: 650px)  {
  .article__body .article__topics-list {
    display: block; } }

.article__aside {
  position: relative;
  float: right;
  background-color: #f5f7f9;
  padding: 20px;
  margin: 0 0 20px 0;
  top: 20%;
  width: 270px;
  right: -9%; }
  .article__aside .title {
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-bottom: 1px dotted #4c4c4e;
    margin-bottom: 20px; }
  .article__aside .aside-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .article__aside .aside-list__item {
    margin-bottom: 0.94444em; }
    .article__aside .aside-list__item:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 800px)  {
    .article__aside {
      display: none; } }

.article__footer-meta {
  position: relative;
  padding: 50px 0 0 0;
  margin: 50px 0;
  text-align: center; }
  .article__footer-meta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15%;
    width: 30%;
    height: 1px;
    border-top: 1px dotted #818183; }

/* Site Footer */
.site-footer {
  background-color: #4c4c4e;
  font-size: 9px;
  font-size: 0.6rem;
  color: #a5a5a6;
  text-transform: uppercase;
  padding: 25px 0 50px 0; }
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  .site-footer .copyright {
    float: right;
    text-align: right;
    clear: right;
    max-width: 150px; }
  .site-footer .social-list {
    margin: 0 0 10px 0;
    padding: 0;
    float: right;
    clear: right;
    list-style-type: none;
    max-width: 150px; }
  @media screen and (max-width: 875px)  {
    .site-footer {
      text-align: center; }
      .site-footer .social-list {
        display: block;
        float: none;
        max-width: 100%;
        width: 100%; }
        .site-footer .social-list li {
          display: inline-block;
          float: none; }
      .site-footer .copyright {
        float: none;
        text-align: center;
        display: block;
        clear: both;
        max-width: 100%; } }
  @media screen and (max-width: 750px)  {
    .site-footer .social-list {
      display: none; } }

.footer-nav {
  float: left;
  margin-top: 49px;
  max-width: calc(100% - 150px); }
  .footer-nav a {
    display: block;
    float: left;
    padding: 2px 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #a5a5a6;
    color: #a5a5a6;
    text-decoration: none; }
    .footer-nav a:hover {
      color: white; }
  .footer-nav .footer-nav__row {
    float: left; }
    .footer-nav .footer-nav__row:first-child a:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
  @media screen and (max-width: 875px)  {
    .footer-nav {
      float: none;
      clear: both;
      margin: 0 0 25px 0;
      text-align: center;
      max-width: 100%;
      display: inline-block; }
      .footer-nav::after {
        clear: both;
        content: "";
        display: table; }
      .footer-nav a {
        float: none;
        display: inline-block;
        margin-bottom: 5px; }
      .footer-nav .footer-nav__row {
        float: none; }
        .footer-nav .footer-nav__row a:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: 0; } }
  @media screen and (max-width: 500px)  {
    .footer-nav .footer-nav__row:first-child a:nth-child(n+3), .footer-nav .footer-nav__row:nth-child(n+2) a {
      display: block;
      clear: both;
      margin-left: 0;
      padding-left: 0;
      border-left: none; } }

@media screen and (max-width: 600px)  {
  .recentArticles .slides li {
    margin-bottom: 0;
    text-align: left; } }
@media screen and (max-width: 600px)  {
  .recentArticles .slides li img {
    float: left;
    margin: 0 0.75rem 0.25rem 0; } }
@media screen and (max-width: 600px)  {
  .recentArticles .articleItem {
    clear: none;
    overflow: visible;
    padding-left: 0;
    padding-right: 1.25rem; } }
.recentArticles .articleItem h4 a {
  font-family: inherit; }
@media screen and (max-width: 600px)  {
  .recentArticles .flex-direction-nav {
    text-align: center; } }
@media screen and (max-width: 600px)  {
  .recentArticles .flex-direction-nav li {
    display: inline-block;
    float: none;
    padding: 0;
    position: relative;
    width: auto; } }
@media screen and (max-width: 600px)  {
  .recentArticles .flex-direction-nav li a {
    font-size: 1.7rem;
    position: static; }
    .recentArticles .flex-direction-nav li a:before {
      display: block; } }

/* Landing Page Banner Component Styles */
.landing-banner {
  background-color: #00396f;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3%; }
  .landing-banner::after {
    clear: both;
    content: "";
    display: table; }

.landing-banner--white {
  background-color: #ffffff;
  color: #262626;
  border-bottom: #ffffff solid 1px; }

.landing-banner__text {
  width: 80%; }
  @media screen and (max-width: 800px)  {
    .landing-banner__text {
      width: 100%; } }

.landing-banner__text--title {
  margin-bottom: 0.5em;
  font-size: 2.2em;
  letter-spacing: normal;
  line-height: 1.114;
  font-weight: 700; }

.landing-banner__text--summary {
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.333; }

.landing-banner__share-bar {
  padding-bottom: 0.3em; }

.landing-banner__share-bar .share-bar__download {
  display: none; }

/* Landing Page Main Content Component Styles */
.landing-container__main-content {
  background-color: #ffffff;
  padding: 42px 0 2em 0; }
  .landing-container__main-content::after {
    clear: both;
    content: "";
    display: table; }

/*2 and 3 Up Layout Component Styles */
.content-up {
  text-align: center; }
  .content-up::after {
    clear: both;
    content: "";
    display: table; }
  .content-up * {
    max-width: 100%; }
  @media screen and (max-width: 600px)  {
    .content-up {
      margin-bottom: 2em; } }

/* Optional heading */
.content-up__top-section {
  width: 820px;
  margin: 0 auto; }

.content-up__top-section:before {
  display: inline-block;
  width: 42px;
  height: 5px;
  background-color: #fbcc11;
  content: ""; }

.top-section__title h4 {
  margin-top: 0.2em;
  font-size: 1.5em; }

.top-section__summary {
  margin-bottom: 22px; }

/* If an image is placed directly within the 2-up or 3-up layout, instead of another component */
.content-up__img {
  width: 100%;
  height: auto; }

/* Any item/component placed in 2-up or 3-up layout */
.two-up__item {
  width: calc(50% - 25px);
  max-width: 475px; }
  @media screen and (max-width: 600px)  {
    .two-up__item {
      max-width: 100%; } }
  .two-up__item .featured-content__image {
    height: 0;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 66.667%; }
    .two-up__item .featured-content__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.two-up__item--left {
  margin-right: 25px;
  float: left; }

.two-up__item--right {
  margin-left: 25px;
  float: right; }

.three-up__item {
  width: calc( ( 100% - (4 * 25px) ) / 3);
  max-width: 300px; }
  @media screen and (max-width: 600px)  {
    .three-up__item {
      max-width: 100%; } }
  .three-up__item .featured-content__image {
    height: 0;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 66.667%; }
    .three-up__item .featured-content__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.three-up__item--left {
  margin-right: 25px;
  float: left; }

.three-up__item--middle {
  margin: 0 25px;
  float: left; }

.three-up__item--right {
  margin-left: 25px;
  float: right; }

.content-up__item {
  display: inline-block;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2em;
  vertical-align: top; }
  @media screen and (max-width: 600px)  {
    .content-up__item {
      width: 100%;
      margin: 0; } }

/* Featured Content to be placed in 2-up or 3-up layout */
.content-up__item .featured-content {
  padding-bottom: 0; }

.featured-content__image {
  position: relative; }
  .featured-content__image img {
    width: 100%; }

.video-icon {
  position: absolute;
  right: 8px;
  bottom: 33px;
  font-size: 0.65em;
  line-height: 1.154;
  color: #ffffff;
  cursor: pointer;
  z-index: 10; }

.video-icon:before {
  position: absolute;
  right: 12px;
  bottom: -15px;
  width: 21px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 3px;
  content: ""; }

.video-icon:after {
  position: absolute;
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  border-width: 6px 20px 6px 0;
  content: ""; }

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

.featured-content__text--title {
  margin-top: 18px;
  margin-bottom: 7px;
  font-size: 1.2em;
  line-height: 1.208;
  color: #4c4c4e; }
  .featured-content__text--title a {
    color: #4c4c4e; }
  .featured-content__text--title:hover, .featured-content__text--title a:hover {
    color: #7cb085; }

.featured-content__text--date, .content-list__date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.7em; }

.featured-content__text--summary {
  font-size: 0.9em;
  margin-top: 20px; }

.featured-content__text--link {
  margin-top: 6px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.667;
  text-transform: uppercase; }
  .featured-content__text--link a {
    position: relative;
    display: inline-block; }
    .featured-content__text--link a:after {
      content: url('../App_Front-End/img/svg/arrow.svg.html');
      display: inline-block;
      width: 6px;
      height: 10px;
      margin-left: 5px;
      position: relative;
      top: 0; }
  @media screen and (max-width: 600px)  {
    .featured-content__text--link {
      padding-bottom: 25px; } }

/* Listed Links Component to be placed in 2-up layout */
.listed-links {
  display: inline-block;
  width: 100%;
  text-align: left; }

.listed-links li {
  padding-bottom: 10px; }

.content-up__item .listed-links {
  padding-bottom: 70px; }
  .content-up__item .listed-links:last-of-type {
    padding-bottom: 0; }
  @media screen and (max-width: 600px)  {
    .content-up__item .listed-links {
      padding-bottom: 0; } }

.listed-links__title {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px dotted; }

.listed-links__column {
  float: left;
  width: 50%;
  margin-top: 0.65em;
  margin-bottom: 0;
  padding-left: 0; }
  @media screen and (max-width: 600px)  {
    .listed-links__column {
      padding-bottom: 10px; } }

.listed-links__column * {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.8rem;
  list-style: none;
  word-wrap: break-word;
  line-height: 1.2;
  padding-left: 0; }

.listed-links__column--one {
  padding-right: 0.65em; }

.listed-links__column--two {
  padding-left: 0.65em; }

/* Content List Component to be placed in 2-up layout */
.content-list__item {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  padding: 20px 20px 0 20px;
  text-align: left;
  background-color: #ececec; }

.content-list__title {
  color: #4c4c4e;
  font-family: FFScalaWebBold;
  font-size: 1.2em; }

.content-list__date {
  margin-top: 6px;
  border-bottom: 1px dotted #4c4c4e;
  padding-bottom: 20px; }

.two-up__item--left .content-list__item:last-of-type, .two-up__item--right .content-list__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0; }

.two-up__item--left .content-list__item:last-of-type .content-list__date, .two-up__item--right .content-list__item:last-of-type .content-list__date {
  border-bottom: none; }

.media-container {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 600px)  {
    .media-container {
      margin: 0 !important; } }

.media-container__title {
  font-size: 1.5em;
  text-align: center;
  max-width: 820px;
  margin: 0.2em auto 0 auto; }
  .media-container__title a {
    color: #4c4c4e; }
    .media-container__title a:hover {
      color: #7cb085; }
  .media-container__title:before {
    display: block;
    width: 42px;
    height: 5px;
    background-color: #fbcc11;
    content: "";
    margin: 0 auto 20px; }

.media-container__description {
  text-align: center;
  max-width: 820px;
  margin: .2em auto 26px auto; }

.media-container__media-wrapper {
  max-width: 820px;
  margin: 0 auto; }

.media-container__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.media-container__image-wrapper img {
  max-width: 100%;
  height: auto; }

.media-container__featured-left {
  display: inline-block;
  width: 35%;
  padding-right: 15px;
  float: left; }
  @media screen and (max-width: 600px)  {
    .media-container__featured-left {
      width: 100%; } }

.media-container__featured-right {
  display: inline-block;
  float: right;
  width: 60%;
  float: right; }
  @media screen and (max-width: 600px)  {
    .media-container__featured-right {
      width: 100%; } }
  .media-container__featured-right .featured-content__text--summary {
    line-height: 1.5em;
    margin-top: 0; }
  .media-container__featured-right .featured-content__text--link a {
    position: relative;
    display: inline-block; }
    .media-container__featured-right .featured-content__text--link a:after {
      content: url('../App_Front-End/img/svg/arrow.svg.html');
      display: inline-block;
      width: 6px;
      height: 10px;
      margin-left: 5px;
      position: relative;
      top: 0; }

.media-container__about {
  margin-top: 15px;
  overflow: hidden;
  text-align: left; }

.media-container__media-title {
  font-family: FFScalaWebBold, Georgia, Utopia, Charter, serif;
  margin-top: 0;
  font-size: 1.2em; }
  .media-container__media-title a {
    color: #4c4c4e; }
    .media-container__media-title a:hover {
      color: #7cb085; }

.media-container__media-date {
  font-size: 0.7em;
  margin-top: 18px;
  color: #a5a5a6; }

.JP h5 {
  font-size: 12px;
  font-size: 0.8rem; }

@media screen and (max-width: 768px)  {
  .container [class*="grid_"] {
    float: none; } }
@media screen and (max-width: 768px)  {
  .container .consultantsLanding [class*="grid_"] {
    float: left; } }
@media screen and (max-width: 768px)  {
  .consultant-profile--container .container .pull_7, .consultant-profile--container .container .push_3 {
    left: 0; }
  .consultant-profile--container .container .grid_7, .consultant-profile--container .container .grid_3, .consultant-profile--container .container .grid_2 {
    width: 100%; } }
.container .grid_6 {
  padding-left: 0; }

/* General Legacy Styles */
label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #262626; }

a.indicator {
  font-weight: normal; }

.siteBody {
  background-color: white;
  position: relative;
  z-index: 1; }

.table {
  display: table; }

.tableCell {
  display: table-cell; }

.contentWrap {
  font-size: 16px;
  font-size: 1rem;
  color: #4c4c4e; }
  .contentWrap a {
    color: #3b964b; }
    .contentWrap a:hover {
      color: #7cb085; }

.container {
  max-width: 1000px;
  min-width: 0; }

.sidebar img {
  max-width: 100%;
  height: auto; }

.sidebar--left {
  float: left;
  padding: 0;
  margin-top: 35px; }
  .container .sidebar--left {
    padding: 0; }
  @media screen and (max-width: 768px)  {
    .twoCol .sidebar--left {
      left: 0;
      width: 100%; } }
  .sidebar--left .headerImage {
    margin: 0 0 20px 0; }
    @media screen and (max-width: 768px)  {
      .sidebar--left .headerImage {
        height: auto;
        width: 100%; } }
    .sidebar--left .headerImage:last-child {
      margin: 0; }
  @media screen and (max-width: 767px)  {
    .sidebar--left {
      clear: left; } }
  @media screen and (max-width: 768px)  {
    .sidebar--left {
      margin-bottom: 50px; } }

.sidebar--right {
  margin-top: 35px; }
  .container .sidebar--right {
    float: right;
    padding: 0; }
  @media screen and (max-width: 768px)  {
    .sidebar--right {
      margin-bottom: 50px; } }

.sidebar-box::after {
  clear: both;
  content: "";
  display: table; }
.sidebar-box:last-child {
  margin-bottom: 0; }
.sidebar--left .sidebar-box {
  padding: 18px; }

.sidebar-box--blue {
  background-color: #f5f7f9; }

.sidebar-box--remove-margin {
  margin-bottom: 0; }

.consultant-name {
  position: relative;
  width: 75%;
  left: 25%;
  padding: 0 3%;
  margin-bottom: 0.47727em; }
  @media screen and (max-width: 768px)  {
    .consultant-name {
      width: 100%;
      left: 0; } }

.content-box__full--blue-dark {
  background-color: #00396f; }

.page-head h2, .page-head h3 {
  font-weight: normal;
  margin: 0; }
.content-box__full--blue-dark .page-head h2 {
  color: #98a7bc; }
.content-box__full--blue-dark .page-head h3 {
  color: white; }
.container .page-head {
  padding: 45px 3% 30px 3%; }
  @media screen and (max-width: 768px)  {
    .container .page-head {
      float: none;
      left: 0;
      width: 100%; } }

.container .page-head--full-width {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 768px)  {
    .container .page-head--full-width {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (max-width: 480px)  {
    .container .page-head--full-width {
      padding: 2.25rem 0.5rem 1.5rem; } }

.mainContent {
  background: none; }
  .oneCol .mainContent {
    width: 100%;
    padding: 0; }

.main-content {
  padding: 0 3%;
  margin-top: 35px; }
  .main-content .mainContent {
    background: transparent;
    width: 100%;
    padding: 0;
    float: none; }
  .main-content .contentWrap {
    float: none;
    padding: 0; }
  .container .main-content {
    float: left;
    padding: 0 3%; }
  @media screen and (max-width: 768px)  {
    .interior .main-content {
      float: none;
      left: 0;
      width: 100%; } }
  @media screen and (max-width: 768px)  {
    .main-content {
      margin-bottom: 50px; } }

.sidebar-nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sidebar-nav li:last-child {
    margin-bottom: 0; }

.sidebar-nav__title a {
  color: #4c4c4e;
  display: inline-block; }

.sidebar-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sidebar-nav__list .indicator.arrow {
    color: #4c4c4e; }

.sidebar-nav__list-item {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.33333em; }
  .sidebar-nav__list-item > a {
    color: #4c4c4e;
    font-weight: normal; }
    .sidebar-nav__list-item > a:after {
      width: 18px;
      height: 18px;
      content: '';
      display: inline-block;
      background-size: 18px;
      margin-left: 10px;
      position: relative;
      bottom: -4px; }
    .sidebar-nav__list-item > a:hover {
      color: #7cb085; }
    .sidebar-nav__list-item > a.arrow span {
      display: none; }
    .sidebar-nav__list-item > a.indicator.drop span {
      width: 18px;
      height: 18px;
      display: inline-block;
      background-size: 18px;
      margin-left: 10px;
      position: relative;
      text-indent: -99999px; }
      .sidebar-nav__list-item > a.indicator.drop span.active {
        background-position: 0 0; }
    .sidebar-nav__list-item > a.indicator.drop.active span {
      background-position: 0 0; }
    .sidebar-nav__list-item > a.indicator.drop:after {
      display: none; }
    .sidebar-nav__list-item > a.indicator.drop + ul {
      padding: 20px 0 0 33px; }
  .sidebar-nav__list-item:last-child {
    margin: 0; }

.sidebar-nav__sub-list {
  list-style-type: none;
  margin: 0 0 0 0; }

.sidebar-nav__sub-list-item a {
  color: #818183; }
  .sidebar-nav__sub-list-item a:hover, .sidebar-nav__sub-list-item a.on {
    color: #7cb085; }

.office-contact-details {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 10px 20px 10px;
  padding: 0; }
  .office-contact-details h5 {
    font-style: italic;
    font-weight: normal;
    margin: 0 0 0.5em 0; }
  .office-contact-details:last-child {
    margin-bottom: 0; }

.emailLink {
  font-size: 12px;
  font-size: 0.75rem;
  color: #4c4c4e;
  padding: 0 0 0 35px;
  margin: 0 10px 20px 10px;
  position: relative;
  background: none; }
  .emailLink:before {
    width: 26px;
    height: 26px;
    background-size: 26px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0; }
  .emailLink:last-child {
    margin-bottom: 0; }

.slideshow__practice, .consultantSlide {
  border-bottom: 1px dotted #4c4c4e;
  padding-bottom: 20px;
  position: relative; }
  .slideshow__practice .cycle-slideshow, .consultantSlide .cycle-slideshow {
    height: auto;
    margin: 0; }
  .slideshow__practice .cycle-overlay, .consultantSlide .cycle-overlay {
    color: #a5a5a6;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    width: 100%;
    right: auto; }
    .slideshow__practice .cycle-overlay a, .consultantSlide .cycle-overlay a {
      color: #4c4c4e;
      font-size: 13px;
      font-size: 0.85rem;
      line-height: 1; }
      .slideshow__practice .cycle-overlay a:hover, .consultantSlide .cycle-overlay a:hover {
        color: #7cb085; }
  .slideshow__practice .cycle-pager, .consultantSlide .cycle-pager {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    margin: 13px 0; }
    .slideshow__practice .cycle-pager::after, .consultantSlide .cycle-pager::after {
      clear: both;
      content: "";
      display: table; }
    .slideshow__practice .cycle-pager a, .consultantSlide .cycle-pager a {
      width: 10px;
      height: 10px;
      float: left;
      background: #a5a5a6;
      border-radius: 5px;
      margin: 0 3px; }
      .slideshow__practice .cycle-pager a.cycle-pager-active, .consultantSlide .cycle-pager a.cycle-pager-active {
        background: #3b964b; }

.consultantSlide {
  border-bottom: 0; }
  .consultantSlide .cycle-pager {
    margin: 0; }
    .consultantSlide .cycle-pager a {
      float: right; }

.contentDrop {
  font-size: 16px;
  font-size: 1rem; }
  .JP form[action="/our-expertise"] .contentDrop {
    font-size: 12px;
    padding-right: 14px; }
  .JP form[action="/our-expertise"] .grid_4:nth-of-type(2) .contentDrop li {
    max-width: 190px; }
  .contentDrop > li > a.indicator {
    color: #4c4c4e;
    font-weight: normal; }
    .contentDrop > li > a.indicator.drop span {
      width: 18px;
      height: 18px;
      display: inline-block;
      background-size: 18px;
      text-indent: -99999px;
      vertical-align: middle; }
    .contentDrop > li > a.indicator.drop.active span {
      background-position: 0; }
    .contentDrop > li > a.indicator:hover {
      color: #7cb085; }
    .contentDrop > li > a.indicator + ul {
      padding: 0.5em 0 0 40px;
      list-style-type: disc; }
      .contentDrop > li > a.indicator + ul li {
        font-size: 16px;
        font-size: 1rem;
        list-style: inherit;
        padding: 0; }

.focusText, .focusText p, .focusText blockquote {
  color: #4c4c4e; }

.searchBox input[type="text"], .searchBox select {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #a5a5a6;
  box-shadow: inset 0 0 2px 0 rgba(165, 165, 166, 0.75);
  background-color: #ececec; }
@media screen and (max-width: 768px)  {
  .searchBox .grid_5::after {
    clear: both;
    content: "";
    display: table; } }

.splitContentHdg {
  background: none; }
  .splitContentHdg h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #4c4c4e; }
  .splitContentHdg a {
    color: #4c4c4e; }
    .splitContentHdg a:hover {
      color: #7cb085; }

.splitContentBox .contentDrop > li a, .splitContentBox .contentDrop > li a.indicator {
  color: #4c4c4e;
  font-weight: normal; }
  .splitContentBox .contentDrop > li a:hover, .splitContentBox .contentDrop > li a.indicator:hover {
    color: #7cb085; }
.splitContentBox .contentDrop > li li a {
  color: #4c4c4e !important; }
  .splitContentBox .contentDrop > li li a:hover {
    color: #7cb085 !important; }

.greyBox {
  margin-bottom: 1em;
  background-color: #f5f7f9;
  border: none; }
  .greyBox:last-child {
    margin-bottom: 0; }

.scfForm input[type="text"], input[type="text"], .scfForm input[type="password"], input[type="password"], .scfForm select, select, .scfForm textarea, textarea {
  font-size: 11px;
  font-size: 0.7rem;
  border: 1px solid #a5a5a6;
  box-shadow: inset 0 0 2px 0 rgba(165, 165, 166, 0.75);
  background-color: #ececec; }

.scfForm input[type="text"], input[type="text"], .scfForm input[type="password"], input[type="password"] {
  padding-right: 5px;
  padding-left: 5px;
  outline: none; }

.scfForm input[type="text"], input[type="text"], .scfForm select, select {
  text-transform: uppercase; }

.scfForm select:focus, .scfForm input[type="text"]:focus {
  border: 1px solid #a5a5a6; }

.more.indicator.arrow {
  display: inline-block;
  font-weight: normal;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px; }
  .more.indicator.arrow span {
    display: none; }

.cycle-slideshow {
  min-width: 0; }

a.rssLink {
  color: #4c4c4e;
  line-height: 30px;
  line-height: 1.9rem; }

.paging {
  background-color: #fff;
  padding: 1%; }
  .paging::after {
    clear: both;
    content: "";
    display: table; }
  .paging span > a, .paging span > span {
    font-size: 9px;
    font-size: 0.6rem;
    padding: 5px 10px; }
  .paging span > a {
    background: none;
    border-color: transparent;
    color: #7cb085; }
    .paging span > a:hover {
      text-decoration: underline; }
  .paging span > span {
    background: #ececec;
    border-color: #a5a5a6;
    color: #818183; }
  .paging span > div {
    margin: 0; }

.paging:nth-of-type(2) {
  display: none; }
  table ~ .paging:nth-of-type(2) {
    display: block; }

.indicator.arrow {
  padding-right: 16px;
  padding-right: 1rem;
  position: relative; }
  .indicator.arrow span {
    margin-top: -4px;
    margin-top: -0.3rem;
    position: absolute;
    right: 0;
    top: 50%; }
  .gMap .indicator.arrow {
    display: inline-block;
    margin-top: 8px;
    margin-top: 0.5rem; }

.ss_lastitem + h2, .ss_lastitem + h3, .ss_lastitem + h4, .ss_lastitem + h5, .ss_lastitem + h6, .ss_lastitem + p, .ss_lastitem + div, .ss_lastitem + ul, .ss_lastitem + ol {
  clear: both; }

/* Styles for LEgacy Consultants Listing Page */
.consultantListing {
  clear: both;
  margin: 30px 0;
  padding: 0; }
  .consultantListing h3 {
    margin: 0; }
  .consultantListing ul::after {
    clear: both;
    content: "";
    display: table; }
  .consultantListing ul > li {
    padding: 1px; }
  .consultantListing li {
    width: calc(960px / 26);
    height: calc(960px / 26);
    margin: 0;
    padding: 1px; }
    .consultantListing li a {
      background: #00396f;
      line-height: 1em;
      padding: 0;
      display: block;
      margin: 0;
      padding: 25% 0 18%;
      width: 100%;
      height: auto; }
      .consultantListing li a:hover, .consultantListing li a:focus, .consultantListing li a.on {
        background: #3b964b;
        color: white; }

.consultantSearch {
  clear: both; }
  .consultantSearch input[type="text"], .consultantSearch select {
    border: 0;
    padding: 10px; }
  .consultantSearch .button, .consultantSearch .contentWrap a.button, .contentWrap .consultantSearch a.button, .consultantSearch .searchBox .submit, .searchBox .consultantSearch .submit, .consultantSearch .searchBox .scfSubmitButton, .searchBox .consultantSearch .scfSubmitButton, .consultantSearch .corporateDrop > a {
    margin-top: 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px)  {
      .consultantSearch .button, .consultantSearch .contentWrap a.button, .contentWrap .consultantSearch a.button, .consultantSearch .searchBox .submit, .searchBox .consultantSearch .submit, .consultantSearch .searchBox .scfSubmitButton, .searchBox .consultantSearch .scfSubmitButton, .consultantSearch .corporateDrop > a {
        width: 100%; } }

.searchResults {
  font-size: 14px;
  font-size: 0.9rem; }
  .searchResults a {
    color: #4c4c4e; }
    .searchResults a:hover {
      color: #7cb085; }
  .searchResults th, .searchResults td {
    padding: 1%; }
  .searchResults th {
    color: #4c4c4e; }
    .searchResults th a {
      color: #4c4c4e; }
      .searchResults th a:hover {
        color: #7cb085; }
    .searchResults th:first-child {
      width: 18%; }
    .searchResults th:nth-child(2) {
      width: 14%; }
    .searchResults th:nth-child(3) {
      width: 52%; }
  .searchResults td:first-child a {
    font-weight: normal; }
  .searchResults ul li, .searchResults ol li {
    margin-bottom: 0; }
  .searchResults .researchResults th, .searchResults .researchResults td {
    float: left; }
    .searchResults .researchResults th:first-child, .searchResults .researchResults td:first-child {
      text-align: left;
      width: 120px; }
    .searchResults .researchResults th:nth-child(2), .searchResults .researchResults td:nth-child(2) {
      width: calc(100% - 120px); }
    .searchResults .researchResults th:nth-child(3), .searchResults .researchResults td:nth-child(3) {
      clear: both;
      width: 100%; }
    @media only screen and (max-width: 480px) {
      .searchResults .researchResults th:nth-child(1n), .searchResults .researchResults td:nth-child(1n) {
        width: 100%; } }
    @media only screen and (min-width: 48em) {
      .searchResults .researchResults th, .searchResults .researchResults td {
        float: none; }
        .searchResults .researchResults th:first-child, .searchResults .researchResults td:first-child {
          min-width: 120px;
          width: 10%; }
        .searchResults .researchResults th:nth-child(2), .searchResults .researchResults td:nth-child(2) {
          width: 70%; }
        .searchResults .researchResults th:nth-child(3), .searchResults .researchResults td:nth-child(3) {
          width: 20%; } }
  .searchResults .researchResults th {
    font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif; }

.researchResults p:empty, .researchResults p i {
  display: none; }
.researchResults h4 {
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal; }
  .researchResults h4 a {
    color: #4c4c4e; }
    .researchResults h4 a:hover {
      color: #7cb085; }
.researchResults .more.indicator.arrow {
  font-size: 12px;
  font-size: 0.8rem; }

/* Styles for the Legacy Consultants page */
.consultant-profile--container {
  padding-top: 45px; }

.mod__component {
  float: none;
  margin: 0 0 20px 0;
  max-width: 100%;
  background-color: #f5f7f9; }
  .mod__component:last-child {
    margin: 0; }
  .mod__component .modHdg {
    background: none;
    padding: 10px;
    -webkit-filter: none;
            filter: none; }
    .mod__component .modHdg h3 {
      color: #4c4c4e;
      margin: 0; }
  .mod__component.mod-connect .modHdg, .mod__component.download-directions .modHdg {
    margin-bottom: 10px; }
  .mod__component.mod-connect .modContent a, .mod__component.download-directions .modContent a {
    font-weight: normal; }
  .mod__component .modContent {
    background: none;
    padding: 10px; }
  .mod__component .modImageInfo {
    border-top: 0; }
    .mod__component .modImageInfo img {
      display: none; }
    .mod__component .modImageInfo a {
      font-size: 14px;
      font-size: 0.9rem;
      color: #3b964b; }
      .mod__component .modImageInfo a:hover {
        color: #7cb085; }
  .mod__component .indicator-link {
    font-size: 10px;
    font-size: 0.65rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #4c4c4e;
    display: block;
    background-color: #d5e7da;
    padding: 15px 10px; }
    .mod__component .indicator-link:after {
      width: 5px;
      height: 9px;
      background-size: 5px 9px;
      content: '';
      display: inline-block;
      margin-left: 5px; }
    .mod__component .indicator-link:link:hover {
      color: #7cb085; }
  .sidebar--left .mod__component .modHdg, .sidebar--left .mod__component .modContent {
    padding: 0; }

.consultantBioInfo ul {
  padding: 0 0 0 40px; }

.section-header--small, .mod__component .modHdg h3, .sidebar-nav__title .section-header--small, .sidebar-nav__title .mod__component .modHdg h3, .mod__component .modHdg .sidebar-nav__title h3 {
  display: block; }

/** consultantSlide **/
.consultantSlide .cycle-pager {
  text-align: right; }
  .consultantSlide .cycle-pager a {
    float: none; }

/* Global Locations Styling */
.locationsMap {
  margin-top: 0;
  margin-left: -12px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.mapTopLinks {
  margin-left: -12px;
  padding: 10px;
  width: calc(100% + 24px); }
  @media screen and (max-width: 998px)  {
    .mapTopLinks {
      display: none; } }

.regionLinks {
  margin: 0; }
  .regionLinks .topRegionName {
    color: #3b964b; }
    .regionLinks .topRegionName:hover, .regionLinks .topRegionName.active {
      color: #7cb085; }

.corporateDrop {
  top: -42px;
  right: 10px;
  height: 37px;
  max-width: 225px;
  background: none; }
  .corporateDrop > a {
    padding: 5px;
    letter-spacing: 2px;
    min-width: 225px; }
    .corporateDrop > a span {
      display: none; }

.corporateOffices {
  box-sizing: border-box;
  background-color: #f5f7f9;
  border: 2px solid #7cb085;
  border-top: none; }
  .corporateOffices li {
    margin: 0; }
    .corporateOffices li a {
      margin: 0;
      max-width: 220px;
      color: #3b964b;
      font-size: 14px;
      font-size: 0.9rem;
      line-height: 1.3em; }
      .corporateOffices li a span {
        font-size: 12px;
        font-size: 0.8rem;
        line-height: 1.3em;
        color: #262626; }
      .corporateOffices li a:hover {
        background-color: #7cb085;
        color: white; }

.mapSidebar {
  background-color: #f5f7f9; }
  .mapSidebar .countryName {
    color: #4c4c4e; }
  .mapSidebar .countryInfo a {
    color: #3b964b; }
    .mapSidebar .countryInfo a:hover {
      color: #7cb085;
      background: none; }

.locations-marker .marker-bubble {
  width: 580px;
  min-height: 120px; }
  .locations-marker .marker-bubble:after {
    top: auto;
    bottom: -10px;
    border-top-color: #00396f; }
  .locations-marker .marker-bubble .title {
    font-size: 12px;
    font-size: 0.8rem;
    color: white; }
  .locations-marker .marker-bubble .address {
    font-size: 9px;
    font-size: 0.6rem;
    color: #f5f7f9; }
  .locations-marker .marker-bubble .contact {
    font-size: 9px;
    font-size: 0.6rem;
    color: #f5f7f9; }

.locations-marker:hover .marker-bubble, .locations-marker:focus .marker-bubble, .locations-marker.hover .marker-bubble {
  background: #00396f; }

.mapBack {
  color: #3b964b;
  background-color: #262626; }

.locationsMapList h2 {
  font-size: 19px;
  font-size: 1.2rem;
  background-color: #f5f7f9;
  margin-bottom: 0; }
  .locationsMapList h2.indicator span {
    margin-top: 2px; }
.locationsMapList h3 {
  padding: 10px 0;
  font-size: 17px;
  font-size: 1.1rem; }
.locationsMapList h4 {
  font-size: 16px;
  font-size: 1rem; }
  .locationsMapList h4 a {
    color: #3b964b; }
    .locationsMapList h4 a:hover {
      color: #7cb085; }
.locationsMapList h2 a, .locationsMapList h3 a {
  color: #4c4c4e; }
  .locationsMapList h2 a:hover, .locationsMapList h3 a:hover {
    color: #7cb085; }
.locationsMapList ul {
  background-color: #f5f7f9;
  padding: 20px; }
.locationsMapList li li {
  padding: 0; }
.locationsMapList .location-region > ul {
  padding: 0 20px; }
.locationsMapList .location-country {
  margin: 0;
  border-bottom: 1px solid #98a7bc; }
  .locationsMapList .location-country h3 {
    padding: 10px 0;
    margin: 0;
    border-bottom: none; }
    .locationsMapList .location-country h3:first-child {
      padding: 10px 0; }
  .locationsMapList .location-country > ul {
    padding: 10px 0 0 0;
    border-top: 2px solid #d6dce4; }
    .locationsMapList .location-country > ul > li {
      min-height: 0; }
  .locationsMapList .location-country:last-child {
    border-bottom: none; }
.locationsMapList .location-site p, .locationsMapList .location-site dl {
  color: #262626;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.25em;
  padding: 0 2%;
  margin: 0 0 0.25em 0; }
.locationsMapList .location-site p.address {
  padding: 0 2% 0 0;
  width: 55%; }
.locationsMapList .location-site dl.contactInfo {
  padding: 0;
  width: 45%; }
.locationsMapList .location-site:nth-child(odd) {
  clear: left; }
.locationsMapList .location-site.corporate {
  display: none; }
@media screen and (max-width: 500px)  {
  .locationsMapList .location-site p.address, .locationsMapList .location-site dl.contactInfo {
    float: none;
    width: 100%; } }

.officeLocations h4 {
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1.3em 0 .2em;
  color: #4c4c4e; }
.officeLocations .grid_6:first-child h4 {
  font-weight: normal; }
  .officeLocations .grid_6:first-child h4:first-child {
    font-weight: normal;
    color: #4c4c4e; }
.officeLocations .grid_6:first-child a {
  color: #4c4c4e; }
  .officeLocations .grid_6:first-child a:hover {
    color: #7cb085; }
  .officeLocations .grid_6:first-child a.indicator {
    position: relative;
    color: #3b964b; }
    .officeLocations .grid_6:first-child a.indicator:hover {
      color: #7cb085; }

.container .grid_6.gMap {
  height: 296px;
  height: 18.5rem; }
  @media screen and (max-width: 768px)  {
    .container .grid_6.gMap {
      float: none !important; } }

/* Legacy Login Page Style Corrections */
.accountLogin .blockhdng {
  border-bottom: 1px solid #4c4c4e; }

/* Research & Insight Landing Page Style Corrections */
.researchLanding h3 {
  color: #4c4c4e; }

.leaderTopics img {
  width: 100%;
  height: auto; }
.leaderTopics li {
  font-size: 14px;
  font-size: 0.9rem;
  width: 19.2%;
  margin-right: 1%;
  text-align: center; }
  .leaderTopics li:last-child {
    margin-right: 0; }
.leaderTopics a {
  color: #3b964b; }

.recentArticles .articleItem {
  font-size: 14px;
  font-size: 0.9rem;
  color: #4c4c4e; }
  .recentArticles .articleItem h4 {
    font-weight: bold;
    font-size: 19px;
    font-size: 1.2rem;
    color: #4c4c4e; }
    .recentArticles .articleItem h4 a {
      color: #4c4c4e; }
      .recentArticles .articleItem h4 a:hover {
        color: #7cb085; }

.researchResults h4 a {
  font-weight: normal; }

.researchResults__sub-title {
  margin: 0; }
  .researchResults__sub-title:empty {
    display: none; }

/* Legacy Style Corrections For Featured Info */
.featuredInfo {
  font-weight: normal; }
  .featuredInfo h1 a {
    color: #4c4c4e; }
    .featuredInfo h1 a:hover {
      color: #7cb085; }

/* Legacy Leadership & Insight Styles */
.leaderTopics li, .contentWrap .leaderTopics li {
  line-height: 1.1em;
  margin-bottom: 0;
  padding: 0; }
  @media screen and (max-width: 600px)  {
    .leaderTopics li, .contentWrap .leaderTopics li {
      float: none;
      margin-top: 0.75rem;
      text-align: left;
      width: 100%; } }
  @media screen and (max-width: 600px)  {
    .leaderTopics li:first-child, .contentWrap .leaderTopics li:first-child {
      margin-top: 0; } }
  .leaderTopics li img, .contentWrap .leaderTopics li img {
    margin: 0 0 13px;
    margin: 0 0 0.85rem; }
    @media screen and (max-width: 600px)  {
      .leaderTopics li img, .contentWrap .leaderTopics li img {
        margin: 0 1.5rem 0 0;
        width: auto; } }
  .leaderTopics li a, .contentWrap .leaderTopics li a {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 960px)  {
      .leaderTopics li a, .contentWrap .leaderTopics li a {
        font-size: 0.9rem; } }

.researchSearchBox .submit {
  min-width: 140px; }

.featuredResearch {
  border: none;
  margin: 60px 0 72px;
  margin: 3.75rem 0 4.5rem;
  padding: 0 !important; }
  @media screen and (max-width: 768px)  {
    .featuredResearch {
      padding: 0 0.5rem !important; } }
  @media screen and (max-width: 600px)  {
    .featuredResearch {
      float: none;
      text-align: center; } }
  .featuredResearch h3 {
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase; }
  .featuredResearch img {
    margin: 0 24px 0 0;
    margin: 0 1.5rem 0 0; }
    @media screen and (max-width: 600px)  {
      .featuredResearch img {
        float: none;
        margin: 0 0 0.75rem;
        width: 100%; } }
  .featuredResearch .featuredInfo h3 {
    color: #4c4c4e;
    font-size: 22px;
    font-size: 1.4rem;
    text-transform: none; }
    .featuredResearch .featuredInfo h3 a {
      color: inherit;
      font: inherit; }
      .featuredResearch .featuredInfo h3 a:hover {
        color: #7cb085; }
  .featuredResearch .featuredInfo .meta-date {
    color: #a5a5a6;
    font-size: 11px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    letter-spacing: 0.15rem;
    text-transform: uppercase; }
  .featuredResearch .featuredInfo .meta-summary {
    margin: 16px 0;
    margin: 1rem 0; }
  .featuredResearch .featuredInfo p em {
    font-style: normal; }
  @media screen and (max-width: 600px)  {
    .featuredResearch .featuredInfo .button, .featuredResearch .featuredInfo .searchBox .submit, .searchBox .featuredResearch .featuredInfo .submit, .featuredResearch .featuredInfo .searchBox .scfSubmitButton, .searchBox .featuredResearch .featuredInfo .scfSubmitButton, .featuredResearch .featuredInfo .corporateDrop > a {
      display: block; } }

.recentArticles[class*="grid_"] {
  padding: 0; }
  @media screen and (max-width: 768px)  {
    .recentArticles[class*="grid_"] {
      padding: 0 0.5rem; } }
.recentArticles .articleItem h4 {
  font-size: 19px;
  font-size: 1.2rem; }

/** Forms style updates **/
.scfForm input[type="text"], input[type="text"], .scfForm input[type="password"], input[type="password"], .scfForm select, select {
  background-color: #ececec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.4rem;
  text-transform: none; }

label {
  text-transform: none; }

.RegSteps {
  float: none;
  height: auto; }
  .RegSteps::after {
    clear: both;
    content: "";
    display: table; }

.file-upload-pane {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

.icon-show-hide b {
  position: relative;
  top: -6px;
  left: -1px; }

.searchBox {
  /*input[type=text] {
		.researchLanding & {
			padding-left: rem(12);
		}
	}*/ }
  .researchLanding .searchBox {
    margin-right: 2.25%;
    width: 31%; }
    @media screen and (max-width: 768px)  {
      .researchLanding .searchBox {
        margin: 0 0 4.5rem;
        padding: 0 0.5rem;
        width: 100%; } }
    @media screen and (max-width: 600px)  {
      .researchLanding .searchBox {
        margin-bottom: 1.5rem; } }
  .researchLanding .searchBox input[type=text], .researchLanding .searchBox select {
    background-color: #ececec;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 8px 6px;
    padding: 0.5rem 0.5rem 0.4rem; }
  .searchBox .droparrow {
    margin: 8px 0 0 -19px;
    margin: 0.55rem 0 0 -1.2rem; }
  @media screen and (max-width: 960px)  {
    .researchLanding .searchBox .search-actions {
      text-align: center; } }
  @media screen and (max-width: 768px)  {
    .researchLanding .searchBox .search-actions {
      text-align: left; } }
  @media screen and (max-width: 600px)  {
    .researchLanding .searchBox .search-actions {
      text-align: center; } }
  .researchLanding .searchBox .search-actions a {
    margin-top: 15px;
    margin-top: 0.95rem; }
    @media screen and (max-width: 960px)  {
      .researchLanding .searchBox .search-actions a {
        display: inline-block;
        float: none;
        margin-top: 3.5rem; } }
    @media screen and (max-width: 768px)  {
      .researchLanding .searchBox .search-actions a {
        float: left;
        margin-top: 0.95rem; } }
    @media screen and (max-width: 600px)  {
      .researchLanding .searchBox .search-actions a {
        display: inline-block;
        float: none;
        margin-top: 3.5rem; } }
  .researchLanding .searchBox .submit {
    border-radius: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
    min-width: 96px;
    min-width: 6rem;
    padding: 8px 12px 5px;
    padding: 0.55rem 0.75rem 0.35rem; }
    @media screen and (max-width: 960px)  {
      .researchLanding .searchBox .submit {
        margin-top: -4.5rem;
        width: 100%; } }
    @media screen and (max-width: 768px)  {
      .researchLanding .searchBox .submit {
        margin-top: 0.5rem;
        width: auto; } }
    @media screen and (max-width: 600px)  {
      .researchLanding .searchBox .submit {
        margin-top: -4.5rem;
        width: 100%; } }

/* Login section */
.container .accountLogin [class*="grid_"] {
  padding: 0; }
.accountLogin .blockhdng {
  border-bottom: none;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
.accountLogin .currentAccount .inner {
  background-color: #f8f8f8;
  padding: 16px;
  padding: 1rem; }
.accountLogin .reqKeyWrpr {
  position: static; }
@media screen and (max-width: 480px)  {
  .accountLogin .table {
    display: block; } }
@media screen and (max-width: 480px)  {
  .accountLogin .tableCell {
    display: block; } }
@media screen and (max-width: 480px)  {
  .accountLogin .tableCell:empty {
    display: none; } }
@media screen and (max-width: 480px)  {
  .accountLogin .tableCell label {
    display: block;
    margin-bottom: 0.25rem; } }
.accountLogin .tableCell input[type="text"], .accountLogin .tableCell input[type="password"] {
  background-color: #ececec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.4rem;
  text-transform: none;
  width: 162px;
  width: 10.15rem; }
  @media screen and (max-width: 480px)  {
    .accountLogin .tableCell input[type="text"], .accountLogin .tableCell input[type="password"] {
      width: 100%; } }
@media screen and (max-width: 480px)  {
  .accountLogin .button, .accountLogin .contentWrap a.button, .contentWrap .accountLogin a.button, .accountLogin .searchBox .submit, .searchBox .accountLogin .submit, .accountLogin .searchBox .scfSubmitButton, .searchBox .accountLogin .scfSubmitButton, .accountLogin .corporateDrop > a {
    width: 100%; } }

/** Registration Table **/
.regTable td {
  padding: 0 12px 8px 0;
  padding: 0 0.75rem 0.5rem 0; }
  .regTable td select, .regTable td input[type="text"] {
    height: auto; }
  .regTable td select + .droparrow {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-left: -17px;
    margin-left: -1.1rem; }

.accountHeading select + .droparrow {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: -17px;
  margin-left: -1.1rem; }
.accountHeading .icon-show-hide b {
  left: 0;
  top: -7px;
  top: -0.45rem; }

.executiveTeam {
  margin-top: 2em; }
  .executiveTeam > h4, .executiveTeam > h6 {
    clear: both;
    padding-top: 1em;
    padding-bottom: 0.1em; }
  .executiveTeam > ul > li {
    width: 48%;
    margin: 0 0 0.75em 0;
    min-height: inherit;
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.1em; }
    .executiveTeam > ul > li:nth-child(odd) {
      margin-right: 4%; }
    .executiveTeam > ul > li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.35em;
      font-weight: normal;
      color: #3b964b;
      text-decoration: none; }
      .executiveTeam > ul > li a:hover {
        color: #7cb085; }
    @media screen and (max-width: 767px)  {
      .executiveTeam > ul > li {
        width: 100%; } }

.mediaCenter .player {
  height: auto;
  margin: 0 5% 0 0;
  width: 55%; }
  @media screen and (max-width: 480px)  {
    .mediaCenter .player {
      background-color: #000;
      margin-bottom: 1rem; } }
.mediaCenter .slidePlayVid {
  left: 50%;
  margin: -36px 0 0 -36px;
  margin: -2.25rem 0 0 -2.25rem;
  top: 50%; }
.mediaCenter .playVid {
  background-image: url('../content/images/video_play_button_white.png.html');
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 1;
  text-indent: -9999px; }
  .mediaCenter .playVid:hover, .mediaCenter .playVid:focus {
    background-positon: 0 0;
    opacity: .8; }
.mediaCenter .playerText {
  margin: 0;
  width: 40%; }
  .mediaCenter .playerText h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .mediaCenter .playerText a {
    font-weight: normal;
    text-decoration: none; }
@media screen and (max-width: 600px)  {
  .mediaCenter .section-heading {
    font-size: 1.5rem; } }
.mediaCenter .search-results-hit {
  border: none;
  padding: 12px 0 9px;
  padding: 0.75rem 0 0.6rem; }
  .mediaCenter .search-results-hit a {
    color: #262626;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal; }
    .mediaCenter .search-results-hit a:hover, .mediaCenter .search-results-hit a:focus {
      color: #7cb085; }
  .mediaCenter .search-results-hit .meta-date {
    color: #a5a5a6;
    font-size: 11px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase; }

.mediaCenter__media::after {
  clear: both;
  content: "";
  display: table; }
.container .mediaCenter__media [class*="grid_"] {
  padding: 0; }
  @media screen and (max-width: 768px)  {
    .container .mediaCenter__media [class*="grid_"] {
      float: left; } }
  @media screen and (max-width: 480px)  {
    .container .mediaCenter__media [class*="grid_"] {
      float: none;
      width: 100%; } }

.siteMap li {
  margin: 0;
  padding: 0; }
  .siteMap li ul {
    padding: 12px 24px 20px 0;
    padding: 0.75rem 1.5rem 1.25rem 0; }
    .siteMap li ul li {
      margin: 0;
      padding: 0; }
      .siteMap li ul li a.indicator {
        padding: 8px 0;
        padding: 0.5rem 0; }
      .siteMap li ul li ul {
        padding-bottom: 16px;
        padding-bottom: 1rem;
        padding-top: 0; }
.siteMap a.indicator {
  color: #262626;
  display: block;
  font-size: 19px;
  font-size: 1.2rem;
  margin: 0;
  padding: 16px 24px 16px 0;
  padding: 1rem 1.5rem 1rem 0;
  position: relative; }
  .siteMap a.indicator:hover, .siteMap a.indicator:focus {
    color: #7cb085; }
.siteMap span.indicator, .siteMap li a span.indicator {
  height: 16px;
  height: 1rem;
  margin-top: -7px;
  margin-top: -0.45rem;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  width: 1rem; }

/* Legacy Research & Insite component */
.sidebar--left .research-insight .modHdg, .sidebar--left .research-insight .modContent, .sidebar--left .research-insight .indicator-link {
  padding-right: 18px;
  padding-left: 18px; }






.section-header {
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 52px 0; }
  .section-header .inner-text {
    display: inline-block;
    background-color: white;
    padding: 0 18px;
    position: relative;
    z-index: 2; }
  .section-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    border-top: 1px dotted #818183;
    left: 0;
    bottom: 50%;
    margin-bottom: 2px; }
  @media screen and (max-width: 600px)  {
    .section-header .inner-text {
      background-color: transparent; }
    .section-header:after {
      bottom: 0;
      margin-bottom: 0; } }

.section-header--small, .mod__component .modHdg h3 {
  font-size: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px dotted #4c4c4e;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
