









@media (min-width: 320px) {
span#main\.price\.text {
    color: #ff5100;
    font-size: 1.5rem;
}
section.cart-section .submit-btn {
    background: #003b5e;
}
.product-table-list {
    margin-left: 2rem;
    font-size: 0.8rem;
}
thead.text-nowrap th {
    position: sticky;
    top: 52px;
    background: white;
    z-index: 8;
}
.product-table-list tbody > tr > td, .product-table-list thead > tr > th {
    padding: .1rem 0.75rem;
    text-align: left !important;
}
.product-table-list th, .product-table-list td {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.product-table-list > thead > tr > th {
    border-bottom: 0px !important;
    padding-top: 16px;
    padding-bottom: 12px;
}
.product-table-list tr:nth-child(even) {
    background-color: #f2f2f2;
}
.product-table-list a {
    text-decoration: underline!important;
    color: #007bff!important;
	cursor: pointer!important;
}
tr.cursor-pointer {
    position: relative;
}

.modal-sm.product-modal {
    max-width: 330px;
}
.product-modal .modal-header {
    padding: 5px 15px;
    border-bottom: 0px solid #e9ecef;
}
.product-modal .modal-body {
    padding-top: 0px;
}
.modal-dialog.product-modal {
    margin: 15vh auto!important;
}
.product-modal .tile--product {
    width: calc(100%/1)!important;
    border: none!important;
    padding: 9px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.product-modal .picture--wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
}
.product-modal .List-Price-Group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-left: 5%;
}
.product-modal .image-wrapper {
    height: 120px;
    margin: 0px;
    margin-bottom: 8px!important;
    border: 1px solid gainsboro;
}
.product-modal .product-sku {
    margin-bottom: 8px;
}
.product-modal .TL-Info {
    padding-bottom: 8px;
    font-size: 13px;
}
.product-modal .product-sku a:before {
    content: "Part #";
    color: black;
    font-weight: 500;
}
.product-modal .TL-Info.Short.Description:before {
    content: "Description";
    color: black;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}
.product-modal .CompareRow {
    display: none;
}
.product-modal label.variation--label {
    background: #f7f7f7;
}
.product-modal .modal-body .btn-addtocart {
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 112px;
    height: 40px;
    display: block;
    background: #ff5100!important;
}
a.view-details-btn {
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 5px;
    background: #003b5e;
    color: white;
    display: block;
    font-size: 16px;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.product-filter-box.filter-nav {
    position: sticky!important;
    top: 52px;
}
.filterGroup {
    margin-bottom: 5px;
}
.filterTitle {
    padding: 12px 16px!important;
    font-weight: 400!important;
    text-transform: none!important;
    background: #003b5e!important;
    border-bottom: 0px solid #4e4e4e!important;
}
input#applyFilters {
    background: #f54f00!important;
    border-radius: 4px!important;
    height: 29px!important;
}
a.filterTitle {
    color: white!important;
}
.filter-list-body {
    padding: 4px 16px!important;
}
.filter-nav label {
    padding-top: 2px!important;
	padding-bottom: 2px!important;
}

.filterGroup .filterTitle[aria-expanded="true"] .filter-arrow .up {
    display: block;
}
.filterGroup .filterTitle[aria-expanded="true"] .filter-arrow .down {
    display: none;
}
.filterGroup .filterTitle .filter-arrow .up {
    display: none;
}
.filterGroup .filterTitle .filter-arrow .down {
    display: block;
}
.tile-container.tile-container--category {
    /* margin-top: 1.5rem; */
}
.cat-description-heading {
    /* background: #f4f4f4; */
    padding: 0.5rem 0rem 1.5rem 0rem;
}
span.d-title {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    color: black;
}
.jodit-wysiwyg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
}
.jodit-wysiwyg img {
    max-height: 96px;
    border: 1px solid gainsboro;
    margin-right: 1rem;
}
.breadcrumb-heading {
    /* background: #f4f4f4!important; */
    padding: 20px 0 4px 0!important;
    margin-bottom: 0px!important;
    border: none!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">"!important;
    padding-left: .3rem!important;
    padding-right: .3rem!important;
}
.breadcrumb-title {
    color: #111!important;
    margin-bottom: 0px!important;
    font-size: 2rem!important;
}	
.results-wrapper {
    margin-bottom: 0px!important;
    padding: 0px 16px!important;
    border-bottom: 0px solid #ddd!important;
    position: sticky;
    top: 0;
    background: #ececec;
    z-index: 9;
}
.filter-nav .modal-header {
    border: 1px solid #dee2e6!important;
}	
	
	
	
