/* Minification failed. Returning unminified contents.
(885,15): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
#category-wrapper {
  margin: 2.5em 1em 3em;
}
#category-wrapper h3 {
  font-weight: 400;
  color: #003375;
  font-size: 1.8em;
  margin: 0 0 .6em .1em;
  padding: 0;
}
#category-wrapper #category-description {
  float: left;
  max-width: 52%;
  border-right: solid 1px #d2d2d2;
  padding: 0 1.5em 0 0;
  text-align: justify;
}
@media (max-width: 33.5em) {
  #category-wrapper #category-description {
    float: none;
    max-width: 100%;
    border-right: none;
    padding: 0 .5em;
    margin-bottom: 2em;
  }
}
#category-wrapper #category-description p:first-child {
  margin-top: 32px;
}
#category-wrapper #category-franchises {
  float: right;
  width: 43%;
}
@media (max-width: 33.5em) {
  #category-wrapper #category-franchises {
    float: none;
    width: 100%;
  }
}
#category-wrapper #category-franchises ul {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}
#category-wrapper #category-franchises ul li {
  float: left;
  margin: 0 .3em 1em 0;
  padding: .6em .3em;
  border: solid 1px white;
  border-radius: 7px;
  width: 27%;
}
@media (max-width: 39.5em) {
  #category-wrapper #category-franchises ul li {
    width: 35%;
    margin: 0 .5em;
  }
}
@media (max-width: 33em) {
  #category-wrapper #category-franchises ul li {
    width: 25%;
    margin: 0 .1em .1em;
    padding: .6em .2em;
  }
}
#category-wrapper #category-franchises ul li a img {
  width: 93%;
  height: auto;
  max-width: 150px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
#category-wrapper #category-franchises ul li:hover {
  border: solid 1px #bbbbbb;
  box-shadow: #003375 1px 1px 2px;
}
#category-wrapper #category-franchises ul#category-news-list {
  margin: 0 1em 3em 0;
}
#category-wrapper #category-franchises ul#category-news-list li {
  width: 90%;
  padding: 0;
  margin-left: 3em;
  border: none;
}
#category-wrapper #category-franchises ul#category-news-list li:hover {
  border: none;
  box-shadow: none;
}
#category-wrapper #category-franchises .sub-content-list {
  margin: 0 1em 2em 0;
  padding-bottom: 2em;
}
#category-wrapper #category-franchises.wide {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
#category-wrapper #category-franchises.wide h3 {
  margin-bottom: 2em;
}
#category-wrapper #category-franchises.wide ul {
  list-style-type: none;
  margin: 0 0 3em;
}
@media (max-width: 30em) {
  #category-wrapper #category-franchises.wide ul {
    margin: 0 .5em 3em;
  }
}
#category-wrapper #category-franchises.wide ul li {
  float: left;
  width: inherit;
  margin: 0 0 1.5em;
  padding: .9em .4em .9em .4em;
  border: none;
  border-right: solid 2px #d2d2d2;
  border-radius: 0;
  width: 17%;
}
@media (max-width: 41.5em) {
  #category-wrapper #category-franchises.wide ul li {
    width: 21%;
  }
}
@media (max-width: 30em) {
  #category-wrapper #category-franchises.wide ul li {
    width: 27%;
    padding: .9em .4em;
  }
}
#category-wrapper #category-franchises.wide ul li a img {
  width: 95%;
  height: auto;
  max-width: 150px;
  max-height: 79px;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
#category-wrapper #category-franchises.wide ul li:hover {
  border: none;
  border-right: solid 2px #d2d2d2;
  box-shadow: none;
}
#category-wrapper #category-franchises.wide ul li:nth-child(5n+5) {
  border-right: none;
}
#category-wrapper #category-franchises.wide ul li:last-child {
  border-right: none;
}
@media (max-width: 41.5em) {
  #category-wrapper #category-franchises.wide ul li:nth-child(5n+5) {
    border-right: solid 2px #d2d2d2;
  }
  #category-wrapper #category-franchises.wide ul li:nth-child(4n+4) {
    border-right: none;
  }
}
@media (max-width: 30em) {
  #category-wrapper #category-franchises.wide ul li:nth-child(5n+5) {
    border-right: solid 2px #d2d2d2;
  }
  #category-wrapper #category-franchises.wide ul li:nth-child(4n+4) {
    border-right: solid 2px #d2d2d2;
  }
  #category-wrapper #category-franchises.wide ul li:nth-child(3n+3) {
    border-right: none;
  }
}
#category-wrapper #category-featured-products a {
  color: #1280c4;
}
#category-wrapper #category-featured-products h3 {
  margin: 1em 0 .1em;
  padding: 0;
}
#category-wrapper #category-featured-products ul {
  border-top: solid 1px #d2d2d2;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category-wrapper #category-featured-products ul li {
  float: left;
  width: 29%;
  margin: 2em .9em;
  line-height: 1.4em;
}
@media (max-width: 43em) {
  #category-wrapper #category-featured-products ul li {
    margin: 1em .6em;
  }
}
@media (max-width: 37em) {
  #category-wrapper #category-featured-products ul li {
    width: 15em;
    margin: 1em auto 4em;
    float: none;
  }
}
#category-wrapper #category-featured-products ul li a {
  /*text-decoration: none;
                    color: #0077c0;
                    font-size: 1.1em;*/
  text-align: center;
  display: inline-block;
  max-width: 15em;
}
@media (max-width: 37em) {
  #category-wrapper #category-featured-products ul li a {
    width: 15em;
    margin: 0 auto;
  }
}
#category-wrapper #category-featured-products ul li a img {
  width: 90%;
  background-size: cover;
  height: 15em;
  margin: 0 0 1em 0;
  border: solid 1px #d2d2d2;
  border-radius: 4px;
}
#category-wrapper #category-featured-products ul li a:hover {
  text-decoration: underline;
}

#company-wrapper {
  color: #333333;
}
#company-wrapper h2 {
  font-weight: 500;
  text-align: center;
  margin: 2em 3em;
  font-size: 1.9em;
}
@media (max-width: 56em) {
  #company-wrapper h2 {
    margin: 1.5em 2.5em;
  }
}
@media (max-width: 39.5em) {
  #company-wrapper h2 {
    margin: 1.5em .8em;
    font-size: 1.7em;
  }
}
@media (max-width: 30em) {
  #company-wrapper h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 27em) {
  #company-wrapper h2 {
    font-size: 1.2em;
  }
}
#company-wrapper #company-subheader {
  background: #767b89;
  color: white;
  padding: 1em 2em;
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.8em;
  border-top: solid 2px #666666;
  border-bottom: solid 2px #666666;
}
#company-wrapper #company-subheader a {
  color: #cccccc;
}
#company-wrapper #company-subheader a:hover {
  color: #f79f5c;
}
#company-wrapper #company-building {
  float: right;
  margin: 3em 1em 2em 2em;
  border: solid 1px #cccccc;
  -moz-box-shadow: 3px 3px 0px #bbbbbb;
  -webkit-box-shadow: 3px 3px 0px #bbbbbb;
  box-shadow: 3px 3px 0px #999999;
  border-radius: 5px;
  vertical-align: top;
}
@media (max-width: 39.5em) {
  #company-wrapper #company-building {
    width: 15em;
  }
}
@media (max-width: 30em) {
  #company-wrapper #company-building {
    width: 12em;
  }
}
@media (max-width: 27em) {
  #company-wrapper #company-building {
    display: none;
  }
}
#company-wrapper h3 {
  color: #003375;
  margin: 2em 1em 1em;
  font-size: 1.7em;
  vertical-align: top;
  font-weight: 500;
}
#company-wrapper ul {
  margin: 0 2em 2em 0em;
  padding: 0 0 0 .6em;
  list-style-type: none;
}
#company-wrapper ul li {
  margin: 1em 1em 2em;
}
#company-wrapper ul li b {
  font-weight: 600;
  color: #003375;
}
#company-wrapper ul li a {
  font-size: .9em;
  color: #1280c4;
}
#company-wrapper ul li a:hover {
  color: #3b5585;
}
#company-wrapper ul li:before {
  content: "»    ";
  color: #003375;
}
#company-wrapper #company-contact {
  margin: 4em 1.5em 3em;
  color: #003375;
}

