/* input(5601,1): run-time error CSS1019: Unexpected token, found '@import'
input(5601,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap")'
input(5932,40): run-time error CSS1034: Expected closing parenthesis, found ','
input(5932,40): run-time error CSS1042: Expected function, found ','
input(5932,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(5940,44): run-time error CSS1034: Expected closing parenthesis, found ','
input(5940,44): run-time error CSS1042: Expected function, found ','
input(5940,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(6099,37): run-time error CSS1046: Expect comma, found '0'
input(6099,41): run-time error CSS1046: Expect comma, found '/'
input(6294,42): run-time error CSS1046: Expect comma, found '0'
input(6294,46): run-time error CSS1046: Expect comma, found '/' */
@charset "UTF-8";
/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "ubuntubold_italic";
  src: url("../Content/fonts/ubuntu-bi-webfont.eot");
  src: url("../Content/fonts/ubuntu-bi-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/ubuntu-bi-webfont.woff") format("woff"), url("../Content/fonts/ubuntu-bi-webfont.ttf") format("truetype"), url("../Content/fonts/ubuntu-bi-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: "ubuntuitalic";
  src: url("../Content/fonts/ubuntu-ri-webfont.eot");
  src: url("../Content/fonts/ubuntu-ri-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/ubuntu-ri-webfont.woff") format("woff"), url("../Content/fonts/ubuntu-ri-webfont.ttf") format("truetype"), url("../Content/fonts/ubuntu-ri-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: "ubunturegular";
  src: url("../Content/fonts/ubuntu-r-webfont.eot");
  src: url("../Content/fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/ubuntu-r-webfont.woff") format("woff"), url("../Content/fonts/ubuntu-r-webfont.ttf") format("truetype"), url("../Content/fonts/ubuntu-r-webfont.svg#webfont") format("svg");
}
.gray-text {
  color: #424B5A;
}

.mobile {
  display: none;
}

.red-error {
  color: #f00;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0.9em;
  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: 0.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 {
	&: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: "▶";
  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;
  overflow: hidden;
}

main {
  min-height: 650px;
}
main .breadcrumbs {
  padding-top: 1.5em;
}

#contact-right {
  padding-left: 4%;
  padding-right: 0px;
}

#contact-center {
  padding-left: 10px;
}

.email-sent {
  display: table-cell;
}

div#contact-center > span.email-sent + h2 {
  margin-top: 10px;
}

.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: 100%;
  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;
}

#footer-nav a:hover {
  color: #68a1dc;
}

.breadcrumb-item {
  padding-right: 0.5rem;
  margin-bottom: 1px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

#default-side .card-header {
  background-color: #164BB7;
  color: white;
}

#contact-us .card .card-header {
  background-color: white;
}
#contact-us .card .card-header span {
  color: #164BB7;
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#contact-us .card .card-footer {
  background-color: white;
}
#contact-us .card #faq-search {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

/* -----------------------------
CONTENTS 
----------------------------- */
/* 
- BASE
  - Text
  - Text Links
  - Buttons
  - Section Title
  - Section Dark Bg
  - Images
  - Cards
  - Carousel
- COMPONENTS
  - Hero
  - Portfolio Block
  - Careers Block
- LAYOUT
  - Header
  - Footer  
- PAGE
  - Industry Powerhouse
 */
.home-page {
  /* -----------------------------
  BASE
  ----------------------------- */
  font-family: "Roboto", sans-serif;
  color: #333333;
  /* Text */
  /* Text Links */
  /* Buttons */
  /* Inputs */
  /* Section Title */
  /* Section Dark Bg */
  /* Images */
  /* Cards */
  /* Carousel */
  /* ----------------------------- 
  COMPONENTS 
  ----------------------------- */
  /* Hero */
  /* Portfolio Block */
  /* Careers Block */
  /* Our Latest */
}
.home-page h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  color: #333333;
}
@media (max-width: 575px) {
  .home-page h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
.home-page h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
  color: #333333;
}
@media (max-width: 575px) {
  .home-page h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.home-page h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  color: #333333;
}
.home-page h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333333;
}
.home-page h5 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}
.home-page p {
  font-size: 16px;
  line-height: 24px;
}
.home-page a:hover {
  text-decoration: underline;
}
.home-page .text-primary {
  color: #164bb7 !important;
}
.home-page .text-danger {
  color: #ed1c24 !important;
}
.home-page .text-light {
  color: #ffffff !important;
}
.home-page .btn {
  border-radius: 0;
  min-height: 50px;
}
.home-page .btn .fa-arrow-right {
  margin-left: 10px;
}
.home-page .btn-primary {
  background-color: #164bb7;
  border: 2px solid #164bb7;
}
.home-page .btn-danger {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
}
.home-page .btn-danger:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.home-page .btn-outline-light {
  border-width: 2px;
}
.home-page .form-control {
  min-height: 50px;
}
.home-page .section-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-page .section-underline {
  width: 100px;
  border-bottom: 2px solid #ed1c24;
  margin-top: 10px;
  margin-bottom: 60px;
}
.home-page .text-center .section-title {
  text-align: center;
}
.home-page .text-center .section-underline {
  margin-left: auto;
  margin-right: auto;
}
.home-page .section-dark-bg {
  background: linear-gradient(120deg, rgb(38, 43, 52), rgba(38, 43, 52, 0.8)), url(/Content/Images/careers/Abstract_Dark.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center/cover no-repeat;
  color: #ffffff;
  padding: 100px 0;
}
.home-page .section-dark-bg h1,
.home-page .section-dark-bg h2,
.home-page .section-dark-bg h3,
.home-page .section-dark-bg h4,
.home-page .section-dark-bg h5,
.home-page .section-dark-bg p {
  color: #ffffff;
}
.home-page .img-lg {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .home-page .img-lg {
    height: auto;
  }
}
.home-page .img-md {
  width: 100%;
  height: 195px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .home-page .img-md {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .home-page .img-md {
    height: 175px;
  }
}
@media (max-width: 575px) {
  .home-page .img-md {
    height: 215px;
  }
}
.home-page .img-sm {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .home-page .img-sm {
    height: auto;
  }
}
.home-page .img-square {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}
.home-page .card {
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.home-page .card .card-body {
  padding: 30px 30px 40px 30px;
}
.home-page .card .card-body .label-red {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #f8d7da;
  color: #721c24;
}
.home-page .card .card-body .label-green {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #d4edda;
  color: #155724;
}
.home-page .card .card-body .label-yellow {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff3cd;
  color: #856404;
}
.home-page .card .card-body .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home-page .card .card-body .title a {
  color: #333333;
}
.home-page .card .card-body .title a:hover {
  text-decoration: none;
  color: #164bb7;
  transition: all 0.5s ease;
}
.home-page .card .card-body .product-img {
  margin-bottom: 20px;
}
.home-page .card .card-body .product-img img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.home-page .card .card-body .event-img {
  margin-bottom: 20px;
}
.home-page .card .card-body .event-img img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.home-page .card .card-body .date-location {
  display: table;
}
.home-page .card .card-body .date-location .icon {
  display: table-cell;
  width: 20px;
  color: #cccccc;
}
.home-page .card .card-body .date-location .text {
  display: table-cell;
}
.home-page .card .card-footer {
  padding: 15px 30px;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
  /*border-top: 1px solid #e5e5e5;*/
}
.home-page .card .card-footer a {
  display: block;
  font-weight: 500;
  color: #164bb7;
}
.home-page .card .card-footer a .fa-arrow-right {
  float: right;
}
@media (max-width: 1199px) {
  .home-page .card {
    margin-bottom: 40px;
  }
}
.home-page .carousel .carousel-control-prev,
.home-page .carousel .carousel-control-next {
  z-index: 2;
}
.home-page .hero-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
}
.home-page .hero-wrapper .hero-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.home-page .hero-wrapper .hero-text .container {
  height: 100%;
}
.home-page .hero-wrapper .hero-text .container .row {
  height: 100%;
  align-items: center;
}
.home-page .hero-wrapper .hero-text h1 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}
.home-page .hero-wrapper .hero-text h4 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
}
.home-page .hero-wrapper .hero-text .btn-group .btn {
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  line-height: 2;
}
.home-page .hero-wrapper .hero-text .btn-group .btn :last-child {
  margin-right: 0;
}
.home-page .hero-wrapper .hero-text .btn-group .btn:hover {
  text-decoration: none;
}
.home-page .hero-wrapper .hero-text .btn-group .btn-danger {
  color: #ffffff;
}
.home-page .hero-wrapper .hero-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, rgb(22, 75, 183) 10%, rgba(22, 75, 183, 0) 75%);
}
@media (max-width: 1199px) {
  .home-page .hero-wrapper .hero-overlay {
    background: linear-gradient(110deg, rgb(22, 75, 183) 10%, rgba(22, 75, 183, 0.5) 75%);
  }
}
.home-page .hero-wrapper .hero-img {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.home-page .portfolio-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.home-page .portfolio-block .portfolio-item {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.home-page .portfolio-block .portfolio-item:last-child {
  border-bottom: 0;
}
.home-page .portfolio-block .portfolio-item .title {
  margin-bottom: 20px;
}
.home-page .portfolio-block .portfolio-item .description {
  margin-bottom: 20px;
}
.home-page .portfolio-block .portfolio-item .explore-links a {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.home-page .portfolio-block .portfolio-item .explore-links a .fa-arrow-right {
  margin-left: 5px;
}
.home-page .portfolio-block .portfolio-item .product-list .product-heading {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-page .portfolio-block .portfolio-item .product-list .product-item a {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.home-page .portfolio-block .portfolio-item .product-list .product-item a:hover {
  color: #999999;
}
.home-page .portfolio-block .portfolio-item .product-list .product-item a span {
  color: #999999;
}
.home-page .portfolio-block .portfolio-item .product-list .product-item a .fa-chevron-right {
  color: #ed1c24;
  float: right;
}
@media (max-width: 1199px) {
  .home-page .portfolio-block .portfolio-item img {
    margin-bottom: 20px;
  }
  .home-page .portfolio-block .explore-links {
    margin-bottom: 40px;
  }
  .home-page .portfolio-block .product-heading {
    margin-top: 10px;
  }
}
.home-page .careers-block .section-underline {
  margin-bottom: 40px;
}
.home-page .careers-block h2 {
  margin-bottom: 20px;
}
.home-page .careers-block p {
  margin-bottom: 40px;
}
.home-page .careers-block .career-links a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
  color: #ffffff;
}
.home-page .careers-block .career-links a:hover {
  color: #999999;
  text-decoration: none;
}
.home-page .careers-block .career-links a .fa-arrow-right {
  float: right;
}
@media (max-width: 1199px) {
  .home-page .careers-block img {
    margin-top: 40px;
  }
}
.home-page .latest-block {
  margin-top: 100px;
  margin-bottom: 150px;
}

/* -----------------------------
    LAYOUT
----------------------------- */
.home-layout {
  /* Footer Banner */
}
.home-layout .footer-banner {
  background: linear-gradient(45deg, rgba(22, 75, 183, 0.9), rgba(66, 75, 90, 0.9)), url(/Content/Images/careers/Footer-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center top/cover no-repeat;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 40px 60px;
  color: #ffffff;
  margin-bottom: -80px;
  position: relative;
  z-index: 1000;
}
.home-layout .footer-banner .row {
  align-items: center;
}
.home-layout .footer-banner h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.home-layout .footer-banner h4 {
  color: #ffffff;
  font-weight: 400;
}
.home-layout .footer-banner .btn {
  float: right;
}
.home-layout .footer-banner .btn-outline-light {
  background-color: rgba(255, 255, 255, 0.15);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.home-layout .footer-banner .btn-outline-light:hover {
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .home-layout .footer-banner h2 {
    margin-bottom: 10px;
  }
  .home-layout .footer-banner h4 {
    margin-bottom: 40px;
  }
  .home-layout .footer-banner .btn {
    float: unset;
  }
}
@media (max-width: 575px) {
  .home-layout .footer-banner {
    padding: 40px 20px;
    margin-bottom: 0;
  }
}

/* -----------------------------
PAGE
----------------------------- */
/* Industry Powerhouse page */
#industry-powerhouse .hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 20px;
}
#industry-powerhouse .hero h1 {
  font-family: "Archivo", sans-serif;
  font-size: 45px;
  line-height: 50px;
}
#industry-powerhouse .hero h2 {
  color: #424B5A;
  font-size: 20px;
}
#industry-powerhouse .nav-tab {
  background-color: #164BB7;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
}
#industry-powerhouse .nav-tab a {
  font-size: 18px;
  color: #ffffff;
  margin-right: 40px;
}
#industry-powerhouse .nav-tab a:hover {
  text-decoration: none;
}
#industry-powerhouse .nav-tab a:last-child {
  margin-right: 0;
}
#industry-powerhouse .nav-tab i {
  margin-right: 5px;
}
#industry-powerhouse .details {
  margin-left: 20px;
}
#industry-powerhouse .faqs .scroll-nav {
  border: 1px solid #e5e5e5;
  border-left: 5px solid #164BB7;
  border-radius: 5px;
  padding: 20px;
}
#industry-powerhouse .faqs .scroll-nav .header {
  font-weight: 600;
  color: #424B5A;
}
#industry-powerhouse .faqs .scroll-nav hr {
  margin: 10px 0;
}
#industry-powerhouse .faqs .scroll-nav .links div {
  padding-bottom: 10px;
}
#industry-powerhouse .faqs .scroll-nav .links div:last-child {
  padding-bottom: 0;
}
#industry-powerhouse .faqs .accordion-header {
  font-family: "Archivo", sans-serif;
  color: #424B5A;
}
#industry-powerhouse .faqs .accordion .btn-link {
  color: #164BB7;
  text-align: left;
}
#industry-powerhouse .faqs .accordion .card-header {
  font-weight: 600;
}
#industry-powerhouse .faqs .accordion .card-body {
  color: #424B5A;
}
#industry-powerhouse .faqs .accordion .card-body ul {
  padding-left: 30px;
}

/* -----------------------------
FOOTER
----------------------------- */
.footer-partial {
  /* Footer Links */
  /* Footer Copyright */
}
.footer-partial .footer-links {
  background-color: #424b5a;
  color: #ffffff;
  padding: 160px 0 60px 0;
  font-size: 14px;
}
.footer-partial .footer-links a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 2px;
}
.footer-partial .footer-links a:hover {
  text-decoration: underline;
}
.footer-partial .footer-links .logo {
  height: 60px;
}
.footer-partial .footer-links .footer-title {
  font-weight: 600;
  text-transform: uppercase;
}
.footer-partial .footer-links .footer-underline {
  width: 100px;
  border-bottom: 2px solid #ed1c24;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-partial .footer-links .footer-career .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.footer-partial .footer-links .footer-career .text {
  margin-bottom: 20px;
  font-size: 14px;
}
.footer-partial .footer-links .footer-career .fa-arrow-right {
  margin-left: 5px;
}
@media (max-width: 575px) {
  .footer-partial .footer-links {
    text-align: center;
    padding: 60px 0 0 0;
  }
  .footer-partial .footer-links .footer-underline {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-partial .footer-copyright {
  background-color: #262b34;
  color: #cccccc;
  padding: 30px 0;
}
.footer-partial .footer-copyright .copyright-text {
  font-size: 14px;
}
.footer-partial .footer-copyright .social-icons {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.footer-partial .footer-copyright .social-icons li {
  display: inline;
  margin-right: 10px;
}
.footer-partial .footer-copyright .social-icons li:last-child {
  margin-right: 0;
}
.footer-partial .footer-copyright .social-icons li a {
  color: #fff;
  background-color: #6c757d;
  padding: 10px;
  border-radius: 50%;
}
.footer-partial .footer-copyright .social-icons li a:hover, .footer-partial .footer-copyright .social-icons li a:active, .footer-partial .footer-copyright .social-icons li a:focus {
  background-color: #ed1c24;
}
@media (max-width: 575px) {
  .footer-partial .footer-copyright {
    text-align: center;
  }
  .footer-partial .footer-copyright .social-icons {
    text-align: center;
    margin-top: 30px;
  }
}

.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-container {
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  overflow-y: scroll;
  border-right: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  height: 480px;
}

#careers-iframe-container iframe {
  padding-left: 10px;
}

#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 > p {
  font-weight: bold;
}
#faq-content #page-search-results li {
  margin-bottom: 8px;
}
#faq-content #page-search-results li:last-child {
  margin-bottom: 0;
}
#faq-content table p {
  margin-bottom: 0px;
}
#faq-content td {
  padding: 8px;
}

#sidebar-filter .blueLink {
  font-weight: 700;
}
#sidebar-filter > 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 > div {
  margin-bottom: 14px;
}

#sidebar-filter label {
  display: none;
}
#sidebar-filter .title {
  overflow: hidden;
}
#sidebar-filter .title > 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 > 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 > div {
  margin-bottom: 3em;
}
#quality .title {
  font-size: 18px;
  margin: 0.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("../Content/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: 0.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 {
  margin-top: 10px;
}
#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;
}

.ui-helper-hidden-accessible {
  display: none;
}

.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 > 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 > 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 > div {
  display: table-row;
}
.split-table > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #C3C6CB;
}
.split-table > div > div:first-child {
  width: 10%;
}
.split-table > div > div a {
  color: #68a1dc;
  font-weight: bold;
}
.split-table .table-headers {
  background: #C5C6CB;
  font-weight: bold;
}
.split-table .table-headers > div {
  padding: 10px 12px;
  border-bottom: 1px solid #fff;
}
.split-table .table-headers > div a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.split-table .table-headers > div a[data-sortorder=desc], .split-table .table-headers > div a[data-sortorder=asc] {
  color: #23527c;
  margin-left: 10px;
}
.split-table .table-headers > 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 > 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 > div:first-child {
  border-left: none;
}
.split-table .table-filters input {
  width: 45px;
}

.split-table.split-col-2 > div.table-headers > div:first-child,
.split-table.split-col-2 > div.table-headers > div:nth-child(2) {
  background: #9B9CA1;
}

.split-table.split-col-3 > div.table-headers > div:first-child,
.split-table.split-col-3 > div.table-headers > div:nth-child(2),
.split-table.split-col-3 > div.table-headers > div:nth-child(3) {
  background: #9B9CA1;
}

.split-table.split-col-4 > div.table-headers > div:first-child,
.split-table.split-col-4 > div.table-headers > div:nth-child(2),
.split-table.split-col-4 > div.table-headers > div:nth-child(3),
.split-table.split-col-4 > div.table-headers > div:nth-child(4) {
  background: #9B9CA1;
}

