.imagereplace {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}
.clear {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* @group globals
===================================== */
html {
  -webkit-text-size-adjust: 100%;
}
a {
  color: #3d7db1;
  text-decoration: none;
}
a:hover {
  color: #00467c;
  text-decoration: none;
}
/* @end globals
------------------------------------- */
.mobileconstrain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 0 9px;
  margin: 0 auto;
  position: relative;
}
.row {
  overflow: hidden;
  margin: 0;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.row .column {
  float: none;
  margin: 0;
}
/* base grid */
.span1 {
  width: 100%;
}
.span2 {
  width: 100%;
}
.span3 {
  width: 100%;
}
.span4 {
  width: 100%;
}
.span5 {
  width: 100%;
}
.span6 {
  width: 100%;
}
.span7 {
  width: 100%;
}
.span8 {
  width: 100%;
}
.span9 {
  width: 100%;
}
.span10 {
  width: 100%;
}
.span11 {
  width: 100%;
}
.span12 {
  width: 100%;
}
/* mobile and up styles - cascaded up */
.mobileup-span1 {
  width: 100%;
}
.mobileup-span2 {
  width: 100%;
}
.mobileup-span3 {
  width: 100%;
}
.mobileup-span4 {
  width: 100%;
}
.mobileup-span5 {
  width: 100%;
}
.mobileup-span6 {
  width: 100%;
}
.mobileup-span7 {
  width: 100%;
}
.mobileup-span8 {
  width: 100%;
}
.mobileup-span9 {
  width: 100%;
}
.mobileup-span10 {
  width: 100%;
}
.mobileup-span11 {
  width: 100%;
}
.mobileup-span12 {
  width: 100%;
}
/* @end grid
------------------------------------- */
/* @group header
===================================== */
header {
  z-index: 400;
  position: relative;
}
header .header-utility .constrain #siteSearch #searchForm fieldset input {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
header .header-primary {
  background: #fff;
}
header .header-primary .constrain {
  padding: 0 9px;
}
header .header-primary .constrain hgroup h1 a {
  height: 16px;
  width: 154px;
  background: url(../../images/cbr-logo-2x.png) no-repeat left top;
  background-size: 154px 16px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}
header .header-primary .constrain #mobileMenu {
  float: right;
  margin-right: -9px;
}
header .header-primary .constrain #mobileMenu.opened .navigation-toggle .toggle {
  border-left: 0;
  background-color: #3d7db1;
  background-image: url(../../images/navigation-toggle-opened.png);
}
header .header-primary .constrain #mobileMenu .navigation-toggle {
  position: relative;
  padding-right: 56px;
}
header .header-primary .constrain #mobileMenu .navigation-toggle .label {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5c5c5c;
  padding: 18px 0;
}
header .header-primary .constrain #mobileMenu .navigation-toggle .toggle {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #cccccc;
  background-size: 44px 46px;
  background-image: url(../../images/navigation-toggle.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 46px;
  width: 44px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  text-indent: 44px;
  /* width of element - image replacement with position absolute object */

}
header .header-primary .constrain #mobileMenu .navigation-toggle .toggle:hover {
  cursor: pointer;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul {
  list-style: none;
  margin: 0 0 0 26px;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li.hasKids.opened > a:after {
  background-image: url(../../images/pointer-white-up.png);
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li.hasKids > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 9px;
  height: 12px;
  width: 12px;
  background-image: url(../../images/pointer-white-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li > a {
  position: relative;
  border-top: 1px solid #d7e3ed;
  padding: 9px 0 9px 23px;
  display: block;
  color: #fff;
  background-color: #3d7db1;
  font-weight: bold;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0 0 0 10px;
  background: #fff;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li > ul > li {
  font-size: 12px;
  margin: 0 0 0 13px;
  text-transform: none;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li > ul > li:first-of-type a {
  border-top: 0;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li > ul > li a {
  color: #999999;
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 9px 0;
  display: block;
}
header .header-primary .constrain #mobileMenu .navigation-dropdown > ul > li > ul > li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 9px;
  height: 12px;
  width: 12px;
  background-image: url(../../images/pointer-gray-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
/* @end header
------------------------------------- */
/* @group footer
===================================== */
footer .constrain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 0 9px;
  margin: 0 auto;
  position: relative;
}
footer .constrain .footer-utility .item hgroup {
  background: #3d7db1;
}
footer .constrain .footer-utility .item hgroup h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 9px 0 9px 26px;
  color: #fff;
  text-transform: uppercase;
}
footer .constrain .footer-utility .item hgroup h4 {
  display: none;
}
footer .constrain .footer-utility .item .details {
  padding: 10px 0;
}
footer .constrain .footer-utility .item .details p {
  display: block;
  padding: 0;
  margin: 0 0 1em;
  font-size: 10px;
  line-height: 2em;
  color: #666666;
}
footer .constrain .footer-utility .item .details p a.button {
  background: #3d7db1;
  color: #fff;
  border: 0;
  padding: 6px 16px;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
}
footer .constrain .footer-utility .item .details p a.button:hover {
  background: #00467c;
  color: White;
}
footer .constrain .footer-utility .item .details ul {
  list-style: none;
  margin: 0;
}
footer .constrain .footer-utility .item .details ul li {
  display: block;
  padding: 10px 0;
  margin: 0;
  font-size: 10px;
  color: #666666;
}
footer .constrain .footer-utility .item .details ul li:last-of-type {
  border: 0;
}
footer .constrain .footer-utility .item .details ul li.facebook a {
  background: url(../../images/icon-facebook-36px.png) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 20px;
}
footer .constrain .footer-utility .item .details ul li.facebook a:hover {
	/*
  background-image: url(../../images/icon-facebook-36px-hover.png);
  */
}
footer .constrain .footer-utility .item .details ul li.twitter a {
  background: url(../../images/icon-twitter-36px.png) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 20px;
}
footer .constrain .footer-utility .item .details ul li.twitter a:hover {
  /* 
  background-image: url(../../images/icon-twitter-36px-hover.png);
  */
}
footer .constrain .footer-utility .item .details ul li a {
  color: #666666;
}
footer .constrain .footer-utility .item .details ul li a:hover {
  color: #000;
}
footer .constrain .footer-utility .item .details p a:hover {
  color: #00467c;
}
footer .constrain .footer-utility .item .details form fieldset {
  text-align: right;
  margin: 0;
}
footer .constrain .footer-utility .item .details form fieldset legend {
  display: none;
}
footer .constrain .footer-utility .item .details form fieldset p {
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 5px;
  color: #666666;
  text-align: left;
}
footer .constrain .footer-utility .item .details form fieldset label {
  display: none;
}
footer .constrain .footer-utility .item .details form fieldset input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
footer .constrain .footer-utility .item .details form fieldset input[type=text] {
  padding: 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin: 0 0 5px;
}
footer .constrain .footer-utility .item .details form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
footer .constrain .footer-utility .item .details form input[type=submit] {
  background: #3d7db1;
  color: #fff;
  border: 0;
  padding: 6px 16px;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
}
footer .constrain .footer-utility .item .details form input[type=submit]:hover {
  background: #00467c;
}
footer .constrain .footer-utility .item .details .success {
  background: none;
  padding: 0;
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 5px;
  border: 0;
  font-weight: bold;
}
footer .editableObject {
  width: auto !important;
}
footer .editableObject .editableObjectContents {
  width: auto !important;
}
/* @end footer
------------------------------------- */
/* @group content
===================================== */
.home #container #content {
  background: none;
}
#content.twoColSR .constrain .inside #right {
  position: relative;
  z-index: 300;
}
#content .constrain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 0 9px;
  margin: 0 auto;
  position: relative;
}
#content .constrain .inside #above {
  position: relative;
  z-index: 200;
}
#content .constrain .inside #above .titleBlock {
  position: relative;
  padding: 10px 0 0;
}
#content .constrain .inside #above .titleBlock.hasIcon {
  margin-left: 52px;
  /* min-height: 33px; */

}
#content .constrain .inside #above .titleBlock.hasIcon .icon {
  position: absolute;
  left: -52px;
  top: 0;
  height: 43px;
  width: 38px;
}
#content .constrain .inside #above .titleBlock.hasIcon .icon a img {
  display: block;
  max-width: 100%;
  height: auto;
}
#content .constrain .inside #above .titleBlock .wrapper {
  margin-bottom: 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #cccccc;
}
.titlegroup .spotviewall {
	position: absolute; bottom: 7px; right: 0px;	
}
.titlegroup .spotviewall a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding-right: 26px;
}
.titlegroup .spotviewall a:hover {
	color: #00467c;
}
.titlegroup .spotviewall a:after {	
  content: "+";
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 16px;
  width: 16px;
  bottom: 0px;
  right: 0px;
  padding-right: 2px;
  text-align: center;
  line-height: 16px;
  background: #3d7db1;
}
.titlegroup .spotviewall:hover a:after {	
  background: #00467c;
}


