<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variables */
@font-face {
  font-family: 'ubuntubold_italic';
  src: url("../fonts/ubuntu-bi-webfont.eot");
  src: url("../fonts/ubuntu-bi-webfont.eot?") format("embedded-opentype"), url("../fonts/ubuntu-bi-webfont.woff") format("woff"), url("../fonts/ubuntu-bi-webfont.ttf") format("truetype"), url("../fonts/ubuntu-bi-webfont.svg") format("svg"); }

@font-face {
  font-family: 'ubuntuitalic';
  src: url("../Content/fonts/ubuntu-ri-webfont.eot");
  src: url("../Content/fonts/ubuntu-ri-webfont.eot?") format("embedded-opentype"), url("../fonts/ubuntu-ri-webfont.woff") format("woff"), url("../fonts/ubuntu-ri-webfont.ttf") format("truetype"), url("../fonts/ubuntu-ri-webfont.svg") format("svg"); }

@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-r-webfont.eot");
  src: url("../fonts/ubuntu-r-webfont.eot?") format("embedded-opentype"), url("../fonts/ubuntu-r-webfont.woff") format("woff"), url("../fonts/ubuntu-r-webfont.ttf") format("truetype"), url("../fonts/ubuntu-r-webfont.svg") format("svg"); }

.mobile {
  display: none; }