.split-table.split-col-5 > div.table-headers > div:first-child,
.split-table.split-col-5 > div.table-headers > div:nth-child(2),
.split-table.split-col-5 > div.table-headers > div:nth-child(3),
.split-table.split-col-5 > div.table-headers > div:nth-child(4),
.split-table.split-col-5 > div.table-headers > div:nth-child(5) {
  background: #9B9CA1;
}

.split-table.split-col-6 > div.table-headers > div:first-child,
.split-table.split-col-6 > div.table-headers > div:nth-child(2),
.split-table.split-col-6 > div.table-headers > div:nth-child(3),
.split-table.split-col-6 > div.table-headers > div:nth-child(4),
.split-table.split-col-6 > div.table-headers > div:nth-child(5),
.split-table.split-col-6 > div.table-headers > div:nth-child(6) {
  background: #9B9CA1;
}

.split-table.split-col-7 > div.table-headers > div:first-child,
.split-table.split-col-7 > div.table-headers > div:nth-child(2),
.split-table.split-col-7 > div.table-headers > div:nth-child(3),
.split-table.split-col-7 > div.table-headers > div:nth-child(4),
.split-table.split-col-7 > div.table-headers > div:nth-child(5),
.split-table.split-col-7 > div.table-headers > div:nth-child(6),
.split-table.split-col-7 > div.table-headers > div:nth-child(7) {
  background: #9B9CA1;
}

.split-table.split-col-8 > div.table-headers > div:first-child,
.split-table.split-col-8 > div.table-headers > div:nth-child(2),
.split-table.split-col-8 > div.table-headers > div:nth-child(3),
.split-table.split-col-8 > div.table-headers > div:nth-child(4),
.split-table.split-col-8 > div.table-headers > div:nth-child(5),
.split-table.split-col-8 > div.table-headers > div:nth-child(6),
.split-table.split-col-8 > div.table-headers > div:nth-child(7),
.split-table.split-col-8 > div.table-headers > div:nth-child(8) {
  background: #9B9CA1;
}

.split-table.split-col-9 > div.table-headers > div:first-child,
.split-table.split-col-9 > div.table-headers > div:nth-child(2),
.split-table.split-col-9 > div.table-headers > div:nth-child(3),
.split-table.split-col-9 > div.table-headers > div:nth-child(4),
.split-table.split-col-9 > div.table-headers > div:nth-child(5),
.split-table.split-col-9 > div.table-headers > div:nth-child(6),
.split-table.split-col-9 > div.table-headers > div:nth-child(7),
.split-table.split-col-9 > div.table-headers > div:nth-child(8),
.split-table.split-col-9 > div.table-headers > div:nth-child(9) {
  background: #9B9CA1;
}

.split-table.split-col-10 > div.table-headers > div:first-child,
.split-table.split-col-10 > div.table-headers > div:nth-child(2),
.split-table.split-col-10 > div.table-headers > div:nth-child(3),
.split-table.split-col-10 > div.table-headers > div:nth-child(4),
.split-table.split-col-10 > div.table-headers > div:nth-child(5),
.split-table.split-col-10 > div.table-headers > div:nth-child(6),
.split-table.split-col-10 > div.table-headers > div:nth-child(7),
.split-table.split-col-10 > div.table-headers > div:nth-child(8),
.split-table.split-col-10 > div.table-headers > div:nth-child(9),
.split-table.split-col-10 > div.table-headers > div:nth-child(10) {
  background: #9B9CA1;
}

.split-table.split-col-11 > div.table-headers > div:first-child,
.split-table.split-col-11 > div.table-headers > div:nth-child(2),
.split-table.split-col-11 > div.table-headers > div:nth-child(3),
.split-table.split-col-11 > div.table-headers > div:nth-child(4),
.split-table.split-col-11 > div.table-headers > div:nth-child(5),
.split-table.split-col-11 > div.table-headers > div:nth-child(6),
.split-table.split-col-11 > div.table-headers > div:nth-child(7),
.split-table.split-col-11 > div.table-headers > div:nth-child(8),
.split-table.split-col-11 > div.table-headers > div:nth-child(9),
.split-table.split-col-11 > div.table-headers > div:nth-child(10),
.split-table.split-col-11 > div.table-headers > div:nth-child(11) {
  background: #9B9CA1;
}

.split-table.split-col-12 > div.table-headers > div:first-child,
.split-table.split-col-12 > div.table-headers > div:nth-child(2),
.split-table.split-col-12 > div.table-headers > div:nth-child(3),
.split-table.split-col-12 > div.table-headers > div:nth-child(4),
.split-table.split-col-12 > div.table-headers > div:nth-child(5),
.split-table.split-col-12 > div.table-headers > div:nth-child(6),
.split-table.split-col-12 > div.table-headers > div:nth-child(7),
.split-table.split-col-12 > div.table-headers > div:nth-child(8),
.split-table.split-col-12 > div.table-headers > div:nth-child(9),
.split-table.split-col-12 > div.table-headers > div:nth-child(10),
.split-table.split-col-12 > div.table-headers > div:nth-child(11),
.split-table.split-col-12 > div.table-headers > div:nth-child(12) {
  background: #9B9CA1;
}

.split-table > div.table-filters > 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 > thead > tr > th, .table > tbody > tr > th > td {
  vertical-align: center !important;
}

#search-result {
  margin-bottom: 30px;
  margin-top: 2em;
}
#search-result .result > h5 {
  font-size: 16px;
  margin: 30px 0 5px;
}
#search-result .result .split-table > div > div:first-child {
  width: 7%;
}
#search-result .result .split-table > div .file {
  background-color: #68a1dc;
  font-size: 7px;
  text-align: center;
  border-bottom-color: white;
  padding: 0;
}
#search-result .result .split-table > div .file a {
  color: #fff;
  display: block;
  padding: 15% 0;
}
#search-result .result .split-table > div .file a:hover, #search-result .result .split-table > div .file a:active {
  color: #4570b1;
}
#search-result .result .split-table.split-col-3 > div > div:nth-child(2) {
  text-align: left;
  width: 25%;
}
#search-result .result .split-table.split-col-3 > div > div:nth-child(3) {
  text-align: left;
}
#search-result .result .split-table.split-col-3 > div > div:last-child, #search-result .result .split-table.split-col-3 > div > div:nth-last-child(2), #search-result .result .split-table.split-col-3 > div > 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 #dee2e6;
}

.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("../Content/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 > tbody > tr > 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;
}

#packagingTable .table .content {
  border: 1px solid #9a9ca2;
}

#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: 32px;
  height: 32px;
  border-radius: 17px;
  background-color: black;
  position: absolute;
  top: 5px;
  right: 4px;
  opacity: 1;
  z-index: 100;
}

#doctypefilter .modal-dialog .modal-content .close {
  top: -11px;
  right: -12px;
}

.modal-dialog .modal-content .close:hover, .modal-dialog .modal-content .close:hover {
  background-color: #aaa;
}

.modal-dialog .modal-content .close:before {
  content: "x";
  color: white;
  font-family: Verdana;
  font-weight: 900;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -16px;
  left: -10px;
}

#doctypefilter .modal-dialog .modal-content .close:before {
  top: -4px;
  left: 0;
}

.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: "+";
  font-family: Verdana;
  background-color: #164BB7;
  color: white;
  padding: 2px 4px;
  margin-right: 8px;
  margin-left: -22px;
  font-size: 10px;
  font-weight: bold;
  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: "—";
  font-size: 9px;
  margin-right: 7px;
  padding-left: 3px;
  padding-right: 3px;
  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 5px 20px 0;
}

.modal-body .table th {
  border: none !important;
}

.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 > div {
  min-height: 143px;
}
#category #sub-categories > 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 > li {
  margin-bottom: 4em;
  width: 90%;
}
#category #sub-categories .sub-category-listing > li ul.sub-category-tier {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category #sub-categories .sub-category-listing > li ul.sub-category-tier li {
  margin: 0.75em 0;
}
#category #sub-categories .sub-category-listing > li ul.sub-category-tier li a {
  font-size: 18px;
}
#category #sub-categories .sub-category-listing > 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;
}

#product-hero .description {
  margin-bottom: 4px;
}

#showhideObs {
  border-bottom: solid 1px #ccc;
  color: #68a1dc;
  display: block;
  font-size: 16px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 20px;
  position: relative;
}
#showhideObs:hover {
  color: #164BB7;
}
#showhideObs:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

#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: 0.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: 6px;
  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;
  margin-bottom: 2em;
}

.layout2-content .img-responsive {
  width: 100%;
  margin-top: 10px;
}

#applications-sidebar > div {
  background: #fff;
  border: solid 1px #cccccc;
  margin-top: 1em;
  padding: 1em;
}
#applications-sidebar > div h3 {
  font-size: 20px;
  margin-top: 0;
}

#product-sidebar > div {
  background: #fff;
  border: solid 1px #cccccc;
  margin-top: 1em;
  padding: 1em;
}
#product-sidebar > div h3 {
  font-size: 20px;
  margin-top: 0;
}
#product-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#carousel-pr ol.carousel-indicators, #carousel-news ol.carousel-indicators {
  display: none;
}

#pills-support .btn-link {
  color: #68a1dc;
  text-align: left;
  padding-left: 0;
}

#pills-tools .title {
  color: #164BB7;
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#pills-tools .design-list > ul li {
  margin: 8px;
}

/* ********************  New Styling ******************** */
/* Product Hero */
.product-hero {
  z-index: 100;
  position: sticky;
  min-height: 60px;
  top: 0;
  background-color: #fff;
  margin-bottom: 40px;
}
.product-hero h1 {
  font-family: "Roboto", sans-serif;
  color: #333333;
}
.product-hero .product-img {
  padding-right: 40px;
}
.product-hero .product-info {
  vertical-align: top;
}
.product-hero .product-info .description {
  margin-bottom: 10px;
}
.product-hero .product-info .download .file-link {
  margin-right: 10px;
}
.product-hero .product-info .status .text {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin-left: 5px;
}
.product-hero .product-info .status i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0px;
}
.product-hero .product-info .status .green {
  color: #155724;
  background: #D4EDDA;
}
.product-hero .product-info .status .blue {
  color: #004085;
  background-color: #cce5ff;
}
.product-hero .product-info .status .yellow {
  color: #856404;
  background-color: #fff3cd;
}
.product-hero .product-info .status .red {
  color: #721c24;
  background-color: #f8d7da;
}
.product-hero .right-col {
  float: right;
}
.product-hero .right-col .file-link {
  display: none;
}
.product-hero .right-col .pipe {
  display: none;
  padding: 0 10px;
  color: #cccccc;
}
.product-hero .right-col .order-now-link {
  display: none;
}
@media (max-width: 575px) {
  .product-hero .right-col {
    float: none;
  }
  .product-hero .right-col .order-now-btn {
    margin-top: 20px;
  }
}

/* Product Hero Minimize */
.product-hero.minimize {
  margin-bottom: 0;
}
.product-hero.minimize > .container > .row {
  min-height: 60px;
  align-items: center;
  justify-content: center;
}
.product-hero.minimize .product-img {
  padding-right: 20px;
}
.product-hero.minimize .product-img img {
  border: 0;
  height: 50px;
  width: auto;
}
.product-hero.minimize .product-info {
  vertical-align: middle;
}
.product-hero.minimize .product-info .title {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}
.product-hero.minimize .product-info .description {
  display: none;
}
.product-hero.minimize .product-info .download {
  display: inline-block;
  vertical-align: super;
}
.product-hero.minimize .product-info .file-link {
  display: none;
}
.product-hero.minimize .right-col .file-link {
  display: inline-block;
}
.product-hero.minimize .right-col .file-link i {
  margin-right: 5px;
}
.product-hero.minimize .right-col .order-now-btn {
  display: none;
}
.product-hero.minimize .right-col .order-now-link {
  display: inline-block;
}
.product-hero.minimize .right-col .order-now-link i {
  margin-right: 5px;
}
.product-hero.minimize .right-col .pipe {
  display: inline-block;
}
@media (max-width: 767px) {
  .product-hero.minimize .row .col-md-8 {
    width: 60%;
  }
  .product-hero.minimize .row .col-md-4 {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .product-hero.minimize .row .col-md-8 {
    width: 50%;
  }
  .product-hero.minimize .row .col-md-4 {
    width: 50%;
  }
  .product-hero.minimize .product-img {
    padding-left: 0;
  }
  .product-hero.minimize .product-img img {
    display: none;
  }
  .product-hero.minimize .product-info .status {
    display: none;
  }
  .product-hero.minimize .right-col {
    float: right;
  }
  .product-hero.minimize .right-col .file-link i {
    display: none;
  }
  .product-hero.minimize .right-col .order-now-link i {
    display: none;
  }
  .product-hero.minimize .right-col .pipe {
    padding: 0 5px;
  }
}

/* Product Tab */
.product-tab {
  z-index: 100;
  position: sticky;
  top: 60px;
  background-color: #262B34;
}
.product-tab a {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
}
.product-tab a.active {
  background-color: #164BB7 !important;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .product-tab .nav {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .product-tab .nav li {
    display: inline-block;
  }
  .product-tab .nav::-webkit-scrollbar {
    background: #666666;
    height: 3px;
  }
  .product-tab .nav::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
  }
}

/* Product Content */
.product-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #333333;
}
.product-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.product-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Overview */
#overview .nav-pills {
  border-bottom: 1px solid #666666;
  margin-bottom: 40px;
}
#overview .nav-pills .nav-link {
  color: #333333;
  border-radius: 0;
}
#overview .nav-pills .nav-link.active {
  color: #333333;
  background-color: transparent;
  font-weight: 600;
  border-radius: 0;
  border-bottom: 2px solid #ED1C24;
}
#overview #pills-parameters table th {
  width: 300px;
  background-color: #f5f5f5;
}
#overview .img-col .images {
  margin-top: 35px;
}
#overview .img-col .images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#overview .img-col .carousel-indicators {
  bottom: -60px;
}
#overview .img-col .carousel-indicators li {
  background-color: #cccccc;
}
#overview .img-col .carousel-indicators > li:only-child {
  display: none;
}
@media (max-width: 991px) {
  #overview .img-col .images {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  #overview #pills-parameters table th {
    width: 200px;
  }
}

/* Documentation & Design Tools */
#documentation .filter-pills {
  padding-top: 20px;
  padding-bottom: 30px;
}
#documentation .filter-pills .badge-pill {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 15px;
}
#documentation .filter-pills .badge-pill:last-child {
  margin-right: 0;
}
#documentation .filter-pills .badge-primary {
  background-color: #164BB7;
}
#documentation .filter-pills .badge-light {
  background-color: #f5f5f5;
}

/* Videos */
#videos .filter-pills {
  padding-top: 20px;
  padding-bottom: 10px;
}
#videos .filter-pills .badge-pill {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 15px;
}
#videos .filter-pills .badge-pill:last-child {
  margin-right: 0;
}
#videos .filter-pills .badge-primary {
  background-color: #164BB7;
}
#videos .filter-pills .badge-light {
  background-color: #f5f5f5;
}

/* FAQs & Support */
#faqs-support .accordion {
  margin-top: 40px;
}
#faqs-support .accordion .panel {
  border-bottom: 1px solid #e5e5e5;
}
#faqs-support .accordion .panel .panel-heading .panel-title {
  margin-bottom: 0;
}
#faqs-support .accordion .panel .panel-heading .panel-title .btn {
  position: relative;
  width: 100%;
  text-align: left;
  color: #68A1DC;
}
#faqs-support .accordion .panel .panel-heading .panel-title .btn i {
  position: absolute;
  right: 0;
  top: 10px;
  color: #cccccc;
}
#faqs-support .accordion .panel .panel-collapse .panel-body {
  padding: 10px;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.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 > div > 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("../Content/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("../Content/Images/arrow-select.jpg") no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 100%;
}

#v-pills-partnernet .tab-pane {
  margin: 0 auto 4em;
  width: 95%;
}
#v-pills-partnernet .tab-pane h6 {
  font-size: 18px;
  margin-top: 2em;
}
#v-pills-partnernet .tab-pane .section-sub-title {
  background: #f5f5f5;
  font-weight: bold;
  padding: 5px 0;
}
#v-pills-partnernet .tab-pane .section-sub-title .date {
  font-size: 0.8em;
  text-align: right;
}
#v-pills-partnernet .tab-pane .section-sub-content {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px;
  padding: 10px 0;
}
#v-pills-partnernet .tab-pane .section-sub-content .date {
  font-size: 0.8em;
  text-align: right;
}

#documents-accordion .card {
  margin-bottom: 0.6em;
}
#documents-accordion .card .card-body {
  padding: 1.25rem 2.25rem;
}
#documents-accordion .card .card-body .section-sub {
  margin-bottom: 0.5em;
}
#documents-accordion .card .card-body .section-sub .show .section-sub-content ul {
  list-style-type: none;
  padding-left: 15px;
}
#documents-accordion .card .card-body .section-sub .show .panel-body {
  margin-left: 1em;
  margin-top: 0.3em;
}

.nav-item .dropdown-menu {
  left: 0; }

#nav {
  background: #fff;
  margin: 25px 0 15px;
  z-index: 500;
  position: relative; }
  #nav .logo {
    display: inline-block;
    margin-right: 10px; }
  #nav .row {
    width: 100%;
    padding-bottom: 0px; }
  #nav #navigation {
    margin-bottom: 0;
    margin-top: 15px;
    display: inline-block;
    list-style-type: none;
    padding: 0;
    position: relative;
    vertical-align: middle; }
    #nav #navigation ul {
      padding: 0;
      list-style-type: none; }
    #nav #navigation #profile {
      margin-left: 240px; }
      #nav #navigation #profile .dropdown-menu {
        left: auto;
        right: 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        padding: 16px 24px 20px 18px !important;
        border-radius: 0; }
        @media (max-width: 991px) {
          #nav #navigation #profile .dropdown-menu {
            left: 0;
            right: unset; } }
      #nav #navigation #profile .dropdown-item {
        padding: 0;
        color: #5e5e5e;
        line-height: 24px; }
      #nav #navigation #profile .dropdown-item:hover, #nav #navigation #profile .dropdown-item:focus {
        color: #164BB7;
        text-decoration: underline;
        background: none; }
    #nav #navigation #search .dropdown-menu {
      left: auto;
      right: 0;
      min-width: 275px;
      padding: 20px;
      border-radius: 0;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
      @media (max-width: 991px) {
        #nav #navigation #search .dropdown-menu {
          left: 0;
          right: unset;
          min-width: 100%; } }
    #nav #navigation .search-item input[type=text] {
      height: 32px; }
    #nav #navigation .search-item button {
      height: 32px;
      line-height: 0; }
    #nav #navigation .search-item .cross-reference-search {
      margin-top: 15px;
      position: relative;
      z-index: unset !important; }
    #nav #navigation #support-menu {
      left: 100px; }
      #nav #navigation #support-menu #support-menu-container {
        width: 850px; }
    #nav #navigation #menu-links-card {
      /*width: 495px;*/ }
    #nav #navigation #menu-faq-card {
      /*width: 240px;*/ }
      #nav #navigation #menu-faq-card .input-group {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px; }
    #nav #navigation #menu-contact a {
      color: white; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .logo {
    margin-right: 35px !important; } }