#contact-us-wrapper {
  margin: 1em 0 0;
}
#contact-us-wrapper dl {
  float: left;
  margin: 2em 0 0 2em;
  padding: 0 0 0 1em;
  width: 13.5em;
}
@media (max-width: 57em) {
  #contact-us-wrapper dl {
    margin: 2em 1em 2em 5em;
  }
}
@media (max-width: 30em) {
  #contact-us-wrapper dl {
    margin: 2em 0 0 2em;
  }
}
#contact-us-wrapper dl dt {
  color: #003375;
  font-size: 1.3em;
  margin: .5em 0 .8em  0;
  padding: 0;
}
#contact-us-wrapper dl dd {
  margin: 0 0 .2em;
}
#contact-us-wrapper #contact-us-nac-bldg {
  border-top: solid 1px #555555;
  clear: both;
  background: url(/Content/Images/Sub/NacBuilding.jpg) no-repeat 0 -3em;
  background-size: cover;
  height: 21em;
  box-shadow: gray 3px 0 7px;
  margin: 3em 0 0;
}
@media (max-width: 56em) {
  #contact-us-wrapper #contact-us-nac-bldg {
    background-position: center center;
  }
}

#footer-wrapper {
  background: #131313;
  color: #757575;
  font-size: .85em;
  padding: 1em .2em 0;
  letter-spacing: .025em;
  margin: 0;
  overflow: hidden;
}
#footer-wrapper img {
  vertical-align: top;
}
#footer-wrapper p {
  margin: .01em 0 0;
  padding: 0;
}
#footer-wrapper a {
  color: #1280c4;
  text-decoration: none;
}
#footer-wrapper a:hover {
  text-decoration: underline;
}
#footer-wrapper .footer-emphasis {
  text-transform: uppercase;
  color: silver;
  padding-right: .1em;
  font-weight: bold;
}
#footer-wrapper #footer-contact-info {
  width: 45%;
  float: left;
  padding: 0 0 .4em 2em;
  border-right: solid 2px #585858;
}
@media (max-width: 42em) {
  #footer-wrapper #footer-contact-info {
    border-right: none;
  }
}
#footer-wrapper #footer-contact-info a {
  text-transform: lowercase;
  font-size: 1em;
}
@media (max-width: 42em) {
  #footer-wrapper #footer-contact-info {
    width: 95%;
  }
}
@media (max-width: 30em) {
  #footer-wrapper #footer-contact-info {
    padding-left: .8em;
  }
}
#footer-wrapper #footer-site-links {
  width: 47%;
  float: left;
  margin: 0 0 0 1.7em;
}
@media (max-width: 42em) {
  #footer-wrapper #footer-site-links {
    width: 95%;
  }
}
@media (max-width: 30em) {
  #footer-wrapper #footer-site-links {
    padding-left: .8em;
    margin-bottom: 1em;
  }
}
#footer-wrapper #footer-site-links ul {
  margin: 0 0 5em 1em;
  padding: 0;
}
#footer-wrapper #footer-site-links ul li {
  float: left;
  width: 11em;
  list-style: none;
  margin: .5em 0;
  padding: 0;
}
#footer-wrapper #footer-site-links ul li a {
  text-transform: inherit;
  font-size: 1em;
}
#footer-wrapper #footer-site-links #footer-logos {
  padding: 1em 0 0 0;
  width: 90%;
  max-width: 20em;
}

@-ms-viewport {
  width: device-width;
}
body {
  font-family: 'Titillium Web', sans-serif;
}
.show {
  display: block;
}
.hide {
  display: none;
}
#alert-message {
  width: fit-content;
  display: block;
  margin: .5em auto 1em;
  border-top: double 2px #777777;
  border-bottom: double 2px #777777;
  border-left: solid 1px #777777;
  border-right: solid 1px #777777;
  padding: 0 1em 0 1em;
  border-radius: 8px;
  background-size: 3.5em;
}
#alert-message.christmas {
  width: 69em;
  display: block;
  margin: .5em auto 1em;
  border: solid 1px #90be94;
  padding: 0 1em;
  color: #7a947c;
  background-color: #f4fff3;
  height: 6em;
  background: url(/Content/Images/holidays.jfif) no-repeat;
  background-position: top -77px left 350px;
  background-color: #8efe9714;
}
#wrapper {
  position: relative;
  background: white;
  margin: 0 auto;
  width: auto;
  max-width: 70em;
  min-width: 19.9em;
  min-height: 20em;
  box-shadow: -10px 0 20px -4px #777777, 10px 0 20px -4px #777777;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  overflow: hidden;
}
#subpage-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 14em;
  background-size: cover;
  color: white;
  min-width: 58em;
}
#subpage-header h1 {
  position: absolute;
  top: 4em;
  left: 1.2em;
  font-size: 2.25em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
#subpage-header #breadcrumb {
  position: absolute;
  top: 2em;
  left: 1em;
  font-size: .7em;
  padding: 0 0 0 1em;
  letter-spacing: .03em;
}
#subpage-header #breadcrumb a {
  color: white;
  text-decoration: none;
}
#subpage-header #breadcrumb a:hover {
  text-decoration: underline;
  color: #d4d4d4;
}
#not-found-wrapper {
  margin: 2em 1em 8em;
}
#not-found-wrapper h2 {
  font-weight: 400;
  font-size: 1.6em;
  color: #003375;
}
#not-found-wrapper p {
  font-size: 1.1em;
}
table.nac-table {
  text-align: center;
  border: solid 1px #aaaaaa;
  width: 100%;
  font-size: .9em;
  margin: 2em 0 4em;
  /*tr.parent-row:nth-child(2n+1) {
        background: #fff;
    }*/

}
@media (min-width: 320px) and (max-width: 767px) {
  table.nac-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
table.nac-table .left {
  text-align: left;
}
table.nac-table .parent-row {
  background-color: #eeeeee;
}
table.nac-table .center {
  text-align: center;
}
table.nac-table .datasheet {
  background: url(/Content/Images/pdf.png) no-repeat;
  cursor: pointer;
  width: 3em;
  height: 3em;
  background-size: 3em;
  margin: .5em 1em 0 0;
  display: inline-block;
}
table.nac-table th {
  font-weight: 600;
  font-size: 1.1em;
  padding: .5em;
  background: #087bc2;
  border-bottom: solid 1px #aaaaaa;
  color: white;
}
table.nac-table td {
  padding: .2em;
}
table.nac-table tr {
  background: white;
  border-bottom: solid 1px #aaaaaa;
}
table.nac-table tr td:first-child {
  padding-left: 2em;
  min-width: 8em;
  text-align: left;
  cursor: pointer;
  outline: none;
}
table.nac-table tr.expanded-row {
  background: #f6f6f6;
}
table.nac-table a:hover {
  text-decoration: underline;
}
table.nac-table table.nac-table .expand-row {
  cursor: pointer;
  background-color: white;
}
table.nac-table .expanded {
  background: url(/content/images/collapse.gif) left center no-repeat;
  background-size: 2em;
}
table.nac-table .collapsed {
  background: url(/content/images/expand.gif) left center no-repeat;
  background-size: 2em;
}
table.nac-table button {
  border: solid 1px #777777;
  padding: .05em .6em;
  margin: 1em;
  font-weight: 600;
  font-size: 1.2em;
  color: white;
  border-radius: 2px;
}
table.nac-table .green {
  background-color: #81d46d;
}
table.nac-table .blue {
  background-color: #1280c4;
}
table.nac-table .orange {
  background-color: #ee8e26;
}
table.nac-table .navy {
  background-color: #275493;
}
table.nac-table .black {
  background-color: black;
}
.no-show {
  display: none;
}
.three-wide {
  float: left;
  width: 29.5%;
  margin-right: 1.6em;
}
@media (max-width: 68.9em) {
  .three-wide {
    float: none;
    width: 100%;
    margin-right: inherit;
  }
}
tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  color: black;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}
.two-wide {
  float: left;
  width: 46%;
  margin-right: 1.6em;
}
@media (max-width: 68.9em) {
  .two-wide {
    float: none;
    width: 100%;
    margin-right: inherit;
  }
}
#social-links {
  position: absolute;
  right: 0;
  top: 28.75em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: white;
  border-top: solid 1px #e0e6ee;
  border-left: solid 1px #e0e6ee;
  border-bottom: solid 1px #e0e6ee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: #d4d4d4 1px 1px 1px;
}
#social-links li {
  margin: .5em .3em .5em .5em;
  padding: 0;
}
#social-links li a {
  display: block;
  width: 100%;
  border: none;
}
#social-links #facebook {
  background: url(/Content/Images/social-icons.jpg) no-repeat 0 0;
  width: 2.4em;
  height: 2.2em;
}
#social-links #twitter {
  background: url(/Content/Images/social-icons.jpg) no-repeat 0 -2.96em;
  width: 2.4em;
  height: 2.2em;
}
#social-links #googleplus {
  background: url(/Content/Images/social-icons.jpg) no-repeat 0 -5.92em;
  width: 2.4em;
  height: 2.2em;
}
#social-links #linkedin {
  background: url(/Content/Images/social-icons.jpg) no-repeat 0 -8.88em;
  width: 2.4em;
  height: 2.2em;
}
#social-links #youtube {
  background: url(/Content/Images/social-icons.jpg) no-repeat 0 -11.84em;
  width: 2.4em;
  height: 2.2em;
}
@media (max-width: 70em) {
  #social-links {
    display: none;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.responsive-images {
  max-width: 100%;
}
#start-quote {
  font-size: 9pt;
  text-align: start;
}
#end-quote {
  font-size: 8pt;
  margin-left: 14em !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  #end-quote {
    margin-left: 0em !important;
  }
}