.container {
    max-width: 1280px;
}
	.pp h2 {
    color: #ff5100;
}
	.pp h3 {
    font-size: 1.5rem;
    color: #003b5e;
}
.head {
    font-size: 18px!important;
    padding-bottom: 20px;

    text-align: left!important;
    color: #000!important;
    background: transparent!important;
}
.head.title {
    padding: 35px 0 0px 0;
    font-weight: 600;
    font-size: 24px!important;
}
.Norm {
    background-color: transparent!important;
}
span.CustomerLoginNumber {
    border-bottom: 1px solid;
    padding: 0px;
    display: inline-block;
    color: #ff5100;
}
span.CustomerLoginNumber:hover {
    color: #003b5e;
}
.CorporateGroupCustomer td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    vertical-align: top;
    line-height: 18px;
}


.couponrow, .addtojobworksheet-wrapper {
    width: 310px;
    margin: 25px 0px 35px 0;
    margin-left: auto;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 2px 6px rgba(26, 26, 26, 0.11);
}
.btn, button {
	color: #fff;
	background: #ff5100;
}
button.btn-addtocart {
    background: #003b5e;
}
.btnCoupon {
    display: inline-block;
    margin: 3px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    background: #f8f8f8!important;
background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F0F0F0))!important;
    background: linear-gradient(#FDFDFD, #F0F0F0)!important;
    color: #00507f!important;
    border: 1px solid #d6d6d6;
    cursor: pointer;
}
.btnCoupon:hover {
background: #F1F1F1!important;
}
.addtojobworksheet-wrapper {
    max-width: 340px!important;
	margin: 15px 0px 0px 0;
    text-align: left!important;
}	
	
	.Cat1.PostLoginCell {
    display: none;
}
div#accountfunctions_table_45 .SideBar {
    padding-top: 15px;
}
	.dash-box-heading {
    background: #003b5e!important;
	padding: 5px 8px!important;
}
.dash-box-heading a {
    background: transparent!important;
}
.row-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.BillLabel, .ShipLabel {
    font-weight: 700!important;
}
.btn-checkout, .continue-btn, .btnSubmit {
    background: #ff5100!important;
}
.btn.btn-csv {
    background: #00529b!important;
}
.btn.log {
    background-color: #003b5e!important;
}
.item-card-row.item-card-row-ItemID .item-card-label {
    display: none;
}
.Bar {
    font-size: 14px!important;
}
span.progress-number {
    color: #003b5e!important;
}

.bg-green {
    background: #fe5100;
}
.bg-blue {
    background: #003764;
}
.bg-light-blue {
    background: #00b3e3;
}
.bg-blue-gray {
    background: #bfcdd8;
}
.bg-gray {
    background: #f0f0f2;
}