.home #nav {
  background: none;
  z-index: 500;
  position: absolute;
  width: 100%; }

#nav .row {
  padding-bottom: 8px;
  position: relative;
  z-index: 500; }

#nav .logo img {
  height: 68px;
  margin-right: 15px;
  max-width: 150px; }

@media (max-width: 768px) {
  #nav .logo img {
    margin-left: 20px; } }

a.nav-overlay {
  visibility: hidden;
  display: none;
  /* also add this to remove any additional white space after footer on differet viewports */
  top: 106px;
  z-index: 500;
  opacity: 0;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  outline: 0 none; }
  a.nav-overlay.show {
    visibility: visible;
    opacity: 0.8; }

/* TOP LEVEL NAV */
.tier_1 {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 16px 24px 20px 18px !important; }

.tier_1 a {
  color: #5e5e5e;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 24px; }
  .tier_1 a:hover {
    color: #164BB7; }

.tier_1 > li > a {
  font-size: 16px; }

.products-menu {
  padding: 0 !important; }

.products-menu a {
  font-family: inherit;
  line-height: inherit; }

#navigation > li {
  display: inline-block;
  float: left; }
  #navigation > li > a {
    color: #505D68;
    font-size: 15px;
    padding: 13px 25px 13px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    margin-left: 4px;
    margin-right: 4px;
    padding: 13px 7px 13px 8px; }
    #navigation > li > a:after {
      color: #fff;
      display: none;
      content: "";
      border-top: 6px solid #fff;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      position: absolute;
      right: 0;
      top: 18px;
      -webkit-transform: scale(0.9999);
      -moz-transform: scale(0.9999);
      transform: scale(0.9999); }
    #navigation > li > a:hover, #navigation > li > a:active {
      text-decoration: underline; }
  #navigation > li:first-child > a i {
    float: left;
    font-size: 29px;
    opacity: 0.25;
    position: relative;
    top: 1px; }
  #navigation > li:first-child > a:before {
    display: none; }
  #navigation > li:first-child > a.active {
    /*padding-bottom: 9px;
                padding-top: 10px;*/ }
    #navigation > li:first-child > a.active i {
      opacity: 0.75; }
  #navigation > li:first-child > ul.tier_1 {
    display: none;
    background: #fff;
    width: 227px;
    border-left: 1px solid #D7DFED;
    min-height: 500px; }
    #navigation > li:first-child > ul.tier_1 > li > a {
      color: #164BB7;
      text-transform: uppercase;
      padding: 18px 32px 15px 14px;
      font-size: 13.5px;
      display: block;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #f6f6f6;
      position: relative;
      -webkit-transition: all 100ms ease-in;
      -moz-transition: all 100ms ease-in;
      transition: all 100ms ease-in;
      font-weight: 700;
      width: 100%; }
    #navigation > li:first-child > ul.tier_1 > li:first-child > a {
      border-top: none; }
    #navigation > li:first-child > ul.tier_1 > li:last-child > a {
      border-bottom: 1px solid #D7DFED; }
    #navigation > li:first-child > ul.tier_1 > li > a.active {
      background: url(/content/Images/nav/nav-subProduct-hover.png?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) no-repeat;
      border-top-color: transparent;
      border-bottom-color: transparent;
      width: 106%;
      position: relative;
      color: #fff;
      z-index: 2;
      outline: none;
      opacity: 1;
      background-position: -1px center; }
  #navigation > li > a {
    display: inline-block;
    float: left; }
  #navigation > li > ul {
    position: absolute;
    top: 52px;
    border: 1px solid #D7DFED; }
  #navigation > li ul.sub-panel {
    display: none;
    position: absolute;
    /*     visibility: hidden; */
    top: 0;
    height: 100%;
    z-index: -1;
    padding-left: 227px !important;
    border-bottom: 1px solid #D7DFED;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff; }
  #navigation > li:nth-child(2) ul.sub-panel {
    margin-left: 155px; }
  #navigation > li:nth-child(3) ul.sub-panel {
    margin-left: 142px; }
  #navigation > li:nth-child(4) ul.sub-panel {
    margin-left: 441px; }
  #navigation > li:nth-child(5) ul.sub-panel {
    margin-left: 439px; }
  #navigation > li ul.sub-panel > li {
    /*background: url(../Content/Images/nav/nav-sub-bg.png);*/
    background: #fff;
    display: inline; }

#navigation .sub-panel div {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  width: 25%;
  height: 100%;
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #c4c4c3; }
  #navigation .sub-panel div:first-child {
    border-left: 0; }
  #navigation .sub-panel div:last-child {
    border-right: 1px solid #D7DFED; }

#navigation .nav-sub > ul, #navigation .nav-block > ul {
  padding-left: 36px;
  padding-right: 18px;
  /*    background:rgba(113,113,113,.18);*/
  height: 100%; }

.nav-sub > ul {
  padding-left: 14px !important; }

.nav-sub > ul hr {
  margin-bottom: 3px;
  margin-top: 18px;
  margin-right: 19px; }

.sub-panel > li {
  position: relative; }
  .sub-panel > li > div:nth-child(1) {
    left: 0; }
  .sub-panel > li > div:nth-child(2) {
    left: 25%; }
  .sub-panel > li > div:nth-last-child(3):first-child + div {
    left: 33.3333%; }
  .sub-panel > li > div:last-child:nth-child(3) {
    left: 66.6666%; }
  .sub-panel > li > div:nth-child(3), .sub-panel > li > div:last-child:nth-child(2) {
    left: 50%; }
  .sub-panel > li > div:nth-child(4) {
    left: 75%; }

/*
.sub-panel > li > div {
	position: absolute;
}
*/
#navigation .nav-sub + .nav-block {
  padding-left: 5px; }
  #navigation .nav-sub + .nav-block > ul {
    padding-left: 28px;
    background: rgba(113, 113, 113, 0.1); }

#navigation .nav-block + .nav-block > ul {
  background: rgba(113, 113, 113, 0); }

/*
#navigation[data-open="1"] > li:first-child > ul.tier2 > li:nth-child(1) > a, 
#navigation[data-open="1"] > li:first-child > ul.tier2 > li:nth-child(1) > a:hover, 
#navigation[data-open="2"] > li:first-child > ul.tier2 > li:nth-child(2) > a, 
#navigation[data-open="2"] > li:first-child > ul.tier2 > li:nth-child(2) > a:hover, 
#navigation[data-open="3"] > li:first-child > ul.tier2 > li:nth-child(3) > a, 
#navigation[data-open="3"] > li:first-child > ul.tier2 > li:nth-child(3) > a:hover, 
#navigation[data-open="4"] > li:first-child > ul.tier2 > li:nth-child(4) > a, 
#navigation[data-open="4"] > li:first-child > ul.tier2 > li:nth-child(4) > a:hover, 
#navigation[data-open="5"] > li:first-child > ul.tier2 > li:nth-child(5) > a, 
#navigation[data-open="5"] > li:first-child > ul.tier2 > li:nth-child(5) > a:hover, 
#navigation[data-open="6"] > li:first-child > ul.tier2 > li:nth-child(6) > a, 
#navigation[data-open="6"] > li:first-child > ul.tier2 > li:nth-child(6) > a:hover, 
#navigation[data-open="7"] > li:first-child > ul.tier2 > li:nth-child(7) > a, 
#navigation[data-open="7"] > li:first-child > ul.tier2 > li:nth-child(7) > a:hover, 
#navigation[data-open="8"] > li:first-child > ul.tier2 > li:nth-child(8) > a, 
#navigation[data-open="8"] > li:first-child > ul.tier2 > li:nth-child(8) > a:hover, 
#navigation[data-open="9"] > li:first-child > ul.tier2 > li:nth-child(9) > a,
#navigation[data-open="9"] > li:first-child > ul.tier2 > li:nth-child(9) > a:hover {
    background:url(../Content/Images/nav/nav-subProduct-hover.png) no-repeat;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width:106%;
    position:relative;
    color:#fff;
    z-index: 2;
    outline: none;
    opacity: 1;
    background-position: -1px top;
}
*/
/*
#navigation[data-open="1"] > li:first-child > ul.tier2 > li:nth-child(1) > ul.sub-panel,
#navigation[data-open="2"] > li:first-child > ul.tier2 > li:nth-child(2) > ul.sub-panel, 
#navigation[data-open="3"] > li:first-child > ul.tier2 > li:nth-child(3) > ul.sub-panel, 
#navigation[data-open="4"] > li:first-child > ul.tier2 > li:nth-child(4) > ul.sub-panel, 
#navigation[data-open="5"] > li:first-child > ul.tier2 > li:nth-child(5) > ul.sub-panel, 
#navigation[data-open="6"] > li:first-child > ul.tier2 > li:nth-child(6) > ul.sub-panel, 
#navigation[data-open="7"] > li:first-child > ul.tier2 > li:nth-child(7) > ul.sub-panel, 
#navigation[data-open="8"] > li:first-child > ul.tier2 > li:nth-child(8) > ul.sub-panel, 
#navigation[data-open="9"] > li:first-child > ul.tier2 > li:nth-child(9) > ul.sub-panel {
    visibility: visible;
    opacity:1;
}
*/
.nav-sub > ul > li > a, .nav-block.nav-spotlight li:nth-child(2) a {
  color: #5e5e5e;
  padding-top: 16px;
  font-size: 17px;
  /*font-weight: 700;*/
  display: block;
  padding-bottom: 2px;
  line-height: 24px; }

.nav-sub > ul > li {
  margin-bottom: 14px; }

.nav-sub > ul > li > a:hover, .nav-block.nav-spotlight li:nth-child(2) a:hover, .nav-sub > ul > li > a:active, .nav-block.nav-spotlight li:nth-child(2) a:active {
  color: #164BB7; }

.nav-sub > ul > li > ul {
  margin-bottom: 5px; }
  .nav-sub > ul > li > ul a {
    color: #5e5e5e;
    display: block;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 25px; }
    .nav-sub > ul > li > ul a:hover, .nav-sub > ul > li > ul a:active {
      color: #164BB7; }

.nav-block.nav-spotlight li:first-child a {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 24px;
  display: block; }

.nav-block.nav-spotlight li:nth-child(2) a {
  padding-top: 0; }

.nav-block.nav-spotlight li:nth-child(3) {
  position: relative; }
  .nav-block.nav-spotlight li:nth-child(3) span {
    padding: 5px;
    color: #fff;
    background: #475262;
    display: block; }

/* THIRD LEVEL NON-PRODUCTS  */
#navigation > li > ul.sub-panel {
  height: 306px;
  top: 50px;
  padding-left: 0;
  max-width: 290px; }

#navigation .sub-panel div {
  max-width: 290px; }

#navigation > li > ul.sub-panel.col-2 {
  max-width: 583px;
  width: 583px !important; }

#navigation > li > ul.sub-panel.tier_1 {
  /*     visibility: visible; */
  background: url(../Content/Images/nav/nav-sub-bg.png);
  border-bottom: 1px solid #D7DFED;
  border-left: 1px solid #D7DFED; }
  #navigation > li > ul.sub-panel.tier_1 div:first-child:before {
    display: none; }

.tier_2 {
  padding: 2px 0 20px 20px !important; }

.tier_2 a {
  line-height: 22px; }

/*
#navigation > li > ul.sub-panel.tier2 > li {
    height:352px;
}
*/
#mobile-toggle {
  display: none; }

@media all and (max-width: 991px) {
  #navigation > li:first-child > a i {
    left: 6px; }
  #navigation > li:first-child > a {
    padding: 6px 0;
    width: 130px; }
  #navigation > li > a:after {
    right: 10px; }
  #navigation > li:nth-child(2) ul.sub-panel {
    margin-left: 109px; }
  #navigation > li:nth-child(3) ul.sub-panel {
    margin-left: 236px; }
  #navigation > li:nth-child(4) ul.sub-panel {
    margin-left: 336px; }
  #navigation > li:nth-child(5) ul.sub-panel {
    margin-left: 188px; }
  #navigation > li > a {
    padding: 13px 21px 13px 12px; }
  #nav .logo {
    padding-right: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    /*height:70px;*/
    overflow: hidden; }
  /*#top-bar .row ul#toolbar li.active input[type="text"] {
  	width:100px;
  }*/
  #top-bar .row ul {
    padding: 0; }
    #top-bar .row ul#cart li a span.cart-label {
      display: none; }
    #top-bar .row ul#cart li a:before {
      border-color: transparent transparent transparent #95b7de; } }

@media all and (min-width: 1046px) {
  /* per design, for 2nd nav dropdown (APPLICATIONS), put links in one column per group */
  #navigation > li:nth-child(2) a.active + ul.tier_1 {
    display: flex;
    padding: 0 !important;
    width: 890px; }
  #navigation > li:nth-child(2) a.active + ul.tier_1 > li {
    border-right: 1px solid #D7DFED;
    padding: 16px 14px 10px 18px !important; }
  #navigation > li:nth-child(2) a.active + ul.tier_1 > li:last-child {
    border-right: 0; }
  .sub-panel li:nth-child(3) div {
    padding-left: 10px !important; }
  .nav-sub > ul > li > ul > li {
    padding-top: 4px;
    padding-bottom: 4px; }
  .tier_2 > li {
    padding-top: 3px;
    padding-bottom: 2px; }
  .tier_2 > li > a,
  .nav-sub > ul > li > ul > li > a {
    line-height: 17px; } }

