body {
  font-family: 'Open Sans', sans-serif;
  color: #74737b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 46px;
  line-height: 58px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  color: #414048;
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  color: #414048;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

p {
  margin-bottom: 12px;
}

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

a:hover {
  color: #1ea8f7;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Circle-icon.svg');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  color: #414048;
}

label {
  display: block;
  padding-top: 0px;
  padding-bottom: 6px;
  font-size: 16px;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 0px 0px 24px;
  border-left: 4px solid #f47621;
  color: #74737b;
  font-size: 22px;
  line-height: 34px;
}

.p-large {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.p-large.highlited {
  color: #f47621;
}

.p-large.extra {
  font-size: 26px;
  line-height: 38px;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #a2a6aa;
  font-size: 14px;
  line-height: 26px;
}

.p-small.date {
  margin-bottom: -12px;
}

.p-small.b-padding-0 {
  margin-bottom: 0px;
}

.p-small.invert.opacity {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -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;
}

.style-guide-color.dark-bg {
  -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;
  background-color: #35364d;
}

.style-guide-color.blue {
  background-color: #f47621;
}

.style-guide-color.headings {
  background-color: #414048;
}

.style-guide-color.default-copy {
  background-color: #74737b;
}

.style-guide-color.light-copy {
  background-color: #a2a6aa;
}

.style-guide-color.divider {
  background-color: #e7e6ea;
}

.style-guide-color.light-bg {
  background-color: #f9f8fb;
}

.style-guide-color.blue-light {
  background-color: #1ea8f7;
}

.button {
  min-width: 160px;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 16px 48px;
  border-radius: 60px;
  background-color: #f47621;
  box-shadow: 0 12px 36px 0 rgba(0, 19, 31, .12);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #ff7b22;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .24);
  color: #fff;
  text-decoration: none;
}

.button.small {
  padding: 14px 36px;
  font-size: 13px;
  line-height: 23px;
}

.button.invert {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  color: #f47621;
}

.button.invert:hover {
  box-shadow: 0 12px 36px 0 rgba(0, 39, 61, .24);
}

.button.hero {
  margin-top: 24px;
}

.button.with-field {
  height: 58px;
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.tint {
  background-color: #f9f8fb;
}

.section.dark {
  background-color: #35364d;
}

.section.narrow {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.narrow.extra {
  padding-top: 12px;
  padding-bottom: 12px;
}

.section.hero-boxed {
  margin-top: 100px;
}

.section.divider-t {
  border-top: 1px solid #e7e6ea;
}

.fluid-cell {
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-percent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-percent.hero {
  padding: 60px 72px 72px;
  background-color: #fff;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .06);
}

.fluid-cell._50-percent.hero-img {
  min-height: 500px;
  background-image: url('../images/Ubiquity-Home-2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fluid-cell._100-percent {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-percent.b-padding-12 {
  padding-bottom: 12px;
}

.fluid-cell.relative {
  position: relative;
}

.fluid-cell.link-cell {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fluid-cell.link-cell:hover {
  margin-top: -6px;
  text-decoration: none;
}

.fluid-cell.block {
  margin: 24px;
  padding: 36px 48px;
  background-color: #f9f8fb;
}

.fluid-cell.block.highlighted {
  background-color: #f47621;
}

.fluid-cell.block.highlighted.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.fluid-cell.center-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-link {
  display: inline-block;
  margin: 12px 24px 12px 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto;
  color: #414048;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.icon-link:hover {
  border-bottom-color: #414048;
  color: #f47621;
  text-decoration: none;
}

.icon-link.twitter {
  background-image: url('../images/TW-icon.svg');
  background-size: auto;
}

.icon-link.instagram {
  background-image: url('../images/IG-icon.svg');
  background-size: auto;
}

.icon-link.linkedin {
  background-image: url('../images/LIN-icon.svg');
  background-size: auto;
}

.icon-link.facebook {
  background-image: url('../images/FB-icon.svg');
  background-size: auto;
}

.underlined-item {
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom: 1px solid #e7e6ea;
  background-image: none;
  background-repeat: repeat;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, .7);
}

.subheading {
  font-family: Roboto;
  color: #a2a6aa;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.subheading.date {
  padding-left: 0px;
  background-image: none;
  background-repeat: repeat;
  color: #1ea8f7;
}

.text-field {
  height: 58px;
  margin-bottom: 12px;
  padding-left: 20px;
  border: 1px solid #e7e6ea;
  background-color: #f9f8fb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-field:focus {
  border: 1px solid #f47621;
}

.text-field::-webkit-input-placeholder {
  color: #a2a6aa;
}

.text-field:-ms-input-placeholder {
  color: #a2a6aa;
}

.text-field::placeholder {
  color: #a2a6aa;
}

.text-field.text-area {
  min-height: 120px;
  padding-top: 12px;
}

.text-field.with-button {
  margin-bottom: 0px;
  border-style: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-block {
  margin-bottom: 12px;
  padding-top: 12px;
}

.nav-link {
  margin-top: 11px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #414048;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-color: #f47621;
  color: #414048;
  text-decoration: none;
}

.nav-link.w--current {
  border-color: #f47621;
  color: #414048;
}

.nav-link.cart {
  padding-left: 60px;
  background-image: url('../images/Cart-Icon-Green.svg');
  background-position: 24px 50%;
  background-repeat: no-repeat;
}

.nav-link.phone {
  font-size: 16px;
}

.nav-link.phone:hover {
  border-color: transparent;
  color: #f47621;
}

.nav-link.button.nav {
  padding-right: 36px;
  padding-left: 36px;
  color: #fff;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1003;
  padding: 12px 36px;
  -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;
  border-bottom: 1px solid #e7e6ea;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.hero {
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e6ea;
}

.event-block.last {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.t-padding-0 {
  padding-top: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.left-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  margin-right: 50px;
  margin-bottom: -84px;
  background-color: #35364d;
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow:hover {
  background-color: #441f75;
}

.right-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  margin-right: 0px;
  margin-bottom: -84px;
  background-color: #f47621;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  background-color: #1ea8f7;
}

.nav-bar-top {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 12px 24px 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link-top {
  display: inline;
  padding: 14px 12px;
  font-family: Roboto;
  color: #414048;
  font-weight: 400;
}

.nav-link-top:hover {
  color: #1ea8f7;
  text-decoration: none;
}

.nav-link-top.icon {
  height: 48px;
  padding-right: 36px;
  padding-left: 36px;
  border-left: 1px solid #e7e6ea;
}

.nav-link-top.icon.search {
  margin-left: 36px;
  background-image: url('../images/Search-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cart-link {
  display: inline-block;
  margin-left: 36px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 36px;
  border-left: 1px solid #e7e6ea;
}

.cart-no {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  background-image: url('../images/Cart-No-Icon.svg');
  background-position: 57% 50%;
  background-repeat: no-repeat;
  font-family: Roboto;
  color: #fff;
  font-weight: 400;
}

.cart-icon {
  display: inline-block;
}

.search-bar {
  position: absolute;
  left: 0px;
  top: 109px;
  right: 0px;
  z-index: 1001;
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(10, 2, 45, .06);
}

.heading-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #414048;
}

.heading-link:hover {
  border-bottom: 2px solid #f47621;
  color: #414048;
  text-decoration: none;
}

.dropdown-link {
  padding: 12px 24px;
  border-bottom: 1px solid #e7e6ea;
  background-color: #fff;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
}

.dropdown-list.nav.w--open {
  left: 0px;
  top: 73px;
}

.dropdown-nav {
  padding: 0px;
}

.dropdown-nav-link {
  color: #414048;
}

.dropdown-nav-link:hover {
  color: #414048;
  text-decoration: none;
}

.numbered-list {
  margin-left: 20px;
  list-style-type: decimal;
}

.numbered-item {
  padding-left: 4px;
  background-image: none;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 46px;
  line-height: 58px;
  font-weight: 600;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
}

.fake-h3.invert {
  color: #fff;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #414048;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.fake-h5.invert {
  color: #fff;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e6ea;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #e7e6ea;
}

.cta-link {
  display: inline-block;
  margin-top: 12px;
  border-bottom: 2px solid #414048;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cta-link:hover {
  border-bottom-color: #f47621;
  color: #414048;
  text-decoration: none;
}

html.w-mod-js *[data-ix="search-hidden"] {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #1ea8f7;
  }
  .p-large.extra {
    font-size: 24px;
    line-height: 36px;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.hero-boxed {
    margin-top: 72px;
  }
  .fluid-cell {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell._67-percent._100-percent-tablet {
    width: 100%;
  }
  .fluid-cell._50-percent.hero {
    padding-top: 36px;
    padding-left: 48px;
  }
  .fluid-cell.block {
    margin: 12px;
    padding: 24px 36px;
  }
  .nav-link {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .06);
    border-radius: 0px;
    background-color: #f47621;
    color: #fff;
  }
  .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, .06);
  }
  .nav-link.w--current:hover {
    color: #414048;
  }
  .nav-link.cart {
    padding-left: 60px;
    background-position: 24px 50%;
  }
  .nav-link.float-menu-item {
    margin-top: 15px;
    padding: 6px 12px;
    float: right;
    border-width: 2px;
    border-color: transparent;
    border-radius: 60px;
    background-color: #fff;
    color: #414048;
  }
  .nav-link.float-menu-item:hover {
    color: #f47621;
  }
  .nav-link.float-menu-item.highlighted {
    color: #f47621;
  }
  .nav-link.float-menu-item.highlighted:hover {
    color: #414048;
  }
  .nav-bar {
    display: block;
    height: 72px;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    border-bottom-style: none;
    background-color: #fff;
    box-shadow: 0 6px 36px 0 rgba(0, 0, 0, .1);
  }
  .menu-button {
    width: 72px;
    height: 72px;
    margin-left: 24px;
    background-color: #f47621;
    background-image: url('../images/Menu-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    background-color: #f47621;
  }
  .menu-button:active {
    background-color: #f47621;
  }
  .menu-button:focus {
    background-color: #f47621;
  }
  .menu-button.w--open {
    background-color: #f47621;
    background-image: url('../images/Menu-close-icon.svg');
    background-size: auto;
  }
  .container.hero {
    padding-right: 36px;
    padding-left: 36px;
  }
  .logo-img {
    width: 60px;
    margin-top: 8px;
  }
  .left-arrow {
    margin-bottom: -60px;
  }
  .right-arrow {
    margin-bottom: -60px;
  }
  .nav-link-top.icon.search {
    display: block;
    width: 72px;
    height: 72px;
    float: right;
    clear: none;
  }
  .cart-link {
    height: 72px;
    padding-top: 24px;
    float: right;
    clear: none;
  }
  .search-bar {
    position: fixed;
    top: 72px;
  }
  .dropdown-link.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: hsla(0, 0%, 100%, .06);
    background-color: #f47621;
    color: #fff;
  }
  .dropdown-list.nav.w--open {
    margin: 16px -24px -20px;
  }
  .dropdown-nav {
    background-image: url('../images/Down-Arrow.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .dropdown-nav-link {
    color: #fff;
  }
  .dropdown-nav-link:hover {
    color: #fff;
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  blockquote {
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    font-size: 20px;
    line-height: 32px;
  }
  .p-large.extra {
    font-size: 22px;
    line-height: 34px;
  }
  .button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button.with-field {
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section.narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.hero-boxed {
    margin-top: 60px;
  }
  .fluid-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._50-percent {
    width: 100%;
  }
  .fluid-cell._50-percent.hero {
    padding-top: 24px;
    padding-bottom: 36px;
    padding-left: 36px;
  }
  .fluid-cell._50-percent.hero-img {
    min-height: 350px;
    margin-bottom: 12px;
    background-position: 50% 0px;
  }
  .fluid-cell.link-cell:hover {
    margin-top: 0px;
  }
  .fluid-cell.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .subheading {
    padding-top: 12px;
    padding-left: 0px;
    background-position: 0px 0px;
  }
  .subheading.date {
    padding-top: 0px;
  }
  .nav-link.float-menu-item {
    margin-top: 9px;
  }
  .nav-bar {
    height: 60px;
    padding-left: 24px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-img {
    margin-top: 4px;
  }
  .event-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-arrow {
    margin-bottom: -48px;
  }
  .right-arrow {
    margin-bottom: -48px;
  }
  .nav-link-top.icon.search {
    height: 60px;
  }
  .cart-link {
    height: 60px;
    padding-top: 18px;
  }
  .search-bar {
    top: 60px;
    padding-bottom: 10px;
  }
  .social-icon {
    margin: 12px;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  .p-small.slider {
    padding-bottom: 24px;
  }
  .button {
    margin-right: 0px;
    padding-right: 36px;
    padding-left: 36px;
    letter-spacing: 0px;
  }
  .button.with-field {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
  }
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell._50-percent.hero {
    padding-right: 24px;
    padding-left: 24px;
  }
  .fluid-cell._50-percent.hero-img {
    min-height: 300px;
    margin-bottom: 24px;
  }
  .fluid-cell.block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .text-field.with-button {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .nav-link.float-menu-item {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .nav-bar {
    padding-right: 12px;
    padding-left: 12px;
  }
  .menu-button {
    margin-left: 6px;
  }
  .container.hero {
    padding-right: 24px;
    padding-left: 24px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-arrow {
    left: 0px;
    right: auto;
    bottom: 0px;
    width: 50%;
    margin-bottom: -36px;
  }
  .right-arrow {
    right: 0px;
    bottom: 0px;
    width: 50%;
    margin-bottom: -36px;
  }
  .float-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