.bg-black {
    background: #000f1c;
}
.white {
    color: #fff;
}
.Blue{
    color: #003b5e;
}
.black{
    color: #000f1c;
}
.orange {
    color: #fe5100;
}
.person {
    padding: 20px;
    text-align: center;
}
.person-content img {
    border-radius: 50%;
}
	img {
    max-width: 100%;
    height: auto;
}
section.sec2-bg {
    background: black;
    height: 7px;
    background: linear-gradient(to right, #fe5100, #003764);
    /* background-size: 400% 400%; */
    /* -webkit-animation: Gradient 15s ease infinite; */
    -moz-animation: Gradient 15s ease infinite;
    /* animation: Gradient 12s ease infinite; */
    display: none;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

section.section-allcat {
    background: #f5f6f7;
    padding: 4rem 0;
}
.section-allcat .container {
    /* border: 1px solid #b3b3b3; */
    /* max-width: 1217px!important; */
    padding: 0px 0px;
}

section.section-topcat {
    padding: 3rem 0;
    padding-bottom: 0rem;
    background: #ffffff;
}
section.section-topcat .container {
    /* max-width: 1360px; */
}
.topcat.row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.topcat a {
    width: 32%;
    position: relative;
    display: block;
    margin-bottom: 20px;
	cursor: pointer;
}
.topcat .thumbnails:before {
    content: "";
    /* background: rgba(60, 60, 60, 0.25); */
    background: linear-gradient(to top, hsl(0deg 0% 0% / 60%) 0, rgb(0 0 0 / 5%) 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all .5s;
}
.topcat .thumbnails:hover:before {
    background: transparent;
}
.topcat .thumbnails {
    position: relative;
    border-bottom: 4px solid #fe5100;
    min-height: 250px;
}
.topcat h4 {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.topcat h4 span {
    font-size: 18px;
    font-weight: 300;
}

section.ad-section {
    padding: 60px 0;
}


.ad-img {
    max-width: 75%;
    margin: auto;
}

.go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card {

}
.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card .wrapper {
    background-color: #fff;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
    margin-bottom: 10px;
}
.card .text {
  height: 70px;
  margin: 0;
}
.card input[type='checkbox'] {
  display: none;
}
.card input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.example-1 .wrapper {
    background: url(images/card-image.jpg);
}
.example-1.ex2 .wrapper {
    background: url(images/card-image2.jpg);
}

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fe5100;
    color: #fff;
    padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a, .example-1 .title {
  color: gray;
}











.et_pb_image_12 {
    max-width: 200px;
    padding-top: 0px;
    margin: auto;
    margin-top: -5px!important;
    text-align: center;
    display: none;
}
.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.et_pb_image img {
    position: relative;
    max-width: 80%;
    height: auto;
}


.banner-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -o-linear-gradient(315deg,hsl(0deg 0% 0% / 58%) 30%,rgba(0,58,93,.0) 60%);
    background: linear-gradient(135deg,hsl(0deg 0% 0% / 58%) 30%,rgba(0,58,93,.0) 60%);
}
.banner-ad {
    overflow: hidden;
    position: relative;
    display: block;
}
.banner-item {
    position: relative;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: calc(90vh - 146px);
    /* min-height: 680px; */
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.banner-item .container {
    height: 100%;
}
.caption h1 {
    color: #ffffff;
    font-size: 3.75rem;
    line-height: 3.5rem;
    font-size: calc(44px + (16 * (100vw - 800px)) / 800);
    line-height: calc(44px + (16 * (100vw - 800px)) / 800);
    margin-bottom: 16px;
    font-weight: 600!important;
    text-transform: uppercase;
}
.caption h4 {
    /* letter-spacing: 8px; */
    color: #ffffff;
    font-weight: 400!important;
    font-size: 20px;
    line-height: 1.3em;
}
.caption p {
    font-size: 25px;
    line-height: 1.1em;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}
.banner-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    z-index: 999;
}

.caption-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.caption {
    padding: 0px;
    text-align: left;
    margin-right: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 700px;
	padding-bottom: 2rem;
}
.caption a {
    /* background: #fe5200; */
    color: #ff5100;
    /* border: 1px solid #292929; */
    text-transform: uppercase;
    /* padding: 3px 15px; */
    font-weight: 700;
    display: block;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #0c2074;
	border-color: #000;
    color: white;
}
hr.divide {
    margin: 30px -15px;
}


.homepage {
    text-align: left;
}

.section.bg2 {
    padding: 4rem 0px;
    padding-top: 0px;
}


/********************************/
/*          Featured Products       */
/********************************/

.col.product-box {
    padding: 0px;
    /* margin-right: 1%; */
    margin-bottom: 2%;
    margin-top: 1%;
}
.category-box-link {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
}
figure {
    margin: 0 0 0px;
    margin: 0 0 0px;
    margin: 0 0 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-contain {
    height: 220px;
    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;
    background: white;
    padding: 2rem;
}
.category-box-link p {
    z-index: 2;
    margin: 0;
    color: #000f1c;
    text-align: center;
    padding-top: 8px;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
}
.category-box-link img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    width: auto!important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 165px;
    left: 28%;
    z-index: 3;
    width: 350px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    padding: 25px;
}
.hero h1 {
    font-size: 3.6em;
    line-height: .8;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #f9f9f9;
}

.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-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
ol.carousel-indicators {
    z-index: 9;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 23px;
    height: 23px;
    border-radius: 999px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* max-height: 500px; */
    height: auto;
    background: white;
}

.carousel-inner img {
    width: auto;
}



.row.work-grid {
    margin: 0px;
}
 .work__column {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 330px;
    width: 33.33%;
    text-align: center;
    text-decoration: none;
}
a.work__column.work_1 {
    background-image: url(images/map.jpg);
}
a.work__column.work_2 {
    background-image: url(images/work2.jpg);
}
a.work__column.work_3 {
    background-image: url(images/work1.jpg);
}
.work__column:hover {
    color: #fff;
    -webkit-filter: grayscale(40%);
    filter: grayscale(10%);
    text-decoration: none;
}
.work__column .work__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 330px;
    width: 100%;
    padding: 4px;
}
.work__column .work__content {
    max-width: 550px;
    z-index: 1;
}
.work__content h5 {
    color: #fff;
}
.work__column .work__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease-out;
    z-index: 1;
}
.work__column.work_1 .work__overlay {
    background: hsl(0deg 0% 0% / 45%);
    /* background: linear-gradient(to top,#003764 0,rgba(0, 55, 100, 0.8) 100%); */
}
.work__column.work_2 .work__overlay {
    background: hsl(0deg 0% 0% / 45%);
}
.work__column.work_3 .work__overlay {
    background: hsl(0deg 0% 0% / 45%);
    /* background: linear-gradient(to top,#000f1c 0,rgba(0, 15, 28, 0.8) 100%); */
}
.work__column:hover .work__overlay {
    opacity: .3;
    background: #000000;
}
.work__column .work__content-hidden {
    font-family: athelas,serif;
    font-style: italic;
    font-size: 1.25rem;
    max-height: 0;
    max-width: 370px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out .1s;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
}
 .work__column:hover .work__content-hidden {
    max-height: 200px;
    opacity: 1;
    visibility: visible;
}
.work__column h3 {
    text-shadow: 0 0 20px hsla(0,0%,7%,.33);
    font-size: 2.125rem;
}



.blue-box .row {
    background: #003b5e;
    color: white;
    background: url(/images/work3.jpg);
    position: relative;
}
.blue-box .row:before {
    content: "";
    position: absolute;
    background: rgba(0, 9, 14, 0.75);
    width: 100%;
    height: 100%;
}
.blue-box .column {
    padding: 50px;
}
.quickorder-box h3 {
    background: #17409c;
    padding: 10px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    /* width: 100%; */
    /* margin: -15px; */
    border-bottom: 1px solid #ffffff;
}

h3.fancy {
    font-weight: 500;
    font-size: 1.75rem;
    margin-bottom: 0px;
    /* margin-top: 50px; */
    color: #000f1c;
    text-transform: uppercase;
    line-height: 1;
    /* text-align: center; */
}
.fancy span {
    display: inline-block;
    position: relative;
}
.divider {
    margin-top: 1rem;
    margin-bottom: 2rem;
    /* max-width: 4rem; */
    height: 1px;
    background-color: #bebebe;
    border: 0;
}
.divider--left {
    margin-left: 0; 
}

p.desc {
    color: #555;
    line-height: 1.2;
    margin-bottom: 4px;
}

.carousel-control {
    padding-top: 0px;
    /* background-color: #D31145; */
    opacity: 1;
    width: 21px!important;
    height: 26px;
    text-shadow: none;
    top: -31px!important;
}
i.fa.fa-chevron-right, i.fa.fa-chevron-left {
    /* font-size: 34px; */
    color: #2f2a2e;
    opacity: 1!important;
    /* margin-top: 140px; */
}
.row.featured .col-xs-12 {
    padding: 0px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 33%;
    background-color: #ffffff;
    height: 55px;
    line-height: 55px;
    width: 40px;
    text-align: center;
    box-shadow: 0px 1px 3px #888;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.owl-prev i, .owl-next i {
    line-height: 32px;
    color: #66717E;
    font-size: 19px;
}
.owl-prev {
    left: -20px;
    border-radius: 3px 3px 3px 3px;
    clip: rect(-10px,55px,110px,0);
}
.owl-next {
    right: -20px;
    border-radius: 3px 3px 3px 3px;
    clip: rect(-10px,45px,110px,-10px);
}
div#owl-two .owl-nav svg {
    color: #000f1c;
    font-size: 32px;
    height: 55px;
}
#owl-two .owl-item .item {
    border: 1px solid #d6d6d6;
    padding: 10px 30px 30px 30px;
    color: #444;
}
#owl-two.owl-carousel .owl-item img {
    width: auto;
}
.section.bg2 .fancy {
    color: #212121;
    margin-top: 16px;
}
.brand {
    height: 175px;
    background: white;
}
.brand-img {
    padding: 10px;
}

