@charset "UTF-8";
@import '../sass/shared/font-awesome.all.min.css';
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overscroll-behavior: contain;
}

html, body, div, article, section, main, footer, header, form, fieldset, legend,
pre, code, p, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, textarea,
input[type=email], input[type=number], input[type=password],
input[type=tel], input[type=text], input[type=url], .border-box {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, fieldset {
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  margin: 0;
}

input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

article, footer, header, nav, section {
  display: block;
}

li {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: middle;
}

button, input {
  line-height: normal;
  overflow: visible;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
}

[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

div, article, section, header, footer, nav, li {
  position: relative;
}

img {
  max-width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding: 0 20px;
  position: relative;
}

.col-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col-no-margin {
  margin: 0 -20px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.col-padding-bottom {
  padding-bottom: 60px;
}

.col-padding-top {
  padding-top: 60px;
}

/* COLORS */
/* TYPOGRAPHY */
body {
  color: #363636;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 14px;
  -moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.67em;
  -moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

.xl-header {
  color: #1C6AB0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .xl-header {
    font-size: 56px;
  }
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  }
}
p, li {
  line-height: 1.3;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.3em;
}

ul, ol {
  margin-bottom: 1em;
}

a {
  color: #1C6AB0;
}

.full-content h1 {
  color: #707070;
}
.full-content p {
  color: #363636;
  font-size: 16px;
  font-weight: 100;
}

/* LAYOUT */
.shadow-container,
.border-style-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.page-wrapper {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
}

.section-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1024px) {
  .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .section-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .section-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-wrapper {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.section-wrapper img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.sitemap ul li {
  padding-left: 20px;
}

/* HEADER */
/* HEADER */
header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  header {
    margin-bottom: 60px;
  }
}

#header-skip-container {
  background: #eee;
  text-align: center;
  width: 100%;
}
#header-skip-container #header-skip {
  color: #333;
  display: inline-block;
  margin-top: -140px;
  padding: 10px;
  position: absolute;
}
#header-skip-container #header-skip:focus {
  text-decoration: underline;
  margin-top: 0;
  position: static;
}

#header-top {
  background: #e6e6e6;
}
#header-top #header-logo {
  padding-bottom: 10px;
  padding-top: 10px;
}
#header-top #header-contact {
  background: #ccc;
  font-weight: 100;
  padding: 10px 0;
  text-align: center;
}
#header-top #header-contact a {
  color: #707070;
  padding: 0 6px;
  text-decoration: none;
}
#header-top #header-contact a:hover {
  text-decoration: underline;
}
#header-top #tagline {
  color: #1C6AB0;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
}
#header-top #search-toggle {
  background: transparent;
  padding: 0;
  position: absolute;
  right: 65px;
  top: 35px;
}
#header-top #search {
  display: none;
}
#header-top #search input[type=search] {
  padding: 5px 40px 5px 10px;
  border: 1px solid #707070;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
}
#header-top #search input[type=button] {
  background: url("../images/search2.png") no-repeat center left;
  background-size: 20px 20px;
  border: 0;
  margin-left: -30px;
  position: absolute;
  text-indent: -1000px;
  height: 30px;
  width: 30px;
}
@media (max-width: 767px) {
  #header-top #search {
    background: #1C6AB0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 92px;
    z-index: 1000;
  }
  #header-top #search input[type=search] {
    width: calc(100% - 25px);
  }
}
@media (min-width: 768px) {
  #header-top #header-logo {
    width: 270px;
  }
  #header-top #header-contact {
    text-align: right;
  }
  #header-top #search-toggle {
    display: none;
  }
  #header-top #search {
    display: block !important;
    order: 3;
    align-self: center;
    flex-grow: 1;
    margin-bottom: 0;
    text-align: right;
    width: auto;
  }
  #header-top #search input[type=search] {
    max-width: 400px;
    width: 70%;
  }
}

#mobile-toggle {
  height: 36px;
  position: absolute;
  right: 20px;
  text-align: left;
  top: 36px;
  width: 32px;
}
#mobile-toggle input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
#mobile-toggle input:checked + span {
  background: transparent;
}
#mobile-toggle input:checked + span:after {
  transform: rotate(45deg) translate(-5px, -8px);
}
#mobile-toggle input:checked + span:before {
  transform: rotate(-45deg) translate(-4px, 8px);
}
#mobile-toggle span {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #666;
  margin-top: 10px;
}
#mobile-toggle span:before, #mobile-toggle span:after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #666;
  top: -9px;
  transition: 0.2s;
}
#mobile-toggle span:after {
  top: 9px;
}
@media (min-width: 768px) {
  #mobile-toggle {
    display: none;
  }
}

