html {
  background: #f0f0f0 url("/images/bg_diagonal_lines2.png") 0 0 repeat;
  color: #000;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: none;
}
.hide {
  display: none;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row.collapse>.column, .row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}
.column, .columns {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.small-12 {
  width: 100%;
}
.left {
  float: left !important;
}
.text-center {
  text-align: center !important;
}

/* Header */
.l-header {
  margin: 0;
  min-height: 130px;
  background: url("/images/bg_us_flag.jpg") center top no-repeat;
  background-size: cover;
}
.l-header:after {
  clear: both;
  content: " ";
  display: table;
}
.l-logo {
  width: 656px;
  height: 130px;
}
.l-logo h2 {
  margin: 0 0 0 20px;
  font-family: robotobold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  color: #fcd330;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.i-dos-seal {
  margin: 15px;
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  background: url("/images/dos_seal_lg3.png") 0 0 no-repeat;
  background: url("/images/dos_seal3.svg") 0 0 no-repeat; background-size: 100% 100%;
}
.i-dos-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 38px 0 10px 12px;
  padding: 0;
  width: 514px;
  height: 32px;
  background: url("/images/dos_logo_text_wht_lg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  background: url("/images/dos_logo_text_wht.svg") 0 0 no-repeat;
}

/* Footer */
.l-footer .l-dos-divider {
  margin: 20px 0 10px 0;
}