
@keyframes pulse {
 0% {
    -webkit-transform: scale(0);
    opacity: 1;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 1;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0;
 }
}


@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 1;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 1;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0;
 }
}

@-webkit-keyframes pulse {
 0% {
    -webkit-transform: scale(0);
    opacity: 1;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 1;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0;
 }
}

.contact-content{
	font-size:16px;
}
.strategic-supplier-partnerships .main__text, .ca .main__text{
width:100% !important;
	font-size:16px;
}

.ca.contact .main__text {
	width:86% !important;
}

#marker-container {
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
}

.dot {
  border: 5px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 2s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 1;
}


/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  overflow-x: hidden; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated)
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #525252;;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #525252;
  }
  .home-fr header{
  background-image: url(/images/header-feature.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #01294c;
    height: 750px;
    overflow: hidden;
  }
header, body.landing-page header, body.sub-page header {
    background-image: url(/images/header-feature.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #01294c;
    height: 750px;
    overflow: hidden;
    /* top: 70px; */
    }
    @media (max-width: 768px) {
      body.home header, body.landing-page header, body.sub-page header {
        height: 420px; } }
    @media (max-width: 600px) {
      body.home header, body.landing-page header, body.sub-page header, body.home-fr header {
        height: auto !important;
        /*overflow: visible;*/
        padding: 90px 30px; } }
  body.home .main__heading {
    color: #004684;
    }
  body.landing-page header {
    height: 630px;
    background-size: cover;
    }
  body.sub-page .breadcrumb {
    margin-top: 61px; }

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif; */
  /* margin: 0; */
  /* padding: 0; */
  }

.container {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0 0px;
  }
  .container-large {
    width: 100%;
    margin: 0px auto;
    display: block;
    padding: 0 17px;
    padding-right: 0px;
    margin-right: 0px;
    }

.col-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.left {
  text-align: left; }

.right {
  text-align: right; }

section.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.67);
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.6); }
  .search.open .search__height-animation {
    height: 82px; }
  .search.open .search__rotate-animation {
    transform: rotateX(0deg);
    height: 82px; }