.red-error {
  color: #f00; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "&gt;"; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1em;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }

body {
  font-family: "Roboto", sans-serif;
  color: #838181;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #164BB7;
  font-family: "Archivo", sans-serif;
  font-weight: normal; }

a {
  color: #68a1dc;
  text-decoration: none;
  border: none;
  outline: 0 none !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

a main a:focus, a main a:visited {
  color: inherit; }

a main a:hover, a main a:active {
  color: #4570b1; }

.btn-white {
  background: #fff;
  border: solid 1px #164BB7;
  color: #164BB7;
  font-size: 16px;
  display: inline-block;
  padding: .7em;
  text-align: center;
  width: 100%; }

.not-found {
  color: #333;
  margin: 4em 0; }
  .not-found span {
    font-size: 13em;
    line-height: 1em; }
  .not-found div {
    font-size: 3em;
    line-height: 1em; }

button {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

/*
input, button {
	&amp;:focus {
	  outline: none;
  }
}
*/
*:focus {
  outline: 0; }

h1 {
  font-size: 32px; }

h1.large {
  font-size: 42px; }

h2 {
  font-size: 21px;
  margin-bottom: 14px; }

h3 {
  font-size: 22px;
  margin-top: 12px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 10px;
  -webkit-text-size-adjust: none; }

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

/* COMMON */
.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.all-caps {
  text-transform: uppercase; }

.p-large {
  font-size: 1.8rem !important; }

.blueLink {
  color: #133B92;
  font-size: 18px; }

.phone-no {
  padding: 0 !important; }

.light-caps {
  text-transform: uppercase;
  font-weight: 500;
  color: #888; }

::-webkit-input-placeholder {
  color: #68a1dc;
  opacity: 1; }

:-moz-placeholder {
  color: #68a1dc;
  opacity: 1; }

::-moz-placeholder {
  color: #68a1dc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #68a1dc;
  opacity: 1; }

.full {
  float: right;
  padding: 10px 0;
  margin-top: -36px;
  font-style: italic; }

.export {
  right: 12px;
  position: absolute;
  color: #82bf4f; }

.export:before {
  content: "XLS";
  display: inline-block;
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: 500;
  font-style: normal;
  color: white;
  padding: 2px;
  margin-right: 5px;
  background-color: #82bf4f;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.export:after {
  content: "\25b6";
  font-size: 8px;
  font-style: normal;
  padding: 0 5px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.export:hover, .export:active {
  color: #aaa; }

.export:hover:before, .export:active:before {
  background-color: #aaa; }

.stock-check-icon {
  display: inline-block;
  position: absolute;
  width: 14px;
  left: 18px;
  top: 3px; }

.view {
  margin-right: 176px; }

.view:before {
  content: "\e806";
  padding: 0 3px;
  font-style: normal;
  font-size: 1.1em;
  font-family: 'icomoon';
  color: #aaa;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.view:hover:before, .view:active:before {
  color: #4570b1; }

.btn-primary {
  color: #fff;
  background-color: #164BB7;
  border-color: #164BB7; }

.interior-bg {
  border-top: solid 1px #ddd;
  padding-top: 2em;
  margin-bottom: 4em;
  position: relative; }

main {
  min-height: 650px; }
  main .breadcrumbs {
    padding-top: 1.5em; }

#contact-right {
  padding-left: 4%;
  padding-right: 0px; }

#contact-center {
  padding-left: 5%;
  padding-right: 0px; }

.side-affiliate {
  font-size: 21px;
  font-size: 2.1rem; }
  .side-affiliate a {
    color: #576978 !important;
    font-size: 18px; }

.sidebar-block ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 35px;
  padding: 0; }
  .sidebar-block ul li {
    color: #657383;
    font-weight: 600;
    border-bottom: 1px solid #b2d1ea;
    font-weight: normal; }
    .sidebar-block ul li a {
      display: block;
      padding: 12px 21px 10px 12px; }

#googlemap {
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  #googlemap iframe {
    width: 115%;
    overflow: hidden !important; }
  #googlemap::-webkit-scrollbar {
    display: none; }

footer {
  background-color: #424B5A;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  padding: 39px; }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    footer ul li {
      display: inline-block;
      margin: 0 1em; }
      footer ul li a {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase; }

#copyright {
  background: #262B34;
  color: #fff;
  font-size: 12px;
  padding: 16px;
  text-align: center; }

/* 7 column grid */
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    max-width: none; } }

#slider-wrap {
  position: relative;
  height: 510px;
  max-width: 1300px;
  margin: auto;
  /*.slide-title {
        padding-bottom: 6px;
        padding-top: 14px;
        position: relative;
        width: 100%;
        margin-bottom: 12px;
        color: #2d2d2d;
        height: 122px;
        display: flex;
        flex-direction: column;
        justify-content: center;

        ul {
            padding-left: 0;
            list-style-type: none;

            li {
                color: #fff;
                padding-left: 12px;
                font-size: 13.5px;
                font-size: 1.35rem;
                line-height: 1.4em;
                text-align: left;
            }
        }

        strong {
            font-size: 12px;
            font-size: 1.2rem;
            text-transform: uppercase;
            margin-bottom: 5px;
            display: block;
            position: relative;
        }
    }




    .slide-info ul li:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-top: solid 3px transparent;
        border-bottom: solid 3px transparent;
        border-left: solid 3px #fff;
        margin-right: 8px;
        margin-left: -12px;
        position: relative;
        bottom: 1px;
    }*/ }
  #slider-wrap .carousel-inner {
    height: 510px; }
    #slider-wrap .carousel-inner .carousel-item {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center center;
      height: 100%; }
  #slider-wrap .carousel-caption {
    left: 6.5%;
    text-shadow: none;
    top: 18.3%; }
  #slider-wrap .slide-title {
    max-width: 500px;
    line-height: 1;
    display: flex;
    align-content: flex-end;
    flex-flow: column;
    justify-content: flex-end;
    text-align: left; }
    #slider-wrap .slide-title .headline {
      color: #164BB7;
      font-family: "Archivo", sans-serif;
      font-size: 45px;
      padding: 12px 0;
      width: 100%; }
    #slider-wrap .slide-title .description {
      color: #424B5A;
      font-size: 20px;
      display: flex;
      line-height: 30px;
      /*margin-bottom: 10px;
            padding-bottom: 9px;*/
      padding-left: 2em;
      position: relative;
      min-height: 70px;
      align-items: center; }
      #slider-wrap .slide-title .description i {
        color: #838181;
        font-size: 2em;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    #slider-wrap .slide-title .btn {
      font-size: 16px;
      margin-right: 16px;
      max-width: 200px; }
  #slider-wrap .slide-img {
    z-index: 0; }
    #slider-wrap .slide-img img {
      max-width: 200px;
      width: 100%; }

#home-product-blocks {
  margin: 80px 0; }
  #home-product-blocks .seven-cols .single-block {
    position: relative; }
  #home-product-blocks .seven-cols .col-md-1 {
    flex-grow: 1;
    text-align: center; }
    #home-product-blocks .seven-cols .col-md-1 img {
      height: 78px;
      width: auto; }
    #home-product-blocks .seven-cols .col-md-1 h2 {
      color: #838181;
      font-size: 18px;
      margin-top: 15px; }
      #home-product-blocks .seven-cols .col-md-1 h2 a {
        color: #424B5A; }