@media all and (max-width: 1045px) {
  #nav .row {
    position: absolute;
    max-height: 80px;
    left: 0; }
  #wrapper {
    position: relative; }
  #nav .logo {
    padding-right: 92px; }
  .logo img {
    width: 90%; }
  #mobile-toggle {
    display: inline-block;
    color: #424B5A;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 18px; }
    #mobile-toggle i {
      font-size: 24px;
      padding: 5px;
      position: relative;
      top: 3px; }
  #navigation {
    display: none !important;
    padding-top: 65px !important;
    background-color: #d1d6e0;
    border: 1px 1px 0 solid #ccc;
    margin-top: 1px;
    /*
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
*/
    visibility: hidden;
    display: block;
    width: 100%;
    /*> li.search-item {
            position: absolute;
            top: 3px;
            right: 14px;
            width: 234px !important;
        }*/ }
    #navigation > li > a:after {
      right: auto;
      left: 12px;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid #17469A;
      border-right: 3px solid transparent;
      top: 22px; }
    #navigation > li > a.active:after {
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 3px solid #17469A;
      border-bottom: 3px solid transparent;
      top: 20px;
      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      transition: all 1000ms ease; }
    #navigation > li > ul {
      position: inherit;
      border-left: 0;
      border-right: 0;
      background-color: #d1d6e0;
      margin-top: 44px !important;
      padding-bottom: 16px !important;
      padding-left: 32px !important; }
    #navigation > li ul.sub-panel {
      width: 100%;
      padding-left: 0 !important;
      max-width: 100%;
      margin-left: 100%; }
      #navigation > li ul.sub-panel > li {
        width: 100%;
        padding-bottom: 28px; }
    #navigation > li:first-child ul.sub-panel > li {
      padding-bottom: 0; }
    #navigation .sub-panel {
      background-color: #d1d6e0 !important; }
    #navigation .sub-panel div {
      width: 100% !important;
      max-width: 100% !important;
      padding-right: 50px !important; }
    #navigation .sub-panel div:first-child:before {
      background: none !important; }
    #navigation > li {
      width: 100% !important; }
      #navigation > li > a {
        width: 100% !important; }
      #navigation > li:not(:first-child) > a.active {
        border: 0; }
      #navigation > li:first-child > a {
        border-top: 1px solid #d7d7d7; }
      #navigation > li:first-child > a {
        border-bottom: 1px solid #d7d7d7;
        color: #17469A;
        background: #fff;
        padding: 17px 24px 17px 24px;
        text-align: left;
        font-size: 15px;
        line-height: 1;
        margin: 0; }
        #navigation > li:first-child > a.active {
          border-bottom: 1px solid #d7d7d7;
          color: #17469A;
          background: #fff;
          padding: 17px 24px 17px 24px;
          text-align: left;
          font-size: 15px;
          line-height: 1;
          margin: 0; }
        #navigation > li:first-child > a:hover, #navigation > li:first-child > a:active {
          background: #fff transparent url("../Content/Images/nav/nav-sub-bg.png") repeat scroll 0 0 !important;
          color: #17469A; }
      #navigation > li:first-child > a:after {
        display: block;
        color: #17469A;
        width: 0;
        padding: 0; }
      #navigation > li > a {
        border-bottom: 1px solid #d7d7d7;
        color: #17469A;
        background: #fff;
        padding: 17px 24px 17px 24px;
        text-align: left;
        font-size: 15px;
        line-height: 1;
        margin: 0; }
      #navigation > li > a:hover, #navigation > li > a:active {
        background: #fff transparent url("../Content/Images/nav/nav-sub-bg.png") repeat scroll 0 0 !important;
        color: #17469A; }
    #navigation #profile {
      margin-left: 0 !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 70px !important; }
    #navigation #profile a {
      border-bottom: 0;
      background-color: #d1d6e0; }
    #navigation #profile .dropdown-menu {
      background-color: #d1d6e0;
      margin-top: 1px;
      box-shadow: 10px 8px 10px rgba(0, 0, 0, 0.3) !important;
      border-top: 0; }
  .products-menu > li > a.active + .sub-panel {
    padding-top: 12px !important;
    padding-bottom: 16px !important; }
  ul.sub-panel {
    padding-top: 12px; }
  .sub-panel li .nav-sub {
    border: 0;
    padding-left: 32px !important; }
    .sub-panel li .nav-sub:first-child > ul > li:first-child > a {
      padding-top: 0; }
    .sub-panel li .nav-sub:first-child > ul > li a {
      padding-bottom: 0;
      line-height: 22px; }
  #navigation.mobile-active {
    margin: 0;
    margin-top: 50px;
    display: inline-block !important;
    visibility: visible; }
  a.nav-overlay.mobile-show {
    visibility: visible;
    opacity: 0.8; }
  #navigation {
    /*
      li:first-child .sub-panel div {
        &:first-child {
          padding-top: 12px;
        }
        &:last-child {
          padding-bottom: 12px;
        }
      }
      */ }
    #navigation > li:first-child ul.tier2 {
      width: 100%;
      display: none;
      max-height: 0;
      position: relative;
      top: auto;
      float: left;
      clear: both;
      min-height: 0; }
    #navigation > li:first-child .active + ul.tier2 {
      max-height: none;
      background: transparent url("../Content/Images/nav/nav-sub-bg.png") repeat scroll 0 0; }
    #navigation > li ul.sub-panel {
      max-height: 0;
      height: 0;
      width: 100% !important;
      max-width: 100% !important;
      z-index: 2;
      display: block !important;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
      margin-left: 0 !important;
      height: auto;
      position: relative;
      top: 0;
      border: 0;
      padding-left: 0; }
    #navigation > li:first-child ul.tier2 > li > a {
      max-height: 0;
      height: 0;
      width: 100% !important;
      max-width: 100% !important;
      z-index: 2;
      display: block !important;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
      margin-left: 0 !important;
      height: auto;
      position: relative;
      top: 0;
      border: 0;
      padding-left: 0; }
    #navigation > li:first-child ul.tier2 .sub-panel {
      max-height: 0;
      height: 0;
      width: 100% !important;
      max-width: 100% !important;
      z-index: 2;
      display: block !important;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
      margin-left: 0 !important;
      height: auto;
      position: relative;
      top: 0;
      border: 0;
      padding-left: 0; }
      #navigation > li:first-child ul.tier2 .sub-panel > li > div {
        background: rgba(0, 0, 0, 0.1);
        width: 100% !important;
        max-width: none; }
    #navigation > li:first-child .active + ul.tier2 > li > a, #navigation > li:first-child ul.tier2 .mobile-active + .sub-panel {
      max-height: 1000px;
      height: auto; }
    #navigation > li a.active + ul.sub-panel, #navigation > li a.mobile-active + ul.sub-panel {
      max-height: 100%; }
    #navigation > li > ul.sub-panel.col-2 {
      max-height: 0;
      height: 0;
      width: 100% !important;
      max-width: 100% !important;
      z-index: 2;
      display: block !important;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
      margin-left: 0 !important;
      height: auto;
      position: relative;
      top: 0;
      border: 0;
      padding-left: 0; }
    #navigation > li > .active + ul.sub-panel {
      max-height: 1000px;
      height: auto; }
    #navigation .sub-panel {
      background: rgba(0, 0, 0, 0.1); }
      #navigation .sub-panel div {
        position: relative;
        top: auto;
        width: 100%;
        padding: 0;
        float: none;
        left: 0;
        border: 0 !important;
        height: auto; }
    #navigation .sub-panel div ul {
      margin-bottom: 0; }
    #navigation .sub-panel div > ul {
      padding-left: 30px; }
    #navigation > li:first-child .sub-panel div > ul {
      padding-left: 36px; }
    #navigation > li:first-child .active + ul.tier2 > li > a {
      background: none;
      color: #5e5e5e;
      font-family: "Archivo Narrow", sans-serif;
      font-size: 16px;
      text-transform: capitalize;
      padding: 15px 36px 15px 36px; }
      #navigation > li:first-child .active + ul.tier2 > li > a:before {
        border-bottom: 3px solid transparent;
        border-left: 3px solid #17469A;
        border-top: 3px solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        display: inline-block;
        margin-left: -9px;
        margin-top: 7px; }
      #navigation > li:first-child .active + ul.tier2 > li > a.mobile-active:before {
        border-left: 3px solid transparent;
        border-top: 3px solid #17469A;
        border-right: 3px solid transparent;
        margin-left: -10px;
        margin-top: 9px; }
    #navigation > li:first-child > ul.tier2 > li > a {
      color: #5e5e5e;
      background: none; }
      #navigation > li:first-child > ul.tier2 > li > a.active {
        color: #5e5e5e;
        background: none; }
  /*
      #navigation > li:first-child .active + ul.tier2 > li > a:hover {
        color:#17469A;
      }
    */
  #nav {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    height: 100px; }
    #nav.search-open {
      margin-top: 42px; }
    #nav .logo {
      padding-right: 0;
      text-align: left;
      margin: 0 auto;
      float: none;
      margin-left: 13px;
      padding-left: 0;
      padding-bottom: 7px; }
  #navigation {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-right: 10px !important;
    margin-left: 40px !important; }
  .stock-check, .cross-reference {
    display: none; }
  #cart, #user-toolbar {
    position: absolute; }
  #top-bar {
    position: relative;
    height: auto; }
    #top-bar .row ul#user-toolbar {
      background: transparent none repeat scroll 0 0;
      /*right: 30px;
        top:9px;*/
      width: 200px; }
    #top-bar.cart-open {
      margin-top: 44px; }
  #cart {
    top: -44px;
    width: 100%;
    height: 44px; }
    #cart li {
      width: 100%; }
  #top-bar .row ul#cart li a {
    background: #b6cee7 none repeat scroll 0 0;
    display: block;
    float: none;
    height: 44px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #fff; }
    #top-bar .row ul#cart li a span.cart-label {
      display: block; }
    #top-bar .row ul#cart li a:before {
      display: none; }
    #top-bar .row ul#cart li a > * {
      float: none;
      display: inline-block; }
    #top-bar .row ul#cart li a span.cart-label {
      float: none;
      display: inline-block;
      font-size: 15px;
      padding-left: 0; }
    #top-bar .row ul#cart li a span.cart-num {
      background: #b6cee7 none repeat scroll 0 0;
      color: #767778;
      font-size: 21px;
      padding: 7px 4px 10px 0px;
      border: none; }
  #top-bar .row ul#cart li i.fa {
    background: #B6CEE7;
    color: #767778;
    font-size: 21px;
    padding: 10px; }
  #top-bar .row ul#toolbar {
    /*width: 100%;*/ }
  #top-bar .row ul li {
    position: static; }
    #top-bar .row ul li a {
      padding: 10px;
      margin: 0; }
    #top-bar .row ul li.search {
      float: right; }
  #top-bar .row ul#toolbar li.search.active button {
    width: 44px;
    padding-bottom: 0; }
  #top-bar .row ul#toolbar li a {
    padding: 10px; }
  #top-bar .row ul#toolbar li button {
    padding: 10px; }
    #top-bar .row ul#toolbar li button:before {
      font-family: "fontawesome";
      padding-right: 7px; }
  #top-bar .row ul#user-toolbar li.lang a {
    margin-left: 8px;
    padding: 10px 5px; }
  /*#top-bar .row ul#toolbar li.active input[type="text"] {
      left: 0;
      position: absolute;
      width: 100%;
      top: 44px;
      max-width: none;
      padding:12px 21px 12px;
      font-sixe:16px;
      font-size: 1.6rem;
    }*/
  #nav .col-md-9 {
    max-height: 80px;
    width: 100% !important; }
  #navigation > li:first-child > ul.tier_1 {
    width: auto;
    margin-top: 49px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important; }
  .tier_1 > li > a {
    font-size: 15px; }
  div.nav-sub > ul > li > ul {
    padding: 2px 0 20px 20px !important; }
  .tier_2, div.nav-sub > ul > li > ul {
    border-bottom: 1px solid #a1a1a1 !important;
    margin-bottom: 18px !important;
    padding-bottom: 16px !important; }
  ul.tier_1 > li:last-child > ul.tier_2,
  .products-menu > li > a.active + ul.sub-panel > li:last-child > div.nav-sub > ul > li:last-child > ul {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important; }
  .tier_2 a, .nav-sub > ul > li > ul a {
    font-size: 13px; }
  .nav-sub > ul > li {
    margin-bottom: 0; }
  .nav-sub > ul > li > a {
    font-size: 15px;
    padding-top: 0; }
  #navigation > li:nth-child(2) a.active + ul.tier_1 {
    display: block; }
  .products-menu {
    background-image: url(../Content/Images/nav/nav-sub-bg.png) !important;
    background-repeat: repeat !important; }
  .products-menu > li > a {
    padding-left: 32px !important; }
  .products-menu a.active {
    background: none !important;
    color: #164BB7 !important; }
  .products-menu > li > a.active {
    border-top-color: #dedede !important; }
  /*.search-item {
        position: absolute;
        top: 3px;
        right: 14px;
        width: 234px !important;
    }*/
  #profile .dropdown-item {
    margin-left: 5px; } }

@media (max-width: 991px) {
  #nav .col-md-9 {
    width: 100% !important; } }

@media (max-width: 480px) {
  #navigation #profile a {
    top: 7px; } }

@media (max-width: 374px) {
  #mobile-toggle {
    top: inherit; }
  #nav {
    height: 150px; } }

@media (max-width: 415px) {
  #top-bar {
    height: auto; }
    #top-bar .row ul#toolbar li.search {
      padding-bottom: 6px;
      float: left; } }

/*
  PRODUCT DETAIL - SUB MENU STYLES
  ================================================================================= 
*/
#pills-tab li .nav-link {
  padding: 13px 15px;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

@media (max-width: 1200px) {
  #pills-tab li .nav-link {
    padding: 13px 12px;
    font-size: 12px; } }

@media (max-width: 1045px) {
  #pills-tab {
    flex-direction: column; }
  #pills-tab.nav-tabs .nav-item {
    margin-bottom: 0;
    display: none; }
  .active-tab-container {
    display: list-item !important; }
  #pills-tab li .nav-link {
    font-size: 14px !important;
    border-right: 1px solid #424B5A !important;
    border-bottom: 1px solid #ccc; }
  #pills-tab li:last-child .nav-link {
    border-bottom: none; }
  #pills-tab li .nav-link.active {
    background-color: #cde1f4;
    border-bottom: 1px solid #cde1f4;
    margin-bottom: -1px; }
  #pills-tab.expanded li .nav-link {
    display: block; }
  #pills-tab.expanded li .nav-link.active {
    border-top: 0; }
  #pills-tab.expanded li:first-child .nav-link.active {
    border-top: 1px solid #424B5A; }
  #pills-tab li .nav-link.active .fa-bars {
    margin-right: 7px; } }

@media (min-width: 1046px) {
  #pills-tab li .nav-link {
    display: block !important;
    background-color: #424B5A !important; }
  #pills-tab li .nav-link.active {
    background-color: #fff !important; }
  #pills-tab li .nav-link .fa-bars {
    display: none; } }

/*
  APPLICATION PAGES - RIGHT SIDEBAR
  ================================================================================= 
*/
#applications-sidebar div {
  background-color: #fafafa;
  padding: 20px;
  margin-top: 30px;
  color: #0f49be;
  font-size: 13px;
  font-weight: bold; }

#applications-sidebar div p,
#applications-sidebar div ul {
  color: #838181;
  font-weight: normal;
  font-size: 14px; }

#applications-sidebar h4 {
  background: #cde1f4;
  padding: 10px 10px 10px 18px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 15px; }

/*
  APPLICATION PAGES - MAIN LAYOUT + DIAGRAM HOVER TOOLTIPS
  ================================================================================= 
*/
#diagram-wrap img {
  width: 100%; }

#diagram-wrap > .tri button:before {
  top: 38%;
  right: 23%; }

#diagram-wrap > div button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  height: 100%;
  position: absolute;
  width: 100%;
  color: #fff; }

#diagram-wrap > div button:hover {
  color: #f1db62;
  opacity: 1; }

#diagram-wrap > div button:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-style: normal;
  text-decoration: inherit;
  float: left;
  position: absolute;
  top: 1px;
  right: 3px;
  opacity: 0.6; }

.tooltip.in {
  opacity: 0.96; }

.tooltip-inner {
  background-color: #353e4b;
  min-width: 185px;
  border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #fff;
  max-width: none;
  padding: 4px 0 18px 16px;
  text-align: left;
  overflow: auto;
  /* to handle scenario when children lists are ul.half (floated left) */ }

.tooltip ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#diagram-wrap .extra-wide .tooltip-inner {
  min-width: 329px; }

#diagram-wrap .wide .tooltip-inner {
  min-width: 275px; }

#diagram-wrap .wide .tooltip-inner:after, #diagram-wrap .extra-wide .tooltip-inner:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  clear: both; }

.tooltip ul.half, #tooltips ul.half {
  width: 50%;
  float: left;
  min-width: 120px; }

.tooltip a {
  font-style: normal; }

.tooltip a:hover {
  color: #ccc; }

.tooltip h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 16px; }

.tooltip li {
  color: #aaa;
  font-size: 12px;
  width: 90%;
  font-style: italic; }

.tooltip li.tooltip-section {
  margin-bottom: 2px;
  line-height: 15px; }

.tooltip li.tooltip-section a {
  color: #fff; }

#tooltips div {
  overflow: auto;
  /* to handle scenario when children lists are ul.half (floated left) */ }

#tooltips h3 {
  padding-top: 18px;
  padding-left: 8px; }

#tooltips ul {
  padding: 0;
  padding-left: 8px;
  margin-bottom: 12px; }

#tooltips ul li {
  list-style-type: none; }

#tooltips ul li a {
  padding: 6px 0;
  border-top: 1px solid #ccc;
  display: block; }

#tooltips ul.half {
  padding-right: 14px; }

#tooltips a {
  font-size: 13px; }

@media (min-width: 1046px) {
  #diagram-wrap {
    position: relative; }
  #diagram-wrap > div {
    position: absolute;
    width: 105px;
    height: 51px; }
  #mobile-diagram-wrap {
    display: none; }
  #tooltips {
    display: none; } }

@media (max-width: 1045px) {
  #diagram-wrap,
  #applications-sidebar {
    display: none; }
  div.layout2-content + #applications-sidebar {
    display: block !important; }
  #mobile-diagram-wrap {
    display: block;
    padding: 0 20px; }
  #mobile-diagram-wrap img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  #tooltips {
    padding-top: 30px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  #tooltips ul {
    padding-right: 10px; }
  #tooltips h3 {
    margin-top: 10px;
    padding-top: 0;
    padding-right: 8px; }
  #tooltips li.tooltip-section a {
    color: #555;
    font-weight: bold; }
  #tooltips li.mt-2 {
    margin-top: 20px; }
  #tooltips li.mt-2 a {
    border-top: 0; } }

@media (max-width: 768px) {
  div.layout2-content + #applications-sidebar {
    width: 95%; }
    div.layout2-content + #applications-sidebar div {
      padding-bottom: 10px; } }

@media (max-width: 568px) {
  #tooltips ul.half {
    width: 100%; }
  #tooltips div > ul.half:nth-child(3) > li:first-child > a {
    border-top: 0; } }

@media all and (min-width: 1200px) {
  #design-tools .title,
  #design-tools .design-list {
    margin-right: 84px; } }

@media all and (max-width: 1045px) {
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  #pills-packaging,
  #pills-parts,
  #pills-tools {
    overflow-x: scroll; } }

@media all and (min-width: 992px) and (max-width: 1199px) {
  #design-tools .title,
  #design-tools .design-list {
    margin-right: 24px; }
  #careers-iframe-container {
    height: 540px; } }

@media all and (max-width: 991px) {
  #design-tools img {
    width: 100%; }
  #hero {
    padding: 1.5em 0 2em; }
    #hero h1 {
      font-size: 36px; }
    #hero .description {
      font-size: 18px;
      padding-left: 8%; }
  #careers-iframe-container {
    height: 680px; }
  .modal-body {
    overflow: scroll; } }

@media (min-width: 768px) {
  .header-image {
    float: right; } }

@media (max-width: 767px) {
  .header-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; } }

@media (max-width: 768px) {
  #contact-right {
    display: none !important; }
  #slider-wrap .carousel-inner .carousel-item {
    background-position: center center !important; }
    #slider-wrap .carousel-inner .carousel-item .carousel-caption {
      background-color: rgba(255, 255, 255, 0.6);
      left: 10%;
      right: 10%;
      top: 25%; }
      #slider-wrap .carousel-inner .carousel-item .carousel-caption .slide-img {
        text-align: left; }
      #slider-wrap .carousel-inner .carousel-item .carousel-caption .slide-title {
        height: auto; }
        #slider-wrap .carousel-inner .carousel-item .carousel-caption .slide-title .headline {
          font-size: 34px; }
        #slider-wrap .carousel-inner .carousel-item .carousel-caption .slide-title .description {
          font-size: 18px;
          line-height: 24px;
          padding-left: 1.4em; }
          #slider-wrap .carousel-inner .carousel-item .carousel-caption .slide-title .description i {
            font-size: 1.4em; }
      #slider-wrap .carousel-inner .carousel-item .carousel-caption img {
        height: auto;
        max-width: 300px; }
  #pills-tab li .nav-link {
    font-size: 12px;
    padding: .6rem 1.2rem; }
  #home-news-prods-events .card-news-prods-events {
    padding: 12px; }
    #home-news-prods-events .card-news-prods-events #home-eventsfeed ul li img {
      max-width: 184px; }
  .product-header {
    margin-top: 20px; }
  body.applications .product-header > div {
    min-height: 168px; }
  #category .product-header > div {
    min-height: 168px; }
  #category #sub-categories .sub-category-listing > li {
    margin-bottom: 2.5em; }
  .category-hero {
    opacity: .4; }
  .parametric-table #search-result {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap; }
  footer {
    padding: 20px 10px; }
    footer ul li {
      display: inline-block;
      margin: 0 .5em; }
  .application-categories {
    padding-top: 20px; }
  .application-categories h4 {
    font-size: 18px; } }

@media (max-width: 767px) {
  #careers-iframe-container {
    height: 340px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 90%; }
  .offset-md-1 {
    margin-left: 30px; }
  #hero .description {
    padding-left: 6%; } }

@media (max-width: 575px) {
  .signin-register {
    margin-left: 15px;
    margin-right: 15px; }
  .signin-register .row .col-md-5:first-child {
    margin-bottom: 4em; }
  .modal-dialog {
    margin: .75rem; } }

@media (max-width: 480px) {
  h1 {
    font-size: 28px; }
  #home-product-blocks {
    margin: 20px 0; } }

@media (max-width: 360px) {
  #navigation {
    margin-left: 32px !important;
    margin-right: 0 !important; }
    #navigation > li.search-item {
      width: 215px !important; } }

