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,
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/proxima_nova_bold-webfont.eot");
  src: url("/fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima_nova_bold-webfont.woff") format("woff"), url("/fonts/proxima_nova_bold-webfont.ttf") format("truetype"), url("/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/proxima_nova_light-webfont.eot");
  src: url("/fonts/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima_nova_light-webfont.woff") format("woff"), url("/fonts/proxima_nova_light-webfont.ttf") format("truetype"), url("/fonts/proxima_nova_light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal; }
.slug_home #main {
  margin-top: 0; }

body {
  background: #e8ebf0;
  font-family: ProximaNova;
  font-size: 18px; }

input {
  font-family: ProximaNova;
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase; }

.locations h1 {
  padding-bottom: 30px; }

.catalogue h1 {
  padding-top: 40px; }

p {
  font-size: 18px;
  line-height: 30px; }

ul#navigation li#menu-btn {
  display: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

input[type=text] {
  border: 1px solid #f35f13;
  font-size: 18px;
  text-transform: uppercase;
  color: #303030;
  margin: 0;
  padding: 18px;
  outline: none; }

.left-column {
  margin-top: 45px; }

#heading + .left-column {
  margin-top: 0; }

#location_search {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  height: 60px;
  float: left;
  margin-left: 10px;
  line-height: 60px;
  border: none;
  text-transform: uppercase;
  padding: 0 70px 0 50px;
  cursor: pointer;
  background: #303030 url('../img/submit-btn.png?1442571382') right center no-repeat; }

.clear {
  clear: both; }

footer * {
  font-size: 14px; }

div#error_message {
  color: #f35f13;
  padding-bottom: 20px;
  font-weight: bold; }

.left-column h1 {
  margin: 10px 0 15px 0; }
.left-column p {
  line-height: 20px;
  margin: 15px 0; }
.left-column ul {
  margin-bottom: 15px;
  padding: 0 15px;
  list-style: disc; }
  .left-column ul li {
    margin-bottom: 15px; }

#map strong {
  font-weight: bold; }
#map form {
  margin-top: 20px; }
  #map form legend {
    margin-bottom: 10px;
    font-weight: bold; }
  #map form div div {
    display: none; }
  #map form div #saddr {
    padding: 5px;
    margin-right: 5px;
    margin: 0 10px; }

#offices {
  width: 100%;
  border: 1px solid black;
  margin-top: 15px; }
  #offices th {
    font-weight: bold;
    padding: 15px 0;
    text-align: center; }
  #offices td {
    padding: 15px;
    border: 1px solid black; }

img.center {
  display: block;
  margin: auto; }

.tablet-show {
  display: none !important; }

img.right {
  float: right;
  padding-left: 40px; }

.michaelsVideo {
  width: 70%;
  height: 390px;
  margin-top: 10px;
  margin-bottom: 10px; }

.termsTable th {
  padding: 15px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap; }
.termsTable td {
  padding: 15px 0; }
  .termsTable td.subTerm {
    padding-left: 15px; }

img#caption {
  width: 100%; }

#resultsContainer {
  position: relative; }
  #resultsContainer .scrollArrow {
    position: absolute;
    top: 0; }
    #resultsContainer .scrollArrow.up {
      display: none; }
  #resultsContainer .scrollArrow.down {
    top: auto;
    bottom: 0; }

#locationSpinner {
  display: none; }

.noBg {
  background-image: none !important; }

.pdfTable th {
  font-weight: bold; }
.pdfTable th, .pdfTable td {
  padding: 10px; }

#applicationOverlay {
  width: 100%;
  background: #000;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  text-align: center;
  display: none; }
  #applicationOverlay h1 {
    position: absolute;
    top: 48%;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    vertical-align: middle; }

#map p {
  line-height: 21px; }
#map table {
  margin-top: 20px; }
  #map table td {
    width: 170px !important; }

.news-image.gallery {
  margin-top: 37px; }
  .news-image.gallery #mainImage {
    cursor: pointer; }
  .news-image.gallery img {
    margin-top: 0 !important; }
  .news-image.gallery .imagePagination {
    margin-top: 20px; }
    .news-image.gallery .imagePagination .thumbnail {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 15px;
      width: 90px;
      height: 60px; }
      .news-image.gallery .imagePagination .thumbnail a {
        cursor: pointer;
        outline: 0; }
        .news-image.gallery .imagePagination .thumbnail a img {
          width: 100%;
          height: 100%; }
      .news-image.gallery .imagePagination .thumbnail:nth-child(3n) {
        margin-right: 0; }
      .news-image.gallery .imagePagination .thumbnail.activeSlide {
        -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
        -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75); }