#home-product-cats {
  position: relative;
  margin-top: -65px;
  z-index: 100; }
  #home-product-cats .flex-match-height {
    display: flex; }
    #home-product-cats .flex-match-height .card-home-cat {
      padding: 8px 20px 10px;
      box-shadow: 0 3px 8px 0 rgba(112, 116, 117, 0.14), 0 1px 8px 0 rgba(112, 116, 117, 0.14), 0 1px 3px -1px rgba(112, 116, 117, 0.14);
      border-top: none;
      background: #FFFFFF;
      width: 100%; }
      #home-product-cats .flex-match-height .card-home-cat .card-heading {
        text-align: center; }
        #home-product-cats .flex-match-height .card-home-cat .card-heading h3 {
          color: #2A5ABD; }
      #home-product-cats .flex-match-height .card-home-cat .card-text {
        text-align: center;
        margin-top: 10px; }

#home-news-prods-events {
  background: url(../Images/home/homepage-lower-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
  padding: 130px 0; }
  #home-news-prods-events .home-prod-feed {
    display: flex; }
  #home-news-prods-events .card-news-prods-events {
    box-shadow: 0 6px 10px 0 rgba(112, 116, 117, 0.34), 0 1px 18px 0 rgba(112, 116, 117, 0.34), 0 3px 5px -1px rgba(112, 116, 117, 0.34);
    background: #FFFFFF;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #home-news-prods-events .card-news-prods-events h4 {
      color: #2A5ABD;
      font-size: 24px;
      margin-bottom: 20px; }
    #home-news-prods-events .card-news-prods-events .card-text ul {
      list-style: none;
      padding-left: 0; }
      #home-news-prods-events .card-news-prods-events .card-text ul li {
        margin-bottom: 10px;
        padding-top: 5px; }
        #home-news-prods-events .card-news-prods-events .card-text ul li .date h5 {
          color: #2A5ABD; }
        #home-news-prods-events .card-news-prods-events .card-text ul li .excerpt {
          border-bottom: solid 1px #CFCFCF; }
          #home-news-prods-events .card-news-prods-events .card-text ul li .excerpt p {
            color: #707475; }
        #home-news-prods-events .card-news-prods-events .card-text ul li:last-child .excerpt {
          border-bottom: none; }
    #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li img {
      max-width: 200px;
      margin: 0 auto 20px; }
    #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li .date, #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li .location {
      margin-bottom: 10px;
      font-size: 16px; }
      #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li .date .fa, #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li .location .fa {
        display: inline-block;
        color: #2A5ABD; }
      #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li .date p, #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li .location p {
        display: inline-block; }

@media (max-width: 767px) {
  .card-news-prods-events {
    margin-bottom: 20px; }
  .card-home-cat {
    margin-bottom: 20px; } }

.search-bar {
  margin-top: 25px; }
  .search-bar input[type=text] {
    min-width: 35%;
    margin-right: 5px; }

.video-gallery h1 {
  margin-bottom: 40px; }

.video-gallery .panel-body {
  margin-top: 15px;
  padding-left: 10px; }

.video-gallery .panel-body p {
  margin-bottom: 10px; }

div.video-row {
  border-bottom: solid 1px #ccc;
  margin-bottom: 5em;
  padding-bottom: 30px; }
  div.video-row h3 {
    font-size: 20px; }

.wistia_responsive_padding {
  padding-bottom: 0 !important;
  box-shadow: -1px -6px 7px rgba(0, 0, 0, 0.3); }

#careers-iframe {
  overflow: scroll !important; }

#hero {
  margin-bottom: 2em;
  padding: 1.5em 0 4em; }
  #hero h1 {
    font-size: 45px; }
  #hero .description {
    color: #424B5A;
    font-size: 22px;
    padding-left: 7%;
    position: relative; }
    #hero .description i {
      color: #164BB7;
      font-size: 3em;
      position: absolute;
      left: -6px;
      top: 50%;
      transform: translateY(-50%);
      line-height: 1em; }

#faq-content {
  margin-top: 2em; }
  #faq-content .question {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    padding: 15px; }
    #faq-content .question p, #faq-content .question span {
      font-family: "Roboto", sans-serif !important; }
  #faq-content #page-search-results {
    border: solid 1px #cccccc;
    padding: 15px; }
    #faq-content #page-search-results &gt; p {
      font-weight: bold; }
    #faq-content #page-search-results li {
      margin-bottom: 8px; }
      #faq-content #page-search-results li:last-child {
        margin-bottom: 0; }

#sidebar-filter {
  background-color: #eaebeb;
  padding: 20px; }
  #sidebar-filter .blueLink {
    font-weight: 700; }
  #sidebar-filter &gt; div {
    margin-bottom: 14px; }
  #sidebar-filter.samples .side {
    margin-bottom: 0; }
  #sidebar-filter.samples .quantity {
    font-size: 11px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px; }
    #sidebar-filter.samples .quantity:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.filter-set &gt; div {
  margin-bottom: 14px; }