#owl-one .owl-item  {

}
#owl-one .owl-item .item {
    border: none;
    padding: 0;
    /* padding-bottom: 28px!important; */
    /* background: url(images/slider_shadow.png) no-repeat 50% 100%; */
}
#owl-one.owl-carousel .owl-stage-outer {
    /* padding-left: 10px!important; */
}
#owl-one .owl-dots {
    margin: 0 auto;
    width: 95px;
    position: absolute;
    bottom: 0px;
    left: 40%;
    right: 40%;
}
#owl-two .owl-dots {
    display: none;
}
.owl-carousel .owl-dot {
    background: #ffffff;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    display: inline-block;
    margin: 5px;
}
.owl-carousel .owl-dot.active {
    background: #d1495b;
}
span.list-img {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}


.graphic-text-panel img {
    margin: auto;
    display: block;
}
.resource-group {
    padding: 16px 16px 16px 16px!important;
    margin-bottom: 16px!important;
}
ul.resource-list .resource-group a:hover {
    cursor: pointer;
    color: #ff5100!important;
}
.resource-group a {
    text-decoration: none!important;
    padding: 2rem!important;
}
 /**************************  login/forgot password **************************/
.btn.log {
    display: block;
    width: 100%;
}
.lgin {
    width: 500px!important;
    margin: 4rem auto;
    text-align: center;
}
.lgin h3 {
    font-size: 1.75rem!important;
    font-weight: 700;
}
.lgin .sct {
    border: 0px solid #ccc!important;
}
.lgin .links a {
    color: var(--secondary);
    font-size: 13px;
    line-height: 15px;
}
.pass-reset, form#forgotUserId {
    max-width: 1054px;
    margin: 4rem auto;
    text-align: center;
	padding: 0;
}
.pass-reset__form-group.form-group.row {
    max-width: 1054px;
}
h1.pass-reset__header, form#forgotUserId h2 {
    font-size: 1.75rem!important;
    text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: 700;
}
label.pass-reset__label.col-sm-2 {
    white-space: nowrap;
    line-height: 38px;
    margin-left: auto;
	    text-align: right;
}
.pass-reset__form-group.form-group.row .col-sm-10 {
    max-width: 400px;
    margin-right: auto;
}
#loginfunctions_div_1 {
    max-width: 500px;
    margin: auto;
}
.forgotUserIdContainer label {
    display: block;
}
.forgotUserIdContainer input#emailAddress {
    width: 90%;
}
 /**************************  END login/forgot password **************************/
 
 