.search-bar {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f5f5f5; }
  .search-bar .label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #333333; }
  .search-bar input[type=text] {
    border-color: #e5e5e5;
    margin-left: 20px; }
  .search-bar .btn {
    width: 100%; }
  @media (max-width: 575px) {
    .search-bar input[type=text] {
      margin-bottom: 15px;
      margin-left: 0; } }

.search-results hr {
  margin: 15px 0; }

.search-results .sidebar-facets .header {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px; }

.search-results .sidebar-facets .subheader {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px; }

.search-results .sidebar-facets ul {
  list-style: none;
  padding-left: 0; }
  .search-results .sidebar-facets ul li button {
    color: #666666;
    font-size: 14px;
    padding: 0;
    margin-bottom: 5px; }
    .search-results .sidebar-facets ul li button .title {
      font-weight: 600; }
    .search-results .sidebar-facets ul li button .count {
      color: #999999; }
    .search-results .sidebar-facets ul li button.disabled {
      color: #999999; }

.search-results .sidebar-facets #clear-categories {
  color: #164BB7;
  font-size: 14px;
  font-weight: 600;
  padding: 0; }
  .search-results .sidebar-facets #clear-categories i {
    margin-right: 5px; }

.search-results .sidebar-facets #all-categories {
  color: #666666;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px; }

.search-results .sidebar-facets .parametric-tables {
  margin-bottom: 30px; }
  .search-results .sidebar-facets .parametric-tables li a {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }

.search-results .sidebar-facets .product-categories li ul {
  margin-left: 20px; }
  .search-results .sidebar-facets .product-categories li ul li button .title {
    font-weight: 400; }

.search-results .sidebar-facets .document-types {
  padding-left: 20px; }
  .search-results .sidebar-facets .document-types li {
    margin-bottom: 5px; }
    .search-results .sidebar-facets .document-types li .form-check-input {
      margin-top: 0.125rem; }

.search-results .results-wrapper {
  border-left: 1px solid #e5e5e5;
  padding-left: 40px; }
  @media (max-width: 991px) {
    .search-results .results-wrapper {
      border-left: none;
      padding-left: 15px; } }
  .search-results .results-wrapper .results-section {
    margin-bottom: 40px; }
    .search-results .results-wrapper .results-section .header {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #333333;
      border-bottom: 1px solid #333333;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .search-results .results-wrapper .results-section .name {
      display: block;
      width: 80%;
      font-size: 18px;
      font-weight: 600;
      color: #164BB7;
      margin-bottom: 10px; }
    .search-results .results-wrapper .results-section .date {
      display: block;
      color: #666666;
      font-weight: 600;
      font-size: 12px;
      margin-bottom: 5px; }
    .search-results .results-wrapper .results-section .description {
      color: #333333;
      margin-bottom: 10px; }
    .search-results .results-wrapper .results-section .col-links {
      text-align: right; }
      @media (max-width: 991px) {
        .search-results .results-wrapper .results-section .col-links {
          text-align: left;
          margin-bottom: 15px; } }
      .search-results .results-wrapper .results-section .col-links .link {
        font-size: 12px;
        background-color: #f5f5f5;
        border-radius: 5px;
        padding: 4px 8px; }
      .search-results .results-wrapper .results-section .col-links .link:first-child {
        margin-right: 10px; }
    .search-results .results-wrapper .results-section .link i {
      margin-right: 5px; }
    .search-results .results-wrapper .results-section .label {
      display: inline-block;
      color: #666666;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-right: 10px; }
    .search-results .results-wrapper .results-section .table {
      margin-top: 20px; }
    .search-results .results-wrapper .results-section .breadcrumb {
      margin-bottom: 0; }
      .search-results .results-wrapper .results-section .breadcrumb .breadcrumb-item {
        color: #333333; }
        .search-results .results-wrapper .results-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          color: #cccccc; }
        .search-results .results-wrapper .results-section .breadcrumb .breadcrumb-item a {
          color: #164BB7;
          font-weight: 600; }
    .search-results .results-wrapper .results-section .view-more {
      color: #999999;
      text-transform: uppercase;
      font-size: 14px; }
    .search-results .results-wrapper .results-section .pagination .page-item.active .page-link {
      background-color: #164BB7;
      border-color: #164BB7;
      color: #ffffff; }
    .search-results .results-wrapper .results-section .pagination .page-item .page-link {
      color: #68a1dc; }
  .search-results .results-wrapper .suggested-product-section {
    margin-bottom: 60px; }
    .search-results .results-wrapper .suggested-product-section .featured-product-row {
      border: 1px solid #e5e5e5;
      border-top: 5px solid #ED1C24;
      border-radius: 5px;
      padding: 15px 10px;
      margin-left: 0;
      margin-right: 0; }
    .search-results .results-wrapper .suggested-product-section .header {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 20px; }
    .search-results .results-wrapper .suggested-product-section .name a {
      font-size: 18px;
      font-weight: 600;
      color: #164BB7;
      padding: 0;
      margin-bottom: 10px; }
    .search-results .results-wrapper .suggested-product-section .description {
      color: #333333;
      margin-bottom: 20px; }
    .search-results .results-wrapper .suggested-product-section .top-row .link {
      display: inline-block;
      font-size: 12px;
      background-color: #f5f5f5;
      border-radius: 5px;
      padding: 4px 8px;
      margin-right: 10px; }
      @media (max-width: 991px) {
        .search-results .results-wrapper .suggested-product-section .top-row .link {
          margin-bottom: 10px; } }
      .search-results .results-wrapper .suggested-product-section .top-row .link i {
        margin-right: 5px; }
    .search-results .results-wrapper .suggested-product-section .bottom-row .link {
      font-size: 12px;
      border-right: 1px solid #e5e5e5;
      padding-right: 5px;
      margin-right: 10px; }
    .search-results .results-wrapper .suggested-product-section .bottom-row .link:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }

.ui-menu {
  z-index: 2000; }
  .ui-menu .ui-menu-item {
    cursor: pointer;
    font-weight: 600;
    padding: 10px; }
    .ui-menu .ui-menu-item:last-child {
      border-bottom: 0; }

/*--Restyle of Power Modules--*/
.power-mod-prod-search .btn-default {
    width: 195px !important;
    margin-right: 5px;
}

.power-mod-produc-search span.btn.btn-lg.btn-default {
    float: left;
    margin-right: 10px;
}

.power-mod-prod-search a.btn-primary {
    font-size: 16px;
    margin-top: 4px !important;
}

.power-mod-prod-search .btn-default {
    float: left;
}

span.btn.btn-lg.btn-default {
    font-size: 16px;
    width: 195px;
    margin-top: 20px;
    background: rgba(64, 106, 140, 1.0);
    color: #fff;
}

    span.btn.btn-lg.btn-default:hover {
        background: rgba(64, 106, 140, 0.7);
    }

.part-buttons .btn-primary {
    background: rgba(128, 156, 178, 1.0);
    border-color: rgba(128, 156, 178, 1.0);
}

    .part-buttons .btn-primary:hover {
        background: rgba(128, 156, 178, 0.7);
        border-color: rgba(128, 156, 178, 0.7);
    }

.part-buttons {
    padding: 7px 7px 7px 0;
}

    .part-buttons a {
        margin-top: 10px;
    }

/*  Sideblock: */
.sidebar-block.product-sidebar {
    margin-right: -15px;
    margin-top: 15px;
    display: block;
}

.sidebar-block .sidebar-header {
    background: #576978;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 5px 12px;
    text-transform: uppercase;
}

.sidebar-block ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
}

    .sidebar-block ul li {
        color: #657383;
        font-weight: 600;
    }

        .sidebar-block ul li a {
            display: block;
            padding: 12px 21px 10px 12px;
        }

            .sidebar-block ul li a.phone-no {
                display: inline;
            }

    .sidebar-block ul li {
        border-bottom: solid 1px #b2d1ea;
        font-weight: 400;
    }

        .sidebar-block ul li a {
            color: #68a1dc;
        }

            .sidebar-block ul li a i {
                margin-right: 5px;
                opacity: 0.5;
            }

            .sidebar-block ul li a:hover, .sidebar-block ul li a:active {
                color: #576978;
            }

        .sidebar-block ul li:last-child {
            border-bottom: none;
        }

    .sidebar-block ul.videos li {
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        position: relative;
    }

        .sidebar-block ul.videos li a {
            padding: 2px 21px 9px 66px;
            color: #68a1dc;
            font-weight: 400;
        }

            .sidebar-block ul.videos li a img {
                float: left;
                margin-right: 8px;
                margin-top: 3px;
                position: absolute;
                left: 0;
            }

    #sidebar-filter .blueLink {
        font-weight: 700;
    }

    #sidebar-filter > div {
        margin-bottom: 10px;
    }

    .filter-set > div {
        margin-bottom: 0;
    }

    #sidebar-filter label {
        display: none;
    }

    #sidebar-filter .title {
        overflow: hidden;
        padding: 10px 5px 5px 5px;
        margin-bottom: 10px;
    }

        #sidebar-filter .title h5 {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold;
            color: #657383;
            margin: 0;
            padding: 0;
        }

            #sidebar-filter .title h5 + a {
                text-align: right;
                padding: 0;
                text-decoration: underline;
            }

    #sidebar-filter .checked {
        background: #fff;
    }

        #sidebar-filter .checked h3 {
            font-size: 1.4rem;
            font-weight: 700;
            height: 32px;
            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 h3 + .selectCont {
        border-top: solid 1px #d5e2e3;
        width: 100%;
        position: relative;
        top: -33px;
        background-color: transparent;
    }

    #sidebar-filter #filter-list > h3 {
        margin-top: 20px;
    }

    #sidebar-filter.obs {
        background-color: transparent;
        padding-left: 36px;
    }

        #sidebar-filter.obs h5 {
            font-size: 14px;
            font-size: 1.4rem;
        }

        #sidebar-filter.obs p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.3em;
            margin-bottom: 40px;
        }

        #sidebar-filter.obs .linksList a {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 12px;
            display: block;
        }

        #sidebar-filter.obs .blueLink {
            font-weight: 400;
        }

.twoColCont .obsFilter {
    padding-top: 56px;
}

#sidebar-filter .filter-set label {
    display: inline-block;
}

#sidebar-filter #filter-list .filter-set input.show-field {
    display: inline-block;
    width: 7%;
    margin-left: 5px;
}

/*#sidebar-filter > div, .filter-set > div {
    margin-bottom: 0;
}*/

.filter-set {
    position: relative;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .filter-set .accordion {
        /*background: #fff none repeat scroll 0 0;*/
        color: #2d2d2d;
        /*display: block;*/
        font-weight: 700;
        padding: 10px 10px 10px 15px;
        position: relative;
        width: 80%;
        display: inline-block;
        margin-right: 5px;
    }

        .filter-set .accordion:before {
            border-bottom: 3px solid transparent;
            border-left: 5px solid #a8a8a8;
            border-top: 3px solid transparent;
            border-right: 0 solid transparent;
            content: "";
            display: block;
            left: 5px;
            position: absolute;
            top: 14px;
            -webkit-transition: .3s all ease-out;
            -moz-transition: .3s all ease-out;
            transition: .3s all ease-out;
        }

    .filter-set.open .accordion:before {
        border-top: 5px solid #a8a8a8;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 0 solid transparent;
        top: 15px;
    }

    .filter-set.option-selected .accordion:after {
        content: "\f1de";
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        right: 10px;
        color: #739fcc;
    }

    .filter-set > div {
        /*background: #fff;*/
        background-color: #eaebeb;
        height: auto;
        max-height: 0;
        -webkit-transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        transition: .3s all ease-out;
        overflow: hidden;
        padding: 0 20px;
    }

    .filter-set.open > div {
        background-color: #fff;
        max-height: 2000px;
        padding: 0px 20px 40px;
    }

    .filter-set .range-set {
        float: left;
        margin-top: 21px;
        width: 50%;
        margin-bottom: 4px;
    }

        .filter-set .range-set + .range-set {
            text-align: center;
        }

        .filter-set .range-set label {
            color: #b8b8b8;
            font-size: 16px;
            padding: 3px 7px;
            display: inline-block;
        }

        .filter-set .range-set input {
            width: 60px;
            display: inline-block;
            padding: 3px 7px;
            height: 28px;
        }

    .filter-set ul {
        padding: 0;
        margin: 0;
    }

        .filter-set ul li {
            list-style-type: none;
            margin-bottom: 2px;
        }

            .filter-set ul li:first-child {
                margin-top: 0;
            }

            .filter-set ul li:last-child {
                margin-bottom: 0;
            }

            .filter-set ul li label {
                font-size: 13px;
                font-weight: 400;
                margin-left: 9px;
                color: #657383;
            }

.check-controls {
    background: #eeeeef;
    margin-bottom: 13px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-top: 5px;
    text-align: right;
    opacity: 0;
    -webkit-transition: .4s opacity ease-out;
    -moz-transition: .4s opacity ease-out;
    transition: .4s opacity ease-out;
    white-space: nowrap;
}

.open .check-controls {
    opacity: 1;
}

.check-controls:after {
    background: #eeeeef none repeat scroll 0 0;
    content: "";
    height: 31px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.check-controls > * {
    margin-left: 7px;
    position: relative;
    z-index: 2;
}

.check-controls strong {
    color: #9b9ca1;
}

.check-controls a {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 8px;
}

    .check-controls a:hover {
        background: #6898D7;
        color: #fff;
    }

.filter-set ul li input {
    position: relative;
    left: -3px;
}

    .filter-set ul li input[type="checkbox"] {
        margin: 0;
    }

.filter-set .bottom-bar {
    position: absolute;
    width: 100%;
    height: 32px;
    padding: 8px 20px 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    margin-bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.filter-set.open .bottom-bar {
    opacity: 1;
    z-index: 1;
}

.filter-set .bottom-bar a {
    text-decoration: underline;
    display: none;
}

.filter-set.option-selected .bottom-bar a {
    display: inline;
}

.filter-set .bottom-bar span {
    color: #9b9ca1;
    font-size: 13px;
    font-weight: 700;
    float: right;
}

.ui-slider {
    position: relative;
    text-align: left;
    margin-top: 12px;
}

    .ui-slider.ui-widget-content {
        background: #e6e6e6;
        border-radius: 0;
        height: 8px;
        border: 0;
    }

    .ui-slider .ui-slider-handle {
        cursor: default;
        height: 21px;
        position: absolute;
        width: 8px;
        z-index: 2;
        border: 0;
        background: #70a5da;
        border-radius: 0;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
        background: rgba(0,0,0,.15);
        border-radius: 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -4px;
        top: -6px;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

#doctypefilter ul {
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
}

#search-result {
    margin-top: 0;
    margin-bottom: 30px;
}

    #search-result.techDoc {
        margin-top: 30px;
    }

    #search-result .result > h5 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 30px 0 5px;
    }

    #search-result .result .split-table > div > div:first-child {
        width: 7%;
    }

    #search-result .result .split-table > div .file {
        background-color: #68a1dc;
        font-size: 7px;
        font-size: 0.7rem;
        text-align: center;
        border-bottom-color: white;
        padding: 0;
    }

        #search-result .result .split-table > div .file a {
            color: white;
            display: block;
            padding: 15% 0;
        }

            #search-result .result .split-table > div .file a:hover, #search-result .result .split-table > div .file a:active {
                color: #4570b1;
            }

    #search-result .result .split-table.split-col-3 > div > div:nth-child(2) {
        text-align: left;
        width: 25%;
    }

    #search-result .result .split-table.split-col-3 > div > div:nth-child(3) {
        text-align: left;
    }

    #search-result .result .split-table.split-col-3 > div > div:last-child, #search-result .result .split-table.split-col-3 > div > div:nth-last-child(2), #search-result .result .split-table.split-col-3 > div > div:nth-last-child(3) {
        width: 10%;
    }

/* Product Table */

.split-table {
    display: table;
    width: 100%;
}

    .split-table > div {
        display: table-row;
    }

        .split-table > div > div {
            display: table-cell;
            vertical-align: middle;
            padding: 12px;
            text-align: center;
            border-bottom: 1px solid #C3C6CB;           
        }

            .split-table > div > div:first-child {
                width: 10%;
            }

            .split-table > div > div a {
                color: #68a1dc;
                font-weight: bold;
            }

    .split-table .table-headers {
        /*background: #C5C6CB;*/
        font-weight: bold;
    }

        .split-table .table-headers > div {
            padding: 10px 12px;
            border-bottom: 1px solid #fff;
        }

            .split-table .table-headers > div a {
                color: #fff;
                position: relative;
                display: inline-block;
            }

                .split-table .table-headers > div a[data-sortorder=desc], .split-table .table-headers > div a[data-sortorder=asc] {
                    /*color: #23527c;*/
                    color: #999999;
                    margin-left: 10px;
                }

                    .split-table .table-headers > div a[data-sortorder=desc]:before, .split-table .table-headers > 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;
                    }

                    .split-table .table-headers > div a[data-sortorder=asc]:before {
                        -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 > div:first-child {
            border-left: none;
        }

        .split-table .table-filters input {
            width: 45px;
        }

    .split-table > div.table-filters > div {
        border-right-color: transparent !important;
    }

span.pkg:hover {
    cursor: default !important;
    background-color: rgba(64, 106, 140, 1.0) !important;
    border-color: rgba(0,0,0,0.2) !important;
}

span.pkg {
    height: 54px;
    padding-top: 14px;
}

.filter-set .description {
    color: #2d2d2d;
    display: block;
    font-weight: 700;
    padding: 10px 10px 10px 15px;
    position: relative;
}

.categories ul {
    list-style-type: none;
}

    .categories ul li a {
        background: #eaebeb;
        color: #003865;
        display: block;
        padding: 9px;
        padding-left: 20px;
        font-weight: bold;
    }

    .categories ul > li a::before {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .categories ul li a.active {
        background-color: #667384;
        color: #ebf1f1;
    }

.fourth-level-buttons input.active {
    background: #9B9CA1;
    color: #fff;
}

.back-button {
    font-weight: 700;
    padding-top: 4px;
    padding-left: 0px;
    line-height: 13px;
    font-size: 2.5rem;
    color: #cdcdcd;
    text-align: left;
    float: right;
    display: block;
    width: 100%;
}

.xr-smallbackarrow:before {
    font-size: 4rem;
}

.power-mod-prod-search a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#ghn-products .big {
    width: 322px !important;
}

#ghn-products .btn-primary {
    height: 54px;
    padding-top: 14px !important;
}

#ghn-products .part-buttons a {
    margin-top: 21px;
}



#ghn-products .split-table > div > div:first-child {
    border-left: 1px solid #C3C6CB !important;
}

