/* TABLE OF CONTENTS
--------------------------------------
Desktop Display:
- General Content
- Header & Navigation
- Body/Main Content
- Footer

Followed by Mobile/Talbet Display...

Followed by Landscape (Mobile) Display...
---------------------------------------------------------------------------- */
/* Desktop Styles */
@media only screen and (min-width: 769px) {
  /* General Content
-------------------------------------- */

  a {
    text-decoration: none;
    color: #fff;
  }

  h2,
  h3,
  h4 {
    font-family: "museo-sans";
    font-weight: 500;
    font-size: 1.126em;
    color: #ffffff;
    letter-spacing: 0.03em;
    line-height: 1em;
  }

  .ital {
    font-family: "Garamond";
    font-weight: 100;
    font-size: 1.126em;
    color: #ffffff;
    background: #000;
    letter-spacing: 0.081em;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
  }

  p {
    font-family: "museo-sans";
    font-weight: 100;
    font-size: 0.875em;
    color: #c4c4c4;
    line-height: 1.3em;
  }

  /*
	ul {
		list-style: none outside none;
	}
*/

  .wf-loading {
    visibility: hidden;
  }

  .wf-active {
    visibility: visible;
  }

  div.vertical-line {
    border-left: 1px solid #808080;
    height: 16em;
    margin: 5.5em auto auto;
    width: 1px;
  }

  /* Header & Navigation
-------------------------------------- */

  header {
    width: 100%;
    height: auto;
    top: 0;
  }

  header.head {
    position: fixed;
    backface-visibility: hidden;
    z-index: 2;
  }

  header a figure {
    position: fixed;
    backface-visibility: hidden;
    height: 0.125em;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }

  header a figure img {
    position: absolute;
    z-index: 2;
  }

  header a h1 {
    font-family: "museo-sans";
    font-weight: 500;
    font-size: 1.126em;
    color: #ffffff;
    letter-spacing: 0.094em;
    background: #343434;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 1.8em;
  }

  header h2 {
    margin: 0 auto;
    text-align: center;
    padding: 1em;
    background: #000000;
    border-bottom: 1px solid #343434;
  }

  /* nav {
    position: fixed;
    height: 168px;
    width: 60px;
    top: 45%;
    right: 2em;
    margin: 0;
    padding: 0;
    z-index: 8;
    list-style: none;
    cursor: pointer;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  nav ul {
    list-style: none outside none;
    color: #ffffff;
  }

  nav a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
  }

  nav ul li.current a {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
  } */

  /* Body/Main Content
-------------------------------------- */

  /*
	article.phase {
		max-width: 900px;
		margin: 8em auto 1em auto;
		height: auto;
		overflow: hidden;
		position: relative;
		padding: 0 4em;
	}
*/

  .phase p {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fdb713;
  }

  .phase.home p {
    width: 58%;
    margin: 1.25em auto;
  }

  .phase h2 {
    font-size: 1.6em;
    margin: 0;
  }

  .phase h4 {
    font-size: 2.15em;
    margin: 0.6em auto;
    text-transform: uppercase;
  }

  .phase.home img {
    max-width: 40px;
    margin: 0.6em auto;
  }

  .article-thumb {
    display: block;
    background-size: cover;
    background-position: center;
    width: 97%;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .article-thumb:not:nth-child(3n) {
    margin: 0 1em 1em 0;
  }

  .right {
    float: right;
  }

  .article-thumb:hover .article-title h2,
  .article-thumb:hover .article-title span {
    opacity: 0;
  }

  .article-thumb:hover .article-title p {
    opacity: 1;
  }

  .article-thumb:hover img {
    opacity: 0.4;
  }

  .yella:hover {
    background: #fdb713;
  }

  .article-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0.5em;
    color: #fff;
    text-align: center;
  }

  .article-title h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 1.55vw;
    text-transform: uppercase;
  }

  .article-title p {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    opacity: 0;
    color: #fff;
  }

  .article-title span {
    font-family: "Garamond";
    font-weight: 100;
    font-size: 1.75vw;
    color: #ffffff;
    letter-spacing: 0.081em;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 50%;
    top: 54%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }

  .phase {
    max-width: 900px;
    margin: 0 auto 0em auto;
    height: auto;
    overflow: hidden;
    /* 		margin-bottom: 4em; */
    /* 		position: relative; */
    padding: 0 4em;
    text-align: left;
  }

  .phase h3 {
    padding-bottom: 0.2em;
  }

  .phase.home {
    padding-top: 14%;
  }

  .phase.concepts,
  .phase.construction,
  .phase.completion {
    padding-top: 5.5em;
  }

  /*
	.phase.completion {
		margin-bottom: 28%;
	}
*/

  .phase article.phase-one,
  .phase article.phase-two,
  .phase article.phase-three {
    max-width: 900px;
    margin: 1em auto auto;
    height: auto;
    overflow: hidden;
    /* 		margin-bottom: 4em; */
    position: relative;
    padding-top: 1.2em;
    border-top: 1px solid #343434;
  }

  .phase article.phase-three {
    border-bottom: 1px solid #343434;
  }

  .phase article.phase-one section.tier1,
  .phase article.phase-one section.col1,
  .phase article.phase-one section.col4,
  .phase article.phase-two section.col1,
  .phase article.phase-two section.col4,
  .phase article.phase-three section.col1,
  .phase article.phase-three section.col4 {
    float: left;
    height: auto;
    width: 33%;
    /* margin: 0 auto 0.5em auto; */
    margin: 0 auto 1em auto;
    clear: both;
  }

  .phase article.phase-one section.tier2,
  .phase article.phase-one section.col2,
  .phase article.phase-one section.col5,
  .phase article.phase-one section.col7,
  .phase article.phase-one section.col8,
  .phase article.phase-two section.col2,
  .phase article.phase-two section.col5,
  .phase article.phase-two section.col7,
  .phase article.phase-two section.col8,
  .phase article.phase-three section.col2,
  .phase article.phase-three section.col5,
  .phase article.phase-three section.col7,
  .phase article.phase-three section.col8 {
    float: left;
    height: auto;
    width: 33%;
    /* margin: 0 auto 0.5em auto; */
    margin: 0 auto 1em 1%;
  }

  .phase article.phase-one section.tier3,
  .phase article.phase-one section.col3,
  .phase article.phase-one section.col6,
  .phase article.phase-two section.col3,
  .phase article.phase-two section.col6,
  .phase article.phase-three section.col3,
  .phase article.phase-three section.col6 {
    float: right;
    height: auto;
    width: 33%;
    /* margin: 0 auto 0.5em auto; */
    margin: 0 auto 1em auto;
  }

  .phase article.phase-one section.col1 img,
  .phase article.phase-one section.col4 img,
  .phase article.phase-two section.col1 img,
  .phase article.phase-two section.col4 img,
  .phase article.phase-three section.col1 img,
  .phase article.phase-three section.col4 img {
    max-width: 100%;
    float: left;
    /* padding-bottom: 0.6em; */
  }

  .phase article.phase-one section.col2 img,
  .phase article.phase-one section.col5 img,
  .phase article.phase-one section.col7 img,
  .phase article.phase-one section.col8 img,
  .phase article.phase-two section.col2 img,
  .phase article.phase-two section.col5 img,
  .phase article.phase-two section.col7 img,
  .phase article.phase-two section.col8 img,
  .phase article.phase-three section.col2 img,
  .phase article.phase-three section.col5 img,
  .phase article.phase-three section.col7 img,
  .phase article.phase-three section.col8 img {
    max-width: 100%;
    float: left;
    /* 		margin: 0 1.5%; */
    /* 		padding-left: 0.5em; */
    /* padding-bottom: 0.6em; */
  }

  .phase article.phase-one section.col7 img,
  .phase article.phase-two section.col7 img,
  .phase article.phase-three section.col7 img {
    padding-left: 0;
  }

  .phase article.phase-one section.col3 img,
  .phase article.phase-one section.col6 img,
  .phase article.phase-two section.col3 img,
  .phase article.phase-two section.col6 img,
  .phase article.phase-three section.col3 img,
  .phase article.phase-three section.col6 img {
    max-width: 100%;
    float: right;
    /* padding-bottom: 0.6em; */
  }

  .phase h3 span {
    border: none;
  }

  body {
    width: 100%;
    margin: 0 auto;
    /* 		min-width: 1024px; */
    background: #18191B;
    color: #fff;
  }

  .phase h3 span {
    font-family: "Garamond";
    font-weight: 100;
    font-size: 1.126em;
    color: #ffffff;
    background: #000;
    letter-spacing: 0.081em;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
  }

  /* Footer
-------------------------------------- */

  footer {
    position: fixed;
    backface-visibility: hidden;
    max-width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    color: #ffffff;
    z-index: 3;
    padding: 0 4em;
    border-top: 10px solid #000000;
    border-right: 0px solid #000000;
    border-bottom: 10px solid #000000;
    clear: both;
  }

  footer article {
    height: 36px;
    padding: 0 1em;
    background-color: #25484c;
    min-width: 300px;
  }

  footer article section.contact {
    width: 460px;
    /* 		height: 36px; */
    padding: 0.45em 0 0 0;
    display: inline;
    float: left;
  }

  footer article section p {
    display: inline;
  }

  footer article section.social {
    width: 74px; /* Change dependingon how many icons are included */
    /* 		height: 36px; */
    padding: 0.45em 0 0 0;
    display: inline;
    float: right;
  }
}