/*Static Pages*/
/*Event Pages*/
ul#events-list {
    list-style: none;
    padding: 0px;
}
li.item {
    padding: 40px 30px;
}
li.item:nth-child(odd) {
    background: #f8f8f8;
}
	.f-fix {
    margin-bottom: 25px;
}
.f-fix > div {
    padding: 3px 0;
}
div#event-registration a {
    margin-left: 10px;
    color: white;
}
div#event-dates {
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}
div#event-info {
    font-size: 14px;
}
div#event-location {
    display: inline-block;
}
.f-fix span {
    font-weight: bold;
    padding-right: 5px;
}
.event-date {
    display: inline-block;
    padding-right: 15px;
}
.events-list .event-title a {
    color: #003b5e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
div#event-dates i {
    padding-left: 10px;
    /* vertical-align: -2px; */
    font-size: 18px;
}
.events-list .event-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 0px;
}
a.link-learn {
    border-radius: 4px;
    color: #0054a9;
    font-weight: bold;
}
.event-full-description {
    padding: 20px 0px;
}
/*Event Pages*/




.row.commercial-grid .card {
    width: 24%;
    max-width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.row.commercial-grid .card-text {
    font-size: 14px;
    line-height: 20px;
}
.row.commercial-grid .card-body {

    color: #37474f;
    padding-top: 4px;
}
.card-link {
    background: #bfcdd8;
}
.commercial-grid .card-image {
    height: 112px;
    padding: 16px;
    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;
}
.commercial-grid .card-image img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 .card-image img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.img-box {
    max-width: 380px;
    max-height: 150px;
}
.commercial-grid .card-img-top {
    width: auto!important;
    max-height: 150px;
    padding-top: 20px;
    max-width: 100%;
}
.card .btn {
    max-width: 100px;
    background: transparent;
    border: none;
    color: #ffffff;
}


}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
.item.container {
    /* max-width: 1300px!important; */
    /* width: 1300px!important; */
}
}
@media (max-width: 1440px) {

}


