html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* ------------------------------------------------------------
	Variables & Mix-ins
------------------------------------------------------------ */
.container {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.container:after {
  clear: both;
  content: "";
  display: table;
}
.row {
  position: relative;
  *zoom: 1;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.basic-transition {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
/* ------------------------------------------------------------
	Color
------------------------------------------------------------ */
/* ------------------------------------------------------------
	Typography
------------------------------------------------------------ */
a,
a.active,
a:hover,
a:focus {
  outline: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}
.large-serif {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.25em;
}
.paragraph {
  font-size: 14px;
  line-height: 1.75em;
}
h1 {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.25em;
}
.text-only h1,
.text-only h2,
.text-only h3 {
  float: left;
  width: 760px;
}
.text-only h1 {
  color: #999999;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .15em;
  line-height: 1.25em;
  text-transform: uppercase;
}
.text-only h2 {
  color: #1414b3;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: .9em;
  margin: 2em 0px 0px 0px;
  text-shadow: 0 -1px #000000;
  text-transform: uppercase;
}
.text-only h2.first {
  margin-top: .25em;
}
.text-only h3 {
  background: #fff;
  border-bottom: 1px solid #999999;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .25em;
  margin: 60px 0 10px 0;
  padding-bottom: .25em;
  text-transform: uppercase;
}
.text-only h4 {
  color: #4d4d4d;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .10em;
  line-height: 1.15em;
  margin: 0 0 .75em 0;
  text-transform: uppercase;
}
.text-only h5 {
  color: #999999;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 .75em 0;
}
.text-only p,
.text-only ol,
.text-only ul {
  font-size: 14px;
  line-height: 1.75em;
}
.text-only li {
  line-height: 1.75em;
  list-style-position: outside;
  margin-left: 45px;
}
.text-only ul {
  list-style-type: square;
}
.text-only ol {
  list-style-type: decimal;
}
/* ------------------------------------------------------------
	General Layout
------------------------------------------------------------ */
body {
  color: #4d4d4d;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  position: relative;
}
body.index {
  background-color: #1414b3;
}
body.interior #container {
  background: #ffffff url(../images/ui/bg.png) center top repeat-y;
  min-width: 980px;
}
body.interior #main {
  margin: 0 auto;
  width: 960px;
  z-index: 1;
}
body.interior #sidebar {
  position: absolute;
  top: 169px;
  width: 169px;
}
body.interior #sidebar.affix {
  position: fixed !important;
  top: 30px !important;
}
body.interior #sidebar.affix-bottom {
  bottom: 380px;
  top: auto;
  position: absolute;
}
body.interior #content {
  background-color: white;
  float: right;
  margin-top: 100px;
  padding: 0 0 0 25px;
  position: relative;
  width: 760px;
  z-index: 1000;
}
#footer-wrapper {
    background: #1414b3 url(../images/ui/footer-bg.png) center top no-repeat;
    min-height: 200px;
    min-width: 980px;
    position: relative;
    z-index: 100;
}
/* ------------------------------------------------------------
	Header
------------------------------------------------------------ */
header {
  background: url(../images/ui/header-bg.png) center top repeat-x;
  height: 104px;
}
header nav {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
    header nav #logo {
  background: url(../images/ui/header-logo-bg.png) left top no-repeat;
        position: absolute;
        left: -120px;
        top: 0;
        width: 410px;
        height: 124px;
        z-index: 100;
    }
header nav #logo a {
  background: url(../images/ui/header-logo.png) left top no-repeat;
  float: left;
  position: absolute;
  left: 128px;
  top: 0px;
  text-indent: -5000px;
  width: 170px;
  height: 108px;
}
header nav #utilityNav {
  float: right;
  height: 35px;
  padding-top: 12px;
}
header nav #utilityNav li {
  display: inline;
}
header nav #utilityNav li a {
  color: #4d4d4d;
  font-size: 12px;
  margin-left: 30px;
  margin-top: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
