@media (min-width: 320px) {

.ProcessApproval {
    font-size: 14px;
}
.ProcessApproval .DetailHead td {
    white-space: nowrap;
    padding: 12px 4px;
    border-bottom: 1px solid;
}
.ProcessApproval tr.DetailLine td {
    padding: 16px 4px;
    vertical-align: text-top;
}
.ProcessApproval tr.DetailLine:nth-child(even) td {
    background: #f2f2f2;
}
.OrdHeader, td#cb_ordermanagement172 {
    font-size: 1.75rem;
    font-weight: 500;
}
.umb-grid .container {
    /* padding: 0; */
}
.Brian.MainTable {
    padding-top: 20px;
}
body {
   font-family: 'Fira Sans', sans-serif;
    color: #222;
}
a {
    color: #5E87A3;
}
.btn, button {
    background: #5E87A3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
a.btn.white:hover, .btn.bg-white:hover {
    color: #111111;
}
.border-blue{
	border: 1px solid #5E87A3;
}
.white {
    color: #ffffff;
}
.yellow{
	color: #f7b32b;
}
.gray{
color: #939da9;
}
.blue {
    color: #5E87A3;
}
.bg-yellow {
    background: #f7b32b;
}
.bg-blue {
    background: #5E87A3;
}
.bg-gray {
	 background: #f1f2f2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #111;
}
.h1, h1 {
	font-weight: 900;
}
span.mt-3, span.mt-4, span.mt-5, span.mb-3, span.mb-4, span.mb-5 {
    display: block;
}
b, strong {
    font-weight: bolder;
    font-weight: 700;
}

  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }

  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .active.carousel-item-left,
  .active.carousel-item-prev {
    transform: translateX(0);

  }
section.banner-section .media-img{
    width: 100%;
}
.media-img {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
.media.d-block {
    height: 410px;
}
section.banner-section .media:before{
   content: '';
    background: linear-gradient(to left,transparent,black);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
}
section.banner-section .media:after{
   content: '';
  
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
}
.carousel-caption {
    top: 40px;
	padding-top: 0px;
    padding-bottom: 0px;
    left: 0%;
    right: 0;
    text-align: left;
}

.title {
    position: relative;
    padding: 10px 30px 10px 0px;
    max-width: 610px;
    /* background: linear-gradient(to right,transparent,rgb(17 17 17 / 75%)); */
    /* margin-left: auto; */
}
.carousel-caption h2 {
    z-index: 5;
    font-size: 54px;
    line-height: 58px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    visibility: inherit;
    transition: none 0s ease 0s;
    border-width: 0px;
    display: inline-block;
    margin: 0px;
    padding-bottom: 20px;
    background: rgb(0 0 0 / 18%);
    padding: 10px;
    text-transform: uppercase;
}
.carousel-caption .btn {
background-color: #111;
}



hr.divider {
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 7rem;
    height: 3px;
    background-color: #c41126;
    border: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0%;
    background-color: transparent;
    height: 100%;
    line-height: 55px;
    width: 0px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
.owl-prev i, .owl-next i {
    color: #d7d7d7;
    font-size: 30px;
    /* background: rgb(0 0 0 / 45%); */
    padding: 15px;
    border-radius: 2px;
}
.section-title {
    font-size: 34px;
    font-weight: 100;
	text-transform: uppercase;
}
.vendors .divider {
    margin-bottom: 0px;
}
.divider {
    background: #e9b22d;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 35%;
    max-width: 200px;
    height: 2px;
}
.divider-r {
    margin-left: auto;
    margin-right: 0;
}
.divider-l {
    margin-left: 0;
    margin-right: auto;
}
	
	
 /*cats */
section.section-categories {
    padding: 3rem 0 1rem 0;
}
 section.section-categories .row {
    margin-right: -5px;
    margin-left: -5px;
}
section.section-categories .row > div {
    padding-right: 5px;
    padding-left: 5px;
}
.card {
    font-weight: 400;
    border: 0;
    /* -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
}
.collection-card .stripe {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    min-width: 50%;
    padding: .5rem .75rem;
    text-align: left;
    border-left: 7px solid transparent; 
    background-color: rgb(0 0 0 / 24%);
    color: #ffffff;
}
.collection-card a p {
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
}
a.view.zoom {
    overflow: hidden;
}
a.view.zoom:before {
    content: "";
    background: linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 88%));
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .3s;
}
a.view.zoom:hover::before {
        background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
a.view.zoom:hover .stripe {
    background-color: rgb(0 0 0 / 64%);
    border-left: 8px solid #e9b22d;
}
a.view.zoom img {
    transition: all .3s;
}
a.view.zoom:hover img {
    /*transform: scale(1.1);*/
}

	
section.vendors {
    padding: 2.5rem 0 2.5rem 0;
}
section.vendors .container {
    /* max-width: 1600px; */
}
.line-card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 115px;
    padding: 10px;
    margin: 5px;
    /* margin-bottom: 35px; */
    /* -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.12); */
    /* box-shadow: 0 0px 2px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.12); */
}
img.line-img, .brand-box img{
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}



section.f-products {
    background: #f1f2f2;
    padding: 4rem 0 5rem 0;
}
.product-box a:hover {
    text-decoration: none;
}
.product-box a:hover .title1 {
    color: #f7b32b;
}
.product-box a:hover .see-more {
    text-decoration: none;
    font-weight: bold;
	color: #000;
}
.card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
a.item {
    display: block;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #111;
    border: 1px solid #ddd;
}
a.item .card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px;
    padding: 0px;
    transition: all .3s;
}
a.item .card-img img{
	display: block;
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}
h4.card-title.title1 {
    font-size: 16px;
    /* margin-top: 10px; */
    font-weight: 300;
    transition: all .3s;
    height: 40px;
}
.see-more {
    margin-top: auto;
    font-weight: 800;
    transition: all .3s;
    padding: 5px 0;
}
.see-more:hover {
    text-decoration: none;
    font-weight: 800;
	color: #000;
}

