<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! ========================================================================
 * Ingram Micro: US Theme CSS
 * ========================================================================
 * Copyright 2014 Ingram Micro, Inc.
 * ======================================================================== */

/*! body structure */
body {
  background: #8a837d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhODM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YTgzN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8a837d 0%, #ededed 49%, #ededed 49%, #ededed 50%, #8a837d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a837d), color-stop(49%,#ededed), color-stop(49%,#ededed), color-stop(50%,#ededed), color-stop(100%,#8a837d));
    background: -webkit-linear-gradient(top, #8a837d 0%,#ededed 49%,#ededed 49%,#ededed 50%,#8a837d 100%);
    background: -o-linear-gradient(top, #8a837d 0%,#ededed 49%,#ededed 49%,#ededed 50%,#8a837d 100%);
    background: -ms-linear-gradient(top, #8a837d 0%,#ededed 49%,#ededed 49%,#ededed 50%,#8a837d 100%);
    background: linear-gradient(to bottom, #8a837d 0%,#ededed 49%,#ededed 49%,#ededed 50%,#8a837d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a837d', endColorstr='#8a837d',GradientType=0 );
}

header {
  width: 972px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

footer, .footer-links a, footer ul li a {
  color: #ccc;
}

.footer-links {
  background-color: #333;
  color: #ccc;
  width: 33.334%;
  float: left;
  border-right: 1px solid #000;
  padding: 10px 20px;
  min-height: 190px;
}

/* Social Media Footer CSS */
.socialmedia {
    overflow: hidden;    
    background-color: #333;    
    width: 33.334%;    
    border-right: 1px solid #000;
    padding: 10px 20px;       
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.socialmedia a {
    height: 26px;
    width: 26px;
    margin-right: 2px;
    background: url(/Site/Content/Images/social_media.png) no-repeat;
    border: 0 solid red;
    float: left;
}

    .socialmedia a.fb {
        background-position: 1px 0;
    }

    .socialmedia a.in {
        background-position: -27px 0;
    }

    .socialmedia a.gp {
        background-position: -53px 0;
    }

    .socialmedia a.tt {
        background-position: -81px 0;
    }

    .socialmedia a.pt {
        background-position: -106px 0;
    }

    .socialmedia a.blog {
        background-position: -134px 0;
    }

    .socialmedia a.yt {
        background-position: -161px 0;
    }

.socialmedia span {
    display: none;
}
/* End Social Media Footer CSS */

.copyright {
  background-color: #000;
  color: #ccc;
  padding: 12px 22px;
}

.row {
  margin: 0;
}

nav {
    min-height: 25px !important;
}

#ingram-logo {
  margin: 10px 10px 17px 13px;
}

::-moz-selection {
  background: #2088B9;
  color: #fff;
}

::selection {
  background: #2088B9;
  color: #fff;
}

/* for ctl00_imFooter_divdisclaimer - grey color*/
#ctl00_imFooter_divdisclaimer a {
    color: #ccc !important;
    
}
 
#ctl00_imFooter_divdisclaimer p {
    margin-bottom: 0px;
} 

/*! Remove responsiveness */
.container {
  /*width: 972px !important;*/
  width:100%;
  max-width: 972px !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
      width: 100%;
    max-width: 972px;
  }
}

@media (min-width: 992px) {
  .container {
     width: 100%;
    max-width: 972px;
  }
}

@media (min-width: 1200px) {
  .container {
   width: 100%;
    max-width: 972px;
  }
}

.content-panel {
  background-color: #fff;
  width: 728px;
  padding-right: 10px;
  padding-left: 10px;
}

.sidebar {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
}

/*! Navigation */
.navbar {
  width: 972px;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-default {
  width: 972px;
  background-color: #726963;
  border-color: #726963;
}

    .navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
  border-right: 1px solid #655c5c;
}

        .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: #777;
}

    .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #fff;
  background-color: #777;
}

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
  background-color: #eee;
  border-color: #655c5c;
}

.navbar-nav {
  margin: 0;
    /*height: 25px;*/
}

.navbar-nav &gt; li &gt; a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px;
}

.navbar-collapse.collapse {
    height: 25px !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  color: #726963;
  text-decoration: none;
  background-color: #FFECBA;
  /*background-color: #726963;*/
}