nav {
  background: #1C6AB0;
  color: #fff;
  display: none;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
}
nav ul {
  padding: 15px 0;
}
nav ul li {
  list-style-type: none;
}
nav ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}
nav ul li a:focus {
  outline-color: #fff;
}
nav ul li a:hover {
  background: #fff;
  color: #1C6AB0;
}
nav ul li ul {
  display: none;
  margin: 2px 0;
}
nav ul li ul li a {
  padding: 5px 35px;
}
nav ul li ul li a:hover {
  color: #1C6AB0;
}
@media (min-width: 768px) {
  nav {
    display: block !important;
    position: initial;
  }
  nav .page-wrapper {
    position: initial;
  }
  nav ul {
    padding: 2px 0;
  }
  nav ul li {
    display: inline-block;
    margin-bottom: 0;
    position: initial;
  }
  nav ul li a {
    padding: 6px 40px;
  }
  nav ul li a[aria-expanded=true] {
    background: #fff;
    color: #1C6AB0;
  }
  nav ul li ul {
    background: #e5e5e5;
    border-left: 0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1000;
  }
  nav ul li ul li {
    display: block;
  }
  nav ul li ul li a {
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
  }
  nav ul li ul li a:hover {
    background: #1C6AB0;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  nav ul li a {
    padding: 6px 60px;
  }
}

/* PRODUCTS */
/* PRODUCTS */
.product-header {
  margin-bottom: 60px;
}
.product-header #product-header-image {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 56.25% 0 0 0;
}
.product-header #product-header-content {
  padding: 30px;
}
.product-header #product-header-content p {
  font-size: 16px;
  font-weight: 100;
}
.product-header #product-header-content .btn {
  float: right;
  padding: 8px 60px;
}
@media (min-width: 768px) {
  .product-header #product-header-image {
    padding: 0;
  }
}

.product-similar h2 {
  color: #707070;
}

