@import "RichTextEditor.css";
/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

p {
	line-height: 22px; 
	font-family: "myriad-pro-n4","myriad-pro",Arial; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: 400;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	height: 0px; 
	display: none;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	line-height: 22px; 
	font-family: "myriad-pro-n4","myriad-pro",Arial; 
	font-style: normal; 
	font-weight: 400; 
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%; 
	/* 2 */
}

/*
 * Remove default margin.
 */
body {
	margin: 0px; 
	height: 100%;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: dotted thin;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h2 {
	margin: 0px; 
	padding: 0px; 
	line-height: 22px; 
	font-family: "myriad-pro-n4","myriad-pro",Arial; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: 400;
}
h3 {
	margin: 0px; 
	padding: 0px; 
	font-family: "utopia-std-n4","utopia-std",Arial; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: 400;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom-color: currentColor; 
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
	height: 0px; 
	box-sizing: content-box; 
	-moz-box-sizing: content-box;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
	background: rgb(255, 255, 0); 
	color: rgb(0, 0, 0);
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Clearfloat - .cf() => modern float clear
 * Basic navigation - .nav() => styles child <li> elements as a horizontal list
 * Vertical navigation - .nav--stacked() => styles child <li> elements as a vertical list
 * Fit navigation - .nav--fit() => styles child <li> elements as a list that takes up the full width of parent element
 * Nav separator - .separator(@color) => adds a separator line between nav elements
 * Opacity - .opacity(@value) => Helper function for IE compatible opacity. @value => 0 - 100
 * Linear Gradient - .linear-gradient(@start, @stop, @direction) => direction must be 'left' or 'top'
 */
/*
 * Clearfloat
 *   Modern float clear
 */
/*
 * Basic navigation
 *   styles child <li> elements as a horizontal list
 */
/*
 * Vertical navigation
 *   styles child <li> elements as a vertical list
 */
/*
 * Fit navigation
 *   styles child <li> elements as a list that takes up the full width of parent element
 */
/*
 * Nav separator
 *   Adds a separator line between nav elements
 */
/*
 * Opacity
 *   Helper function for IE compatible opacity
 *   @value => 0 - 100
 */
/*
 * Linear Gradient
 *   Start => Color on starting edge
 *   Stop => Color on end edge
 *   Direction => Starting edge, must be 'left' or 'top'
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: url('/Presentation/Includes/images/site-bg.jpg');
  color: #747678;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-size: 13px;
  height: 100%;
}
body {
  height: 100%;
  padding-bottom: 39px;
}
html > body > form {
  min-height: 100%;
  position: relative;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul li {
  list-style-image: none;
  line-height: 16px;
  margin-bottom: 7px;
}
h2 {
  padding-top: 15px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.read-more {
  font-size: 16px;
  color: #f47b19;
  font-style: italic;
  font-weight: bold;
}
.link-bar {
  background-color: #747678;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.link-bar li + li a {
	position: relative;
}
.link-bar li + li a:before {
  content: '';
  border-left: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 30%;
  height: 40%;
}
.link-bar .container {
  list-style: none;
  margin-left: 0;
  display: table;
  width: 100%;
  width: 1000px;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.link-bar .container:after {
  content: "";
  display: table;
  clear: both;
}
.link-bar .container > li,
.link-bar .container > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: inherit;
  text-decoration: none;
}
.link-bar .container > li {
  display: table-cell;
  background-color: #747678;
}
.link-bar .container > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.link-bar .container .current {
  background-color: #615f5f;
}
.link-bar a {
  color: inherit;
  padding: 12px 0;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}
.footer-link-bar {
  background-color: #747678;
  width: 100%;
  position: absolute;
  height: 39px;
  text-transform: uppercase;
}
.footer-link-bar li + li a {
	position: relative;
}
.footer-link-bar li + li a:before {
  content: '';
  border-left: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 39%;
  height: 30%;
}
.footer-link-bar .container {
  list-style: none;
  margin-left: 0;
  width: 1004px;
  color: white;
  margin: 0 auto;
  padding: 0 25px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footer-link-bar .container:after {
  content: "";
  display: table;
  clear: both;
}
.footer-link-bar .container > li,
.footer-link-bar .container > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: inherit;
  text-decoration: none;
}
.footer-link-bar .container > li {
  float: left;
  background-color: #747678;
}
.footer-link-bar .container > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 11px 28px 10px 28px;
}
.footer-link-bar .container > li > span,
.footer-link-bar .container > li > div {
  display: block;
  float: left;
  margin-right: 23px;
  padding: 11px 0 12px 0;
}
.footer-link-bar .container .current {
  background-color: #615f5f;
}
.footer-link-bar ul li {
	margin-bottom: 0px;
}
.footer-link-bar a {
  color: inherit;
  padding: 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}
.copyright {
  color: #FFFFFF;
}
.copyright * {
  color: #FFFFFF;
}
.log-out {
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  background-color: #f47b19;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.page-header {
  padding: 0 20px;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .logo {
  float: left;
  padding: 20px 0;
  margin-right: 26px;
}
.page-header > ul.header-links {
  list-style: none;
  margin-left: 0;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  color: #747678;
  float: right;
  line-height: 30px;
  font-size: 20px;
  margin-top: 35px;
  padding: 0;
}
.page-header > ul.header-links:after {
  content: "";
  display: table;
  clear: both;
}
.page-header > ul.header-links > li,
.page-header > ul.header-links > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: inherit;
  text-decoration: none;
}
.page-header > ul.header-links:after {
  content: "";
  display: table;
  clear: both;
}
.page-header > ul.header-links > li {
  float: left;
  margin-top: 10px;
  position: relative;
  right: 1px;
}
.page-header > ul.header-links > li .main-nav-hover {
  display: none;
  border: 1px solid #003f72;
  position: absolute;
  text-transform: none;
  background-color: #f7f7f7;
  left: 0;
  top: 30px;
  padding: 15px;
  width: 340px;
  min-width: 340px;
  z-index: 1111111;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=125, Color=#777777);
}
.page-header > ul.header-links > li .main-nav-hover > ul.generic-menu-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 340px;
}
.page-header > ul.header-links > li .main-nav-hover > ul.generic-menu-links > li {
  list-style-image: none;
  margin: 2px;
  display: block;
  line-height: 20px;
}
.page-header > ul.header-links > li .main-nav-hover > ul.generic-menu-links > li:after {
  content: "";
  display: table;
  clear: both;
}
.page-header > ul.header-links > li .main-nav-hover > ul.generic-menu-links > li a {
  color: #003f72;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  width: 150px;
  display: block;
  margin-bottom: 5px;
  padding: 2px;
}
.page-header > ul.header-links > li .main-nav-hover > ul.generic-menu-links > li:hover > a {
  background: #f47b19;
  color: #ffffff;
}
.page-header > ul.header-links > li .main-nav-hover .featured-content {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 175px;
  float: left;
  height: 150px;
  padding-left: 12px;
  padding-top: 16px;
}
.page-header > ul.header-links > li.last-child .main-nav-hover {
  left: auto !important;
  right: 0;
}
.page-header > ul.header-links > li > a {
  padding: 8px 8px 6px 8px;
}
.page-header > ul.header-links > li.current {
  background: #003f72;
  color: #ffffff;
}
.page-header > ul.header-links > li:hover > a {
  background: #003f72;
  color: #ffffff;
}
.page-header > ul.header-links li + li {
	margin-left: 25px;
}
.page-header a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
.content-boxes-two {
  overflow: hidden;
  width: 1000px;
  margin-bottom: 20px;
}
.content-boxes-two .col {
  float: left;
  width: 50%;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
}
.content-boxes-two .col .header {
  background-color: #f7f7f7;
  margin: 0 0 0 -20px;
  padding: 15px 20px;
  width: 500px;
  text-transform: uppercase;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  color: #747678;
  font-weight: normal;
  font-size: 32px;
  display: block;
  line-height: 20px;
}
.content-boxes-two .col .title {
  text-transform: uppercase;
  padding: 20px 0 20px 0;
}
.content-boxes-two .col .subtitle {
  padding-bottom: 15px;
  margin: 0;
}
.content-boxes-two .col .top-issues {
	margin-bottom: 5px;
}
.content-boxes-two .col .top-issues > ul > li a {
  color: #003f72;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.content-boxes-two .col .top-issues > ul > li + li {
	margin-top: 15px;
}
.content-boxes-two .col p {
  margin: 0;
  font-size: 15px;
}
.content-boxes-two .col + .col:before {
  content: '';
  border-left: 1px solid #c2c2c2;
  position: absolute;
  left: 0;
  top: 72px;
  bottom: 20px;
}
.content-boxes-three {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 1000px;
  padding: 0 20px;
}
.content-boxes-three .header {
  background-color: #f7f7f7;
  margin: 0 0 0 -20px;
  padding: 12px 20px;
  width: 1000px;
  text-transform: uppercase;
}
.content-boxes-three .col {
  float: left;
  width: 33%;
  padding: 0 10px 0 5px;
  font-size: 16px;
  position: relative;
}
.content-boxes-three .col .title {
	text-transform: uppercase;
}
.hero-slider {
  width: 1000px;
  margin: 0 -20px;
  overflow: hidden;
}
.hero-slider .media,
.hero-slider .content {
  float: left;
  width: 50%;
  height: 345px;
}
.hero-slider .content {
  background: url('/Presentation/Includes/images/slider/description-bg.jpg');
  padding: 55px;
}
.hero-slider .category {
  font-size: 20px;
  font-weight: bold;
  color: #256291;
  text-transform: uppercase;
}
.hero-slider .title {
  background-color: transparent;
  font-size: 39px;
  line-height: 0.85;
  color: #FFF;
  margin: 5px 0;
}
.hero-slider .description {
  color: #FFF;
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0;
}
.updates {
  font-size: 20px;
  padding: 20px 0;
  color: #747678;
}
.updates .label {
  text-transform: uppercase;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  line-height: 15px;
  font-size: 20px;
}
.updates .message {
	font-style: italic;
}
.updates .message a {
  color: #64a0c8;
}
.updates .share {
  float: right;
  margin-top: -12px;
}
.left-nav-bg {
  padding: 0px 0 0 47px;
  font-size: 15px;
  color: #747678;
  background: url('/Presentation/Includes/images/left-nav-bg.png') no-repeat;
  float: left;
  width: 218px;
  min-height: 600px;
  background-position: top;
  background-color: #ffffff;
}
.left-one-column {
  padding: 0px 10px 0 47px;
  font-size: 15px;
  color: #747678;
  float: left;
}
.ul-title {
  text-transform: uppercase;
  color: #003f72;
  margin-bottom: 13px;
}
.ul-title a {
  color: #003f72;
}
.category-view {
	text-transform: uppercase;
}
.select-category {
  margin: 20px 0;
  text-transform: uppercase;
}
.select-category select {
  width: 138px;
  height: 22px;
  border: none;
  font-size: 10px;
}
.select-category .sbHolder {
  font-size: 10px;
  font-weight: normal;
  height: 22px;
  position: relative;
  width: 138px;
  background: url("/Presentation/includes/images/ddl-bg-big.png") no-repeat;
}
.select-category .sbToggle {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 8px no-repeat;
  height: 23px;
  left: 119px;
}
.select-category .sbToggle:hover {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 8px no-repeat;
}
.select-category .sbToggleOpen {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 8px no-repeat;
}
.select-category .sbToggleOpen:hover {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 8px no-repeat;
}
.select-category .sbSelector {
  left: 6px;
  top: 4px;
  font-size: 11px;
}
.select-category .sbOptions {
  top: 30px;
  width: 138px;
  height: auto;
  padding-left: 8px;
}
.select-category .sbOptions li {
  margin-bottom: 0;
}
.select-category .sbOptions li a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
ul.left-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 150px 0;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-size: 15px;
}
ul.left-nav.without-minheight {
  min-height: 0;
  margin-bottom: 35px;
}
ul.left-nav > li {
  display: table;
  vertical-align: middle;
  width: 93%;
  margin-bottom: 10px;
  line-height: 14px;
  text-transform: uppercase;
  padding-left: 7px;
}
ul.left-nav > li > ul.second-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-family: inherit;
}
ul.left-nav > li > ul.second-nav > li {
  display: table;
  vertical-align: middle;
  padding-left: 10px;
  list-style-image: none;
}
ul.left-nav > li > ul.second-nav > li > ul.third-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-family: inherit;
}
ul.left-nav > li > ul.second-nav > li > ul.third-nav > li {
  display: table;
  vertical-align: middle;
  padding-left: 10px;
}
ul.left-nav > li > ul.second-nav > li > ul.third-nav > li.active > a {
  font-weight: bold;
  text-transform: none;
}
ul.left-nav > li > ul.second-nav > li > ul.third-nav > li a {
  font-style: normal;
  font-weight: normal;
}
ul.left-nav > li > ul.second-nav > li.active > a {
	font-weight: bold;
}
ul.left-nav > li > ul.second-nav > li a {
  font-style: normal;
  font-weight: normal;
}
ul.left-nav > li.active {
  border-left: 7px solid #f47b19;
  padding-left: 5px;
}
ul.left-nav > li.active > a {
  font-weight: bold;
  font-style: normal;
}
ul.left-nav > li span {
  padding: 2px;
  margin-right: 10px;
  margin-top: 2px;
  display: inline-block;
}
ul.left-nav > li span:hover {
  text-decoration: none;
  background: #f47b19;
  color: #ffffff;
}
ul.left-nav > li span:hover a {
  text-decoration: none;
  color: #ffffff;
}
ul.left-nav > li span.selected {
  background: #f47b19;
  color: #ffffff;
}
ul.left-nav > li span.selected a {
  color: #ffffff;
  text-decoration: none;
}
ul.left-nav > li span a {
  color: #747678;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
ul.left-nav-gray {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: -48px;
  padding: 18px 0 10px 50px;
  background-color: #d7d7d7;
  min-height: 256px;
  width: 216px;
  text-transform: uppercase;
}
ul.left-nav-gray > li {
  display: table;
  vertical-align: middle;
  width: 145px;
  margin-bottom: 4px;
  line-height: 16px;
}
ul.left-nav-gray > li a {
  color: #f47b19;
  font-weight: inherit;
  font-style: inherit;
}
ul.left-nav-gray > li:first-child > a {
  color: #003f72;
  font-weight: inherit;
  font-style: inherit;
}
.middle-content .left-nav-bg .left-nav {
	margin-left: -7px;
}
.middle-content .left-nav-bg .callout {
  margin-top: 20px;
  width: 155px;
}
.middle-content .left-nav-bg .socials-buttons {
	margin-top: 21px;
}
.slides {
  height: 210px;
  width: 730px;
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 0px 21px 0px 17px;
  z-index: 1;
}
.slides .slides_container {
  width: 730px;
  height: 210px;
  overflow: hidden;
  position: relative;
  display: none;
}
.slides .slides_container div {
  width: 730px;
  display: block;
}
.slides .slides_container div > .image-anchor {
	float: left;
}
.slides .slides_container div > img {
  position: absolute;
  z-index: 1;
  height: 165px;
}
.slides .slides_container div .caption-text {
  margin-left: 8px;
  color: #747678;
  left: 254px;
  width: 475px;
  position: absolute;
  line-height: normal;
  font-size: 16px;
  z-index: 2;
  float: left;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.slides .slides_container div .caption-text .title {
  font-size: 32px;
  display: block;
  color: #747678;
  font-weight: inherit;
  font-style: inherit;
  margin-top: -6px;
}
.slides .slides_container div .caption-text .sub-title {
  color: #003f72;
  font-size: 22px;
  display: block;
  font-weight: inherit;
  font-style: inherit;
}
.slides .slides_container div .caption-text .dtText {
  font-size: 16px;
  display: block;
}
.slides .pagination-div-parent {
	position: relative;
}
.slides .pagination-div-parent .pagination-div {
  position: absolute;
  left: 4%;
}
.slides .pagination {
  bottom: 20px;
  position: absolute;
  top: -50px;
  left: 55px;
  width: 150px;
  z-index: 105;
  margin-left: 20px;
  padding: 0px;
}
.slides .pagination li {
  border: 0px !important;
  width: 13px;
  float: left;
  margin-left: 7px;
  list-style: none;
}
.slides .pagination li a {
  display: block;
  border: 0px !important;
  width: 13px;
  height: 0;
  margin: 0px;
  padding-top: 16px;
  background-image: url('/Presentation/Includes/images/slider-dot.png');
  background-repeat: no-repeat;
  background-position: 2 0;
  float: left;
  overflow: hidden;
}
.slides .pagination li.current a {
  background-position: 0 -20px;
}
.slides .prev {
  bottom: 10px;
  left: 55px;
  position: absolute;
  top: -36px;
  z-index: 106;
}
.slides .next {
  bottom: 10px;
  left: 235px;
  position: absolute;
  top: -36px;
  z-index: 107;
}
.slides_education {
  height: 348px;
  width: 1000px;
  position: relative;
  z-index: 1;
}
.slides_education .slides_container {
  width: 1000px;
  height: 348px;
  position: relative;
  display: none;
}
.slides_education .slides_container div {
  width: 1000px;
  display: block;
}
.slides_education .slides_container div a {
  color: #ffffff;
}
.slides_education .slides_container div > img {
  position: absolute;
  z-index: 1;
  height: 348px;
  width: 100%;
}
.slides_education .slides_container div .banner-blue-box {
  height: auto;
  width: 386px;
  padding: 14px 26px 24px 22px;
  background: url("/Presentation/Includes/images/about-banner-top-blue.png");
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 9999;
  color: #ffffff;
}
.slides_education .slides_container div .banner-blue-box .abstract-title {
  font-size: 30px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
  width: 300px;
  line-height: 32px;
}
.slides_education .slides_container div .banner-blue-box .description {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  width: 345px;
  font-weight: normal;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.slides_education .pagination {
  bottom: 15px;
  left: 905px;
  top: 302px;
  position: absolute;
  width: auto;
  z-index: 105;
}
.slides_education .pagination li {
  border: 0px !important;
  width: 13px;
  float: left;
  margin-left: 7px;
  list-style: none;
}
.slides_education .pagination li a {
  display: block;
  border: 0px !important;
  width: 21px;
  height: 0;
  margin: 0px;
  padding-top: 21px;
  background-image: url('/Presentation/Includes/images/slider-gray-dots.png');
  background-repeat: no-repeat;
  background-position: 2 0;
  float: left;
  overflow: hidden;
}
.slides_education .pagination li.current a {
  background-position: 0 -20px;
}
.slides_education .prev {
  bottom: 5px;
  right: 80px;
  position: absolute;
  z-index: 99999;
}
.slides_education .next {
  bottom: 5px;
  right: 10px;
  position: absolute;
  z-index: 99999;
}
.slides_support {
  height: 330px;
  width: 740px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.slides_support .slides_container {
  width: 740px;
  height: 330px;
  position: relative;
  display: none;
}
.slides_support .slides_container div {
  width: 740px;
  display: block;
}
.slides_support .slides_container div > img {
  position: absolute;
  z-index: 1;
  height: 328px;
  width: 100%;
}
.slides_support .slides_container div .banner-blue-box {
  height: auto;
  width: 386px;
  padding: 15px 20px;
  background: url("/Presentation/Includes/images/about-banner-top-blue.png");
  position: absolute;
  top: 30px;
  left: 23px;
  z-index: 9999;
  color: #ffffff;
}
.slides_support .slides_container div .banner-blue-box p {
  color: #ffffff;
}
.slides_support .slides_container div .banner-blue-box .abstract-title {
  font-size: 30px;
  width: 100%;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 32px;
}
.slides_support .slides_container div .banner-blue-box .description {
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
}
.slides_support .pagination {
  bottom: 15px;
  left: 646px;
  position: absolute;
  width: auto;
  z-index: 105;
  top: 283px;
}
.slides_support .pagination li {
  border: 0px !important;
  width: 13px;
  float: left;
  margin-left: 7px;
  list-style: none;
}
.slides_support .pagination li a {
  display: block;
  border: 0px !important;
  width: 21px;
  height: 0;
  margin: 0px;
  padding-top: 21px;
  background-image: url('/Presentation/Includes/images/slider-gray-dots.png');
  background-repeat: no-repeat;
  background-position: 2 0;
  float: left;
  overflow: hidden;
}
.slides_support .pagination li.current a {
  background-position: 0 -20px;
}
.slides_support .prev {
  bottom: 5px;
  right: 80px;
  position: absolute;
  z-index: 99999;
}
.slides_support .next {
  bottom: 5px;
  right: 10px;
  position: absolute;
  z-index: 99999;
}
.slides_HeroContent {
  height: 348px;
  width: 1000px;
  position: relative;
  z-index: 1;
}
.slides_HeroContent .slides_container {
  width: 1000px;
  height: 348px;
  position: relative;
  display: none;
}
.slides_HeroContent .slides_container div {
  width: 1000px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.slides_HeroContent .slides_container div .media,
.slides_HeroContent .slides_container div .content {
  float: left;
  width: 50%;
  height: 345px;
}
.slides_HeroContent .slides_container div .content {
  background: url('/Presentation/Includes/images/slider/description-bg.jpg');
  padding: 55px;
}
.slides_HeroContent .slides_container div .category {
  font-size: 20px;
  font-weight: bold;
  color: #256291;
  text-transform: uppercase;
}
.slides_HeroContent .slides_container div .title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  font-weight: normal;
  font-size: 39px;
  line-height: 0.85;
  color: #FFF;
  margin: 5px 0;
}
.slides_HeroContent .slides_container div .description {
  color: #FFF;
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0;
  width: 360px;
}
.slides_HeroContent .pagination {
	display: none;
}
.slides_HeroContent .prev {
  top: 170px;
  left: -2px;
  padding-top: 9px;
  position: absolute;
  z-index: 99999;
  background: url("/Presentation/includes/images/slider-nav.png") top center no-repeat;
  width: 54px;
  height: 34px;
  text-align: center;
}
.slides_HeroContent .next {
  top: 170px;
  right: -2px;
  position: absolute;
  padding-top: 9px;
  z-index: 99999;
  background: url("/Presentation/includes/images/slider-nav.png") top center no-repeat;
  width: 54px;
  height: 34px;
  text-align: center;
}
.slides_News {
  min-height: 270px;
  width: 453px;
  position: relative;
  z-index: 1;
}
.slides_News .slides_container {
  width: inherit;
  position: relative;
  display: none;
}
.slides_News .slides_container div {
  width: 453px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  top: -9px;
}
.slides_News .slides_container div:after {
  content: "";
  display: table;
  clear: both;
}
.slides_News .pagination {
  top: -56px;
  right: 25px;
  position: absolute;
  width: 80px;
  z-index: 105;
}
.slides_News .pagination li {
  border: 0px !important;
  width: 13px;
  float: left;
  margin-top: 0;
  margin-left: 7px;
  list-style: none;
}
.slides_News .pagination li a {
  display: block;
  border: 0px !important;
  width: 13px;
  height: 0;
  margin: 0px;
  padding-top: 16px;
  background-image: url('/Presentation/Includes/images/slider-dot.png');
  background-repeat: no-repeat;
  background-position: 2 0;
  float: left;
  overflow: hidden;
}
.slides_News .pagination li.current a {
  background-position: 0 -20px;
}
.slides_News .prev {
  top: -40px;
  right: 95px;
  position: absolute;
  z-index: 106;
}
.slides_News .next {
  top: -40px;
  right: 0px;
  position: absolute;
  z-index: 107;
}
.slides_News:after {
  content: "";
  display: table;
  clear: both;
}
/*************Home Bottom Event Slider ************************/
.slides_Events {
  margin: 0 0 20px 0;
  position: relative;
}
.slides_Events ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.slides_Events ul li {
  margin-right: 10px;
  width: 314px;
  padding: 0;
  display: block;
  float: left;
}
.slides_Events ul li .detail {
  width: 314px;
  font-size: 16px;
}
.slides_Events ul li .detail p {
	font-size: 15px;
}
.slides_Events .pager {
  top: -40px;
  right: 25px;
  position: absolute;
  z-index: 105;
}
.slides_Events .pager a {
  display: block;
  border: 0px !important;
  width: 13px;
  height: 0;
  margin: 0px;
  margin-left: 10px;
  padding-top: 16px;
  background-image: url('/Presentation/Includes/images/slider-dot.png');
  background-repeat: no-repeat;
  background-position: 2 0;
  float: left;
  overflow: hidden;
  font-weight: normal;
  font-style: normal;
}
.slides_Events .pager span {
	display: none;
}
.slides_Events .pager a.selected {
  background-position: 0 -20px;
}
.slides_Events .event-prev {
  top: -40px;
  right: 95px;
  position: absolute;
}
.slides_Events .event-next {
  top: -40px;
  right: 0px;
  position: absolute;
}
.slides_Events:after {
  content: "";
  display: table;
  clear: both;
}
.issue-detail {
  float: left;
  margin-left: 17px;
  font-size: 15px;
  color: #747678;
}
.issue-detail .heading {
  margin-bottom: 10px;
  line-height: 24px;
  margin-top: 10px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.issue-detail .heading:after {
  content: "";
  display: table;
  clear: both;
}
.issue-detail .heading .title {
  color: #003f72;
  font-size: 22px;
  display: block;
  margin: 0;
  background: none;
  font-weight: normal;
  padding: 0;
}
.issue-detail .heading .title.title-big {
	font-size: 24px;
}
.issue-detail .overview {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px;
  line-height: 20px;
}
.issue-detail h3 {
  font-size: 15px;
  color: #003f72;
  font-weight: normal;
  margin: 5px 0 5px 0;
}
.issue-detail ul.table-content li {
  list-style: none outside none;
  line-height: 1.4;
}
.issue-detail hr {
  height: 1px;
  border: none;
  color: #a3a3a3;
  background: #a3a3a3;
  margin-bottom: 15px;
}
.issue-detail.add-width {
	width: 512px;
}

.document-facet-dd{
    background: url("/Presentation/Includes/images/txt-bg.png") repeat-x;
    border-left: 1px solid #615f5f;
    border-right: 1px solid #615f5f;
    width: 240px;
    font-size: 16px;
    margin-right: 8px;
    float: left;
    font-style: italic;
    height: 32px;

}
.search-content {
  padding: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
  margin-left: 17px;
  position: relative;
  display: inline-table;
  width: 750px;
}
.search-content:after {
  content: "";
  display: table;
  clear: both;
}
.search-content.top-margin {
	margin-top: 19px;
}
.search-content.no-border {
  border-top: none;
}
.search-content.main-search-result {
  width: 670px;
  margin-left: 0;
}
.search-content .search-box {
  background: url("/Presentation/Includes/images/txt-bg.png") repeat-x;
  border-left: 1px solid #615f5f;
  border-right: 1px solid #615f5f;
  width: 240px;
  font-size: 16px;
  margin-right: 8px;
  float: left;
  font-style: italic;
}
.search-content .advance-search {
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
  float: right;
  font-style: italic;
  color: #f47b19;
  display: inline-block;
}
.search-content .sort-by {
  margin-bottom: 50px;
  position: relative;
  display: block;
}
.search-content .sort-by .sort-heading {
  float: left;
  margin-right: 15px;
}
.search-content .sort-by .sort-heading.with-radio-btn {
  float: right;
  height: 31px;
  margin-right: 0;
}
.search-content .sort-by .sort-heading.with-radio-btn span {
  margin-top: -6px;
  float: left;
}
.search-content .sort-by .sort-heading.with-radio-btn input[type="radio"] {
  float: left;
  margin-right: 5px;
}
.search-content .sort-by .sort-heading.with-radio-btn span label {
  float: left;
  padding: 6px 0 0 4px;
}
.search-content .sort-by .sort-heading .spacer {
  margin-right: 10px;
  float: left;
  height: 16px;
}
.search-content .sort-by .sort-heading .spacer-large {
  margin-top: 1px;
  float: left;
  margin-right: 30px;
}
.search-content .sort-by .sort-heading td {
	padding-right: 8px;
}
.search-content .sort-by .show-title {
  float: right;
  margin-right: 5px;
}
.search-content .sort-by .sbHolder {
  float: left;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  position: relative;
  width: 255px;
  background: url("/Presentation/includes/images/search-big-ddl.png") no-repeat;
  padding: 5px 0 0 5px;
  margin-top: -8px;
}
.search-content .sort-by .sbToggle {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 12px no-repeat;
  height: 23px;
  left: 230px;
}
.search-content .sort-by .sbToggle:hover {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 12px no-repeat;
}
.search-content .sort-by .sbToggleOpen {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 12px no-repeat;
}
.search-content .sort-by .sbToggleOpen:hover {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 12px no-repeat;
}
.search-content .sort-by .sbOptions {
  top: 27px;
  width: 255px;
  margin-left: -5px;
}
.search-content .sort-by .sbOptions a {
	font-style: normal;
}
.search-content .sort-by .sbSelector {
	top: 5px;
}
.advance-search-control {
  width: 758px;
  border: 1px solid #a3a3a3;
  z-index: 999;
  position: absolute;
  background: #ffffff;
  top: -20px;
  left: -7px;
  margin-top: 15px;
  padding-bottom: 18px;
  display: none;
}
.advance-search-control .search-textbox,
.advance-search-control .search-phrase {
  width: 240px;
  font-size: 16px;
  margin-right: 8px;
  font-style: italic;
}
.advance-search-control .search-byyear {
  float: left;
  width: 85px;
  font-size: 16px;
  margin-right: 8px;
  font-style: italic;
}
.advance-search-control .title {
  color: #003f72;
  font-size: 24px;
  margin: 10px 0 0 15px;
  background: none;
  font-weight: normal;
}
.advance-search-control img.close {
  float: right;
  margin: 5px 5px;
  cursor: pointer;
}
.advance-search-control .lbl-search {
	margin: 10px 15px;
}
.advance-search-control .lbl-search-left {
  float: left;
  margin: 2px 15px;
}
.advance-search-control .search-button {
  margin: 3px 0 0 314px;
}
.advance-search-control .row1 {
  min-height: 40px;
}
.advance-search-control .row1:after {
  content: "";
  display: table;
  clear: both;
}
.advance-search-control .row1 .col-50per {
  float: left;
  width: 50%;
}
.advance-search-control .row {
  min-height: 40px;
  float: left;
}
.advance-search-control .row:after {
  content: "";
  display: table;
  clear: both;
}
.advance-search-control .row .col-1 {
  float: left;
  width: 175px;
  text-align: right;
  margin-top: 4px;
}
.advance-search-control .row .col-1.extra-margin {
	margin-top: 10px;
}
.advance-search-control .row .col-2 {
  float: left;
  width: 400px;
}
.advance-search-control .row .col-50per {
  float: left;
  width: 50%;
}
.advance-search-control .row .col-with-right-btn {
  float: left;
  margin-left: 340px;
}
.advance-search-control .row.row2 {
  margin-top: -15px;
}
.advance-search-control ul.search-options {
  padding: 0;
}
.advance-search-control ul.search-options:after {
  content: "";
  display: table;
  clear: both;
}
.advance-search-control ul.search-options > li {
  margin: 0px;
  list-style: none outside none;
  line-height: 1.6;
  float: left;
  width: 150px;
}
.advance-search-control ul.search-options > li > input[type="checkbox"] {
	margin-right: 10px;
}
hr.banking-brief {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a3a3a3;
  height: 0;
  padding-top: 9px;
  margin-top: 20px;
  width: 96%;
}
.search-results {
  float: left;
  min-width: 531px;
  padding: 0px 21px 0px 0;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.search-results p {
	margin-top: 5px;
}
.search-results.top-border {
  margin-left: 0;
  margin-top: 14px;
}
.search-results.top-border-with-line {
  margin-left: 0;
}
.search-results .heading {
  font-size: 25px;
  color: #747678;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.search-results .results {
  font-size: 16px;
  color: #747678;
  padding-left: 0;
}
.search-results .results .result {
  margin-bottom: 30px;
  padding-right: 15px;
}
.search-results .results .result:after {
  content: "";
  display: table;
  clear: both;
}
.search-results .results .result.less-margin {
	padding-right: 25px;
}
.search-results .results .result .date {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.search-results .results .result h3 {
  color: #003F72;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.search-results .results .result .title {
  color: #003f72;
  font-size: 22px;
  display: block;
  font-weight: normal;
  font-style: normal;
}
.search-results .results .search-result {
  font-size: 15px;
  padding: 0 0 15px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #c2c2c2;
  list-style: none outside none;
  width: 700px;
}
.search-results .results .search-result:after {
  content: "";
  display: table;
  clear: both;
}
.search-results .results .search-result .title {
  color: #003f72;
  font-size: 15px;
  display: block;
  font-weight: normal;
  font-style: normal;
}
.search-results .results .search-result .overview {
	width: 545px;
}
.search-results .results .search-result.last-child {
  border-bottom: none;
}
.search-results .results .global-search-result {
  font-size: 15px;
  padding: 0 0 15px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #c2c2c2;
  list-style: none outside none;
  width: 675px;
}
.search-results .results .global-search-result:after {
  content: "";
  display: table;
  clear: both;
}
.search-results .results .global-search-result .title {
  color: #003f72;
  font-size: 15px;
  display: block;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.search-results .results .global-search-result .overview {
  width: 545px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.search-results .results .global-search-result.last-child {
  border-bottom: none;
}
.pager {
  font-size: 14px;
  color: #747678;
  width: auto;
  text-align: center;
  height: 60px;
  overflow: hidden;
  display: block;
  padding-bottom: 50px;
}
.pager .prev-page {
  color: #f47b19;
}
.pager .current-page {
  color: #f47b19;
}
.pager .next-page {
  color: #f47b19;
}
.pager a {
  color: inherit;
  font-weight: normal;
  font-style: normal;
}
.pager a:hover {
  text-decoration: none;
  color: #f47b19;
}
.category-landing {
  width: 600px;
  margin-left: 10px;
}
.search-params {
  font-size: 15px;
  color: #747678;
  margin-bottom: 18px;
}
.search-params div:after {
  content: "";
  display: table;
  clear: both;
}
.search-params .param {
  text-align: right;
  float: left;
  width: 160px;
  margin-right: 12px;
}
.search-params .param-value {
  color: #003f72;
  text-align: left;
  font-style: italic;
}
.search-params .param-value.with-left {
  margin-right: 4px;
  float: left;
}
.total-result {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.right-side-callout {
  font-size: 15px;
  padding: 6px 10px 16px 10px;
  background-color: #eeeeee;
}
.right-side-callout .heading {
  color: #003f72;
  display: block;
  margin-bottom: 10px;
}
.right-side-callout .search-term-box {
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
  font-style: italic;
}
.right-side-callout span {
	display: block;
}
.right-side-callout input[type="radio"] {
	margin-right: 5px;
}
.right-side-callout .btn-go {
  width: 70px;
  margin: 14px 0;
  display: block;
}
.right-side-callout .advance-search {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #f47b19;
}
.no-leftmargin {
  margin-left: 0;
}
.no-leftmargin > li {
  padding-left: 0;
}
/* BEGIN TBG UPDATES */
.breadcrumbs {
  font-size: 15px;
  font-style: normal;
}
.breadcrumbs a {
  font-family: "myriad-pro-n7", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 700;
}
.breadcrumbs .current-page {
  font-family: "myriad-pro-i7", "myriad-pro", Arial;
  font-style: italic;
  font-weight: 700;
}
.alt-bg {
  background: #f7f7f7;
  margin: 20px -63px 15px -17px;
  overflow: hidden;
  padding: 15px 55px 15px 23px;
}
.alt-bg h1.page-title {
  margin: 0 0 20px;
}
.alt-bg img.left {
  float: left;
  margin: 0 40px 30px 0;
}
.alt-bg img.right {
  float: right;
  margin: 0 0 30px 40px;
}
h1.page-title {
  margin: 25px 0;
}
h1.page-title.with-body-txt {
  margin-bottom: 5px;
}
.alt-bg h1.page-title.with-body-txt {
  margin-bottom: 20px;
}
.body-txt {
  padding: .75em 0;
}
.articles {
  clear: both;
}
.articles h1 {
  border-bottom: 1px solid #c2c2c2;
  font-size: 24px;
  color: #727678;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.articles h1 + .article.first,
.articles h1 + .article:first-of-type {
  border-top: 0;
}
.articles h1 + article {
  padding-left: 10px;
}
.articles h2.title {
  font-size: 16px;
  color: #003F72;
  font-family: "utopia-std-i4", "utopia-std", Arial;
  font-weight: normal;
  line-height: 1.5;
}
.articles .article {
  border-top: 1px solid #c2c2c2;
  margin-bottom: 15px;
  padding: 12px 0 0;
}
.articles .article:after {
  content: "";
  display: table;
  clear: both;
}
.articles .article img.left {
  float: left;
  margin: 14px 40px 10px 0px;
  width: 216px;
  height: auto;
}
.articles .article .posted {
  font-family: "utopia-std-i4", "utopia-std", Arial;
  margin-bottom: 0;
  margin-top: 0;
}
.articles .article.first {
  border-top: 0;
  padding-top: 0;
}
.articles.category .article {
  margin-left: 10px;
}
/* END TBG UPDATES */
.section-title-big {
  color: #003f72;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  display: inline-table;
  margin: 8px 0;
  padding-top: 15px;
}
.section-title-big h2 {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.section-title-big.more-topMargin {
	margin-top: 25px;
}
.section-title-big.more-margin2 {
  margin: 20px 0;
}
.field-headings {
  display: block;
  margin: 15px 0 8px 0;
}
.field-headings-with-control {
  display: table;
  margin: 15px 0 8px 0;
}
.my-workspace {
  width: 505px;
  float: left;
  margin-right: 10px;
  line-height: 20px;
  margin-bottom: 30px;
}
.left-section {
  margin-top: 20px;
  float: left;
  background: url("/Presentation/Includes/images/separator.png") no-repeat scroll right top transparent;
  width: 325px;
  padding-right: 20px;
  min-height: 341px;
}
.left-section .before-container {
	margin-top: 10px;
}
.left-section .before-container:after {
  content: "";
  display: table;
  clear: both;
}
.my-account-title {
  color: #003f72;
  font-size: 15px;
  font-weight: bold;
}
.right-section {
  margin-top: 20px;
  float: left;
  padding-left: 35px;
  width: 220px;
}
.right-section .need-help {
  width: 350px;
  margin-top: 50px;
}
.field-left {
  float: left;
  width: 240px;
  text-align: right;
  padding-top: 7px;
}
.field-left-profile {
  float: left;
  width: 150px;
  text-align: right;
  padding-top: 7px;
}
.txt-width {
	width: 255px;
}
.txt-width-other {
	width: 245px;
}
.field-parent {
  display: block;
  margin-top: 18px;
}
.field-parent:after {
  content: "";
  display: table;
  clear: both;
}
.txt-phone1 {
  width: 47px;
  float: left;
}
.txt-phone1.with-margin {
	margin-right: 5px;
}
.txt-phone2 {
  width: 58px;
  margin: 0 5px;
  float: left;
}
.field-info {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  line-height: 14px;
  width: 150px;
  padding-top: 4px;
}
.field-parent1 {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
}
.field-parent1:after {
  content: "";
  display: table;
  clear: both;
}
a.my-account {
  color: #e97300;
  font-size: 15px;
}
ul.account-created > li {
	margin-bottom: 15px;
}
ul.account-created > li.last-child {
	list-style: none;
}
.last-child {
  display: block;
  margin: 15px 0 8px 0;
}
.last-div-with-link {
  display: block;
  float: left;
  margin-top: 15px;
}
.new-document-link {
  display: block;
  float: left;
  margin-top: 15px;
  margin-left: 88px;
}
.account-sectionheader {
  border-bottom: 1px solid #a3a3a3;
  margin: 0 10px 0 17px;
}
.sub-section {
  margin-bottom: 20px;
  padding-top: 26px;
}
.sub-section .ul-bottom {
  display: block;
  float: left;
  margin-top: -20px;
}
.subscription-box {
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: 7px 10px;
  float: left;
  width: 735px;
}
.subscription-box:after {
  content: "";
  display: table;
  clear: both;
}
.subscription-box a {
	float: right;
}
.subscription-ul-box {
  float: left;
  width: 345px;
  margin-right: 8px;
}
.my-profile {
  margin: 20px 0 50px 0;
}
.my-profile-change-password {
  margin: 20px 0 120px 0;
}
.search-title-right {
  float: right;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 10px;
}
.search-title-right a {
  font-weight: bold;
  font-style: italic;
}
.subscription-title {
  color: #003f72;
  margin-bottom: 15px;
}
ul.subscription {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.subscription > li {
  display: block;
  margin-bottom: 9px;
}
ul.subscription > li > a {
  color: #747678;
  font-weight: normal;
  font-style: normal;
}
ul.courses {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.courses > li {
  display: table;
  margin-bottom: 55px;
  line-height: 24px;
  position: relative;
}
ul.courses > li.with-background {
  background: #f7f7f7;
  padding: 12px 23px 17px 17px;
  margin-bottom: 20px;
}
ul.courses > li div {
  display: block;
  float: left;
}
ul.courses > li div .title {
  color: #003f72;
  float: left;
  width: 650px;
  font-style: normal;
  font-weight: bold;
  font-family: "Utopia";
}
ul.courses > li div .cancel-link,
ul.courses > li div .delete-link,
ul.courses > li div .subscribe-link {
  float: right;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #e97300;
}
ul.courses > li .overview {
	width: 655px;
}
ul.courses > li .overview .cost {
  color: #003f72;
}
ul.courses > li .bottom-link {
  margin-top: 12px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #e97300;
}
ul.courses > li .bottom-link:after {
  content: "";
  display: table;
  clear: both;
}
ul.courses > li .cancel-overlay {
  position: absolute;
  background-color: white;
  top: 0;
  left: -9999px;
  padding-bottom: 20px;
  z-index: 9999;
}
ul.courses > li .cancel-overlay.active {
  left: 0;
}
ul.courses > li .cancel-overlay img.close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
  cursor: pointer;
}
ul.courses > li .cancel-overlay .overlay-title {
  display: block;
  color: #003f72;
}
ul.courses > li .cancel-overlay .sub-heading {
  text-transform: uppercase;
  display: block;
  margin-top: -20px;
}
ul.courses > li .cancel-overlay .sub-heading:after {
  content: "";
  display: table;
  clear: both;
}
.workspace-box {
  float: left;
  width: 235px;
  padding-bottom: 10px;
  background: #f7f7f7;
}
.workspace-box .detail {
  width: 100%;
  padding: 13px;
}
.workspace-box .title {
  color: #003f72;
  margin-bottom: 10px;
}
.workspace-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.workspace-box ul > li {
  margin-bottom: 5px;
  display: table;
}
.workspace-box ul > li a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #747678;
  margin-left: 0;
}
.orange-small-bold {
  color: #e97300;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  padding-top: 10px;
  float: left;
}
.bottom-last-link {
  margin-right: 5px;
  display: block;
  float: left;
  color: #e97300;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}
.section-abstract {
  line-height: 1.4;
  margin-bottom: 20px;
}
.meeting-calendar {
  line-height: 1.4;
  padding: 0;
}
.meeting-calendar > li {
  list-style: none outside none;
  padding: 10px 0 10px 0;
}
.meeting-calendar > li .title {
  color: #003f72;
  display: block;
  font-weight: normal;
  font-style: normal;
}
.meeting-calendar .content {
  background: #f7f7f7;
  padding-left: 22px;
  padding: 15px 22px 10px 24px;
}
.meeting-calendar .content:after {
  content: "";
  display: table;
  clear: both;
}
.meeting-calendar .content .date {
  float: left;
  width: 65px;
  color: #003f72;
  font-weight: bold;
}
.meeting-calendar .content .detail {
	float: left;
}
.top-issue {
  line-height: 1.4;
  padding: 0px 0 10px 0;
}
ul.tabs {
  width: 100%;
  display: table;
  height: 24px;
  font-size: 13px;
  margin-bottom: 25px;
  padding: 0;
}
ul.tabs.right-margin {
  width: 97%;
  margin-right: 20px;
}
ul.tabs:after {
  content: "";
  display: table;
  clear: both;
}
ul.tabs > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #bcbdbc;
  text-transform: uppercase;
  color: #ffffff;
}
ul.tabs > li a {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
ul.tabs > li.active {
  background-color: #003f72;
  margin-right: 5px;
}
ul.tabs > li.active:before,
ul.tabs > li.active + li:before {
	content: "";
}
ul.tabs > li + li:before {
  content: "|";
  display: block;
  float: left;
}
.workspace-title {
  color: #003f72;
  margin-bottom: 5px;
  display: block;
}
.workspace-overview {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 590px;
  display: block;
}
.workspace-overview ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.workspace-overview ul > li {
  display: table;
  margin-bottom: 25px;
}
.events-title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  color: #003f72;
  margin-bottom: 5px;
  display: block;
  float: left;
}
.events-main {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  display: block;
  float: left;
  margin-bottom: 30px;
}
.events-main .div-left {
  float: left;
  margin-right: 20px;
  width: 300px;
}
.events-main .div-left .event-div {
	padding-bottom: 30px;
}
.events-main .div-left .event-div .title {
  color: #003f72;
  padding-bottom: 8px;
  display: block;
}
.column-list {
  overflow: hidden;
  width: 760px;
  padding: 0;
}
.column-list > li {
  list-style: none outside none;
  display: inline;
  float: left;
  line-height: 1.5em;
  width: 320px;
  margin-bottom: 30px;
}
.section-date {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  color: #003f72;
  font-size: 18px;
}
.section-subtitle {
  color: #003f72;
  font-size: 15px;
  margin-top: 10px;
}
ul.support-material {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  padding: 0px 21px 0px 17px;
}
ul.support-material:after {
  content: "";
  display: table;
  clear: both;
}
ul.support-material > li {
  display: table;
  color: #747678;
  line-height: 22px;
  padding: 10px 0;
}
ul.support-material > li img {
  float: left;
  margin-right: 10px;
}
ul.support-material > li .references {
  float: left;
  width: 95px;
}
ul.support-material > li .details {
  float: left;
  width: 620px;
  padding: 0 55px 0 0px;
}
ul.support-material > li .title {
  color: #003f72;
  display: block;
  font-weight: normal;
  font-style: normal;
}
ul.support-material > li .date {
  font-style: italic;
  display: block;
}
ul.support-material > li .summary {
	display: block;
}
ul.meeting {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  margin-top: 20px;
  padding: 0px 21px 0px 17px;
}
ul.meeting:after {
  content: "";
  display: table;
  clear: both;
}
ul.meeting > li {
  display: table;
  color: #747678;
  line-height: 22px;
  padding: 10px 0;
}
ul.meeting > li img {
  float: left;
  margin-right: 10px;
}
ul.meeting > li .references {
  float: left;
  width: 95px;
}
ul.meeting > li .details {
  float: left;
  width: 489px;
  padding: 0 75px 0 10px;
}
ul.meeting > li .title {
  color: #003f72;
  display: block;
  font-weight: normal;
  font-style: normal;
}
ul.meeting > li .date {
  font-style: italic;
  display: block;
}
ul.meeting > li .summary {
	display: block;
}
.refine-by {
  float: right;
  margin-right: 70px;
  width: 359px;
  font-size: 13px !important;
}
.refine-by .refine-label {
  color: #747678;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
}
.refine-by .spinner {
  margin-left: 6px;
  float: left;
  width: 125px;
  margin-top: -3px;
}
.refine-by .spinner .sbHolder .sbSelector {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  top: 2px;
}
.refine-by .spinner .sbHolder .sbOptions {
  top: 30px;
  width: 255px;
  height: auto;
}
.refine-by .spinner .sbHolder .sbOptions li {
  height: auto;
  padding: 0;
  margin: 0;
}
.refine-by .spinner .sbHolder .sbOptions li a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.bottom-section {
  float: left;
  width: 80%;
}
.bottom-section:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-section .section-left {
  float: left;
  width: 50%;
  padding-right: 30px;
  border-right: 1px solid #c2c2c2;
}
.bottom-section .section-right {
  float: left;
  width: 50%;
  padding-left: 70px;
}
ul.meeting-events {
  display: block;
  margin-right: 10px;
  margin-top: 0px;
  font-size: 15px;
  color: #747678;
  padding: 0px 21px 0px 17px;
}
ul.meeting-events:after {
  content: "";
  display: table;
  clear: both;
}
ul.meeting-events > li {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 321px;
  float: left;
  position: relative;
}
ul.meeting-events > li .inner-box {
  padding: 8px 25px 0 0;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
}
ul.meeting-events > li .inner-box .overview {
  display: block;
  margin-bottom: 10px;
}
ul.meeting-events > li .inner-box .title {
  color: #003f72;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-family: "Utopia";
  margin-bottom: 5px;
}
.mail-to {
  margin-right: 5px;
  font-size: 15px;
  color: #747678;
  float: left;
}
.latest-news {
  width: 528px;
  line-height: 24px;
}
.latest-news ul > li > .title {
  font-size: 15px;
  color: #747678;
  font-style: normal;
  font-weight: normal;
}
.latest-news .abstract {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
}
ul.disclaimerlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.disclaimerlist > li {
  display: block;
  margin-bottom: 9px;
}
ul.disclaimerlist > li.no-rightMargin {
	margin-right: 0px;
}
.supportDetail-nav {
  display: block;
  width: 100px;
  float: right;
  font-size: 15px;
  color: #000000;
}
.aspNetDisabled {
  color: #747678;
}
.lnkPrevious:before {
	content: "< ";
}
.lnkNext:after {
	content: " >";
}
.validation-summary {
	margin-top: 20px;
}
.member-message {
  float: left;
  width: 500px;
}
.memberInfo {
	margin-top: 17px;
}
.memberInfo .field-headings h1 {
  color: #003F72;
  font-style: normal;
  font-weight: normal;
}
.memberInfo .member-message h1 {
  color: #003F72;
  font-style: normal;
  font-weight: normal;
}
.member-contactus {
  background: #f7f7f7;
  padding: 13px 20px 13px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.account-section-title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #003f72;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0;
  line-height: 26px;
  padding: 0;
  margin: 20px 0 8px 0;
  display: inline-block;
}
.account-section-title.less-margin {
  margin: 8px 0;
}
.account-section-title a {
  color: #003f72;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
.account-login-section-title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #003f72;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0;
  line-height: 26px;
  padding: 0;
  color: #747678;
}
.account-login-section-title.less-margin {
  margin: 8px 0;
}
.account-login-section-title a {
  color: #003f72;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
.about-section-title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #003f72;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0;
  line-height: 26px;
  padding: 0;
  margin: 15px 0;
}
.about-section-title.less-margin {
  margin: 8px 0;
}
.about-section-title a {
  color: #003f72;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
.about-sub-section {
	margin-top: 20px;
}
.about-section-title-with-top-margin {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #003f72;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0;
  line-height: 26px;
  padding: 0;
  margin: 15px 0;
  margin: 30px 0 20px 0;
}
.about-section-title-with-top-margin.less-margin {
  margin: 8px 0;
}
.about-section-title-with-top-margin a {
  color: #003f72;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
.about-section-title-with-top-margin:after {
  content: "";
  display: table;
  clear: both;
}
.overview-text {
  font-size: 15px;
  clear: both;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
ul.executive {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  padding: 0;
  width: 97%;
  margin-top: 20px;
  padding: 0px 21px 0px 17px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
ul.executive:after {
  content: "";
  display: table;
  clear: both;
}
ul.executive > li {
  border-bottom: 1px solid #c2c2c2;
  display: table;
  color: #747678;
  line-height: 22px;
  padding: 10px 0;
}
ul.executive > li img {
  float: left;
  margin-right: 10px;
}
ul.executive > li .details {
  float: left;
  width: 84%;
}
ul.executive > li .executive-name {
  color: #003f72;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-top: -4px;
}
ul.executive > li .title {
  display: block;
  font-family: "utopia-std-i4", "utopia-std", Arial;
  font-style: italic;
  font-weight: 400;
}
ul.executive > li .summary {
	display: block;
}
ul.executive > li.active {
  background-color: #003f72;
  margin-right: 5px;
}
ul.executive > li.active:after {
	content: "";
}
ul.executive > li:first-child {
  padding-top: 0;
}
ul.executive > li.last-child {
  border-bottom: none;
  margin: 0px;
}
.leadership {
  margin-top: 20px;
  line-height: normal;
}
.leadership img {
  margin: 0 20px 20px 0;
  float: left;
}
.leadership .name {
  color: #003f72;
  font-size: 24px;
  margin-top: -6px;
}
.leadership .title {
  color: #747678;
  font-size: 18px;
  width: 250px;
  float: left;
  line-height: 24px;
  font-family: "utopia-std-i4", "utopia-std", Arial;
  font-style: italic;
  font-weight: 400;
}
.leadership .content {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  float: left;
  padding-right: 30px;
  line-height: 1.5;
}
.leadership .content > p {
  margin-bottom: 30px;
  font-size: 15px;
}
.leadership:after {
  content: "";
  display: table;
  clear: both;
}
.about-section {
  margin: 20px;
  line-height: normal;
}
.about-section .section-header {
	margin-top: 15px;
}
.about-section .section-header:after {
  content: "";
  display: table;
  clear: both;
}
.about-section .left-header {
  width: 744px;
  float: left;
  padding-right: 155px;
}
.about-section .left-header .title {
  color: #003f72;
  font-size: 24px;
}
.about-section .left-header .abstract {
  color: #747678;
  font-size: 15px;
}
.about-section .right-header {
  width: 214px;
  float: left;
  text-align: right;
}
.about-section:after {
  content: "";
  display: table;
  clear: both;
}
ul.timeline-detail {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
ul.timeline-detail > li {
  margin: 40px 0px 40px 0px;
  padding: 23px 23px 10px 23px;
  list-style: none outside none;
  background-color: #cccccc;
}
ul.timeline-detail > li .description {
  float: left;
  width: 470px;
  min-height: 1px;
  padding-right: 74px;
}
ul.timeline-detail > li .description .date {
  color: #e97300;
  font-size: 28px;
  margin-bottom: 12px;
}
ul.timeline-detail > li .description .title {
  color: #003f72;
  font-size: 24px;
}
ul.timeline-detail > li .description .detail {
  color: #747678;
  font-size: 15px;
  margin-bottom: 25px;
}
ul.timeline-detail > li .image {
  float: left;
  width: 444px;
}
ul.timeline-detail > li .image .image-tag {
  margin-top: 11px;
  float: left;
  font-size: 15px;
}
ul.timeline-detail > li:after {
  content: "";
  display: table;
  clear: both;
}
.education-section-title {
  color: #003f72;
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  line-height: 33px;
}
.education-section-title:after {
  content: "";
  display: table;
  clear: both;
}
.btn-education {
  display: block;
  min-width: 136px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.btn-cart {
  float: right;
  display: block;
  width: 136px;
  margin-bottom: 40px;
}
.education-big-right {
  padding: 10px 0px 32px 0px;
  margin-left: 17px;
  line-height: 20px;
  width: 69%;
  float: left;
}
ul.education-events {
  display: block;
  margin-right: 10px;
  font-size: 15px;
  color: #747678;
  padding: 0;
}
ul.education-events:after {
  content: "";
  display: table;
  clear: both;
}
ul.education-events > li {
  display: inline-block;
  margin: 0 13px 10px 0;
  width: 235px;
  float: left;
  background-color: #f7f7f7;
  position: relative;
}
ul.education-events > li.no-rightMargin {
	margin-right: 0px;
}
ul.education-events > li img {
	display: block;
}
ul.education-events > li .inner-box {
  padding: 8px 25px 40px 12px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.education-events > li .inner-box > h3 {
  color: #003f72;
  margin: 8px 0;
  padding: 0;
  background: none;
  font-weight: normal;
  font-size: 15px;
}
ul.education-events > li .inner-box p {
  margin: 0;
  padding: 0;
}
ul.education-events > li .inner-box p:after {
  content: "";
  display: table;
  clear: both;
}
ul.education-events > li .inner-box .overview {
  display: block;
  margin-bottom: 10px;
}
ul.education-events > li .inner-box .title {
  color: #003f72;
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: "utopia-std-n7", "utopia-std", Arial;
  font-style: normal;
  font-weight: 700;
}
ul.education-events > li .inner-box .link {
  font-family: "myriad-pro-i7", "myriad-pro", Arial;
  font-weight: 700;
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  bottom: 24px;
}
ul.education-program {
  width: 90%;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #747678;
  line-height: 24px;
  margin-bottom: 25px;
  padding: 0 10px 10px 23px;
}
ul.education-program:after {
  content: "";
  display: table;
  clear: both;
}
ul.education-program > li {
  display: block;
  padding: 15px 0;
}
ul.education-program > li + li {
  border-top: 1px solid #c2c2c2;
}
ul.education-program > li > h3 {
  color: #003f72;
  margin: 8px 0;
  padding: 0;
  background: none;
  font-weight: normal;
  font-size: 15px;
}
ul.education-program > li.last-child {
  border-bottom: none;
  margin: 0px;
}
ul.education-program > li p {
  margin: 0;
  padding: 0;
}
ul.education-program > li .title {
  color: #003f72;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 8px;
}
ul.education-program > li .link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
}
ul.education-program .div-with-other-font {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
ul.education-program .div-with-other-font2 {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.education-program .div-with-other-font2.big-line-height {
	line-height: 24px;
}
.bottom-events {
  width: 690px;
  float: left;
  border-bottom: 1px solid #c2c2c2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 23px;
  padding: 0px;
}
.bottom-events > li {
  width: 333px;
  float: left;
  list-style-image: none;
  margin: 8px 0 15px 0;
}
.bottom-events > li > h3 {
  color: #003f72;
  margin-bottom: 5px 0 5px 0;
  padding: 0;
  background: none;
  font-weight: normal;
  font-size: 15px;
}
.bottom-events > li > p {
  display: inline;
  margin: 0;
}
.bottom-events > li > a {
  color: #f47b19;
  font-weight: bold;
  font-family: "utopia-std-i7", "utopia-std", Arial;
  font-style: italic;
  font-weight: 700;
  color: #e97300;
  font-size: 16px;
  display: inline;
}
.bottom-events > li > a.small-font {
	font-size: 14px;
}
.bottom-events > li > a.view {
  position: absolute;
  right: 28px;
  top: 80px;
}
.odd-listItem {
	padding-right: 13px;
}
.even-listItem {
  border-left: 1px solid #c2c2c2;
  padding-left: 15px;
}
.education-club {
  display: block;
  font-size: 15px;
  color: #747678;
  line-height: 22px;
  margin-bottom: 40px;
}
.education-club > h4 {
  color: #003f72;
  font-size: 15px;
  margin: 0;
  padding-top: 34px;
  background: none;
  font-weight: normal;
}
.education-club.with-width {
  width: 175px;
  margin-bottom: 25px;
  display: inline-block;
}
.education-club.big-line-height {
	line-height: 26px;
}
.education-club.no-padding {
  padding: 0;
  margin-top: -20px;
  margin-bottom: 10px;
}
.education-club ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.education-club ul > li {
  list-style-image: url('/Presentation/Includes/images/bullet.jpg');
}
.education-club table {
	width: 80%;
}
.education-club table td {
  border: 1px solid #c2c2c2;
  padding: 12px;
}
.education-club table td:first-child {
	width: 70%;
}
ul.events {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  padding: 0;
  width: 100%;
  margin-top: 45px;
  display: table;
}
ul.events:after {
  content: "";
  display: table;
  clear: both;
}
ul.events > li {
  padding: 20px 40px 17px 12px;
  width: 232px;
  background-color: #f7f7f7;
  display: table-cell;
  color: #747678;
  line-height: 22px;
  margin-right: 17px;
  float: left;
}
ul.events > li.last-eventItem {
  margin-right: 0;
}
ul.events > li .details {
  display: block;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.events > li .title {
  color: #003f72;
  display: block;
  font-size: 18px;
  font-family: "utopia-std-n7", "utopia-std", Arial;
  font-style: normal;
  font-weight: 700;
}
ul.events > li .sub-title {
  display: block;
  font-family: "utopia-std-n7", "utopia-std", Arial;
  font-style: normal;
  font-weight: 700;
}
ul.events > li .website {
  color: #003f72;
  display: block;
  margin-top: 20px;
  font-weight: normal;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.events-listing {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  padding: 0;
  width: 100%;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  /*margin-bottom:20px;*/
  margin: 20px 0 20px 0;
  padding: 0px 21px 0px 17px;
}
ul.events-listing.no-leftpad {
  padding-left: 0;
}
ul.events-listing > li {
  display: block;
  color: #747678;
  line-height: 22px;
  padding: 0 0 10px 0;
}
ul.events-listing > li:after {
  content: "";
  display: table;
  clear: both;
}
ul.events-listing > li + li {
  padding: 10px 0;
  border-top: 1px solid #c2c2c2;
}
ul.events-listing > li .img-outer {
  float: left;
  min-height: 1px;
  width: 150px;
  margin-right: 20px;
}
ul.events-listing > li img {
  display: block;
  float: left;
}
ul.events-listing > li:first-child {
  padding-top: 0;
}
ul.events-listing > li.last-child {
	margin: 0px;
}
ul.events-listing > li .right-area {
  width: 70%;
  display: block;
  float: left;
  position: relative;
}
ul.events-listing > li .right-area .summary {
	display: block;
}
ul.events-listing > li .right-area .summary-other {
  display: block;
  width: 70%;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.events-listing > li .right-area .member-summary {
  display: block;
  margin-top: 20px;
  bottom: -65px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul.events-listing > li .right-area .title {
  color: #003f72;
  display: block;
  font-weight: normal;
  font-style: normal;
}
ul.events-listing > li .right-area .sub-title {
  color: #003f72;
  float: left;
  margin-right: 2px;
}
ul.events-listing > li .right-area .left-link {
  float: left;
  width: 418px;
}
ul.events-listing > li .right-area .right-link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
ul.events-listing > li .right-area .link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  display: block;
  float: left;
}
ul.events-listing > li .right-area .link + .link:before {
  content: '|';
  display: block;
  color: #747678;
  float: left;
  padding: 0 6px;
}
.payment-method {
  width: 132px;
  height: 22px;
  margin-top: 10px;
}
.payment-method .sbHolder {
  float: left;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  position: relative;
  width: 255px;
  background: url("/Presentation/includes/images/search-big-ddl.png") no-repeat;
  padding: 5px 0 0 5px;
  margin-top: -8px;
}
.payment-method .sbToggle {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 8px no-repeat;
  height: 23px;
  left: 230px;
}
.payment-method .sbToggle:hover {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 8px no-repeat;
}
.payment-method .sbToggleOpen {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 8px no-repeat;
}
.payment-method .sbToggleOpen:hover {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 8px no-repeat;
}
.payment-method .sbOptions {
  top: 30px;
  width: 255px;
  height: 27px;
  margin-left: -5px;
}
.margin-top-div {
	margin-top: 20px;
}
.thank-you {
	width: 250px;
}
ul.cart-items-listing {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
ul.cart-items-listing:after {
  content: "";
  display: table;
  clear: both;
}
ul.cart-items-listing > li {
  display: block;
  color: #747678;
  line-height: 22px;
  padding: 20px 0;
  border-bottom: 1px solid #c2c2c2;
}
ul.cart-items-listing > li:after {
  content: "";
  display: table;
  clear: both;
}
ul.cart-items-listing > li img {
  display: block;
  margin-right: 20px;
  float: left;
}
ul.cart-items-listing > li .cart-summary {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  width: 55%;
  float: left;
}
ul.cart-items-listing > li .cart-summary .summary {
	display: block;
}
ul.cart-items-listing > li .cart-summary .title {
  color: #003f72;
  display: block;
}
ul.cart-items-listing > li .cart-delete-link {
  float: right;
  color: #003f72;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
}
ul.cart-items-listing > li.last-child {
  border-bottom: none;
}
.subscribes-outer {
  line-height: 28px;
  margin-left: 41px;
  min-height: 524px;
}
.subscribes-outer .subscribe-section-title {
  color: #003f72;
  font-size: 24px;
  display: inline-table;
  margin: 24px 0 10px 0;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.subscribes-outer .abstract {
  padding-right: 496px;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.subscribes-outer .chk-option {
  color: #003f72;
}
.subscribes-outer .summary {
	margin-left: 21px;
}
.subscribes-outer .detail {
  margin: 10px 0 10px 0;
}
.subscribes-outer .highlight {
  line-height: 21px;
  background: #f7f7f7;
  margin: 0 0 20px -41px;
  padding: 10px 496px 10px 41px;
  font-size: 15px;
  color: #747678;
}
.caption {
  margin-right: 8px;
  font-size: 15px;
  color: #747678;
  float: left;
}
.fieldtextbox {
  width: 254px;
  font-size: 16px;
}
.fieldtextbox--inline {
  width: 254px;
  font-size: 16px;
  margin-right: 8px;
  float: left;
}
.criteria {
  margin: 20px 0 20px 0;
  width: 490px;
  line-height: 22px;
}
.criteria h3.heading {
  color: #003f72;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  font-weight: normal;
  margin-bottom: 0;
}
.criteria .support-control {
  margin-top: 5px;
  display: inline-table;
  float: left;
}
.criteria:after {
  content: "";
  display: table;
  clear: both;
}
.support-field-label {
  width: 130px;
  float: left;
}
.support-listfilter {
  width: 237px;
  height: 21px;
  border: 0;
}
.support-field-control {
  float: left;
  width: 350px;
}
.support-field-control:after {
  content: "";
  display: table;
  clear: both;
}
.support-field-control > select {
	width: 237px;
}
.support-caption {
  float: left;
  margin-right: 8px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  color: #747678;
}
.support-fieldtextbox {
  width: 156px;
  font-size: 16px;
  margin-right: 8px;
}
ul.support-services {
  display: block;
  margin: 0 10px 20px 0;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}
ul.support-services:after {
  content: "";
  display: table;
  clear: both;
}
ul.support-services > li {
  display: inline-block;
  margin: 29px 19px 0 0;
  width: 233px;
  float: left;
  position: relative;
  background-color: #f7f7f7;
}
ul.support-services > li.last-item {
  margin: 29px 0 0 0;
}
ul.support-services > li img {
	display: block;
}
ul.support-services > li .inner-box {
  padding: 8px 25px 40px 12px;
  line-height: 21px;
}
ul.support-services > li .inner-box > h3 {
  color: #003f72;
  margin: 8px 0;
  padding: 0;
  background: none;
  font-weight: normal;
  font-size: 24px;
}
ul.support-services > li .inner-box p {
  margin: 0;
  padding: 0;
}
ul.support-services > li .inner-box .overview {
  display: block;
  margin-bottom: 10px;
}
ul.support-services > li .inner-box .overview.topmargin {
  margin-top: 20px;
  line-height: 22px;
}
ul.support-services > li .inner-box .link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  bottom: 24px;
}
.product-overview {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #f7f7f7;
  padding-left: 23px;
}
.product-overview p {
	margin-top: 0px;
}
.no-background-color {
  background-color: transparent;
  padding-left: 0px;
}
.news-update {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0 5px 5px;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
.news-update h1 {
  font-size: 20px;
  color: #003f72;
  display: inline;
  float: left;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
.news-update p {
  font-size: 18px;
  color: #747678;
  margin: 0 0 0 15px;
}
.news-update:after {
  content: "";
  display: table;
  clear: both;
}
.product-middle-content {
  margin: 20px 20px 0 20px;
}
.product-middle-content:after {
  content: "";
  display: table;
  clear: both;
}
.product-middle-content-detail {
	margin: 20px 20px 20px 48px;
}
.product-middle-content-detail:after {
  content: "";
  display: table;
  clear: both;
}
.product-home {
  display: block;
  margin: 0;
  font-size: 15px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}
.product-home:after {
  content: "";
  display: table;
  clear: both;
}
.product-home > div {
  display: inline-block;
  margin: 29px 17px 0 0;
  width: 470px;
  float: left;
  position: relative;
  background-color: #f7f7f7;
}
.product-home > div.last-item {
  margin: 29px 0 0 0;
}
.product-home > div img {
	display: block;
}
.product-home > div .inner-box {
  padding: 8px 25px 25px 12px;
  line-height: 21px;
}
.product-home > div .inner-box h2 {
  color: #003f72;
  margin: 8px 0;
  padding: 0;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.product-home > div .inner-box p {
  margin: 0;
  padding: 0;
}
.product-home > div .inner-box .overview {
  display: block;
  margin-bottom: 25px;
}
.product-home > div .inner-box .overview.topmargin {
  margin-top: 20px;
  line-height: 22px;
}
.product-home > div .inner-box .link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  bottom: 24px;
}
.video-container {
  position: relative;
  width: 740px;
  margin-left: 5px;
  margin-bottom: 6px;
}
.video-container > iframe {
  width: 100%;
  height: 380px;
}
.press-room {
	line-height: 27px;
}
.press-room img {
  margin: 0 20px 20px 0;
  float: left;
}
.press-room > h1 {
  margin-bottom: 0;
}
.press-room .heading {
  color: #747678;
  font-size: 24px;
}
.press-room .summary {
  color: #747678;
  width: 430px;
  float: left;
}
.press-room:after {
  content: "";
  display: table;
  clear: both;
}
.press-room .summary-title {
  font-size: 14px;
  font-color: #003f72;
}
.press-room .details {
	margin-top: 8px;
}
ul.press-room-documents {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0 20px 0;
  padding: 0px 21px 0px 17px;
  width: auto;
}
ul.press-room-documents:after {
  content: "";
  display: table;
  clear: both;
}
ul.press-room-documents > li {
  display: table;
  width: 700px;
  color: #747678;
  line-height: 22px;
  padding: 18px 0;
  border-bottom: 1px solid #c2c2c2;
}
ul.press-room-documents > li.last {
  border: 0;
}
ul.press-room-documents > li .img-outer {
  float: left;
  min-height: 1px;
  width: 150px;
  margin-right: 20px;
}
ul.press-room-documents > li .right-area {
  width: 75%;
  display: block;
  float: left;
  position: relative;
}
ul.press-room-documents > li .right-area .summary-other {
  display: block;
  width: 100%;
}
ul.press-room-documents > li .right-area .title {
	margin-top: -6px;
}
ul.press-room-documents > li img {
  float: left;
  margin-right: 10px;
}
ul.press-room-documents > li .references {
  float: left;
  width: 95px;
}
ul.press-room-documents > li .details {
  float: left;
  width: 620px;
  padding: 0 0px 0 10px;
}
ul.press-room-documents > li .title {
  color: #003f72;
  display: block;
  font-weight: normal;
  font-style: normal;
}
ul.press-room-documents > li .date {
  font-style: italic;
  display: block;
}
ul.press-room-documents > li.last-child {
  border-bottom: none;
  margin: 0px;
}
ul.press-room-documents .div-with-other-font {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.one-column-small-group-list {
  display: block;
  padding-bottom: 40px;
}
.one-column-small-group-list:after {
  content: "";
  display: table;
  clear: both;
}
.one-column-small-group-list .section-line {
  width: 300px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  margin-right: 22px;
  color: #747678;
  float: left;
}
.one-column-small-group-list .section-line > h3 {
  color: #003f72;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}
.one-column-small-group-list .section-line > h2 {
  color: #747678;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: bold;
}
.one-column-small-group-list .section-line .sub-heading {
  color: #747678;
  font-size: 16px;
  font-style: italic;
  display: block;
}
.one-column-small-group-list .section-line img {
  display: block;
  marging: 15px 0;
}
.one-column-small-group-list .section-line .overview {
  display: block;
  margin-bottom: 10px;
}
.one-column-small-group-list .section-line .link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
}
.one-column-small-group-list .section-line .second-line {
  display: block;
  margin-top: 40px;
}
.one-column-small-group-list .section-line .second-line:after {
  content: "";
  display: table;
  clear: both;
}
.one-column-small-group-list .section-line .second-line > h3 {
  color: #003f72;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}
.one-column-small-group-list .section-line .second-line .overview {
  display: block;
  margin-bottom: 10px;
}
.one-column-small-group-list .section-bottom {
  width: 440px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  color: #747678;
  float: left;
}
.one-column-small-group-list .section-bottom .section {
  display: block;
  margin-bottom: 30px;
}
.one-column-small-group-list .section-bottom .section:after {
  content: "";
  display: table;
  clear: both;
}
.one-column-small-group-list .section-bottom .section img {
  margin-right: 10px;
  display: block;
  float: left;
}
.one-column-small-group-list .section-bottom .section .right-area {
  float: left;
  width: 250px;
}
.one-column-small-group-list .section-bottom .section .right-area .title {
  font-weight: bold;
  display: block;
}
.one-column-small-group-list .section-bottom .section .right-area .sub-title {
  font-style: italic;
  display: block;
}
.one-column-small-group-list .section-bottom .section .right-area .overview {
  display: block;
  margin-bottom: 15px;
}
.one-column-small-group-list .section-bottom .section .right-area .link {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
}
.one-column-small-group-list .section-bottom + .section-bottom {
  border-left: 1px solid #c2c2c2;
  padding-left: 20px;
}
.one-column-small-group-list.with-margin {
	margin-top: 40px;
}
.registration-table {
	display: table;
}
.registration-table .table-header {
	display: table-row;
}
.registration-table .table-header .registration-type {
  display: table-cell;
  width: 280px;
  vertical-align: bottom;
}
.registration-table .table-header .early-bird {
  display: table-cell;
  width: 60px;
  text-align: left;
}
.registration-table .table-header .regular-price {
  display: table-cell;
  width: 200px;
}
.registration-table .table-row-div {
	display: table-row;
}
.registration-table .table-row-div .registration-type {
  display: table-cell;
  width: 280px;
  padding: 4px 0 0 15px;
}
.registration-table .table-row-div .registration-type input {
  height: auto;
  margin-right: 5px;
}
.registration-table .table-row-div .early-bird {
  display: table-cell;
  width: 155px;
  vertical-align: top;
  padding-top: 3px;
}
.registration-table .table-row-div .regular-price {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  padding-top: 2px;
}
.btn-login {
  display: block;
  margin: 10px 0 15px 0;
}
.login-info {
  width: 75%;
  line-height: 25px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}

/* This was removed Post-TBG -- Start */

p {
	margin: 14px 0px; 
	color: rgb(116, 118, 120); 
	font-size: 15px;
}
h1 {
	margin: 0px 0px 8px; 
	padding: 0px; 
	color: rgb(0, 63, 114); 
	line-height: normal; 
	font-size: 24px; 
	font-weight: normal; 
	display: block; 
	position: relative; 
	background-color: transparent;
}
h2 {
	margin: 0px; 
	padding: 0px; 
	line-height: 14px; 
	font-family: "utopia-std"; 
	font-size: 24px;
}
h3 {
	padding: 0px; 
	color: rgb(0, 63, 114); 
	font-size: 15px; 
	font-weight: normal;
}
a {
	color: rgb(233, 115, 0); 
	line-height: normal; 
	font-size: 15px; 
	font-style: italic; 
	font-weight: bold;
}
.promo-rtf > div {
	padding: 15px 0px 23px 10px; 
	background-color: rgb(247, 247, 247);
}
h2 > a {
	padding: 0px; 
	color: rgb(0, 63, 114); 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal;
}
p {
	margin: 0px 0px 14px; 
	color: rgb(116, 118, 120); 
	font-size: 14px;
}

/* This was removed Post-TBG -- End */

a:hover {
	text-decoration: none;
}
#form_0B8336B5BD4C434D9DD72F6F9DB5D2E8_field_DFB5F0C215004421B883D57AD3E94D46 {
	margin-top: 15px !important;
}
#form_0B8336B5BD4C434D9DD72F6F9DB5D2E8_field_E6B814DA4A95484295591D911C6C9F53 {
	margin-top: 15px !important;
}
#form_0B8336B5BD4C434D9DD72F6F9DB5D2E8_field_6C8C8E192DD545DAAE913E852E72B8E7_text {
	margin-top: -3px;
}
#form_0B8336B5BD4C434D9DD72F6F9DB5D2E8_field_2EE2E36CFEB34E8C86DBFE4AE7C5FEF9_text {
	margin-top: -3px;
}
#form_0B8336B5BD4C434D9DD72F6F9DB5D2E8_field_B7E4FE67B8054771ABECD4D5482F983D_text {
	padding-top: 6px;
}
#form_0B8336B5BD4C434D9DD72F6F9DB5D2E8_field_F3E7B1F0B8224C689D0FE7CF9196AC71_text {
	padding-top: 6px;
}
.member > li > a {
  color: #003f72 !important;
  font-weight: normal !important;
}
.scfValidator {
  margin: 0px !important;
  float: left !important;
}
.read-more-outer {
	display: inline-block;
}
.page-heading {
  font-size: 25px;
  color: #ffffff;
  background: url('/Presentation/Includes/images/page-heading-bg.png') repeat-x;
  height: 55px;
  /*padding:@wrapperPadding;*/
  /*padding:10px 20px 10px 48px;*/
  padding: 3px 20px 0 48px;
  vertical-align: middle;
  /*float: left;*/
  display: table-cell;
  /*width:100%;*/
  width: 1000px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.page-heading .rss-icon {
  float: right;
  margin: 1px -10px 0 0;
}
.page-heading .cart-icon {
  float: right;
  margin: 1px 10px 0 0;
}
.middle-content {
  margin: 0 0px 0 0;
}
.middle-content:after {
  content: "";
  display: table;
  clear: both;
}
.middle-content.form-page {
  width: 70%;
  margin-left: 40px;
}
.middle-content.no-margin {
  margin: 0;
}
.three-column-center-div {
  float: left;
  width: 779px;
}
.center-bg {
  float: left;
  width: 532px;
}
.right-bg {
  float: left;
  font-size: 15px;
  width: 779px;
  line-height: 22px;
}
.right-bg:after {
  content: "";
  display: table;
  clear: both;
}
.right-bg .heading {
	margin-top: -7px;
}
.right-bg .heading2 {
  margin-top: 0;
}
.right-bg .div-with-height {
  display: block;
  margin-bottom: 30px;
}
.right-bg p {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0px;
}
.socials-buttons {
  width: 185px;
  margin: 15px 0 0px 0px;
}
.socials-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.socials-buttons > img {
	margin-left: -2px;
}
.socials-buttons > ul {
  display: inline;
  padding-left: 0;
}
.socials-buttons > ul > li {
  float: left;
  list-style: none outside none;
}
.socials-buttons > ul > li > a {
  padding: 0 10px 0 2px;
}
.socials-buttons.socials-buttons--rightwithmargin {
  float: left;
  margin: 12px 56px 10px 0px;
}
.socials-buttons--right {
  float: right;
  margin-top: 12px;
}

.big-right-callout-outer > .socials-buttons {
    margin: -7px 0px 0px 46px;
}
a {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
}
.site-map-link a {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  color: #747678;
}
.email-friend {
	display: block;
}
.email-friend:after {
  content: "";
  display: table;
  clear: both;
}
.email-friend a {
  color: #e97300;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  float: left;
}
.email-friend img {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.small-right-callout-outer {
  float: right;
  margin-right: 10px;
}
.small-right-callout-outer .callout {
  width: 175px;
  margin: 10px 0px 20px 0;
  background-color: #eeeeee;
}
.small-right-callout-outer .callout.callout-large-width {
	width: 242px;
}
.small-right-callout-outer .callout .callout-detail {
  padding: 10px 20px 10px 15px;
  font-size: 15px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.small-right-callout-outer .callout .callout-detail:after {
  content: "";
  display: table;
  clear: both;
}
.small-right-callout-outer .callout .callout-detail h1 {
	line-height: 15px;
}
.small-right-callout-outer .callout .callout-detail h2 {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  line-height: 15px;
}
.small-right-callout-outer .callout .callout-detail p {
	font-size: 15px;
}
.small-right-callout-outer .callout .callout-detail.search-box {
  line-height: 26px;
  position: relative;
  margin-right: 15px;
}
.small-right-callout-outer .callout .callout-detail.search-box input[type="text"] {
	width: 148px;
}
.small-right-callout-outer .callout .callout-detail.search-box .advance-search-control {
	left: -583px;
}
.small-right-callout-outer .callout .callout-detail.search-box span {
  width: 153px;
  float: left;
}
.small-right-callout-outer .callout .callout-detail.search-box input[type="radio"] {
  float: left;
  height: 32px;
}
.small-right-callout-outer .callout .callout-detail.search-box span label {
  float: left;
  padding: 2px 0 0 4px;
}
.small-right-callout-outer .callout .callout-detail.check-out {
  line-height: 20px;
  margin-top: 30px;
}
.small-right-callout-outer .callout .callout-detail.blank-callout {
  background-color: #ffffff;
  font-size: sectionDefaultFontSize;
  color: #003f72;
  line-height: 21px;
  font-style: italic;
  padding-left: 0;
}
.small-right-callout-outer .callout .callout-detail-sub {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 10px 5px 15px;
  font-size: 15px;
}
.small-right-callout-outer .callout .heading {
  color: #003f72;
}
.small-right-callout-outer .callout .heading > a {
  color: #003f72;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
}
.small-right-callout-outer .callout .text-small {
  font-size: 12px;
  font-weight: normal;
  color: #747678;
}
.small-right-callout-outer .callout .abstract {
  margin: 5px 0 5px 0;
  font-size: 15px;
}
.small-right-callout-outer .callout .abstract-other {
  margin: 5px 0 5px 0;
  display: table;
}
.small-right-callout-outer .callout .abstract-other .left-div {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 8px 0 -3px;
  display: table-cell;
  background-color: #003f72;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.small-right-callout-outer .callout .abstract-other .right-div {
  float: left;
  display: table-cell;
  width: 70px;
}
.small-right-callout-outer .callout .link {
  color: #e97300;
  font-weight: bold;
  font-family: "myriad-pro-i7", "myriad-pro", Arial;
  font-style: italic;
  font-weight: 700;
}
.small-right-callout-outer .callout-mid-small {
  width: 235px;
  background-color: #eeeeee;
  margin: 10px 0 20px 70px;
}
.small-right-callout-outer .callout-mid-small .callout-detail {
  padding: 10px 15px 5px 15px;
  font-size: 15px;
}
.small-right-callout-outer .callout-mid-small .callout-detail.search-box {
	line-height: 26px;
}
.small-right-callout-outer .callout-mid-small .callout-detail.check-out {
  line-height: 20px;
  margin-top: 30px;
}
.small-right-callout-outer .callout-mid-small .callout-detail:after {
  content: "";
  display: table;
  clear: both;
}
.small-right-callout-outer .callout-mid-small .heading {
  font-weight: bold;
  color: #003f72;
}
.small-right-callout-outer .callout-mid-small .heading > a {
  color: #003f72;
}
.small-right-callout-outer .callout-mid-small .link {
  color: #e97300;
  font-weight: bold;
  font-family: "myriad-pro-i7", "myriad-pro", Arial;
  font-style: italic;
  font-weight: 700;
}
.small-right-callout-outer .callout-mid-small.margin-top-extra {
	margin-top: 65px;
}
.small-right-callout-outer .callout-large {
  width: 290px;
  background-color: #eeeeee;
  margin: 10px 0 20px 0px;
}
.small-right-callout-outer .callout-large .callout-detail {
  padding: 10px 15px 5px 15px;
  font-size: 15px;
}
.small-right-callout-outer .callout-large .callout-detail.search-box {
	line-height: 26px;
}
.small-right-callout-outer .callout-large .callout-detail.check-out {
  line-height: 20px;
  margin-top: 30px;
}
.small-right-callout-outer .callout-large .callout-detail:after {
  content: "";
  display: table;
  clear: both;
}
.small-right-callout-outer .callout-large .heading {
  font-weight: bold;
  color: #003f72;
}
.small-right-callout-outer .callout-large .heading > a {
  color: #003f72;
}
.small-right-callout-outer .callout-large .detail-summary {
  font-size: 15px;
  width: 100%;
}
.small-right-callout-outer .callout-large .detail-summary .label {
  width: 75%;
  display: inline-block;
}
.small-right-callout-outer .callout-large .detail-summary .amount {
  display: inline-block;
  float: right;
}
ol.cart-listing {
  font-size: 15px;
  padding-left: 0;
  width: 100%;
  list-style: none;
  counter-reset: array;
  margin: 10px 0;
}
ol.cart-listing > li .summary {
  width: 68%;
  display: inline-block;
}
ol.cart-listing > li .amount {
  display: inline-block;
  float: right;
}
ol.cart-listing > li:before {
  counter-increment: array;
  content: counter(array) ") ";
  float: left;
  padding-right: 4px;
}
.big-right-callout-outer {
  float: left;
  width: 218px;
  padding-left: 7px;
  padding-top: 20px;
  position: relative;
}
.big-right-callout-outer .callout {
  width: 217px;
  margin: 10px 0 20px 13px;
  background-color: #eeeeee;
}
.big-right-callout-outer .callout .callout-detail {
  padding: 10px 20px 15px 12px;
  font-size: 15px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.big-right-callout-outer .callout .callout-detail:after {
  content: "";
  display: table;
  clear: both;
}
.big-right-callout-outer .callout .callout-detail p {
	font-size: 15px;
}
.big-right-callout-outer .callout .callout-detail .abstract a {
  color: #003f72;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.big-right-callout-outer .callout .callout-detail .abstract1 a {
  color: #747678;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.big-right-callout-outer .callout .callout-detail h3 {
  color: #003f72;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-size: 15px;
}
.big-right-callout-outer .callout .heading {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-top: 4px;
  color: #003f72;
}
.big-right-callout-outer .callout .heading > a {
  color: inherit;
  font-weight: normal;
  font-style: normal;
}
.big-right-callout-outer .callout .link {
  color: #e97300;
  font-weight: bold;
  font-family: "myriad-pro-i7", "myriad-pro", Arial;
  font-style: italic;
  font-weight: 700;
}
.big-left-bg {
  float: left;
  width: 766px;
  min-height: 400px;
}
.one-column-right-bg {
  float: left;
  width: 187px;
  padding-top: 40px;
}
.one-column-right-bg .callout {
  width: 190px;
  margin: 10px 0 20px 10px;
  background-color: #eeeeee;
}
.one-column-right-bg .callout p {
  margin: 5px 0 5px 0;
}
.one-column-right-bg .callout .callout-detail {
  padding: 10px 20px 5px 15px;
  font-size: 15px;
}
.one-column-right-bg .callout .callout-detail.blank-callout {
  background-color: #ffffff;
  font-size: sectionDefaultFontSize;
  color: #003f72;
  line-height: 21px;
  font-style: italic;
  padding-left: 0;
}
.one-column-right-bg .callout .callout-detail ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.one-column-right-bg .callout .callout-detail ul li {
	display: block;
}
.one-column-right-bg .callout .callout-detail ul li a {
  color: #003f72;
}
.one-column-right-bg .callout .callout-detail:after {
  content: "";
  display: table;
  clear: both;
}
.big-left-other-bg {
  float: left;
  margin: 0 0 40px 0;
  padding-left: 30px;
  width: 680px;
  min-height: 400px;
  font-size: 15px;
}
.big-left-other-bg h3 {
  color: #003f72;
  font-size: 15px;
  margin: 0;
  padding-top: 25px;
  background: none;
  font-weight: normal;
}
.big-left-other-bg h4 {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #003f72;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0;
  line-height: 22px;
  padding: 0;
  margin: 15px 0;
}
.big-left-other-bg .top-summary {
	display: block;
}
.big-left-other-bg .top-summary-with-padding-top {
  display: block;
  padding: 20px 0 0 20px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.big-left-other-bg .normal-link {
  color: #e97300;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}
.small-right-bg {
  width: 175px;
  float: left;
  margin-left: 55px;
  padding-top: 36px;
}
input[type='button'] {
	border: currentColor; 
	height: 32px; 
	color: rgb(255, 255, 255); 
	text-transform: uppercase; 
	line-height: normal; 
	font-size: 15px; 
	min-width: 85px; 
	background-color: rgb(244, 123, 25);
}
input[type='submit'] {
	border: currentColor; 
	height: 32px; 
	color: rgb(255, 255, 255); 
	text-transform: uppercase; 
	line-height: normal; 
	font-size: 15px; 
	min-width: 85px; 
	background-color: rgb(244, 123, 25);
}
.placeOrderButton {
	border: currentColor; 
	height: 32px; 
	color: rgb(255, 255, 255); 
	text-transform: uppercase; 
	line-height: normal; 
	font-size: 15px; 
	min-width: 85px; 
	background-color: rgb(244, 123, 25);
}
input[type='button'].btn-myaccount {
	margin-top: 10px; 
	display: block;
}
input[type='submit'].btn-myaccount {
	margin-top: 10px; 
	display: block;
}
input[type="text"],
input[type="password"] {
  border-top: none;
  border-bottom: none;
  padding: 2px 0 0 9px;
  height: 32px;
  background: url("/Presentation/Includes/images/txt-bg-common.png") repeat-x;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  font-size: 14px;
}
input[type="radio"] {
  height: 19px;
  width: 19px;
}
.read-more {
  font-family: "utopia-std-i7", "utopia-std", Arial;
  font-style: italic;
  font-weight: 700;
  color: #e97300;
  font-size: 16px;
}
.read-more.small-font {
	font-size: 14px;
}
.read-more.view {
  position: absolute;
  right: 28px;
  top: 80px;
}
#cboxOverlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  background: url('/presentation/includes/images/overlay.png') repeat scroll 0 0 transparent;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
.page-sub-title {
  color: #003f72;
  font-size: 24px;
  display: inline-table;
  margin-bottom: 8px;
  margin-top: 5px;
}
.other-boxes {
  display: block;
  margin: 30px 0;
  font-size: 14px;
}
.other-boxes:after {
  content: "";
  display: table;
  clear: both;
}
.other-boxes div {
  float: left;
  width: 232px;
  margin-right: 11px;
  display: block;
  line-height: 24px;
  margin-bottom: 4px;
}
.other-boxes div.no-rightmargin {
	margin-right: 0px;
}
.other-boxes div .big-title {
  color: #003f72;
  font-size: 24px;
  display: inline-table;
  margin-bottom: 12px;
  width: 205px;
}
.other-boxes div .overview {
  font-size: 15px;
  width: 205px;
}
.other-boxes div .overview h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #747678;
}
.other-boxes div .title {
  color: #003f72;
  margin-bottom: 5px;
}
.other-boxes div img {
  display: block;
  margin-bottom: 10px;
}
.other-boxes div ul {
  padding-left: 17px;
  display: block;
}
.other-boxes div ul:after {
  content: "";
  display: table;
  clear: both;
}
.other-boxes div ul > li a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #747678;
  margin-left: 0;
}
.other-boxes div ul li.more-margin {
  margin-bottom: 20px;
  float: left;
  clear: both;
}
.other-boxes div ul.without-bullet {
  float: left;
  padding-left: 0;
  width: 233px;
}
.other-boxes div ul.without-bullet > li {
  display: table;
  line-height: 20px;
  margin-bottom: 30px;
}
.other-boxes div ul.without-bullet > li a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #747678;
  margin-left: 0;
}
.other-boxes div .subscription-links {
  float: left;
  margin-left: 8px;
  display: block;
  clear: both;
}
.other-boxes div a {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: #e97300;
}
.other-boxes.without-top {
  margin-top: 0;
}
.other-boxes.no-margin {
  margin: 0;
}
.other-boxes.with-left-float {
  float: left;
  margin-top: 0;
}
.highlight {
  background: #f7f7f7;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 10px 0 23px;
}
.highlight:after {
  content: "";
  display: table;
  clear: both;
}
.highlight.topMargin {
	margin-top: 20px;
}
.highlight h3 {
  color: #003f72;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}
.highlight h1 {
  margin-bottom: 0;
  padding: 0;
}
.highlight p {
  margin: 5px 0;
}
.highlight .div-with-other-font {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.highlight.div-with-other-color {
  background: #eeeeee;
}
.highlight .section-title {
	margin-top: 0px;
}
.highlight-update {
  clear: both;
  background: #eeeeee;
  width: 783px;
  margin-left: -1px;
  width: 787px;
  margin-left: -5px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 10px 10px 23px;
}
.highlight-update.topMargin {
	margin-top: 20px;
}
.highlight-update h3 {
  color: #003f72;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}
.highlight-update p {
  margin: 5px 0 5px 0;
}
.section-title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #003f72;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0;
  line-height: 26px;
  padding: 0;
}
.section-title.less-margin {
  margin: 8px 0;
}
.section-title a {
  color: #003f72;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}

.departmentArticles p
{
    margin-top: 10px;
}
.section-largetitle {
  background-color: transparent;
  color: #747678;
  font-weight: normal;
  font-size: 25px;
  display: block;
  margin: 25px 0 20px 0;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.watermark {
  font-style: italic !important;
  color: #c7c8c8 !important;
}
.one-column-home {
  position: relative;
  z-index: 1;
}
.one-column-home:after {
  content: "";
  display: table;
  clear: both;
}
.one-column-home .banner-image {
	width: 100%;
}
.one-column-home .banner-blue-box {
  height: auto;
  width: 488px;
  padding: 21px 26px 24px 22px;
  background: url("/Presentation/Includes/images/about-banner-top-blue.png");
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 9999;
  color: #ffffff;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.one-column-home .banner-blue-box .abstract-title {
  font-size: 34px;
  line-height: 32px;
}
.one-column-home .banner-blue-box .description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.3;
}
.one-column-home ul.white-box-banner-rail {
  position: absolute;
  font-size: 18px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  right: 10px;
  bottom: 15px;
}
.one-column-home ul.white-box-banner-rail > li {
  display: table-cell;
  float: left;
  width: 133px;
  height: 59px;
  text-align: center;
  vertical-align: middle;
  background: url("/Presentation/Includes/images/white-top-bg.png");
  color: #003f72;
  padding: 0 2px;
}
.one-column-home ul.white-box-banner-rail > li a {
  display: table-cell;
  vertical-align: middle;
  color: #003f72;
  width: inherit;
  height: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: 18px;
}
.one-column-home ul.white-box-banner-rail > li.first-child {
	left: 402px;
}
.one-column-home ul.white-box-banner-rail li + li {
	margin-left: 10px;
}
.know-about-main {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.know-about-main .left-part {
  width: 238px;
  height: 238px;
  margin-right: 20px;
  float: left;
}
.know-about-main .right-part {
  color: #747678;
  float: left;
  width: 470px;
  line-height: normal;
  font-size: 15px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.know-about-main .right-part .title {
  font-size: 24px;
  display: block;
}
.know-about-main .right-part .content {
  display: block;
  margin: 30px 0;
}
.know-about-main .right-part p {
  margin-top: 0;
  font-size: 15px;
}
.content-small {
  display: block;
  background-color: #f7f7f7;
  font-size: 14px;
  width: 240px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 7px 0 7px 0;
  color: #003f72;
  line-height: 16px;
}
.sponsor-div {
	padding: 0px 35px; 
	width: 240px; 
	text-align: center; 
	color: rgb(0, 63, 114); 
	text-transform: uppercase; 
	font-size: 14px; 
	margin-top: 5px; 
	display: block;
}
.hostedby, .sponsoredby {
    display: inline-block;
}
.sponsored-hosted .hostedby,
.sponsored-hosted .sponsoredby {
    width: 230px;
}
.clear {
	clear: both;
}
.field-left {
  float: left;
  width: 240px;
  text-align: right;
  padding-top: 7px;
}
.field-left-profile {
  float: left;
  width: 150px;
  text-align: right;
  padding-top: 7px;
}
.field-left-profile.field-headings-bold {
  font-weight: bold;
  margin-top: 15px;
}
.field-left-profile.no-padding {
  padding-top: 0;
}
.field-left-profile.large-width {
	width: 205px;
}
.field-left-profile.large-width-more {
	width: 255px;
}
.field-left-profile.large-width-more1 {
	width: 350px;
}
.field-left-profile.left-distance {
  padding-left: 55px;
  padding-top: 0;
  width: 205px;
}
.field-right {
  float: left;
  padding-left: 25px;
  height: 30px;
  width: 350px;
}
.field-right .text-span {
  float: left;
  padding-top: 6px;
  margin-left: 6px;
}
.field-right.less-width {
	width: 300px;
}
.field-right-less-pdn {
  float: left;
  margin-left: 15px;
  width: 290px;
  height: 30px;
  position: relative;
}
.field-right-less-pdn .link {
  position: absolute;
  right: 0;
  top: 31%;
}
.field-with-btn {
  float: left;
  margin-left: 15px;
  width: 345px;
  height: 31px;
}
.field-with-btn label.spacer input {
  margin-right: 10px;
  height: auto;
}
.field-with-btn label.spacer + label.spacer {
	margin-left: 25px;
}
.field-with-btn input[type=button] {
  margin-top: 20px;
  margin-left: 0;
}
.field-with-btn input.spacer {
  margin-right: 10px;
  float: left;
}
.field-with-btn .spacer-large {
  margin-top: 7px;
  float: left;
  margin-right: 25px;
}
.field-parent {
  display: block;
  margin-top: 18px;
}
.field-parent:after {
  content: "";
  display: table;
  clear: both;
}
.field-parent-less-padding {
  display: block;
  margin-top: 15px;
}
.field-parent-less-padding:after {
  content: "";
  display: table;
  clear: both;
}
.field-parent-less-padding1 {
  display: block;
  margin-top: 5px;
}
.field-parent-less-padding1:after {
  content: "";
  display: table;
  clear: both;
}
.hr-border {
  width: 900px;
  background-color: #c2c2c2;
  color: #c2c2c2;
}
.hr-border:after {
  content: "";
  display: table;
  clear: both;
}
.field-info {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  line-height: 14px;
  width: 150px;
  padding-top: 4px;
}
.field-info1 {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  display: block;
  width: 150px;
  margin-top: -40px;
  margin-left: 265px;
}
.field-info1.other-info {
  float: left;
  padding-top: 2px;
}
.field-info1.other-info label {
  display: block;
  padding: 8px 0 0 15px;
  text-indent: -15px;
  margin-top: -10px;
  margin-left: -10px;
  width: 330px;
}
.field-info1.other-info input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.field-info1.left-margin-left {
	margin-left: 175px;
}
.field-headings-bold {
  display: block;
  margin: 25px 0 8px 0;
  font-weight: bold;
}
.center-top-margin {
	padding-top: 10px;
}
.font-style-div {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.highlights-parent {
  float: left;
  min-width: 505px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
ul.highlights {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #747678;
  margin: 0px 0 20px 0;
  padding: 0px 21px 0px 17px;
}
ul.highlights.topmargin {
	margin-top: 20px;
}
ul.highlights:after {
  content: "";
  display: table;
  clear: both;
}
ul.highlights > li {
  display: block;
  color: #747678;
  line-height: 22px;
  width: 100%;
  padding: 14px 0 8px 0;
}
ul.highlights > li .details {
	margin-bottom: 18px;
}
ul.highlights > li .title {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-weight: 400;
  color: #003f72;
  display: block;
  font-weight: normal;
  font-style: normal;
}
ul.highlights > li.last-child {
	margin-bottom: 20px;
}
ul.highlights.separated > li + li {
  border-top: 1px solid #c2c2c2;
}
.course-detail {
  float: left;
  display: block;
  font-size: 15px;
  color: #747678;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.course-detail:after {
	clear: both;
}
.course-detail.header-detail {
	width: 625px;
}
.course-detail .title {
  color: #003f72;
  font-weight: normal;
  font-style: normal;
}
.course-detail.no-padding {
  padding: 0;
  margin-top: -20px;
  margin-bottom: 10px;
}
.course-detail.set-width {
	width: 60%;
}
.course-detail p {
	margin-bottom: 25px;
}
.course-detail p.less-margin {
	margin-bottom: 5px;
}
.course-detail p.with-top {
	margin-top: 20px;
}
.course-detail img {
  margin-bottom: 10px;
  display: block;
}
.with-background-color {
  background: #eeeeee;
  float: none;
}
.content-gray {
  background-color: #eeeeee;
  padding: 18px 0 0 26px;
  margin-top: 35px;
  margin-left: -23px;
  width: 781px;
  overflow: auto;
}
.content-gray.less-margin-top {
	margin-top: 18px;
}
.btn-small {
  width: 70px;
  margin-left: 10px;
  float: left;
}
ul.header-tabs {
  width: 100%;
  display: table;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
ul.header-tabs > li {
  height: 24px;
  display: table-cell;
  padding-top: 1px;
  text-align: center;
  background-color: #bcbdbc;
  text-transform: uppercase;
  color: #ffffff;
  min-width: 250px;
}
ul.header-tabs > li a {
  color: #ffffff;
  font-size: 13px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-weight: bold;
}
ul.header-tabs > li.last {
	width: 204px;
}
ul.header-tabs > li.active {
  background-color: #003f72;
}
ul.header-tabs > li.active:before,
ul.header-tabs > li.active + li:before {
	content: "";
}
ul.header-tabs > li + li:before {
  content: "|";
  display: block;
  padding-top: 1px;
  float: left;
}
.one-column-main {
  padding: 30px 0 10px 20px;
  display: block;
}
.one-column-main h3 {
  color: #003f72;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}
.one-column-main h4 {
  color: #003f72;
  font-size: 15px;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  background: none;
  font-weight: normal;
  text-transform: uppercase;
}
.one-column-main p {
  margin: 0;
  padding-bottom: 30px;
  width: 90%;
}
.one-column-large-group-list {
  float: left;
  display: block;
  width: 974px;
  font-size: 15px;
  margin-right: 15px;
  color: #747678;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section {
  list-style-image: none;
  width: 471px;
  float: left;
  margin: 20px 0 0 20px;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section .detail {
  padding: 15px 0 23px 10px;
  background-color: #f7f7f7;
}
.section .detail img {
  margin-bottom: 10px;
  display: block;
}
.section .detail > h3 {
  color: #003f72;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}
.section .detail p {
  margin: 0;
  padding: 0;
}
.section .detail .overview {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.section .detail .link {
  color: #e97300;
  font-weight: bold;
  font-family: "myriad-pro-i7", "myriad-pro", Arial;
  font-style: italic;
  font-weight: 700;
}
.heading-links {
  color: #003f72;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
  font-style: normal;
  display: block;
}
.brief-heading {
  font-size: 14px;
  color: #003f72;
}
.brief-content {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #747678;
  line-height: 18px;
}
.info {
  font-size: 12px;
  color: darkBackground;
  font-style: italic;
  width: 75%;
}
.txt-width {
	width: 255px;
}
.txt-width-small {
  width: 155px;
  float: left;
  margin-right: 8px;
}
.twitter {
  background: url("/Presentation/includes/images/twitter.png") top center no-repeat;
  padding-top: 5px;
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
}
.facebook {
  background: url("/Presentation/includes/images/facebook.png") top center no-repeat;
  padding-top: 5px;
  display: inline-block;
  text-indent: -9999px;
  width: 25px;
}
.linkedin {
  background: url("/Presentation/includes/images/linkedin.png") top center no-repeat;
  padding-top: 5px;
  display: inline-block;
  text-indent: -9999px;
  width: 25px;
}
.updates {
  padding: 20px 24px 20px 24px;
  color: #747678;
  width: 842px;
  float: left;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  line-height: 15px;
  font-size: 20px;
}
.updates .label {
	text-transform: uppercase;
}
.updates .tweet-message {
  font-style: italic;
  line-height: 20px;
}
.updates .tweet-message a {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #64a0c8;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}
.share {
  float: left;
  width: 140px;
  padding-top: 11px;
}
.middle-content-one-column {
  margin: 0 20px 0 48px;
}
.middle-content-one-column:after {
  content: "";
  display: table;
  clear: both;
}
.middle-content-one-column--other {
  margin: 0 20px 0 48px;
}
.middle-content-one-column--other:after {
  content: "";
  display: table;
  clear: both;
}
.one-column-left-bg {
  float: left;
  width: 685px;
  margin-right: 57px;
}
/* Web Forms for Marketers Css*/
.scfForm {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  line-height: normal;
  margin-top: -10px;
  margin-bottom: 50px;
  width: 90%;
  padding-left: 50px;
}
.scfForm .form-field {
  display: block;
  margin-top: 18px;
  margin-bottom: 21px;
}
.scfForm .form-field:after {
  content: "";
  display: table;
  clear: both;
}
.scfForm .form-field label {
  float: left;
  width: 150px;
  text-align: right;
  padding-top: 7px;
}
.scfForm .form-field .scfDropListLabel {
	margin-top: -5px;
}
.scfForm .form-field .scfSingleLineTextLabel {
	margin-top: -6px;
}
.scfForm .form-field .scfEmailGeneralPanel {
  padding-left: 15px;
  width: auto;
  height: 31px;
  margin-bottom: 8px;
}
.scfForm .form-field .scfEmailGeneralPanel .scfEmailTextBox {
  width: 256px;
  display: block;
}
.scfForm .form-field .scfSingleLineGeneralPanel {
  float: left;
  padding-left: 15px;
  width: auto;
  height: 31px;
}
.scfForm .form-field .scfSingleLineGeneralPanel .scfSingleLineTextBox {
  width: 256px;
  display: block;
}
.scfForm .form-field .scfTelephoneGeneralPanel {
  width: auto;
  float: left;
  margin-right: 8px;
  padding-left: 15px;
  height: 31px;
  margin-bottom: 8px;
}
.scfForm .form-field .scfTelephoneGeneralPanel .scfTelephoneTextBox {
  /*float: left;*/
  width: 165px;
  display: block;
}
.scfForm .form-field .scfTelephoneGeneralPanel .scfTelephoneTextBox + .scfValidator {
  margin: 5px 0;
}
.scfForm .form-field .scfDropListGeneralPanel {
  float: left;
  padding-left: 15px;
  width: 345px;
  height: 31px;
  margin-top: 10px;
}
.scfForm .form-field .scfDropListGeneralPanel .sbHolder {
  float: left;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  position: relative;
  width: 255px;
  background: url("/Presentation/includes/images/search-big-ddl.png") no-repeat;
  padding: 5px 0 0 5px;
  margin-top: -8px;
}
.scfForm .form-field .scfDropListGeneralPanel .sbToggle {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 11px no-repeat;
  height: 23px;
  left: 230px;
}
.scfForm .form-field .scfDropListGeneralPanel .sbToggle:hover {
  background: url("/Presentation/includes/images/ddl-close-big.png") 0 11px no-repeat;
}
.scfForm .form-field .scfDropListGeneralPanel .sbToggleOpen {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 11px no-repeat;
}
.scfForm .form-field .scfDropListGeneralPanel .sbToggleOpen:hover {
  background: url("/Presentation/includes/images/ddl-open-big.png") 0 11px no-repeat;
}
.scfForm .form-field .scfDropListGeneralPanel .sbOptions {
  top: 30px;
  width: 255px;
  height: auto;
  margin-left: -5px;
  margin-top: 10px;
  padding-left: 10px;
}
.scfForm .form-field .scfDropListGeneralPanel .sbOptions a {
  font-style: normal;
  font-weight: normal;
}
.scfForm .form-field .scfDropListGeneralPanel .sbSelector {
  width: auto;
  font-style: normal;
  font-weight: normal;
  padding-top: 3px;
}
.scfForm .scfValidationSummary {
  padding-left: 12px;
  margin-top: 34px;
}
.scfForm .scfSubmitButtonBorder input[type="submit"],
.scfForm input[type="button"] {
  min-width: 85px;
  height: 32px;
  border: none;
  line-height: normal;
  color: #ffffff;
  font-size: 15px;
  padding: 2px 2px 0 0;
  text-transform: uppercase;
  background-color: #f47b19;
  margin-left: 165px;
  margin-top: 20px;
}
.no-padding {
  padding: 0;
}
.errorMessage {
  color: #ff0000;
  margin-bottom: 15px;
}
.errorMessage ul {
  padding: 0 0 0 30px;
}
.failureNotification {
  color: #ff0000;
  padding-bottom: 15px;
}
.failureNotification ul {
  padding: 0 0 0 30px;
}
.pnlViewAllboards {
	display: none;
}
.other-boxes-update {
  display: block;
  margin: 30px 0 20px 0;
  font-size: 14px;
  float: left;
}
.other-boxes-update:after {
  content: "";
  display: table;
  clear: both;
}
.other-boxes-update div {
  float: left;
  width: 235px;
  margin-right: 18px;
  display: block;
  line-height: 18px;
}
.other-boxes-update div .detail {
  background: #f7f7f7;
  padding: 13px;
}
.other-boxes-update div .big-title {
  color: #003f72;
  font-size: 24px;
  display: inline-table;
  margin-bottom: 12px;
}
.other-boxes-update div .overview {
	font-size: 15px;
}
.other-boxes-update div .title {
  font-size: 15px;
  color: #003f72;
  margin-bottom: 5px;
}
.other-boxes-update div img {
	display: block;
}
.other-boxes-update div ul {
  padding: 0;
  margin: 0 0 0 17px;
  display: block;
  float: left;
}
.other-boxes-update div ul:after {
  content: "";
  display: table;
  clear: both;
}
.other-boxes-update div ul > li a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #747678;
  margin-left: 0;
}
.other-boxes-update div ul li.more-margin {
  margin-bottom: 5px;
  float: left;
  clear: both;
}
.other-boxes-update div ul.without-bullet {
  float: left;
  padding-left: 0;
  width: 233px;
  margin: 0;
}
.other-boxes-update div ul.without-bullet:after {
  content: "";
  display: table;
  clear: both;
}
.other-boxes-update div ul.without-bullet > li {
  display: table;
  line-height: 20px;
  margin-bottom: 20px;
}
.other-boxes-update div ul.without-bullet > li a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #747678;
  margin-left: 0;
}
.other-boxes-update div .subscription-links {
  float: left;
  margin-left: 8px;
  display: block;
  clear: both;
}
.other-boxes-update div a {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: #e97300;
}
.other-boxes-update div.last-child-member {
	margin-right: 0px;
}
.callout-horizontal {
  background-color: #eeeeee;
  padding: 0 13px 13px 13px;
  width: 235px;
  float: left;
  margin: 10px 15px 20px 0;
}
.callout-horizontal.no-rightmargin {
  margin-right: 0;
}
.callout-horizontal p {
	font-size: 15px;
}
.callout-horizontal h1 {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #003f72;
}
.callout-full-horizontal {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  float: left;
}
.callout-full-horizontal.no-rightmargin {
  margin-right: 0;
}
.callout-full-horizontal > h3 {
  color: #003f72;
}
.disclaimer {
  background-color: #eeeeee;
  padding: 0 13px 13px 13px;
  width: 235px;
  float: left;
  margin: 10px 15px 20px 0;
}
.disclaimer.no-rightmargin {
  margin-right: 0;
}
.disclaimer p {
	font-size: 15px;
}
.disclaimer h1 {
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #003f72;
}
.footerText {
  margin-top: 20px;
  font-size: 14px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footerText h3 {
  color: #003f72;
}
.executive-detail {
  float: left;
  width: 420px;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.errorPage {
	min-height: 524px;
}
.errorPage ul {
	padding-left: 20px;
}
.oneColumn-CenterOuter {
  float: left;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.18);
  background: #ffffff;
  width: 100%;
}
.section-abstract {
	width: 625px;
}
.about-topic {
  padding: 17px 8px 43px 12px;
  margin: 0 0 0 5px;
}
.no-bottommargin {
	margin-bottom: 0px;
}
.bottom-margin {
	margin-bottom: 20px;
}
.bottom-margin-update {
  margin-bottom: 13px;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.title-padding {
	padding: 0px 21px 0px 17px;
}
.summary-panel-padding {
	padding-top: 15px;
}
.sitemap-column ul li {
  list-style-type: none;
  list-style-image: none;
}
.sitemap-column h4 {
	margin-top: 30px;
}
.sitemap-column h4:first-child {
  margin-top: 0;
}
.sitemap-column h4 a {
  color: #454545;
  font-size: 18px;
}
.sitemap-column h4 a:hover {
  color: #454545;
  text-decoration: underline;
}
.sitemap-column li {
  margin: 10px 0;
  list-style-type: none;
}
.sitemap-column li ul {
  padding: 0 0 0 25px;
  list-style-type: none;
}
.sitemap-column ul.main {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.sitemap-column ul.main li {
  margin-top: 10px;
  font-size: 12px;
}
.sitemap-column ul.main li .left-margin {
	margin-left: 24px;
}
.sitemap-column ul.main .bottom-margin {
	margin-bottom: 30px;
}
.sitemap-column1 {
  width: 500px;
  float: left;
}
.sitemap-column2 {
  width: 500px;
  float: left;
}
iframe.hpf {
  border: none;
  height: 550px;
  width: 600px;
}
iframe .hpf html {
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: none;
}
.small-right-callout-outer .shopping-cart {
  background-color: #eeeeee;
  padding: 13px;
  margin: 20px 0px 0 0px;
}
a.btn-education {
  height: 32px;
  border: none;
  line-height: normal;
  color: #fff;
  font-size: 15px;
  padding: 2px 4px 0 4px;
  text-transform: uppercase;
  background-color: #f47b19;
  margin-top: 20px;
  float: left;
  font-family: "myriad-pro-n4", "myriad-pro", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.checkout {
  margin: 0 0 0 8px;
}
.checkout input[type="text"],
.checkout input[type="password"] {
  padding: 0px 0 0 9px;
}
.checkout input[type="radio"] {
  margin: 0px 4px 0px 4px;
}
.checkout .right-align {
	text-align: right;
}
.checkout .wide {
	width: 500px;
}
.checkout .certification {
  font-size: 12px;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  width: 257px;
}
.checkout tr td select {
  border-top: none;
  border-bottom: none;
  background: url("/presentation/Includes/images/txt-bg-common.png") repeat-x;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  height: 32px;
  font-size: 14px;
  margin: 6px 0px 0px 8px;
  width: 125px;
}
.checkout td {
  width: 141px;
  height: 32px;
  margin: 2px 0 2px 0;
}
.checkout tr td span {
	vertical-align: top;
}
.checkout tr td input {
  margin: 6px 0px 0px 8px;
  width: 255px;
}
.checkout #representative_checkbox {
  margin: 3px 0px 0px 0px;
  width: 12px;
}
.checkout tr td input[type="radio"] {
	width: 13px;
}
.checkout tr td input[type="checkbox"] {
    width: 12px;
}
.rightpadding-BigLeft {
	padding-right: 10px;
}
.callout-narrow-container {
  width: 185px;
  padding-left: 10px;
}
.submit-resume {
	margin-bottom: 32px;
}
.narrow-calloutouter {
	width: 155px;
}
.promo-rtf {
  background-color: #f7f7f7;
  font-family: "utopia-std-n4", "utopia-std", Arial;
  font-style: normal;
  font-weight: 400;
}
.promo-rtf > div {
  padding: 15px 0 23px 10px;
}
.form-tabs {
  display: block !important;
  position: relative;
  left: 0;
  z-index: -999;
  height: 0;
  width: 0;
  line-height: 0;
}
.sbHolder.outline {
  outline: 1px dotted;
}
ul.course-calendar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-left: 25px;
  line-height: 24px;
}
ul.course-calendar li {
	margin: 3px;
}
ul.course-calendar-inner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: -23px;
  margin-left: 77px;
  line-height: 24px;
}
ul.course-calendar-inner li {
	margin: 3px;
}

/* Banking Perspective Start*/

.last-child .main-nav-hover{
    left: -217px !important;
    top: 32px !important;
}

.banking-perspec-logo{
    width: 765px;
    height: 371px;
}

.split{
    margin-bottom: 125px;
}
.left-split{
    height: 100%;
    width: 32%;
    float:left;
    padding-left: 2%;
    padding-right: 2%;
}

.right-split{
    height: 100%;
    width: 68%;
    float:right;

}

.split-section, .article-image{
    width: 100%;
}

.article-image{
    height: auto;
}

.clearfix{
    clear:both;
}

.right-split-container{
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
}

.left-border{
    border-left: 1px solid black;
}

.dept-header{
    height: 45px;
    width: 100%;
    background-color: #000063;
    color: #fff;
    padding-left: 40%;
    padding-top: 10px;
}

div.articleTitleWrapper{
    margin-bottom: 30px;
}
p.article-title{
    font-size: 26px;
    font-weight: bold;
    font-family:"utopia-std-n4","utopia-std",Arial;
    color:#000063;
}

p.section-title a{
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
    font-family: "utopia-std-n4","utopia-std",Arial;
    color: #000;
}

div.section-content{
    margin-top: -17px;
}

.inner-right-split p.section-title a span.scWebEditInput {
    margin-top: 7px;
}

.inner-right-split p.section-title {
    margin-top: -7px;
}

.departmentArticle:first-child{
    margin-top: -15px;
}

.inner-left-split{
    float:left;    
    width: 50%;
    padding: 0 2% 0 2%;
}
.inner-right-split{
    float:right;
    width: 50%;
    padding: 0 2% 0 2%;
}

.bpa-inner-left-split{
    float:left;
    width: 30%;
}

.bpa-inner-right-split{
    float:right;
    width: 70%;
}

.bpa-inner-right-split, .bpa-inner-left-split
{
    padding: 0 2% 0 2%;
}

.split-section, .right-split-container, .article{
    margin-bottom: 15px;
}

.article{
    padding-bottom: 15px;
    height: 100%;
}

.article + .article{
        padding-top: 15px;
        border-top: 1px solid black;

}

.departmentArticles{
    padding: 5px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;
}

.article-logo{
    margin-bottom: 25px;
}

.departmentArticles .column /* Needed for columns created by the Columnizer script */
{
   padding-right: 20px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.right{
    float: right;
}

.left{
    float:left;
}

.article-logo{
    position: relative;
}

#returnLink{
   float:right;
   position: absolute; 
   width: 100%; 
   bottom: 5px;
   margin-left:82%;
   background-color: #fff;
   padding: 8px 8px 8px 8px;
}

.banking-perspetive-abstract-container{
    margin-left: 45px;
}

.right-bg .scfForm{
    margin-top: 30px;
}

.subscribe-container{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#subscribe-link{
    font-size: 26px;
    font-weight: bold;
    font-family:"utopia-std-n4","utopia-std",Arial;
    color:#000063;
}

.subscribe-container-bottom{
    margin-top: 50px;
    float: left;
    margin-left: 25%;
}

.issue-detail ul li { 
	font-size: 14px; line-height: 22px; 
}

.issue-detail h2 { 
	margin: 1em 0 0.75em 0; 
}

.section-content h2{
    line-height: 24px;
}

.article-issue-detail {
    width: 100%;
    padding-right: 28px;
}

/* Banking Perspective End */

/* 2015-01-02 Scott Underwood
   Styles to fix the typeahead/autocomplete for RPA Organizations
*/

.tt-dropdown-menu, .tt-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

/* 2015-01-02 Begin RPA Organization Typeahead CSS */

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #ffffff !important;
  background-color: rgb(244,123,25);

}

.tt-suggestion p {
  margin: 0;
}

.tt-cursor p {
    color: #fff !important;
}

.gist {
  font-size: 14px;
}

.tt-hint {
    color: #a0a0a0;
}

.tt-dropdown-menu, .tt-menu
{
    max-height: 200px;
    overflow-y: auto;
}

.tt-menu
{
    width: 350px;
}

/* 2015-01-02 End RPA Organization Typeahead CSS */

/* 2015-03-11 Discount Code Styling Begin */

.center-bg #center_0_pnlDiscount
{
    margin-bottom: 20px;
}

.DiscountError
{
    color: red;
}

.DiscountSuccess
{
    color: green;
}

/* 2015-03-11 Discount Code Styling End */

/* 2015-03-16 Fading expired courses begin */

#center_0_chkCourseCalendar .aspNetDisabled label,
#center_0_rblCourseCalendar .aspNetDisabled label
{
    text-decoration: line-through;
    color: rgb(156, 158, 160);
}

/* 2015-03-16 Fading expired courses end */

/* 2015-03-30 Web Forms for Marketers Styling */

.scfForm .scfSectionContent .scfSingleLineTextBorder > label
{

}

.scfForm .scfSectionContent .scfSingleLineTextBorder > div
{

}

.scfForm .scfSectionContent .scfSingleLineTextBorder > span.scfRequired
{

}
/*
.scfForm legend
{
	color: #003f72;
    padding-left: 5px;
    padding-right: 5px;
}

.scfForm h2
{
	font-size: 18px;
}

.scfForm label
{
	text-align: right;
	padding: 6px 8px 3px 0px;
	display: block;
	float: left;
}

.scfForm fieldset
{
	width: auto;
	padding: 15px 10px 20px 10px;
}

.scfForm fieldset div
{
    margin-bottom: 20px;
}

.scfForm span.scfRadioButtonListLabel, 
.scfForm div.scfRadioButtonListGeneralPanel
{
    width: auto;
}

*/

.scfForm fieldset
{
    border-top: solid 1px rgb(192, 192, 192);
}

.scfForm legend
{
	color: #003f72;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: normal;
    font-family: utopia-std;
}

.scfSectionContent
{
    margin-top: 15px;
}

.tchform
{
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.tchform label
{
    min-width: 85px;
}

.tchform .scfSingleLineTextLabel,
.tchform .scfEmailLabel,
.tchform .scfTelephoneLabel
{
    width: auto;
    padding-right: 8px;
    padding-top: 6px;
    text-align: right;
}

.tchform .scfRadioButtonListLabel,
.tchform .scfCheckBoxListLabel
{
    width: auto;
    padding-top: 0px;
    padding-right: 12px;
    text-align: right;
}

.tchform .scfDropListLabel
{
    width: auto !important;
    padding-right: 8px;
    text-align: right;
    margin-left: 8px;
}

.tchform .scfRadioButtonListGeneralPanel input,
.tchform .scfCheckBoxListGeneralPanel input,
.tchform .scfDropListGeneralPanel select
{
    width: auto !important;
    float: left;
}

.tchform .scfRadioButtonListGeneralPanel label,
.tchform .scfCheckBoxListGeneralPanel label
{
    width: auto;
    float: left;
}

.tchform span.scfCheckbox
{
    width: auto;
}

.tchform .scfCheckBoxListGeneralPanel input
{
    margin-top: 3px;
}

.tchform .scfCheckBoxListGeneralPanel
{
    width: auto;
}

.tchform .scfRadioButtonListGeneralPanel label,
.tchform .scfCheckBoxListGeneralPanel label
{
    padding-left: 4px;
}

.tchform .scfDropListGeneralPanel
{
    width: auto;
    clear: both;
    height: 31px;
    float: left;
    margin-left: 8px;
}

.tchform .scfDropListGeneralPanel select
{
    display: block;
    height: 32px;
    border-color: rgb(193, 193, 193);
    padding-left: 9px;
}

.tchform .scfDropListGeneralPanel select,
.tchform .scfDropListGeneralPanel select option
{
    /* font-size: 85.3%; */
    font-size: 90%;
}

.scfForm .scfSubmitButton
{
    display: block;
    width: 85px;
    margin-left: auto;
    margin-right: auto;
}

.scfForm .scfRequired
{
    padding-right: 5px;
}

.scfForm
{
    clear: both;
}

/* WFFM - Radio Button List */
















/* Make "This item has already been added to your cart" stand out. */
#center_0_lblAlert
{
    color: red;
}

.MembersOnlyPurchase 
{
    background-color: rgb(116,118,120) !important;
}

/* Styling for Agenda sublayouts */

.agenda-container
{
    padding-left: 17px;
    padding-right: 21px;
    clear: both;
}

.agenda
{
	margin-bottom: 30px;
}

.agenda-item
{
	margin-bottom: 14px;
}

.agenda-item > .title
{
	border: solid 1px #fff;
	cursor: pointer;
	margin-left: -4px;
	border-bottom: dotted 1px #ddd;
}

.agenda-item > .title:hover
{
	border: solid 1px #ddd;
	background-color: #eee;
}

.expand,
.contract
{
	color: rgb(233,115,0);
	font-size: 70%;
	padding-bottom: 3px;
    padding-left: 3px;
	float: right;
}

.agenda-item > .title > p
{
	margin-bottom: 7px;
	margin-top: 7px;
    margin-left: 4px;
    color: rgb(31, 73, 125);
}

.agenda-item > .title > p > .expand,
.agenda-item > .title > p > .contract
{
	margin-right: 4px;
}

.agenda-item > .title > p > .contract,
.agenda-item > .description
{
	display: none;
}

.agenda-item > .description
{
    padding-top: 10px;
}

.agenda > h3
{
    font-size: 18px;
}

.ddlCountry
{
    height: 32px;
}

#right_1_pnlShipping input[disabled="disabled"],
#right_1_pnlShipping select[disabled="disabled"],
#right_0_txtEmail[disabled="disabled"],
#right_0_pnlShipping input[disabled="disabled"],
#right_0_pnlShipping select[disabled="disabled"],
#tblCheckout input[disabled="disabled"]
{
    background-image: url('/Presentation/Includes/images/txt-bg-common-disabled.png');
}

blockquote.large
{
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    
    /*Font*/
    font-family: utopia-std-i7, utopia-std, Arial;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(116, 118, 120);
    text-align: justify;
    
    /*Borders - (Optional)*/
    border-left: 15px solid rgb(233, 115, 0);
    border-right: 2px solid rgb(233, 115, 0);
    
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

blockquote.large::before
{
    content: "\201C"; /*Unicode for Left Double Quote*/
    
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: rgb(116, 118, 120);
    
    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
}

blockquote.large::after
{
    /*Reset to make sure*/
    content: "";
}

blockquote a
{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: rgb(233, 115, 0);
}

blockquote a:hover{
 color: rgb(116, 118, 120);
}

blockquote em{
  font-style: italic;
}

.course-detail input[type=checkbox],
.course-detail input[type=radio]
{
    margin-right: 5px;
    vertical-align: middle;
}

.course-detail label
{
    vertical-align: middle;
}

.check-out #right_0_btnPlaceOrder,
.callout-detail #right_1_btnUpdateProfile
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Banking Perspective Image Captions */
div.bp-image-left
{
	float: left;
	margin: 4px 8px 4px 0px;
	display: table;
}

div.bp-image-right
{
	float: right;
	margin: 4px 0px 4px 8px;
	display: table;
}

img.bp-image
{
	display: block;
	border-width: 2px;
	border-style: solid;
}

span.bp-img-caption-left
{
	display: table;
	width: 100%;
	text-align: left;
	font-size: 80%;
}

span.bp-img-caption-center
{
	display: table;
	width: 100%;
	text-align: center;
	font-size: 80%;
}

span.bp-img-caption-right
{
	display: table;
	width: 100%;
	text-align: right;
	font-size: 80%;
}

/* Input Placeholder Styling */
/* all */
::-webkit-input-placeholder { font-style: italic;color: lightgrey; }
::-moz-placeholder { font-style: italic; color: lightgrey; } /* firefox 19+ */
:-ms-input-placeholder { font-style: italic; color: lightgrey; } /* ie */
input:-moz-placeholder { font-style: italic;color: lightgrey; }

select#ddlType
{
    width: 255px;
}

.callout.pdf > .callout-detail,
.callout.pdf > .callout-detail .heading
{
    padding: 0;
}

.big-right-callout-outer .callout.pdf > .callout-detail > .heading > a
{
    display: block;
    padding: 11px 0px 14px 0px;
    width: 100%;
    text-align: center;
    background-color: rgb(244, 123, 25);
    color: white;
    font-weight: bold;
    font-style: italic;
}

.small-right-callout-outer .callout.pdf > .callout-detail > .heading > a
{
    display: block;
    padding: 10px 0px 12px 0px;
    width: 100%;
    text-align: center;
    background-color: rgb(244, 123, 25);
    color: white;
    font-weight: bold;
    font-style: italic;
}

.bank-conditions-link img
{
    width: 100%;
}

.research-section {
    background-color: #f7f7f7;
    font-style: normal;
    font-weight: 400;
    list-style-image: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 400;
}

.research-section h3{
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 10px;
    color: #747678;
    text-transform: uppercase;
    font-family: "myriad-pro-n4", "myriad-pro", Arial;
}

.research-section .description {
    text-align: center;
}

.research-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-image ul {
    margin: 0 10px 0 0;
}

.research-section a {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #003F72;
    font-family: "utopia-std-n4", "utopia-std", Arial;
}

.research-section:last-child {
    margin-bottom: 20px;
}

.research-section .research-news
{
    font-family: "utopia-std-n4", "utopia-std", Arial;
}

.mask{
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    padding: 20px 20px 0 20px;
}
.colleft{
    position: relative;
    width: 100%;
    right: 0%;
}
.col1{
    position: relative;
    overflow: hidden;
    float: left;
    width: 49.5%;
    left: 0%;
    margin-right: 1%;
}
.col2{
    position: relative;
    overflow: hidden;
    float: left;
    width: 49.5%;
    right: 0%;
}

ul.recentItemsList{
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-family: "utopia-std-n4", "utopia-std", Arial;
}

.loanCounter {
    padding: 5px;
    border: 1px solid black;
    background: #FFF;
    color: #206C49;
}

ul li.headlineItem{
    text-align: left;
}

ul li.headlineItem:not(:last-child){
    border-bottom: 1px solid #000;
    text-align: left;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.loan-counter{
    text-align: right;
    color: #003F72;
    font-family: "myriad-pro-n4", "myriad-pro", Arial;
}

.static-image{
    padding: 0;
}

.outer-element{
    display:table;
    text-align:center;
    width: 100%;
}
.inner-element{
    display:inline-block;
    padding: 3px;
	width: 49.5%;
	vertical-align: top;
}

.inner-element > img {
    width: 100%;
}

.news-component{
    padding-right: 20px;
}

ul.news-items li{
    text-align: left;
}

/* The following rules are used 
    to truncate text after N lines
*/
.truncate-text {
  overflow: hidden;
  position: relative; 
  line-height: 1.3em;
  max-height: 6.4em; 
  text-align: justify;  
  margin-right: -1em;
  padding-right: 1em;
}

.truncate-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.truncate-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #f7f7f7;
}

.news-created-date{
    font-size: 15px;
    font-family: "utopia-std-n4", "utopia-std", Arial;
}

.published-date{
    white-space: nowrap;
}