.mobile-only {
  display: none;
}
.map-width {
  width: 728px;	
  margin-left: auto; 
  margin-right: auto;
}
.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
===================================== */
.desktopconstrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
.row {
  margin: 0 0 0 -16px;
}
.row .column {
  margin: 0 0 0 16px;
}
/* base grid */
.span1 {
  width: 69px;
}
.span2 {
  width: 154px;
}
.span3 {
  width: 239px;
}
.span4 {
  width: 324px;
}
.span5 {
  width: 409px;
}
.span6 {
  width: 494px;
}
.span7 {
  width: 579px;
}
.span8 {
  width: 664px;
}
.span9 {
  width: 749px;
}
.span10 {
  width: 834px;
}
.span11 {
  width: 919px;
}
.span12 {
  width: 1004px;
}
/* desktop only grid */
.desktop-span1 {
  width: 69px;
}
.desktop-span2 {
  width: 154px;
}
.desktop-span3 {
  width: 239px;
}
.desktop-span4 {
  width: 324px;
}
.desktop-span5 {
  width: 409px;
}
.desktop-span6 {
  width: 494px;
}
.desktop-span7 {
  width: 579px;
}
.desktop-span8 {
  width: 664px;
}
.desktop-span9 {
  width: 749px;
}
.desktop-span10 {
  width: 834px;
}
.desktop-span11 {
  width: 919px;
}
.desktop-span12 {
  width: 1004px;
}
/* mobile and up styles - cascaded up */
.mobileup-span1 {
  width: 69px;
}
.mobileup-span2 {
  width: 154px;
}
.mobileup-span3 {
  width: 239px;
}
.mobileup-span4 {
  width: 324px;
}
.mobileup-span5 {
  width: 409px;
}
.mobileup-span6 {
  width: 494px;
}
.mobileup-span7 {
  width: 579px;
}
.mobileup-span8 {
  width: 664px;
}
.mobileup-span9 {
  width: 749px;
}
.mobileup-span10 {
  width: 834px;
}
.mobileup-span11 {
  width: 919px;
}
.mobileup-span12 {
  width: 1004px;
}
/* tablet and up styles - cascaded up */
.tabletup-span1 {
  width: 69px;
}
.tabletup-span2 {
  width: 154px;
}
.tabletup-span3 {
  width: 239px;
}
.tabletup-span4 {
  width: 324px;
}
.tabletup-span5 {
  width: 409px;
}
.tabletup-span6 {
  width: 494px;
}
.tabletup-span7 {
  width: 579px;
}
.tabletup-span8 {
  width: 664px;
}
.tabletup-span9 {
  width: 749px;
}
.tabletup-span10 {
  width: 834px;
}
.tabletup-span11 {
  width: 919px;
}
.tabletup-span12 {
  width: 1004px;
}
/* @end grid
------------------------------------- */
/* @group header
===================================== */
header .header-utility .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
header .header-utility .constrain .logo a {
  background: url(../../images/csx-logo.png) no-repeat left top;
  background-size: auto;
}
header .header-primary {
  min-height: 76px;
}
header .header-primary .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
header .header-primary .constrain hgroup {
  left: 10px;
  top: 18px;
  width: 355px;
  height: 37px;
}
header .header-primary .constrain hgroup h1 a {
  width: 355px;
  height: 37px;
  background-size: 355px 37px;
}
header .header-primary .constrain #mobileMenu {
  display: none;
}
header .header-primary .constrain #navPrimary {
  counter-reset: li;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 250px;
  margin: 0;
  padding: 6px 0 0;
  text-align: right;
  font-size: 0;
}
header .header-primary .constrain #navPrimary > li {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0 6px 0;
  margin: 0;
}
header .header-primary .constrain #navPrimary > li:hover {
  background: #6897bc;
}
header .header-primary .constrain #navPrimary > li:hover > a {
  background: #eeeeee;
}
header .header-primary .constrain #navPrimary > li:hover ul {
  display: block;
}
header .header-primary .constrain #navPrimary > li.current {
  background: #6897bc;
}
header .header-primary .constrain #navPrimary > li.current > a {
  background: #d7e3ed;
}
header .header-primary .constrain #navPrimary > li.current > a:before {
  color: #999999;
}
header .header-primary .constrain #navPrimary > li > a {
  height: 43px;
  display: block;
  padding: 6px 7px;
  height: 52px;
  border-right: 1px solid #e0e0e0;
}
header .header-primary .constrain #navPrimary > li > a:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: relative;
  display: block;
  width: 100%;
  color: #cccccc;
  margin-bottom: 3px;
  font-size: 9px;
}
header .header-primary .constrain #navPrimary > li > ul {
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  background: #fff;
  min-width: 270px;
  border-bottom: 2px solid #6897bc;
}
header .header-primary .constrain #navPrimary > li > ul li {
  text-align: left;
  border-top: 2px solid #6897bc;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
}
header .header-primary .constrain #navPrimary > li > ul li:hover {
  background: #eee;
}
header .header-primary .constrain #navPrimary > li > ul li a {
  display: block;
  padding: 19px 0;
  color: #6897bc;
}
/* @end header
------------------------------------- */
/* @group footer
===================================== */
footer {
  background-size: auto;
}
footer .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
footer .constrain .footer-utility .item {
  width: 240px;
}
footer .constrain .footer-utility .item hgroup {
  padding: 0 20px 22px;
}
footer .constrain .footer-utility .item hgroup h3 {
  font-size: 22px;
}
footer .constrain .footer-utility .item hgroup h4 {
  font-size: 14px;
}
footer .constrain .footer-utility .item .details {
  padding: 0 20px;
}
footer .constrain .footer-utility .item .details ul {
  padding: 0;
}
footer .constrain .footer-utility .item .details form {
  padding: 0;
}
footer .constrain .footer-utility .item .details form fieldset {
  padding: 0;
}
footer .constrain .footer-utility .item .details form fieldset p {
  padding: 0;
}
footer .constrain .footer-utility .item .details form fieldset input[type=text] {
  width: 100%;
}
footer .constrain .footer-utility .item .details .success {
  padding: 0 20px 100px 0;
}
/* @end footer
------------------------------------- */
/* @group content
===================================== */
.home #container #content .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
#content {
  padding: 28px 0 67px;
}
#content.twoColSR .constrain .inside #primary {
  float: left;
  width: 494px;
}
#content.twoColSR .constrain .inside #right {
  float: right;
  width: 239px;
}
#content .constrain {
  background: rgba(255, 255, 255, 0.96);
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
#content .constrain .inside {
  width: auto;
  padding: 16px 85px 80px;
}
#content .constrain .inside #above {
  padding-top: 0;
}
#content .constrain .inside #above .titleBlock {
  padding: 26px 0 0;
}
#content .constrain .inside #above .titleBlock.hasIcon {
  /* min-height: 58px; */

  margin-left: 85px;
}
#content .constrain .inside #above .titleBlock.hasIcon .icon {
  left: -85px;
  height: 78px;
  width: 69px;
}
#content .constrain .inside #above .titleBlock .wrapper {
  margin-bottom: 32px;
}
#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 .bodytext {
  padding: 0 0 0 10px;
}
#content .constrain .inside #primary .bodytext.hasBody {
  padding-bottom: 40px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item.even {
  padding-left: 8px;
}
#content .constrain .inside #primary #landingGrid .grid-row .item.odd {
  padding-right: 8px;
}
/* @end content
------------------------------------- */
/* @group navSecondary
===================================== */
#navStandard,
#navFolder,
#sectionNav {
  margin-top: -32px;
}
/* @end navSecondary
------------------------------------- */
/* @group hero
===================================== */
#hero {
  height: 653px;
  margin-top: -104px;
}
#hero #features {
  height: 653px;
  max-width: 100%;
}
#hero #features #carousel .slides {
  height: 653px;
  width: 100%;
  max-width: 100%;
}
#hero #features #carousel .slides .item {
  height: 653px;
  max-width: 100%;
}
#hero #features #carousel .slides .item a {
  background-position: center 54%;
}
#hero #features .controls {
  max-width: 1004px;
}
#hero #features .controls .flex-direction-nav li a {
  height: 62px;
  width: 62px;
  text-indent: 62px;
  top: 317px;
}
#hero #features .controls .flex-direction-nav li a.flex-prev {
  background-size: auto;
}
#hero #features .controls .flex-direction-nav li a.flex-next {
  background-size: auto;
}
/* @end hero
------------------------------------- */
/* @group home spotlights
===================================== */
#homeSpotlights .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
#homeSpotlights .constrain .headingBlock {
  margin: 0 0 40px;
}
#homeSpotlights .constrain .headingBlock h3 {
  font-size: 22px;
}
#homeSpotlights .constrain .headingBlock .viewAll a {
  font-size: 16px;
}
#homeSpotlights .constrain .item.n4 {
  display: block;
}
/* @end home spotlights
------------------------------------- */
/* @group spotlight + recognition list
===================================== */
#spotlightList .item {
  padding-left: 255px;
  min-height: 167px;
  /* image + border */

}
#spotlightList .item .visual {
  width: 239px;
  height: 163px;
}
#spotlightList .item .details p.readMore {
  display: block;
}
/* @end spotlight + recognition list
------------------------------------- */
/* @group home intro
===================================== */
#homeIntroduction .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
#homeIntroduction .constrain h3 {
  margin-top: 11px;
  font-size: 24px;
}
#homeIntroduction .constrain p {
  font-size: 13px;
  margin: 0 0 1.5em;
}
/* @end home intro
------------------------------------- */
/* @group promos
===================================== */
#promos .constrain {
  width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}
#promos .constrain .item hgroup {
  padding: 0 20px 22px;
}
#promos .constrain .item .details {
  padding: 0 20px;
}
/* @end promos
------------------------------------- */
/* @group component
===================================== */
/* @end component
------------------------------------- */
/* @group relatedContentLinks
===================================== */
/* @end relatedContentLinks
------------------------------------- */
/* @group faq-list
===================================== */
/* @end faq-list
------------------------------------- */
#svFolder > dl.hasImage {
  padding-left: 255px !important;
  min-height: 167px !important;
  /* image + border */

}
#svFolder > dl .image {
  width: 239px;
  height: 163px;
}
#svFolder > dl dd.readMore {
  display: block;
  font-size: 11px;
  line-height: 18px;
  text-transform: lowercase;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 1em;
}
