@charset "utf-8";

/* GENERAL */

body {
  background: #ffffff;
  line-height: 1;
  font-size: 100%;
}

.iesucks {
  display: none;
}

::selection {
  background: #b32017;
  color: #fff;
}
::-moz-selection {
  background: #b32017;
  color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
  color: black;
}

*:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
object,
embed,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a.email {
  text-decoration: none;
  color: #352c2d;
  background-image: none !important;
}

a.email:hover {
  text-decoration: underline;
  color: #b32017;
}

h1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #ee2e24;
}

p {
  font-size: 13px;
  line-height: 16px;
}

.ie6 img {
  width: 100%;
}

.clear {
  line-height: 0px;
  font-size: 0px;
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
  display: block;
  overflow: none;
}

a.butt-sm,
button,
.submit {
  height: 32px;
  width: 160px;
  border-radius: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #ee2e24;
  color: #ee2e24;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

a.butt-sm:hover,
button:hover,
.submit:hover {
  background-color: #b32017;
  border-color: #b32017;
  color: #ece0e1;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

button,
.submit {
  background-color: #ee2e24;
  border-color: #ee2e24;
  cursor: pointer;
  float: left;
  height: 36px;
  margin-top: 30px;
  color: #ffffff;
}

/* HEADER */

.header {
  height: 100px;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #f9f3f4;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

.header:hover {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

.logo {
  width: 270px;
  height: 100px;
  background-image: url(../images/logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}

.nav {
  display: inline-block;
  float: right;
}

.nav .phone {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #b32017;
  text-align: right;
}

.nav .phone b {
  color: #ee2e24;
  font-weight: 600;
  margin-left: 5px;
}

.nav .pages {
  display: block;
  margin-top: 7px;
  text-align: right;
}

.nav .pages a {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  color: #352c2d;
  font-weight: 600;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}

.nav .pages a:hover {
  display: inline-block;
  color: #b32017;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}

/* HERO */

/* home */

#homepage .hero {
  height: 450px;
  background-color: #7a1501;
  background-image: url(../images/hero-home.png);
  background-position: center right;
  background-repeat: no-repeat;
}

#homepage .hero h1 {
  color: #ece0e1;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  display: block;
  padding: 120px 0 90px 0;
}

#homepage .hero a.butt {
  height: 60px;
  width: 300px;
  border-radius: 10px;
  background-color: #b32017;
  color: #ece0e1;
  font-size: 28px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

#homepage .hero a.butt:hover {
  background-color: #7a1501;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

/* internal pages */

#dba .hero,
#careers .hero,
#about .hero,
#contact .hero {
  height: 300px;
  background-color: #7a1501;
  background-position: center center;
  background-repeat: no-repeat;
}

#dba .hero.power-quality {
  background-image: url(../images/hero-power-quality.png);
  background-position: center left;
}

#dba .hero.engineering {
  background-image: url(../images/hero-engineering.png);
  background-position: center left;
}

#dba .hero.system-integration {
  background-image: url(../images/hero-system-integration.png);
  background-position: center left;
}

#careers .hero {
  background-image: url(../images/hero-careers.png);
  background-position: center left;
}

#about .hero {
  background-image: url(../images/hero-about.png);
}

#contact .hero {
  background-image: url(../images/hero-contact.png);
}

.hero h2 {
  font-size: 28px;
  text-align: center;
  color: #ece0e1;
  padding-top: 0;
  line-height: 300px;
}

#about .hero h2,
#careers .hero h2 {
  font-size: 28px;
  text-align: center;
  color: #ece0e1;
  padding-top: 105px;
  line-height: normal;
}

/* HOME DBAs */

#homepage .DBA {
  height: 420px;
  background-size: auto 420px;
  background-color: #ffffff;
  background-image: url(../images/DBA-home.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#homepage .DBA span {
  display: inline-block;
  float: left;
  width: 370px;
  margin-left: 45px;
}

#homepage .DBA span:first-child {
  margin-left: 0px !important;
}

#homepage .DBA span img {
  height: 100px;
  padding-top: 60px;
  margin: 0 auto;
  display: block;
}

#homepage .DBA span h1 {
  text-align: center;
  margin: 20px 0;
}

#homepage .DBA span p {
  margin-bottom: 20px;
}

#homepage .DBA span a.butt-sm {
}

#homepage .DBA span a.butt-sm:hover {
}