.header {
  height: 7em;
}
@media (min-width: 320px) and (max-width: 990px) {
  .header {
    height: auto;
  }
}
#logo-nav {
  width: 20em;
  margin-top: -8em;
  padding-bottom: 6px;
}
.navbar-nav.mr-auto {
  color: white;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  background-color: #003375;
  margin-left: -25em;
  width: 70em;
  padding-left: 2em;
  margin-top: 6px;
}
#text-part-search {
  margin-left: -21em;
}
@media (min-width: 768px) and (max-width: 990px) {
  #text-part-search {
    margin-left: -23em;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  #text-part-search {
    margin-left: 0em;
  }
}
#search-box {
  margin-left: 44em;
  bottom: -1em;
  padding-top: 2px;
}
@media (min-width: 768px) and (max-width: 990px) {
  #search-box {
    margin-left: 24em;
    bottom: -5em;
    padding-top: 2px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  #search-box {
    margin-left: 0em;
    bottom: -1em;
    padding-top: 2px;
  }
}
.bg-light {
  background-color: whitesmoke;
}
header {
  height: 6.8em;
  width: 100%;
  background-image: url(/Images/header-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -10px 0 20px -4px #777777, 10px 0 20px -4px #777777;
}
#main-wrapper {
  margin: 1rem;
}
.sticky {
  position: sticky;
  top: 0px;
  white-space: inherit;
  box-sizing: border-box;
  width: -webkit-fill-available;
  max-width: inherit;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}
.navbar-nav .dropdown-menu.show {
  position: absolute;
  float: none;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  font-weight: 700;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: chartreuse;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: chartreuse;
}
.navbar-light .navbar-nav .nav-link:hover:active {
  color: chartreuse;
}
.dropdown-item {
  color: #335c91;
  transition: background-color 1000ms;
  text-align: center;
  font-weight: 600;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--white);
  background-color: #8fc5ffd4;
}
.dropdown-item.active {
  background-color: blue;
}
#user {
  color: cornflowerblue;
}
#Buynow {
  margin-left: 2em;
}
#nav-link1 {
  color: #003375;
  padding-left: 1px;
}
/* Media Views  */

@media (max-width: 990px) and (min-width: 768px) {
  #nav-link1 {
    margin-left: 55px;
  }
}
/* nav menu */

@media (min-width: 990px) and (max-width: 2560px) {
  #Home-Link {
    align-self: center;
    color: #335c91;
    font-weight: 700;
  }
}
@media (min-width: 320px) and (max-width: 990px) {
  ul.navbar-nav.mr-auto {
    padding-left: 2em;
    align-items: flex-start;
    float: right;
    top: 0;
    background: #f2f2f2;
    width: 13em;
    height: 16em;
    box-shadow: 0 10px 6px -6px #555555;
    border: solid 1px #666666;
    background-repeat: no-repeat;
    background-color: #003375f5;
  }
  #nav-link1 {
    margin-top: -32px;
    margin-left: 47px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #Home-Link {
    align-self: unset;
  }
}
/* nav logo mobile */

@media (min-width: 481px) and (max-width: 767px) {
  #logo-nav {
    width: 12.8em;
    margin-top: 0em;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #logo-nav {
    width: 12.8em;
    margin-top: 0em;
  }
}
/* nav bar background mobile */

@media (min-width: 481px) and (max-width: 767px) {
  #nav-bar {
    height: 3.5em;
    width: inherit;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #nav-bar {
    height: 3.4em;
    width: inherit;
  }
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-top: 2em;
}
.card-title {
  color: #004a77;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
  color: #5287c9;
  border-bottom: solid 1px #5281c9;
  width: 100%;
  font-weight: 700;
  font-size: inherit;
}
.card-title-text {
  color: #004a77;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
  color: #5287c9;
  border-bottom: solid 1px #5281c9;
  width: 100%;
  font-weight: 700;
  font-size: larger;
}
/* Card-Title*/

@media (min-width: 768px) and (max-width: 1280px) {
  .card-title {
    margin-bottom: .75rem;
    word-break: keep-all;
  }
  h5.card-title {
    margin-left: 0px;
    font-size: x-small;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .card-title {
    margin-bottom: .75rem;
    word-break: keep-all;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-title {
    margin-bottom: .75rem;
    word-break: keep-all;
  }
  h5.card-title {
    margin-left: 0px;
  }
}
.h4,
h4 {
  font-size: 1.1em;
}
.h3,
h3 {
  font-size: 1.5rem;
  color: #5287c9;
  width: 100%;
}
a {
  color: #224f88;
}
a#Home-Link {
  color: #003375;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}
#company-name {
  margin-left: 30em;
  font-weight: 500;
  line-height: 1.2em;
  color: #003375;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #company-name {
    margin-left: 18em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #company-name {
    margin-left: 5em;
    font-size: x-small;
    margin-bottom: -1em;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #company-name {
    margin-left: 1em;
    font-size: x-small;
    margin-bottom: -1em;
  }
}
#pin-strip-nav {
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 2.3em;
}
#username {
  color: #003375;
  text-transform: inherit;
  display: block;
  margin: 0 1em 0 0;
  top: 0.5em;
  position: absolute;
}
@media (min-width: 480px) and (max-width: 767px) {
  #username {
    top: 0em;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #username {
    top: 0em;
    right: 12em;
  }
}
#login {
  font-weight: 500;
  line-height: 1.2em;
}
#navbarSupportedContent {
  margin-left: 3em;
}
.divider {
  padding: 8px;
}
@media (min-width: 320px) and (max-width: 988px) {
  .divider {
    display: none;
    padding: 0;
  }
}