#sidebar-filter label {
  display: none; }

#sidebar-filter .title {
  overflow: hidden; }
  #sidebar-filter .title &gt; h4 {
    color: #424B5A; }
  #sidebar-filter .title h5 {
    font-size: 14px;
    font-weight: bold;
    color: #657383;
    margin: 0;
    padding: 0; }
    #sidebar-filter .title h5 + a {
      text-align: right;
      padding: 0;
      text-decoration: underline; }
  #sidebar-filter .title #clear-all {
    float: right;
    text-decoration: underline;
    color: #424B5A; }

#sidebar-filter .checked {
  background: #fff; }
  #sidebar-filter .checked select {
    border: none;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding-left: 9px;
    width: 100%; }
  #sidebar-filter .checked h3 {
    color: #424B5A;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 9px 12px; }
  #sidebar-filter .checked .show-filter {
    border-top: solid 1px #d5e2e3;
    margin-bottom: 14px;
    padding: 6px 30px 6px 12px;
    position: relative; }
    #sidebar-filter .checked .show-filter a {
      background: #a5bbba;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
      #sidebar-filter .checked .show-filter a:hover, #sidebar-filter .checked .show-filter a:active {
        background-color: #8f939b; }
      #sidebar-filter .checked .show-filter a i {
        color: #fff;
        display: table;
        width: 100%;
        height: 100%; }
        #sidebar-filter .checked .show-filter a i:before {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          padding: 7px; }

#sidebar-filter #filter-list h4 {
  font-size: 18px;
  margin-top: 30px;
  color: #424B5A; }

#sidebar-filter h3 + .selectCont {
  border-top: solid 1px #d5e2e3;
  width: 100%;
  position: relative;
  top: 0;
  background-color: transparent; }

#sidebar-filter #filter-list &gt; h3 {
  margin-top: 20px; }

#sidebar-filter.obs {
  background-color: transparent;
  padding-left: 36px; }
  #sidebar-filter.obs h5 {
    font-size: 14px; }
  #sidebar-filter.obs p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 40px; }
  #sidebar-filter.obs .linksList a {
    font-size: 14px;
    margin-bottom: 12px;
    display: block; }
  #sidebar-filter.obs .blueLink {
    font-weight: 400; }

#sidebar-filter .filter-dropdown a {
  border: 1px solid #9b9da0 !important;
  font-size: 15px; }

#quality &gt; div {
  margin-bottom: 3em; }

#quality .title {
  font-size: 18px;
  margin: .5em 0; }

#quality .quality-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #quality .quality-list ul li {
    margin: 5px 0; }

#affiliates .header-search select {
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 14px;
  margin: 0 0;
  background: #fff;
  padding: 7px 9px;
  height: 40px !important;
  border: 2px solid #d5e0e2;
  border-right: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }
  #affiliates .header-search select:nth-child(2) {
    border-right: 2px solid #d5e0e2; }
  #affiliates .header-search select.drp {
    background: url("../Images/arrow-select.jpg") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 100%;
    min-width: 190px;
    width: auto;
    color: #444; }
    #affiliates .header-search select.drp:last-of-type {
      border-right: none !important; }

#affiliates h2 {
  margin-top: 25px;
  margin-bottom: 10px; }

#affiliates-placeholder .panel-primary {
  border: solid 1px #cccccc;
  margin-bottom: 2em; }
  #affiliates-placeholder .panel-primary .panel-heading {
    background: #424B5A;
    color: #fff;
    padding: .8em; }
  #affiliates-placeholder .panel-primary .panel-body {
    padding: 15px;
    word-break: break-all; }
    #affiliates-placeholder .panel-primary .panel-body address {
      margin-bottom: 10px;
      padding-left: 24px; }
      #affiliates-placeholder .panel-primary .panel-body address .fas, #affiliates-placeholder .panel-primary .panel-body address .fa {
        text-indent: -20px; }

#order-samples .prod-date {
  position: relative; }
  #order-samples .prod-date i {
    position: absolute;
    right: 11px;
    top: 35px; }

#orderSamplesTable table th {
  border-top: none; }

#orderSamplesTable table .content {
  border: none !important; }
  #orderSamplesTable table .content ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }

#orderSamplesTable table .content-button {
  vertical-align: inherit; }
  #orderSamplesTable table .content-button .btn-Add-Product {
    font-size: 16px; }

.my-samples h5 {
  margin-bottom: 1em; }

