/* line 1, ../scss/cmd.scss */
.row.full-width {
  width: 100%;
  max-width: 100%; }

/* line 5, ../scss/cmd.scss */
header {
  padding: 10px 4px; }

/* line 8, ../scss/cmd.scss */
.header-cnt {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
  /* IE6-9 */ }

/* line 26, ../scss/cmd.scss */
footer {
  text-align: center; }

/* line 29, ../scss/cmd.scss */
footer .footer-links {
  font-size: 65%; }

/* line 32, ../scss/cmd.scss */
.main-content {
  padding: 25px 0; }

/* line 35, ../scss/cmd.scss */
.moto {
  font-size: 135%;
  font-weight: bold;
  font-style: italic;
  color: #009; }

/* line 41, ../scss/cmd.scss */
header .pnone-number {
  font-size: 32px;
  color: #009;
  font-weight: bold; }

/* line 46, ../scss/cmd.scss */
header .pnone-number .small {
  font-size: 17px;
  color: #339900;
  font-weight: bold; }

/* line 51, ../scss/cmd.scss */
header {
  text-align: center;
  line-height: 1.2; }

/* line 55, ../scss/cmd.scss */
footer .row.footer-links {
  margin-top: 15px; }

/* Image Styles */
/* line 60, ../scss/cmd.scss */
img.integrated-pic {
  margin: 10px; }

/* line 64, ../scss/cmd.scss */
img.expand {
  width: 100%;
  height: auto; }

/* Form Styles */
/* line 70, ../scss/cmd.scss */
form input#special {
  display: none; }

/* Print Styles */
@media print {
  /* line 76, ../scss/cmd.scss */
  nav.tab-bar, div.nav-cnt, ul.breadcrumbs, aside, footer, .header-cnt .moto {
    display: none; } }
/* IE-specific styles */
/* line 82, ../scss/cmd.scss */
.lt-ie10 .left-off-canvas-menu {
  left: -250px;
  /* width of your menu */ }

/* line 86, ../scss/cmd.scss */
.lt-ie10 .move-right > .inner-wrap {
  left: 250px;
  /* width of your menu */ }