.search__height-animation {
  height: 0;
  overflow: hidden;
  margin: 0;
  transition-property: all;
  transition-duration: 0.55s;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.search__rotate-animation {
  height: 0;
  padding: 20px 0;
  background-color: #ffffff;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.55s;
  transform: rotateX(-90deg);
  transform-origin: top;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.search__input {
  border: none;
  font-size: 28px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #525252;
  vertical-align: middle;
  width: 75%;
  display: inline-block;
  padding: 0 10px;
  outline: none;
  border-bottom: 1px solid #525252; }
  .search__input:focus {
    border-bottom: 1px solid #ccc; }
  @media (max-width: 698px) {
    .search__input {
      font-size: 18px;
      width: 50%; } }
  @media (max-width: 499px) {
    .search__input {
      font-size: 13px;
      width: 65%; } }

.search__buttons-container {
  width: 25%;
  text-align: right;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 698px) {
    .search__buttons-container {
      width: 50%; } }
  @media (max-width: 500px) {
    .search__buttons-container .button {
      font-size: 0;
      padding: 10px 12px; }
      .search__buttons-container .button span {
        font-size: 16px; } }
  @media (max-width: 499px) {
    .search__buttons-container {
      width: 35%; } }

.search__close {
  text-decoration: none;
  color: #525252;
  vertical-align: middle;
  margin-left: 42px;
  position: relative;
  right: 20px;
  font-size: 24px; }
  @media (max-width: 1167px) {
    .search__close {
      margin-left: 22px; 
      right: 12px;
      } }

header {
  width: 100%;
  padding: 0 100px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  /* z-index: -2; */
  }
  header .container {
    height: 100%;
    width: 100%;
    z-index: auto;
    
    }
    @media (max-width: 768px) {
      header .container {
        /* margin: 0 50px; */
        } }
    @media (max-width: 375px) {
      header .container {
        margin: 0; } }
  header h1 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 48px;
    position: relative;
    line-height: 125%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    z-index: auto;
    }
    header .container p:after {
      display: block;
      content: '';
      width: 108px;
      height: 3px;
      background-color: #ee964b;
      position: relative;
      top: 12px;
      left: 0;
      }
    @media (max-width: 768px) {
      header h1 {
        font-size: 30px; } }
    @media (max-width: 375px) {
      header h1 {
        font-size: 24px; } }

z {
  height: 77%;
  width: 50%;
  min-width:300px;
  }
  .header-text-container h1 {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  .header-text-container--faded h1, .header-text-container--faded h2, .header-text-container--faded .career-opportunities {
    opacity: 0.25; }

.header-text-container:before {
  content: '\200B';
  display: inline-block;
  /*height: 100%;*/
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.mobile-navigation {
  display: block;
  width: 100%;
  max-width: 310px;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 10;
  overflow-y: scroll;
  padding: 10px 28px;
  border-left: 2px #545454 solid;
   }
  .mobile-navigation .navigation__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .mobile-navigation .navigation__list .

{
      -webkit-transition: opacity .15s ease-in-out;
      -moz-transition: opacity .15s ease-in-out;
      -ms-transition: opacity .15s ease-in-out;
      -o-transition: opacity .15s ease-in-out;
      transition: opacity .15s ease-in-out;
      position: relative;
      overflow: hidden;
       }
      .mobile-navigation .navigation__list .navigation__list-item--search {
        display: none; }
      .mobile-navigation .navigation__list .navigation__list-item--mobile-menu {
        display: none; }
      .mobile-navigation .navigation__list .navigation__list-item a {
        text-decoration: none;
        display: block;
        padding: 15px 32px 15px 0;
        color: #525252;
        position: relative; }
      .mobile-navigation .navigation__list .navigation__list-item.has-child > a .indicator {
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        padding: 20px 10px; }
        .mobile-navigation .navigation__list .navigation__list-item.has-child > a .indicator .fa-plus {
          display: block; }
        .mobile-navigation .navigation__list .navigation__list-item.has-child > a .indicator .fa-minus {
          display: none; }
      .mobile-navigation .navigation__list .navigation__list-item.has-child > a.open .indicator {
        content: "\f068"; }
        .mobile-navigation .navigation__list .navigation__list-item.has-child > a.open .indicator .fa-plus {
          display: none; }
        .mobile-navigation .navigation__list .navigation__list-item.has-child > a.open .indicator .fa-minus {
          display: block; }
    .mobile-navigation .navigation__list > .navigation__list-item a.open + .navigation__sub-list__container {
      display: block; }
  .mobile-navigation .navigation__sub-list__container {
    display: none; }
    .mobile-navigation .navigation__sub-list__container .navigation__sub-list {
      list-style: none;
      margin: 0 0 0 30px;
      padding: 0; }
  .mobile-navigation .navigation__close {
    content: "";
    width: 56px;
    height: 100%;
    top: 0;
    left: -54px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    color: white;
    text-align: center;
    padding: 18px;
    font-size: 26px;
    display: none;
    }
  .mobile-navigation.open {
    right: 0;
    top: 56px;
    }
  @media (max-width: 375px) {
    .mobile-navigation {
      max-width: 266px; } }


.main-navigation--short .wesco-logo {
    /* padding: 8px 0 0; */
    /* display: block; */
    -webkit-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -moz-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -ms-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -o-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    transition: padding .15s ease-in-out, padding .15s ease-in-out;
}

.main-navigation--short .navigation__list-item--search{
    padding: 18px 17px !important;
    display: block;
    -webkit-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -moz-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -ms-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -o-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    transition: padding .15s ease-in-out, padding .15s ease-in-out;
}

.main-navigation .navigation__list-item--search > a:hover {
    border: none !important;
}

.landing-page .main-navigation{
background-color:#004684;
}

.newsroom .main-navigation{
background-color:#004684;
}


.main-navigation {
  font-size: 14px;
  position: relative !important;
  top: 0;
  left: 0;
  z-index: 100;
  /* right: 0; */
  margin: auto;
  color: #ffffff;
  background-color:#01294C;
  z-index: 11;
  /* -webkit-transition: background-color .15s ease-in-out, padding .15s ease-in-out; */
  -moz-transition: background-color .15s ease-in-out, padding .15s ease-in-out;
  -ms-transition: background-color .15s ease-in-out, padding .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, padding .15s ease-in-out;
  transition: background-color .15s ease-in-out, padding .15s ease-in-out;
  width: 100%;
  text-transform: uppercase;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-navigation ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .main-navigation ul li:first-child {
        margin-left: 10px; }
      .main-navigation ul li:last-child {
        margin-right: 0; }
      .main-navigation ul li a {
        color: inherit;
        text-decoration: none; }
/*  .main-navigation--solid-background, .main-navigation:hover {
    background-color: #004684; }
.main-navigation--solid-background .wesco-logo img, .main-navigation:hover .wesco-logo img {
      position: absolute;
                top: 0;
                bottom: 0;
                margin: auto auto auto -40px;
                clip: rect(0px, 196px, 23px, 40px);}
   .main-navigation--solid-background.navigation__list > .navigation__list-item, .main-navigation:hover.navigation__list > .navigation__list-item {
      opacity: 0.2; }
    .main-navigation--solid-background.navigation__list > .navigation__list-item:hover, .main-navigation:hover.navigation__list > .navigation__list-item:hover {
      opacity: 1.0; }
      .main-navigation--solid-background.navigation__list > .navigation__list-item:hover > .navigation__sub-list__container, .main-navigation:hover.navigation__list > .navigation__list-item:hover > .navigation__sub-list__container {
        display: block; }
    .main-navigation--solid-background .navigation__list-item a:hover, .main-navigation:hover .navigation__list-item a:hover {
      background-color: #01294C; }
    .main-navigation--solid-background .navigation__list-item:hover, .main-navigation:hover .navigation__list-item:hover {
      background-color: #01294C; }
    .main-navigation--solid-background .navigation__sub-list__container, .main-navigation:hover .navigation__sub-list__container {
      background: #01294C; }*/
  .main-navigation--short .navigation__list a {
    padding: 10px 15px !important;
    -webkit-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -moz-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -ms-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -o-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    transition: padding .15s ease-in-out, padding .15s ease-in-out;
    margin: 10px 5px;
    } }


  .main-navigation--short .wesco-logo{
      padding: 8px 17px !important;
      -webkit-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      -moz-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      -ms-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      -o-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      transition: padding .15s ease-in-out, padding .15s ease-in-out; }
  }
  .main-navigation--short{
    height: 40px !important;
    -webkit-transition: height .15s ease-in-out, height .15s ease-in-out;
    -moz-transition: height .15s ease-in-out, height .15s ease-in-out;
    -ms-transition: height .15s ease-in-out, height .15s ease-in-out;
    -o-transition: height .15s ease-in-out, height .15s ease-in-out;
    transition: height .15s ease-in-out, height .15s ease-in-out; }
  }


  .main-navigation .container-large {
    padding: 0; }
  @media (max-width: 1251px) {
    .main-navigation {
      /* font-size: 16px; */
      } }
  .main-navigation .navigation__list {
    display: inline-block;
    vertical-align: middle;
    }

    .main-navigation .navigation__list > .navigation__list-item:hover {
      opacity: 1.0; }
      .main-navigation .navigation__list > .navigation__list-item:hover > .navigation__sub-list__container {
        display: block; }
    .main-navigation .navigation__list a {
      padding: 15px 15px;
      display: block;
      -webkit-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      -moz-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      -ms-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      -o-transition: padding .15s ease-in-out, padding .15s ease-in-out;
      transition: padding .15s ease-in-out, padding .15s ease-in-out;
      margin: 10px 0px;
      }
      @media (max-width: 1160px) {
        .main-navigation .navigation__list a {
          font-size: 14px; } }
      @media (max-width: 375px) {
        .main-navigation .navigation__list a {
          padding: 29px 10px; } }
    @media (max-width: 375px) {
      .main-navigation .navigation__list {
        margin-right: 7px !important; } }
  .main-navigation .navigation__list-item > a {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    position: relative; }
    .main-navigation .navigation__list-item .indicator {
      display: none; }
    .main-navigation .navigation__list-item--search {
      float: right;
      color: #fff !important;
      padding: 23px 17px;
      height: 100%;
      position: relative;
		background-color:#01294C;
      }
    .main-navigation .navigation__list-item--mobile-menu {
      display: none !important; }
    @media (max-width: 1024px) {
		.outer-text-container{
			margin-bottom:20px !important;
		}
    	  .search__buttons-container { width: 30%; top: -13px; position: relative; }
    	  .search__input { width: 65%; }
    	  .search__close { top: 7px; }
        .main-navigation .navigation__list-item {
    		    position: absolute;
    		    top: -4px;
    		    right: 50px;
    		    background: none;
		    }
        .main-navigation .navigation__list-item--mobile-menu, .main-navigation .navigation__list-item--search {
          display: block !important;
          font-size: 18px !important;
        }
     }
  .main-navigation .navigation__sub-list__container {
    display: none;
    top: 100%;
    padding: 17px 19px;
    left: 0;
    position: absolute; }
  .main-navigation .navigation__sub-list {
    border-left: 1px solid #ffffff;
    font-size: 18px; }
    .main-navigation .navigation__sub-list:hover > .navigation__sub-list__list-item {
      opacity: 0.2; }
    .main-navigation .navigation__sub-list > .navigation__sub-list__list-item:hover {
      opacity: 1.0; }
  .main-navigation .navigation__sub-list__list-item {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
    .main-navigation .navigation__sub-list__list-item a {
      padding: 17px;
      display: block;
      white-space: nowrap; }
    .main-navigation .navigation__sub-list__list-item:first-child {
      margin-top: -17px; }
    .main-navigation .navigation__sub-list__list-item:last-child {
      /*margin-bottom: -17px;*/ }


a.fa.fa-search.search-toggle--js {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
}

.wesco-logo {
  padding: 17px;
  vertical-align: middle;
  display: inline-block;
  /* float: left; */
  }
  .wesco-logo img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto auto auto 0;
    -webkit-transition: margin .3s ease-in-out, clip .1s ease-in;
    -moz-transition: margin .3s ease-in-out, clip .1s ease-in;
    -ms-transition: margin .3s ease-in-out, clip .1s ease-in;
    -o-transition: margin .3s ease-in-out, clip .1s ease-in;
    transition: margin .3s ease-in-out, clip .1s ease-in;
    position: relative;
    }

.background-video-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }

.background-video-container__video {
  width: 100%;
  height: auto;
  /*position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */ }

.box-slider {
  background-color: #f8f8f8;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 110px 0 130px; }
  @media (max-width: 768px) {
    .box-slider {
      padding: 45px 0; } }

.box-slider__heading {
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  padding: 0 20px 20px;
  margin: 0 0 24px 0;
  z-index: 1;
  }
  .box-slider__heading span {
    color: #ee964b; }
    .box-slider__heading span:after {
      content: '\200B';
      display: block;
      background-color: #ee964b;
      width: 110px;
      position: absolute;
      bottom: 0px;
      height: 3px;
      z-index: 5; }
  .box-slider__heading:after {
    content: '\200B';
    display: block;
    background-color: #eaeaea;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px; 
    z-index: -1;
   }

.box-slider__box {
  display: inline-block;
  /* margin: 0 0px 20px 0; */
  /* background-color: #ffffff; */
  padding: 20px;
  width: 24%;
  /* height: 195px; */
  vertical-align: top;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 150%;
  float: left;
  position: relative;
  min-width: 200px;
  }
  .box-slider__box p {
    margin: 0;
    font-size: 14px;
    color: #525252;
    line-height: 24px;
    }
  .box-slider__box:last-child {
    margin-right: 0; }

.box-slider__tag {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #004684;
  padding: 0px 9px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 13px;
  color: white;
  text-align: center;
  text-transform: uppercase; }

.career-fairs {
  float: right;
  width: 100%;
  max-width: 300px;
  margin: 0 0 30px 30px; }

.career-fairs__heading {
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 24px 0;
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #525252; }
  .career-fairs__heading span {
    color: #ee964b; }
    .career-fairs__heading span:after {
      content: '\200B';
      display: block;
      background-color: #ee964b;
      width: 110px;
      position: absolute;
      bottom: -1px;
      height: 3px;
      z-index: 5; }
  .career-fairs__heading:after {
    content: '\200B';
    display: block;
    background-color: #eaeaea;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px; }
  .career-fairs__heading span {
    color: #ee964b; }

.career-fairs__month {
  font-size: 22px;
  color: #525252;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 0 12px 0; }

.career-fairs__fair {
  font-size: 12px;
  line-height: normal; }

.career-fairs__fair__location {
  margin: 0 !important; }

.career-fairs__fair__date {
  color: #004684; }

.career-fairs__fair__link {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: inherit; }

.careers-page header {
  /*height: 624px !important;*/ }
  .careers-page header .header-text-container h1::after {
    display: none; }
  .careers-page header .career-opportunities, header .career-opportunities{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  .careers-page header .career-opportunities__heading, header .career-opportunities__heading{
    color: white;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px; }

.career-opportunities {
  background-color: #f8f8f8;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 100px 0;
  margin: 70px 0 100px 0; }
  .career-opportunities .button {
    margin-right: 15px; margin-bottom: 15px; }
    
   .career-opportunities .button--blue {
    position: relative;
    z-index: 9;   
  }

.career-opportunities__heading {
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #525252; }
  .career-opportunities__heading span {
    color: #ee964b; }

.alert-block {
  color: #ffffff;
  background: #004684;
  overflow: hidden;
  font-size: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px #ee964b solid;
  }

  .alert-block-end {
  color: #ffffff;
  background: #004684;
  overflow: hidden;
  font-size: 0;
  position: relative;
  bottom: 0px;
  width: 100%;
  }

.alert-block__title, .alert-block__text {
  display: inline-block;
  vertical-align: middle; }
  .alert-block__title a:hover, .alert-block__text a:hover {
    text-decoration: none; }

.alert-block__title {
  background: #01294C;
  width: 25%;
  max-width: 340px;
  position: relative;
  padding: 0px 18px;
  }
  .alert-block__title:before {
    content: '\200B';
    display: block;
    vertical-align: middle;
    background: #01294C;
    width: 20000px;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0; }

.alert-block__heading {
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }
  @media (max-width: 768px) {
    .alert-block__heading {
      font-size: 16px; } }

.alert-block__text {
  width: 75%;
  max-width: 1100px;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  padding: 18px 18px 19px;
  }
  .alert-block__text p {
    margin: 0; }
  .alert-block__text a {
    color: inherit; }
  @media (max-width: 768px) {
    .alert-block__text {
      font-size: 16px; } }

.breadcrumb {
  background-color: #f8f8f8;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

.breadcrumb-navigation {
  font-size: 12px;
  font-weight: 600;
  padding: 18px 0;
  text-transform: uppercase;
  color: #525252; }
  .breadcrumb-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumb-navigation ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .breadcrumb-navigation ul li:first-child {
        margin-left: 0; }
      .breadcrumb-navigation ul li:last-child {
        margin-right: 0; }
      .breadcrumb-navigation ul li a {
        color: inherit;
        text-decoration: none; }

.breadcrumb-navigation__list {
  font-size: 0; }

.breadcrumb-navigation__list-item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 33px !important;
  margin-right: 29px !important;
  font-size: 12px;
  line-height: 20px; }
  .breadcrumb-navigation__list-item a {
    letter-spacing: 0.0625em; }
    .breadcrumb-navigation__list-item a:hover {
      text-decoration: underline; }
  .breadcrumb-navigation__list-item:first-child {
    padding-left: 0 !important; }
  .breadcrumb-navigation__list-item:last-child {
    padding-right: 0 !important; }
    .breadcrumb-navigation__list-item:last-child:after {
      display: none; }
  .breadcrumb-navigation__list-item:after {
    content: '\200B';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent transparent; }
  .breadcrumb-navigation__list-item--active {
    color: #004684 !important; }

.main {
  margin: 72px 0 50px;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
  }
  .main .numbers-feature {
    padding: 0 30px 0 0;
    margin: 45px 30px 0 0;
    width: 26%;
    float: left;
    border-right: 1px solid #eaeaea;
    }
.à-propos .main .numbers-feature {padding-bottom:75px;}

  .main .additional-links {
    background-color: transparent;
    padding: 0;
    margin: 45px 0; }
    .main .additional-links .container {
      padding: 0; }
  @media (max-width: 768px) {
    .main {
      margin: 75px 0 80px; } }

.main__heading {
  font-size: 48px;
  color: #525252;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 25px; }

.main__subheading {
  font-size: 18px;
  color: #004684;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 500; }

.main__text {
  margin: 0 auto;
    min-width: 300px;
    font-size: 16px;
    line-height: 175%;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #525252;
    }
  .main__text img {
    max-width: 100%;
    height: auto;
    width: 100%;
    }
  @media (max-width: 478px) {
    .main__text img[style="float: left;"],
    .main__text img[style="float: right;"] {
      float: none !important;
      display: block;
      margin: 0 auto; } }

.veteran-talent-network .outer-text-container {
	margin-bottom: 50px;	
}

.hubspot-contact-form {
    margin: 100px auto 110px;
    max-width: 1000px; }

.search-results {
  margin: 100px 0 110px;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif; }

.search-results__heading {
  font-size: 48px;
  color: #525252;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 25px; }

.search-results__subheading {
  font-size: 18px;
  color: #004684;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 500; }

.search-results__text {
  font-size: 16px;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 175%;
  color: #525252; }
  .search-results__text p {
    margin: 25px 0; }

.additional-links {
  background-color: #525252;
  color: #ffffff;
  font-size: 0;
  clear: both;
  }
  @media (max-width: 768px) {
    .additional-links {
      /* padding: 45px 0; */
      /* margin: 45px 0; */
      } }
  .additional-links--single .additional-links__link {
 width: 100%;
 max-width: 100%;
 height: 470px;
 padding: 120px 120px 30px;
 }
  .additional-links--triple .additional-links__link {
    width: 57.4468085106383%;
    max-width: 540px; }
    .additional-links--triple .additional-links__link:nth-of-type(2) {
      float: right;
      width: 40.42553191489362%;
      max-width: 380px;
      height: 532px; }
  @media (max-width: 824px) {
    .additional-links .additional-links__link {
      width: 48.93617021276596% !important;
      max-width: 100% !important;
      height: 255px !important;
      float: none !important; }
      .additional-links .additional-links__link:nth-child(2n+1) {
        margin-right: 2.12765957446809%; } }
  @media (max-width: 768px) {
    .additional-links .additional-links__link {
      width: 100% !important;
      max-width: 100% !important;
      height: 382px !important;
      float: none !important;
      }
      .additional-links .additional-links__link:nth-child(2n+1) {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 28px;
        } }

.additional-links__heading {
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 24px 0; }
  .additional-links__heading span {
    color: #ee964b; }
    .additional-links__heading span:after {
      content: '\200B';
      display: block;
      background-color: #ee964b;
      width: 110px;
      position: absolute;
      bottom: -1px;
      height: 3px;
      z-index: 5; }
  .additional-links__heading:after {
    content: '\200B';
    display: block;
    background-color: #eaeaea;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px; }

.additional-links__link {
  width: 48.93617021276596%;
  max-width: 460px;
  height: 255px;
  font-size: 28px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  display: inline-block;
  background-color: #01294C;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  font-weight: lighter;
  }
  .additional-links__link span {
    z-index: 10;
    position: relative;
    }
      .additional-links__link p {
            z-index: 10;
            position: relative;
            font-size: 16px;
            width: 45%;
            MARGIN: AUTO;
            padding: 30px 0 50px;
            min-width: 300px;
            font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
        }
  .additional-links__link::after {
    content: "";
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    background-size: cover; }

.home .additional-links__link p, .home-fr .additional-links__link p {
	padding:46px 0 72px;
}

/*  .additional-links__link:hover::after {
    opacity: 0.25; }*/




  .right-container {
    width: 70%;
    float: right;
}




.accordion {
  margin: 100px 0 110px; }

.accordion-heading {
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 24px 0;
  margin: 0 0 -1px 0; }
  .accordion-heading span {
    color: #ee964b; }
    .accordion-heading span:after {
      content: '\200B';
      display: block;
      background-color: #ee964b;
      width: 110px;
      position: absolute;
      bottom: -1px;
      height: 3px;
      z-index: 5; }
  .accordion-heading:after {
    content: '\200B';
    display: block;
    background-color: #eaeaea;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px; }

.accordion-arrow {
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/images/blue-arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center; }

.accordion__row {
  background-color: #f8f8f8;
  border-top: 1px solid #eaeaea; }
  .accordion__row .accordion-arrow {
    background-image: url(/images/blue-arrow-right.png); }
  .accordion__row .accordion__row-bottom {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out; }
  .accordion__row:last-child {
    border-bottom: 1px solid #eaeaea; }
  .accordion__row.open .accordion-arrow {
    background-image: url(/images/blue-arrow-down.png); }
  .accordion__row.open .accordion__row-bottom {
    max-height: 1000px; }

.accordion__row-top {
  text-decoration: none; }
  .accordion__row-top:hover .accordion__row-top__heading {
    color: #01294C;
    font-weight: 400; }

.accordion__row-top__heading {
  font-size: 29px;
  font-weight: 300;
  color: #525252;
  text-transform: capitalize;
  padding: 32px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.accordion__row-bottom__text {
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif; }
  .accordion__row-bottom__text strong {
    color: #004684;
    font-weight: bold;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.numbers-feature {
  padding: 100px 0; }

.numbers-feature__heading {
  font-size: 13px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 24px 0;
  margin: 0 0 -1px 0; }
  .numbers-feature__heading span {
    color: #ee964b; }
    .numbers-feature__heading span:after {
      content: '\200B';
      display: block;
      background-color: #ee964b;
      width: 110px;
      position: absolute;
      bottom: -1px;
      height: 3px;
      z-index: 5; }
  .numbers-feature__heading:after {
    content: '\200B';
    display: block;
    background-color: #eaeaea;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px; }

.numbers-feature__container {
  border-top: 1px solid #eaeaea;
  padding: 40px 0;
  text-align: center;
  }

.numbers-feature__key-value {
  text-align: center;
  /* display: inline-block; */
  margin: 20px auto;
  display: inline-block;
  line-height: normal;
  width: 100%;
  }
  .numbers-feature__key-value:first-child {
    margin-left: 0; }
  .numbers-feature__key-value:last-child {
    margin-right: 0; }
  @media (max-width: 478px) {
    .numbers-feature__key-value {
      display: block;
      /* margin: 25px 38px; */
      }
      .numbers-feature__key-value:first-child, .numbers-feature__key-value:last-child {
        /* margin: 15px 38px; */
        }
      .numbers-feature__key-value .numbers-feature__value {
        font-size: 46px; } }

.numbers-feature__value {
  color: #484848;
  font-size: 66px;
  font-weight: 500;
  display: inline-block; }

.numbers-feature__key {
  color: #004684;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.slideshow {
  margin: 100px 0 110px;
  background-color: #525252; }
  .slideshow h1 {
    font-size: 26px;
    color: #ffffff;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 50px 0;
    font-weight: 300; }

.slideshow-container {
  width: 100%;
  max-width: 940px;
  height: 435px; }

.slideshow__navigation {
  width: 100%;
  max-width: 940px;
  height: 56px;
  background-color: #004684;
  color: #ffffff; }

.columns {
  margin: 0px 0 0px;
  font-size: 0;
  }
  .columns--1 .columns__column {
    display: block;
    width: 100%; }
  .columns--1 .columns__column__left {
    width: 24%; }
  .columns--1 .columns__column__right {
    width: 76%; }
  .columns--2 .columns__container {
    border-spacing: 20px 0;
    left: -20px;
    right: -20px;
    position: relative;
    width: calc(100% + 40px); }
    @media (max-width: 768px) {
      .columns--2 .columns__container {
        left: 0;
        right: 0;
        width: 100%; } }
  .columns--2 .columns__column {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 768px) {
      .columns--2 .columns__column {
        display: block;
        width: 100%; } }
  .columns--2 .columns__column__left {
    width: 47%;
    height: auto;
    }
  .columns--2 .columns__column__right {
    width: 52%;
    }

.stacking-boxes .columns__container {
  display: table;
  border-collapse: separate;
  width: 100%;
  }

.columns-heading {
  font-size: 28px;
  font-weight: 200;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #004684;
  margin-bottom: 16px; }

.columns__row {
  display: table-row;
  /* position: relative; */
  }
  .columns__row:first-child .columns__column {
    }

.columns__column {
  font-size: 0;
  padding: 40px 0 20px;
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
  }

.columns__column__left {
  display: inline-block;
  font-size: 0;
  vertical-align: top; }
  .columns__column__left img {
    width: 100%;
    height: auto;
    }
  .columns__column__left .button {
    width: 100%;
    margin-top: 20px; }

.columns__column__right {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  vertical-align: top; }
  .columns__column__right h2 {
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 28px;
    line-height: 115%;
    font-weight: 200;
    margin: 0;
    color: #525252;
    }
.home-fr .columns__column__right h2 {
	padding-right:10px;
}
  .columns__column__right p {
    line-height: 25px;
    color: #525252;
    margin: 25px 0;
    }
    .columns__column__right p:first-of-type {
      margin-top: 10px;
      margin-bottom: 16px;
      }

.ezsearch-summary {
  margin-top: 25px; }

footer {
  position:relative;
  z-index:0;
  background-color: #004684;
  color: #ffffff;
  clear: both;
  }

#footer-block-1 p:nth-child(3) {font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 300;}

.footer-links {
  background-color: #004684;
  font-size: 14px;
  padding: 22px 0; }
  .footer-links .row--top .col-2 {
    width: 40%; }
    .footer-links .row--top .col-2:first-child {
      width: 60%; }
  @media (max-width: 773px) {
    .footer-links .col-2 {
      display: block;
      width: 100% !important;
      text-align: center; } }

.footer-legal {
  background-color: #01294C;
  font-size: 12px;
  padding: 12px 0; }
  .footer-legal p {
    margin: 0; }
    @media (max-width: 773px) {
      .footer-legal p {
        margin-bottom: 22px; } }
  @media (max-width: 773px) {
    .footer-legal .col-2 {
      display: block;
      width: 100%;
      text-align: center; } }
  @media (max-width: 773px) {
    .footer-legal {
      padding-top: 22px;
      padding-bottom: 22px; } }

.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .footer-navigation ul li:first-child {
      margin-left: 0; }
    .footer-navigation ul li:last-child {
      margin-right: 0; }
    .footer-navigation ul li a {
      color: inherit;
      text-decoration: none; }

@media (max-width: 773px) {
  .footer-navigation__list {
    margin-bottom: 30px !important; } }

.footer-navigation__list-item {
  position: relative;
  margin: 0 !important;
  padding: 0 23px 0 24px !important; }
  .footer-navigation__list-item:first-child {
    padding-left: 0 !important; }
  .footer-navigation__list-item:last-child {
    padding-right: 0 !important; }
    .footer-navigation__list-item:last-child:after {
      display: none; }
  .footer-navigation__list-item:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px; }
  @media (max-width: 773px) {
    .footer-navigation__list-item {
      display: block !important;
      padding: 15px !important;
      margin: 0;
      text-align: center; }
      .footer-navigation__list-item:first-child {
        padding-left: 15px !important; }
      .footer-navigation__list-item:last-child {
        padding-right: 15px !important; }
      .footer-navigation__list-item:after {
        display: none; } }

.social-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .social-navigation ul li:first-child {
      margin-left: 0; }
    .social-navigation ul li:last-child {
      margin-right: 0; }
    .social-navigation ul li a {
      color: inherit;
      text-decoration: none; }

.social-navigation__list-item {
  margin: 0 15px !important;
  font-size: 18px; }
  .social-navigation__list-item:last-child {
    margin-right: 0 !important; }
    @media (max-width: 773px) {
      .social-navigation__list-item:last-child {
        margin-right: 13px !important; } }
  @media (max-width: 773px) {
    .social-navigation__list-item {
      font-size: 28px; } }

.legal-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .legal-navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .legal-navigation ul li:first-child {
      margin-left: 0; }
    .legal-navigation ul li:last-child {
      margin-right: 0; }
    .legal-navigation ul li a {
      color: inherit;
      text-decoration: none; }

.legal-navigation__list-item a {
  text-decoration: underline !important; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.button, .rte-button {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: auto;
  padding: 14px 33px;
  background: #ccc;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -ms-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  position: relative;
  top: -15px;
  }
  .button--orange, .rte-button--orange {
    background-color: #ee964b; font-size: 16px; font-weight: normal !important; }
    .button--orange:hover, .rte-button--orange:hover {
      background-color: #f0a462; }
    .button--orange:active, .rte-button--orange:active {
      background-color: #f0a462; }

.additional-links__link .button--blue{
	margin-bottom:0px !important;
}

.button--blue, .rte-button--blue {
    background-color: #004684; 
    z-index: 10;
    }
    .button--blue:hover, .rte-button--blue:hover {
      background-color: #004684; }
    .button--blue:active, .rte-button--blue:active {
      background-color: #004684; }

.button--lightblue, .rte-button--lightblue {
    background-color: #027DE7; 
    z-index: 10;
    }
    .button--lightblue:hover, .rte-button--lightblue:hover {
      background-color: #027DE7; }
    .button--lightblue:active, .rte-button--lightblue:active {
      background-color: #027DE7; }


.button--white, .rte-button--white {
    color: #004684; 
	background-color: #fff;
	border: 1px solid #004684;
    z-index: 10;
    }
    .button--white:hover, .rte-button--white:hover {
	  color: #004684;
      background-color: #fff; }
    .button--white:active, .rte-button--white:active {
	  color: #004684;
      background-color: #fff; }


.button--yellow, .rte-button--yellow {
    color: #004684; 
	background-color: #F9A818;
    z-index: 10;
    }
    .button--yellow:hover, .rte-button--yellow:hover {
	  color: #004684; 
      background-color: #F9A818; }
    .button--yellow:active, .rte-button--yellow:active {
	  color: #004684; 
      background-color: #F9A818; }



.button--clear, .rte-button--clear {
    background-color: transparent;
    z-index: 8;
    border: 1px #ffffff solid;
    border-radius: 3px;
    }


.button--clearblue {
	background-color: transparent; 
	border: 1px solid #004684;
	color:#004684;
    z-index: 10;
    }
    .button--clearblue:hover, .rte-button--clearblue:hover {
      background-color: transparent; 
	  border: 1px solid #004684; color:#004684; }
    .button--clearblue:active, .rte-button--clearblue:active {
      background-color: transparent; 
	  border: 1px solid #004684; color:#004684; }


.home .button--clear, .home .button--blue{
      margin: 0px 20px;
}

.home section.main, .home-fr section.main {
    margin-top: 45px;
}

.home .main-navigation {
    background-color: #01294C;
}

.home .main-navigation.main-navigation--short, .home-fr .main-navigation.main-navigation--short {
    background-color: #004684;
}


  .no-touch .button--dropdown:hover .button--dropdown__content, .rte-button--dropdown:hover .button--dropdown__content {
    display: block; }
  .button--short, .rte-button--short {
    padding-top: 10px;
    padding-bottom: 10px;
    }

  .inner-content-container {
    width: 90%;
    /* float: left; */
    margin: auto;
    max-width: 1207px;
}

  .header-text-container p {
    font-size: 24px;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin-top: 0px;
}

  img.wesco-one {
    width: 21%;
    float: left;
    margin: 8%;
    min-width: 300px;
}

.button.button--blue.button--dropdown:hover > .button--dropdown__content{
  display: block;
}

.button--dropdown__content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #004684;
  left: 0;
  right: 0;
  top: 100%;
  padding: 8px 0;
  border-radius: 2px; }
  .button--dropdown__content a {
    display: block;
    width: 100%;
    color: inherit;
    padding: 8px 20px;
    text-decoration: none;
    text-align: left;
    font-weight: 600;
    font-size: 14px; }


   p.our-companies {
    color: #004684;
    width: 53%;
    margin: auto;
    min-width: 300px;
    font-family: 'Open Sans';
    padding-top: 30px;
}



/*
----------------------------------------
  MARC USA UPDATES
----------------------------------------
*/


/*  --------- Site Wide --------- */

.button--orange {
    margin-top: 15px;
}

.footer-break{
  display: none;
}


.header-text-container h1{
  margin-top: 0px;
}


/*  --------- Homepage --------- */



.home .main-navigation .navigation__list-item--search {
    background-color: transparent;
}

.home .header-text-container p, .home-fr .header-text-container p {
    font-size: 57px;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
}

.home .header-text-container {
    width: 70%;
    max-width: 805px;
}

button#see-more:focus {
    outline: none;
}


/*
.home .columns__row:nth-child(2) .columns__column__left, .home .columns__row:nth-child(4) .columns__column__left {
    float: right;
}*/

.header-text-container {
    height: 77%;
    width: 45%;
    min-width: 300px;
    margin-top: 155px;
}

.home-fr .header-text-container{
	margin-top: 225px;
}
.home .header-text-container {
    margin-top: 225px;
}

.home .main__heading {
    text-align: center;
    margin-top: 60px;
}

.home-fr .container{
	z-index: 10;
}

.home .container {
    width:100% !important;
    max-width: 1900px;
    z-index: 10;
}

.home .main__text, .home-fr .main__text {
    margin: 0 auto;
    width: 56%;
    min-width: 300px;
    font-size: 24px;
    line-height: normal;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #525252;
    width: 66.5%;
}

.home .columns--1 .columns__column__left {
    width: 51%;
    /* height: 330px; */
}

.home .columns--1 .columns__column__right {
    width: 49%;
    float: right;
    min-width: 430px;
    margin: auto;
    padding-top: 3%;
    padding-left: 5%;
}

.home .columns--1 .columns__column__right div {
     width: 77%;
}

.home .orange-block .button--clear:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ee964b;
}

.home .columns__column__left img {
    width: 100%;
    height: 100%;
}

.home .columns__column {
    padding: 0px;
}

.home .columns__row:first-child .columns__column {
    border:none;
}

.home .box-slider, .home-fr .box-slider {
    padding: 30px 50px 40px;
    position: relative;
    float: left;
}

.home .columns__container {
  display: table;
  border-collapse: separate;
  width: 100%;
  }

.sub-navigation li.selected a {
    color: #004684;
    font-weight: 800;
    font-size: 12px;
}


.sub-navigation--short {
    position: fixed !important;
    /* height: 40px !important; */
    top: 0px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    z-index: 100;
    display: block;
    -webkit-transition: top .15s ease-in-out, top .15s ease-in-out;
    -moz-transition: top .15s ease-in-out, top .15s ease-in-out;
    -ms-transition: top .15s ease-in-out, top .15s ease-in-out;
    -o-transition: top .15s ease-in-out, top .15s ease-in-out;
    transition: top .15s ease-in-out, top .15s ease-in-out;
    top: 60px;
}

.sub-navigation a:hover {
    color: #004684;
    font-weight: 800;
    font-size: 12px;
}

.main-navigation .navigation__list-item > a:hover {
    border-bottom: 1px #ee964b solid;
}

.main-navigation .navigation__list-item a{
    border-bottom: 1px transparent solid;
}

/*.sub-navigation--short .navigation__list-item--search{
    padding: 15px 30px !important;
    display: block;
    -webkit-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -moz-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -ms-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    -o-transition: padding .15s ease-in-out, padding .15s ease-in-out;
    transition: padding .15s ease-in-out, padding .15s ease-in-out;
}*/



/*.sub-navigation {
    position: fixed;
    height: 60px;
    top: 76px;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    padding: 12px 0;
}*/

.home .box-slider__box-container {
    margin: auto;
    width: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.button-wrapper {
    width: 100%;
    text-align: center;
    clear: both;
}


#see-more {
  border-width: 2px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 2px;
  width: 118px;
  height: 33px;
  background-color: transparent;
  font-size: 13px;
  cursor: pointer;
}

#see-more-clicked {
  border-width: 2px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 2px;
  width: 118px;
  height: 33px;
  background-color: transparent;
  font-size: 13px;
  cursor: pointer;
}



/*  --------- Columns Changes --------- */

.columns__container {
    margin: auto;
    width: 93%;
}

section.columns.columns--2 .columns__column__right {
    font-size: 14px;
    height: auto;
}

section.columns.columns--2 .columns__column__right h2 {
    font-size: 22px;
}

section.columns.columns--2 .columns__row {
    /* border-top: 1px #eeeeee solid; */
}

section.columns.columns--2 .columns__column {
    border-top: 1px #eeeeee solid;
    padding: 40px 0px;
}

section.columns.columns--2 .container {
    margin-bottom: 0px !important;
}

/*  --------- Stacking Boxes --------- */

    /* HR Line Breaks CSS */
        .line-rule {
        height: 5px;
        margin: 17px 0 5px;
        width: 85%;
        }

        .orange-bar {
            width: 7% !important;
            height: 5px;
            border-top: 2px #ee964b solid;
            float: left;
        }


        .blue-rule {
        height: 5px;
        margin: 17px 0 5px;
        }

        .blue-bar {
            width: 7% !important;
            height: 5px;
            border-top: 2px #01294C solid;
            float: left;
        }

        .white-bar {
            width: 93% !important;
            height: 5px;
            float: left;
            border-top: 1px #eeeeee solid;
        }



.search__buttons-container .button.button--orange.button--short {
  position: relative;
  top: 0px;
}

.stacking-boxes.stack-left .columns__row:nth-child(0) .columns__column__left, .stacking-boxes.stack-left .columns__row:nth-child(2) .columns__column__left,
.stacking-boxes.stack-left .columns__row:nth-child(4) .columns__column__left, .stacking-boxes.stack-left .columns__row:nth-child(6) .columns__column__left,
.stacking-boxes.stack-left .columns__row:nth-child(8) .columns__column__left, .stacking-boxes.stack-left .columns__row:nth-child(10) .columns__column__left {
    float: right;
}

/* Stack Right */
.stacking-boxes.stack-right .columns__row:nth-child(1) .columns__column__left, .stacking-boxes.stack-right .columns__row:nth-child(3) .columns__column__left,
.stacking-boxes.stack-right .columns__row:nth-child(5) .columns__column__left,.stacking-boxes.stack-right .columns__row:nth-child(7) .columns__column__left,
.stacking-boxes.stack-right .columns__row:nth-child(9) .columns__column__left,.stacking-boxes.stack-right .columns__row:nth-child(11) .columns__column__left {
    float: right;
}

.stacking-boxes .main__heading {
    text-align: center;
}

.stacking-boxes .container {
    width:100% !important;
    max-width: 1900px;
}

.stacking-boxes .image-block {
    max-height: 420px;
    min-height: 360px !important;
}

.value-added-solutions .stacking-boxes .image-block {
    max-height: 1000px;
}

.stacking-boxes .main__text {
    margin: 0 auto;
    width: 56%;
    text-align: center;
    min-width: 300px;
    font-size: 20px;
    line-height: normal;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.stacking-boxes .columns--1 .columns__column__left {
    width: 51%;
     height: 100%; 
}

.stacking-boxes .columns--1 .columns__column__right {
    width: 47%;
    float: right;
    min-width: 430px;
    margin: auto;
    padding-top: 3%;
    padding-left: 2%;
    padding-right: 5px;
    /*  padding-top: 100px;
    padding-right: 50px;
    font-size: 14px;
    padding-left: 80px;*/
}

.stacking-boxes .columns--1 .columns__column__right div {
     width: 90%;
}

   

.stacking-boxes .columns__column__left img {
    width: 100%;
    height: 100%;
}

.stacking-boxes .columns__column {
    padding: 0px;
    /* position: relative; */
}

.stacking-boxes section.columns.columns--1 {
    margin: 0px 0 0;
}

.stacking-boxes .columns__row:first-child .columns__column {
    border:none;
    height: inherit;
}

.stacking-boxes .columns__row .columns__column{
  float: left;
}

.stacking-boxes .box-slider {
    padding: 30px 50px 40px;
    position: relative;
    float: left;
}

.sub-navigation {
    position: fixed;
    box-shadow: 0px 1px 0px #eeeeee;
    padding: 12px;
    width: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    display: none;
}

.sub-navigation--short ul {
    /* margin-top: 7px !important; */
}

.stacking-boxes .box-slider__box-container {
    margin: auto;
    width: 100%;
    text-align: center;
}

.box-slider__box .box-images {
    width: 100%;
}

.box-slider__box {
    text-align: left;
    height: 420px;
    position: relative;
    display: none;
}

.ca .box-slider__box, .home-fr .box-slider__box {
	height:480px;
}

div.orange-block {
    background-color: #ee964b;
    position: relative;
    width: 100%;
    z-index: 10;
    float: left;
    text-align: center;
}

div.orange-block h3{
  z-index: 10;
  display: inline;
  color: #ffffff;
  width: 100px;
  position: relative;
  font-size: 30px;
  margin: 0 110px;
  line-height: 70px;
  font-family: 'Lora';
  font-weight: lighter;
}

div.orange-block a{
    line-height: 10px;
    position: relative;
    top: -10px;
}


/*  --------- Updated Subnav --------- */


.all-around-the-world .subnav-wrap.home-subnav, .a-cleaner-world .subnav-wrap.home-subnav, .a-safer-world .subnav-wrap.home-subnav, .a-connected-world .subnav-wrap.home-subnav   {
    display: block;
}


.sub-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: lighter;
    color: #525252;
    font-size: 12px;
}

.sub-navigation ul {
    position: relative;
    width: 90%;
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sub-navigation li {
    display: inline-block;
    padding: 3px 25px;
    color: #525252;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
}

.sub-navigation li:first-child {
    border-right: 1px #000000 solid;
}

li.navigation__list-item.selected > a {
    border-bottom: 1px #ee964b solid;
}

/*Our Companies*/

.our-companies{
  margin: 0px !important;
}

.companies-map span.tooltip {
    padding: 2px 5px;
    background: #004684;
    box-shadow: 0px 0px 0px 0px #515151;
    border-radius: 0px;
    font-size: 10px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    line-height: 18px;
    color: #ffffff;
    font-weight: lighter;
}

span.tooltip.top img {
    width: 10px;
    display: inline;
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    height: 10px;
}

.companies-map span.tooltip.top{
    left: -75%;
    top: -35px;
    min-width: 70px;
    z-index: 10;
}

.tab-content--world .tab-item {
    height: initial;
    font-size: 18px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    line-height: 15px;

}

.world-col a {
    font-size: 16px;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    line-height: 175%;
    color: #004684;
    text-decoration: none;
}

.world-col a:hover {
	color: #004684;	
}

.marker1 span.tooltip.top {
    top: -31px;
    left: -24px;
}

.marker2 span.tooltip.top {
    top: -34px;
    left: -22px;
}

.marker3 span.tooltip.top {
    top: -29px;
    left: -24px;
}

.marker4 span.tooltip.top {
    top: -33px;
    left: -22px;
}

.marker5 span.tooltip.top {
    top: -28px;
}

.marker8 span.tooltip.top {
    top: 20px;
    left: -24px;
}

.marker8 .up-arrow {
    top: -10px;
    left: -24px;
}

.marker9 .up-arrow {
    top: -11px;
    left: -25px;
}

.marker9 span.tooltip.top {
    top: 18px;
    left: -26px;
}

.marker7 .down-arrow {
    top: -11px;
    left: 0px;
}

.marker7 span.tooltip.top {
    top: -30px;
    left: -22px;
}

.marker10 .down-arrow {
    top: -11px;
    left: 0px;
}

.marker10 span.tooltip.top {
    top: -32px;
    left: -22px;
}

.marker12 span.tooltip.top {
    top: -30px;
    left: -24px;
}

.marker11 span.tooltip.top {
    top: -28px;
    left: -24px;
}

.marker13 span.tooltip.top {
    top: -29px;
    left: -24px;
}

.marker14 span.tooltip.top {
    top: -28px;
    left: -25px;
}

.marker15 .up-arrow {
    left: -20px;
    top: -11px;
}

.marker15 span.tooltip.top {
    top: 19px;
    left: -24px;
}


/*  --------- MARC USA Updates Footer --------- */


.by-mail {
    display: inline-block;
    float: left;
}

.footer-mail-address {
    display: inline-block;
    float: left;
    width: 79%;
    padding-left: 3px;
}

#inner-footer-container ul{
    list-style-type: none;
    line-height: 20px;
    font-weight: lighter;
    padding-left: 40px;
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

  #inner-footer-container ul li {
    padding-bottom: 15px;
  }

.footer-blocks h4{
	font-size: 1rem !important;
	font-weight: bold;
    padding-left: 40px;
    margin-bottom: 4px;
    margin-top: 12px;
}

#inner-footer-container{
    width: 100%;
    margin: auto;
    background-color: #004684;
    float: left;
    padding: 30px 0% 10px 5%;
}

div.footer-blocks {
    float: left;
    min-width: 190px;
    height: 360px;
    margin-bottom: 20px;
}

div#footer-block-1 {
    width: 20%;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 12px;
    line-height: 17px;
    padding-right: 19px;
    border-right: 1px #004684 solid;
}

div#footer-block-2 {
    width: 20%;
    border-right: 1px #004684 solid;
}

div#footer-block-2a {
    width: 100%;
    float: left;
}

div#footer-block-2b {
    width: 100%;
    float: left;
}

div#footer-block-3 {
    width: 20%;
    border-right: 1px #004684 solid;
}

div#footer-block-4 {
    width: 20%;
}

div#footer-block-5 {
    width: 20%;
}


#footer-block-2a li {
    width: 100%;
}

div#lower-footer-block {
    clear: both;
    background-color: #01294C;
    width: 100%;
    padding: 0 5%;
}

.privacy-policy .main__text h1, .policies-and-guidelines h1 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 48px;
	line-height:120%;
}

span.privacy {
    float: right;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 0;
}

span.copyright {
    font-size: 12px;
}

span.privacy a{
    color: #ffffff;
    text-decoration: none;
}

img#footer-wesco-logo {
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: .5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#footer-block-4 a {
    position: relative;
    padding-left: 30px;
}

#footer-block-5 a {
    position: relative;
    padding-left: 30px;
}

img.social-share-footer-icons {
    position: absolute;
    top: -3px;
    left: -3px;
}

#footer-block-5 img.social-share-footer-icons {
    position: absolute;
    top: 1px;
    left: 0px;
}

footer .container {
    max-width: 100%;
}

#inner-footer-container a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}


/*  --------- About Page --------- */


h3.numbers-feature__value {
    margin: 0px;
}

img.numbers-feature__key {
    width: 40px;
    height: 40px;
    margin: auto;
}

.landing-page .lower-content {
    float: left;
    clear: both;
}


.inner-wrapper {
    max-width: 1207px;
    margin: auto;
    /* width: 100%; */
}

.inner-copy-block {
    width: 59%;
    float: left;
}

.inner-content-container .inner-wrapper {
    max-width: 100%;
    min-width: 320px;
    float: left;
    margin-bottom: 50px;
}


span.numbers-feature__value.dollar-sign {
    font-size: 56px;
    position: relative;
    left: -4px;
}


/*  --------- About Page Lower Number Block --------- */

.lower-number-container {
    width: 90%;
    margin: auto;
    max-width: 1207px;
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}

.lower-number-container .numbers-feature__key-value {
    display: inline-block !important;
    width: 20%;
    min-width: 176px;
    margin-right: 2%;
    margin-left: 2%;
}

.lower-number-container img.numbers-feature__key{
    width: auto;
    height: auto;
    margin-bottom: 25px;
}


.lower-number-container .numbers-feature__key{
    max-width: 200px;
    margin: auto;
}

.lower-number-container .numbers-feature__heading:after{
    width: 35%;
}


.pre-number-text{
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    bottom: 5px;
    right: 5px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.lower-number-container .numbers-feature__heading{
    text-align: left;
    margin-bottom: 30px;
}


.lower-number-container .numbers-feature__heading span:after{
    width: 40px;
}


span.number-sign {
    font-size: 42px;
    vertical-align: top;
}

.lower-number-container .numbers-feature__value{
  color: #525252;
}


/*  --------- Our Companies Page --------- */


.tabs{
  border-bottom: none !important;
}

.tab-row:last-child {
    border: none;
}

p.inner-lead-text {
    width: 100%;
    max-width: 850px;
    font-size: 16px;
    color: #525252;
    font-weight: lighter;
    margin: 0px auto 67px;
    position: relative;
}

.down-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #004684;
    top: -9px;
    position: absolute !important;
    left: -1px;
    z-index: 10;
}

.up-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #004684;
  z-index: 10;
}


.marker1 .down-arrow {
    left: 0px;
}

.marker2 .down-arrow {
    left: 0px;
    top: -13px;
}

.marker3 .down-arrow {
    left: -1px;
}

.marker4 .down-arrow {
    left: 0px;
    top: -12px;
}

.marker5 span.tooltip.top {
    top: -28px;
}

.marker6 span.tooltip.top {
    top: -31px;
    left: -23px;
}

/* Add inside tooltip */
/*<div class="down-arrow"></div>*/

span.county-header {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #004684;
}

.tab-content.tab-content--canada {
    margin-bottom: 110px;
}

.tab-content {
    max-width: 1220px;
    margin: auto;
}

.companies-map {
    padding: 0px;
    margin: 100px auto 80px;
    background-image: url(/media/1173/map.png);
    width: 1011px;
    height: 510px;
    background-repeat: no-repeat;
    min-width: 1000px;
}


img.marker {
    width: 20px;
    height: 20px;
    position: relative;
}

img.marker1.marker {
    top: 120px;
    left: -200px;
}

img.marker2.marker {
    top: 190px;
    left: -190px;
}

img.marker3.marker {
    top: 240px;
    left: -217px;
}

img.marker4.marker {
    top: 317px;
    left: -168px;
}

img.marker5.marker {
    top: 344px;
    left: -179px;
}

img.marker6.marker {
    top: 410px;
    left: -190px;
}

img.marker7.marker {
    top: 148px;
    left: -27px;
}

img.marker8.marker {
    top: 193px;
    left: -60px;
}

img.marker9.marker {
    top: 159px;
    left: -46px;
}

img.marker10.marker {
    top: 148px;
    left: -39px;
}

img.marker11.marker {
    top: 331px;
    left: -65px;
}

img.marker12.marker {
    top: 248px;
    left: 7px;
}

img.marker13.marker {
    top: 210px;
    left: 122px;
}

img.marker14.marker {
    top: 270px;
    left: 96px;
}



/*  --------- What We Do Page --------- */

.outer-wrapping-container {
    max-width: 1270px;
    margin: auto;
}

.what-we-do span.tooltip {
    padding: 2px 5px;
    background: #004684;
    box-shadow: 0px 0px 0px 0px #515151;
    border-radius: 0px;
    font-size: 10px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    line-height: 18px;
    color: #ffffff;
    font-weight: lighter;
}

.small-map-marker:hover > span, .small-map-marker:hover > div{
  display: block !important;
}


.what-we-do span.tooltip.top {
    min-width: 100px;
    z-index: 10;
}

.what-we-do span.tooltip.top img {
    width: 10px;
    display: inline;
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    height: 10px;
    min-width: 10px;
}

.small-map-marker span, .small-map-marker .down-arrow{
    display: none;
}

.hidden{
  display: none;
}

span.subheading{
    font-size: 24px;
    color: #004684;
    font-weight: 300;
    font-family: "Open Sans";
}

.full-size-image {
    position: relative;
    float: left;
    width: 100%;
}



/* Map Markers */



.small-map-marker {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline;
}

.whatwedo-cols img.marker.dot {
    max-width: 20px;
    min-width: 20px;
    margin: 0px;
}

.small-map-marker1 {left: 279px;top: 245px;}

.small-map-marker2 {left: 120px;top: 222px;}

.small-map-marker3 {
    top: 205px;
    left: 140px;
}

.small-map-marker4 {
    top: 253px;
    left: 80px;
}

.small-map-marker5 {
    top: 281px;
    left: 138px;
}

.small-map-marker6 {
    top: 287px;
    left: 133px;
}

.small-map-marker7 {
    top: 259px;
    left: 134px;
}

.small-map-marker8 {
    top: 267px;
    left: 66px;
}

.small-map-marker9 {
    top: 234px;
    left: 101px;
}

.small-map-marker10 {
    top: 217px;
    left: 360px;
}



@media all and (max-width: 1024px) {

	.small-map-marker {
		display: none; 
	}
	
}



/*  --------- Corp Responsibility --------- */

.corp-responsibility-cols {
    width: 50%;
    float: left;
}

.row {
    width: 90%;
    margin: auto;
}

.corporate-responsibility section.columns.columns--1 {
    clear: both;
}

.corp-responsibility-cols img {
    width: 40%;
    height: auto;
    float: left;
    margin: 25px;
}


.corp-box-content {
    float: left;
    width: 49%;
}
.corp-box-content h3 {
    margin: 20px 0 0;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 22px;
    color: #525252;
}

.corp-box-content .main__text p {
    margin: 0 0 0 0;
}

.corp-box-content p {
    margin: 10px 0;
    font-size: 14px;
    color: #525252;
}

/*.corporate-responsibility .header-text-container {
    width: 60%;
    margin-top: 60px;
}
*/
/*.corporate-responsibility .header-text-container p {
    width: 84%;
}*/

.corporate-responsibility .main__text .container .row {
  border-bottom: 1px solid #eeeeee;
}

.corporate-responsibility .columns__container { 
  border-top: 1px solid #eeeeee;
}

.corporate-responsibility .stacking-boxes .columns__container {
  border-top: 0;
}

.corporate-responsibility section.columns.columns--2 .columns__column {
  border-top: 0;
}


/*  --------- What We Do --------- */

section.columns.columns--2 {
    max-width: 1190px;
    margin: auto;
}


.whatwedo-cols {
    width: 100%;
    float: left;
    margin: auto;
}

.row {
    width: 90%;
    margin: auto;
}

.whatwedo-cols img {
    margin: 0 auto;
    width: 1190px;
    position: relative;
    display: block;
}


.whatwedo-box-content {
    float: left;
    width: 100%;
    padding: 0px 0px 80px 0px;
}
.whatwedo-box-content h3 {
    margin: 0px 0 0;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 28px;
    color: #525252;
    font-weight: 300;
}

.whatwedo-box-content .main__text p {
    margin: 0 0 0 0;
}

.whatwedo-box-content p {
    margin: 30px 0;
    font-size: 16px;
    color: #525252;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    line-height: 24px;
}


.button--dropdown__content{

}


/*  --------- Careers Lower --------- */

.button--clear:hover {
    background-color: #004684;
    border-color: #004684;
}

p.career-title {
    font-size: 20px;
    font-weight: lighter;
    margin: 0px 0;
    color: #525252;
}

p.career-date {
    font-size: 14px;
    margin: 0px 0;
    color: #525252;
}

p.career-location {
    margin: 0px;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 14px;
    color: #525252;
}

p.career-link a {
    font-weight: bold;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 14px;
    text-decoration: none;
    color: #525252;
    margin: 0px;
}

p.career-link {
    margin: 0px;
}

.event {
    margin: 15px 0px;
}

.career-additional-links__link{
      height: 390px !important;
}

.additional-links__link{
    background-size: cover;
}

.careers-col-right {
    width: 65%;
    float: left;
    min-width: 320px;
}

.careers-col-left {
    width: 35%;
    float: left;
    min-width: 320px;
}

.row {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.careers-cols img {
    height: auto;
    /* float: left; */
    margin: auto;
    min-width: 240px;
    width: 100%;
    max-width: 420px;
    /* padding: 50px; */
    position: relative;
    padding: 20px 30px;
}

.listings-wrapper {
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    border-right: 1px #eeeeee solid;
    height: 370px;
}

.inner-listings {
    top: 0px;
    position: relative;
    display: none;
}

.inner-listings1 {
    display: block;
}

button:focus {outline:0;}

.show-more {
    margin-top: 30px;
}


#nxt, #prev{
    border-width: 2px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 2px;
    width: 118px;
    height: 33px;
    background-color: transparent;
    font-size: 13px;
    cursor: pointer;
}


.careers-box-content {
    float: left;
    width: 100%;
    padding: 20px 70px;
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 14px;
    line-height: 28px;
}
.careers-box-content h3 {
    margin: 20px 0 0;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 28px;
    color: #525252;
}

.careers-page div.orange-block {
    display: none;
}

.careers-box-content .main__text p {
    margin: 0 0 0 0;
}

.careers-box-content p {
    margin: 10px 0;
    font-size: 14px;
    color: #525252;
    font-weight: normal;
}

.careers-even-content {
    margin: 46px auto;
    width: 100%;
    height: auto;
}

.careers-page div.additional-links__link, .carrières div.additional-links__link {
    height: 390px;
}

.careers-page .button--orange {
    background-color: #004684;
}


/* Search Page */

.search header#header {
    display: none;
}


/* Subpage Rules */

body.sub-page.contact header#header {
    display: none;
}

body.sub-page.privacy-policy header#header {
    display: none;
}

.politique-de-confidentialité h1 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 48px;
}

.outer-text-container {
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 400px;
    /*margin-bottom: 20px; Commented out to resolve TODO: 370983142*/
}

.product-service-portfolio .stacking-boxes .columns--1 .columns__column__right, .gamme-de-produits-et-services .stacking-boxes .columns--1 .columns__column__right {
    padding-top: 6%;
}

.product-service-portfolio p.inner-lead-text {
    margin: 0px auto 90px;
}

.a-connected-world .outer-text-container, .a-safer-world .outer-text-container,
.a-cleaner-world .outer-text-container, .sustainability .outer-text-container,
.community .outer-text-container, .wesco-foundation .outer-text-container,
.all-around-the-world .outer-text-container{
    margin-bottom: 400px;
}


.sustainability .header-text-container h1 {
   text-shadow: 1px 1px 10px rgba(0,0,0,1);
}

/* Stacking Boxes Animation  */


.is-hidden {
    visibility: hidden;
}
.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }

  
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }

 
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

}


/* Homepage Callout Banner */


.alert-block-end{
  position: relative;
  bottom: 60px;
  color: #ffffff;
  background: #004684;
  overflow: hidden;
  font-size: 0;
  width: 100%;
  border-top: 1px #ee964b solid;
}


/* Contact page */




.hs-form .hs-button {
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: auto;
    padding: 14px 22px;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    background-color: #ee964b;
}


/* Value Added Solutions */
/*
.value-added-solutions header#header {
    height: 750px;
}*/

.value-added-solutions .stacking-boxes .image-block, .solutions-à-valeur-ajoutée .stacking-boxes .image-block{
  min-height: 600px !important;
  width: 54% !important;
  background-position: right;
}

.value-added-solutions .stacking-boxes section.columns.columns--1, .solutions-à-valeur-ajoutée .stacking-boxes section.columns.columns--1 {
  margin: 0px;
}

.value-added-solutions .stacking-boxes .columns--1 .columns__column__right, .solutions-à-valeur-ajoutée .stacking-boxes .columns--1 .columns__column__right {
  padding-top: 100px;
  padding-right: 50px;
  font-size: 14px;
  padding-left: 80px;
  width: 46%;
  padding-bottom: 80px;
}

/* Strategic Supplier Partnerships */


/* Slider */

.full-size-image img {
    max-height: 500px;
}

.panel2{
    position: absolute;
    left: 1500px;
}

.panel3{
  position: absolute;
  left: 3000px;
}

.panel4{
  position: absolute;
  left: 4500px;
}

.panel5{
  position: absolute;
  left: 6000px;
}

.logo-row {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 170px;
}

.logo-slider {
    float: left;
    width: 100%;
    margin: auto;
    clear: both;
    margin-bottom: 50px;
    overflow-x: hidden;
}

.sublogo-slide{
  display: none;
}

.subLogos {
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
    border-top: 2px #eaeaea solid;
    text-align: center;
}

.subLogos .sublogo-item {
    width: 31%;
    min-width: 140px;
    text-align: center;
    padding: 10px 0px;
    margin: 10px;
    display: inline-block;
}

.logo-wrapper {
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
    max-width: 1210px;
}

img.left-slider-arrow {
    position: relative;
    left: 0px;
    height: 120px;
    width: 40px;
    float: left;
    z-index: 10;
    top: 80px;
    cursor: pointer;
}

img.right-slider-arrow {
    position: relative;
    right: 0px;
    height: 120px;
    width: 40px;
    float: right;
    z-index: 10;
    top: 80px;
    cursor: pointer;
}

.logo-row.logo-row-top {
    width: 100%;
    margin: auto;
    /* float: left; */
    max-width: 1160px;
}

.logo-row div {
    margin: 20px 6px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 365px;
    height: 80px;
}

.slider-image img {
    width: auto;
    display: inline-block;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.main__text .logo-slider .slider-header {
    width: 85%;
    margin: auto;
    margin-bottom: 40px;
}

.main__text .logo-slider .slider-header h2{
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 28px;
}

.load-more-subtier {
    clear: both;
    width: 15%;
    text-align: center;
    margin: 30px auto;
    min-width: 160px;
}

.slider-dots img {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
}

.slider-dots {
    clear: both;
    width: 10%;
    margin: auto;
    text-align: center;
    min-width: 100px;
}

/* Contact Form */

select.hs-input {
    display: inline-block;
    width: 210px;
    height: 28px !important;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

div.subnav-wrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: white;
  height: auto;
  top: 99%;
  padding: 11px 0 12px;
  box-shadow: 0px 1px 0px #888888;
  z-index: 1000;
}

.selected .subnav-wrap {
    display: block;
}

/*.clicked > div.subnav-wrap {
    display: block;
	z-index: 10000;
}*/


.corporate-responsibility ul.navigation__list .selected .subnav-wrap, .what-we-do ul.navigation__list .selected .subnav-wrap{
  display: block;
}


ul.navigation__list ul.sublevel {
    width: 100%;
    text-align: center;
}

ul.navigation__list ul.sublevel li:first-child {
  min-width: 170px;
  margin-right: 20px;
}

ul.navigation__list ul.sublevel li {
  display: inline-block;
    padding: 3px 0px;
    color: #525252;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 170px;
        width: 24%;
        max-width: 220px;

}

ul.navigation__list ul.sublevel li:first-child a {
    border-right: 1px #000000 solid;
}

ul.navigation__list ul.sublevel li a {
    padding: 0 !important;
    color: #464646;
    margin: 0;
    font-weight: lighter;
    font-size: 12px !important;
    white-space: pre-wrap;

/*    min-width: 230px;
*/}

ul.navigation__list ul.sublevel li.selected a {
  color: #004684;
  font-weight: 800;
}

.main-navigation .navigation__list .sublevel a {
  transition: none !important;
}

ul.navigation__list ul.sublevel li:hover a {
  color: #004684;
  font-weight: 800;
}

.main-navigation .navigation__sub-list:hover > .navigation__sub-list__list-item {
  opacity: 1.0 !important;
}

.main-navigation--short .wesco-logo {
    /* padding: 5px 0 0; */
}

.plus-button {
  position: absolute;
  left: 80%;
  display: none;
  font-size: 24px;
  z-index: 10;
}


.careers .additional-links__link a.button.button--clear, .carierres .additional-links__link a.button.button--clear {
    margin-left: 30px;
    width: 230px;
}

.careers .main, .carrières .main {
    margin: 72px 0 0px;
}

.container.career-fairs-wrapper {
  margin: 0 auto;
  float: none;
}

.small-font {
  font-size: 0.8em !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

/* Rules for all IE Browsers  */
  .dot{
    border:none !important;
  }
  
}


/* Alert Box Styles */

#alert-box {
    position: absolute;
    right: 70px;
    bottom: 180px;
    width: 210px;
    height: auto;
    background-color: #ffffff;
    display: table;
    z-index: 10;
    overflow: hidden;
}

#alert-title-box {
    width: 100%;
    color: #004684;
    vertical-align: middle;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#alert-title-box i {
    font-size: 30px;
    display: inline-block;
    padding: 0px 0;
    position: relative;
    top: 4px;
}

#alert-title{
  -moz-transition: opacity .7s ease-in;
  -webkit-transition: opacity .7s ease-in;
  -o-transition: opacity .7s ease-in;
  -ms-transition: opacity .7s ease-in;
  transition: opacity .7s ease-in;
}

#alert-title-box #alert-title {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 100;
    font-size: 19px;
    margin-left: 7px;
}

#alert-box #alert-text {
    position: relative;
    /* overflow: hidden; */
    height: 0px;
    top: -35px;
}

#alert-box #alert-text .inner-alert-text{
    padding: 5px;
    padding-top: 12px;
    opacity: 0;
    -moz-transition: opacity .75s ease-in;
    -webkit-transition: opacity .75s ease-in;
    -o-transition: opacity .75s ease-in;
    -ms-transition: opacity .75s ease-in;
    transition: opacity .75s ease-in;
    text-align: center;
    top: -2px;
    position: relative;
    border-top: 8px #004684 solid;
}





.circle-holder {
    position: absolute;
    right: 43px;
    bottom: 174px;
    background-color: #004684;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    z-index: 10;
    cursor: pointer;
}

.circle {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #004684;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    z-index: 1;
}

.circle-holder i{
  z-index: 2
}

.circle-holder img.marker.dot {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -11px !important;
    left: -10px;
    z-index: -1;
    display: inline !important;
}

#alert-text{
    -moz-transition: height .7s ease-in;
    -webkit-transition: height .7s ease-in;
    -o-transition: height .7s ease-in;
    -ms-transition: height .7s ease-in;
    transition: height .7s ease-in;
}

#alert-text h4 {
    margin: 0px 0 0px 0;
    font-weight: bold;
    font-size: 30px;
    color: #004684;
}

#alert-text h3 {
    font-weight: 600;
    font-size: 16px;
    color: #004684;
    margin: 0px auto;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 2px #004684 solid;
    width: 30%;
}

#alert-text p {
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin: 0px auto;
    font-size: 16px;
    color: #525252;
    width: 70%;
    line-height: 26px;
    margin-bottom: 10px;
}

#alert-text a {
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/* World Section Style */
.world-container {
    width: 80%;
    margin: auto;
}

.world-row {
    width: 100%;
    text-align: center;
}

.world-item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    min-width: 110px;
}

.world-item:first-child {
    border-right: 1px #eaeaea solid;
}

.world-item:last-child {
    border-left: 1px #eaeaea solid;
}

.world-item p {
	font-size:16px;
    margin: 0px 0;
}

.world-item img {
    max-width: 100%;
    height: auto;
    width: 80%;
}

.world-img-wrap {
    min-height: 135px;
}




.world-item img {
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    -ms-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
}
.world-img-wrap:hover > img {
    width: 100%;
}

/* Doing Business */

.doing-business a, .doing-business p, .doing-business ul, .ezsearch-result a {
    color: #004684;
    font-size: 24px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    margin: 15px 0px;
    font-weight: 300;
}

.doing-business a img {
    width: 20px;
    height: 20px;
}

.doing-business ul{
    list-style-type: circle;
}

.doing-business li{
    list-style-type: circle;
    padding: 5px 0px;
  }

.doing-business {
    width: 80%;
    margin: auto;
    margin-bottom: 70px;
}

/*Error Page*/

.errorpage section.main {
    display: none;
}

.ezsearch-result h2 {
    margin-bottom: 5px;
}

.ezsearch-result p {
    margin-top: 0;
    margin-bottom: 30px;
}

p.anchor-menu {
    margin: 0 auto 67px;
    text-align: center;
    max-width: 870px;
}

p.anchor-menu a {
    display: inline-block;
    margin: 8px 0;
    width: 24%;
    vertical-align: middle;
    color: #004684;
    text-decoration: none;
    border-right: 1px solid #ddd;
    padding: 7px 3%;
    height: 71px;
    line-height: 50px;
}

p.anchor-menu a span {
    line-height: normal;
    display: inline-block;
}

p.anchor-menu a:nth-child(4n) {
    border-right: 0;
}

p.anchor-menu {
    margin: 0 auto 67px;
    text-align: center;
    max-width: 870px;
}


p.anchor-menu a {
    display: inline-block;
    margin: 8px 0;
    width: 24%;
    vertical-align: middle;
    color: #004684;
    text-decoration: none;
    border-right: 1px solid #ddd;
    padding: 7px 3%;
    height: 71px;
    line-height: 50px;
	font-size:16px;
}

p.anchor-menu a span {
    line-height: normal;
    display: inline-block;
}

p.anchor-menu a:nth-child(4n) {
    border-right: 0;
}

@media all and (max-width: 768px) {
	
	p.anchor-menu a:nth-child(4n) {
	    border-right: 1px solid #ddd;
	}
	
	p.anchor-menu a:nth-child(3n) {
	    border-right: 0;
	}
	
	p.anchor-menu a {
	    display: inline-block;
	    margin: 8px 0;
	    width: 27%;
	}
}

@media all and (max-width: 500px) {
	
	p.anchor-menu a {
	    display: inline-block;
	    margin: 8px 0;
	    width: 94%;
	    border: 0 !important;
	}
	
}



/* WIS Page Styles */

.integrated .numbers-feature__key-value{
  text-align: left;
  margin: 10px auto;
}

.integrated .left-sub-text{
  color: #525252;
  font-weight: normal;
}

.integrated .left-sub-text.address{
  line-height: 30px;
}

.integrated .wis-is{
  width: 157px;
  height: 42px;
}

@media screen and (max-width: 1240px) and (min-width: 1024px){
  .integrated .main .numbers-feature{
      padding-left: 32px; 
  }
}


@media screen and (max-width: 700px){
  .integrated .right-container {
      width: 100%;
  }
  .integrated h2.numbers-feature__key {
      margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px){
  .integrated .main .numbers-feature{
          padding-left: 10px;
  }
}


/* Policy and Guideline */
.policies-and-guidelines header{
  display: none;
}


/* Lighting */

.subnav-wrap .subnav-wrap {
	display: none !important;	
}

.noPaddingX {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.main-h1 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    color: #01294C;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;	
	margin-top: 90px;
}

.section-headline {
	color: #447aa0;
	background-color: #f5f9fc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 12px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5rem !important;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-left: -.875rem;
	margin-right:  -.875rem;
	margin-top: 48px;
	margin-bottom: 48px;
}

.bottom {
	margin-bottom: 0;
	position: absolute; 
	bottom: 0;
}

.bottom a.button {
	margin-bottom: 0;
	position: relative;
	top: 0;
}

.main-body {
	font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 22px;
    width: 100%;
    margin: 48px auto;
    color: #525252;
    line-height: 1.6;	
}	

.project-title {
	color: #01294C;
    font-size: 1.2rem;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 16px;
}

.project-title a { 
	color: #01294C;
}

.project-excerpt {
	font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #525252;	
}

.project-headline {
	color: #004684;
	font-size: 38px;
	margin-bottom: 32px;
}

.project-subhead {
	color: #004684;
	font-size: 22px;
	margin-bottom: 32px;
}

.related-project p {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #01294C;
}

.main-content {
	font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #525252;	
}

.main-content ul {
	margin: 32px 0 32px 20px;	
}

.main-content ul li {
	margin-bottom: 16px;	
}

.main-content .button {
	top: 0 !important;	
}

.image-container {
	width: 50%;
    margin: 0 0 3% 5%;
    float: right;
}

.image-full {
	margin-bottom: 20px;	
	width: 100%;
}

.image-half {
	float: left;
	width: 48%;
}

.first-image {
	margin-right: 4%;	
}

.main-content h4 {
	font-weight: bold;	
	margin-top: 40px;
}

.main-content h4:first-child {
	margin-top: 0;	
}

.main-feature .main-content {
	font-size: 22px; 
	line-height: 1.8;
	margin: 48px 0;
	color: black;
}

.hr {
	height: 1px;
	width: 100%;
	background-color: #EFEFEF;
	margin: 48px 0 60px;
}

.desktop-hide {
	display: none;
}

.mobile-hide {
	display: block;
}

.mobile-only {
	display: none;
}

.related-projects-services .project-bg-image {
	height: 215px;
	width: 100%;
	background-size: cover;
	margin-bottom: 30px;
	background-position: center center;
}

.desktop-tablet-show {
	display: block;
}


/*a.lighting {
	display: none !important;
}*/

span.lighting {
	display: none !important;
}

a.éclairage {
	display: none !important;
}

span.éclairage {
	display: none !important;
}

@media all and (max-width: 1024px) {
	.desktop-hide {
		display: block;
	}
	
	a.éclairage {
		display: block !important;
	}

	span.éclairage {
		display: block !important;
	}
	
	.related-projects-services .project-bg-image {
		height: 315px;
		width: 100%;
		background-size: cover;
		margin-bottom: 30px;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.project-headline {
        font-size: 28px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
	
	.mobile-clear {
		clear: both;
	}

    .project-subhead {
        font-size: 20px;
        margin-bottom: 32px;
    }
	
	.image-container {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.main-h1 {
		margin-top: 40px;
	}	
	
	.bottom {
		position: relative; 	
	}
	
	.service-container .large-4 {
		margin: -48px 0 0 0 !important;
		width: 100%;
	}
	
	.service-container .large-4 img {
		width: 100%;
	}
	
	.service-container .large-8 {
		margin-top: 32px;	
	}
	
	.service-container .large-8 .bottom {
		margin-top: 32px;	
	}
}

.section .main__text a {
	text-decoration: underline;	
}

h3.icon-header {
    min-height: 50px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 80px;
    position: relative;
    padding-top: 7px;
}

h3.icon-header img {
    position: absolute;
    left: 0;
    top: 0;
}

.icon-list-section { 
	margin-top: 32px;	
}

.icon-list-section ul {
    margin: 10px 0 32px 100px;
}

.z-pattern-image img {
    width: 100%;
    display: block;
    margin-bottom: 32px;
}

.project .main-content ul {
	margin-left: 48px;
}

.project-image img {
    display: block;
    width: 100%;
}

.related-project img {
	width: 100%;
	display: block;
}

.video-wrapper iframe {
    max-width: 100%;
}

.mobile-only > .cell {
	margin: 0;
	width: 100%;
}

@media all and (max-width: 767px) {
	.project-2, .project-3 {
		display: none;
	}
	
	.subheading {
		font-size: 22px !important;
		padding: 0 12px;
	}
	
	.icon-list-section {
		margin-top: 0;
	}
	
	.related-projects-services .project-bg-image {
		height: 215px;
		width: 84%;
		margin: 0 8%;
		background-size: cover;
		margin-bottom: 30px;
	}
	
	.related-project {
		margin: 0 0 60px !important;
		width: 100% !important;
	}
	
	.related-project img {
		width: 100%;
		padding: 0 32px;
	}
	
	.related-project p {
		width: 86%;
		margin: 16px 8% 0;
	}
	
	.icon-list-section div.medium-6 > div {
		margin-top: 32px;
	}
	
	.mobile-only {
		display: block;
	}
	
	.desktop-tablet-show {
		display: none;
	}
	
	.project-headline {
        font-size: 28px;
        margin-top: 32px;
        margin-bottom: 24px;
    }

	.section .grid-padding-x > .cell {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.section .service-container.grid-padding-x > .cell {
		padding: 0;
	}
	
	.section .service-container.grid-padding-x > .large-8 {
		padding: 0 32px;
	}
	
	.noMarginBottomMobile .section-headline {
		margin-bottom: 0;
	}
	
	.margin-top-30 {
		margin-top: 30px;
	}
	
	.center-mobile {
		text-align: center;	
	}
	
	.icon-list-section ul {
		margin: 10px 0 32px 20px;
	}
}


.hbspt-form {
	margin-bottom: 48px;
}

.mobile-full {
	display: block;
	width: 100%;
}

h4.icon-left img {
    position: absolute;
    left: 0;
    width: 60px;
    top: 5px;
}

h4.icon-left {
    padding-left: 80px;
    position: relative;
}

@media all and (max-width: 40em) {
	.large-6.cell.noMarginMobile .main__text {
		padding: 0 16px;
	}
	.large-6.cell.noMarginMobile {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}

/*Lighting Section styles*/
.hero-section{
	padding-top: 0;
}
@media screen and (min-width: 1024px){
  .hero-section{

    padding-top: 120px;
  }
}
.application-info-section{
    padding-bottom: 10px;
}
.application-section{
	padding-top: 35px;
	padding-bottom: 50px;
    background: #eeeeee;
}
.lighting-container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px 0;
	padding: 0;
    position: relative;
}

@media screen and (min-width: 768px){
  .lighting-container{

  
	  padding: 0 50px;
  }
}
@media screen and (min-width: 1024px){
  .lighting-container{
	
	  padding: 0 80px;
  }
}
.lighting-container-lg{
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
}

@media screen and (min-width: 768px){
  .lighting-container-lg{

    max-width: 650px;
	margin: 0px auto 80px auto;
  }
}
@media screen and (min-width: 1024px){
  .lighting-container-lg{
	max-width: 1100px;
  }
}
.application-text{
padding-left: 0;
	padding-top: 30px;
}
@media screen and (min-width: 640px){
  .application-text{
      padding-left: 50px;
	 padding-top: 0;
  }
}
.application{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .application{
	margin-bottom: 50px !important;
  }
}
.grey-bk{
background: #eeeeee;
}
.links-section{
	padding-top: 40px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px){
  .links-section{
	padding-top: 70px;
	margin-bottom: 100px;
  }
}
.solution-links-section{
	padding-top: 40px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px){
  .solution-links-section{
	padding-top: 70px;
	margin-bottom: 50px;
  }
}
.lighting-links{

	margin: 0 auto 20px auto !important;
}
@media screen and (min-width: 768px){
  .lighting-links{
	
	margin: 50px auto 70px auto !important;
  }
}
.learn-more-section{
	margin-bottom: 50px;
}
.learn-more-content{
	padding: 30px 40px;	
}
.lighting-main-header{
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 200;
    font-size: 28px;
    position: relative;
    width: 100%;
	color: #004684;
}
@media screen and (min-width: 768px){
  .lighting-main-header{
	font-size: 32px;
  }
}
@media screen and (min-width: 1024px){
  .lighting-main-header{
	font-size: 40px;
  }
}
.subheading-black{
	font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #004684;
}
.subheading-black a{
	color: #004684 !important;
}
.subheading-blue{
	font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004684 !important;
}
.subheading-blue a{
	color: #004684 !important;
}
.lighting-body-text{
	font-family: "Lora","Times New Roman", Times, Baskerville !important;
	color: #525252 !important;
	font-size: 17px !important;
	margin-bottom: 2rem;
}
.lighting-body-text-no-marg{
	font-family: "Lora","Times New Roman", Times, Baskerville !important;
	color: #525252 !important;
	font-size: 17px !important;
}
.lighting-body-text-lg{
	font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #525252;
	font-size: 18px;
	font-weight: 200;
}
@media screen and (min-width: 1024px){
  .lighting-body-text-lg{
	font-size: 24px;
  }
}
.section-header-black{
	font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold !important;
	color: #004684 !important;
	margin-bottom: 2rem;
	font-size: 22px;
}
@media screen and (min-width: 1024px){
  .section-header-black{
	font-size: 32px;
  }
}
.section-header-black-no-bold{
	font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #004684 !important;
	font-weight: 200 !important;
	margin-bottom: 2rem;
	font-size: 24px;
}
@media screen and (min-width: 1024px){
  .section-header-black-no-bold{
	font-size: 32px;
  }
}
.section-header-black-no-marg{
	font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #004684 !important;
	font-weight: 200 !important;
	font-size: 24px;
}
@media screen and (min-width: 1024px){
  .section-header-black-no-marg{
	font-size: 32px;
  }
}
.section-header-grey{
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 115%;
    font-weight: 200;
    margin: 0;
    color: #525252;	
}
@media screen and (min-width: 1024px){
  .section-header-grey{
	font-size: 28px;
  }
}
.marg-15-sides{
	margin: 0 15px;
}
.marg-15-left{
	margin-left: 15px;
}
.marg-15-right{
	margin-right: 15px;
}
.flex-auto{
	flex: 1 1 0%;	
}
.solution-technologies-section{
	padding-bottom: 70px;
}
.technology-info{
	padding-left: 0;
	padding-top: 30px;
}

@media screen and (min-width: 1024px){
  .technology-info{
      padding-left: 30px;
	  padding-top: 0;
  }
}

.img-marg-bot{
margin-bottom: 20px;	
}

.services-divider{
	padding-bottom: 30px;
}

.no-marg{
margin:0;	
}
.marg-b-25{
margin-bottom: 25px;	
}

.led-info p{
	margin-bottom: 25px;
}
.lighting-pad-right{
	padding-right: 0;
	padding-top: 0;
}

@media screen and (min-width: 1024px){
  .lighting-pad-right{
      padding-right: 30px;
	  padding-top: 0;
  }
}

.lighting-pad-left{
      padding-left: 0;
	  padding-top: 0;	
}

@media screen and (min-width: 1024px){
  .lighting-pad-left{
      padding-left: 30px;
	  padding-top: 0;
  }
}
.lighting-count .numbers-feature__container{
	display: flex !important;
	flex-wrap: wrap !important;
	border: none !important;
	padding: 20px 0 !important;
	
}

.lighting-count .numbers-feature__key-value{
	width: 50%;
	padding: 0 15px;
}
@media screen and (min-width: 600px){
  .lighting-count .numbers-feature__key-value{
	width: 33.33%;	
  }
}
.count-content{
	padding: 30px 0px;	
}
@media screen and (min-width: 768px){
  .count-content{
	padding: 30px 40px;	
  }
}
@media screen and (min-width: 768px){
  .lighting-count .numbers-feature__key-value{
	flex: 1 0 33.33% !important;
  }
}

@media (max-width: 768px){
.lighting-count .numbers-feature__key-value .numbers-feature__value {
    font-size: 36px !important;
}
}

.lighting-count .numbers-feature{
	padding: 0 !important;
}

.lighting-count .numbers-feature__heading{
	display: none !important;
}
.lighting-count .numbers-feature__value{
	font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif !important;
}
.hero-section .grid-container{
	padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100% !important;
    margin: 0 auto;	
}
@media screen and (min-width: 40em){
  .hero-section .grid-container{
	padding-right: .9375rem !important;
    padding-left: .9375rem !important;
	max-width: 75rem !important;
  }
}
@media all and (min-width: 1023px) {
	a.lighting {
		display: none !important;
	}
}
.embed-section section{
	margin: 10px auto;
    max-width: 1000px;
}

.embed-section .lighting-container{
	margin: 0 auto;
}

.embed-section .hbspt-form{
	margin-bottom: 0;
}

iframe{
	width: 100% !important;
	
}

.pdf-container{
	display: flex;
	flex-direction: column;
}

.lighting-intro-section{
	padding: 50px 0 60px 0;
}

.retrofit-lighting-intro-section{
	padding: 20px 0 35px 0;
}

.see-more{
	border-width: 2px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 2px;
    width: 118px;
    height: 33px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
}

.lighting-pdf{
	display: flex;
    align-items: center;
	padding-bottom: 20px;
}
.pdf{
	max-width: 25px;
	width: 100%;
	margin-right: 10px;
	flex: 0 0 auto;
}
.show{
	display: block !important;
}
.hide{
	display: none !important;
}

.orange-button{
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
width: auto;
padding: 10px 33px;
color: #ffffff !important;
background-color: #ee964b;
font-size: 16px;
font-weight: normal !important;
display: inline-block;
text-align: center;
text-decoration: none;
border-radius: 2px;
border: none;
cursor: pointer;
vertical-align: middle;
-webkit-transition: background-color .15s ease-in-out;
-moz-transition: background-color .15s ease-in-out;
-ms-transition: background-color .15s ease-in-out;
-o-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;
position: relative;
top: -15px;
	margin: 20px 0;
	
}

.orange-button a{
	color: #ffffff;
}

.orange-button:hover{
	background-color: #f0a462;
}

.blue-button{
background-color: #004684 !important;
border: 1px solid #004684 !important;
color: #fff;
font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 16px;
font-weight: 400 !important;
line-height: inherit;
text-align: left;
text-shadow: none !important;
border-radius: 3px;
display: inline-block;
padding: 10px 16px !important;
text-decoration: none !important;
}
.blue-button:hover{
	color: #fff;
	background-color: 468CCA !important;
}

.retrofit .main-navigation{
	background-color: #004684 !important;
}

.resources .main-navigation{
	background-color: #004684 !important;
}

.services .main-navigation{
	background-color: #004684 !important;
}

.sub-page .main-navigation{
	background-color: #004684 !important;
}