@media only screen and (min-width: 62.5em) {
  .article-title h2 {
    font-size: 16px;
    text-align: center;
  }

  .article-title span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 950px) {
  .article-title p {
    font-size: 1.5vw;
  }
}

/* TABLE OF CONTENTS
--------------------------------------
Mobile/Tablet Display:
- General Content
- Header & Navigation
- Body/Main Content
- Footer

Followed by Landscape (Mobile) Display...
---------------------------------------------------------------------------- */

/* Mobile Styles */ /*  NOTE: USE SMALLER PHOTOS THAN TABLET */
@media only screen and (max-width: 768px) {
  /* General Content
-------------------------------------- */

  a {
    text-decoration: none;
    color: #fff;
  }

  h2 {
    text-align: left;
    margin-top: 0em;
    padding-left: 0em;
  }

  .ital {
    font-family: "Garamond";
    font-weight: 100;
    font-size: 0.9em;
    color: #ffffff;
    letter-spacing: 0.081em;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
  }

  h2,
  h3,
  h4 {
    font-family: "museo-sans";
    font-weight: 500;
    font-size: 1.126em;
    color: #ffffff;
    letter-spacing: 0.094em;
  }

  h3 {
    text-align: center;
  }

  p {
    font-family: "museo-sans";
    font-weight: 100;
    font-size: 0.875em;
    color: #fdb713;
    line-height: 1.3em;
    text-align: left;
  }

  .wf-loading {
    visibility: hidden;
  }

  .wf-active {
    visibility: visible;
  }

  div.vertical-line {
    border-left: 1px solid #808080;
    height: 8em;
    margin: 0 auto 1em auto;
    width: 1px;
  }

  /* Header & Navigation
-------------------------------------- */

  header {
    width: 100%;
    height: auto;
  }

  header a h1 {
    font-family: "museo-sans";
    font-weight: 500;
    font-size: 0.95em;
    color: #ffffff;
    letter-spacing: 0.094em;
    background: #222222;
    margin: 0 auto;
    text-align: center;
    padding: 1.35em;
  }

  header h2 {
    display: none;
  }

  header a figure {
    position: fixed;
    height: 0.125em;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 1;
  }

  header a figure img {
    width: 30%;
    height: auto;
    position: absolute;
    z-index: 1;
  }

  /* nav {
    display: none;
  } */

  /* Body/Main Content
-------------------------------------- */

  .phase {
    text-align: center;
    /* padding: 0 1em; */
    max-width: 900px;
    margin: 0 1em 2em 1em;
    /* margin: 0 auto 2em auto; */
    height: auto;
    overflow: hidden;
    /* 		margin-bottom: 4em; */
    /* 		position: relative;		 */
  }

  .phase h3 {
    margin-bottom: 0;
  }

  .phase h3 span {
    border: none;
    font-family: "Garamond";
    font-weight: 100;
    font-size: 1.126em;
    color: #ffffff;
    background: #000;
    letter-spacing: 0.081em;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
  }
  .phase.home {
    padding-top: 4%;
  }

  .phase.home h2 {
    color: #fdb713;
  }

  .phase h4 {
    margin: 0 auto;
    color: #fdb713;
  }

  .phase.home img {
    max-width: 1.5em;
  }

  .phase p {
    margin-top: 0.5em auto;
    margin-bottom: 0em;
  }

  .phase.completion {
    margin-bottom: 1%;
  }

  .phase article.phase-one section.tier1,
  .phase article.phase-one section.tier2,
  .phase article.phase-one section.tier3 {
    float: left;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    clear: both;
  }

  .phase article.phase-one section.col1,
  .phase article.phase-one section.col3,
  .phase article.phase-one section.col5,
  .phase article.phase-one section.col7,
  .phase article.phase-one section.col9,
  .phase article.phase-two section.col1,
  .phase article.phase-two section.col3,
  .phase article.phase-two section.col5,
  .phase article.phase-two section.col7,
  .phase article.phase-two section.col9,
  .phase article.phase-three section.col1,
  .phase article.phase-three section.col3,
  .phase article.phase-three section.col5,
  .phase article.phase-three section.col7,
  .phase article.phase-three section.col9 {
    float: left;
    height: auto;
    max-width: 49%;
    margin: 0 2% 2% 0;
    padding-bottom: 0;
    clear: both;
  }

  .phase article.phase-one section.col2,
  .phase article.phase-one section.col4,
  .phase article.phase-one section.col6,
  .phase article.phase-one section.col8,
  .phase article.phase-two section.col2,
  .phase article.phase-two section.col4,
  .phase article.phase-two section.col6,
  .phase article.phase-two section.col8,
  .phase article.phase-three section.col2,
  .phase article.phase-three section.col4,
  .phase article.phase-three section.col6,
  .phase article.phase-three section.col8 {
    float: right;
    height: auto;
    max-width: 49%;
    margin: 0 0 2% 0;
    padding-bottom: 0;
  }

  .phase article.phase-one section.col1 img,
  .phase article.phase-one section.col3 img,
  .phase article.phase-one section.col5 img,
  .phase article.phase-one section.col7 img,
  .phase article.phase-one section.col9 img,
  .phase article.phase-two section.col1 img,
  .phase article.phase-two section.col3 img,
  .phase article.phase-two section.col5 img,
  .phase article.phase-two section.col7 img,
  .phase article.phase-two section.col9 img,
  .phase article.phase-three section.col1 img,
  .phase article.phase-three section.col3 img,
  .phase article.phase-three section.col5 img,
  .phase article.phase-three section.col7 img,
  .phase article.phase-three section.col9 img {
    /* max-width: 97%; */
    max-width: 100%;
    float: left;
    /* padding-bottom: 2.5vw; */
  }

  .phase article.phase-one section.col2 img,
  .phase article.phase-one section.col4 img,
  .phase article.phase-one section.col6 img,
  .phase article.phase-one section.col8 img,
  .phase article.phase-two section.col2 img,
  .phase article.phase-two section.col4 img,
  .phase article.phase-two section.col6 img,
  .phase article.phase-two section.col8 img,
  .phase article.phase-three section.col2 img,
  .phase article.phase-three section.col4 img,
  .phase article.phase-three section.col6 img,
  .phase article.phase-three section.col8 img {
    /* max-width: 97%; */
    max-width: 100%;
    float: right;
    /* padding-bottom: 2.5vw; */
  }

  .article-thumb {
    /*
		display: block;
		background-size: cover;
		background-position: center;
	*/
    float: left;
    position: relative;
    overflow: hidden;
  }

  .right {
    float: right;
  }

  .article-thumb:hover .article-title h2,
  .article-thumb:hover .article-title span {
    opacity: 0;
  }

  .article-thumb:hover .article-title p {
    opacity: 1;
  }

  .article-thumb:hover img {
    opacity: 0.4;
  }

  .yella:hover {
    background: #fdb713;
  }

  .article-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0.5em;
    color: #fff;
  }

  .article-title h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 2.55vw;
    text-transform: uppercase;
    text-align: center;
  }

  .article-title p {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    opacity: 0;
    color: #fff;
    font-size: 2vw;
    margin: 0 auto;
  }

  .article-title span {
    font-family: "Garamond";
    font-weight: 100;
    font-size: 2.75vw;
    color: #ffffff;
    letter-spacing: 0.081em;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 50%;
    top: 58%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }

  body {
    width: 100%;
    margin: 0 auto;
    /* 		min-width: 1024px; */
    background: #000;
    color: #fff;
  }

  /* Footer
-------------------------------------- */

  footer {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    color: #ffffff;
    z-index: 3;
    clear: both;
  }

  footer article {
    height: 6em;
    padding: 0 1em;
    background-color: #25484c;
    min-width: 300px;
  }

  footer article section.contact {
    height: 36px;
    padding: 1em 0 0 0;
    display: inline;
    float: left;
  }

  footer article section.contact span.blt {
    display: none;
  }

  footer article section p {
    display: block;
    margin: 0;
  }

  footer article section.social {
    bottom: 0;
    padding: 3.36em 0 0 0;
    display: inline;
    float: right;
  }
}