header nav #utilityNav li a:hover,
header nav #utilityNav li a.selected {
  color: #1414b3;
  text-decoration: underline;
}
header nav #mainNav {
  background: url(../images/ui/header-line.png) right 1px no-repeat;
  float: right;
  padding-right: 2px;
}
header nav #mainNav li {
  background: url(../images/ui/header-line.png) 0px 1px no-repeat;
  display: inline;
  float: left;
  font-size: 15px;
  height: 56px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header nav #mainNav li a {
  color: #4d4d4d;
  float: left;
  height: 29px;
  padding: 15px 30px 0 30px;
  margin-top: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #e9e9e9;
}
header nav #mainNav li a:hover,
header nav #mainNav li a.selected {
  background: #b9bbbd url(../images/ui/header-line.png) 0px -1px no-repeat;
}
.interior header {
    background: url(../images/ui/in_header-bg.png) center top repeat-x;
    min-width: 980px;
}
/* ------------------------------------------------------------
	Sidebar Nav
------------------------------------------------------------ */
#sidebar {
  background: #1414b3;
  text-shadow: 0 -1px #000000;
}
#sidebar a {
  background: url(../images/ui/sidebar-bg.png) right 2000px no-repeat;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.25em;
  margin-bottom: 2px;
  position: relative;
  text-decoration: none;
  height: 54px;
}
#sidebar a span {
  left: 0;
  bottom: 6px;
  padding-right: 40px;
  position: absolute;
}
#sidebar .l1 {
  background: url(../images/ui/sidebar-line.png) right 54px no-repeat;
  margin-top: 10px;
  padding-bottom: 2px;
}
#sidebar .l1 > a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar .l2 {
  background: url(../images/ui/sidebar-line.png) right bottom no-repeat;
  height: 54px;
  padding-bottom: 2px;
}
#sidebar .l2 a {
  color: #ddd;
  font-size: 14px;
  text-shadow: none;
}
#sidebar .l2 a span {
  left: 16px;
}
#sidebar li.l2 a:hover,
#sidebar li.active > a {
  background: url(../images/ui/sidebar-bg.png) right center no-repeat;
}
#sidebar p {
  background: url(../images/ui/sidebar-line.png) right bottom no-repeat;
  color: #999999;
  display: block;
  font-size: 13px;
  height: 54px;
  line-height: 1.5em;
  padding-bottom: 2px;
  position: relative;
  top: 92px;
}
/* ------------------------------------------------------------
	Content, Layouts
------------------------------------------------------------ */
.interior section {
  background: url(../images/ui/section-break.png) left 78px no-repeat;
  float: left;
}
.interior article {
  margin-bottom: 40px;
  padding: 20px 0;
}
.layout-a {
  float: left;
  width: 760px;
}
.layout-a .words {
  float: right;
  width: 340px;
}
.layout-a img {
  float: left;
  position: relative;
  top: 5px;
}
.layout-b {
  float: left;
  width: 760px;
}
.layout-b .words {
  float: left;
  width: 340px;
}
.layout-b img {
  float: right;
  position: relative;
  top: 5px;
}
.layout-c {
  float: left;
  padding-bottom: 270px;
  width: 760px;
}
.layout-c img {
  bottom: 0;
  margin-top: 1em;
}
.layout-d {
  float: left;
  margin-right: 50px;
  margin-bottom: 10px;
  width: 330px;
}
.layout-d img {
  float: left;
  margin: 10px 20px 10px 0;
  width: 160px;
}
.layout-e {
  float: left;
  width: 760px;
}
/* ------------------------------------------------------------
	Home Page
------------------------------------------------------------ */
.intro {
  background: url(../images/ui/feature-01.png) center center no-repeat;
  color: white;
  display: block;
  font-weight: bold;
  position: relative;
  top: -12px;
  width: 100%;
  height: 540px;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/feature-01.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/ui/feature-01', sizingMethod='scale')";
}
.intro h1 {
  font-size: 58px;
  letter-spacing: 3px;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 200px;
  position: relative;
  text-align: center;
  text-shadow: 0 -1px 0 #4d4d4d;
  text-transform: uppercase;
  z-index: 3;
}
.intro h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto;
  padding-top: .25em;
  max-width: 960px;
  position: relative;
  text-align: center;
  text-shadow: 0 -1px 0 #4d4d4d;
  z-index: 4;
}
.intro span {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.wwd {
  background: url(../images/ui/wwd-bg.png) center top repeat-x;
  position: relative;
  top: -56px;
}
.wwd h3 {
  color: white;
  height: 40px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
  text-shadow: 0 -1px 0 #4d4d4d;
  text-transform: uppercase;
}
.wwd .slides-container {
  background: url(../images/ui/wwd-slides-bg.png) center top repeat-x;
  height: 182px;
}
.wwd .slides-container .slides {
  margin: 0 auto;
  padding-top: 20px;
  width: 720px;
}
.wwd .slides-container .slides dl {
  background: url(../images/ui/wwd-lines.png) right top no-repeat;
  float: left;
  letter-spacing: 1px;
  padding: 0 40px 0 20px;
  text-shadow: 0 1px 0 white;
  width: 180px;
}
.wwd .slides-container .slides dl dt {
  font-size: 12px;
  margin-bottom: .35em;
  text-transform: uppercase;
}
.wwd .slides-container .slides dl dd {
  font-size: 14px;
  line-height: 1.15em;
  margin-bottom: .15em;
}
.wwd .slides-container .slides dl dd.title {
  color: #1414b3;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wwd .slides-container .bx-pager {
  display: none;
}
.wwd .slides-container .bx-controls-direction {
  position: relative;
}
.wwd .slides-container .bx-controls-direction .bx-prev {
  background: url(../images/ui/wwd-left.png) left top no-repeat;
  position: absolute;
  left: -100px;
  top: -90px;
  width: 41px;
  height: 73px;
  text-indent: -5000px;
  border: none;
  outline: none;
}
.wwd .slides-container .bx-controls-direction .bx-next {
  background: url(../images/ui/wwd-right.png) left top no-repeat;
  position: absolute;
  right: -80px;
  top: -90px;
  width: 41px;
  height: 73px;
  text-indent: -5000px;
  border: none;
  outline: none;
}
.wwd .slides-container .bx-controls-direction a:hover {
  background-position-y: -73px;
}
/* ------------------------------------------------------------
	Form
------------------------------------------------------------ */
form label {
  font-size: 14px;
  line-height: 1.75em;
  color: #b9bbbd;
  display: block;
  margin: 1em 0 .25em 0;
}
form input[type=text],
form textarea {
  background: white;
  border: 1px solid #b9bbbd;
  font-size: 18px;
  padding: 8px;
  width: 500px;
}
form input[type=text]:focus,
form textarea:focus {
  border: 1px solid #1414b3;
  outline: none;
}
form input[type=submit] {
  background: #1414b3;
  border: 1px solid #1414b3;
  color: white;
  border-radius: 3px;
  display: block;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  margin: 1em 0 1em 0;
  padding: 12px 30px;
  text-transform: uppercase;
}
form input[type=submit]:hover {
  background: #10108f;
}
form .error label {
  color: red;
}
form .error input {
  border-color: red;
}
/* ------------------------------------------------------------
	Buttons, Extras, etc.
------------------------------------------------------------ */
/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */
footer {
  color: white;
  margin: 0 auto;
  position: relative;
  top: -50px;
  width: 960px;
  z-index: 1000;
}
footer ul {
  text-align: center;
}
footer li {
  display: inline;
  letter-spacing: 2px;
  min-height: 40px;
  text-transform: uppercase;
}
footer li.tel {
  background: url(../images/ui/footer-phone.png) left top no-repeat;
  margin-right: 0px;
  padding-left: 30px;
  padding-bottom: 2px;
}
footer li.tel a {
  color: white;
}
footer li.email {
  background: url(../images/ui/footer-email.png) left top no-repeat;
  padding-left: 30px;
}
footer li.email a {
  color: white;
  text-decoration: none;
}
footer li.email a:hover {
  text-decoration: underline;
}
footer p {
  width: 100%;
  color: #b9bbbd;
  font-size: 78%;
  margin-top: 40px;
  text-align: center;
}
.interior footer {
  top: 100px;
}
/* ------------------------------------------------------------
	Mobile Specific 
------------------------------------------------------------ */
@media only screen and (max-device-width: 768px) {
  .intro .overlay {
    display: none;
  }
}
/* ------------------------------------------------------------
	Utility Styles
------------------------------------------------------------ */
#accessibility {
  display: none;
}
.no-gutter {
  margin-right: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-left-margin {
  float: left;
  margin: 0 20px 20px 0;
}
.float-right-margin {
  float: right;
  margin: 0 0 20px 20px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-border {
  border: none;
}
.hide {
  display: none;
}
.cf {
  *zoom: 1;
}
.cf:after {
  clear: both;
  content: "";
  display: table;
}