#content .constrain .inside #above .titleBlock .wrapper .titlegroup h1.title {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#content .constrain .inside #above .titleBlock .wrapper .titlegroup h1.title a {
  display: block;
}
#content .constrain #aboveRegion .editableObject {
  width: auto !important;
}
#content .constrain #aboveRegion .editableObject .editableObjectContents {
  width: auto !important;
}
#content .constrain #primary {
  /* @group lead in
			===================================== */

  /* @end lead in
			------------------------------------- */

  /* @group body area
			===================================== */

  /* @end body area
			------------------------------------- */
  /* @group landing grid
			===================================== */

  /* @end landing grid
			------------------------------------- */
}
#content .constrain #primary .leadIn .visual {
  position: relative;
  margin-bottom: 13px;
}
#content .constrain #primary .leadIn .visual img {
  display: block;
  max-width: 100%;
  width: 100%;
  /* fallback */

  height: auto;
}
#content .constrain #primary .leadIn hgroup {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 22px;
  margin: 0 0 10px;
}
#content .constrain #primary .leadIn hgroup h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #383b3e;
  margin: 0;
}
#content .constrain #primary .leadIn hgroup h3 a {
  color: #383b3e;
}
#content .constrain #primary .leadIn hgroup h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #3d7db1;
}
#content .constrain #primary .bodytext {
  padding: 0;
}
#content .constrain #primary .bodytext.hasBody {
  padding-bottom: 30px;
}
#content .constrain #primary .bodytext p {
  font-size: 10px;
  line-height: 15px;
  margin: 0 0 1em;
  color: #666666;
}
#content .constrain #primary .bodytext p.intro {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-weight: bold;
}
#content .constrain #primary .bodytext p.condensed {
  line-height: 15px;
}
#content .constrain #primary .bodytext p.attention {
  font-size: 12px;
  line-height: 18px;
  color: #6897bc;
}
#content .constrain #primary .bodytext a:hover {
  color: #00467c;
}
#content .constrain #primary .bodytext h3 {
  font-size: 14px;
  color: #3d7db1;
  font-weight: bold;
  margin: 0 0 1em;
}
#content .constrain #primary .bodytext h4 {
  font-size: 13px;
  color: #3d7db1;
  text-transform: uppercase;
  margin: 0 0 1em;
}
#content .constrain #primary .bodytext h4.condensed {
  margin: 0 0 .25em;
}
#content .constrain #primary .bodytext ul,
#content .constrain #primary .bodytext ol {
  margin: 0 0 2em 1em;
}
#content .constrain #primary .bodytext ul li,
#content .constrain #primary .bodytext ol li {
  font-size: 11px;
  line-height: 18px;
  color: #666666;
}
#content .constrain #primary .bodytext ul li ul,
#content .constrain #primary .bodytext ol li ul {
  margin: 1em 0 1em 1em;
}
#content .constrain #primary .bodytext ol li:before {
  font-weight: bold;
}
#content .constrain #primary .bodytext table {
  border: 1px solid #b9b9b9;
  margin: 0 0 2em;
}
#content .constrain #primary .bodytext table.full {
  width: 100%;
}
#content .constrain #primary .bodytext table.altfills thead tr th {
  background: #3d7db1;
  color: #fff;
}
#content .constrain #primary .bodytext table thead tr th {
  border: 1px solid #cccccc;
  font-size: 11px;
  text-transform: uppercase;
  color: #383b3e;
}
#content .constrain #primary .bodytext table tbody tr.even td {
  background: #d7e3ed;
}
#content .constrain #primary .bodytext table tbody tr td {
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #383b3e;
}
#content .constrain #primary #landingGrid .grid-row:before,
#content .constrain #primary #landingGrid .grid-row:after {
  display: table;
  line-height: 0;
  content: "";
}
#content .constrain #primary #landingGrid .grid-row:after {
  clear: both;
}
#content .constrain #primary #landingGrid .grid-row .item {
  float: left;
  width: 50%;
  padding: 0 0 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .constrain #primary #landingGrid .grid-row .item.even {
  padding-left: 5px;
}
#content .constrain #primary #landingGrid .grid-row .item.odd {
  padding-right: 5px;
}
#content .constrain #primary #landingGrid .grid-row .item .visual {
  position: relative;
  border-bottom: 2px solid #3d7db1;
  margin-bottom: 11px;
}
#content .constrain #primary #landingGrid .grid-row .item .visual:hover {
  border-bottom-color: #00467c;
}
#content .constrain #primary #landingGrid .grid-row .item .visual:hover a:after {
  background: #00467c;
}
#content .constrain #primary #landingGrid .grid-row .item .visual a {
  display: block;
}
#content .constrain #primary #landingGrid .grid-row .item .visual a:after {
  content: "+";
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 26px;
  width: 22px;
  bottom: -26px;
  right: 0;
  text-align: center;
  line-height: 26px;
  background: #3d7db1;
}
#content .constrain #primary #landingGrid .grid-row .item .visual a img {
  display: block;
  max-width: 100%;
  width: 100%;
  /* fallback */

  height: auto;
}
#content .constrain #primary #landingGrid .grid-row .item hgroup {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 0 22px 10px 0;
}
#content .constrain #primary #landingGrid .grid-row .item hgroup h3 {
  font-size: 10px;
  font-weight: bold;
  color: #3d7db1;
  margin: 0;
  text-transform: uppercase;
}
#content .constrain #primary #landingGrid .grid-row .item hgroup h3 a:hover {
  color: #00467c;
}
#content .constrain #primary #landingGrid .grid-row .item .details p {
  font-size: 8px;
  line-height: 10px;
  font-weight: bold;
  color: #666666;
}
/* @end content
------------------------------------- */
/* @group hero
===================================== */
#hero {
  position: relative;
  height: 358px;
  background: #eee;
}
#hero #features {
  position: relative;
  height: 358px;
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
}
#hero #features #carousel .slides {
  margin: 0 auto;
  height: 358px;
  list-style: none;
  width: 100%;
  max-width: 768px;
}
#hero #features #carousel .slides .item {
  display: none;
  height: 358px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero #features #carousel .slides .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 90%;
}
#hero #features .controls {
  display: none;
}
/* @end hero
------------------------------------- */
/* @group home spotlights
===================================== */
#homeSpotlights {
  padding: 15px 0 0;
  margin: 0 0 40px;
}
#homeSpotlights .constrain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 0 9px;
  margin: 0 auto;
  position: relative;
}
#homeSpotlights .constrain .headingBlock {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#homeSpotlights .constrain .headingBlock h3 {
  float: left;
  font-size: 11px;
  color: #383b3e;
  text-transform: uppercase;
  font-weight: bold;
}
#homeSpotlights .constrain .headingBlock .viewAll {
  float: right;
}
#homeSpotlights .constrain .headingBlock .viewAll a {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
#homeSpotlights .constrain .headingBlock .viewAll a:hover {
  color: #00467c;
}
#homeSpotlights .constrain .headingBlock .viewAll a span {
  font-weight: normal;
  color: #383b3e;
  margin-left: 5px;
}
#homeSpotlights .constrain .item.n3,
#homeSpotlights .constrain .item.n4 {
  display: none;
}
#homeSpotlights .constrain .item .visual {
  position: relative;
  border-bottom: 2px solid #3d7db1;
  margin-bottom: 11px;
}
#homeSpotlights .constrain .item .visual:hover {
  border-bottom-color: #00467c;
}
#homeSpotlights .constrain .item .visual:hover a:after {
  background-color: #00467c;
}
#homeSpotlights .constrain .item .visual a {
  display: block;
}
#homeSpotlights .constrain .item .visual a:after {
  content: "+";
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 26px;
  width: 22px;
  bottom: -26px;
  right: 0;
  text-align: center;
  line-height: 26px;
  background: #3d7db1;
}
#homeSpotlights .constrain .item .visual a img {
  display: block;
  max-width: 100%;
  width: 100%;
  /* fallback */

  height: auto;
}
#homeSpotlights .constrain .item hgroup {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 0 22px 10px 0;
  height: 24px;
  /* fixed height as specified by client */

}
#homeSpotlights .constrain .item hgroup h3 {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  color: #3d7db1;
  margin: 0;
}
#homeSpotlights .constrain .item hgroup h3 a:hover {
  color: #00467c;
}
#homeSpotlights .constrain .item .details p {
  display: none;
}
#homeSpotlights .constrain .item .details p.readMore {
  text-transform: lowercase;
  font-style: italic;
  font-weight: bold;
}
#homeSpotlights .constrain .item .details p.readMore a:hover {
  color: #00467c;
}
/* @end home spotlights
------------------------------------- */
/* @group spotlight + recognition list
===================================== */
#spotlightList .item {
  position: relative;
  padding-left: 129px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  min-height: 88px;
  /* image + border */

}
#spotlightList .item .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 119px;
  height: 84px;
}
#spotlightList .item .visual a {
  display: block;
}
#spotlightList .item .visual a:hover img {
  border-bottom-color: #00467c;
}
#spotlightList .item .visual a img {
  display: block;
  max-width: 100%;
  height: auto;
  border-bottom: 4px solid #3d7db1;
}
#spotlightList .item .details h3 {
  font-size: 10px;
  font-weight: bold;
  color: #3d7db1;
  margin: 0 0 10px 0;
}
#spotlightList .item .details h3 a:hover {
  color: #00467c;
}
#spotlightList .item .details p {
  display: block;
  color: #666666;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