#cboxTitle {
  background: #fff; }

#cboxCurrent {
  display: none !important; }

#careers {
  clear: left;
  margin-top: 20px; }
  #careers ul {
    margin-left: 20px; }
    #careers ul li a {
      font-weight: bold;
      color: #004890; }

body.careers.view #primary h2 {
  margin-top: 50px;
  font-size: 24px; }
body.careers.view #primary p + ul {
  margin-top: -5px;
  margin-bottom: 30px; }

body.smars #container #primary table {
  width: 100%; }
  body.smars #container #primary table thead th {
    font-weight: bold; }
  body.smars #container #primary table th, body.smars #container #primary table td {
    padding: 4px 0px; }

body.branch_locations #container #eelgreentech {
  font-family: "proxima-nova", sans-serif; }
  body.branch_locations #container #eelgreentech header {
    height: auto;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
    background: #FFF; }
    body.branch_locations #container #eelgreentech header section img {
      margin-top: 20px; }
    body.branch_locations #container #eelgreentech header section img.edmundson {
      float: left; }
    body.branch_locations #container #eelgreentech header section img.electric-center {
      float: right; }
    @media screen and (max-width: 1060px) {
      body.branch_locations #container #eelgreentech header {
        height: 190px; }
        body.branch_locations #container #eelgreentech header section {
          padding: 0 2%; }
          body.branch_locations #container #eelgreentech header section img {
            margin-top: 74px; } }
    @media screen and (max-width: 520px) {
      body.branch_locations #container #eelgreentech header {
        height: 210px; }
        body.branch_locations #container #eelgreentech header section img {
          margin-top: 74px;
          width: 42%; } }
  body.branch_locations #container #eelgreentech footer {
    color: #474747;
    font-size: 14px;
    line-height: 24px;
    font-weight: light;
    max-width: 1060px;
    margin: 0 auto; }
    body.branch_locations #container #eelgreentech footer:after {
      clear: both;
      content: '';
      display: block; }
    body.branch_locations #container #eelgreentech footer > section {
      margin: 20px auto; }
      body.branch_locations #container #eelgreentech footer > section p {
        float: left; }
      body.branch_locations #container #eelgreentech footer > section section {
        float: right; }
    @media screen and (max-width: 1060px) {
      body.branch_locations #container #eelgreentech footer > section p {
        max-width: 66%; } }
    @media screen and (max-width: 520px) {
      body.branch_locations #container #eelgreentech footer > section section {
        float: left;
        font-size: 11px;
        text-align: center;
        width: 100%; }
        body.branch_locations #container #eelgreentech footer > section section a {
          display: inline-block;
          width: 40%;
          margin: 5% 0; }
          body.branch_locations #container #eelgreentech footer > section section a img {
            max-width: 100%; }
          body.branch_locations #container #eelgreentech footer > section section a:first-of-type {
            margin-right: 5%; }
      body.branch_locations #container #eelgreentech footer > section p {
        max-width: 100%;
        width: 100%;
        clear: left;
        font-size: 11px;
        text-align: center; } }
  body.branch_locations #container #eelgreentech div#content {
    background-color: #119548;
    padding: 28px 0px; }
    body.branch_locations #container #eelgreentech div#content h1, body.branch_locations #container #eelgreentech div#content h3, body.branch_locations #container #eelgreentech div#content h4 {
      color: #fff;
      font-weight: bold;
      font-size: 48px;
      line-height: 44px;
      text-transform: uppercase;
      text-align: center; }
    body.branch_locations #container #eelgreentech div#content h1 small {
      font-size: 31px; }
    body.branch_locations #container #eelgreentech div#content h3 {
      font-size: 32px;
      line-height: normal; }
    body.branch_locations #container #eelgreentech div#content h4 {
      font-size: 18px;
      line-height: normal; }
    body.branch_locations #container #eelgreentech div#content > section {
      margin: 0px auto;
      padding: 0 25px; }
    body.branch_locations #container #eelgreentech div#content .distributors {
      background: transparent url('../img/branch-locations/splash.jpg?1442571385') no-repeat 0px 0px;
      height: 660px;
      margin: 25px 0px;
      max-width: 1060px;
      margin: 20px auto 25px; }
      body.branch_locations #container #eelgreentech div#content .distributors .info {
        width: 43%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 22px 0px 22px 22px; }
        body.branch_locations #container #eelgreentech div#content .distributors .info h4 {
          text-align: left;
          color: #119548; }
        body.branch_locations #container #eelgreentech div#content .distributors .info ul {
          margin: 10px 0px 20px; }
        body.branch_locations #container #eelgreentech div#content .distributors .info li {
          text-transform: uppercase;
          font-size: 18px;
          line-height: 25px;
          color: #474747; }
          body.branch_locations #container #eelgreentech div#content .distributors .info li a {
            text-decoration: none;
            float: left;
            color: #474747;
            font-weight: bold;
            width: 200px; }
            body.branch_locations #container #eelgreentech div#content .distributors .info li a:nth-child(1) {
              background: transparent url('../img/branch-locations/bullet.png?1442571385') no-repeat 0px 50%;
              padding: 0px 0px 0px 16px;
              -moz-transition-duration: 0.5s;
              -o-transition-duration: 0.5s;
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -moz-transition-property: background, color;
              -o-transition-property: background, color;
              -webkit-transition-property: background, color;
              transition-property: background, color; }
              body.branch_locations #container #eelgreentech div#content .distributors .info li a:nth-child(1):hover {
                background: transparent url('../img/branch-locations/bullet_sel.png?1442571385') no-repeat 0px 50%;
                text-decoration: underline;
                color: #119548; }
            body.branch_locations #container #eelgreentech div#content .distributors .info li a:nth-child(2) {
              color: #f75f13;
              float: left;
              width: auto; }
          body.branch_locations #container #eelgreentech div#content .distributors .info li:after {
            content: '';
            clear: both;
            display: block; }
    @media screen and (max-width: 1060px) {
      body.branch_locations #container #eelgreentech div#content h1, body.branch_locations #container #eelgreentech div#content h3 {
        font-size: 24px;
        line-height: 20px; }
        body.branch_locations #container #eelgreentech div#content h1 small, body.branch_locations #container #eelgreentech div#content h3 small {
          font-size: 18px; }
      body.branch_locations #container #eelgreentech div#content .distributors {
        width: 96%;
        margin: 28px 2%;
        background-position: center center; }
        body.branch_locations #container #eelgreentech div#content .distributors .info {
          width: 100%;
          padding: 2%; }
          body.branch_locations #container #eelgreentech div#content .distributors .info h4 {
            text-align: center; }
          body.branch_locations #container #eelgreentech div#content .distributors .info li a {
            width: auto; }
            body.branch_locations #container #eelgreentech div#content .distributors .info li a:nth-child(2) {
              float: right; } }
  body.branch_locations #container #eelgreentech div#content section.location {
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    font-weight: bold; }
    body.branch_locations #container #eelgreentech div#content section.location h1 {
      font-size: 32px;
      line-height: normal;
      text-align: left; }
    body.branch_locations #container #eelgreentech div#content section.location a {
      color: #fff;
      text-decoration: none; }
    body.branch_locations #container #eelgreentech div#content section.location h2, body.branch_locations #container #eelgreentech div#content section.location a.mail {
      text-transform: uppercase;
      color: #474747;
      font-size: 20px;
      line-height: 28px;
      margin: 20px 0px 0px;
      display: block; }
    body.branch_locations #container #eelgreentech div#content section.location a + h2 {
      margin-top: 0; }
    body.branch_locations #container #eelgreentech div#content section.location a.mail {
      text-decoration: underline; }
    body.branch_locations #container #eelgreentech div#content section.location section.details {
      width: 335px;
      float: left; }
    body.branch_locations #container #eelgreentech div#content section.location:after {
      display: block;
      content: '';
      clear: both; }
    body.branch_locations #container #eelgreentech div#content section.location div.map {
      margin-top: 20px;
      width: 525px;
      height: 500px;
      float: right; }
      body.branch_locations #container #eelgreentech div#content section.location div.map iframe {
        width: 525px;
        height: 500px;
        border-style: none; }
    @media screen and (max-width: 1060px) {
      body.branch_locations #container #eelgreentech div#content section.location {
        padding: 2%;
        width: 96%; }
        body.branch_locations #container #eelgreentech div#content section.location h1 {
          font-size: 24px; }
        body.branch_locations #container #eelgreentech div#content section.location > * {
          width: 100% !important;
          text-align: center !important; }
        body.branch_locations #container #eelgreentech div#content section.location div.map iframe {
          width: 100%; } }
    @media screen and (max-width: 520px) {
      body.branch_locations #container #eelgreentech div#content section.location div.map, body.branch_locations #container #eelgreentech div#content section.location div.map iframe {
        height: 361px; } }
  body.branch_locations #container #eelgreentech section.form {
    clear: both;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto; }
    body.branch_locations #container #eelgreentech section.form h2 {
      text-transform: uppercase;
      color: #fff;
      font-size: 26px;
      margin: 30px 0 20px; }
    body.branch_locations #container #eelgreentech section.form input[type=email], body.branch_locations #container #eelgreentech section.form input[type=text], body.branch_locations #container #eelgreentech section.form input[type=tel], body.branch_locations #container #eelgreentech section.form textarea {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 10px 0px;
      color: #119548;
      width: 557px;
      height: 60px;
      padding: 8px 22px;
      font-size: 20px;
      outline: none;
      font-weight: normal; }
      body.branch_locations #container #eelgreentech section.form input[type=email].invalid, body.branch_locations #container #eelgreentech section.form input[type=text].invalid, body.branch_locations #container #eelgreentech section.form input[type=tel].invalid, body.branch_locations #container #eelgreentech section.form textarea.invalid {
        background: #f4c2c2;
        border: 1px solid #FFF;
        color: #d20b0b; }
    body.branch_locations #container #eelgreentech section.form input.hp {
      display: none; }
    body.branch_locations #container #eelgreentech section.form textarea {
      font-family: inherit;
      height: 180px;
      width: 100%; }
    body.branch_locations #container #eelgreentech section.form button {
      border-style: none;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      float: right;
      padding: 20px 200px 20px 40px;
      cursor: pointer;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      -webkit-transition-property: background-color;
      transition-property: background-color;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: relative;
      background-color: #303030; }
      body.branch_locations #container #eelgreentech section.form button:hover {
        background-color: #4a4a4a; }
      body.branch_locations #container #eelgreentech section.form button:after {
        background: transparent url('../img/branch-locations/arrow-right.png?1442571385') no-repeat right 50%;
        width: 14px;
        height: 28px;
        display: block;
        position: absolute;
        right: 42px;
        top: 18px;
        content: ''; }
    body.branch_locations #container #eelgreentech section.form:after {
      clear: both;
      content: '';
      display: block; }
    @media screen and (max-width: 1060px) {
      body.branch_locations #container #eelgreentech section.form {
        padding: 0 2%;
        width: 96%; }
        body.branch_locations #container #eelgreentech section.form h2 {
          text-align: center;
          font-size: 24px; }
        body.branch_locations #container #eelgreentech section.form input[type=text], body.branch_locations #container #eelgreentech section.form input[type=email], body.branch_locations #container #eelgreentech section.form input[type=tel] {
          width: 100%; } }
    @media screen and (max-width: 520px) {
      body.branch_locations #container #eelgreentech section.form button {
        padding: 20px 150px 20px 40px; } }
  body.branch_locations #container #eelgreentech .alert {
    color: #fff;
    margin: 10px 0px 30px;
    padding: 10px;
    border: 1px solid #fff; }
  body.branch_locations #container #eelgreentech div#pre-footer {
    padding: 20px 0px; }
    body.branch_locations #container #eelgreentech div#pre-footer > section {
      margin: 0px auto;
      max-width: 1060px; }
      body.branch_locations #container #eelgreentech div#pre-footer > section ul {
        text-align: center; }
      body.branch_locations #container #eelgreentech div#pre-footer > section li {
        display: inline-block;
        vertical-align: middle;
        padding: 1%;
        width: 14%; }
      body.branch_locations #container #eelgreentech div#pre-footer > section li img {
        max-width: 100%; }
    @media screen and (max-width: 1060px) {
      body.branch_locations #container #eelgreentech div#pre-footer {
        background: #FFF; }
        body.branch_locations #container #eelgreentech div#pre-footer > section li {
          width: 28.5%;
          text-align: center;
          margin: 0;
          padding: 2%; } }
    @media screen and (max-width: 520px) {
      body.branch_locations #container #eelgreentech div#pre-footer > section li {
        width: 40.5%; } }
  @media screen and (max-width: 1060px) {
    body.branch_locations #container #eelgreentech {
      background: #e8ebf0;
      padding: 1.5%; } }
