.ashford-blue {
  background-color: #013F9C;
}

.contact-header {
  margin-top: 120px;
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.contact-header-title h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 0;
  line-height: 25px;
}

.roofingSkills {
  background-color: #828282;
}

.telNumber {
  margin-right: 0px;
  position: absolute;
  top: 17px;
  right: 0px;
}

.telNumber .desktopTelNumber {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff !important;
}

.header1 .container > .row > .companyLogo a img {
  margin: 0 0 -43px;
}

nav.design_system_menu_1 {
  padding: 0;
  margin-right: 0;
  max-width: none;
  height: 1.6em;
}

nav.design_system_menu_1 .dropdown {
  border: none !important;
}

nav.design_system_menu_1 > ul .dropdown li {
  border: none !important;
}

.menu-fixes {
  margin-top: -4px;
}

.products-list .imageContainer {
  height: 330px;
  position: relative;
  overflow: hidden;
}

.products-list .imageContainer:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.products-list .imageContainer:hover .titleContainer {
  background: #f6f6f6;
}

.products-list .imageContainer .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.products-list .imageContainer .titleContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.products-list .imageContainer .titleContainer p {
  margin: auto;
  text-align: center;
  color: #4f4f4f;
  width: 100%;
  font-size: 16px;
}

#integratedFeatures .col-6:nth-child(-n+3), #Finishing .col-6:nth-child(-n+3) {
  margin-bottom: 25px;
}
/*# sourceMappingURL=main-new.css.map */