#spotlightList .item .details p.readMore {
  display: none;
}
#spotlightList .item .details p.readMore a:hover {
  color: #00467c;
}
/* @end spotlight + recognition list
------------------------------------- */
/* @group home intro
===================================== */
#homeIntroduction {
  padding: 15px 0 0;
  margin: 0 0 40px;
}
#homeIntroduction .constrain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 0 9px;
  margin: 0 auto;
  position: relative;
}
#homeIntroduction .constrain h3 {
  font-size: 15px;
  margin-bottom: 1em;
  color: #383b3e;
  text-transform: uppercase;
  font-weight: bold;
}
#homeIntroduction .constrain p {
  font-size: 11px;
  line-height: 19px;
  margin: 0 0 1em;
  color: #666666;
}
/* @end home intro
------------------------------------- */
/* @group promos
===================================== */
#promos .constrain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 0 9px;
  margin: 0 auto;
  position: relative;
}
#promos .constrain .item {
  display: block;
  margin: 0 0 40px;
}
#promos .constrain .item .visual {
  position: relative;
  border-bottom: 2px solid #3d7db1;
  margin-bottom: 13px;
}
#promos .constrain .item .visual:hover {
  border-bottom-color: #00467c;
}
#promos .constrain .item .visual:hover a:after {
  background-color: #00467c;
}
#promos .constrain .item .visual a {
  display: block;
}
#promos .constrain .item .visual a:after {
  content: "+";
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 26px;
  width: 22px;
  bottom: -26px;
  right: 0;
  text-align: center;
  line-height: 26px;
  background: #3d7db1;
}
#promos .constrain .item .visual a img {
  display: block;
  max-width: 100%;
  width: 100%;
  /* fallback */

  height: auto;
}
#promos .constrain .item hgroup {
  border-bottom: 1px solid #cccccc;
  padding: 0 22px 13px 0;
  margin: 0 0 10px;
}
#promos .constrain .item hgroup h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d7db1;
  margin: 0 0 5px;
}
#promos .constrain .item hgroup h3 a {
  color: #3d7db1;
}
#promos .constrain .item hgroup h3 a:hover {
  color: #00467c;
}
#promos .constrain .item hgroup h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #3d7db1;
}
#promos .constrain .item .details p {
  font-size: 10px;
  line-height: 15px;
}
#promos .constrain .item .details p.readMore {
  text-transform: lowercase;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 1em;
}
#promos .constrain .item .details p.readMore a:hover {
  color: #00467c;
}
/* @end promos
------------------------------------- */
/* @group featured spotlight and recognition
===================================== */
.featuredItem h3.groupTitle {
  font-size: 12px;
  color: #6897bc;
  text-transform: uppercase;
  border-bottom: 2px solid #6897bc;
  margin: 0 0 3px;
  padding: 0 0 2px;
}
.featuredItem .visual {
  position: relative;
  border-bottom: 4px solid #3d7db1;
  margin-bottom: 26px;
}
.featuredItem .visual:hover {
  border-bottom-color: #00467c;
}
.featuredItem .visual:hover a:after {
  background-color: #00467c;
}
.featuredItem .visual a {
  display: block;
}
.featuredItem .visual a:after {
  content: "+";
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 26px;
  width: 22px;
  bottom: -26px;
  right: 0;
  text-align: center;
  line-height: 26px;
  background: #3d7db1;
}
.featuredItem .visual a img {
  display: block;
  max-width: 100%;
  width: 100%;
  /* fallback */

  height: auto;
}
.featuredItem hgroup {
  padding: 0 0 16px;
}
.featuredItem hgroup h3 {
  font-weight: bold;
  font-size: 14px;
}
.featuredItem hgroup h3 a:hover {
  color: #00467c;
}
.featuredItem .details p {
  color: #666666;
  font-size: 11px;
  line-height: 18px;
  display: block;
  margin: 0;
}
.featuredItem .details p.readMore {
  margin: 0 0 1em;
}
.featuredItem .details p.readMore a:hover {
  color: #00467c;
}
.featuredItem .details .cta {
  text-transform: uppercase;
  line-height: 1em;
}
.featuredItem .details .cta:hover a {
  background: #00467c;
}
.featuredItem .details .cta a {
  padding: 10px 16px;
  color: #fff;
  display: block;
  background: #3d7db1;
}
/* @end featured spotlight and recognition
------------------------------------- */
/* @group component
===================================== */
#right .editableObject {
  display: block !important;
  overflow: visible !important;
  width: auto !important;
}
#right .editableObject .editableObjectContents {
  display: block !important;
  overflow: visible !important;
  width: auto !important;
}
#right .component {
  margin: 0 0 2.5em;
}
#right .component .cta {
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 1em;
}
#right .component .cta:hover a {
  background: #00467c;
}
#right .component .cta a {
  padding: 10px 16px;
  color: #fff;
  display: block;
  background: #3d7db1;
}
.component h3.componentTitle {
  font-size: 13px;
  color: #6897bc;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
}
.component h3.componentTitle + h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.component h3.componentTitle + p {
  margin-top: 1em;
}
.component h3 {
  font-size: 14px;
  font-weight: bold;
  color: #6897bc;
}
.component p {
  color: #666;
  font-size: 11px;
  line-height: 18px;
  display: block;
}
/* @end component
------------------------------------- */
/* @group search results
===================================== */
#svSearchResults .moreResults {
  background: #d6e5f0;
}
#svSearchResults .moreResults.top {
  margin: 10px 0;
}
#svSearchResults .moreResults.bottom {
  margin: 10px 0;
}
#svSearchResults .moreResults ul {
  font-size: 10px;
  line-height: 1em;
}
#svSearchResults .moreResults ul li {
  font-size: 10px;
}
#svSearchResults .moreResults ul li a:hover {
  color: #00467c;
}
#svSearchResults #svFolder {
  margin: 2em 0 1em;
}
#svSearchResults #svFolder dl {
  border-bottom: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0 1em .75em;
}
#svSearchResults #svFolder dl.last {
  border: 0;
}
#svSearchResults #svFolder dl dt {
  font-size: 14px;
}
#svSearchResults #svFolder dl dt a:hover {
  color: #00467c;
}
#svSearchResults #svFolder dl dd {
  margin: 0;
}
#svSearchResults #svFolder dl dd.summary p {
  font-size: 10px;
  line-height: 18px;
}
#svSearchResults #svSearchAgain {
  margin: 1em 0;
}
#svSearchResults #svSearchAgain p {
  font-size: 12px;
}
/* @end search results
------------------------------------- */
/* @group relatedContentLinks
===================================== */
#relatedContentLinks {
  margin: 0 0 16px;
}
#relatedContentLinks h3 {
  font-size: 12px;
  line-height: 1em;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3d7db1;
  border-bottom: 2px solid #3d7db1;
  margin-bottom: 1px;
}
#relatedContentLinks .relatedLinks p {
  position: relative;
  font-size: 9px;
  border-bottom: 1px solid #cccccc;
}
#relatedContentLinks .relatedLinks p:hover {
  background-color: #eee;
  cursor: pointer;
}
#relatedContentLinks .relatedLinks p:hover a:before {
  background-color: #00467c;
}
#relatedContentLinks .relatedLinks p a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 40px 10px 10px;
}
#relatedContentLinks .relatedLinks p a:before {
  content: "+";
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 30px;
  width: 30px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 30px;
  background: #3d7db1;
}
/* @end relatedContentLinks
------------------------------------- */
/* @group login container
===================================== */
#svLoginContainer {
  margin: 0;
  width: auto;
}
#svLoginContainer form {
  width: 44%;
  padding: 2%;
  background: #dee8f0;
}
#svLoginContainer form legend {
  font-size: 12px;
  margin-bottom: 16px;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #3d7db1;
}
#svLoginContainer form p {
  color: #666666;
  font-size: 12px;
}
#svLoginContainer form .control-group {
  margin-bottom: 8px;
}
#svLoginContainer form .control-group label {
  display: block;
  text-align: left;
  margin: 0;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  width: auto;
  float: none;
}
#svLoginContainer form .control-group .controls input[type=text],
#svLoginContainer form .control-group .controls input[type=password] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #ccc;
}
#svLoginContainer form .control-group .controls .help-inline {
  font-size: 9px;
  color: #f00;
}
#svLoginContainer form#loginfrm {
  float: left;
}
#svLoginContainer form#sendLogin {
  float: right;
}
/* @end login container
------------------------------------- */
/* @group faq-list
===================================== */
.faqs-header {
  border-bottom: 2px solid #3d7db1;
}
.faqs-header h3 {
  float: left;
  font-size: 12px;
  line-height: 1em;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3d7db1;
  margin-bottom: 1px;
}
.faqs-header a {
  font-size: 12px;
  float: right;
  font-style: italic;
}
#faq-filter {
  padding: 0 0 20px;
  margin: 0;
}
#faq-filter.opened .faq-toggle .faq-toggle-button {
  background: #3d7db1 url(../../images/faq-arrow-up.png) no-repeat center center;
}
#faq-filter .faq-toggle {
  background: #e9eaec;
}
#faq-filter .faq-toggle:hover {
  cursor: pointer;
}
#faq-filter .faq-toggle:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
#faq-filter .faq-toggle .faq-toggle-label {
  float: left;
  padding: 15px;
  font-size: 14px;
  color: #3d7db1;
  text-transform: uppercase;
  font-weight: bold;
}
#faq-filter .faq-toggle .faq-toggle-button {
  float: right;
  padding: 15px;
  background: #3d7db1 url(../../images/faq-arrow-down.png) no-repeat center center;
  color: #fff;
  height: 15px;
  width: 15px;
}
#faq-filter .faq-filter-dropdown {
  display: none;
}
#faq-filter .faq-filter-dropdown .faq-filter-options {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e9eaec;
  border-top: 0;
}
#faq-filter .faq-filter-dropdown .faq-filter-options li {
  font-size: 14px;
  padding: 10px 15px;
  margin: 0;
}
#faq-filter .faq-filter-dropdown .faq-filter-options li + li {
  border-top: 1px solid #e9eaec;
}
#faq-filter .faq-filter-dropdown .faq-filter-options li:hover {
  background: #e9eaec;
}
#faq-filter .faq-filter-dropdown .faq-filter-options li a {
  display: block;
}
#faq-list {
  margin: 0 0 2.5em;
}
#faq-list .faq-item {
  border-top: 1px solid #e2e1e0;
  padding: 10px 0;
  position: relative;
}
#faq-list .faq-item.active .faq-question {
  background: #eee;
}
#faq-list .faq-item.active .faq-question:after {
  content: none;
}
#faq-list .faq-item.active .faq-question:hover {
  cursor: default;
}
#faq-list .faq-item.active .faq-answer {
  display: block;
}
#faq-list .faq-item .faq-question {
  position: relative;
  padding: 10px 62px 10px 30px;
  min-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#faq-list .faq-item .faq-question:hover {
  background: #eee;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#faq-list .faq-item .faq-question:hover:after {
  background-color: #00467c;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}