.cta-section {
    padding-bottom: 25px;
    padding-top: 35px;
    background: #212121;
    background-image: linear-gradient(#212121, hsl(0deg 0% 13% / 70%)), url(../images/texture.jpg);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: repeat;
}
.cta-box {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 23px;
    height: auto;
    min-height: 562px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cta-box {
    border-bottom: 5px solid #f7b32b;
}
.cta-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background: rgb(0 0 0 / 0.25);
    height: 160px;
    width: 160px;
    border-radius: 100px;
}
.cta-box img {
    height: 100px;
}
.cta-box h3 {
    color: #f2f2f2;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
}
.cta-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.cta-box i.bx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 150px;
    height: 170px;
    width: 170px;
    color: #f7b32b;
    background: #f2f2f2;
    border-radius: 110px;
}
.cta-box .cbtn{
    margin-top: auto
}
.btn.btn-big {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    text-align: center;
    white-space: normal;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.cs-section{background: #f1f2f2;position: relative;padding: 5rem 0;}
.cs-text {
    width: 53%;
    padding-right: 70px;
}
.cs-text h3 {
    font-size: 38px;
    max-width: 350px;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: .99em;
    display: inline-block;
    font-weight: 100;
}
.cs-text h3:after {
    content: "";
    display: block;
    width: 35%;
    height: 2px;
    background-color: #be1e2d;
    margin-top: 25px;
    margin-bottom: 25px !important;
}
.cs-text p {
}
.cs-img {
    position: absolute;
    left: 55%;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    overflow: hidden;
}

section.mission-section {
    padding: 6rem 0;
    text-align: center;
    background: #fff;
    position: relative;
}
section.mission-section:before {
    position: absolute;
    content: "";
    background: url(../../images/shape1.svg) no-repeat 0 0;
    background-size: 1600px;
    top: 4em;
    right: 0;
    bottom: 0;
    left: 70%;
}
.mission-section h3 {
    font-size: 2.75rem;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 15px;
    line-height: .99em;
    font-weight: 100;
}
.mission-section h5 {
    align-content: center;
    font-style: italic;
    font-weight: 300;
    margin-top: 15px;
}
.region-group {
    max-width: 575px;
    margin: auto;
}
.region-group p {
    font-size: 20px;
}



section.test {
    padding: 3rem 0;
	position: relative;
}
section.test .container {
   
}
section.test:before {
    position: absolute;
    content: "";
    background: url(../../images/shape1.svg) no-repeat 0 0;
    background-size: 1600px;
    top: 0em;
    right: 0;
    bottom: 4rem;
    left: 70%;
}
.test-box {
    height: 100%;
    background: #ffffff;
    padding: 15px 35px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1) !important;
}


/* pages ********************************/
.page-heading {
    padding-top: 0px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.page-caption {
    /* background: #f1f2f2; */
    border-bottom: 1px solid #eee;
    padding: 0px;
    padding-bottom: 10px;
}
.page-heading h1 {
    font-size: 1.75rem;
    color: #111111;
}
.section-title-sm {
    font-size: 1.75rem;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.section-title-sm:after {
    content: "";
    height: 3px;
    width: 70px;
    background: #f7b32b;
    display: block;
    margin: 1rem 0;
}
/* about ********************************/

.about-mission {
	padding: 3rem 0;
}
.about-mission h3 {
    font-size: 2.25rem;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 15px;
    line-height: .99em;
    font-weight: 100;
    text-align: center;
}
.intro {
    font-size: 18px;
    margin-bottom: 2rem;
}
.about-list-wrap ul li:before {
    content: '\e86c';
    content: '\e5ca';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 18px;
    color: #f7b32b;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 10px;
    margin-top: 2px;
}
.about-list-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 13px;
    color: #607d8b;
}
/* about ********************************/
/* awards ********************************/
.aw-s {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.a-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
}
.a-img-contain {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}
.a-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 175px;
    border: 1px solid #e0e0e0;
    margin: 0 25px 0 0;
}
.a-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
section.awards a {
    background: #f7b32b;
    color: black;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 20px;
}
/* awards ********************************/
/* training********************************/
.innercontent1, .innercontent2 {
    background: #f1f2f2;
    padding: 20px 40px;
	height: 100%;
}
/* training********************************/
/* line-card********************************/
.innercontent-line {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
/* line-card********************************/
	
.contact-list-wrap ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
	margin-bottom: 1.5rem!important;
}
.footer-wrap {
    background-color: #111;
    color: #fefefe;
    border-top-width: 0px;
    padding-top: 43px;
    padding-bottom: 40px;
    font-size: 16px;
    text-align: left;
}
.footer-wrap h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}
.footer-wrap a {
    color: #939da9;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
}
.footer-wrap ul li {
    display: block;
    padding: 3px 10px 3px 0px;
}
.footer-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
p.footer-statement {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 1rem;
}	
footer.footer-wrap2 {
    background-color: #f1f2f2;
    color: black;
    padding-top: 24px;
    padding-bottom: 24px;
}
.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.social-link a {
    margin-left: 10px;
}
.social-link i {
    color: #fff;
    font-size: 24px;
}
blockquote {
    line-height: 1.6;
    margin: 0!important;
    font-weight: 300;
}
blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
}
blockquote i {
    margin-right: 5px;
    font-size: 16px;
}

}

 @media only screen and (min-width: 576px) {
.dont-collapse-sm.collapse, .dont-collapse-sm.collapsing {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .footer-wrap h4 i {
    display: none;
}
  } 

@media only screen and (min-width: 1024px) {
}

@media (max-width: 1440px) {

}

@media (max-width: 1170px) {
.media.d-block {
    height: 300px;
}
.carousel-caption h2 {
    font-size: 36px;
    line-height: 36px;
}

}

@media (max-width: 1024px) {
}
	
@media (max-width: 991px) {
	.section-title {
    font-size: 28px;
}
.section-title-sm {
    font-size: 1.75rem;
    text-align: center;
}
.innercontent1, .innercontent2{
    padding-left: initial;
	background: #fff;
}
.cta-box h3 {
    font-size: 24px;
}
.cta-box {
    min-height: 700px;
}
section.mission-section {
    padding: 3rem 0;
}
}
		
@media (max-width: 768px) {
.page-caption {
    padding-bottom: 0px;
}
.page-heading h1 {
    font-size: 1.5rem;
    color: #111111;
}
section.f-products {
    padding: 2rem 0 3rem 0;
}

}
	
	
@media (max-width: 767px) {
.carousel-caption h2 {
    font-size: 26px;
    line-height: 26px;
}
	.innercontent-line {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
.btn.btn-big {
    padding: 10px 35px;
    line-height: 16px;
    font-size: 14px;
}
	.section-title {
    text-align: center;
}
.divider-l {
    margin-left: auto;
    margin-right: auto;
}
	.collection-card a p {
    font-weight: 500;
    font-size: 1rem;
}
.cs-img {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 300px;
}
.cs-text {
    width: 90%;
    padding-right: 0px;
    padding-top: 20px;
    margin: auto;
    text-align: center;
}
.cs-text h3:after {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px !important;
}
.cs-section {
    padding: 0rem 0 3rem 0;
}
.cta-box {
    min-height: 470px;
	background-color: rgba(255, 255, 255, 0.1);
}
.cta-box p {
    text-align: center;
}
.mission-section h3 {
    font-size: 2rem;
}
.a-img-contain, .a-content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.a-img {
    height: 153px;
    border: 0px solid #e0e0e0;
    margin: 0 0px 0 0;
}

.footer-wrap h4 {
    font-size: 18px;
    margin-top: 1rem;
}
.ProcessApproval .DetailLine {
    display: block;
    margin-bottom: 1rem;
}	
.ProcessApproval tr.DetailHead {
    display: none;
}
.ProcessApproval tr.DetailLine td {
    padding: 4px 8px;
    display: block;
}
	
}

@media (max-width: 650px) {

.media.d-block {
    height: 170px;
}
.carousel-caption {
    top: 20px;
}
.carousel-caption h2 {
    background: none;
}
}

@media (max-width: 576px) {
.section-title-sm {
    font-size: 1.5rem;
    text-align: center;
}
.contact-list-wrap ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
	.footer-wrap h4 {
    padding: 15px 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-info {
    margin-top: 0px;
	text-align: left;
}
.footer-wrap ul li {
    text-align: left;
}
	.footer-wrap h4[aria-expanded="false"] i.bx-minus, .footer-wrap h4[aria-expanded="true"] i.bx-plus{
    display: none;
}
.footer-wrap h4[aria-expanded="false"] i.bx-plus, .footer-wrap h4[aria-expanded="true"] i.bx-minus{
    display: block;
}
}
	
	
	
	