.my-samples ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .my-samples ul .my-samples-group {
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .my-samples ul .my-samples-group .btn-Remove-Cart-Item {
      font-size: 18px; }
  .my-samples ul span {
    display: block; }
  .my-samples ul .top-product-name {
    font-weight: bold; }

.ui-autocomplete {
  background: #fff;
  border: solid 1px #ccc;
  list-style-type: none;
  margin: 0;
  max-width: 300px;
  padding: 20px; }
  .ui-autocomplete li {
    border-bottom: solid 1px #ccc;
    padding: 5px; }

.product-header {
  margin-top: 40px; }
  .product-header input.form-control {
    margin-right: 5px;
    width: 500px; }
  .product-header .eval-board-input {
    width: 100% !important; }
  .product-header button {
    width: 100px; }

body.application #hero .description {
  max-width: 500px; }

body.application #hero .description i {
  left: 0;
  font-size: 2em; }

body.application .product-header i.fa-chevron-right:before {
  color: #838181; }

body.application .product-header &gt; div {
  min-height: 143px; }

.application-categories div {
  display: inline-block;
  width: 45%;
  margin-bottom: 50px; }

.application-categories div:nth-child(odd) {
  margin-right: 8%; }

#design-tools &gt; div {
  margin-bottom: 32px; }

#design-tools .title {
  border-top: solid 1px #576875;
  background: #627382;
  color: #fff;
  font-weight: bold;
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#design-tools .design-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #design-tools .design-list ul li {
    border-bottom: solid 1px #bed5ee;
    padding: 10px 7px 8px; }
    #design-tools .design-list ul li a {
      color: #529ad4; }