@media (max-width: 1200px) {
	.homepage .container {
    /* width: 95%; */
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
}
@media (max-width: 1024px) {
.caption h1 {
    font-size: 3rem;
    line-height: 2.75rem;
    margin-bottom: 16px;
    font-weight: 500!important;
    text-transform: none;
}
.caption {
	max-width: 470px;
}
.banner-item {
    /* height: auto; */
    max-height: 400px;
}
ul.blocks li {
    font-size: 12px;
}
.topcat .thumbnails {
    min-height: auto;
}
}

@media (max-width: 992px) {
.card.box-1a {
    margin-bottom: 15px;
    width: 100%!important;
}
.rside .card {
    width: 49%;
    margin-top: 20px;
}
.row.commercial-grid .card {
    width: 32%;
    max-width: 32%;
}
}

@media (max-width: 768px) {
.caption {
    padding: 0px;
    margin-right: 30px;
}

.owl-next {
    right: 10px;
}
.owl-prev {
    left: 10px;
}
}
@media (max-width: 767px) {
section.progress-section {
    display: none;
}
	.lgin {
    width: 94%!important;
	    margin: 2rem auto;
}
.lgin h3, h1.pass-reset__header, .section-title {
    font-size: 1.5rem!important;
}
.lgin .sct .pad {
    margin: 0px!important;
    text-align: left;
}
.pass-reset {
    margin: 2rem auto;
}
}
@media (max-width: 600px) {
.banner-ad {
    height: auto;
}
.banner-item {
    height: 220px;
    background-size: cover!important;
    background-position: left!important;
}
.banner-item .container {
    height: 100%;
    max-width: 360px;
    margin-left: 0;
}
.banner-item:before {
background: hsl(0deg 0% 0% / 30%);
}
.banner-item.banner1 {
  
    background-size: cover!important;
    background-position: right!important;
}
.banner-item.banner2 {
 
    background-size: cover!important;
    background-position: right!important;
}
.banner-item.banner3 {
 
	    background-size: cover!important;
    background-position: right!important;
}
.caption {
    margin-top: auto;
    margin-right: 20px;
    margin-bottom: auto;
    padding: 0pc;
}
.caption h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: .5rem;
}
.caption h4 {
    font-weight: 400!important;
    font-size: .875rem;
    line-height: 1.4em;
}
.caption a {
    border: 0px solid #292929;
    padding: 3px 0px;
    margin-top: 15px;
	display:none;
}
.banner-ad .carousel-indicators li {
    width: 16px;
    height: 16px;
}
.banner-ad .carousel-indicators {
    bottom: 0px;
}



.guarnt-title {
    line-height: 16px;
    font-size: 14px;
}
.work__column .work__wrapper {
    min-height: 100%;
}
.work__column {
    width: 100%;
	height: 220px;
	min-height: auto;
	border-bottom: 4px solid #fff;
}
.work__content h5 {
    color: #fff;
    font-size: 1rem;
}
.work__column h3 {
    text-shadow: none;
    font-size: 1.5rem;
}
.topcat .thumbnails {
    position: relative;
    border-bottom: 4px solid #fe5100;
    height: 200px;
    min-height: auto;
    overflow: hidden;
}
.topcat h4 {
    bottom: 16px;
    left: 24px;
    font-size: 1.5rem;
}
.topcat a {
    width: 100%;
    margin: 0px;
}
section.section-allcat {
    padding: 32px 0;
}
section.section-topcat {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.et_pb_image_12 {
    display: none;
}
h3.fancy {
    font-size: 1.25rem;
}
.divider {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    max-width: 2rem;
}
}

@media (max-width: 576px) {
section.banner-section {
    display: none;
}


.carousel-control-next, .carousel-control-prev {
    display: none;
}



.rside img {
    width: 60%;
}

.row.commercial-grid .card {
    width: 100%;
    max-width: 100%;
}
}