/* DESCRIPTION */

.description {
  background-color: #ffffff;
  background-image: url(../images/DBA-home.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.description p {
  background-color: #ffffff;
  background-image: url(../images/DBA-home.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 30px;
}

/* DBA FEATURES */

#dba .center {
  background-color: #ffffff;
}

#dba .center .container {
  border-bottom: 1px solid #f2e9ea;
  padding: 60px 20px;
  overflow: hidden;
}

#dba .center .left {
  width: 785px;
  display: inline-block;
  float: left;
}

#dba .bullets li,
#careers .bullets li {
  padding-left: 20px;
  height: 13px;
  margin-top: 30px;
  background-image: url(../images/bullet.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 13px;
}

#dba .center .right {
  width: 370px;
  display: inline-block;
  float: right;
}

#dba .center .right .butt-sm {
  width: 200px;
  margin-bottom: 30px;
}

#dba .center .right .promo {
  width: 370px;
  height: 450px;
  background-color: #87797a;
}

/* CLIENTS */

.clients {
  background-color: #ffffff;
}

.clients .container {
  min-height: 170px;
  border-bottom: 1px solid #f2e9ea;
  overflow: hidden;
}

.clients h1 {
  width: 100%;
  margin: 60px 0 10px 0;
}

.clients img {
  width: 240px;
  height: 170px;
  float: left;
  display: inline-block;
}

/* CERTIFICATIONS */

.certifications {
  background-color: #ffffff;
}

.certifications .container {
  min-height: 170px;
  border-bottom: 1px solid #f2e9ea;
  overflow: hidden;
}

.certifications img {
  margin: 0 28px;
}

/* QUOTES */

.quotes {
  background-color: #ffffff;
}

.line {
  border-bottom: 1px solid #f2e9ea;
  margin: 0 auto;
  width: 1240px;
}

.quotes .container {
  padding: 60px 20px;
  border-bottom: 1px solid #f2e9ea;
  overflow: hidden;
}

#about .quotes .container {
  border-top: 1px solid #f2e9ea;
}

#about .quotes h1 {
  margin-bottom: 30px;
}

#about .quotes span {
  width: 1100px;
  margin: 30px 0 30px 100px;
  padding-bottom: 30px;
  display: block;
  border-bottom: 1px solid #f2e9ea;
  overflow: hidden;
}

.quotes p {
  width: 710px;
  padding-left: 120px;
  font-size: 16px;
  line-height: 24px;
  color: #352c2d;
  background-image: url(../images/quote.png);
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  display: inline-block;
}

.quotes .name {
  width: 250px;
  float: right;
  display: inline-block;
}

.quotes .name h1 {
  font-size: 16px;
  line-height: 16px;
  color: #b32017;
  padding-bottom: 10px;
}

.quotes .name h2 {
  font-size: 13px;
  font-weight: 600;
}

.quotes .name h3 {
  font-size: 13px;
}

/* LEADERSHIP */

.leadership {
}

.leadership .container {
  margin-bottom: 60px;
  overflow: hidden;
}

.leadership h1 {
  margin: 60px 0 30px 0;
}

.leadership span {
  display: inline-block;
  float: left;
  width: 370px;
  margin-right: 45px;
}

.leadership span:last-child {
  margin-right: 0px !important;
}

.leadership span img {
  height: 130px;
  width: 100px;
  float: left;
  background-color: #333;
  display: inline-block;
}

.leadership span h1 {
  width: 250px;
  text-align: left;
  float: right;
  display: inline-block;
  margin: -5px 0 10px 0;
  font-size: 16px;
  color: #b32017;
}

.leadership span h2 {
  width: 250px;
  text-align: left;
  float: right;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 600;
}

.leadership span p {
  width: 250px;
  text-align: left;
  float: right;
  display: inline-block;
}

/* BOTTOM CTA */

.btm-cta,
.benefits-perks {
  margin: 60px 0;
}

.btm-cta .container {
  overflow: hidden;
}

.btm-cta h1 {
  float: left;
  display: inline-block;
}

.btm-cta a.butt-sm {
  float: right;
  display: inline-block;
}