/* Product Table */
.split-table {
  display: table;
  width: 100%; }
  .split-table &gt; div {
    display: table-row; }
    .split-table &gt; div &gt; div {
      display: table-cell;
      vertical-align: middle;
      padding: 12px;
      text-align: center;
      border-bottom: 1px solid #C3C6CB; }
      .split-table &gt; div &gt; div:first-child {
        text-align: left;
        border-left: 1px solid #C3C6CB;
        border-right: 1px solid #C3C6CB;
        width: 10%; }
      .split-table &gt; div &gt; div:last-child {
        border-right: 1px solid #C3C6CB; }
      .split-table &gt; div &gt; div a {
        color: #68a1dc;
        font-weight: bold; }
        .split-table &gt; div &gt; div a:hover, .split-table &gt; div &gt; div a:active {
          color: #23527c; }
  .split-table .table-headers {
    background: #C5C6CB;
    font-weight: bold; }
    .split-table .table-headers &gt; div {
      padding: 10px 12px;
      border-bottom: 1px solid #fff; }
      .split-table .table-headers &gt; div a {
        color: #fff;
        position: relative;
        display: inline-block; }
        .split-table .table-headers &gt; div a[data-sortorder=desc], .split-table .table-headers &gt; div a[data-sortorder=asc] {
          color: #23527c;
          margin-left: 10px; }
        .split-table .table-headers &gt; div a[data-sortorder=desc]:before {
          content: "";
          display: block;
          font-size: 11px;
          border-bottom: 6px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          margin-top: -4px;
          position: absolute;
          top: 50%;
          left: -12px; }
        .split-table .table-headers &gt; div a[data-sortorder=asc]:before {
          content: "";
          display: block;
          font-size: 11px;
          border-bottom: 6px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          margin-top: -4px;
          position: absolute;
          top: 50%;
          left: -12px;
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .split-table .table-filters {
    background: #D7E1E3;
    color: #798486;
    font-weight: bold;
    border-color: transparent; }
    .split-table .table-filters &gt; div:first-child {
      border-left: none; }
    .split-table .table-filters input {
      width: 45px; }

.split-table.split-col-1 &gt; div.table-headers &gt; div:first-child {
  background: #9B9CA1; }

.split-table.split-col-1 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-2 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-3 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-4 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-5 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-6 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(7),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(8),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(9),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(10),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(11),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(12) {
  border-right: 1px solid #fff; }

.split-table.split-col-2 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-2 &gt; div.table-headers &gt; div:nth-child(2) {
  background: #9B9CA1; }

.split-table.split-col-3 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-3 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-3 &gt; div.table-headers &gt; div:nth-child(3) {
  background: #9B9CA1; }

.split-table.split-col-4 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-4 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-4 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-4 &gt; div.table-headers &gt; div:nth-child(4) {
  background: #9B9CA1; }

.split-table.split-col-5 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-5 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-5 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-5 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-5 &gt; div.table-headers &gt; div:nth-child(5) {
  background: #9B9CA1; }

.split-table.split-col-6 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-6 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-6 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-6 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-6 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-6 &gt; div.table-headers &gt; div:nth-child(6) {
  background: #9B9CA1; }

.split-table.split-col-7 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-7 &gt; div.table-headers &gt; div:nth-child(7) {
  background: #9B9CA1; }

.split-table.split-col-8 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(7),
.split-table.split-col-8 &gt; div.table-headers &gt; div:nth-child(8) {
  background: #9B9CA1; }

.split-table.split-col-9 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(7),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(8),
.split-table.split-col-9 &gt; div.table-headers &gt; div:nth-child(9) {
  background: #9B9CA1; }

.split-table.split-col-10 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(7),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(8),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(9),
.split-table.split-col-10 &gt; div.table-headers &gt; div:nth-child(10) {
  background: #9B9CA1; }

.split-table.split-col-11 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(7),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(8),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(9),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(10),
.split-table.split-col-11 &gt; div.table-headers &gt; div:nth-child(11) {
  background: #9B9CA1; }

.split-table.split-col-12 &gt; div.table-headers &gt; div:first-child,
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(2),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(3),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(4),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(5),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(6),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(7),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(8),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(9),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(10),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(11),
.split-table.split-col-12 &gt; div.table-headers &gt; div:nth-child(12) {
  background: #9B9CA1; }

.split-table.split-col-1 &gt; div &gt; div:first-child,
.split-table.split-col-2 &gt; div &gt; div:nth-child(2),
.split-table.split-col-3 &gt; div &gt; div:nth-child(3),
.split-table.split-col-4 &gt; div &gt; div:nth-child(4),
.split-table.split-col-5 &gt; div &gt; div:nth-child(5),
.split-table.split-col-6 &gt; div &gt; div:nth-child(6),
.split-table.split-col-7 &gt; div &gt; div:nth-child(7),
.split-table.split-col-8 &gt; div &gt; div:nth-child(8),
.split-table.split-col-9 &gt; div &gt; div:nth-child(9),
.split-table.split-col-10 &gt; div &gt; div:nth-child(10),
.split-table.split-col-11 &gt; div &gt; div:nth-child(11),
.split-table.split-col-12 &gt; div &gt; div:nth-child(12) {
  border-right: 1px solid #C3C6CB; }

.split-table &gt; div.table-filters &gt; div {
  border-right-color: transparent !important; }

/****** IBIS - PAGE******/
/*
#ibis {
  margin-top:30px;
  margin-bottom:20px;
  margin-right:0px;
  margin-left:10px;
  width:100%;
  height:auto;
}
#ibis table {
  margin-right:20px;
}
#ibis th {
    border-bottom:1px solid #9a9ca2;
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding-bottom:10px;
}
#ibis th.part {
  padding:11px 8px;
  background:#9a9ca2;
  border-top:1px solid #9a9ca2;
  border-right: 1px solid #fff;
}
#ibis th.package-type {
    line-height:12px;
    padding:11px 5px;
    vertical-align:center !important;
    background:#c4c6cc;
    border-top:1px solid #c4c6cc;
    border-right:1px solid #c4c6cc;
}

#ibis th.file, #ibis th.vcc {
    background:#c4c6cc;
    border-top:1px solid #c4c6cc;
    border-right:1px solid #c4c6cc;
}
*/
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th &gt; td {
  vertical-align: center !important; }

#search-result {
  margin-bottom: 30px;
  margin-top: 2em; }
  #search-result .result &gt; h5 {
    font-size: 16px;
    margin: 30px 0 5px; }
  #search-result .result .split-table &gt; div &gt; div:first-child {
    width: 7%; }
  #search-result .result .split-table &gt; div .file {
    background-color: #68a1dc;
    font-size: 7px;
    text-align: center;
    border-bottom-color: white;
    padding: 0; }
    #search-result .result .split-table &gt; div .file a {
      color: #fff;
      display: block;
      padding: 15% 0; }
      #search-result .result .split-table &gt; div .file a:hover, #search-result .result .split-table &gt; div .file a:active {
        color: #4570b1; }
  #search-result .result .split-table.split-col-3 &gt; div &gt; div:nth-child(2) {
    text-align: left;
    width: 25%; }
  #search-result .result .split-table.split-col-3 &gt; div &gt; div:nth-child(3) {
    text-align: left; }
  #search-result .result .split-table.split-col-3 &gt; div &gt; div:last-child, #search-result .result .split-table.split-col-3 &gt; div &gt; div:nth-last-child(2), #search-result .result .split-table.split-col-3 &gt; div &gt; div:nth-last-child(3) {
    width: 10%; }

/*
#ibis .content {
    width:100%;
    color:#2d2d2d;
    font-size:13px;
}
*/
#ibis {
  padding: 20px 48px 40px 10px; }
  #ibis .part {
    width: 54%;
    padding: 10px 7px;
    border-bottom: 1px solid #9a9ca2;
    border-right: 1px solid #9a9ca2;
    border-left: 1px solid #9a9ca2; }
  #ibis .package-type {
    width: 10%;
    padding: 5px 15px 2px;
    text-align: center;
    vertical-align: center;
    border-bottom: 1px solid #9a9ca2;
    border-right: 1px solid #9a9ca2; }
  #ibis .vcc {
    width: 10%;
    text-align: center;
    padding: 11px 10px 8px;
    border-bottom: 1px solid #9a9ca2;
    border-right: 1px solid #9a9ca2; }
  #ibis .grd-row .file {
    width: 10%;
    text-align: center;
    padding: 11px 0px 8px;
    border-bottom: 1px solid #9a9ca2;
    border-right: 1px solid #9a9ca2;
    background: #6898d7; }
  #ibis .content .part {
    width: 54%;
    padding: 5px 7px; }
  #ibis .content .package-type, #ibis .content .vcc {
    width: 10%;
    padding: 15px 3px 11px;
    text-align: center;
    vertical-align: center; }
  #ibis .content .file {
    background: #6898d7;
    width: 6%;
    text-align: center;
    padding: 14px 8px 11px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #9a9ca2; }
    #ibis .content .file:last-of-type {
      border-bottom: 1px solid #9a9ca2; }
  #ibis .grd-row .file i {
    font-size: 1.6em !important;
    color: white; }

.table .content {
  border: 1px solid #9a9ca2; }

.ibis .header-search select {
  display: inline-block;
  width: 20%;
  float: left;
  margin: 0 0;
  background: #fff;
  padding: 7px 9px;
  font-size: 16px;
  color: #666;
  height: 40px !important;
  border: 2px solid #d5e0e2;
  /*border-right:none;  */
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: url("../Images/arrow-select.jpg") no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 100%;
  margin-left: -2px; }
  .ibis .header-search select:first-child {
    margin-left: 0px; }
  .ibis .header-search select.package-t {
    width: 26%; }
  .ibis .header-search select.drp {
    width: 30%; }

.ibis .header-search select {
  width: 33.33333333%; }

#packaging-content {
  margin-top: 3em; }

#packagingTable {
  padding: 0 20px 0 16px; }

#packagingTable table tr th,
#packagingTable table &gt; tbody &gt; tr &gt; td {
  border: none; }

#packagingTable table th {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 15px; }

#packagingTable ul {
  list-style: none;
  padding-left: 0px; }

#packagingTable table tr td:nth-child(1), #packagingTable table tr th:nth-child(1) {
  width: 16%; }

#packagingTable table tr td:nth-child(2), #packagingTable table tr th:nth-child(2) {
  width: 31%; }

#packagingTable table tr td:nth-child(3), #packagingTable table tr th:nth-child(3) {
  width: 31%; }

#packagingTable table tr td:nth-child(4), #packagingTable table tr th:nth-child(4) {
  width: 18%; }