#best-places-wrapper {
  max-width: 300px;
  margin: 4.5em 11.5em 0;
  padding-top: 3.9em;
  background: url(/Content/Images/2018-2019.png) no-repeat;
  background-position: right 30% bottom;
  background-size: 13.5em;
  height: 8em;
  margin-top: 5.5em;
}
@media (max-width: 58em) {
  #best-places-wrapper {
    background-position: right 15% bottom;
    margin-left: 2em;
    padding-top: 2.9em;
    font-size: smaller;
  }
}
@media (max-width: 47em) {
  #best-places-wrapper {
    background-position: right 10% bottom;
    margin-top: 3.5em;
    margin-bottom: 1em;
    min-width: 0em;
  }
}
@media (max-width: 35em) {
  #best-places-wrapper {
    width: 100%;
    background-position: center;
    margin-top: 0em;
    margin: 1em 7em 0em;
  }
}
@media (max-width: 28em) {
  #best-places-wrapper {
    margin: -2em 4em 0;
    padding-top: 30px;
  }
}
@media (max-width: 24em) {
  #best-places-wrapper {
    margin: -2.8em 3em 0em;
  }
}
@media (max-width: 22em) {
  #best-places-wrapper {
    margin: -2em 1em 0em;
  }
}
#best-places-wrapper h2 {
  color: #666666;
  font-weight: 600;
  width: 60%;
  text-align: center;
}
@media (max-width: 58em) {
  #best-places-wrapper h2 {
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 47em) {
  #best-places-wrapper h2 {
    width: 60%;
  }
}
@media (max-width: 35em) {
  #best-places-wrapper h2 {
    position: relative;
    bottom: 7.3em;
    font-weight: 500;
    width: inherit;
    padding: inherit;
    font-size: 1.4em;
  }
}
h1#TopWorkPlace {
  color: black;
}
@media (max-width: 30em) {
  h1#TopWorkPlace {
    color: transparent;
    opacity: -7.6;
  }
}
@media (max-width: 35em) {
  h1#TopWorkPlace {
    color: transparent;
    opacity: -7.6;
  }
}
#best-place {
  background-color: white;
}
@media (max-width: 47em) {
  #best-place {
    background: initial;
  }
}
#home-video-wrapper {
  background: #f8f8f8;
  padding: 1.5em 2em;
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}
#home-video-wrapper iframe {
  float: left;
  width: 45%;
  min-height: 16.8em;
}
@media (max-width: 44em) {
  #home-video-wrapper iframe {
    min-height: 12em;
  }
}
@media (max-width: 41em) {
  #home-video-wrapper iframe {
    width: 100%;
    min-height: 20.5em;
    margin-bottom: .5em;
  }
}
@media (max-width: 38em) {
  #home-video-wrapper iframe {
    min-height: 18em;
  }
}
@media (max-width: 33em) {
  #home-video-wrapper iframe {
    min-height: 16em;
  }
}
@media (max-width: 30em) {
  #home-video-wrapper iframe {
    min-height: 14em;
  }
}
@media (max-width: 27em) {
  #home-video-wrapper iframe {
    min-height: 12em;
  }
}
@media (max-width: 24em) {
  #home-video-wrapper iframe {
    min-height: 11em;
  }
}
#home-video-wrapper h2 {
  color: #003375;
  margin: 0 0 0 2em;
  padding: 0;
  float: left;
  line-height: 1.2em;
  width: 98%;
  font-size: 1.5em;
}
@media (max-width: 44em) {
  #home-video-wrapper h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 41em) {
  #home-video-wrapper h2 {
    float: none;
    clear: both;
    margin: 0;
    padding: .5em 0 0 0;
    width: inherit;
  }
}
#home-video-wrapper p {
  padding: 0;
  width: 95%;
  float: left;
  margin: 1em 0 0 3em;
}
@media (max-width: 44em) {
  #home-video-wrapper p {
    float: inherit;
    clear: both;
    width: inherit;
    margin: 0;
    padding: 1.5em 0 0 0;
  }
}
#auth-manufs-wrapper {
  margin: 2em 0 0;
  padding: 0;
  clear: both;
}
#auth-manufs-wrapper h2 {
  margin: 0 0 0 1em;
  padding: 0;
  display: inline-block;
  color: #003375;
  font-weight: 400;
  font-size: 1.4em;
  float: left;
  text-transform: uppercase;
}
#auth-manufs-wrapper #home-linecard-wrapper {
  padding: .2em 0 0 0;
  display: inline-block;
  min-width: 10em;
  margin: 0 0 0 2em;
}
#auth-manufs-wrapper #home-linecard-link {
  color: #75b219;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
}
#auth-manufs-wrapper #home-linecard-link:hover {
  text-decoration: underline;
}
#auth-manufs-wrapper #linecard-size {
  color: #999999;
  font-style: italic;
  font-size: .9em;
}
#auth-manufs-wrapper #view-all {
  margin: .3em 1em 0 2em;
  text-decoration: none;
  color: #1280c4;
  display: inline-block;
}
#auth-manufs-wrapper #view-all:hover {
  text-decoration: underline;
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper {
  margin: 1em 0 2em 0;
  position: relative;
  text-align: center;
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs {
  list-style-type: none;
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li {
  margin: 1em 1em 3em 1.5em;
  position: relative;
}
@media (max-width: 30em) {
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li {
    margin: 1em .75em 3em .9em;
  }
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 17.5%;
  margin: 0 1.2em 0 0;
}
@media (max-width: 57em) {
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a {
    width: 15.5%;
  }
}
@media (max-width: 40em) {
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a {
    width: 14.8%;
  }
}
@media (max-width: 30em) {
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a {
    width: 18%;
  }
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a img {
  padding: .5em 1.4em .5em 0;
  border-right: solid 2px #d2d2d2;
  width: 100%;
  max-width: 170px;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}
@media (max-width: 57em) {
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a img {
    padding: .5em 1em .5em .2em;
  }
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a:nth-child(5n+5) img {
  border-right: none;
}
@media (max-width: 30em) {
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a:nth-child(4n+4) img {
    border-right: none;
  }
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a:nth-child(5n+5) img {
    border-right: solid 2px #d2d2d2;
  }
  #auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a:last-child img {
    border-right: none;
  }
}
#products-group-wrapper {
  margin: 0 1.5em 2em;
  padding: 0 0 1em 0;
}
#products-group-wrapper h2 {
  color: #003375;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 .5em;
}
#products-group-wrapper h3 {
  background: #087bc2;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: .03em;
  padding: .2em .7em;
  margin: .5em 0;
}
#products-group-wrapper a {
  text-decoration: none;
  color: #0077c0;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
}
#products-group-wrapper a:hover {
  text-decoration: underline;
}
#products-group-wrapper ul {
  margin: 0 0 0 .5em;
  padding: 0;
}
#products-group-wrapper ul li {
  list-style-type: none;
  margin: 0 0 0 .1em;
  padding: 0 0 0 1.1em;
  float: left;
  width: 44%;
  background: url(/Content/Images/arrows.jpg) no-repeat 0 0.4em;
}
@media (max-width: 47.8em) {
  #products-group-wrapper ul li {
    width: 90%;
  }
}
#products-group-wrapper .image-wrapper {
  display: block;
  width: 100%;
  height: 12em;
  background-size: cover;
}
#products-group-wrapper #products-by-industry {
  float: left;
  width: 45%;
}
#products-group-wrapper #products-by-industry .image-wrapper {
  background-image: url(/Content/Images/Home/products-by-industry.jpg);
}
@media (max-width: 30em) {
  #products-group-wrapper #products-by-industry {
    width: 90%;
  }
}
#products-group-wrapper #products-by-technology {
  float: right;
  width: 52%;
}
#products-group-wrapper #products-by-technology .image-wrapper {
  background-image: url(/Content/Images/Home/products-by-technology.jpg);
}
@media (max-width: 30em) {
  #products-group-wrapper #products-by-technology {
    width: 90%;
    float: left;
    margin: 2em 0 0 0;
  }
}
#new-products-wrapper {
  margin: 2em 1.5em 2em;
  padding: 0 0 1em 0;
}
#new-products-wrapper h2 {
  color: #003375;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0;
  padding: 0;
}
#new-products-wrapper hr {
  margin: 0;
  padding: 0;
  line-height: 0;
  color: #f1f1f1;
}
#new-products-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#new-products-wrapper ul li {
  float: left;
  width: 25%;
  margin: 1em .9em;
  line-height: 1.4em;
  margin-left: 4em;
}
@media (max-width: 48em) {
  #new-products-wrapper ul li {
    float: left;
    width: 40%;
    margin: 1em .9em;
    line-height: 1.4em;
  }
}
@media (max-width: 43em) {
  #new-products-wrapper ul li {
    float: left;
    width: 44%;
    margin: 1em .9em;
    line-height: 1.4em;
  }
}
@media (max-width: 37em) {
  #new-products-wrapper ul li {
    width: 18em;
    margin: 1em auto 2em;
    float: inherit;
  }
}
#new-products-wrapper ul li a {
  text-decoration: none;
  color: #0077c0;
  font-size: 1.1em;
}
#new-products-wrapper ul li a .new-product {
  /*width: 90%;
                    background-size: cover;*/
  height: 15em;
  margin: .5em 0 1.25em 0;
  border: solid 1px #d2d2d2;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  padding: 1.2em .5em;
  min-width: 7em;
}
#new-products-wrapper ul li a:hover {
  text-decoration: underline;
}
#news-wrapper {
  background: url(/Content/Images/Home/news-background.png);
  background-size: cover;
  position: relative;
  min-height: 15em;
  height: auto;
}
#news-wrapper #satellite {
  margin: 1.1em 0 0 2em;
  display: block;
  float: left;
}
@media (max-width: 60em) {
  #news-wrapper #satellite {
    width: 5em;
  }
}
#news-wrapper h2 {
  color: #003375;
  font-size: 2.5em;
  width: 5em;
  float: left;
  vertical-align: middle;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1.4em 0 0 .6em;
  line-height: 1em;
}
@media (max-width: 60em) {
  #news-wrapper h2 {
    width: 7.5em;
    margin: 1em 0 1em 1em;
  }
}
@media (max-width: 29em) {
  #news-wrapper h2 {
    width: 4em;
    margin: .5em 0 1em 1em;
  }
}
#news-wrapper #news-items {
  float: left;
  width: 55%;
  margin: 1em 0 0 0;
}
@media (max-width: 60em) {
  #news-wrapper #news-items {
    width: inherit;
    margin: 1em 1em 1em 2em;
  }
}
#news-wrapper #news-items a {
  text-decoration: none;
  color: #1280c4;
}
#news-wrapper #news-items a:hover {
  text-decoration: underline;
}
#news-wrapper #news-items .date {
  color: #0d3f7e;
  font-weight: 600;
}
#news-wrapper #news-items .first-item {
  font-weight: 600;
  margin: 0 0 1.5em 0;
  color: #444444;
}
#news-wrapper #news-items .first-item .date {
  font-size: 1em;
  display: inline-block;
  float: left;
  line-height: 1.3em;
}
#news-wrapper #news-items .first-item .first-headline-wrapper {
  display: inline-block;
  width: 80%;
  float: left;
  line-height: 1.3em;
}
#news-wrapper #news-items .first-item .read-more {
  font-style: italic;
  text-transform: uppercase;
  color: #1280c4;
  font-size: .9em;
}
#news-wrapper #news-items .first-item .read-more:after {
  content: " →";
  font-size: 1.1em;
  font-weight: 700;
  color: black;
}
#news-wrapper #news-items .news-item {
  font-size: .8em;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 60em) {
  #news-wrapper #news-items .news-item {
    margin: 1em 1em 1em 0;
  }
}
#news-wrapper #news-items .news-item .date {
  display: inline-block;
  width: 5em;
  float: left;
  line-height: 1.3em;
  vertical-align: top;
}
@media (max-width: 60em) {
  #news-wrapper #news-items .news-item .date {
    float: inherit;
  }
}
#news-wrapper #news-items .news-item a {
  display: inline-block;
  float: left;
  width: 80%;
  line-height: 1.3em;
  margin: 0 0 .5em 0;
}
@media (max-width: 60em) {
  #news-wrapper #news-items .news-item a {
    float: inherit;
  }
}
#news-wrapper #news-items .news-item a:after {
  content: " →";
  font-size: 1.1em;
  font-weight: 700;
  color: black;
}
#news-wrapper #news-items a#view-all-news-link {
  display: inline-block;
  background: #003375;
  border: solid 2px white;
  border-radius: 8px;
  padding: .1em .9em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  box-shadow: #f1f1f1 1px 1px;
  margin: 1em 0 1em 0;
  color: white;
}
@media (max-width: 50em) {
  #news-wrapper #news-items a#view-all-news-link {
    display: block;
    width: 17em;
    margin: 1em auto;
  }
}
#news-wrapper #news-items a#view-all-news-link:hover {
  background: #1280c4;
  text-decoration: none;
}
#manufs-solutions-header {
  margin: 0 0 0 1em;
  padding: 0;
  display: inline-block;
  color: #003375;
  font-weight: 400;
  font-size: 1.4em;
  float: left;
  text-transform: uppercase;
}
#home-manufs-wrapper {
  padding: .2em 0 0 0;
  display: inline-block;
  min-width: 10em;
  margin: 0 0 0 2em;
}
#home-manufs-link {
  color: #75b219;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
}
#manufs-size {
  color: #999999;
  font-style: italic;
  font-size: .9em;
}
#view-services {
  margin: .3em 1em 0 2em;
  text-decoration: none;
  color: #1280c4;
  display: inline-block;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/