/* Replacing Brand Styles */

@font-face {
  font-family: "Montserrat Regular";
  src: url("../../typography/montserratfont/Montserrat-Regular.otf")
    format("opentype"); /* IE no comprende format()! */
}

:root {
  --process-margin: 4px;
  --brand-size: 12vw;
}

.brand {
  display: flex;
  position: fixed;
  border-radius: 50%;
  top: 0;
  z-index: 2;

  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.brand:hover {
  width: calc(var(--brand-size) + 9.5vw);
  height: calc(var(--brand-size) + 9.5vw);
  border-radius: 30% 100%;
}

.brand-home {
  display: flex;
  position: fixed;
  border-radius: 50%;
  z-index: 1;
  width: var(--brand-size);
  height: var(--brand-size);
  transform-origin: top left;
  transform: scale(1.2);
}

#upBrand-home {
  width: var(--brand-size);
  height: var(--brand-size);
  transform-origin: top left;
  transform: scale(1.2);
}

#go-process {
  display: flex;
  text-decoration: none;
  transform-origin: center;
  margin: auto 1vw 1vw auto;
  border-radius: 50%;
}

#go-process span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.3vw solid #000;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -1vw;
  margin-top: -1vw; /* Needed for dxa */
  color: #000;

  font-family: "Montserrat Regular";
  font-size: 1.15vw;
  line-height: 1.15vw;
  letter-spacing: 0.05vw;
  color: #000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brand,