/* Cable SoCs */

#cable-socs .product-name {
    background-image: url("/Content/Images/product-cablesocs.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: 40px;
}

#cable-socs h1 {
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    font-size: 45px;
}

#cable-socs .product-description {
    margin-top: 40px;
    margin-bottom: 20px;
}

    #cable-socs .product-description h1 {
        display: none;
    }

@media (max-width: 991px) {
    #cable-socs .product-name h1 {
        display: none;
    }

    #cable-socs .product-description h1 {
        display: block;
    }
}

/* Product Finder */

.fourth-level-buttons {
    display: inline-block;
    margin-top: 16px;
}

    .fourth-level-buttons input {
        padding: 12px 16px;
        margin-right: 10px;
        background: #EAEBEB;
        border: 1px solid #EAEBEB;
        color: #103474 !important;
    }

        .fourth-level-buttons input.active {
            background: #D7DFED !important;
            border: 1px solid #D7DFED;
            color: #103474 !important;
        }

    .fourth-level-buttons .btn:hover {
        background: #D7DFED !important;
        border: 1px solid #D7DFED;
    }

    .fourth-level-buttons .btn-default.active:hover {
        background: #D7DFED !important;
        border: 1px solid #D7DFED;
    }

/* ********************  New Styling ******************** */

/* Product Header and Description */

.product-category-table h1 {
    color: #333333;
}

.product-category-table h2 {
    color: #333333;
}

/* Parametric Page */

.parametric-table {
    margin-top: 20px;
    padding: 20px;
}

    /* Parametric Filter */

    .parametric-table .col-filter {
        font-size: 14px;
    }

        .parametric-table .col-filter .filter-header {
            padding-top: 5px;
        }

            .parametric-table .col-filter .filter-header a {
                text-transform: uppercase;
            }

            .parametric-table .col-filter .filter-header .label {
                font-weight: 600;
                color: #333333;
            }

            .parametric-table .col-filter .filter-header #clear-all {
                float: right;
            }

    /*  Parametric Table */

    .parametric-table .col-table {
        font-size: 14px;
    }

        .parametric-table .col-table #exportTable {
            position: unset;
            right: 0;
            padding: 0;
            margin-top: 0;
        }

        .parametric-table .col-table .table-actions {
            /*z-index: 1050;*/
            position: sticky;
            top: 0;
            background-color: #ffffff;
            padding-top: 5px;
            padding-bottom: 10px;
        }

            .parametric-table .col-table .table-actions .show-filter {
                display: none;
                text-transform: uppercase;
            }

            .parametric-table .col-table .table-actions .hide-filter {
                text-transform: uppercase;
            }

        .parametric-table .col-table .table-headers {
            /*z-index: 1050;*/
            position: sticky;
            top: 25px;
            background-color: #262B34 !important;
            color: #ffffff;
        }

            .parametric-table .col-table .table-headers .btn-secondary {
                font-size: 14px;
            }

/* Product Popover */

.popover {
    max-width: 500px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 1px solid #e5e5e5;
    padding: 10px;
}

    .popover .image {
        border: 1px solid #e5e5e5;
    }

    .popover .name {
        margin-bottom: 0;
    }

        .popover .name a {
            font-size: 28px;
        }

    .popover .description {
        font-weight: 400;
        padding: 0;
        margin-bottom: 20px;
    }

    .popover .detail-row {
        display: table;
        width: 100%;
    }

        .popover .detail-row .links {
            display: table-cell;
        }

            .popover .detail-row .links a {
                display: block;
            }

            .popover .detail-row .links i {
                margin-right: 5px;
            }

        .popover .detail-row .status {
            display: table-cell;
        }

            .popover .detail-row .status .text {
                font-size: 12px;
                font-weight: 600;
                color: #666666;
                text-transform: uppercase;
                margin-left: 5px;
            }

            .popover .detail-row .status i {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                text-align: center;
                font-size: 12px;
                line-height: 20px;
                vertical-align: middle;
                padding: 0px;
            }

            .popover .detail-row .status .green {
                color: #155724;
                background: #D4EDDA;
            }

            .popover .detail-row .status .blue {
                color: #004085;
                background-color: #cce5ff;
            }

            .popover .detail-row .status .yellow {
                color: #856404;
                background-color: #fff3cd;
            }

            .popover .detail-row .status .red {
                color: #721c24;
                background-color: #f8d7da;
            }

.product-popover a:hover {
    text-decoration: none;
    color: #0056b3;
}

.product-popover .product-name i  {
    display: block;
    margin-top: 5px;
    color: #cccccc !important;
}

.product-popover-content {
    display: none;
}

/* Compare Checkbox */

.compare-btn.active {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
}

.compare-btn.inactive {
    pointer-events: none;
}
/* -----------------------------
CONTENTS 
----------------------------- */

/* 
- BASE
  - Fonts
  - Body
  - Text
  - Text Links
  - Buttons
  - Buttons with Icons
- COMPONENTS
  - Hero
  - Section Bg
  - Section Title
  - Card
  - Images
  - List
  - Lightbox Modal
  - Tiny Slider
- LAYOUT
  - Header
  - Content Nav
  - Footer  
  - Back to Top
 */

/* ----------------------------- 
BASE 
----------------------------- */

/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Body */

body.layout-newpage {
    position: relative;
    overflow-x: initial;
    font-family: "Roboto", sans-serif;
    color: #333333;
}

/* Text */

.layout-newpage main h1 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
    color: #333333;
}

.layout-newpage main h2 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
    color: #333333;
}

.layout-newpage main h3 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    color: #333333;
}

.layout-newpage main h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
}

.layout-newpage main h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #333333;
}

.layout-newpage main p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 575px) {
    .layout-newpage main h1 {
        font-size: 36px;
        line-height: 52px;
    }

    .layout-newpage main h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

/* Text Links */

.layout-newpage main a:hover {
    text-decoration: underline;
}

.layout-newpage main .text-primary {
    color: #164bb7 !important;
}

.layout-newpage main .text-danger {
    color: #ed1c24 !important;
}

.layout-newpage main .text-light {
    color: #ffffff !important;
}

/* Buttons */

.layout-newpage main .btn {
    border-radius: 0;
    min-height: 50px;
}

.layout-newpage main .btn-primary {
    background-color: #164bb7;
    border: 2px solid #164bb7;
}

.layout-newpage main .btn-danger {
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
}

.layout-newpage main .btn-outline-light {
    border-width: 2px;
}

/* Buttons with Icons */

.layout-newpage main .btn .fa-arrow-right {
    margin-left: 10px;
}

/* Inputs */

.layout-newpage main .form-control {
    min-height: 50px;
}

/* ----------------------------- 
COMPONENTS 
----------------------------- */

/* Hero */

.layout-newpage .hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

    .layout-newpage .hero h1 {
        font-size: 50px;
        font-weight: 300;
        color: #ffffff;
        max-width: 375px;
        margin-bottom: 40px;
    }

@media (max-width: 575px) {
    .layout-newpage .hero {
        background-position: right;
    }
}

/* Section Dark Bg */

.layout-newpage .section-dark-bg {
    background: linear-gradient(120deg, rgba(38,43,52,1), rgba(38,43,52,.8)), url(/Content/Images/careers/Abstract_Dark.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
    color: #ffffff;
    padding: 100px 0;
}

    .layout-newpage .section-dark-bg h1,
    .layout-newpage .section-dark-bg h2,
    .layout-newpage .section-dark-bg h3,
    .layout-newpage .section-dark-bg h4,
    .layout-newpage .section-dark-bg h5,
    .layout-newpage .section-dark-bg p {
        color: #ffffff;
    }

/* Section Title */

.layout-newpage .section-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.layout-newpage .section-underline {
    width: 100px;
    border-bottom: 2px solid #ed1c24;
    margin-top: 10px;
    margin-bottom: 60px;
}

.layout-newpage .text-center .section-title {
    text-align: center;
}

.layout-newpage .text-center .section-underline {
    margin-left: auto;
    margin-right: auto;
}

/* Card */

.layout-newpage .card {
    border-radius: 15px;
}

    .layout-newpage .card .card-img-top {
        border-radius: 15px 15px 0 0;
        height: 175px;
        width: 100%;
        object-fit: cover;
    }

    .layout-newpage .card .card-footer {
        border-radius: 0 0 15px 15px;
    }

    .layout-newpage .card.shadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

    .layout-newpage .card.light {
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
    }

        .layout-newpage .card.light .card-footer {
            background-color: #ffffff;
            border-top: 1px solid #e5e5e5;
        }

            .layout-newpage .card.light .card-footer a {
                color: #999999;
            }

    .layout-newpage .card.dark {
        background-color: #424B5A;
        color: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

        .layout-newpage .card.dark .title {
            color: #ffffff;
        }

@media (max-width: 767px) {
    .layout-newpage .card .card-img-top {
        height: 215px;
    }
}

/* Images */

.layout-newpage .img-lg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.layout-newpage .img-md {
    width: 100%;
    height: 195px;
    object-fit: cover;
    border-radius: 15px;
}

.layout-newpage .img-sm {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 15px;
}

.layout-newpage .img-square {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .layout-newpage .img-lg {
        height: auto;
    }

    .layout-newpage .img-sm {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .layout-newpage .img-md {
        height: 175px;
    }

    .layout-newpage .img-sm {
        height: auto;
    }
}

@media (max-width: 575px) {
    .layout-newpage .img-md {
        height: 215px;
    }
}

/* List */

.layout-newpage .fa-ul {
    margin-left: 1.5rem;
}

    .layout-newpage .fa-ul > li {
        position: relative;
    }

.layout-newpage .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

    .layout-newpage .fa-li > i {
        margin-right: 10px;
    }

/* Lightbox Modal */

.openLightbox {
    cursor: none;
    position: relative;
}

    .openLightbox .fa-expand {
        cursor: pointer;
        position: absolute;
        z-index: 2;
        right: 20px;
        bottom: -70px;
        background-color: rgb(22,75,183,0.75);        
        color: #ffffff;
        border-radius: 50%;
        padding: 10px;
        font-size: 24px;
    }

        .openLightbox .fa-expand:hover {
            background-color: rgb(22,75,183,1);
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        }

.lightbox-modal .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

.lightbox-modal .modal-header {
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.lightbox-modal .modal-title {
    font-weight: 400;
}

.lightbox-modal .modal-body {
    background-color: #ffffff;
    text-align: center;
}

.lightbox-modal .close-btn {
    cursor: pointer;
    background: transparent;
    color: #ffffff;
    border: 0;
    opacity: 0.7;
    font-size: 48px;
    text-shadow: none;
    padding-right: 0;
    margin-left: auto;
}

    .lightbox-modal .close-btn:hover {
        opacity: 1;
        transition: all 0.5s;
    }

    .lightbox-modal .close-btn:focus {
        outline: none;
    }

.modal-backdrop.show {
    opacity: 0.9;
}

/* Tiny Slider */

.slider-wrapper {
    position: relative;
}

    .slider-wrapper .slider-controls {
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 40%;
        transform: translateY(-40%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .slider-wrapper .dark .prev,
    .slider-wrapper .dark .next {
        cursor: pointer;
        color: #333333;
    }

    .slider-wrapper .light .prev,
    .slider-wrapper .light .next {
        cursor: pointer;
        color: #ffffff;
    }

.tns-controls [disabled] {
    color: #999999;
    background: #b3b3b3;
    cursor: not-allowed !important;
}

.tns-nav {
    text-align: center;
    margin-top: 30px;
}

    .tns-nav > [aria-controls] {
        width: 9px;
        height: 9px;
        padding: 0;
        margin: 0 5px;
        border-radius: 50%;
        background: #ddd;
        border: 0;
    }

    .tns-nav > .tns-nav-active {
        background: #999;
    }

/* ----------------------------- 
LAYOUT 
----------------------------- */

/* Header */

.layout-newpage header.navbar {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 10px 0;
}

.layout-newpage header .navbar-brand img {
    height: 60px;
}

.layout-newpage header .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.layout-newpage header .nav-link .fa-arrow-right {
    color: #ed1c24;
    margin-left: 10px;
}

@media (max-width: 575px) {
    .layout-newpage header .navbar-brand img {
        height: 40px;
    }

    .layout-newpage header .nav-link .fa-arrow-right {
        margin-left: 5px;
    }
}

/* Main */

.layout-newpage main {
    min-height: auto;
}

/* Content Tab */

.layout-newpage #content-tab {
    z-index: 100;
    position: sticky;
    top: 0;
    background-color: #262b34;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

    .layout-newpage #content-tab .container {
        padding-left: 0;
        padding-right: 0;
    }

    .layout-newpage #content-tab a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 20px;
    }

        .layout-newpage #content-tab a.active {
            background-color: #164BB7 !important;
            border-radius: 0;
        }

@media (max-width: 1199px) {
    .layout-newpage #content-tab .nav {
        white-space: nowrap;
        display: block !important;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .layout-newpage #content-tab .nav li {
            display: inline-block;
        }

        .layout-newpage #content-tab .nav::-webkit-scrollbar {
            background: #666666;
            height: 3px;
        }

        .layout-newpage #content-tab .nav::-webkit-scrollbar-thumb {
            background: #999999;
            border-radius: 10px;
        }
}

/* Footer Banner */

.layout-newpage .footer-banner {
    background: linear-gradient( 45deg, rgba(22, 75, 183, 0.9), rgba(66, 75, 90, 0.9) ), url(/Content/Images/careers/Footer-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center top / cover no-repeat;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 40px 60px;
    color: #ffffff;
    margin-bottom: -80px;
    position: relative;
    z-index: 1000;
}

    .layout-newpage .footer-banner .row {
        align-items: center;
    }

    .layout-newpage .footer-banner h2 {
        color: #ffffff;
    }

    .layout-newpage .footer-banner .btn-outline-light {
        background-color: rgba(255,255,255, 0.15)
    }

        .layout-newpage .footer-banner .btn-outline-light:hover {
            background-color: rgba(255,255,255, 1);
            text-decoration: none;
            transition: all 0.5s ease;
        }

    .layout-newpage .footer-banner .btn:first-child {
        margin-bottom: 20px;
    }

@media (max-width: 1199px) {
    .layout-newpage .footer-banner h2 {
        margin-bottom: 40px;
        text-align: center;
    }

    .layout-newpage .footer-banner .btn {
        display: block;
    }
}

@media (max-width: 575px) {
    .layout-newpage .footer-banner {
        padding: 40px 20px;
        margin-bottom: 0;
    }
}

/* Footer Links */

.layout-newpage .footer-links {
    background-color: #424b5a;
    color: #ffffff;
    padding: 160px 0 60px 0;
    font-size: 14px;
}

    .layout-newpage .footer-links a {
        display: inline-block;
        color: #ffffff;
        margin-bottom: 2px;
    }

        .layout-newpage .footer-links a:hover {
            text-decoration: underline;
        }

    .layout-newpage .footer-links .logo {
        height: 60px;
    }

    .layout-newpage .footer-links .footer-title {
        font-weight: 600;
        text-transform: uppercase;
    }

    .layout-newpage .footer-links .footer-underline {
        width: 100px;
        border-bottom: 2px solid #ed1c24;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .layout-newpage .footer-links .footer-career .title {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .layout-newpage .footer-links .footer-career .text {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .layout-newpage .footer-links .footer-career .fa-arrow-right {
        margin-left: 5px;
    }

@media (max-width: 1199px) {
    .layout-newpage .footer-links {
        padding: 180px 0 0 0;
    }

        .layout-newpage .footer-links .logo {
            margin-bottom: 60px;
        }

        .layout-newpage .footer-links .list-unstyled {
            margin-bottom: 60px;
        }
}

@media (max-width: 575px) {
    .layout-newpage .footer-links {
        text-align: center;
        padding: 60px 0 0 0;
    }

        .layout-newpage .footer-links .footer-underline {
            margin-left: auto;
            margin-right: auto;
        }
}

/* Footer Copyright */

.layout-newpage .footer-copyright {
    background-color: #262b34;
    color: #cccccc;
    padding: 20px 0;
    font-size: 14px;
}

@media (max-width: 575px) {
    .layout-newpage .footer-copyright {
        text-align: center;
    }
}

/* Back to Top */

.layout-newpage .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: 5px !important;
    min-height: auto !important;
}

@media (max-width: 575px) {
    .layout-newpage .back-to-top {
        bottom: 20px;
    }
}
/* -----------------------------
CONTENTS 
----------------------------- */

/*  
- PAGE SPECIFIC
  - Hero
  - Why Maxlinear
    - Introduce
    - Featured Jobs
  - Maximize your Potential
  - Life at Maxlinear
    - Learn More
  - Opportunites
  - Students & Recent Grads
    - Equity & Benefits
 */

/* ----------------------------- 
PAGE SPECIFIC 
----------------------------- */

/* Hero */

.careers-page .hero {
    background: linear-gradient(110deg, rgba(22, 75, 183, 1) 5%, rgba(66, 75, 90, 0) 100% ), url(/Content/Images/careers/Hero-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) 80% center / cover no-repeat;
}

    .careers-page .hero .jobs-search {
        margin-bottom: 40px;
    }

        .careers-page .hero .jobs-search .input-group-prepend .btn {
            border: 1px solid #e5e5e5;
        }

            .careers-page .hero .jobs-search .input-group-prepend .btn i {
                color: #164bb7;
                margin-right: 5px;
            }

        .careers-page .hero .jobs-search .input-group-append .btn {
            padding-left: 30px;
            padding-right: 30px;
        }

    .careers-page .hero .jobs-cta a {
        font-size: 16px;
        margin-right: 40px;
    }

        .careers-page .hero .jobs-cta a:hover {
            text-decoration: none;
        }

            .careers-page .hero .jobs-cta a:hover span {
                text-decoration: underline;
            }

        .careers-page .hero .jobs-cta a i {
            margin-left: 5px;
        }

@media (max-width: 575px) {
    .careers-page .hero .jobs-search .input-group-prepend {
        display: block;
        width: 100%;
    }

        .careers-page .hero .jobs-search .input-group-prepend .btn {
            text-align: left;
        }

    .careers-page .hero .jobs-search .btn {
        width: 100%;
    }

    .careers-page .hero .jobs-cta a {
        display: block;
        margin-bottom: 10px;
    }
}

/* Introduction */

#why-maxlinear .intro {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

    #why-maxlinear .intro h2 {
        margin-bottom: 30px;
    }

/* Featured Jobs */

