body {
  height: 100%;
  font-family: 'Montserrat light', sans-serif;
  color: #323232;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
  font-family: 'Montserrat light', sans-serif;
  font-size: 15px;
  line-height: 25px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c92232;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: 'Montserrat light', sans-serif;
  font-size: 15px;
  line-height: 20px;
  list-style-type: square;
}

li {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

strong {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #c92232;
  font-family: 'Montserrat light', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  border-top: 5px solid #c92232;
}

.navbar {
  padding: 15px 20px;
  border-top: 5px solid #ecf0f1;
  background-color: #fff;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #2f346f;
}
html.w-mod-js *[data-ix="ask-the-ceo"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
.ceo-text {
  margin-right: -5px;
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  background-color: #c92232;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #ecf0f1;
  font-size: 13px;
}
.ask-the-ceo {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ceo-image {
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #ecf0f1;
  background-image: url("http://uploads.webflow.com/57e28543e58ff3441ccf594b/593ffbf213c95a1a67876a09_mike-neal.png");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.architects {
  background-image: url('../images/american-brewery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero.homeowners {
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero.contractors {
  background-image: url('../images/shutterstock_170475773-reduced.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.flex-text {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ask-the-ceo.w-inline-block.w--current {
  display:none;	
}
.flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-image {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixed-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.hero.featured-project {
  background-image: url('../images/bathroom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logo {
  width: 208px;
  height: 50px;
  background-image: url('../images/american-logo.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
#edit-actions--4 {
  margin-bottom:5px !important;	
}
.nav-portal {
  margin-right: 1px;
  margin-left: 1px;
  padding: 5px 35px 5px 10px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #2f346f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-portal:hover {
  background-color: #ecf0f1;
}

.nav-portal.w--current {
  color: #2f346f;
}

.nav-portal.architect-ico {
  background-image: url('../images/architect-ico.png');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-portal.contractor-ico {
  background-image: url('../images/contractor-ico.png');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-portal.homeowner-ico {
  background-image: url('../images/homeowner-ico.png');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-portal.login {
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  background-color: #babfc3;
  background-image: url('../images/login-ico.png');
  background-position: 90% 45%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.nav-portal.login:hover {
  background-color: #c92232;
}

.nav-portal.login.login-mobile:hover {
  background-color: #ad1221;
}

.secondary-navbar {
  display: block;
  background-color: #2f346f;
  text-align: center;
}

.navlink {
  padding: 10px 15px;
  background-color: #2f346f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ecf0f1;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #20234c;
  color: #fff;
}

.navlink.w--current {
  background-color: #20234c;
  color: #babfc3;
}

.navlink.connect {
  margin-top: -7px;
  background-color: #c92232;
  font-family: 'Montserrat semibold', sans-serif;
  color: #fff;
}

.navlink.connect:hover {
  background-color: #ad1221;
}

.navlink.connect.w--open {
  border-bottom-right-radius: 0px;
  background-color: #ecf0f1;
  color: #2f346f;
}

.navlink.dropdown {
  margin-top: -7px;
}

.navlink.side {
  display: block;
}

.navlink.side:hover {
  border-top-color: #c92232;
  background-color: #c92232;
  color: #fff;
}

.navlink.side.w--current {
  background-color: #20234c;
  color: #babfc3;
}

.navlink.side.last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navlink.filter {
  display: block;
  border-top-color: #c92232;
  border-radius: 3px;
  background-color: #babfc3;
  color: #fff;
}

.navlink.filter.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #20234c;
}

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

.portal {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #ecf0f1;
  color: #323232;
}

.portal.portal-left {
  background-image: url('../images/service-install.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portal.portal-left.sidebar-portal {
  margin-bottom: 20px;
  border-radius: 3px;
}

.portal.portal-right {
  background-image: url('../images/service-kitchen-bath.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portal.portal-right.sidebar-portal {
  margin-bottom: 20px;
  border-radius: 3px;
}

.portal.portal-middle {
  background-image: url('../images/american-brewery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portal-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
}

.portal-text.red-overlay {
  background-color: rgba(201, 34, 50, .7);
}

.portal-text.red-overlay:hover {
  background-color: rgba(201, 34, 50, .9);
}

.portal-text.white-overlay {
  background-color: hsla(0, 0%, 100%, .7);
  color: #323232;
}

.portal-text.white-overlay:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.portal-text.blue-overlay {
  background-color: rgba(47, 52, 111, .7);
}

.portal-text.blue-overlay:hover {
  background-color: rgba(47, 52, 111, .9);
}

.button {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #c92232;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(201, 34, 50, .8);
  color: #fff;
}

.button.submit {
  display: block;
  margin: 10px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.button.submit:hover {
  background-color: #ad1221;
}

.button.go {
  width: 20%;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  background-color: #c92232;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button.go:hover {
  background-color: #ad1221;
}

.button.go.gray {
  background-color: #babfc3;
}

.button.go.gray:hover {
  background-color: #c92232;
}

.button.more {
  padding: 10px 15px;
  background-color: #babfc3;
  color: #ecf0f1;
  font-size: 12px;
  line-height: 18px;
}

.button.more:hover {
  background-color: #c92232;
  color: #fff;
}

.button.blue {
  background-color: #2f346f;
}

.button.smaller {
  padding: 10px 15px;
  font-size: 12px;
}

.button.smaller.float-right {
  float: right;
}

.button.load-more {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  color: #babfc3;
}

.button.load-more:hover {
  background-color: #babfc3;
  color: #fff;
}

.button.float-right {
  float: right;
}

.button.profile {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
}

.button.directions {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #babfc3;
  font-size: 12px;
}

.button.directions:hover {
  background-color: #c92232;
}

.button.calendar {
  display: block;
  margin-bottom: 10px;
  background-color: #2f346f;
  background-image: url('../images/calendar-ico.png');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: left;
}

.button.next {
  padding: 10px 15px;
  background-color: #babfc3;
  font-family: 'Fontawesome webfont', sans-serif;
  text-align: right;
}

.button.next:hover {
  background-color: #c92232;
}

.button.previous {
  margin-right: 5px;
  padding: 10px 15px;
  background-color: #babfc3;
  font-family: 'Fontawesome webfont', sans-serif;
}

.button.previous:hover {
  background-color: #c92232;
}

.button.gray-button {
  background-color: #babfc3;
}

.button.gray-button:hover {
  background-color: #c92232;
}

.button.join {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
}

.button.outline {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 3px solid #fff;
  background-color: transparent;
  font-size: 15px;
}

.button.outline:hover {
  background-color: #ad1221;
}

.button.search {
  width: 20%;
  height: 50px;
  font-size: 15px;
}

.button.line-card {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.button.upload {
  width: 20%;
  height: 40px;
  float: right;
  background-color: #2f346f;
}

.button.upload:hover {
  background-color: #20234c;
}

.button.choose {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  border-radius: 2px;
  background-color: #babfc3;
}

.button.choose:hover {
  background-color: #323232;
}
.portal-right {
  background-image: -webkit-linear-gradient(270deg, rgba(236, 240, 241, 0) 70%, #ecf0f1), url('../images/portal-image-homeowner.png');
  background-image: linear-gradient(180deg, rgba(236, 240, 241, 0) 70%, #ecf0f1), url('../images/portal-image-homeowner.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.media-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #323232;
  color: #fff;
}

.employee-image {
  z-index: 3;
  display: block;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  border: 5px solid #ecf0f1;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.employee-image:hover {
  -webkit-transform: scale(1.02) translate(0px, -5px);
  -ms-transform: scale(1.02) translate(0px, -5px);
  transform: scale(1.02) translate(0px, -5px);
}

.employee-image.employee1 {
  background-image: url('../images/employee.jpg');
  background-size: cover;
}

.employee-image.employee2 {
  background-image: url('../images/employee2.jpg');
  background-size: cover;
}

.employee-image.profile-avatar {
  position: absolute;
  width: 290px;
  height: 290px;
  border-width: 10px;
  border-color: #ecf0f1;
  border-radius: 0%;
}

.employee-image.profile-avatar:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.employee {
  margin-bottom: 10px;
  padding-top: 15px;
  text-align: center;
}

.employee-name {
  font-family: Montserrat, sans-serif;
  color: #323232;
  line-height: 20px;
  font-weight: 400;
}

.employee-name:hover {
  color: #c92232;
}

.employee-specialties {
  margin-bottom: 10px;
  color: #babfc3;
  font-size: 12px;
  line-height: 12px;
}

.employee-location {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.text-field {
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #babfc3;
  border-radius: 3px;
  color: #323232;
}

.text-field.one-third {
  width: 31%;
  float: left;
}

.text-field.smaller {
  height: 30px;
  font-size: 12px;
}

.text-field.smaller:focus {
  border: 4px solid #efc32d;
  background-color: #fff;
  color: #c92232;
}

.text-field.smaller.time {
  width: 49%;
  margin-left: 1%;
  padding-right: 25px;
  float: left;
  background-image: url('../images/time-icon.png');
  background-position: 98% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.text-field.smaller.date {
  width: 49%;
  margin-right: 1%;
  padding-right: 25px;
  float: left;
  background-image: url('../images/date-icon.png');
  background-position: 98% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.text-field.contractor {
  width: 78%;
  margin-right: 2%;
  margin-bottom: 0px;
  float: left;
}

.text-field.two-thirds {
  width: 67%;
  margin-right: 2%;
  float: left;
}

.text-select {
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-radius: 5px;
  background-color: #ecf0f1;
}

.text-select.smaller {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
}

.text-select.four-fifths {
  width: 78%;
  float: left;
}

.text-area {
  min-height: 110px;
  padding: 10px 15px;
  border-radius: 3px;
}

.text-area.smaller {
  min-height: 60px;
  font-size: 12px;
}

.text-area.smaller:focus {
  border: 4px solid #efc32d;
  color: #c92232;
}

.expert-form {
  text-align: center;
}

.center {
  text-align: center;
}

.center.blue {
  color: #2f346f;
}

.center.red {
  color: #c92232;
}

.hero-text {
  position: absolute;
  z-index: 3;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
}

.mojo {
  margin-top: 30px;
  padding: 10px 20px 20px;
  background-color: #babfc3;
  color: #ecf0f1;
  text-align: center;
}

.footer {
  padding-top: 30px;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.services {
  padding: 40px 10px 20px;
}

.featured-contractor-slider {
  height: 80%;
  min-height: 500px;
}

.slider-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20px;
  margin: auto 0px auto 20px;
  padding-top: 0px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.featured-contractor {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 20px 10px 90px;
  border-radius: 3px;
  opacity: 0.5;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #fff;
}

.featured-contractor:hover {
  opacity: 1;
}

.nav-menu {
  margin-top: 5px;
}

.right-arrow {
  top: 100%;
  right: 0px;
  bottom: 40px;
  z-index: 5;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
}

.left-arrow {
  left: 0px;
  top: 100%;
  bottom: 40px;
  z-index: 5;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
}

.location-form {
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #2f346f;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}

.location-map {
  height: 200px;
  border: 1px solid #babfc3;
}

.location-map.shorter {
  max-height: 140px;
}

.small-p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 22px;
}

.post-date {
  margin-bottom: 10px;
  color: #babfc3;
  font-size: 14px;
  line-height: 20px;
}

.news-events-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
}

.slide1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/mancave.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white {
  color: #fff;
}

.footer-section-link {
  display: block;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #323232;
  font-size: 13px;
  line-height: 20px;
}

.footer-section-link:hover {
  color: #c92232;
}

.footer-link {
  display: block;
  color: #323232;
  font-size: 11px;
  line-height: 15px;
}

.footer-link:hover {
  color: #c92232;
}

.contact-form {
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
}

.contact-form.remove-padding {
  padding: 0px;
}

.copyright {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.social {
  display: inline-block;
  min-height: 32px;
  min-width: 32px;
  text-align: center;
}

.mojo-text {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.service-portal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #ecf0f1;
  color: #2f346f;
  text-align: center;
}

.service-portal:hover {
  background-color: #2f346f;
  color: #fff;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: rgba(50, 50, 50, .5);
  opacity: 0.2;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 25px;
  text-align: center;
}

.back-to-top:hover {
  opacity: 1;
}

.top {
  position: absolute;
  left: 0px;
  top: 0px;
}

.connect-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 820px;
  margin-top: 33px;
  padding: 20px 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ecf0f1;
}

.connect-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.login-menu {
  background-color: #fff;
}

.login-menu.w--open {
  right: 0px;
  min-width: 230px;
  margin-top: 30px;
  margin-right: -20px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

.forgot-password {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 12px;
}

.page-header {
  position: relative;
  margin-top: 130px;
  padding: 20px 10px;
  background-color: #ecf0f1;
  color: #2f346f;
  text-align: center;
}

.page-header.taller {
  max-height: 50%;
  min-height: 530px;
}

.page-header.image-header {
  height: 500px;
  padding: 0px;
  background-image: url('../images/mancave.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header.image-header.news {
  background-image: url('../images/news-image.jpg');
}

.page-header.image-header.events {
  background-image: url('../images/event-image.jpg');
}

.page-header.profile-cover {
  height: 300px;
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 20px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  padding: 10px;
  background-color: transparent;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #babfc3;
  font-size: 20px;
  line-height: 20px;
}

.search {
  position: relative;
}

.post {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #ecf0f1;
}

.post-image {
  position: relative;
  width: 100%;
  height: 220px;
  border: 1px solid #babfc3;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-image:hover {
  opacity: 0.8;
}

.post-text {
  padding: 5px 20px 20px;
  color: #323232;
  text-align: center;
}

.dropdown-link {
  display: block;
  padding: 10px 15px;
  background-color: #20234c;
  font-family: Montserrat, sans-serif;
  color: #ecf0f1;
  font-size: 13px;
  line-height: 15px;
}

.dropdown-link:hover {
  background-color: #c92232;
  color: #fff;
}

.dropdown-link.w--current {
  color: #babfc3;
}

.dropdown-link.w--open {
  background-color: #c92232;
}

.filter-members {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.profile-buttons {
  position: absolute;
  right: 0px;
  margin-right: 10px;
  text-align: right;
}

.contact-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 30px;
  font-size: 14px;
  line-height: 20px;
}

.contact-link:hover {
  border-radius: 3px;
  background-color: #ecf0f1;
}

.contact-link.phone-ico {
  background-image: url('../images/phone-ico.png');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-link.email-ico {
  background-image: url('../images/email-ico.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-link.poc-ico {
  background-image: url('../images/poc-ico.png');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-link.download-ico {
  background-image: url('../images/download-ico.png');
  background-position: 4px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.smallest-p {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 18px;
}

.media {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.media-gallery {
  position: relative;
  max-width: 100%;
}

.media-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-thumb {
  position: relative;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: -webkit-zoom-in;
}

.gallery-thumb:hover {
  opacity: 0.8;
}

.zoom-ico {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-image: url('../images/zoom-ico.png'), -webkit-radial-gradient(circle farthest-side at 100% 0%, rgba(47, 52, 111, .8), rgba(47, 52, 111, 0));
  background-image: url('../images/zoom-ico.png'), radial-gradient(circle farthest-side at 100% 0%, rgba(47, 52, 111, .8), rgba(47, 52, 111, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.big-p {
  font-family: 'Montserrat light', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-slider {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.sidebar-nav {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 3px;
}

.content-left {
  padding-right: 20px;
}

.sidebar-right {
  padding-left: 20px;
}

.vendor-ad {
  display: block;
  width: 100%;
  max-width: 300px;
  min-height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #babfc3;
  border-radius: 3px;
  background-color: #ecf0f1;
}

.vendor-ad-image {
  width: 100%;
}

.floating-search {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  z-index: 11;
  display: block;
  margin-right: 25%;
  margin-left: 25%;
  padding: 20px;
  border-radius: 5px;
}

.sidebar-left {
  padding-right: 20px;
}

.block-margin {
  display: block;
  margin-bottom: 20px;
}

.contractor-result {
  margin-bottom: 20px;
  border-bottom: 1px solid #ecf0f1;
}

.contractor-image {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 10px;
  border: 1px solid #babfc3;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contractor-image.mancave {
  background-image: url('../images/mancave.png');
  background-size: cover;
}

.contractor-image.bathroom {
  background-image: url('../images/bathroom.jpg');
}

.contractor-logo {
  z-index: 3;
  display: block;
  width: 100%;
  height: 220px;
  margin: 10px auto;
  background-image: url('../images/professional-logo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contractor-logo.thumb {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
  border-width: 5px;
}

.contractor-logo.profile-avatar {
  position: absolute;
  width: 290px;
  height: 290px;
  border: 10px solid #ecf0f1;
  background-color: #fff;
}

.contractor-logo.profile-avatar.edit-logo {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}
.contractor-phone {
  font-size: 12px;
}

.review {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ecf0f1;
}

.review-date {
  color: #babfc3;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

.review-name {
  font-size: 14px;
  text-align: right;
}

.review-comment {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
}

.image-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 52, 111, .2);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-hover:hover {
  opacity: 1;
}

.header-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.slide3 {
  background-image: url('../images/bathroom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-line {
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #ecf0f1;
}

.product-logo {
  height: 120px;
  margin-bottom: 20px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-logo.integrity {
  background-image: url('../images/integrity_logo038.jpg');
}

.product-logo.infinity {
  background-image: url('../images/infinity_logo.jpg');
}

.video-embed {
  margin-bottom: 20px;
  border: 1px solid #babfc3;
}

.posts {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ecf0f1;
}

.event-date {
  margin-bottom: 10px;
  color: #c92232;
  font-size: 14px;
  line-height: 20px;
}

.featured {
  text-align: center;
}

.popular-post {
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url('../images/popular-ico.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #323232;
  font-size: 14px;
  line-height: 18px;
}

.popular-post:hover {
  color: #c92232;
}

.social-nav {
  text-align: right;
}

.addthis {
  min-height: 40px;
  min-width: 40px;
  float: left;
}

.location-info {
  margin-bottom: 20px;
}

.image-count {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  border-top-left-radius: 3px;
  background-color: rgba(47, 52, 111, .8);
  background-image: url('../images/image-ico.png');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #ecf0f1;
  font-size: 14px;
  line-height: 20px;
}

.category {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  border-bottom-right-radius: 3px;
  background-color: hsla(207, 7%, 75%, .8);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(47, 52, 111, .2);
  background-image: url('../images/play-ico.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-overlay:hover {
  background-color: rgba(47, 52, 111, .5);
}

.media-container {
  padding-right: 10px;
  padding-left: 10px;
}

.feature {
  position: relative;
  overflow: hidden;
}

.vendor {
  display: block;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  border: 10px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dark-section {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #ecf0f1;
}

.gray-section {
  background-color: #ecf0f1;
}

.white-section {
  background-color: #fff;
}

.benefit {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.sign-up-form {
  padding: 20px;
  border-radius: 3px;
  background-color: #2f346f;
  color: #fff;
  text-align: center;
}

.benefit-image {
  width: 150px;
}

.sidebar-dropdown {
  width: 100%;
}

.sort-dropdown {
  width: 100%;
  padding: 10px 35px 10px 10px;
  border: 1px solid #babfc3;
  border-radius: 3px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.categories-dropdown {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 35px;
  border-radius: 3px;
  background-color: #c92232;
  background-image: url('../images/categories-menu-icon.png');
  background-position: 10px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.dropdown-arrow {
  margin-right: 10px;
}

.category-list.w--open {
  position: relative;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #babfc3;
  border-radius: 3px;
  background-color: #fff;
}

.category-field {
  font-size: 14px;
}

.remove-form-margin {
  margin-bottom: 0px;
}

.sort-list.w--open {
  position: relative;
  margin-top: 5px;
  border: 1px solid #babfc3;
  border-radius: 3px;
  background-color: #fff;
}

.sort-option {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease, color 200ms ease;
  transition: all 200ms ease, color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.sort-option:hover {
  color: #c92232;
}

.resource {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 10px;
  border: 1px solid #ecf0f1;
  border-radius: 3px;
  text-align: center;
}

.resource-image {
  height: 150px;
  margin-bottom: 10px;
  background-image: url(http://uploads.webflow.com/57e28543e58ff3441ccf594b/57e2b4e2a384765a50131783_resource-library-icon.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.website-link {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
}

.resource-name {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 25px;
}

.resource-dropdown {
  width: 100%;
}

.files-dropdown {
  width: 100%;
  margin-top: 10px;
  padding: 10px 35px;
  background-color: #ecf0f1;
  background-image: url('../images/single-file-icon.png');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #2f346f;
  font-size: 14px;
}

.files-dropdown.w--open {
  background-color: #babfc3;
}

.category-name {
  padding-right: 10px;
  padding-left: 10px;
  color: #babfc3;
  font-size: 14px;
}

.files-list.w--open {
  z-index: 1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ecf0f1;
}

.file-download {
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #babfc3;
  -webkit-transition: all 200ms ease, color 200ms ease;
  transition: all 200ms ease, color 200ms ease;
  color: #2f346f;
  font-size: 13px;
  line-height: 15px;
}

.file-download:hover {
  color: #c92232;
}

.hero-slider {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-nav-buttons {
  height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 10px;
  line-height: 10px;
}

.mancave {
  height: 100%;
  background-image: url('../images/mancave.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: url('../images/pattern-overlay.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .7));
  background-image: url('../images/pattern-overlay.png'), linear-gradient(180deg, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .7));
  background-position: 0px 0px, 0px 0px;
}

.hr {
  display: block;
  width: 25%;
  height: 9px;
  margin: 25px auto;
  border-top: 3px solid #c92232;
  border-bottom: 3px solid #c92232;
}

.ask-an-expert {
  margin-bottom: 15px;
  color: #2f346f;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.strong {
  font-family: 'Montserrat semibold', sans-serif;
}

.expert-icon {
  width: 70px;
  height: 70px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #2f346f;
}

.caps {
  text-transform: uppercase;
}

.mojo-link {
  font-family: 'Montserrat semibold', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.kitchen {
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-portals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-portals.add-margin-bottom {
  margin-bottom: 20px;
}

.more-button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #babfc3;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #babfc3;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}

.more-button:hover {
  border-color: #fff;
  background-color: #c92232;
  color: #fff;
}

.service-description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.rule {
  width: 25%;
  height: 3px;
  background-color: #babfc3;
}

.underline-header {
  margin-bottom: 5px;
  border-bottom: 2px solid #ecf0f1;
}

.underline-header.add-margin {
  margin-right: 20px;
  margin-left: 20px;
}

.news-events-portal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
}

.upcoming-events {
  padding: 15px 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.upcoming-events:hover {
  background-color: #ecf0f1;
}

.latest-news {
  padding: 15px 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.latest-news:hover {
  background-color: #ecf0f1;
}

.post-thumbnail {
  width: 100%;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/news-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-thumbnail.event {
  background-image: url('../images/event-image.jpg');
}

.post-description {
  color: #323232;
  font-size: 12px;
  line-height: 18px;
}

.choose-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contractor-name {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 20px;
}

.image-description {
  font-size: 11px;
  line-height: 15px;
}

.view-all {
  display: block;
  padding-right: 25px;
  background-image: url('../images/download-ico.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #323232;
}

.view-all:hover {
  color: #c92232;
}

.hero-p {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-contractor-section {
  position: relative;
  height: 600px;
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.featured-contractor-section._2 {
  background-image: url('../images/mancave.png');
}

.featured-contractor-section._3 {
  background-image: url('../images/bathroom.jpg');
}

.image {
  width: 100%;
  margin-bottom: 20px;
}

.gradient-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 50%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 50%);
}

.find-a-contractor {
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #c92232;
  color: #fff;
  text-align: center;
}

.hero-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-header-icon {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 50%;
  background-color: #2f346f;
}

.product-lines {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #ecf0f1;
}

.image-header-slider {
  height: 400px;
  margin-top: 130px;
}

.left-column {
  margin-bottom: 20px;
  padding-right: 20px;
}

.right-column {
  margin-bottom: 20px;
  padding-left: 20px;
}

.breadcrumbs {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.active {
  color: #babfc3;
}

.dropdown {
  display: block;
}

.secondary-dropdown.w--open {
  position: absolute;
  left: 100%;
  top: 0px;
}

.secondary-dropdown-link {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #2f346f;
  color: #ecf0f1;
  font-size: 13px;
  line-height: 15px;
}

.secondary-dropdown-link:hover {
  background-color: #c92232;
  color: #fff;
}

.secondary-dropdown-link.w--current {
  color: #babfc3;
}

.dropdown-link-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.product-line-heading {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 5px solid #ecf0f1;
}

.search-form {
  margin-bottom: 0px;
}

.line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  height: 3px;
  margin: 30px auto 20px;
  background-color: #fff;
}

.line.dark {
  background-color: #323232;
}

.line.bottom {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contractor-reults {
  margin-left: 20px;
  color: #323232;
}

.design-consultant {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #babfc3;
  border-radius: 50%;
}

.design-consultant.remove-float {
  float: none;
}

.address {
  font-size: 10px;
  line-height: 15px;
}

.product-icons {
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-heading-link {
  color: #323232;
}

.post-heading-link:hover {
  color: #c92232;
}

.play-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.news-events-image-header {
  height: 500px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.news-events-image-header.event-image {
  background-image: url('../images/event-image.jpg');
}

.news-events-image-header.news-image {
  background-image: url('../images/news-image.jpg');
}

.author-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-photo.employee {
  background-image: url('../images/employee.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.author-photo.small {
  width: 50px;
  height: 50px;
}

.author-photo.left-align {
  margin-right: 0px;
  margin-left: 0px;
}

.houzz {
  margin-top: -20px;
  margin-bottom: 10px;
}

.add-margin-top {
  margin-top: 10px;
}

.edit-profile {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding: 5px 8px 5px 28px;
  border-bottom-left-radius: 3px;
  background-color: #323232;
  background-image: url('../images/gear-icon.png');
  background-position: 7px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.7;
  color: #ecf0f1;
  font-size: 13px;
  line-height: 20px;
}

.edit-profile:hover {
  opacity: 1;
}

.upload-image {
  position: relative;
  margin-top: 10px;
}

.choose-file {
  position: relative;
  width: 79%;
  height: 40px;
  margin-right: 1%;
  float: left;
  border-radius: 3px;
  text-align: right;
}

.remove {
  display: inline-block;
  margin-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 18px;
  background-image: url('../images/remove-icon.png');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.7;
  font-size: 13px;
  line-height: 20px;
}

.remove:hover {
  opacity: 1;
}

.cover-photo {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  background-image: url('../images/kitchen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.checkbox {
  margin-top: 5px;
  font-size: 16px;
}

.checkbox-label {
  font-size: 15px;
}

.add {
  padding: 7px 10px 7px 25px;
  border-radius: 3px;
  background-color: #2f346f;
  background-image: url('../images/add-icon.png');
  background-position: 7px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.add:hover {
  background-color: #20234c;
}

.area {
  padding-right: 18px;
  background-image: url('../images/remove-icon.png');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.project-thumb {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 130px;
  margin-right: 1%;
  margin-bottom: 1%;
  background-image: url('../images/service-roof-siding.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.remove-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  background-image: url('../images/remove-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.remove-image:hover {
  opacity: 1;
}

.black {
  color: #323232;
}

.black:hover {
  color: #c92232;
}
html.w-mod-js *[data-ix="portal-slide-1"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-scroll"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fixed-image {
    position: relative;
  }
  .flex-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero {
    overflow: hidden;
    height: 400px;
    margin-top: 90px;
  }
  .nav-portal {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #ecf0f1;
  }
  .nav-portal.architect-ico.first {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .nav-portal.login {
    float: none;
  }
  .nav-portal.login.login-mobile {
    border: 3px solid #babfc3;
    border-radius: 0px;
  }
  .nav-portal.login.login-mobile:hover {
    border-color: #ad1221;
    background-color: #ad1221;
  }
  .navlink {
    font-size: 12px;
    line-height: 15px;
  }
  .navlink:hover {
    color: #fff;
  }
  .navlink.w--current {
    color: #fff;
  }
  .navlink.connect {
    margin-top: 0px;
    border-bottom-right-radius: 0px;
  }
  .navlink.connect.w--current {
    color: #fff;
  }
  .navlink.last {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .button.go {
    width: 100%;
    float: none;
  }
  .employee-image.profile-avatar {
    width: 190px;
    height: 190px;
  }
  .text-select.four-fifths {
    width: 100%;
    float: none;
  }
  .hero-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    min-width: 230px;
    margin-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
  }
  .menu-button {
    border-radius: 3px;
    color: #c92232;
  }
  .menu-button.w--open {
    background-color: #babfc3;
  }
  .location-map {
    max-height: 300px;
  }
  .service-portal {
    margin-bottom: 10px;
  }
  .back-to-top {
    opacity: 0.2;
  }
  .login-menu.w--open {
    position: relative;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    border-radius: 0px;
  }
  .forgot-password {
    margin-left: 10px;
  }
  .page-header {
    margin-top: 90px;
  }
  .page-header.taller {
    max-height: 530px;
    min-height: 50%;
  }
  .page-header.image-header {
    height: 400px;
  }
  .page-header.profile-cover {
    height: 200px;
  }
  .dropdown-link.w--current {
    color: #babfc3;
  }
  .content-left {
    padding-right: 0px;
  }
  .sidebar-right {
    padding-left: 0px;
  }
  .floating-search {
    margin-right: 10%;
    margin-left: 10%;
  }
  .content-right {
    padding-left: 0px;
  }
  .sidebar-left {
    padding-right: 0px;
  }
  .contractor-text {
    padding-left: 0px;
  }
  .contractor-logo.profile-avatar {
    width: 190px;
    height: 190px;
  }
  .featured-contractor-section {
    height: 500px;
  }
  .image-header-slider {
    height: 300px;
    margin-top: 90px;
  }
  .left-column {
    padding-right: 0px;
  }
  .contractor-reults {
    margin-left: 0px;
  }
  .news-events-image-header {
    height: 400px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  .navigation {
    position: absolute;
    right: 0px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero {
    height: 300px;
    margin-top: 75px;
  }
  .logo {
    height: 40px;
  }
  .navlink.side {
    text-align: center;
  }
  .portals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.go {
    width: 20%;
    float: right;
  }
  .text-select.four-fifths {
    width: 78%;
    float: left;
  }
  .expert-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-heading {
    font-size: 50px;
    line-height: 52px;
  }
  .mojo {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .featured-contractor-slider {
    height: 300px;
    min-height: auto;
  }
  .featured-contractor {
    width: auto;
    min-height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 1;
  }
  .nav-menu {
    margin-top: 74px;
  }
  .menu-button {
    padding: 10px;
  }
  .location-map {
    max-height: 200px;
  }
  .news-events-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-portal {
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .page-header {
    margin-top: 75px;
  }
  .page-header.taller {
    min-height: 100%;
  }
  .page-header.image-header {
    height: 300px;
    background-attachment: scroll;
  }
  .content-area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-heading {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .profile-buttons {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .image-slider {
    height: 300px;
  }
  .floating-search {
    margin-right: 0%;
    margin-left: 0%;
  }
  .contractor-result {
    padding-bottom: 0px;
  }
  .contractor-logo {
    width: 100%;
  }
  .contractor-logo.thumb {
    left: 10px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .hero-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .slider-nav-buttons {
    font-size: 10px;
    line-height: 10px;
  }
  .service-portals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .underline-header {
    margin-top: 10px;
  }
  .underline-header.add-margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .news-events-portal {
    margin-right: 0px;
    margin-left: 0px;
  }
  .choose-location {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .contractor-name {
    margin-top: 0px;
  }
  .mask {
    width: 100%;
    height: 100%;
  }
  .hero-p {
    display: none;
  }
  .featured-contractor-section {
    height: 400px;
  }
  .hero-video {
    height: 300px;
    margin-top: 75px;
  }
  .image-header-slider {
    height: 200px;
    margin-top: 75px;
  }
  .left-column {
    padding-right: 10px;
  }
  .right-column {
    padding-left: 10px;
  }
  .news-events-image-header {
    height: 300px;
    background-attachment: scroll;
  }
  .author-photo {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .navigation {
    position: fixed;
  }
  .flex-text {
    padding: 20px;
  }
  .hero {
    height: 200px;
  }
  .portal.portal-right {
    min-height: 0px;
  }
  .portal-text {
    text-align: center;
  }
  .button.go {
    width: 100%;
    float: none;
  }
  .button.search {
    width: 25%;
  }
  .employee-image.profile-avatar {
    position: relative;
  }
  .text-field.one-third {
    width: 100%;
  }
  .text-field.contractor {
    width: 70%;
  }
  .text-field.two-thirds {
    width: 100%;
    float: none;
  }
  .text-select.four-fifths {
    width: 100%;
    float: none;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 32px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-contractor-slider {
    height: 200px;
  }
  .location-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .social {
    padding-right: 0px;
  }
  .service-portal {
    margin-top: 0px;
  }
  .page-header.taller {
    min-height: 75%;
  }
  .page-header.image-header {
    height: 200px;
  }
  .content-area {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-slider {
    height: 200px;
  }
  .floating-search {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }
  .contractor-logo.profile-avatar {
    position: relative;
    width: 180px;
    height: 180px;
    margin-top: 20px;
  }
  .feature-text {
    padding-left: 0px;
  }
  .service-portals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .featured-contractor-section {
    height: 300px;
  }
  .hero-video {
    height: 200px;
  }
  .news-events-image-header {
    height: 200px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat semibold';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat light';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat black';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}