/* Always float the navbar header */
.navbar-header {
  /*float: left;*/
}

/* Undo the collapsing navbar */
.navbar-collapse {
  /*display: block !important;*/
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  /*display: none;*/
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav &gt; li {
  float: left;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
  color: #333;
}

.navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
  color: #726963 !important;
  background-color: #FFECBA !important;
}

.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #726963 !important;
  background-color: transparent !important;
}

/*! affix navigation to top  */
#navbar-affix {
    top: 0;
    width: 100%;
    max-width: 972px;
    margin: 0 auto;
}

/*! Sub-Header  */
.bg-sub-header {
  border-top: 1px solid #fff;
  color: #fff;
  background-color: #e4e2de;
}

.bg-sub-header .input-group {
  width: 100%;
}

.navbar-form {
  width: 60%;
  margin-left: 10%;
}

.navbar-form .form-control {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}

.bg-sub-header .input-group .input-group-btn {
    width: 1%;
}

/* match existing search button colors */
.btn-search {
  background-color: #726963;
  color: #fff;
}

.btn-login {
  text-align: left;
  background-color: #1373AB;
  padding: 3px 10px 3px 9px;
  margin-top: 15px;
  border-radius: 5px;
}

.languages {
  font-size: 80%;
  width: 256px;
  margin-top: 10px;
  margin-left: 210px;
}

.logged-out {
  display: block;
  margin-right: 20px;
}

/*! Forms and Fields  */
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

/*! Quicklinks Buttons */
.quicklinks {
  width: 972px;
  height: 60px;
  max-height: 60px;
  max-width: none !important;
  background-color: #ffffff;
  padding: 5px 0;
  margin: 0 auto 5px auto;
  clear: both;
  box-shadow: 0 0 1px #dedcdc;
  -moz-box-shadow: 0 0 1px #dedcdc;
  position: relative;
}

.quicklinks li {
  list-style: none;
  float: left;
  margin:0 1px;
}

.btn-quicklink {
  color: #fff;
  background-color: #8a837d;
  width: 87px;
  max-width: 87px;
  height: 50px;
  min-height: 50px;
  white-space: normal;
  margin-left: 2px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 1.2em;
  padding: 0;
  font-weight: bold;
  display:table-cell;
}

.btn-quicklink:hover,
.btn-quicklink:focus,
.btn-quicklink:active,
.btn-quicklink.active {
  color: #fff;
}

.btn-quicklink:active,
.btn-quicklink.active {
  background-color: #2088B9;
  background-image: none;
}

.btn-quicklink-settings {
  color: #fff;
  background-color: #fec938 !important;
  width: 75px;
  max-width: 75px;
  height: 50px;
  min-height: 50px;
  white-space: normal;
  margin-left: 2px;
  -webkit-border-radius: 7px;
  border: 1px solid #ccc;
  border-radius: 7px;
  line-height: 1.2em;
}

.btn-quicklink-settings span {
  text-shadow: 1px 1px 1px #7f7f7f;
  font-size: 1.6em;
}

.quicklinks-btn-group {
  margin-left: -39px;
}