.btm-cta p {
  float: left;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

/* BENEFITS PERKS */

.benefits-perks {
  margin: 60px 0 0 0 !important;
}

.benefits-perks .container {
  border-bottom: 1px solid #f2e9ea;
  padding-bottom: 60px;
  overflow: hidden;
}

.benefits-perks p {
  margin-top: 20px;
}

/* POSITIONS */

.positions {
  margin: 60px 0;
}

.positions .container {
  overflow: hidden;
}

.position {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #f2e9ea;
}

.positions h1 {
  display: block;
  width: 100%;
}

.position span {
  display: inline-block;
  width: 370px;
  float: left;
}

.position h2 {
  float: left;
  display: block;
  width: 100%;
  font-weight: 600;
}

.position a.butt-sm {
  float: left;
  margin-top: 20px;
  display: block;
}

.position h3 {
  color: #b32017;
  font-size: 14px;
  font-weight: bold;
  float: right;
  display: block;
  width: 785px;
  margin: 20px 0 5px 0;
}

.position ul {
  font-size: 13px;
  list-style: disc;
  float: right;
  display: block;
  width: 785px;
}

.position li {
  margin: 5px 0 5px 15px;
}

.position p {
  float: right;
  display: block;
  width: 785px;
}

/* CONTACT */

.contact {
  margin-top: 60px;
}

.contact .container {
  padding-bottom: 60px;
  overflow: hidden;
  border-bottom: 1px solid #f9f3f4;
}

.contact .form {
  width: 780px;
  float: left;
  padding-right: 39px;
  display: inline-block;
  border-right: 1px solid #f9f3f4;
}

.contact .form h2,
.contact .info h2 {
  width: 560px;
  text-align: left;
  margin: 30px 0 15px 0;
  font-size: 16px;
  color: #b32017;
  font-weight: 600;
}

.contact .form input.form-field,
.contact .form textarea {
  padding: 10px;
  height: 16px;
  width: 540px;
  margin-top: 30px;
  display: block;
  font-size: 16px;
  border: 1px solid #87797a;
  border-radius: 5px;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
}

.contact .form input.form-field:hover,
.contact .form textarea:hover,
.contact .form input#phone:hover {
  border: 1px solid #ee2e24;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
}

.contact .form input.form-field:focus,
.contact .form textarea:focus,
.contact .form input#phone:focus {
  border: 1px solid #b32017;
  color: #b32017;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
}

.contact .form input#phone {
  padding: 10px;
  height: 16px;
  width: 280px;
  margin-top: 30px;
  display: block;
  font-size: 16px;
  border: 1px solid #87797a;
  border-radius: 5px;
}

.contact .form textarea {
  height: 200px;
  margin-top: 20px;
  resize: none;
}

.contact .form span {
  width: 140px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: -30px;
}

.contact .form span input {
  height: 13px;
  width: 13px;
  margin: 0 10px 15px 0;
  display: inline-block;
}

.g-recaptcha {
}

.code {
  color: #b32017 !important;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: bold;
  margin: 30px 0 !important;
  width: 100% !important;
}

.contact .info {
  width: 360px;
  float: right;
  display: inline-block;
}

.contact .info h1 {
  margin-bottom: 25px;
}

.contact .info h2 {
  float: left;
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  overflow: hidden;
}

.contact .info div {
  width: 560px;
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-left: 25px;
  margin-bottom: 15px;
  float: left;
  line-height: 18px;
  min-height: 20px;
}

.contact .info .location {
  background-image: url(../images/location.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.contact .info .location b {
  font-weight: 600;
}

.contact .info .phone {
  background-image: url(../images/phone.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.contact .info .email {
  background-image: url(../images/email.png);
  background-position: top left;
  background-repeat: no-repeat;
}

img.map {
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #f2e9ea;
}

/* FOOTER */

.footer {
  height: 80px;
  background-color: #3e3536;
  background-image: url(../images/bg-footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.footer .container {
}

.footer .copyright {
  width: 220px;
  float: left;
  display: inline-block;
  text-align: left;
  color: #ece0e1;
  font-size: 13px;
  line-height: 80px;
}

.footer .nav {
  width: 760px;
  float: left;
  display: inline-block;
  text-align: center;
  color: #87797a;
  font-size: 13px;
  line-height: 80px;
}

.footer .nav a {
  color: #ece0e1;
  margin: 5px;
}

.footer .nav a:hover {
  color: #ee2e24;
}

.footer .logos {
  width: 220px;
  float: left;
  display: inline-block;
  text-align: right;
  color: #ece0e1;
}