#why-maxlinear .featured-jobs {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 60px 40px;
    margin-bottom: 100px;
}

    #why-maxlinear .featured-jobs .cta-links {
        margin-bottom: 40px;
    }

        #why-maxlinear .featured-jobs .cta-links a {
            font-size: 14px;
            color: #999999;
            padding: 0 10px;
        }

            #why-maxlinear .featured-jobs .cta-links a:first-child {
                border-right: 1px solid #cccccc;
            }

    #why-maxlinear .featured-jobs .section-underline {
        margin-bottom: 40px;
    }

    #why-maxlinear .featured-jobs .card .label {
        display: inline-block;
        background-color: #cce5ff80;
        color: #004085;
        border-radius: 5px;
        padding: 2px 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #why-maxlinear .featured-jobs .card .title {
        margin-bottom: 20px;
    }

    #why-maxlinear .featured-jobs .card .location {
        display: table;
    }

        #why-maxlinear .featured-jobs .card .location i {
            display: table-cell;
            color: #cccccc;
            padding-right: 10px;
        }

        #why-maxlinear .featured-jobs .card .location span {
            display: table-cell;
        }

    #why-maxlinear .featured-jobs .card-footer a {
        display: block;
        color: #164bb7;
    }

        #why-maxlinear .featured-jobs .card-footer a i {
            float: right;
        }

/* Why Maxlinear */

#why-maxlinear .why-maxlinear {
    margin-bottom: 100px;
}

    #why-maxlinear .why-maxlinear .text-block {
        align-items: center;
        padding-bottom: 60px;
    }

        #why-maxlinear .why-maxlinear .text-block h5 {
            margin-bottom: 20px;
        }

@media (max-width: 1199px) {
    #why-maxlinear .why-maxlinear img {
        margin-bottom: 30px;
    }
}

/* Maximize Your Potential */

#maximize-potential {
    margin-bottom: 100px;
}

    #maximize-potential .card .title {
        margin-bottom: 10px;
    }

/* Life at MaxLinear */

#life-maxlinear {
    margin-bottom: 100px;
}

    #life-maxlinear .panorama {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 15px;
        margin-bottom: 60px;
    }

    #life-maxlinear .team-block {
        margin-bottom: 60px;
    }

    #life-maxlinear .ceo-block {
        margin-bottom: 100px;
    }

        #life-maxlinear .ceo-block .quote {
            margin-bottom: 30px;
        }

        #life-maxlinear .ceo-block .title {
            color: #999999;
        }

@media (max-width: 1199px) {
    #life-maxlinear .panorama {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    #life-maxlinear .team-block,
    #life-maxlinear .ceo-block {
        margin-bottom: 60px;
    }

        #life-maxlinear .ceo-block img {
            margin-bottom: 30px;
        }
}

/* Learn More About Us */

#life-maxlinear .learn-more {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 60px 40px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

#life-maxlinear h2 {
    margin-bottom: 40px;
}

#life-maxlinear .learn-more .card .icon {
    background-color: #CCE5FF7F;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
}

    #life-maxlinear .learn-more .card .icon i {
        color: #004085;
        font-size: 50px;
        line-height: 100px;
    }

#life-maxlinear .card-footer a {
    display: block;
    color: #164bb7;
}

#life-maxlinear .card-footer i {
    margin-left: 5px;
}

@media (max-width: 1199px) {
    #life-maxlinear .learn-more .card {
        margin-bottom: 30px;
    }
}

/* Opportunities */

#opportunities {
    margin-bottom: 100px;
}

    #opportunities .text-block {
        margin-bottom: 60px;
    }

    #opportunities .title {
        margin-bottom: 20px;
    }

    #opportunities .fa-li > i {
        color: #999999;
    }

@media (max-width: 1199px) {
    #opportunities img {
        margin-bottom: 30px;
    }
}

/* Students & Recent Grads */

#students-grads {
    margin-bottom: 100px;
}

    #students-grads img {
        margin-bottom: 30px;
    }

    #students-grads h4 {
        margin-bottom: 20px;
    }

@media (max-width: 1199px) {
    #students-grads {
        margin-bottom: 40px;
    }

        #students-grads .text-block {
            margin-bottom: 60px;
        }
}

/* Equity & Benefits */

#equity-benefits {
    margin-bottom: 150px;
}

    #equity-benefits .panorama-full {
        min-height: 400px;
        background: linear-gradient(120deg, rgba(22,75,183,0.5) 0%, rgba(22,75,183,0) 100%), url(/Content/Images/careers/StudentsBenefits-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
        margin-bottom: 100px;
    }

    #equity-benefits .section-underline {
        margin-bottom: 20px;
    }

    #equity-benefits .text-block {
        margin-bottom: 60px;
    }

@media (max-width: 1199px) {
    #equity-benefits {
        margin-bottom: 100px;
    }

        #equity-benefits .panorama-full {
            height: auto;
        }
}
/* -----------------------------
CONTENTS 
----------------------------- */

/*  
- PAGE SPECIFIC
  - Hero
  - About MaxLinear
  - Our Products
  - Our History
  - Our Customers
  - Locations
 */

/* ----------------------------- 
PAGE SPECIFIC 
----------------------------- */

/* Hero */

.about-maxlinear .hero {
    background: linear-gradient(110deg, rgba(22, 75, 183, 1) 5%, rgba(66, 75, 90, 0) 100%), url(/Content/Images/aboutmaxlinear/Hero-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
}

    .about-maxlinear .hero h1 {
        margin-bottom: 20px;
    }

    .about-maxlinear .hero h4 {
        color: #ffffff;
        font-weight: 400;
    }

/* About MaxLinear */

#about-maxlinear {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #about-maxlinear .section-underline {
        margin-bottom: 40px;
    }

    #about-maxlinear .text-block {
        margin-bottom: 60px;
    }

    #about-maxlinear .text-block-sm img {
        margin-bottom: 20px;
    }

    #about-maxlinear .text-block-sm h5 {
        font-weight: 400;
        margin-bottom: 20px;
    }

    #about-maxlinear .text-block-sm p {
        font-size: 14px;
        line-height: 20px;
        color: #999999;
    }

@media (max-width: 991px) {
    #about-maxlinear .text-block .img-lg {
        margin-bottom: 40px;
    }

    #about-maxlinear .text-block-sm .col-md-6 {
        margin-bottom: 40px;
    }
}

/* Our History */

#our-history {
    margin-bottom: 100px;
}

    #our-history h4 {
        font-weight: 400;
    }

    #our-history .timeline-block {
        margin-top: 100px;
    }

    #our-history .timeline-date {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        background-color: #262b34;
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    #our-history .timeline-desc {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }

        #our-history .timeline-desc .fa-ul {
            padding-left: 5px;
            margin-bottom: 0;
        }

        #our-history .timeline-desc .fa-ul li {
            padding-bottom: 5px;
        }

    #our-history .timeline__content {
        background-color: #424b5a;
        color: #ffffff;
        border: 1px solid #424b5a;
        border-top: 5px solid #ed1c24;
        border-radius: 5px;
        padding: 15px;
    }

    #our-history .timeline__item:after {
        background-color: #262b34;
    }

    #our-history .timeline__item--right .timeline__content:before {
        border-right-color: #424b5a;
    }

    #our-history .timeline__item--right .timeline__content:after {
        border-right-color: #424b5a;
    }

    #our-history .timeline__content:before {
        border-left-color: #424b5a;
    }

    #our-history .timeline__content:after {
        border-left-color: #424b5a;
    }

    @media (max-width: 575px) {
        #our-history .timeline-block {
            margin-top: 40px;
        }

        #our-history .timeline--mobile .timeline__item .timeline__content:before {
            border-right-color: #424b5a;
        }

        #our-history .timeline--mobile .timeline__item .timeline__content:after {
            border-right-color: #424b5a;
        }
    }

    /* Our Products */

    #our-products {
        margin-bottom: 100px;
    }

    #our-products .section-underline {
        margin-bottom: 40px;
    }

    #our-products .fa-ul {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    #our-products .fa-li i {
        color: #ed1c24;
    }

    #our-products .featured-products {
        background-color: #f5f5f5;
        border-radius: 15px;
        padding: 60px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

        #our-products .featured-products h2 {
            width: 60%;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 60px;
        }

        #our-products .featured-products .img-wrapper.one {
            background: linear-gradient(120deg, rgba(38,43,52,0.4), rgba(22,75,183,0)), url(/Content/Images/aboutmaxlinear/Products-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center right / cover no-repeat;
        }

        #our-products .featured-products .img-wrapper.two {
            background: linear-gradient(120deg, rgba(38,43,52,0.6), rgba(22,75,183,0.2)), url(/Content/Images/aboutmaxlinear/Products-02.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
        }

        #our-products .featured-products .img-wrapper.three {
            background: linear-gradient(120deg, rgba(38,43,52,0.4), rgba(22,75,183,0)), url(/Content/Images/aboutmaxlinear/Products-03.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
        }

        #our-products .featured-products .img-wrapper.four {
            background: linear-gradient(120deg, rgba(38,43,52,0.6), rgba(22,75,183,0.2)), url(/Content/Images/aboutmaxlinear/Products-04.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
        }

        #our-products .featured-products .img-wrapper {
            position: relative;
            width: 100%;
            height: 200px;
            color: #ffffff;
            border-radius: 15px;
        }

            #our-products .featured-products .img-wrapper .text {
                position: absolute;
                z-index: 1;
                bottom: 20px;
                left: 20px;
                font-size: 24px;
                font-weight: 600;
                line-height: 32px;
                text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
            }

@media (max-width: 991px) {
    #our-products .fa-ul {
        margin-bottom: 40px;
    }

    #our-products .featured-products {
        padding: 40px;
    }

    #our-products .featured-products h2 {
        width: 100%;
    }

    #our-products .featured-products .img-wrapper {
        margin-bottom: 20px;
    }
}

/* Our Customers */

#our-customers {
    margin-bottom: 100px;
}

    #our-customers h4 {
        font-weight: 400;
        margin-bottom: 60px;
    }

    #our-customers .quote {
        margin-bottom: 40px;
    }

    #our-customers .name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    #our-customers .title {
        font-size: 14px;
        line-height: 20px;
    }

/* Locations */

#locations {
    margin-bottom: 100px;
}

    #locations .text-block {
        margin-bottom: 60px;
    }

    #locations .caption {
        margin-top: 10px;
        font-size: 14px;
        color: #999999;
    }

    #locations .region {
        margin-bottom: 20px;
    }

    #locations .country {
        font-weight: 600;
        padding: 10px 10px;
        border-bottom: 1px solid #333333;
    }

    #locations .item {
        display: block;
        color: #333333;
        padding: 10px 10px;
        border-bottom: 1px solid #e5e5e5;
    }

        #locations .item i {
            float: right;
        }

@media (max-width: 991px) {
    #locations .caption {
        margin-bottom: 40px;
    }

    #locations .country {
        margin-top: 20px;
    }
}

/* Mission & EPIC Values */

#mission {
    margin-bottom: 100px;
}

    #mission .panorama-full {
        min-height: 400px;
        background: linear-gradient(120deg, rgba(22,75,183,0.5) 0%, rgba(22,75,183,0) 100%), url(/Content/Images/aboutmaxlinear/Mission-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
        margin-bottom: 100px;
    }

    #mission .section-underline {
        margin-bottom: 40px;
    }

    #mission .text-block {
        margin-bottom: 40px;
    }

    #mission .sm-text-block {
        margin-bottom: 40px;
    }

    #mission .fa-ul {
        padding-left: 5px;
    }

    #mission .fa-li {
        color: #ed1c24;
    }

/* Leadership */

#leadership {
    margin-bottom: 150px;
}

    #leadership .text-block {
        background-color: #f5f5f5;
        border-radius: 15px;
        padding: 60px;
    }

    #leadership .section-underline {
        margin-bottom: 40px;
    }

    #leadership h2 {
        margin-bottom: 20px;
    }

    #leadership .fa-ul {
        padding-left: 5px;
        margin-bottom: 40px;
    }

    #leadership .fa-li {
        color: #ed1c24;       
    }

    #leadership .fa-ul li {
        padding-bottom: 2px;
    }

    #leadership .cta-link {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

@media (max-width: 991px) {
    #leadership .text-block {
        padding: 40px;
    }

    #leadership .img-lg {
        margin-bottom: 40px;
    }
}
/* -----------------------------
CONTENTS 
----------------------------- */

/*  
- PAGE SPECIFIC
  - Unordered List
  - Hero
  - Introduction
  - Overview
  - Evolutions of Wi-Fi
  - History of MxL Leadership
  - Technology Drivers
  - Wi-Fi 7 Features
  - Products
  - Resources
 */

/* ----------------------------- 
PAGE SPECIFIC 
----------------------------- */

/* Unordered List */

.wifi7-page .fa-ul {
    font-size: 16px;
}

    .wifi7-page .fa-ul li {
        margin-bottom: 10px;
    }

    .wifi7-page .fa-ul .fa-li > i {
        color: #ed1c24;
    }

/* Hero */

.wifi7-page .hero {
    background: linear-gradient(110deg, rgba(22, 75, 183, 1) 5%, rgba(66, 75, 90, 0) 100%), url(/Content/Images/wifi7/Hero-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
}

    .wifi7-page .hero h1 {
        margin-bottom: 20px;
    }

    .wifi7-page .hero h4 {
        color: #ffffff;
        font-weight: 400;
    }

/* Introduction */

.wifi7-page .intro {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .wifi7-page .intro h2 {
        margin-bottom: 30px;
        width: 80%;
        line-height: 1.25;
    }

@media (max-width: 991px) {
    .wifi7-page .intro h2 {
        margin-top: 40px;
        width: 100%;
    }
}

/* Wi-Fi New Era */

#wifi-new-era .row {
    align-items: center;
}

/* Evolutions of Wi-Fi */

#evolution-wifi {
    margin-bottom: 100px;
}

    #evolution-wifi .row {
        align-items: center;
    }

    #evolution-wifi .section-underline {
        margin-bottom: 40px;
    }

    #evolution-wifi h3 {
        margin-bottom: 40px;
    }

    #evolution-wifi.section-dark-bg {
        background: linear-gradient(120deg, rgba(38,43,52,1), rgba(38,43,52,.8)), url(/Content/Images/wifi7/Abstract_Dark_Wi-Fi.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
    }

@media (max-width: 1199px) {
    #evolution-wifi .img-fluid {
        display: block;
        width: 80%;
        margin: 60px auto 0 auto;
    }
}

@media (max-width: 991px) {
    #evolution-wifi .img-fluid {
        width: 100%;
    }
}

/* History of MxL Leadership */

#history-leadership {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #history-leadership .section-underline {
        margin-bottom: 40px;
    }

    #history-leadership .text-img-wrapper {
        position: relative;
        height: 450px;
    }

        #history-leadership .text-img-wrapper h3 {
            position: absolute;
            width: 60%;
            top: 0;
            left: 0;
        }

        #history-leadership .text-img-wrapper img {
            position: absolute;
            top: 20px;
            left: 0;
        }

@media (max-width: 991px) {
    #history-leadership .text-img-wrapper {
        height: 500px;
    }

    #history-leadership h3 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    #history-leadership .text-img-wrapper h3 {
        position: static;
        width: 100%;
    }

    #history-leadership .text-img-wrapper img {
        position: static;
    }
}

/* Slides Block */

#tech-drivers .slides-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #tech-drivers .slides-block .col {
        padding: 0;
    }

        #tech-drivers .slides-block .col img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            object-position: center;
        }

@media (max-width: 991px) {
    #tech-drivers .slides-block .col img {
        height: 300px;
    }
}

@media (max-width: 575px) {
    #tech-drivers .slides-block .col img {
        height: 200px;
    }
}

/* Technology Drivers */

#tech-drivers .section-underline {
    margin-bottom: 40px;
}

#tech-drivers .img-fluid {
    display: block;
    width: 100%;
    margin: 60px auto 0 auto;
}

/* Wi-Fi 7 Features */

#wifi7-features {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #wifi7-features .features {
        margin-bottom: 100px;
    }

        #wifi7-features .features .section-underline {
            margin-bottom: 40px;
        }

        #wifi7-features .features h3 {
            margin-bottom: 40px;
        }

    #wifi7-features .benefits {
        background-color: #f5f5f5;
        border-radius: 15px;
        padding: 60px 40px;
        margin-bottom: 100px;
    }

        #wifi7-features .benefits h2 {
            text-align: center;
            margin-bottom: 40px;
        }

        #wifi7-features .benefits .card .header {
            display: table;
            width: 100%;
            margin-bottom: 20px;
        }

            #wifi7-features .benefits .card .header .title {
                display: table-cell;
                width: 50%;
                vertical-align: middle;
            }

                #wifi7-features .benefits .card .header .title h5 {
                    margin-bottom: 0;
                    line-height: 1.25;
                }

            #wifi7-features .benefits .card .header .icon {
                display: table-cell;
                text-align: right;
            }

                #wifi7-features .benefits .card .header .icon img {
                    border-radius: 50%;
                    padding: 15px;
                    background-color: #CCE5FF7F;
                    width: auto;
                    height: 75px;
                }

        #wifi7-features .benefits .card .fa-ul {
            margin-bottom: 20px;
        }

            #wifi7-features .benefits .card .fa-ul li {
                margin-bottom: 5px;
            }

        #wifi7-features .benefits .card .desc {
            font-size: 16px;
            margin-bottom: 10px;
        }

@media (max-width: 991px) {
    #wifi7-features .features .fa-ul {
        margin-bottom: 60px;
    }

    #wifi7-features .benefits .card {
        margin-bottom: 40px;
    }
}

/* Products */

.wifi7-page #products .section-underline {
    margin-bottom: 40px;
}

.wifi7-page #products h3 {
    margin-bottom: 40px;
}

.wifi7-page #products p {
    margin-bottom: 40px;
}

.wifi7-page #products .fa-ul {
    margin-bottom: 40px;
}

.wifi7-page #products .cta-link {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
    color: #ffffff;
    font-weight: 500;
}

    .wifi7-page #products .cta-link:hover {
        text-decoration: none;
    }

    .wifi7-page #products .cta-link i {
        padding-left: 5px;
        float: right;
    }

.wifi7-page #products .img-wrapper label {
    float: right;
    width: 35%;
}

@media (max-width: 991px) {
    .wifi7-page #products .img-wrapper {
        text-align: center;
    }

        .wifi7-page #products .img-wrapper img {
            width: auto;
            height: 60%;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        .wifi7-page #products .img-wrapper label {
            float: unset;
            width: 100%;
            display: block;
        }
}

/* Products Cards */

