.opencorner-sustainabilitypagesimg {
  background-repeat: no-repeat;
  background-image: url("../../img/opencorner/long-island-modern-home-design-and-architecture-with-scandinavian-kitchen-interiors-by-the-up-studio.jpg");
}

.costcalculator-sustainabilitypagesimg {
  background-repeat: no-repeat;
  background-image: url("../../img/theupstudio/custom-modern-home-cost-calculator-tool-by-theupstudio.jpg");
}

.freefloat-05 {
  background-repeat: no-repeat;
  background-image: url("../../img/freefloat/cantilever-modern-black-brick-ourdoor-bar-pool-cabana-long-island-architecture.jpg");
}

.freefloat-icon {
  background-image: url("../../img/freefloat/free-float-modern-pool-cabana-logo-by-up-studios.png");
}

a,
a:visited,
a:active {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.row {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  clear: both;
}

.wrapper::before,
article::before,
.row::before,
.wrapper::after,
article::after,
.row::after {
  content: " ";
  display: table;
}

[class*="columns-"] {
  margin: 0.5% 0;
}

.phil {
  width: auto;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.phil > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.phil > a .box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0.5rem;
}

.phil > a .box > p {
  color: #fff;
  line-height: 1em;
}

.columns-6x3 {
  width: 49.5%;
  padding: 12.005% 0;
}

.index-page.keywords h1,
.index-page.keywords h2 {
  margin: 0;
  text-transform: capitalize;
  font-family: "Garamond";
  font-style: italic;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1.063em;
  letter-spacing: 0.05em;
}

.index-page.keywords .box p {
  font-family: "museo-sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 3.25vw !important;
  letter-spacing: 0.04em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: 0;
}

.index-page .phil:not(.colorfill) a {
  background-color: rgba(0, 0, 0, 0.45);
}

.index-page .phil:not(.colorfill) a .icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.icon-lg {
  max-width: 48%;
  padding: 24% 0;
}

[class*="icon-"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}

.np-btns {
  max-width: 900px;
  /* margin: 6em auto 1em auto; */
  margin: 6em auto 50px auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 4em;
  position: relative;
  padding: 0 4em;
}

@media only screen and (min-width: 769px) {
  .right {
    float: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .np-btns {
    margin: 0 auto;
    /* margin-top: 0; */
    padding: 0 1em 1em;
    /* padding: 0 1em; */
  }
  .sm-columns-12x6 {
    width: 100% !important;
    padding: 24.505% 0 !important;
  }
  .index-page.keywords h1,
  .index-page.keywords h2 {
    font-size: 2.38vw;
    line-height: 1.25em;
  }
  .index-page.keywords .box p {
    font-size: 3.5vw !important;
  }
}

.index-page .phil:not(.colorfill) {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray alpha(opacity=100);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.index-page .phil:not(.colorfill):hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: gray alpha(opacity=0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.index-page .phil:not(.colorfill) a {
  background-color: rgba(0, 0, 0, 0.45);
}
.index-page .phil:not(.colorfill) a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.index-page .phil:not(.colorfill) a:hover .box {
  opacity: 0;
}
.index-page .phil:not(.colorfill) a:hover .icon {
  opacity: 1;
}
.index-page .phil:not(.colorfill) a:hover:not(.button) .icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