#auth-manufs-jcarousel-wrapper {
  position: relative;
  overflow: hidden;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/

#auth-manufs-jcarousel-wrapper ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/

#auth-manufs li {
  /* Required only for block elements like <li>'s */
  float: left;
  position: relative;
}
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-control-prev,
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-control-next {
  position: absolute;
  opacity: .5;
  top: 87%;
  margin: .05em 0 0 .3em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  color: #555555;
  text-decoration: none;
  font: 2.1em/1.5em Arial, sans-serif;
}
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-control-prev {
  left: 41%;
}
@media (max-width: 51em) {
  #auth-manufs-jcarousel-wrapper .jcarousel-manufs-control-prev {
    display: none;
  }
}
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-control-next {
  right: 43%;
}
@media (max-width: 51em) {
  #auth-manufs-jcarousel-wrapper .jcarousel-manufs-control-next {
    display: none;
  }
}
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 2em 0 0 0;
}
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 13px;
  width: 13px;
  line-height: 10px;
  background: #4c4c4c;
  color: #4e443c;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 9px;
}
#auth-manufs-jcarousel-wrapper .jcarousel-manufs-pagination a.active {
  background: #4ca0d3;
  color: white;
  opacity: 1;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/

.jcarousel {
  position: relative;
  color: white;
  overflow-x: hidden;
  overflow-y: visible;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/

.jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/

.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
  position: relative;
}
.jcarousel-wrapper {
  position: relative;
  /*margin: 0 0 0 .05em;*/
  background: #f0efe7;
  border-bottom: solid 1px #cacaca;
  /** Carousel Controls **/

  /** Carousel Pagination **/

}
@media (max-width: 47.8em) {
  .jcarousel-wrapper {
    max-height: 30em;
  }
}
@media (max-width: 46em) {
  .jcarousel-wrapper {
    max-height: 29em;
  }
}
@media (max-width: 45em) {
  .jcarousel-wrapper {
    max-height: 28em;
  }
}
@media (max-width: 42em) {
  .jcarousel-wrapper {
    max-height: 27em;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper {
    background: #f0efe7;
    max-height: 32em;
  }
}
@media (max-width: 36em) {
  .jcarousel-wrapper {
    max-height: 30em;
  }
}
@media (max-width: 33em) {
  .jcarousel-wrapper {
    max-height: 29em;
  }
}
@media (max-width: 30em) {
  .jcarousel-wrapper {
    max-height: 28em;
  }
}
@media (max-width: 28em) {
  .jcarousel-wrapper {
    max-height: 25em;
  }
}
.jcarousel-wrapper .jcarousel-control-prev,
.jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  opacity: .5;
  top: 50%;
  margin: -0.5em 0 0 0.3em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  background: black;
  color: #f0efe7;
  text-decoration: none;
  text-shadow: 0 0 1px black;
  font: 2.5em/1em Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 1px gray;
  -moz-box-shadow: 0 0 1px gray;
  box-shadow: 0 0 1px gray;
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .jcarousel-control-prev,
  .jcarousel-wrapper .jcarousel-control-next {
    top: 40%;
    width: 1em;
    height: 1em;
    font: 1.7em/0.75em Arial, sans-serif;
    margin: -0.5em 0 0 0.1em;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper .jcarousel-control-prev,
  .jcarousel-wrapper .jcarousel-control-next {
    display: none;
  }
}
.jcarousel-wrapper .jcarousel-control-prev {
  left: .2em;
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .jcarousel-control-prev {
    left: 0;
  }
}
.jcarousel-wrapper .jcarousel-control-next {
  right: .4em;
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .jcarousel-control-next {
    right: .2em;
  }
}
.jcarousel-wrapper .jcarousel-pagination {
  position: absolute;
  bottom: 0em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  outline: none;
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .jcarousel-pagination {
    bottom: 0;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper .jcarousel-pagination {
    bottom: 0em;
  }
}
.jcarousel-wrapper .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #051b20;
  border: solid 2px #759fa4;
  color: #4e443c;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  -moz-box-shadow: 0 0 2px #4e443c;
  box-shadow: 0 0 2px #4e443c;
}
.jcarousel-wrapper .jcarousel-pagination a.active {
  background: white;
  color: white;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #f0efe7;
  -moz-box-shadow: 0 0 2px #f0efe7;
  box-shadow: 0 0 2px #f0efe7;
}
.jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  width: 70em;
  height: auto !important;
  opacity: .95;
  min-width: 19em;
}
@media (max-width: 47.8em) {
  
}
.jcarousel-wrapper .carousel-text {
  color: white;
  display: block;
  width: 24em;
  position: absolute;
  /*left: 32.8em;
        top: 12em;*/
  right: 3.3em;
  top: 36%;
}
@media (min-width: 62.3em) {
  .jcarousel-wrapper .carousel-text {
    right: 6em;
    width: 25em;
  }
}
@media (max-width: 56em) {
  .jcarousel-wrapper .carousel-text {
    right: 1em;
  }
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .carousel-text {
    position: inherit;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper .carousel-text {
    top: 15%;
    right: 0;
  }
}
.jcarousel-wrapper .carousel-text h1 {
  color: white;
  font-size: 2.25em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  line-height: 1em;
  text-shadow: #474747 2px 2px 6px, #cacaca 2px 2px 2px;
  text-shadow: 1px 1px 16px black, 0 0 25px #393939, 0 0 36px #343a40;
}
@media (min-width: 62.3em) {
  .jcarousel-wrapper .carousel-text h1 {
    font-size: 3em;
    color: white;
    font: bold 2.6em;
  }
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .carousel-text h1 {
    height: 2em;
    max-height: 2em;
    margin: 1.4em 0 .5em 1.6em;
    font-size: 2.1em;
    width: 10em;
    position: relative;
    bottom: 6.5em;
    left: 45%;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper .carousel-text h1 {
    margin: 0 .5em 0 1.8em;
    font-size: 1.9em;
    max-width: 12em;
    bottom: 5em;
  }
}
@media (max-width: 36em) {
  .jcarousel-wrapper .carousel-text h1 {
    margin: 0 .5em 0 1.5em;
  }
}
@media (max-width: 34em) {
  .jcarousel-wrapper .carousel-text h1 {
    margin: 0 .5em 0 1em;
  }
}
@media (max-width: 33em) {
  .jcarousel-wrapper .carousel-text h1 {
    margin: 0 .5em 0 .7em;
  }
}
@media (max-width: 30em) {
  .jcarousel-wrapper .carousel-text h1 {
    left: 42%;
  }
}
@media (max-width: 28em) {
  .jcarousel-wrapper .carousel-text h1 {
    margin: 0 1em 0 0;
    left: 15%;
    bottom: 3.5em;
  }
}
@media (max-width: 26em) {
  .jcarousel-wrapper .carousel-text h1 {
    left: 1%;
    font-size: 1.7em;
  }
}
@media (max-width: 24em) {
  .jcarousel-wrapper .carousel-text h1 {
    left: 15%;
    font-size: 1.6em;
    bottom: 4.2em;
  }
}
@media (max-width: 23em) {
  .jcarousel-wrapper .carousel-text h1 {
    left: 42%;
    font-size: 1.6em;
    bottom: 5em;
  }
}
@media (max-width: 22em) {
  .jcarousel-wrapper .carousel-text h1 {
    left: 51.5%;
    font-size: 1.0em;
    bottom: 6em;
  }
}
.jcarousel-wrapper .carousel-text p {
  margin: .1em 0;
  padding: 0;
  font-size: 1.3em;
  letter-spacing: .04em;
  clear: both;
  text-shadow: #474747 2px 2px 3px, #cacaca 2px 2px 2px, #333333 2px 2px 4px, #111111 2px 2px 5px;
  color: white;
  text-shadow: 1px 1px 16px black, 0 0 25px #393939, 0 0 5px #343a40;
}
@media (min-width: 62.3em) {
  .jcarousel-wrapper .carousel-text p {
    font-size: 1.4em;
    margin: .3em 0;
  }
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .carousel-text p {
    color: #003375;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 6.5em;
    margin: 2em 0 1em 0;
    text-shadow: none;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper .carousel-text p {
    bottom: 4.8em;
  }
}
@media (max-width: 26em) {
  .jcarousel-wrapper .carousel-text p {
    margin: 2.2em 0 .8em;
  }
}
@media (max-width: 24em) {
  .jcarousel-wrapper .carousel-text p {
    line-height: 1.2em;
    margin: 3.5em 0 .6em;
  }
}
.jcarousel-wrapper .carousel-text .no-break {
  word-break: keep-all;
  display: inline-block;
}
.jcarousel-wrapper .carousel-text p.small {
  font-size: 1em;
  line-height: 1.1em;
  color: white;
  text-shadow: 1px 1px 16px black, 0 0 25px #393939, 0 0 5px #343a40;
  font-weight: 600;
}
@media (min-width: 62.3em) {
  .jcarousel-wrapper .carousel-text p.small {
    font-size: 1.1em;
  }
}
@media (max-width: 47.8em) {
  .jcarousel-wrapper .carousel-text p.small {
    color: #444444;
    width: 90%;
    margin: 1.2em auto;
    position: relative;
    bottom: 9.8em;
    text-shadow: none;
  }
}
@media (max-width: 39.5em) {
  .jcarousel-wrapper .carousel-text p.small {
    bottom: 7em;
  }
}
@media (max-width: 25em) {
  .jcarousel-wrapper .carousel-text p.small {
    font-size: .88em;
    margin: -0.7em auto;
  }
}
.carousel-text:hover {
  text-decoration: underline;
}
.carousel-text:active {
  background-color: #cacaca;
}

#nav-overlay {
  height: 111px;
  position: absolute;
  top: 0;
  opacity: .63;
  background: white;
  z-index: 100;
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #nav-overlay {
    height: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #nav-overlay {
    height: 106px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #nav-overlay {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #nav-overlay {
    display: none;
  }
}
#nav {
  height: 6.8em;
  position: absolute;
  display: block;
  float: left;
  top: 0;
  z-index: 200;
  width: 100%;
}
#nav #logo {
  width: 18.8em;
  height: 3.4em;
  display: inline-block;
  margin: 1.9em 0 0 1em;
  background: url(/Content/Images/NAC_logo_Horizontal.png) no-repeat;
  background-size: 99%;
}
@media (max-width: 47.8em) {
  #nav #logo {
    width: 13em;
    margin: 1em 0 0 .5em;
  }
}
@media (max-width: 39.5em) {
  #nav #logo {
    width: 10em;
    margin: .5em 0 0 .2em;
    background: url(/Content/Images/NAC_logo_small.png) no-repeat;
    background-size: 90%;
    height: 2.8em;
  }
}
#nav #login-link {
  position: absolute;
  top: .4em;
  right: 7em;
  color: white;
  background: #087bc2;
  border: 1px solid #888888;
  border-radius: 4px;
  display: inline-block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media (max-width: 47.8em) {
  #nav #login-link {
    right: 21em;
    top: .9em;
  }
}
@media (max-width: 39.5em) {
  #nav #login-link {
    right: 18%;
    top: .5em;
  }
}
#nav #login-link:hover {
  box-shadow: #aaaaaa 0 1px 5px;
  text-shadow: 1px 1px 10px white;
}
#nav #menu-button {
  display: none;
  position: absolute;
  top: .1em;
  right: .2em;
  cursor: pointer;
  z-index: 2000;
  width: 38px;
  height: 38px;
}
@media (max-width: 39.5em) {
  #nav #menu-button {
    display: block;
  }
}
#nav #menu {
  position: absolute;
  right: 0;
  bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  display: block;
}
@media (max-width: 47.8em) {
  #nav #menu {
    bottom: 1.6em;
    display: block;
  }
}
@media (max-width: 39.5em) {
  #nav #menu {
    display: none;
    top: 0;
    width: 15em;
    background: #f2f2f2;
    height: 16em;
    box-shadow: 0 10px 6px -6px #555555;
    border: solid 1px #666666;
    color: white;
    padding-top: 2em;
  }
}
#nav #menu li {
  display: inline-block;
  margin: 0 .8em 0 1.3em;
  padding: 0 .3em .1em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
}
@media (max-width: 47.8em) {
  #nav #menu li {
    right: 23em;
    margin: 0 .6em 0 .7em;
  }
}
@media (max-width: 39.5em) {
  #nav #menu li {
    display: block;
    margin: 1em;
    padding: 0;
  }
}
#nav #menu li a {
  text-decoration: none;
  color: #003375;
}
#nav #menu li a:hover {
  color: #1280c4;
}
#nav #menu li.menu-buy-now {
  margin-right: .4em;
}
#nav #menu li.menu-buy-now img {
  position: relative;
  top: .5em;
}
@media (max-width: 39.5em) {
  #nav #menu li.menu-buy-now img {
    top: 0;
  }
}
#nav #menu .menu-active {
  border-bottom: solid 3px #1280c4;
}
#nav #menu .menu-active a {
  color: #1280c4;
}
#nav #search-wrapper {
  border: solid 1px #90a6c3;
  background: white;
  border-right: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 17em;
  position: absolute;
  right: .1em;
  top: 1.7em;
  height: 1.8em;
  margin: .8em .7em 0 .2em;
  padding: 0 0 0 .2em;
}
@media (max-width: 47.8em) {
  #nav #search-wrapper {
    top: 0;
  }
}
@media (max-width: 39.5em) {
  #nav #search-wrapper {
    margin: 0 auto;
    position: relative;
    bottom: -5em;
  }
}
#nav #search-wrapper ::-webkit-input-placeholder {
  color: #222222;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  padding: .2em 0 0 .5em;
}
#nav #search-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #222222;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  padding: .2em 0 0 .5em;
}
#nav #search-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  padding: .2em 0 0 .5em;
}
#nav #search-wrapper :-ms-input-placeholder {
  color: #222222;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  padding: .2em 0 0 .5em;
}
#nav #search-wrapper input[type=text] {
  border: none;
  padding: 2.5px 1px 0;
  width: 14.5em;
}
@media (max-width: 47.8em) {
  
}
#nav #search-wrapper input[type=text]:focus {
  outline: 0;
}
#nav #search-wrapper #submit-wrapper {
  background: #003375;
  display: inline;
  float: right;
  width: 2em;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#nav #search-wrapper #search-button {
  float: right;
  padding: .32em .37em 0 0;
}