.wifi7-page .products-cards {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.wifi7-page .products-cards {
    padding: 100px 0;
    background-color: #f5f5f5;
}

    .wifi7-page .products-cards .card {
        border-radius: 15px;
        border: transparent;
    }

        .wifi7-page .products-cards .card .img-wrapper {
            position: relative;
            width: 100%;
            height: 300px;
            color: #FFFFFF;
            border-radius: 13px;
            background: linear-gradient(120deg, rgba(22,75,183,.8), rgba(22,75,183,.8)), url(/Content/Images/wifi7/Product-Bg.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
        }

            .wifi7-page .products-cards .card .img-wrapper .text {
                position: absolute;
                z-index: 1;
                bottom: 20px;
                left: 20px;
                font-size: 24px;
                line-height: 32px;
            }

                .wifi7-page .products-cards .card .img-wrapper .text .primary {
                    font-weight: 600;
                }

                .wifi7-page .products-cards .card .img-wrapper .text .secondary {
                    font-weight: 400;
                }

            .wifi7-page .products-cards .card .img-wrapper .chip-img {
                position: absolute;
                z-index: 0;
                top: 20px;
                right: 20px;
                height: 250px;
                width: auto;
            }

    .wifi7-page .products-cards .card-body .features {
        margin: 20px 0 40px 0;
    }

    .wifi7-page .products-cards .card-body .highlights {
        margin: 0 0 40px 0;
    }

    .wifi7-page .products-cards .card-body .interfaces {
        margin: 0 0 40px 0;
    }

    .wifi7-page .products-cards .card-body label {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }

    .wifi7-page .products-cards .card-body .fa-ul {
        margin-left: 1.5rem;
    }

    .wifi7-page .products-cards .card-body .fa-chevron-right {
        color: #ED1C24;
    }

    .wifi7-page .products-cards .card-body a {
        font-weight: 600;
    }

    .wifi7-page .products-cards .card-footer {
        background-color: #fff;
        padding: 1.25rem;
    }

        .wifi7-page .products-cards .card-footer a {
            display: block;
            color: #164BB7;
            font-weight: 500;
        }

            .wifi7-page .products-cards .card-footer a i {
                margin-left: 5px;
            }

@media (max-width: 991px) {
    .wifi7-page .products-cards {
        padding: 80px 0;
    }

        .wifi7-page .products-cards .card {
            margin-top: 0;
            margin-bottom: 40px;
        }
}

/* Products Solutions */

.wifi7-page .products-solutions {
    padding: 100px 0;
}

    .wifi7-page .products-solutions .section-underline {
        margin-bottom: 40px;
    }

    .wifi7-page .products-solutions h3 {
        margin-bottom: 40px;
    }

    .wifi7-page .products-solutions .cta-list {
        margin-top: 40px;
    }

    .wifi7-page .products-solutions .cta-link {
        display: block;
        color: #164BB7;
        margin-bottom: 10px;
        font-weight: 500;
    }

        .wifi7-page .products-solutions .cta-link i {
            margin-left: 5px;
        }

@media (max-width: 991px) {
    .wifi7-page .products-solutions .img-fluid {
        margin-top: 40px;
    }
}

/* Resources */

.wifi7-page #resources {
    margin-bottom: 150px;
}

    .wifi7-page #resources .section-underline {
        margin-bottom: 40px;
    }

    .wifi7-page #resources .title {
        margin-bottom: 20px;
    }

    .wifi7-page #resources .writer-date {
        color: #999999;
        margin-bottom: 40px;
    }

        .wifi7-page #resources .writer-date .pipe {
            color: #cccccc;
            padding: 0 5px;
        }

    .wifi7-page #resources .body {
        margin-bottom: 20px;
    }

    .wifi7-page #resources .cta-link {
        color: #164BB7;
        font-size: 16px;
    }

        .wifi7-page #resources .cta-link i {
            margin-left: 5px;
        }

    .wifi7-page #resources .documentation-title {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .wifi7-page #resources .documentation-title h4 {
            font-weight: 300;
            line-height: 1.5;
        }

    .wifi7-page #resources .documentation-cards .card {
        background-color: #424B5A;
        border-radius: 15px;
        color: #FFFFFF;
        font-size: 14px;
    }

    .wifi7-page #resources .documentation-cards .card-title i {
        color: #ED1C24;
        font-size: 30px;
    }

    .wifi7-page #resources .documentation-cards h5 {
        margin: 20px 0;
    }

    .wifi7-page #resources .documentation-cards .briefs a {
        text-decoration: underline;
    }

    .wifi7-page #resources .documentation-cards .card-link {
        margin-top: 40px;
    }

        .wifi7-page #resources .documentation-cards .card-link li {
            display: inline-block;
            margin-right: 40px;
        }

        .wifi7-page #resources .documentation-cards .card-link .fa-arrow-right {
            margin-left: 5px;
        }

.wifi7-page .resources-02 {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .wifi7-page .resources-02 .writer-date {
        color: #999999;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .wifi7-page .resources-02 .cta-link {
        color: #164BB7;
        font-weight: 500;
    }

    @media (max-width: 991px) {
        .wifi7-page #resources .img-lg {
        margin-top: 40px;
    }

    .wifi7-page #resources .documentation-cards .card {
        margin-bottom: 40px;
    }
}

/* Footer Banner */

.wifi7-page .footer-banner h4 {
    font-weight: 400;
    color: #ffffff;
}

.wifi7-page .footer-banner .btn {
    float: right;
}

@media (max-width: 1199px) {
    .wifi7-page .footer-banner .btn {
        float: left;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .wifi7-page .footer-banner .btn {
        padding: 60px 20px;
        margin-bottom: 0;
    }
}

/* -----------------------------
CONTENTS 
----------------------------- */

/* 
- PAGE SPECIFIC
  - Hero
  - Events
  - Card
  - Footer
 */


/* ----------------------------- 
PAGE SPECIFIC 
----------------------------- */

/* Hero */

#tradeshows-events .hero {
    background: linear-gradient(110deg, rgba(22, 75, 183, 1) 5%, rgba(66, 75, 90, 0) 100%), url(/Content/Images/hsi/Smart_City_5G_Communication_Network.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
    min-height: 400px;
}

/* Events */

#tradeshows-events #events {
    background-color: #f5f5f5;
    padding: 80px 0;
}

/* Card */

#tradeshows-events .card {
    margin-bottom: 30px;
    text-align: center;
}

    #tradeshows-events .card .card-body .logo img {
        max-height: 80px;
        width: auto;
    }

    #tradeshows-events .card .card-body .title {
        margin: 30px 0 20px 0;
    }

    #tradeshows-events .card .card-body .date,
    #tradeshows-events .card .card-body .location {
        margin-bottom: 5px;
    }

    #tradeshows-events .card .card-body .date i,
    #tradeshows-events .card .card-body .location i {
        color: #999999;
        margin-right: 5px;
    }

    #tradeshows-events .card .card-footer {
        background-color: #ffffff;
        border-top: 0;
        padding: 0 20px 20px 20px;
    }

    #tradeshows-events .card .card-footer .btn {
        min-height: auto;
        font-size: 14px;       
    }

        #tradeshows-events .card .card-footer .btn:hover {
            text-decoration: none;
            opacity: 0.9;
        }

/* Footer */

#tradeshows-events .bg-lightgrey {
    background-color: #f5f5f5;
}
/* -----------------------------
CONTENTS 
----------------------------- */

/*  
- PAGE SPECIFIC
  - Hero

 */

/* ----------------------------- 
PAGE SPECIFIC 
----------------------------- */

/* Hero */

.company-leadership .hero {
    background: linear-gradient(110deg, rgba(22, 75, 183, 1) 5%, rgba(66, 75, 90, 0) 100%), url(/Content/Images/leadership/Hero.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) center center / cover no-repeat;
}

    .company-leadership .hero h1 {
        margin-bottom: 20px;
    }

    .company-leadership .hero h4 {
        color: #ffffff;
        font-weight: 400;
    }

/* Team Member */

.company-leadership .team-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.company-leadership .team-member {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.company-leadership .member-img {
    width: 100%;
    height: auto;
}

.company-leadership .member-name {
    margin-bottom: 20px;
}

.company-leadership .member-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.company-leadership .member-underline {
    width: 100px;
    border-bottom: 2px solid #ed1c24;
    margin-top: 20px;
    margin-bottom: 40px;
}

.company-leadership .member-bio {
    color: #666666;
}

@media (max-width: 991px) {
    .company-leadership .member-img {
        margin-bottom: 20px;
    }
}

/* Leadership Block */

.company-leadership .leadership-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .company-leadership .leadership-block .section-underline {
        margin-bottom: 40px;
    }

    .company-leadership .leadership-block .fa-ul {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .company-leadership .leadership-block .fa-li i {
        color: #ed1c24;
    }

.company-leadership .leadership-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
/* -----------------------------
CONTENTS 
----------------------------- */

/*  
- PAGE SPECIFIC
  - Hero
  - Demand
  - MaxLIN
  - Key Benefits
  - Key Features
  - MaxLIN in the News
  - Footer Banner

 */

/* ----------------------------- 
PAGE SPECIFIC 
----------------------------- */

/* Unordered List */

.maxlin-page .fa-ul {
    font-size: 16px;
}

    .maxlin-page .fa-ul li {
        margin-bottom: 10px;
    }

    .maxlin-page .fa-ul .fa-li > i {
        color: #ed1c24;
    }

/* Hero */

.maxlin-page .hero {
    background: linear-gradient(110deg, rgba(22, 75, 183, 1) 5%, rgba(66, 75, 90, 0) 100%), url(/Content/Images/maxlin/Hero-01.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) top center / cover no-repeat;
}

    .maxlin-page .hero h1 {
        margin-bottom: 20px;
    }

    .maxlin-page .hero h4 {
        color: #ffffff;
        font-weight: 400;
    }

/* Demand */

.maxlin-page #demand {
    padding-top: 100px;
    padding-bottom: 100px;
}

.maxlin-page #demand .section-underline {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .maxlin-page #demand .img-lg {
        margin-top: 40px;
    }
}

/* MaxLIN */

.maxlin-page #maxlin {
    background: linear-gradient(120deg, rgba(38,43,52,1), rgba(38,43,52,.8)), url(/Content/Images/maxlin/Abstract_Bg.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) top center / cover no-repeat;
}

    .maxlin-page #maxlin .section-underline {
        margin-bottom: 40px;
    }

    .maxlin-page #maxlin h4 {
        font-weight: 300;
    }

    .maxlin-page #maxlin .img-fluid {
        max-height: 160px;
    }

@media (max-width: 1199px) {
    .maxlin-page #maxlin .fa-ul {
        margin-top: 40px;
    }

    .maxlin-page #maxlin .img-fluid {
        margin-top: 40px;
    }
}


/* Key Benefits */

.maxlin-page #features-benefits {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .maxlin-page #features-benefits .section-underline {
        margin-bottom: 40px;
    }

    .maxlin-page #features-benefits .card {
        border-color: transparent;
    }

    .maxlin-page #features-benefits .bottom-title {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .maxlin-page #features-benefits .bottom-content {
        align-items: center;
    }

    .maxlin-page #features-benefits .bottom-content .img-bg {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 40px;
    }

@media (max-width: 1199px) {
    .maxlin-page #features-benefits .img-fluid {
        margin-top: 40px;
    }

    .maxlin-page #features-benefits .card {
        margin-bottom: 40px;
    }
}

/* Key Features */

.maxlin-page .key-features {
    margin-bottom: 100px;
    background: linear-gradient(120deg, rgba(38,43,52,1), rgba(38,43,52,.8)), url(/Content/Images/maxlin/Abstract_Bg.jpg?v=3ojXrAl2BVHRdD-QrTGjQpo1jNc) top center / cover no-repeat;
}

    .maxlin-page .key-features .section-underline {
        margin-bottom: 40px;
    }

    .maxlin-page .key-features .toggle-link {
        color: #ffffff;
        text-decoration: underline;
    }

    .maxlin-page .key-features .content-wrapper {
        display: block;
        margin-top: 10px;
    }

    .maxlin-page .key-features .cta-list {
        list-style: none;
        padding-left: 0;
    }

    .maxlin-page .key-features .cta-list a {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #666;
    }

        .maxlin-page .key-features .cta-list a .fa-arrow-right {
            padding-left: 5px;
            float: right;
        }

        .maxlin-page .key-features .img-wrapper {
            position: relative;
            width: 100%;
            height: 550px;
        }

            .maxlin-page .key-features .img-wrapper .graphic-01 {
                position: absolute;
                width: 200px;
            }

            .maxlin-page .key-features .img-wrapper .graphic-02 {
                position: absolute;
                z-index: 1;
                width: 80px;
                left: 70%;
            }

            .maxlin-page .key-features .img-wrapper .graphic-03 {
                position: absolute;
                width: 100px;
                left: 85%;
                bottom: 40%;
            }

            .maxlin-page .key-features .img-wrapper .label-01 {
                position: absolute;
                bottom: 20%;
            }

            .maxlin-page .key-features .img-wrapper .label-02 {
                position: absolute;
                left: 60%;
                bottom: 20%;
            }

@media (max-width: 1199px) {
    .maxlin-page .key-features .img-wrapper {
        margin-top: 40px;
    }
}

/* MaxLIN in the News */

.maxlin-page #maxlin-news {
    padding-top: 100px;
    padding-bottom: 200px;
}

    .maxlin-page #maxlin-news .card-row {
        justify-content: center;
    }

.maxlin-page #maxlin-news .card-body .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.maxlin-page #maxlin-news .card-body .category {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 20px;
}

.maxlin-page #maxlin-news .card-body .quote {
    margin-bottom: 40px;
    font-style: italic;
    font-size: 16px;
}

.maxlin-page #maxlin-news .card-body .name {
    text-align: right;
}

.maxlin-page #maxlin-news .card-footer {
    background-color: #ffffff;
}

    .maxlin-page #maxlin-news .card-footer a {
        color: #164BB7;
        font-weight: 500;
        display: block;
    }

    .maxlin-page #maxlin-news .card-footer a i {
        float: right;
    }

@media (max-width: 1199px) {
    .maxlin-page #maxlin-news  .card {
        margin-bottom: 40px;
    }

    .maxlin-page #maxlin-news  .card .card-img-top {
        height: auto;
    }
}

/* Footer Banner */

.maxlin-page .footer-banner h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.maxlin-page .footer-banner p {
    margin-bottom: 0;
}

.maxlin-page .footer-banner .btn {
    float: right;
}

@media (max-width: 1199px) {
    .maxlin-page .footer-banner .btn {
        float: left;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .maxlin-page .footer-banner .btn {
        padding: 60px 20px;
        margin-bottom: 0;
    }
}



    .news-page .hero h1 {
        margin-bottom: 20px;
    }

    .news-page .hero h4 {
        color: #ffffff;
        font-weight: 400;
    }

.news-page .footer-banner h4 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-wrapper {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.search-wrapper .input-group {
    width: 300px;
    position: relative;
}

    .search-wrapper .input-group input, .search-wrapper .input-group > .form-control:not(:first-child) {
        background-color: #f5f5f5;
        border-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding-left: 58px;
        border: none;
        min-height: 40px;
    }

::placeholder {
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999999;
}

::-ms-input-placeholder {
    color: #999999;
}

.search-wrapper .input-group button {
    position: absolute;
    z-index: 1;
    left: 8px;
    min-height: 40px;
}

.search-wrapper h2 {
    display: block;
}

.search-wrapper span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.search-wrapper ul {
    display: inline-block;
    padding-left: 20px;
}

    .search-wrapper ul li {
        display: inline-block;
        padding: 8px 12px;
        margin-right: 16px;
        border-radius: 3px;
        color: #999999;
        border: 1px solid #e5e5e5;
    }

        .search-wrapper ul li .fa-tag {
            color: #ed1c24;
        }

.pagination-wrapper {
    font-size: 16px;
}

    .pagination-wrapper .pages {
        display: flex;
        gap: 16px;
    }

    .pagination-wrapper select {
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #e5e5e5;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        padding: 8px;
        margin-right: 8px;
    }

.label-grey {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #666666;
}

.layout-newpage main .news-content h1 {
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.25;
}

.social-wrapper {
    border: 1px solid #e5e5e5;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    border-radius: 5px;
}

    .social-wrapper div {
        text-align: center;
    }

    .social-wrapper .far, .social-wrapper .fab {
        display: none;
    }

    .social-wrapper svg {
        width: 40px;
        height: 40px;
        fill: #cccccc;
    }

.image-wrapper img {
    width: 100%;
}

/* Most of this card styles already exists but specific to the home-page, line 686  */
.card {
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

    .card .card-body {
        padding: 20px;
    }

        .card .card-body .label-red {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            background-color: #f8d7da;
            color: #721c24;
        }

        .card .card-body .label-green {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            background-color: #d4edda;
            color: #155724;
        }

        .card .card-body .label-yellow {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            background-color: #fff3cd;
            color: #856404;
        }

        .card .card-body .title {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 20px;
        }

            .card .card-body .title a {
                color: #333;
                color: #164BB7;
                font-size: 20px;
            }

                .card .card-body .title a:hover {
                    text-decoration: none;
                    color: #164bb7;
                    transition: all .5s ease;
                }

        .card .card-body .product-img {
            margin-bottom: 20px;
        }

            .card .card-body .product-img img {
                max-width: 200px;
                width: 100%;
                height: auto;
            }

        .card .card-body .event-img {
            margin-bottom: 20px;
        }

            .card .card-body .event-img img {
                max-width: 200px;
                width: 100%;
                height: auto;
            }

        .card .card-body .date-location {
            display: table;
        }

            .card .card-body .date-location .icon {
                display: table-cell;
                width: 20px;
                color: #ccc;
            }

            .card .card-body .date-location .text {
                display: table-cell;
            }

    .card .card-footer {
        padding: 15px 30px;
        border-radius: 0 0 15px 15px;
        background-color: #fff;
        border-top: none;
    }

        .card .card-footer a {
            display: block;
            font-weight: 500;
            color: #164bb7;
        }

            .card .card-footer a .fa-arrow-right {
                float: right;
            }

.news-page .card {
    border: 1px solid #E5E5E5;
    overflow: hidden;
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 5px;
}

.card .news-img {
    width: auto;
    height: 200px; 
    display: flex;
    justify-content: center;
}

    .card .news-img img {
        width: auto;
        height: 100%;
    }

.card.news .date-location {
    color: #999;
}

.card .card-body .label-grey {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #666666;
}

.latest-block .btn.btn-primary {
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    color: #666666;
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
    font-weight: 500;
}