/* COMPONENTS */
.box-grid {
  margin-bottom: 60px;
}
.box-grid .box-grid-image {
  overflow: hidden;
  height: 237px;
}
.box-grid .box-grid-image img {
  transition: all 0.3s ease-in-out;
  height: 237px;
  width: 100%;
  object-fit: cover;
}
.box-grid .box-grid-image.video-card {
  background: #000;
}
.box-grid .box-grid-image.video-card img {
  opacity: 0.75;
}
.box-grid .box-grid-image .fa-play-circle {
  color: #fff;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.box-grid.col-no-margin {
  margin-left: -8px;
  margin-right: -8px;
}
.box-grid .box, .box-grid > .col-xs-12, .box-grid > .col-xs-6 {
  margin-bottom: 20px;
  padding: 0 8px;
}
.box-grid .col-section {
  height: 100%;
  margin-bottom: 0;
}
.box-grid .product-category {
  color: #363636;
  display: block;
  height: 100%;
  text-decoration: none;
}
.box-grid a {
  color: #363636;
  display: block;
  height: 100%;
  text-decoration: none;
}
.box-grid a h2:before,
.box-grid a h3:before {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.box-grid.box-grid-animated a h2:before,
.box-grid.box-grid-animated a h3:before {
  width: 0;
}
@media (min-width: 768px) {
  .box-grid .product-category {
    border-right: 2px solid #1C6AB0;
  }
}
@media (pointer: fine) {
  .box-grid a:hover img {
    transform: scale(1.05);
  }
  .box-grid.box-grid-animated a:hover h2:before,
  .box-grid.box-grid-animated a:hover h3:before {
    width: 100%;
  }
}

.products-box-grid {
  margin-bottom: 60px;
}
.products-box-grid a h2, .products-box-grid a h3 {
  color: #1C6AB0;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 15px 5px 15px;
  padding-bottom: 10px;
}
.products-box-grid a p {
  color: #707070;
  font-size: 12px;
  margin: 0 15px 20px 15px;
}
.products-box-grid .product-category {
  height: calc(100% - 20px);
  padding: 35px 0 0 0;
}
.products-box-grid .product-category p {
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .products-box-grid .product-category {
    height: calc(100% - 20px);
    padding: 35px 20px 0 20px;
  }
}

.internal-box-grid a.image-card h2 {
  color: #1C6AB0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 15px 15px 5px 15px;
  padding-bottom: 10px;
}
.internal-box-grid a.image-card p {
  color: #363636;
  font-size: 13px;
  margin: 0 15px 20px 15px;
}

.product-tables {
  margin-bottom: 60px;
}
.product-tables h3 {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}
.product-tables h2 {
  display: flex;
}
.product-tables .table-toggle {
  color: #545559;
  font-weight: 500;
  text-decoration: none;
}
.product-tables .table-toggle span {
  margin-left: 20px;
}
.product-tables .table-toggle:before {
  background: url("../images/expand-arrow@2x.png") no-repeat right;
  background-size: 19px 19px;
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
  transform: rotate(-90deg);
}
.product-tables .table-toggle.active:before {
  transform: rotate(0deg);
}
.product-tables .product-table {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.product-tables .product-table th,
.product-tables .product-table td {
  padding: 8px 10px;
  text-align: center;
  width: auto;
}
.product-tables .product-table th:first-of-type,
.product-tables .product-table td:first-of-type {
  text-align: left;
}
.product-tables .product-table th:last-of-type,
.product-tables .product-table td:last-of-type {
  text-align: right;
}
.product-tables .product-table th {
  background: #e5e5e5;
  color: #363636;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
}
.product-tables .product-table tbody th {
  background: #eee;
  color: #888;
  font-size: 16px;
}
.product-tables .product-table tbody th:last-of-type {
  text-align: center;
}
.product-tables .product-table td {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 100;
}
.product-tables .product-table td a {
  font-weight: bold;
  text-decoration: none;
}
.product-tables .product-table td a:hover {
  text-decoration: underline;
}
.product-tables .product-table td img {
  margin-top: -2px;
  padding-right: 3px;
}
.product-tables .product-table td button {
  font-size: 10px;
  padding: 8px 8px;
}
.product-tables .product-table tr:last-of-type td {
  border-bottom: 0;
}
@media (max-width: 800px) {
  .product-tables .product-table.parts-table.responsive-table thead {
    display: none;
  }
  .product-tables .product-table.parts-table.responsive-table tr {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-bottom: 2px solid #ccc;
  }
  .product-tables .product-table.parts-table.responsive-table td {
    border-bottom: none;
    font-size: 16px;
    /* Reset content for part tables */
    margin-left: 0;
  }
  .product-tables .product-table.parts-table.responsive-table td button {
    font-size: 11px;
    padding: 9px 9px;
  }
  .product-tables .product-table.parts-table.responsive-table td button.full-width {
    width: 100%;
    max-width: 300px;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-image img {
    max-width: 80%;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-number {
    font-weight: 600;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-number .drawing-dropdown {
    display: none;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-description .drawing-dropdown {
    margin-top: 15px;
  }
  .product-tables .product-table.parts-table.responsive-table td.list-price {
    padding-bottom: 0px;
  }
  .product-tables .product-table.parts-table.responsive-table td.list-price .list-price {
    font-weight: 600;
    margin-bottom: 0;
  }
  .product-tables .product-table.parts-table.responsive-table td.list-price .product-net-pricing .price-net, .product-tables .product-table.parts-table.responsive-table td.list-price .product-net-pricing .price-discount {
    font-weight: 400;
    color: unset;
  }
  .product-tables .product-table.parts-table.responsive-table td.list-price .product-net-pricing.add-spacing {
    margin-bottom: 30px;
  }
  .product-tables .product-table.parts-table.responsive-table td.list-price .product-net-pricing button {
    margin-top: 30px;
  }
  .product-tables .product-table.parts-table.responsive-table td::before {
    content: none;
    margin-left: 0;
    width: 0;
    position: relative;
  }
}
@media (min-width: 801px) {
  .product-tables .product-table.parts-table.responsive-table th.part-image, .product-tables .product-table.parts-table.responsive-table td.part-image {
    width: 100px;
  }
  .product-tables .product-table.parts-table.responsive-table th.part-number, .product-tables .product-table.parts-table.responsive-table td.part-number {
    width: 165px;
  }
  .product-tables .product-table.parts-table.responsive-table th.list-price, .product-tables .product-table.parts-table.responsive-table td.list-price {
    width: 130px;
  }
  .product-tables .product-table.parts-table.responsive-table th.cart, .product-tables .product-table.parts-table.responsive-table td.cart {
    width: 100px;
  }
  .product-tables .product-table.parts-table.responsive-table td {
    vertical-align: middle;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-image {
    padding: 0 40px 0 0;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-image img {
    margin-top: 0;
    padding-right: 0;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-number {
    font-weight: 700;
    color: rgb(112, 112, 112);
  }
  .product-tables .product-table.parts-table.responsive-table td.part-number .drawing-dropdown {
    display: block;
  }
  .product-tables .product-table.parts-table.responsive-table td.part-description .drawing-dropdown {
    display: none;
  }
}
.product-tables .product-table-visible {
  display: table;
}
.product-tables .product-search {
  margin-bottom: 25px;
  position: relative;
  max-width: 460px;
}
.product-tables .product-search input[type=search] {
  border-color: #ccc;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0;
}
.product-tables .product-search input[type=submit] {
  background: url("../images/search-mag.svg") no-repeat center left;
  background-size: 17px auto;
  border: 0;
  padding: 6px 15px;
  position: absolute;
  right: 0;
  text-indent: -99999px;
}
.product-tables .product-not-found {
  background: rgba(173, 18, 42, 0.15);
  color: #1C6AB0;
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
}
.product-tables .accordion-component {
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .product-tables .responsive-table table,
  .product-tables .responsive-table thead,
  .product-tables .responsive-table tbody,
  .product-tables .responsive-table th,
  .product-tables .responsive-table td,
  .product-tables .responsive-table tr {
    display: block;
  }
  .product-tables .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .product-tables .responsive-table tr {
    border-bottom: 1px solid #ccc;
  }
  .product-tables .responsive-table tr:last-of-type {
    border-bottom: 0;
  }
  .product-tables .responsive-table tr:last-of-type td {
    border-bottom: 1px solid #eee;
  }
  .product-tables .responsive-table td {
    position: relative;
    margin-left: 140px;
    text-align: left;
  }
  .product-tables .responsive-table td:before {
    content: attr(data-label);
    font-weight: normal;
    margin-left: -150px;
    position: absolute;
    white-space: nowrap;
    width: 140px;
  }
  .product-tables .responsive-table td:last-of-type {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .product-tables .product-table {
    margin-left: auto;
    margin-bottom: 20px;
  }
  .product-tables .product-table th {
    font-size: 26px;
  }
}

.side-header-content {
  margin-top: 50px;
}
.side-header-content ul, .side-header-content ol {
  overflow: hidden;
}
.side-header-content li {
  margin-left: 20px;
}
.side-header-content ul li {
  list-style-type: disc;
}
.side-header-content ol li {
  list-style-type: decimal;
}
.side-header-content:last-of-type {
  margin-bottom: 80px;
}
.side-header-content div:first-child .side-content {
  border-bottom: 4px solid #1C6AB0;
  margin-bottom: 20px;
}
.side-header-content h2 {
  color: #1C6AB0;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
}
.side-header-content h3 {
  color: #707070;
  font-size: 14px;
  margin-bottom: 2px;
}
.side-header-content p {
  color: #707070;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.8;
}
.side-header-content ol {
  margin-bottom: 0;
  margin-top: 8px;
  max-width: 650px;
}
.side-header-content li {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .side-header-content div:first-child {
    border-right: 4px solid #1C6AB0;
  }
  .side-header-content div:first-child .side-content {
    border: 0;
    margin: 0;
  }
  .side-header-content div:nth-of-type(2) {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .side-header-content h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .col-xs-12.divider-solid {
    border-right: 0;
  }
}
.stacked-image-text-block {
  background: #1C6AB0;
  color: #fff;
  margin-bottom: 20px;
}
.stacked-image-text-block .text {
  padding: 20px 20px 10px 20px;
}
.stacked-image-text-block h2 {
  margin-bottom: 10px;
}
.stacked-image-text-block p {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .stacked-image-text-block .text {
    padding: 30px 30px 10px 30px;
  }
  .stacked-image-text-block h2 {
    font-size: 40px;
  }
  .stacked-image-text-block p {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .stacked-image-text-block .text {
    padding: 40px 40px 20px 40px;
  }
  .stacked-image-text-block h2 {
    font-size: 55px;
  }
  .stacked-image-text-block p {
    font-size: 22px;
  }
}

.sidexside-image-text-block {
  margin-bottom: 15px;
  padding: 20px 0;
}
.sidexside-image-text-block .text {
  align-self: center;
}
.sidexside-image-text-block p {
  font-weight: 300;
}
.sidexside-image-text-block a {
  font-weight: bold;
  text-decoration: none;
}
.sidexside-image-text-block a:hover {
  text-decoration: underline;
}
.sidexside-image-text-block.image-left-white h2 {
  color: #1C6AB0;
}
.sidexside-image-text-block.image-right-grey {
  background: #eee;
}
.sidexside-image-text-block.image-right-grey .text {
  padding-left: 30px;
}
.sidexside-image-text-block.image-right-grey h2, .sidexside-image-text-block.image-right-grey a {
  color: #363636;
}
@media (max-width: 767px) {
  .sidexside-image-text-block .image {
    margin-bottom: 20px;
    order: -1;
  }
}
@media (min-width: 768px) {
  .sidexside-image-text-block .col-xs-12:first-child {
    padding-right: 12px;
  }
  .sidexside-image-text-block .col-xs-12:last-of-type {
    padding-left: 12px;
  }
}

.rich-text-component {
  margin-bottom: 20px;
}

.rich-text-component {
  font-size: 16px;
  font-weight: 100;
}

.rich-text-component .btn-wrapper {
  text-align: right;
}

.rich-text-component .btn-wrapper.Right {
  text-align: right;
}

.rich-text-component .btn-wrapper.Left {
  text-align: left;
}

.rich-text-component .btn-wrapper.Center {
  text-align: center;
}

.rich-text-component .btn-wrapper .btn {
  padding: 8px 60px;
}

.rich-text-component th,
.rich-text-component td {
  padding: 5px 10px;
  text-align: center;
}

.rich-text-component th:first-of-type,
.rich-text-component td:first-of-type {
  text-align: left;
}

.rich-text-component th:last-of-type,
.rich-text-component td:last-of-type {
  text-align: right;
}

.rich-text-component th {
  background: #e5e5e5;
  color: #363636;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
}

.rich-text-component td {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 100;
}

.rich-text-component tr:last-of-type td {
  border-bottom: 0;
}

@media (min-width: 1024px) {
  .rich-text-component th {
    font-size: 26px;
  }
}
.page-wrapper > .rich-text-component {
  padding: 30px 0;
}

.rich-text-component ul,
.rich-text-component ol {
  overflow: hidden;
}

.rich-text-component li {
  margin-left: 28px;
}

.rich-text-component ul li {
  list-style-type: disc;
}

.rich-text-component ol li {
  list-style-type: inherit;
}

.rich-text-component h2 {
  color: #1C6AB0;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
}

.rich-text-component h3 {
  color: #707070;
  font-size: 14px;
  margin-bottom: 2px;
}

.rich-text-component p {
  color: #707070;
  font-size: 16px;
  font-weight: 100;
}

.rich-text-component ol {
  margin-bottom: 0;
  margin-top: 8px;
  max-width: 650px;
}

.rich-text-component li {
  padding-left: 25px;
}

.rich-text-component table {
  width: 100%;
}

@media (min-width: 768px) {
  .rich-text-component div:first-child {
    border-right: 4px solid #e5e5e5;
  }
  .rich-text-component div:nth-of-type(2) {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .rich-text-component h2 {
    font-size: 45px;
  }
}
.image-component {
  margin-bottom: 20px;
}

.two-col-section {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
}

.two-col-section {
  margin-bottom: 60px;
}

.two-col-section h1 {
  color: #1C6AB0;
}

.two-col-section .divider-solid {
  border-right: 4px solid #1C6AB0;
}

@media (min-width: 768px) {
  .two-col-section .left-col {
    padding-right: 8px;
  }
  .two-col-section .right-col {
    padding-left: 8px;
  }
  .two-col-section .padding-none {
    padding-top: 0;
  }
  .two-col-section .padding-small {
    padding-top: 8px;
  }
  .two-col-section .padding-medium {
    padding: 20px;
  }
  .two-col-section .padding-large {
    padding: 40px;
  }
}
.two-col-section .rich-text-component .btn-wrapper {
  text-align: left;
}
.two-col-section .rich-text-component .btn-wrapper.Center {
  text-align: center;
}
.two-col-section .rich-text-component .btn-wrapper.Right {
  text-align: right;
}
.two-col-section .rich-text-component h2 {
  color: #1C6AB0;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
}
.two-col-section .rich-text-component.left-col h2 {
  font-size: 45px;
}

.accordion-component {
  margin-bottom: 60px;
}
.accordion-component h3 {
  border-top: 1px solid #E4E4E4;
  padding-top: 15px;
}
.accordion-component .accordion-toggle {
  color: #545559;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
.accordion-component .accordion-toggle span {
  margin-left: 20px;
}
.accordion-component .accordion-toggle:before {
  color: #1C6AB0;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
}
.accordion-component .accordion-toggle.active:before {
  transform: rotate(90deg);
  display: inline-block;
}

.modal-open {
  height: 100%;
  overflow: hidden;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.modal {
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 800px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2500;
}
.modal button.modal-close, .modal .btn.modal-close {
  background: none;
  border: 0;
  color: #666;
  float: right;
  font-size: 20px;
  padding: 6px 10px;
}
.modal input[type=submit] {
  margin-right: 10px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-banner {
  background-color: black;
  display: flex;
  min-height: 25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.video-banner .video-banner-content {
  align-self: center;
  color: #fff;
  padding: 40px;
  text-align: center;
  width: 100%;
}
.video-banner .video-banner-content h1 {
  font-size: 30px;
}
.video-banner .video-banner-buttons .btn {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .video-banner .video-banner-buttons {
    margin: 0 auto;
    max-width: 760px;
  }
  .video-banner .video-banner-buttons .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .video-banner .video-banner-content {
    padding: 60px 100px;
  }
  .video-banner .video-banner-content h1 {
    font-size: 45px;
  }
}

.multiple-buttons .col-xs-4 {
  margin-bottom: 15px;
}

.multiple-buttons .col-xs-4 {
  margin-bottom: 15px;
}

.home-box-grid {
  margin-bottom: 60px;
}
.home-box-grid a h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 20px;
  padding-bottom: 10px;
}
.home-box-grid a h2:before {
  background: #1C6AB0;
}

.box-grid .col-no-margin {
  margin-left: -4px;
  margin-right: -4px;
}

.headline-section {
  color: #707070;
  font-style: italic;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 700px;
  text-align: center;
}
.headline-section h1 {
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .headline-section {
    padding: 74px 0;
  }
  .headline-section h1 {
    font-size: 37px;
  }
}

.intro-content h1 {
  color: #707070;
}
.intro-content p {
  color: #363636;
  font-size: 16px;
  font-weight: 100;
}
.intro-content p {
  max-width: 886px;
}

.three-photo-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}
.three-photo-grid img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .three-photo-grid .col-xs-12:nth-child(1) {
    padding-right: 8px;
  }
  .three-photo-grid .col-xs-12:nth-child(2) {
    padding-left: 8px;
  }
}

.right-col-image-content h1 {
  color: #707070;
}
.right-col-image-content p {
  color: #363636;
  font-size: 16px;
  font-weight: 100;
}
.right-col-image-content .btn {
  margin-bottom: 30px;
}

.full-banner-content h1 {
  color: #707070;
}
.full-banner-content p {
  color: #363636;
  font-size: 16px;
  font-weight: 100;
}
.full-banner-content img {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .full-banner-content .content {
    margin-left: 60px;
    max-width: 850px;
  }
}

/* OWL */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-nav {
  margin-top: -42px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #1C6AB0;
  font-size: 35px;
  pointer-events: all;
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.owl-nav {
  margin-top: -42px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #1C6AB0;
  font-size: 35px;
  pointer-events: all;
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-dots {
  margin: -15px 0 20px 0;
  text-align: center;
}
.owl-dots .owl-dot {
  margin: 0 10px;
}
.owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-dots .owl-dot span {
  background: #707070;
  border-radius: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.owl-dots .owl-dot.active span {
  background: #1C6AB0;
}

.card-carousel {
  margin-bottom: 40px;
}
.card-carousel .box {
  margin-bottom: 40px;
}

.category-carousel {
  margin-bottom: 40px;
}
.category-carousel .box-grid-image,
.category-carousel .box-grid-image img {
  height: 170px;
}
.category-carousel .owl-dots {
  margin-top: 10px;
}

/* SEARCH RESULTS */
.search-results {
  margin: 0 auto;
  max-width: 650px;
}
.search-results h1 {
  color: #707070;
}
.search-results p {
  color: #363636;
  font-size: 16px;
  font-weight: 100;
}
.search-results input[type=search] {
  border-color: #999;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 8px 15px;
}
.search-results input[type=button], .search-results input[type=submit] {
  background: url("../images/search2.png") no-repeat center left;
  background-size: 20px 20px;
  border: 0;
  margin-left: -30px;
  margin-top: 4px;
  position: absolute;
  text-indent: -1000px;
  height: 30px;
  width: 30px;
}
.search-results .results-total {
  margin: -15px 0 40px;
}
.search-results h4 {
  margin-bottom: 5px;
}
.search-results a {
  text-decoration: none;
}
.search-results a:hover {
  text-decoration: underline;
}
.search-results ol {
  margin-bottom: 80px;
}
.search-results ol li {
  margin-bottom: 40px;
}

/* FORMS */
form input, form textarea {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
form input[type=text], form input[type=email], form input[type=number], form input[type=password], form input[type=date], form input[type=search], form input[type=tel], form textarea, form select {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
form select {
  background-image: url("../images/select-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type=checkbox] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  position: absolute;
  height: 25px;
  width: 25px;
}
form input[type=checkbox]:after {
  color: #000;
  content: "";
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  height: 30px;
  position: absolute;
  left: 3px;
  top: -9px;
}
form input[type=checkbox]:checked:after {
  content: "×";
}
form input[type=checkbox]:focus {
  border-color: #1C6AB0;
  outline: none;
}
form input[type=checkbox] + label, form input[type=checkbox] + input[type=hidden] + label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  vertical-align: top;
}
form textarea {
  min-height: 150px;
}
form .input-group {
  margin-bottom: 20px;
}
form .checkbox-block {
  margin-top: 20px;
}
form .checkbox-block label {
  font-size: 14px;
  font-weight: normal;
}
form .radio-button-toggles {
  margin-bottom: 20px;
}
form .radio-button-toggles p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
form .radio-button-toggles label {
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  padding: 8px 40px;
}
form .radio-button-toggles input[type=radio] {
  display: none;
}
form .radio-button-toggles input[type=radio]:checked + label {
  background: #1C6AB0;
  border-color: #1C6AB0;
  color: #fff;
}
form .umbraco-forms-fieldset {
  border: none;
}
@media (min-width: 768px) {
  form label {
    font-size: 18px;
  }
  form input[type=text], form input[type=email], form input[type=number], form input[type=tel], form textarea, form select {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  form label {
    font-size: 20px;
  }
  form .radio-button-toggles p {
    font-size: 18px;
  }
  form .radio-button-toggles label {
    margin-right: 35px;
  }
}
button, .btn {
  background: #1C6AB0;
  border: 1px solid #1C6AB0;
  border-radius: 8px;
  color: #fff;
  padding: 8px 40px;
}

a.btn {
  display: inline-block;
  text-decoration: none;
}

.btn-white, a.btn-white {
  border: 1px solid #1C6AB0;
  background: #fff;
  color: #1C6AB0;
}
.btn-white:hover, a.btn-white:hover {
  background: #1C6AB0;
  color: #fff;
}

.btn-secondary {
  background-color: #779aa7;
  border-color: #779aa7;
}

.form-full {
  padding: 40px 0 40px 25px;
}
.form-full form {
  margin: 0 auto;
  max-width: 670px;
}
.form-full form label.required:before, .form-full form .radio-button-toggles.required:before {
  color: #1C6AB0;
  content: "*";
  display: block;
  font-size: 34px;
  font-weight: 400;
  margin: 34px 0 0 -25px;
  position: absolute;
}
.form-full form input[type=submit] {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-full {
    padding: 40px 0 40px 40px;
  }
  .form-full form {
    margin: 0 auto;
    max-width: 670px;
  }
  .form-full form label.required:before, .form-full form .radio-button-toggles.required:before {
    font-size: 40px;
    margin: 34px 0 0 -40px;
  }
}

/* FOOTER */
footer {
  background: #363636;
  color: #E6E6E6;
  font-size: 12px;
  margin-top: 60px;
  padding: 44px 0 20px;
}
footer .page-wrapper {
  max-width: 640px;
}
footer h2 {
  color: #E6E6E6;
  font-size: 12px;
  margin-bottom: 20px;
}
footer ul {
  margin-bottom: 30px;
}
footer a {
  color: #CBCBCB;
  font-weight: 500;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer li, footer p {
  line-height: 20px;
  margin-bottom: 0;
}
footer #footer-copyright {
  margin-top: 20px;
  text-align: center;
}
footer #footer-copyright div {
  border-top: 1px solid #707070;
  padding-top: 20px;
}

/* RESOURCE TABLES */
.resource-table {
  margin-bottom: 20px;
  font-size: 16px;
  width: 100% !important;
}
.resource-table th,
.resource-table td {
  background-size: 14px 14px !important;
  padding: 5px 10px;
  text-align: center;
}
.resource-table th:first-of-type,
.resource-table td:first-of-type {
  text-align: left;
}
.resource-table th:last-of-type,
.resource-table td:last-of-type {
  text-align: right;
}
.resource-table th {
  background: #e5e5e5;
  color: #363636;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
}
.resource-table td {
  border-bottom: 1px solid #eee;
  font-size: 20px;
}
.resource-table tr:last-of-type td {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .resource-table th {
    font-size: 26px;
  }
}
.resource-table th,
.resource-table td {
  font-size: 14px;
  padding: 8px 16px 8px 10px !important;
}
.resource-table th {
  background: #e5e5e5;
  color: #707070;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
}
.resource-table tbody th {
  background: #eee;
  color: #888;
  font-size: 16px;
}
.resource-table tbody th:last-of-type {
  text-align: center;
}
.resource-table p {
  color: #363636;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .resource-table th {
    font-size: 20px;
  }
}
.resource-table .filter-value {
  display: none;
}

/*OVERRIDE DATA TABLE STYLES*/
.linked-media-table-wrapper .table-bottom {
  overflow: auto;
}

.dataTables_wrapper .dataTables_filter {
  color: #000 !important;
  float: none !important;
  text-align: left !important;
}
.dataTables_wrapper .dataTable_custom-filter {
  clear: both;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  display: block;
  margin-left: 0 !important;
}
.dataTables_wrapper .dataTables_dropdown-filter, .dataTables_wrapper .dataTables_filter {
  padding: 0 10px 10px 0;
}
.dataTables_wrapper .dataTables_dropdown-filter select, .dataTables_wrapper .dataTables_filter select {
  border: 1px solid #ccc;
  min-width: 60px;
  padding: 4px;
}
.dataTables_wrapper .dataTables_dropdown-filter label {
  display: block;
}
@media (min-width: 768px) {
  .dataTables_wrapper .table-top {
    display: flex;
  }
}

@media (min-width: 800px) {
  .resource-table thead tr th, .resource-table tbody tr td {
    width: auto !important;
    min-width: 0 !important;
  }
  .resource-table thead tr th:first-child, .resource-table tbody tr td:first-child {
    min-width: 50% !important;
  }
  .resource-table thead tr th:last-child, .resource-table tbody tr td:last-child {
    width: 75px !important;
    min-width: 0 !important;
  }
  .resource-table thead tr th:nth-last-child(2), .resource-table tbody tr td:nth-last-child(2) {
    width: 75px !important;
    min-width: 0 !important;
  }
}
.data-table {
  /*This is shown via javascript after the datatable is initialized*/
  display: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.serial-number-lookup .serial-number-lookup-back-btn {
  margin-top: 3rem;
  margin-right: 3rem;
}
.serial-number-lookup .serial-number-lookup-assistance-btn {
  margin-top: 2rem;
}
.serial-number-lookup .serial-number-lookup-recaptcha {
  margin-bottom: 1rem;
}
.serial-number-lookup .serial-number-lookup-result-header {
  color: #707070;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
  margin-top: 1rem;
  padding: 10px 0;
}
.serial-number-lookup .serial-number-lookup-result-list-item {
  color: #1C6AB0;
  margin-top: 1rem;
}
.serial-number-lookup h2 {
  color: #1C6AB0;
}

/*# sourceMappingURL=shadow-plastics.css.map */