#news-details {
  margin: 0 1em 7em 1em;
}
#news-details h2 {
  color: #003375;
  padding: 0;
  margin: 1em 0;
}
#news-details dt {
  margin: 1em 0;
  text-decoration: underline;
  text-shadow: 1px -1px 5px #cccccc;
}
#news-details dd {
  display: list-item;
  font-size: 1em;
  list-style-type: square;
  margin: .5em 0 .2em 2em;
}
#news-details dl#news-list {
  margin: 0;
  float: left;
  /*width: 65%;*/

}
#news-details dl#news-list dt {
  text-decoration: none;
  font-weight: 600;
  color: gainsboro;
  margin: 1.8em 0 .8em 0;
  font-size: 1.1em;
  border: solid 2px gray;
  border-radius: 8px;
  padding: 0 .6em 0 2.6em;
  display: inline-block;
  background: #667b9b url(/Content/Images/Sub/calendar.png) no-repeat 0.4em center;
  box-shadow: gainsboro 2px 2px 1px;
}
#news-details dl#news-list dd {
  list-style-type: none;
  margin: .2em 0 1em 1em;
  padding: 0 0 0 1.1em;
  background: url(/Content/Images/arrows.jpg) no-repeat 0 0.4em;
}
#news-details dl#news-list dd a {
  color: #1280c4;
}
#news-details dl#news-list dd a:hover {
  color: #003375;
}
#news-details #news-content-wrapper {
  float: left;
  width: 65%;
}
#news-details #back-to-news {
  float: right;
  width: 30%;
  margin: 1.5em 0;
}
#news-details #back-to-news a#back-to-news-link {
  display: inline-block;
  background: #003375;
  border: solid 2px #666666;
  border-radius: 8px;
  padding: .1em .9em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .9em;
  font-weight: 600;
  box-shadow: #f1f1f1 1px 1px;
  color: white;
  margin: 0 auto;
  float: right;
  width: auto;
}
#news-details #back-to-news a#back-to-news-link:hover {
  background: #1280c4;
  text-decoration: none;
}
#news-details #back-to-news img {
  display: block;
  width: 75%;
  float: right;
  margin: 2em 1em 0 0;
  max-width: 10em;
}
.news-title-blue {
  margin: 2em 0 1em;
  color: white;
  font-weight: 600;
  padding: .5em 1em;
  background: #087bc2;
  width: auto;
  flex-wrap: nowrap;
}
.news-title-green {
  margin: 2em 0 1em;
  color: white;
  font-weight: 600;
  padding: .5em 1em;
  width: auto;
  background: #75b219;
  flex-wrap: nowrap;
}