#upBrand,
#go-process span {
  width: var(--brand-size);
  height: var(--brand-size);
  transform-origin: top left;
}

.brand:hover,
#upBrand:hover,
#go-process:hover {
  animation: expand 1s;
  transform: scale(1.2);
}

#upBrand {
  position: absolute;
  transition: none;
  border-radius: 0 0 50%;

  -webkit-animation-name: shimmy;
  animation-name: shimmy;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes shimmy {
  92% {
    transform: translate3d(-4px, 0, 0);
  }
  93% {
    transform: translate3d(4px, 0, 0);
  }
  94% {
    transform: translate3d(-3px, 0, 0);
  }
  95% {
    transform: translate3d(3px, 0, 0);
  }
  96% {
    transform: translate3d(-2px, 0, 0);
  }
  97% {
    transform: translate3d(2px, 0, 0);
  }
  98% {
    transform: translate3d(-1px, 0, 0);
  }
  99% {
    transform: translate3d(1px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes expand {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.35);
  }
  40% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1.2);
  }
}
/* Replacing Brand Styles */

/* Mailchimp Styles */
#mc_embed_signup {
  text-align: center;
  padding: 0vw 0;
}

@media only screen and (max-width: 680px) {
  #mc_embed_signup {
    padding-bottom: 0;
  }
}

#mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#mc_embed_signup_scroll h2 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-size: 1em;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0.094em;
  text-transform: uppercase;
  margin: 0.65em 0;
  font-weight: 800 !important;
  text-transform: uppercase;
}
#mc_embed_signup_scroll p {
  margin: 0.65em 0;
}

@media only screen and (min-width: 681px) {
  #mc_embed_signup_scroll p {
    width: 75%;
  }
}

#mc_embed_signup .input-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .input-info {
    flex-direction: column;
  }
}

#mc_embed_signup .mc-field-group label {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #b0b0b0;
  font-size: 0.8em;
  line-height: 1.4em;
  letter-spacing: 0.094em;
}

@media only screen and (min-width: 681px) {
  .mc-field-group {
    margin-right: 0.65em;
  }
}

@media only screen and (max-width: 680px) {
  .mc-field-group {
    width: 100%;
  }
}

#mc_embed_signup #mce-EMAIL {
  padding: 0.4em;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.094em;
  -webkit-font-smoothing: antialiased;
  outline: none;
  border: none;
}

@media only screen and (min-width: 681px) {
  .clear,
  #mce-EMAIL {
    width: 12em;
  }
}

@media only screen and (max-width: 680px) {
  .clear,
  #mce-EMAIL {
    width: 100%;
  }
}

#mc_embed_signup #mce-responses {
  display: none;
}

input[type="submit"],
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
#mc_embed_signup .button {
  text-align: center;
  border: none;
  background-color: #333;
  font-family: "museo-sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 1em !important;
  color: #fff !important;
  padding: 0.5em 0.25em;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  #mc_embed_signup .button {
    margin: 4% 0;
  }
}