.btn-quicklink-enabled {
  background: #2088B9;
    background: -moz-linear-gradient(-45deg, #0073A3 0%, #0073A3 50%, #2088B9 51%, #2088B9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0073A3), color-stop(50%,#0073A3), color-stop(51%,#2088B9), color-stop(100%,#2088B9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #0073A3 0%,#0073A3 50%,#2088B9 51%,#2088B9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #0073A3 0%,#0073A3 50%,#2088B9 51%,#2088B9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #0073A3 0%,#0073A3 50%,#2088B9 51%,#2088B9 100%); /* IE10+ */
    background: linear-gradient(135deg, #0073A3 0%,#0073A3 50%,#2088B9 51%,#2088B9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073A3', endColorstr='#2088B9',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  border-color: #0073A3;
}

.btn-quicklink-disabled {
  background: #a0abb1;
    background: -moz-linear-gradient(-45deg, #A0ABB1 0%, #A0ABB1 50%, #BBC5CB 51%, #BBC5CB 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#A0ABB1), color-stop(50%,#A0ABB1), color-stop(51%,#BBC5CB), color-stop(100%,#BBC5CB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #A0ABB1 0%,#A0ABB1 50%,#BBC5CB 51%,#BBC5CB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #A0ABB1 0%,#A0ABB1 50%,#BBC5CB 51%,#BBC5CB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #A0ABB1 0%,#A0ABB1 50%,#BBC5CB 51%,#BBC5CB 100%); /* IE10+ */
    background: linear-gradient(135deg, #A0ABB1 0%,#A0ABB1 50%,#BBC5CB 51%,#BBC5CB 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0ABB1', endColorstr='#BBC5CB',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  border-color: #a0abb1;
}

.btn-quicklink-featured {
  background: #234767;
    background: -moz-linear-gradient(-45deg, #234767 0%, #234767 50%, #335674 51%, #335674 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#234767), color-stop(50%,#234767), color-stop(51%,#335674), color-stop(100%,#335674)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #234767 0%,#234767 50%,#335674 51%,#335674 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #234767 0%,#234767 50%,#335674 51%,#335674 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #234767 0%,#234767 50%,#335674 51%,#335674 100%); /* IE10+ */
    background: linear-gradient(135deg, #234767 0%,#234767 50%,#335674 51%,#335674 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234767', endColorstr='#335674',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  border-color: #234767;
}

.quicklinks-wraper {
    width: 972px !important;
    max-width: 972px !important;
    margin-right: auto;
    margin-left: auto;
}

.quicklinks-tab {
    text-align: right;
    list-style: none;
    margin: -25px 150px 0 0;
    padding: 0;
    line-height: 24px;
    height: 26px;
    overflow: visible;
    position: relative;
}

.quicklinks-tab li {
    border: 1px solid #AAA;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #f7f7f7;
    margin: 0 -5px;
    padding: 0 20px;
}

.quicklinks-tab a {
  color: #555;
  text-decoration: none;
  outline: none;
}

.quicklinks-tab li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}

.quicklinks-tab:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}

.quicklinks-tab li:before,
.quicklinks-tab li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.quicklinks-tab li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}

.quicklinks-tab li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}

.quicklinks-tab li.selected:before {
  box-shadow: 2px 2px 0 #FFF;
}

.quicklinks-tab li.selected:after {
  box-shadow: -2px 2px 0 #FFF;
}

.popup-scrollable {
  overflow-y: auto;
  max-height: 600px;
}

.popup-container {
  width: 800px !important;
  max-width: 800px !important;
}

.user-account-info {
  text-align: right;
  padding-right: 0;
  font-size: 11px;
  padding-top: 12px;
}

[class*="col-xs"][class*="no-padding"]:not(.no-padding-left) &gt; .form-control-feedback {
  right: 0;
}

.modal-header {
  padding: 10px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-title {
  font-weight: bold;
}

/* Sharp Corners for all UI except (.btn, .modal-content) */

input[type="text"],
input[type="email"],
textarea,
select {
  border-radius: 0 !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}

.modal-header.alert {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

 .modal-content-countriespopup {
    background: #ffffff;
    margin-top: 5px;    
    width: 770px;
    height: 521px;
    border: 0;
  }
#country-popup {
    max-height: 500px;
}
#country-popup .header {
    font-size: 15px;
}
#country-popup .divider {
    border-top: 1px dotted;
    height: 0px;
}
#country-popup .header+p,
.close-country-select-popup {
    display: none;
}
#country-popup .country .name {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.country-list-container ul {
    list-style: none;
    padding: 0 0 0 15px;
}
.country-list-container ul li {
    line-height: 24px;
    font-size: 11px;
}
.countries .country .lang ul li.active::before { 
    content: " "; 
    background-position: 1px -976px; 
    height: 17px; 
    background-image: url(/_layouts/images/CSDefaultSite/sprites/general-icons-sprite2.gif); 
    background-repeat: no-repeat; 
    display: inline-block; 
    width: 12px; 
    margin-left: -15px; 
    margin-right: 3px; 
}

.nowrap {
    white-space: nowrap;
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(/Site/Content/fonts/password.ttf);
}

.mask-as-password {
    font-family: 'password';
}
.margin-top-2 {
    margin-top: -2.5%;
}
#dvImgEnergyClass {
    width: 7%;
    display: none;
}
.imgEnergyClass {
    height: 3%;
}
.marginEnergy {
    margin:-88% 122% 10%;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}</pre></body></html>