#packagingTable table tr td:nth-child(5), #packagingTable table tr th:nth-child(5) {
  width: 6%; }

#packagingTable .file {
  padding: 0px !important;
  /*width: 6%;*/
  text-align: center; }

#packagingTable .iconTop {
  background: #6898d7;
  width: 100%;
  padding: 14px 0; }

#packagingTable .iconTop:hover {
  background: #7DA5DA; }

#doctypefilter ul {
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px; }

.modal-dialog .modal-content {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.modal-dialog .modal-content .close {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 14px;
  background-color: black;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 1;
  z-index: 100; }

.modal-dialog .modal-content .close:hover, .modal-dialog .modal-content .close:hover {
  background-color: #aaa; }

.modal-dialog .modal-content .close:before {
  content: "\f00d";
  color: white;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -2px; }

.modal-dialog .modal-content input[type=checkbox] {
  display: none; }

.modal-dialog .modal-content input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 22px; }

.modal-dialog .modal-content input[type=checkbox] + label:before {
  content: "\f067";
  font-family: FontAwesome;
  background-color: #164BB7;
  color: white;
  padding: 2px 3px;
  margin-right: 8px;
  margin-left: -22px;
  font-size: 10px;
  position: relative;
  top: -1px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.modal-dialog .modal-content input[type=checkbox]:checked + label:before {
  content: "\f068";
  background-color: #d3d5dc; }

.modal-dialog .modal-content .modal-body .row {
  padding: 20px; }

.modal-dialog .modal-content .modal-body .doc-types {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px; }

.modal-dialog .modal-content .modal-body .doc-types li {
  margin: 0 10px 20px 0; }

.category-hero {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  max-width: 1300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#category #hero .description {
  max-width: 500px; }

#category #hero .description i {
  left: 0;
  font-size: 2em; }

#category .product-header i.fa-chevron-right:before {
  color: #838181; }

#category .product-header &gt; div {
  min-height: 143px; }

#category #sub-categories &gt; div {
  width: 100%; }