#faq-list .faq-item .faq-question:before {
  content: "Q:";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #3d7db1;
  font-weight: bold;
}
#faq-list .faq-item .faq-question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background: #3d7db1;
  color: #fff;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}
#faq-list .faq-item .faq-question h3 {
  font-size: 12px;
  line-height: 18px;
}
#faq-list .faq-item .faq-answer {
  padding: 20px 0 0 30px;
  position: relative;
}
#faq-list .faq-item .faq-answer:before {
  content: "A:";
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #3d7db1;
  font-weight: bold;
  margin: 0 5px 0 0;
}
#faq-list .faq-item .faq-answer p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 1em;
}
/* @end faq-list
------------------------------------- */
/* @group folder
===================================== */
#svFolder {
  margin: 0;
}
#svFolder > dl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#svFolder > dl.hasImage {
  padding-left: 129px !important;
  min-height: 88px !important;
  /* image + border */

}
#svFolder > dl .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 119px;
  height: 84px;
}
#svFolder > dl .image a {
  display: block;
}
#svFolder > dl .image a:hover img {
  border-bottom-color: #00467c;
}
#svFolder > dl .image a img {
  display: block;
  max-width: 100%;
  height: auto;
  border-bottom: 4px solid #3d7db1;
}
#svFolder > dl dt.title {
  font-size: 10px;
  font-weight: bold;
  color: #3d7db1;
  margin: 0 0 10px 0;
}
#svFolder > dl dt.title a:hover {
  color: #00467c;
}
#svFolder > dl p {
  display: block;
  color: #666666;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
#svFolder > dl dd.readMore {
  display: none;
}
#svFolder > dl dd.readMore a:hover {
  color: #00467c;
}
/* @end folder
------------------------------------- */