@media (max-width: 39.5em) {
  #auth-manufs-wrapper h2.linecard-header {
    display: block;
    float: none;
  }
}
@media (max-width: 23em) {
  #auth-manufs-wrapper h2.linecard-header {
    margin-left: .3em;
  }
}
.linecard-download-link {
  display: inline-block;
  margin: 0 0 0 2em;
  vertical-align: middle;
  float: right;
  margin-top: -2em;
  margin-right: 3em;
  color: #75b219;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 759px) {
  .linecard-download-link {
    float: none;
    display: inline-block;
    margin: 0 0 0 2em;
    vertical-align: middle;
    margin-right: 3em;
    color: #75b219;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
  }
}
#linecard-size {
  color: #999999;
  font-style: italic;
  font-size: .9em;
  margin-left: 7px;
}
#linecard-wrapper {
  width: 115%;
  margin: -2em auto 3em;
  position: relative;
}
@media (max-width: 29em) {
  #linecard-wrapper {
    width: 98%;
  }
}
#linecard-wrapper ul {
  list-style-type: none;
  margin: 0 0 3em;
  padding: 0 0 0 .5em;
}
#linecard-wrapper ul li {
  float: left;
  margin: 0;
  padding: .9em .45em;
  border-right: solid 2px #d2d2d2;
  border-top: solid 2px #d2d2d2;
  position: relative;
  width: 14.5%;
}
@media (max-width: 69em) {
  #linecard-wrapper ul li {
    width: 17.5%;
  }
}
@media (max-width: 57em) {
  #linecard-wrapper ul li {
    width: 21%;
  }
}
@media (max-width: 29em) {
  #linecard-wrapper ul li {
    width: 29%;
    padding: .9em .2em;
  }
}
#linecard-wrapper ul li a {
  position: relative;
}
#linecard-wrapper ul li a img {
  max-width: 368px;
  max-height: 57px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 29em) {
  #linecard-wrapper ul li a img {
    width: 5em;
    height: 5em;
  }
}
#linecard-wrapper ul li:nth-child(-n+6) {
  border-top: none;
}
#linecard-wrapper ul li:nth-child(6n+6) {
  border-right: none;
}
#linecard-wrapper ul li:last-child {
  border-right: none;
}
@media (max-width: 69em) {
  #linecard-wrapper ul li:nth-child(-n+6) {
    border-top: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(6n+6) {
    border-right: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(-n+5) {
    border-top: none;
  }
  #linecard-wrapper ul li:nth-child(5n+5) {
    border-right: none;
  }
  #linecard-wrapper ul li:last-child {
    border-right: none;
  }
}
@media (max-width: 57em) {
  #linecard-wrapper ul li:nth-child(-n+5) {
    border-top: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(5n+5) {
    border-right: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(-n+4) {
    border-top: none;
  }
  #linecard-wrapper ul li:nth-child(4n+4) {
    border-right: none;
  }
  #linecard-wrapper ul li:last-child {
    border-right: none;
  }
}
@media (max-width: 29em) {
  #linecard-wrapper ul li:nth-child(-n+5) {
    border-top: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(5n+5) {
    border-right: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(-n+4) {
    border-top: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(4n+4) {
    border-right: solid 2px #d2d2d2;
  }
  #linecard-wrapper ul li:nth-child(-n+3) {
    border-top: none;
  }
  #linecard-wrapper ul li:nth-child(3n+3) {
    border-right: none;
  }
  #linecard-wrapper ul li:last-child {
    border-right: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  #franchise-logos {
    margin: 1em 0 0 .5em;
  }
}
#franchise-logos img {
  padding-right: 2em;
}
#franchise-description-content {
  float: left;
  padding: 1em;
  width: 60%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #franchise-description-content {
    float: left;
    padding: 1em;
    width: 100%;
  }
}
#franchise-description-content #manuf-link {
  color: #1280c4;
  background: url(/Content/Images/external_link.gif) right center no-repeat;
  padding-right: 0.7em;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.2em;
  margin-left: 3em;
  white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 768px) {
  #franchise-description-content #manuf-link {
    margin-left: 0em;
  }
}
#franchise-description-content #manuf-link:hover {
  text-decoration: underline;
}
#franchise-description-content h4 {
  border-bottom: solid 1px #dddddd;
  font-weight: 600;
  margin: 2em 0 1em;
}
#franchise-description-content dt {
  margin: 1em 0;
}
#franchise-description-content dd {
  display: list-item;
  font-size: 1em;
  list-style-type: square;
  margin: .5em 0 .2em 2em;
}
#franchise-description-content.product-highlight {
  width: 97%;
}
#franchise-description-content.product-highlight h1 {
  font-size: 1.5em;
  margin-top: 1em;
}
@media (min-width: 320px) and (max-width: 576px) {
  #franchise-container {
    margin-left: 1em;
  }
}
#auth-manufs-wrapper #auth-manufs-jcarousel-wrapper #auth-manufs li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 15.5%;
  margin: 0 1.2em 0 0;
}
#franchise-literature,
#franchise-featured-products,
#franchise-news {
  float: right;
  width: 30%;
  clear: right;
  margin: 4em 2em 2em 0;
}
@media (min-width: 650px) and (max-width: 767px) {
  #franchise-literature,
  #franchise-featured-products,
  #franchise-news {
    float: right;
    width: 116%;
    clear: right;
    margin: 2em -1em 3em 0;
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 650px) {
  #franchise-literature,
  #franchise-featured-products,
  #franchise-news {
    float: right;
    width: 100%;
    clear: right;
    margin: 0em 1em 3em 0em;
    position: relative;
  }
}
.sub-content-list {
  padding: .2em .5em;
  border: solid 1px #999999;
  border-radius: 3px;
  color: #1280c4;
  -webkit-box-shadow: 4px 4px 9px 0px #75b219;
  -moz-box-shadow: 4px 4px 9px 0px #75b219;
  box-shadow: 4px 4px 9px 0px #75b219;
}
.sub-content-list h3 {
  color: #1280c4;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 450px) {
  .sub-content-list h3 {
    font-size: medium;
  }
}
.sub-content-list ul {
  list-style-image: url(/Content/Images/doc.gif);
}
.sub-content-list ul li {
  margin: 0 0 1em 0;
  padding: 0;
}
.sub-content-list ul li img {
  border: solid 1px #666666;
}
@media (min-width: 580px) and (max-width: 900px) {
  .sub-content-list ul li img {
    width: 7em;
  }
}
@media (min-width: 320px) and (max-width: 580px) {
  .sub-content-list ul li img {
    width: 3em;
  }
}
.sub-content-list ul li a {
  color: #003375;
}
.sub-content-list ul li a:hover {
  color: #1280c4;
}
#franchise-news h3 {
  color: #fc8a19;
  margin: 0;
  font-weight: 600;
}
#franchise-featured-products ul {
  list-style-image: none;
  list-style-type: none;
}
#franchise-featured-products ul li {
  margin: 2em 0 4em;
}
#store-link-wrapper {
  text-align: center;
}
#store-link {
  background: transparent url(/content/images/cart.png) no-repeat scroll 0 0;
  color: green;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  height: 2em;
  margin: 1em auto;
  padding: 0 0 0 2.5em;
  vertical-align: top;
  margin-left: 36em;
}
@media (min-width: 320px) and (max-width: 768px) {
  #store-link {
    margin-left: 0em;
  }
}
#store-link:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px green;
}
#breadcrumb-franchise {
  font-size: .8em;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 768px) {
  #breadcrumb-franchise {
    padding-top: 4em;
  }
}
* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */

.card {
  width: 16rem;
  border-top: none;
}
.card-img-top {
  width: 50%;
  border-top-right-radius: calc(-0.75rem);
  margin-left: 60px;
}
.zoom {
  /* padding: 50px; */
  /* background-color: green; */
  transition: transform .2s;
  /* width: 200px; */

  /* height: 200px; */

}
.zoom:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}
#titled-it-manufacturers {
  background: #087bc2;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: xx-large;
  letter-spacing: .03em;
  padding: .2em .7em;
}
#list-manufacturers {
  color: #0077c0;
  list-style: none;
  background: url(/Content/Images/arrows.jpg) no-repeat 0 0.1em;
  margin: 0 0 0 .1em;
  padding: 0 0 0 1.1em;
}
#manuf-tab.active {
  background-color: #087bc2;
}
#manuf-tab:hover:not(.active) {
  background-color: #087bc2;
}
#manuf-tab {
  font-size: larger;
  color: white;
  border: 0.5px solid;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  background-color: #6c757d6b;
}
@media (min-width: 320px) and (max-width: 425px) {
  #manuf-tab {
    font-size: small;
    color: white;
    border: 0.5px solid;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    background-color: #6c757d6b;
  }
}
#it-tab.active {
  background-color: #087bc2;
}
#it-tab:hover:not(.active) {
  background-color: #087bc2;
}
#it-tab {
  font-size: larger;
  color: white;
  border: 0.5px solid;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  background-color: #6c757d69;
}
@media (min-width: 320px) and (max-width: 425px) {
  #it-tab {
    font-size: small;
    color: white;
    border: 0.5px solid;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    background-color: #6c757d6b;
  }
}
#nav-tab-manuf {
  border-bottom-color: #00337566 !important;
}
.card-logos li {
  list-style: none;
}
.row {
  margin-left: 1em;
}
.border-3 {
  border-width: 4px !important;
}
.ds {
  width: 26%;
  font-size: large;
  font-weight: 600;
  text-align: center;
}

#search-results-wrapper {
  margin: 2em 1em 4em;
}
#search-results-wrapper h2 {
  color: #003375;
  font-weight: 400;
  font-size: 1.5em;
}
#search-results-wrapper table {
  text-align: center;
  border: solid 1px #aaaaaa;
  width: 99%;
  font-size: .9em;
}
#search-results-wrapper table th {
  font-weight: 400;
  padding: .5em;
  background: #c6d0e4;
  border-bottom: solid 1px #aaaaaa;
}
#search-results-wrapper table th:first-child,
#search-results-wrapper table th:nth-child(2) {
  text-align: left;
}
#search-results-wrapper table td {
  padding: .2em;
}
#search-results-wrapper table td a {
  color: #224e87;
  font-size: 0.82em;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}
#search-results-wrapper table td:first-child,
#search-results-wrapper table td:nth-child(2) {
  text-align: left;
}
#search-results-wrapper table tr {
  background: #f6f6f6;
  border-bottom: solid 1px #aaaaaa;
}
#search-results-wrapper table tr:nth-child(2n-1) {
  background: white;
}
.search-results-paging {
  margin: 0 .7em .5em 0;
  clear: both;
}
#paging-wrapper #paging-results-range {
  display: inline-block;
  padding: 0 2em 0 0;
}
#paging-wrapper #paging-items-per-page {
  float: right;
}
#paging-wrapper a {
  color: #224e87;
  font-size: 0.82em;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}
#paging-wrapper a.paging-prev-next img {
  vertical-align: middle;
}

.field-validation-error {
  color: red;
}
#services-wrapper {
  margin: 0.5em 0 1.5em;
}
#services-wrapper h2 {
  font-weight: 400;
  color: #003375;
  font-size: 1.6em;
  margin-left: .2em;
}
#services-wrapper #services-inventory,
#services-wrapper #services-component,
#services-wrapper #services-assembly {
  float: left;
  width: 32%;
  padding-left: .2em;
}
@media (max-width: 30em) {
  #services-wrapper #services-inventory,
  #services-wrapper #services-component,
  #services-wrapper #services-assembly {
    width: 100%;
  }
}
#services-wrapper #services-inventory h2,
#services-wrapper #services-component h2,
#services-wrapper #services-assembly h2 {
  background: url(/Content/Images/Sub/logistics.png) no-repeat top center;
  padding: 3em 0 0 0;
  background-size: 3em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.5em;
}
#services-wrapper #services-inventory ul,
#services-wrapper #services-component ul,
#services-wrapper #services-assembly ul {
  list-style-type: none;
}
@media (max-width: 30em) {
  #services-wrapper #services-inventory ul,
  #services-wrapper #services-component ul,
  #services-wrapper #services-assembly ul {
    margin: 1em auto 4em;
    width: 12em;
  }
}
#services-wrapper #services-inventory ul li,
#services-wrapper #services-component ul li,
#services-wrapper #services-assembly ul li {
  color: #1280c4;
  padding: .1em 0 .1em 1.1em;
  background: url(/Content/Images/arrows.jpg) no-repeat 0 0.4em;
}
#services-wrapper #services-component h2 {
  background-image: url(/Content/Images/Sub/component-services.png);
}
#services-wrapper #services-assembly h2 {
  background-image: url(/Content/Images/Sub/screwdriver.png);
}
#support-services {
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: white url(/Content/Images/Sub/diagram.jpg) no-repeat;
  background-size: cover;
}
#support-services #support-services-text-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
#support-services #support-services-text-wrapper #technical-text-wrapper,
#support-services #support-services-text-wrapper #online-text-wrapper {
  margin: 1em .5em;
  float: left;
  background: #f2f2f2;
  border: solid 2px gray;
  border-radius: 50px;
  box-shadow: #426697 1px 1px 8px;
  opacity: .92;
  padding: 0 3em .5em 1em;
}
@media (max-width: 51em) {
  #support-services #support-services-text-wrapper #technical-text-wrapper,
  #support-services #support-services-text-wrapper #online-text-wrapper {
    float: none;
    display: block;
    width: 60%;
    margin: 1.6em auto 0;
  }
}
@media (max-width: 39.5em) {
  #support-services #support-services-text-wrapper #technical-text-wrapper,
  #support-services #support-services-text-wrapper #online-text-wrapper {
    width: 80%;
  }
}
#support-services #support-services-text-wrapper #technical-text-wrapper h2,
#support-services #support-services-text-wrapper #online-text-wrapper h2 {
  font-weight: 400;
  color: #003375;
  font-size: 1.6em;
  margin: .5em 0 .5em .3em;
}
#support-services #support-services-text-wrapper #technical-text-wrapper ul,
#support-services #support-services-text-wrapper #online-text-wrapper ul {
  margin: 0 auto;
  padding: 0 0 0 1.2em;
  list-style-type: none;
}
#support-services #support-services-text-wrapper #technical-text-wrapper ul li,
#support-services #support-services-text-wrapper #online-text-wrapper ul li {
  color: #404040;
  padding: 0 0 0 1.1em;
  margin: 0 0 .5em 0;
  background: url(/Content/Images/arrows-dark.png) no-repeat 0 0.4em;
}
#support-services #support-services-text-wrapper #online-text-wrapper {
  float: right;
}
@media (max-width: 51em) {
  #support-services #support-services-text-wrapper #online-text-wrapper {
    float: none;
  }
}
#services-contactus {
  padding: 2em 1em;
  width: 60%;
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
}
#breadcrumb {
  padding-bottom: 1em;
  margin-left: 2em;
}
#services-wrapper #services-inventory ul,
#services-wrapper #services-component ul,
#services-wrapper #services-assembly ul {
  margin-left: 4em;
}