#category #sub-categories .sub-category-listing {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #category #sub-categories .sub-category-listing &gt; li {
    margin-bottom: 4em;
    width: 90%; }
    #category #sub-categories .sub-category-listing &gt; li ul.sub-category-tier {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #category #sub-categories .sub-category-listing &gt; li ul.sub-category-tier li {
        margin: .75em 0; }
        #category #sub-categories .sub-category-listing &gt; li ul.sub-category-tier li a {
          font-size: 18px; }
          #category #sub-categories .sub-category-listing &gt; li ul.sub-category-tier li a i {
            font-size: 12px;
            position: relative;
            top: -1px; }

.applications-row {
  margin-bottom: 3em; }

#product-hero {
  padding: 2.5em 0 3em; }

#pills-tab {
  border-bottom: 1px solid #424B5A;
  position: relative;
  z-index: 2; }
  #pills-tab li .nav-link {
    background: #424B5A;
    border-right: solid 1px #ccc;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: .8rem 1.4rem;
    text-transform: uppercase; }
    #pills-tab li .nav-link.active {
      background: #fff;
      border-bottom: solid 1px #fff;
      color: #424B5A; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: #424B5A #424B5A #fff; }

.tabs-border {
  margin: 0;
  padding: 0;
  position: relative; }
  .tabs-border:after {
    border-bottom: solid 1px #424B5A;
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%; }

#product-content {
  margin-top: 2em; }
  #product-content .product-documentation {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 2em;
    padding-left: 0; }
    #product-content .product-documentation li {
      margin-bottom: 2em;
      width: 95%; }
      #product-content .product-documentation li h3 {
        display: block;
        font-size: 16px;
        border-bottom: solid 1px #cccccc; }
      #product-content .product-documentation li ul {
        /*list-style-type: none;
                margin: 0;
                padding: 0;*/
        padding-left: 18px; }

#applications-sidebar &gt; div {
  background: #fff;
  border: solid 1px #cccccc;
  margin-top: 1em;
  padding: 1em; }
  #applications-sidebar &gt; div h3 {
    font-size: 20px;
    margin-top: 0; }

#product-sidebar &gt; div {
  background: #fff;
  border: solid 1px #cccccc;
  margin-top: 1em;
  padding: 1em; }
  #product-sidebar &gt; div h3 {
    font-size: 20px;
    margin-top: 0; }

#product-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news-list-repeater .news-link {
  font-size: 16px;
  margin-bottom: 0; }

.news-list-repeater .news-source {
  font-size: 12px; }

.article-wrap {
  margin-bottom: 1em; }

#news-sidebar .panel {
  margin-bottom: 2em; }
  #news-sidebar .panel ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

/******* LOGIN PAGE ***************/
.signin-register {
  margin-top: 20px; }

.signin-register &gt; div &gt; div {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 20px; }

.signin-message h5, .signin-message p {
  color: #ea232b; }

/******* REGISTER ***************/
header.register {
  display: block;
  max-width: 400px; }

.register-block {
  background: #EAEFF5;
  padding: 10px 20px 20px; }
  .register-block h4 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #778787;
    font-weight: bold;
    margin-bottom: 10px; }
  .register-block label {
    position: relative;
    color: #2d2d2d;
    display: inline-block;
    padding: 7px 5px;
    margin-bottom: 10px;
    text-align: right;
    width: 100px; }
  .register-block select {
    border: none;
    display: inline-block;
    height: 30px;
    margin-bottom: 10px;
    width: 240px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    background: url("../Images/arrow-select.jpg") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 100%; }

#myexar select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  background: url("../Images/arrow-select.jpg") no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 100%; }
</pre></body></html>