.mobile-only {
  display: none;
}
.imagereplace {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}
.clear {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* footer graphic is 383 */
/* @group grid
===================================== */
.tabletconstrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
.row {
  margin: 0 0 0 -16px;
}
.row .column {
  float: left;
  margin: 0 0 0 16px;
}
.row .tablet-half {
  float: left;
  width: 50%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* base grid */
.span1 {
  width: 46px;
}
.span2 {
  width: 108px;
}
.span3 {
  width: 170px;
}
.span4 {
  width: 232px;
}
.span5 {
  width: 294px;
}
.span6 {
  width: 356px;
}
.span7 {
  width: 418px;
}
.span8 {
  width: 480px;
}
.span9 {
  width: 542px;
}
.span10 {
  width: 604px;
}
.span11 {
  width: 666px;
}
.span12 {
  width: 728px;
}
/* tablet only sizes */
.tablet-span1 {
  width: 46px;
}
.tablet-span2 {
  width: 108px;
}
.tablet-span3 {
  width: 170px;
}
.tablet-span4 {
  width: 232px;
}
.tablet-span5 {
  width: 294px;
}
.tablet-span6 {
  width: 356px;
}
.tablet-span7 {
  width: 418px;
}
.tablet-span8 {
  width: 480px;
}
.tablet-span9 {
  width: 542px;
}
.tablet-span10 {
  width: 604px;
}
.tablet-span11 {
  width: 666px;
}
.tablet-span12 {
  width: 728px;
}
/* mobile and up styles - cascaded up */
.mobileup-span1 {
  width: 46px;
}
.mobileup-span2 {
  width: 108px;
}
.mobileup-span3 {
  width: 170px;
}
.mobileup-span4 {
  width: 232px;
}
.mobileup-span5 {
  width: 294px;
}
.mobileup-span6 {
  width: 356px;
}
.mobileup-span7 {
  width: 418px;
}
.mobileup-span8 {
  width: 480px;
}
.mobileup-span9 {
  width: 542px;
}
.mobileup-span10 {
  width: 604px;
}
.mobileup-span11 {
  width: 666px;
}
.mobileup-span12 {
  width: 728px;
}
/* tablet and up styles - cascaded up */
.tabletup-span1 {
  width: 46px;
}
.tabletup-span2 {
  width: 108px;
}
.tabletup-span3 {
  width: 170px;
}
.tabletup-span4 {
  width: 232px;
}
.tabletup-span5 {
  width: 294px;
}
.tabletup-span6 {
  width: 356px;
}
.tabletup-span7 {
  width: 418px;
}
.tabletup-span8 {
  width: 480px;
}
.tabletup-span9 {
  width: 542px;
}
.tabletup-span10 {
  width: 604px;
}
.tabletup-span11 {
  width: 666px;
}
.tabletup-span12 {
  width: 728px;
}
/* @end grid
------------------------------------- */
/* @group header
===================================== */
header .header-utility {
  overflow: hidden;
  height: 28px;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
header .header-utility .constrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
  height: 28px;
}
header .header-utility .constrain .wrapper {
  height: 28px;
  float: right;
}
header .header-utility .constrain .wrapper .utility {
  padding: 6px 0;
  height: 16px;
  float: left;
}
header .header-utility .constrain .wrapper .utility p {
  color: #666666;
  display: inline-block;
  font-size: 10px;
  margin-right: 10px;
  line-height: 16px;
  vertical-align: top;
}
header .header-utility .constrain .wrapper .utility p a {
  color: #b9b9b9;
  display: block;
}
header .header-utility .constrain .wrapper .utility p a:hover {
  color: #fff;
}
header .header-utility .constrain .wrapper .social {
  height: 18px;
  padding: 5px 0;
  margin-left: 2px;
  float: left;
}
header .header-utility .constrain .wrapper .social .twitter {
  display: inline-block;
}
header .header-utility .constrain .wrapper .social .twitter a {
  display: block;
  height: 18px;
  width: 18px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  background: url(../../images/icon-twitter-36px.png) no-repeat left top;
  background-size: 18px 18px;
}
header .header-utility .constrain .wrapper .social .twitter a:hover {
  background-image: url(../../images/icon-twitter-36px-hover.png);
}
header .header-utility .constrain .wrapper .social .facebook {
  margin-left: 6px;
  display: inline-block;
}
header .header-utility .constrain .wrapper .social .facebook a {
  display: block;
  height: 18px;
  width: 18px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  background: url(../../images/icon-facebook-36px.png) no-repeat left top;
  background-size: 18px 18px;
}
header .header-utility .constrain .wrapper .social .facebook a:hover {
  background-image: url(../../images/icon-facebook-36px-hover.png);
}
header .header-utility .constrain .wrapper #siteSearch {
  float: left;
  margin-left: 12px;
  padding: 4px 0;
}
header .header-utility .constrain .wrapper #siteSearch #searchForm {
  margin: 0;
}
header .header-utility .constrain .wrapper #siteSearch #searchForm fieldset {
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  vertical-align: top;
}
header .header-utility .constrain .wrapper #siteSearch #searchForm fieldset input[type=text] {
  display: block;
  font-family: helvetica, arial, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  height: 12px;
  border: 1px solid #666666;
  border-right: 0;
  padding: 3px 4px;
  margin: 0;
  border-right: 0;
  width: 118px;
  background: rgba(0, 0, 0, 0.8);
}
header .header-utility .constrain .wrapper #siteSearch #searchForm fieldset input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: #3d7db1 url(../../images/icon-search.png) no-repeat center center;
  border: 0;
  text-align: left;
  text-indent: 20px;
  overflow: hidden;
}
header .header-utility .constrain .wrapper .logo {
  float: left;
  padding: 4px 0;
  margin-left: 12px;
}
header .header-utility .constrain .wrapper .logo a {
  display: block;
  height: 20px;
  width: 43px;
  background: url(../../images/csx-logo-2x.png) no-repeat left top;
  background-size: 43px 40px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}
header .header-utility .constrain .wrapper .logo a:hover {
  background-position: left bottom;
}
header .header-primary {
  position: relative;
  min-height: 64px;
  background: #fff;
}
header .header-primary .constrain {
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
header .header-primary .constrain hgroup {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 221px;
  height: 23px;
}
header .header-primary .constrain hgroup h1 a {
  width: 221px;
  height: 23px;
  background-size: 221px 23px;
}
header .header-primary .constrain #mobileMenu {
  margin-right: 0;
}
header .header-primary .constrain #mobileMenu .navigation-toggle {
  padding-right: 76px;
}
header .header-primary .constrain #mobileMenu .navigation-toggle .label {
  padding: 27px 0;
}
header .header-primary .constrain #mobileMenu .navigation-toggle .toggle {
  height: 64px;
  width: 64px;
  text-indent: 64px;
  /* width of box */

}
header .header-primary .constrain #mobileMenu .navigation-dropdown {
  width: auto;
  top: 64px;
  right: 20px;
  left: 20%;
}
header .header-primary .constrain #navPrimary {
  display: none;
}
/* @end header
------------------------------------- */
/* @group footer
===================================== */
footer {
  position: relative;
  background: #ffffff url(../../images/footer-large.jpg) no-repeat center bottom;
  padding: 70px 0 323px;
  background-size: 1300px auto;
}
footer .constrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
footer .constrain .footer-utility .item {
  display: inline-block;
  width: 170px;
}
footer .constrain .footer-utility .item hgroup {
  background: none;
  padding: 0 0 30px;
  margin: 0 0 15px;
  border-bottom: 1px solid #cccccc;
}
footer .constrain .footer-utility .item hgroup h3 {
  padding: 0;
  margin: 0 0 3px;
  font-size: 16px;
  color: #383b3e;
}
footer .constrain .footer-utility .item hgroup h4 {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #3d7db1;
}
footer .constrain .footer-utility .item .details {
  padding: 0;
  display: block !important;
}
footer .constrain .footer-utility .item .details p {
  font-size: 11px;
  margin: 0 0 10px;
  padding: 0;
}
footer .constrain .footer-utility .item .details ul.footer-list {
  padding-top: 6px;
}
footer .constrain .footer-utility .item .details ul li {
  font-size: 11px;
  margin: 0 0 10px;
  padding: 0;
}
footer .constrain .footer-utility .item .details ul li a {
  display: inline-block;
  line-height: 14px;
  color: #666666;
}
footer .constrain .footer-utility .item .details form fieldset {
  padding: 0;
}
footer .constrain .footer-utility .item .details form fieldset p {
  color: #666666;
  font-size: 11px;
  line-height: 16px;
}
footer .constrain .footer-utility .item .details form fieldset input[type=email] {
  width: 100%;
}
/* @end footer
------------------------------------- */
/* @group content
===================================== */
.home #container {
  background: none;
}
.home #container #content {
  padding: 0;
}
.home #container #content .constrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
.home #container #content .constrain .inside {
  padding: 0;
}
#container {
  background-color: #ededed;
  /* placeholder */

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#content {
  padding: 40px 0 0;
}
#content.twoColSR .constrain .inside #primary {
  float: left;
  width: 418px;
}
#content.twoColSR .constrain .inside #right {
  float: right;
  width: 232px;
}
#content .constrain {
  background: #fff;
  max-width: none;
}
#content .constrain .inside {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0;
}
#content .constrain .inside #above {
  padding: 16px 0 0;
}
#content .constrain .inside #above .titleBlock {
  padding: 15px 0 0;
}
#content .constrain .inside #above .titleBlock.hasIcon {
  /* min-height: 37px; */

  margin-left: 62px;
}
#content .constrain .inside #above .titleBlock.hasIcon .icon {
  left: -62px;
  height: 52px;
  width: 46px;
}
#content .constrain .inside #above .titleBlock .wrapper {
  margin-bottom: 28px;
  border-bottom: 1px solid #cccccc;
}
#content .constrain .inside #above .titleBlock .wrapper .titlegroup h1.title {
  display: inline-block;
  font-size: 24px;
  /* was 33 */

  font-weight: bold;
  text-transform: uppercase;
  color: #6897bc;
}
#content .constrain .inside #above .titleBlock .wrapper .titlegroup h2 {
  font-size: 18px;
  /* was 22 */

  display: inline-block;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
}
#content .constrain .inside #above .titleBlock .wrapper .titlegroup h2:before {
  content: "/";
  margin-right: 3px;
}
#content .constrain .inside #primary {
  /* @group lead in
				===================================== */

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

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

  /* @end body area
				------------------------------------- */

  /* @group landing grid
				===================================== */

  /* @end landing grid
				------------------------------------- */
}
#content .constrain .inside #primary .leadIn .visual {
  position: relative;
  border-bottom: 4px solid #3d7db1;
  margin-bottom: 26px;
}
#content .constrain .inside #primary .leadIn hgroup {
  padding: 0 0 22px;
  margin: 0 0 10px;
}
#content .constrain .inside #primary .leadIn hgroup h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #383b3e;
  margin: 0;
}
#content .constrain .inside #primary .leadIn hgroup h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #3d7db1;
}
#content .constrain .inside #primary .bodytext {
  padding: 0;
}
#content .constrain .inside #primary .bodytext.hasBody {
  padding-bottom: 40px;
}
#content .constrain .inside #primary .bodytext p {
  font-size: 11px;
  line-height: 23px;
  margin: 0 0 1em;
  color: #666666;
}
#content .constrain .inside #primary .bodytext p.intro {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  font-weight: bold;
}
#content .constrain .inside #primary .bodytext p.condensed {
  line-height: 16px;
}
#content .constrain .inside #primary .bodytext p.attention {
  font-size: 14px;
  line-height: 20px;
  color: #6897bc;
}
#content .constrain .inside #primary #landingGrid .grid-row .item.even {
  padding-left: 8px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item.odd {
  padding-right: 8px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item .visual {
  border-bottom-width: 4px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item hgroup {
  height: 42px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item hgroup h3 {
  font-size: 14px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item .details p {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
}
/* @end content
------------------------------------- */
/* @group navSecondary
===================================== */
#navStandard,
#navFolder,
#sectionNav {
  margin: -28px 0 55px;
  /* negative margin to be flush with above region */

}
#navStandard > ul,
#navFolder > ul,
#sectionNav > ul {
  list-style: none;
  margin: 0;
}
#navStandard > ul > li,
#navFolder > ul > li,
#sectionNav > ul > li {
  text-align: left;
  border-bottom: 1px solid #cbcbca;
  margin: 0;
  padding: 0;
  font-size: 13px;
  /* was 15 */

  text-transform: uppercase;
  font-weight: bold;
}
#navStandard > ul > li:hover a,
#navFolder > ul > li:hover a,
#sectionNav > ul > li:hover a {
  background-color: #eee;
}
#navStandard > ul > li.current,
#navFolder > ul > li.current,
#sectionNav > ul > li.current,
#navStandard > ul > li.active,
#navFolder > ul > li.active,
#sectionNav > ul > li.active {
  /* padding: 0 0 3px; */

  /* background-color: @primaryColor; */

  border-bottom: none;
  padding: 0;
}
#navStandard > ul > li.current > a,
#navFolder > ul > li.current > a,
#sectionNav > ul > li.current > a,
#navStandard > ul > li.active > a,
#navFolder > ul > li.active > a,
#sectionNav > ul > li.active > a {
  background-color: #d7e3ed;
  color: #3d7db1;
  border-bottom: 3px solid #3d7db1;
}
#navStandard > ul > li.current > ul,
#navFolder > ul > li.current > ul,
#sectionNav > ul > li.current > ul,
#navStandard > ul > li.active > ul,
#navFolder > ul > li.active > ul,
#sectionNav > ul > li.active > ul {
  list-style: none;
  margin: 0;
  padding: 19px 15px;
  border-bottom: 1px solid #cbcbca;
}
#navStandard > ul > li.current > ul li,
#navFolder > ul > li.current > ul li,
#sectionNav > ul > li.current > ul li,
#navStandard > ul > li.active > ul li,
#navFolder > ul > li.active > ul li,
#sectionNav > ul > li.active > ul li {
  font-weight: normal;
}
#navStandard > ul > li.current > ul li.current,
#navFolder > ul > li.current > ul li.current,
#sectionNav > ul > li.current > ul li.current,
#navStandard > ul > li.active > ul li.current,
#navFolder > ul > li.active > ul li.current,
#sectionNav > ul > li.active > ul li.current {
  font-weight: bold;
}
#navStandard > ul > li > a,
#navFolder > ul > li > a,
#sectionNav > ul > li > a {
  display: block;
  padding: 19px 15px;
  color: #6897bc;
}
/* @end navSecondary
------------------------------------- */
/* @group hero
===================================== */
#hero {
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 511px;
  width: 100%;
  margin-top: -92px;
  margin-bottom: 20px;
}
#hero #features {
  height: 511px;
  max-width: 1024px;
}
#hero #features #carousel .slides {
  height: 511px;
  width: 100%;
  max-width: 1024px;
}
#hero #features #carousel .slides .item {
  height: 511px;
  max-width: 1024px;
}
#hero #features #carousel .slides .item a {
  background-position: center 60%;
  background-size: auto;
}
#hero #features .controls {
  display: block;
  position: relative;
  z-index: 300;
  width: 100%;
  margin: 0 auto;
  max-width: 728px;
}
#hero #features .controls .flex-direction-nav {
  list-style: none;
  margin: 0;
}
#hero #features .controls .flex-direction-nav li {
  margin: 0;
}
#hero #features .controls .flex-direction-nav li a {
  position: absolute;
  height: 52px;
  width: 52px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  text-indent: 52px;
  top: 258px;
}
#hero #features .controls .flex-direction-nav li a.flex-prev {
  left: 0;
  background: url(../../images/hero-pointer-left.png) no-repeat left top;
  background-size: 52px 104px;
}
#hero #features .controls .flex-direction-nav li a.flex-prev:hover {
  background-position: left bottom;
}
#hero #features .controls .flex-direction-nav li a.flex-next {
  right: 0;
  background: url(../../images/hero-pointer-right.png) no-repeat left top;
  background-size: 52px 104px;
}
#hero #features .controls .flex-direction-nav li a.flex-next:hover {
  background-position: left bottom;
}
/* @end hero
------------------------------------- */
/* @group home spotlights
===================================== */
#homeSpotlights {
  margin: 0 0 55px;
}
#homeSpotlights .constrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
#homeSpotlights .constrain .headingBlock {
  padding: 15px 0 20px;
  margin: 0 0 35px;
}
#homeSpotlights .constrain .headingBlock h3 {
  font-size: 21px;
}
#homeSpotlights .constrain .headingBlock .viewAll a {
  font-size: 16px;
}
#homeSpotlights .constrain .item.n3 {
  display: block;
}
#homeSpotlights .constrain .item .visual {
  border-bottom-width: 4px;
  margin-bottom: 22px;
}
#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 hgroup {
  height: 45px;
  /* fixed height as specified by client */

  padding: 0 22px 22px 0;
}
#homeSpotlights .constrain .item hgroup h3 {
  font-size: 14px;
  line-height: 15px;
}
#homeSpotlights .constrain .item .details p {
  color: #666666;
  font-size: 11px;
  line-height: 18px;
  display: block;
}
#homeSpotlights .constrain .item .details p.readMore {
  margin: 0 0 1em;
}
/* @end home spotlights
------------------------------------- */
/* @group spotlight + recognition list
===================================== */
#spotlightList .item {
  padding-left: 186px;
  min-height: 124px;
  /* image + border */

}
#spotlightList .item .visual {
  width: 170px;
  height: 120px;
}
#spotlightList .item .details h3 {
  font-size: 14px;
}
#spotlightList .item .details p {
  font-size: 11px;
  line-height: 18px;
}
#spotlightList .item .details p.readMore {
  text-transform: lowercase;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 1em;
}
/* @end spotlight + recognition list
------------------------------------- */
/* @group home intro
===================================== */
#homeIntroduction {
  margin: 0 0 55px;
}
#homeIntroduction .constrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
#homeIntroduction .constrain h3 {
  font-size: 18px;
}
#homeIntroduction .constrain p {
  font-size: 11px;
  line-height: 30px;
  color: #666666;
}
/* @end home intro
------------------------------------- */
/* @group promos
===================================== */
#promos {
  margin: 0;
}
#promos .constrain {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 728px;
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
#promos .constrain .item {
  margin: 0;
}
#promos .constrain .item .visual {
  border-bottom-width: 4px;
  margin-bottom: 22px;
}
#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 hgroup {
  height: 41px;
  padding: 0 22px 22px 0;
  margin: 0 0 10px;
}
#promos .constrain .item hgroup h3 {
  font-size: 18px;
}
#promos .constrain .item hgroup h4 {
  font-size: 14px;
}
#promos .constrain .item .details p {
  color: #666666;
  font-size: 11px;
  line-height: 18px;
}
/* @end promos
------------------------------------- */
/* @group featured spotlight and recognition
===================================== */
.featuredItem .visual {
  border-bottom-width: 4px;
  margin-bottom: 26px;
}
.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 hgroup h3 {
  font-size: 14px;
}
.featuredItem .details p {
  color: #666666;
  font-size: 11px;
  line-height: 18px;
  display: block;
}
.featuredItem .details p.readMore {
  font-weight: bold;
  font-style: italic;
  text-transform: lowercase;
}
/* @end featured spotlight and recognition
------------------------------------- */
/* @group component
===================================== */
.component h3.componentTitle {
  font-size: 12px;
  border-bottom: 2px solid #6897bc;
  margin: 0 0 3px;
  padding: 0 0 2px;
  text-align: left;
  font-weight: normal;
}
/* @end component
------------------------------------- */
/* @group relatedContentLinks
===================================== */
#relatedContentLinks h3 {
  font-size: 18px;
  padding-bottom: 9px;
}
#relatedContentLinks .relatedLinks p {
  font-size: 12px;
}
#relatedContentLinks .relatedLinks p a {
  padding: 15px 52px 15px 15px;
}
#relatedContentLinks .relatedLinks p a:before {
  height: 42px;
  width: 42px;
  line-height: 42px;
}
/* @end relatedContentLinks
------------------------------------- */
/* @group faq-list
===================================== */
.faqs-header h3 {
  font-size: 18px;
}
.faqs-header a {
  font-size: 14px;
  font-weight: bold;
}
/* @end faq-list
------------------------------------- */
#svFolder > dl.hasImage {
  padding-left: 186px !important;
  min-height: 124px !important;
  /* image + border */

}
#svFolder > dl .image {
  width: 170px;
  height: 120px;
}
#svFolder > dl dt.title {
  font-size: 14px;
}
