body {
  font-family: Lato, sans-serif;
  color: #66686e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
  color: #66686e;
}

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

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

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

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

li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/List-dot.svg');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  color: #252831;
}

label {
  display: block;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #252831;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  color: #252831;
  font-weight: 700;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -30px;
  padding: 0px 0px 0px 26px;
  border-left: 4px solid #1795dd;
  color: #081434;
  font-size: 26px;
  line-height: 38px;
}
blockquote p {
  color: #081434;
}

.p-large {
  color: #252831;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.p-large.extra {
  font-size: 32px;
  line-height: 44px;
}

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

.p-small.caption {
  margin-top: -4%;
  margin-bottom: 36px;
  font-style: italic;
}
.p-small.caption:before {
  content: '- ';
}

.p-small.top-divider,
div.top-divider {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(153, 155, 161, 0.25);
}

.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: 400px;
  -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-1 {
  background-color: #081434;
}

.style-guide-color.active-color {
  background-color: #1795dd;
}

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

.style-guide-color.default-copy {
  background-color: #66686e;
}

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

.style-guide-color.hover-color {
  background-color: #1aa5f5;
}

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

.style-guide-color.dividers {
  background-color: #e6e7ec;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 16px 48px;
  background-color: #1795dd;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #1aa5f5;
  box-shadow: 0 18px 36px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
}

.button.transparent {
  border-style: solid;
  border-width: 2px;
  border-color: #1795dd;
  background-color: transparent;
  color: #fff;
}

.button.transparent:hover {
  border-color: #1aa5f5;
  background-color: #1aa5f5;
}

.button.thumb-hover {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 36px;
  background-color: #1795dd;
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  color: #fff;
}

.button.thumb-hover:hover {
  background-color: #1aa5f5;
}

.button.in-horizontal-form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.border {
  border-style: solid;
  border-width: 2px;
  border-color: #1795dd;
  background-color: transparent;
  box-shadow: none;
  color: #252831;
}

.button.border:hover {
  border-color: #1aa5f5;
  background-color: #1aa5f5;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
}

.button.b-margin {
  margin-bottom: 36px;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -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.dark {
  background-color: #081434;
}

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

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

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

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

.section.hero-large {
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-color: #081434;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.filter {
  z-index: 100;
  overflow: visible;
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #081434), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #081434 50%, #fff 0);
}

.section.filter.simple {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.section.no-paddings {
  padding-top: 0vw;
  padding-bottom: 0vw;
}

.section.map-view {
  overflow: visible;
  border-top: 1px solid #e6e7ec;
}

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

.section.narrow {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.section.cs-header {
  padding-top: 0vw;
  background-color: #081434;
  background-image: url('../images/Tech-Pattern.png'), -webkit-gradient(linear, left top, right top, color-stop(50%, #081434), color-stop(0, #f2f2f3));
  background-image: url('../images/Tech-Pattern.png'), linear-gradient(90deg, #081434 50%, #f2f2f3 0);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.hero-simple {
  padding-top: 0vw;
  background-color: #081434;
  background-image: url('../images/Tech-Pattern.png');
  background-position: 0px 0px;
  background-size: auto;
}

.fluid-cell {
  padding: 2vw;
  -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;
  text-align: left;
}

.fluid-cell:hover {
  text-decoration: none;
}

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

.fluid-cell.no-b-padding {
  padding-bottom: 0%;
}

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

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

.fluid-cell._25-p {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

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

.fluid-cell.filter-links {
  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;
}

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

.fluid-cell.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 4vw;
  padding-bottom: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.top-bar.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fluid-cell.top-bar-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 4vw;
  padding-bottom: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.fluid-cell.footer-copy {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.fluid-cell.top-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 4vw;
  padding-bottom: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.invert {
  color: #fff;
}

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

.subheading {
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  color: #1795dd;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheading.filters {
  display: none;
  margin-bottom: 0px;
  color: #252831;
  font-size: 15px;
  line-height: 25px;
}

.subheading.t-padding {
  padding-top: 12px;
}

.subheading.in-tags {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
}

.text-field {
  padding: 26px 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e7ec;
  background-color: #f2f2f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #252831;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  border-color: #081434 #081434 #01baef;
}

.text-field::-webkit-input-placeholder {
  color: rgba(149, 155, 157, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(149, 155, 157, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(149, 155, 157, 0.5);
}

.text-field::placeholder {
  color: rgba(149, 155, 157, 0.5);
}

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

.container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.container.center-all {
  -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;
}

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

.container.map-view {
  width: 92vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.t-padding {
  padding-top: 2vw;
  -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;
}

.form {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  text-align: left;
}

.ordered-item,
ol li {
  padding-left: 4px;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.fake-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

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

.fake-h3 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

.fake-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.fake-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  color: #252831;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.fake-h5:hover {
  text-decoration: none;
}

.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 #e6e7ec;
}

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

.form-item-wrap {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}

.form-item-wrap.half {
  width: 48%;
}

.form-item-wrap.action {
  padding-top: 12px;
}

.center {
  text-align: center;
}

.fake-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Oswald, sans-serif;
  color: #252831;
  line-height: 26px;
  font-weight: 700;
}

.fake-h6:hover {
  text-decoration: none;
}

.heading-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #252831;
}

.heading-link:hover {
  border-bottom: 1px solid #1aa5f5;
  color: #252831;
  text-decoration: none;
}

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

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: scroll;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.card-flip {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.modal {
  display: block;
  width: 100%;
  max-width: 60vw;
  padding-top: 36px;
  padding-bottom: 36px;
}

.close {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  -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-radius: 36px;
  background-color: #1795dd;
  background-image: url('../images/Close-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.form-horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.horizontal-field {
  margin-right: 24px;
  margin-bottom: 0px;
  padding: 26px 24px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e7ec;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #252831;
  font-size: 16px;
  line-height: 28px;
}

.horizontal-field:focus {
  border-color: #01baef #01baef #1aa5f5;
}

.horizontal-field::-webkit-input-placeholder {
  color: #999ba1;
}

.horizontal-field:-ms-input-placeholder {
  color: #999ba1;
}

.horizontal-field::-ms-input-placeholder {
  color: #999ba1;
}

.horizontal-field::placeholder {
  color: #999ba1;
}

._100-p-block {
  width: 100%;
  height: 100%;
  padding: 2.5vw;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7ec;
  background-color: #fff;
}

.menu-mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-image: url('../images/Arrow-white_1Arrow white.png');
  background-position: -30% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #1aa5f5;
  color: #fff;
  text-decoration: none;
}

.footer-icon {
  margin-bottom: 24px;
}

.footer-deco {
  position: absolute;
  left: 0px;
  top: 7vw;
  right: auto;
  bottom: 0%;
  width: 2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#081434), to(#161616));
  background-image: linear-gradient(180deg, #081434, #161616);
}

.footter-title {
  margin-bottom: 8px;
  padding-top: 88px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.footter-title:hover {
  text-decoration: none;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 100px;
  background-color: #1795dd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  border-color: #1aa5f5;
}

.social-icon.instagram {
  background-image: url('../images/IG-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/LinkedIn-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/Facebook-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/Twitter-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.media-wrap {
  position: relative;
  padding: 24px;
}

.media-wrap.in-text {
  margin-top: 6%;
  margin-bottom: 6%;
  padding: 0px 24px 24px 0px;
}

.media-wrap-img,
img.alignnone {
  position: relative;
  z-index: 1;
  box-shadow: 8px 8px 48px 0 rgba(0, 0, 0, 0.12);
}

.media-wrap-deco {
  position: absolute;
  left: 48px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 60%;
  background-color: #f2f2f3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #f2f2f3), to(#e6e7ec));
  background-image: linear-gradient(90deg, #f2f2f3 15%, #e6e7ec);
}

.media-wrap-deco.in-text {
  left: 24px;
}

.media-wrap-deco.in-text.dark,
.section.dark .media-wrap-deco.in-text {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 15%, hsla(0, 0%, 100%, 0.2));
}

.floating-nav-bar {
  position: fixed;
  left: 0px;
  top: -120px;
  right: 0px;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 4%;
  -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;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.04);
}

.footer-notice {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  padding: 4vw;
  background-color: #161616;
}

.container-hero {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92vw;
  height: 90vh;
  max-width: 1330px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6vw;
  padding-bottom: 5vw;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92vw;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.12);
}

.thumb-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-toggle {
  padding: 6px 48px 6px 0px;
}

.dropdown-icon {
  color: #999ba1;
  font-size: 16px;
}

.link-w-icon {
  padding-left: 24px;
  border-bottom: 1px solid #e6e7ec;
  font-size: 16px;
}

.link-w-icon:hover {
  border-bottom-color: #1aa5f5;
  text-decoration: none;
}

.link-w-icon.map {
  background-image: url('../images/Map-icon.svg');
  background-position: 0% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.link-w-icon.about {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  background-image: url('../images/Hamburger.svg');
  background-position: 0% 52%;
  background-repeat: no-repeat;
  color: #1795dd;
}

.link-w-icon.about:hover {
  border-bottom-color: #fff;
}

.link-w-icon.reset {
  background-image: url('../images/Reset-Filter-icon.svg');
  background-position: 0% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.link-w-icon.print {
  margin-right: 24px;
  background-image: url('../images/Print-icon.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.thumb-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #081434;
  opacity: 0;
}

.aside-map {
  position: -webkit-sticky;
  position: sticky;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.col-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -2vw;
  margin-right: 2vw;
  margin-left: -2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-r {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.map-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.close-map {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
  right: auto;
  bottom: auto;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  -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-radius: 36px;
  background-color: #1795dd;
  background-image: url('../images/Close-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.side-deco-left {
  position: absolute;
  left: 0%;
  top: 7vw;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 100%;
  background-color: #f2f2f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e7ec), to(#f2f2f3));
  background-image: linear-gradient(180deg, #e6e7ec, #f2f2f3);
}

.side-deco-left.dark {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.05)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.05));
}

.side-deco-left.tint {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 52, 0.1)), to(rgba(8, 20, 52, 0.03)));
  background-image: linear-gradient(180deg, rgba(8, 20, 52, 0.1), rgba(8, 20, 52, 0.03));
}

.block-deco-line {
  width: 72px;
  height: 4px;
  margin-bottom: 12px;
  border-radius: 10px;
  background-color: #1795dd;
}

.footer-social-wrap {
  margin-top: 48px;
  margin-bottom: 24px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-top: 2px;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-list._w-scroll.w--open {
  overflow: auto;
  max-height: 400px;
}

.dropdown-link {
  margin-right: 24px;
  margin-left: 24px;
  padding: 18px 0px 18px 24px;
  border-bottom: 1px solid #e6e7ec;
  background-image: url('../images/Select-me-icon.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #66686e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-image: url('../images/Selected-me-hover-icon.svg');
  text-decoration: none;
}

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

.dropdown-link.selected {
  background-image: url('../images/Selected-icon.svg');
}

.dropdown-link.selected:hover {
  background-image: url('../images/Reset-selected-icon.svg');
}

.dropdown {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e7ec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #081434;
  font-weight: 700;
}

.dropdown:hover {
  border-bottom-color: #1aa5f5;
}

.dropdown._w-tags {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.filter-item-simple {
  width: 21%;
  padding: 40px 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.filter-item-simple:hover {
  text-decoration: none;
}

.filter-item-simple.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  margin-right: 2vw;
  -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-right: 1px solid #e6e7ec;
  background-image: url('../images/Filter-Tooltip-icon.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cs-hero-img {
  overflow: hidden;
  width: 100%;
  height: 500px;
  /*background-image: url('../images/Screen-Shot-2020-09-11-at-18.55.50.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2vw;
  -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-top: 1px solid #e6e7ec;
}

.hider {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #1795dd;
}

.deco-line {
  width: 72px;
  height: 4px;
  margin-bottom: 18px;
  background-color: #1795dd;
}

.deco-line.center {
  margin-right: auto;
  margin-left: auto;
}

.hero-h1 {
  color: #fff;
  font-size: 72px;
  line-height: 84px;
  text-transform: uppercase;
}

.scene {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  -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;
}

.layer._1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 110%;
  height: 100%;
  background-image: url('../images/Waves.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.layer._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 110%;
  height: 100%;
  background-image: url('../images/Tech-Pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.layer._3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1aa5f5, #081434 65%);
}

.layer._3.b {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1aa5f5, #122350 70%);
}

.scene-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(7, 18, 47, 0), rgba(7, 17, 47, 0.7) 80%, rgba(7, 17, 47, 0.8));
}

.footer-logo {
  margin: 18px;
}

.dropdown-toggle-tags {
  width: 100%;
  padding: 6px 0px 6px 30px;
  background-image: url('../images/Filters-icon-small.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #1795dd;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-list-tags {
  background-color: #fff;
}

.dropdown-list-tags.w--open {
  width: 100%;
  margin-top: 2px;
  padding: 10px 20px 20px;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.12);
  font-family: Lato, sans-serif;
  color: #66686e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.footer-link-copy {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link-copy:hover {
  border-bottom-color: #1aa5f5;
  color: #fff;
  text-decoration: none;
}

.hero-link {
  display: inline-block;
  margin-right: 9px;
  margin-left: 9px;
  border-bottom: 1px solid #1795dd;
  color: #fff;
  font-size: 18px;
}

.hero-link:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}

.b-margin {
  margin-bottom: 24px;
}

.tooltip-text {
  position: absolute;
  left: 10%;
  top: 33%;
  right: 0%;
  bottom: auto;
  z-index: 1111;
  display: none;
  width: 500px;
  height: auto;
  padding: 18px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
}

.text-block {
  overflow: auto;
  white-space: normal;
}

.text-block-2 {
  white-space: normal;
}

.text-block-3 {
  white-space: normal;
}

.crazy-title {
  margin-bottom: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 160px;
  background-image: url('../images/Title-IMG.png');
  background-position: 0% 0%;
  background-size: 234px;
  background-repeat: no-repeat;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.crazy-title.invert {
  background-image: url('../images/Title-Dark-IMG.png');
}

.side-img {
  min-width: 100%;
}

.side-img._w-caption {
  margin-bottom: 18px;
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

html.w-mod-js *[data-ix="mobile-nav-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100vh, 0px) scale(0.7, 0.7);
  -ms-transform: translate(100vh, 0px) scale(0.7, 0.7);
  transform: translate(100vh, 0px) scale(0.7, 0.7);
}

html.w-mod-js *[data-ix="modal-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100vh, 0px) scale(1.3, 1.3);
  -ms-transform: translate(100vh, 0px) scale(1.3, 1.3);
  transform: translate(100vh, 0px) scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="hide-float-bar"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="reval-image"] {
  display: block;
}

html.w-mod-js *[data-ix="slide-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-48px, 0px);
  -ms-transform: translate(-48px, 0px);
  transform: translate(-48px, 0px);
}

html.w-mod-js *[data-ix="slide-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 48px);
  -ms-transform: translate(0px, 48px);
  transform: translate(0px, 48px);
}

html.w-mod-js *[data-ix="hide-filter-tooltip"] {
  opacity: 0;
  -webkit-transform: translate(0px, -36px) scale(1.1, 1.1);
  -ms-transform: translate(0px, -36px) scale(1.1, 1.1);
  transform: translate(0px, -36px) scale(1.1, 1.1);
}

@media screen and (min-width: 1440px) {
  .section.filter {
    overflow: visible;
  }
  .container {
    max-width: 1600px;
  }
  .social-icon:hover {
    background-color: #1aa5f5;
  }
  .container-hero {
    max-width: 1600px;
  }
  .filter-wrap {
    max-width: 1600px;
  }
  .dropdown {
    font-family: 'Open Sans', sans-serif;
  }
  .cs-hero-img {
    height: 550px;
  }
  .hero-h1 {
    font-size: 82px;
    line-height: 96px;
  }
}

@media screen and (min-width: 1920px) {
  .link-w-icon.print {
    background-image: url('../images/Print-white-icon.svg');
  }
  .cs-hero-img {
    top: 0%;
    bottom: 0%;
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }
  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: #1aa5f5;
  }
  .p-small.caption {
    margin-bottom: 24px;
  }
  .section.hero-large {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 17, 47, 0.5)), to(rgba(7, 17, 47, 0.5))), url('../images/Tech-Hero-IMG.png');
    background-image: linear-gradient(180deg, rgba(7, 17, 47, 0.5), rgba(7, 17, 47, 0.5)), url('../images/Tech-Hero-IMG.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.filter.simple {
    position: relative;
  }
  .section.narrow {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .fluid-cell._50-p-in-col {
    width: 100%;
  }
  .fluid-cell.footer-copy {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .subheading.filters {
    display: block;
    padding-right: 24px;
    background-image: url('../images/Tooltip.png');
    background-position: 100% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
  }
  .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;
  }
  .modal-wrapper {
    overflow: scroll;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal {
    max-width: 70vw;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .form-horizontal-center {
    padding-right: 5%;
    padding-left: 5%;
  }
  ._100-p-block {
    padding: 4vw;
  }
  .menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    overflow: auto;
    padding: 60px 4% 4%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #081434;
    background-image: linear-gradient(315deg, #081434, #161616);
  }
  .floating-nav-bar {
    display: none;
  }
  .container-hero {
    min-height: 400px;
  }
  .filter-wrap {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thumb-wrap {
    margin-bottom: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .aside-map {
    top: 0px;
  }
  .close-map {
    left: 18px;
    top: 18px;
  }
  .side-deco-left {
    width: 36px;
  }
  .dropdown {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .filter-item-simple {
    width: 50%;
    padding: 30px 4vw;
    border-right: 1px solid #e6e7ec;
    border-bottom: 1px solid #e6e7ec;
  }
  .filter-item-simple.penultimate {
    border-bottom-style: none;
  }
  .filter-item-simple.ultimate {
    border-right-style: none;
    border-bottom-style: none;
  }
  .filter-item-simple.title {
    width: 100%;
    margin-right: 0vw;
    padding-top: 18px;
    padding-bottom: 18px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero-h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .scene {
    display: none;
  }
  .tooltip-text {
    left: 0%;
    top: auto;
    bottom: 105%;
    display: none;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }
  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 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  p {
    margin-bottom: 12px;
  }
  blockquote {
    margin-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    margin-bottom: 18px;
  }
  .p-large.extra {
    font-size: 24px;
    line-height: 36px;
  }
  .p-small.caption {
    margin-top: -5%;
  }
  .button {
    margin-top: 18px;
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button.in-horizontal-form {
    min-height: 57px;
  }
  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .section.narrow {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .section.cs-header {
    background-image: url('../images/Tech-Pattern.png');
    background-position: 0px 0px;
    background-size: auto;
  }
  .fluid-cell {
    padding: 3vw;
    -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-p {
    width: 100%;
  }
  .fluid-cell._33-p {
    width: 100%;
  }
  .fluid-cell._50-p {
    width: 100%;
  }
  .fluid-cell._25-p {
    width: 100%;
  }
  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.filter-links {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fluid-cell._50-p-in-col {
    width: 100%;
  }
  .fluid-cell.top-bar {
    padding-top: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.top-bar-right {
    padding-top: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fluid-cell.footer-copy {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.top-bar-right {
    padding-top: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subheading {
    margin-top: 12px;
    background-image: none;
  }
  .subheading.filters {
    margin-top: 0px;
  }
  .subheading.in-tags {
    margin-top: 0px;
  }
  .text-field {
    padding: 24px 18px;
  }
  .container {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .container.center-all {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .container.map-view {
    width: 94vw;
  }
  .container.t-padding {
    padding-top: 3vw;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .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 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .modal {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .close {
    margin-right: 12px;
  }
  .form-horizontal-center {
    padding-right: 0%;
    padding-left: 0%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .horizontal-field {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
    text-align: center;
  }
  ._100-p-block {
    padding: 6vw;
  }
  .menu-mobile {
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
  }
  .footer-link {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .footer-link:hover {
    color: #fff;
  }
  .footer-icon {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footter-title {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .media-wrap {
    padding-top: 0px;
    padding-left: 0px;
  }
  .media-wrap.in-text {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .footer-notice {
    padding: 6vw;
  }
  .container-hero {
    width: 88vw;
    height: 80vh;
    min-height: 300px;
    padding: 6vw;
  }
  .filter-wrap {
    width: 88vw;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }
  .thumb-img {
    min-width: 306px;
  }
  .link-w-icon.print {
    border-bottom-color: hsla(0, 0%, 100%, 0.3);
    background-image: url('../images/Print-white-icon.svg');
  }
  .link-w-icon.print:hover {
    border-bottom-color: #fff;
  }
  .aside-map {
    position: static;
    width: 100%;
    height: 400px;
    margin-top: 6%;
    margin-bottom: -6%;
  }
  .col-l {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .col-r {
    display: none;
  }
  .close-map {
    margin-right: 12px;
  }
  .side-deco-left {
    display: none;
  }
  .dropdown-list._w-scroll.w--open {
    max-height: 340px;
  }
  .filter-item-simple {
    width: 100%;
    padding: 20px 6vw;
    -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;
    border-bottom: 1px solid #e6e7ec;
  }
  .filter-item-simple.penultimate {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .filter-item-simple.title {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cs-hero-img {
    position: static;
    height: 370px;
  }
  .load-more {
    padding-top: 4vw;
    -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;
  }
  .deco-line {
    margin-top: 12px;
  }
  .hero-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .footer-link-copy {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .footer-link-copy:hover {
    color: #fff;
  }
  .crazy-title {
    margin-bottom: 24px;
    padding-left: 120px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }
  .p-large {
    font-size: 22px;
    line-height: 34px;
  }
  .p-large.extra {
    font-size: 22px;
    line-height: 34px;
  }
  .p-small.caption {
    margin-top: -6%;
    margin-bottom: 18px;
  }
  .p-small.top-divider,
  div.top-divider {
    margin-top: 24px;
    padding-top: 24px;
  }
  .utility-page-content {
    width: 260px;
  }
  .button {
    margin-top: 12px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .section {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .section.narrow {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.top-bar {
    padding-top: 8vw;
  }
  .fluid-cell.top-bar-right {
    padding-top: 8vw;
  }
  .fluid-cell.footer-copy {
    padding-top: 3vw;
  }
  .fluid-cell.top-bar-right {
    padding-top: 8vw;
  }
  .subheading.filters {
    font-size: 13px;
    line-height: 23px;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container.map-view {
    width: 88vw;
  }
  .container.t-padding {
    padding-top: 5vw;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-item-wrap.half {
    width: 98%;
  }
  .modal {
    max-width: none;
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  ._100-p-block {
    padding: 8vw;
  }
  .menu-mobile {
    padding: 60px 8% 8%;
  }
  .footer-deco {
    width: 3vw;
  }
  .media-wrap {
    padding: 0px 12px 12px 0px;
  }
  .media-wrap.in-text {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-right: 18px;
    padding-bottom: 18px;
  }
  .media-wrap-deco.in-text {
    left: 18px;
  }
  .footer-notice {
    padding: 8vw;
  }
  .container-hero {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .filter-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .thumb-wrap {
    margin-bottom: 12px;
  }
  .link-w-icon.print {
    display: none;
  }
  .aside-map {
    height: 280px;
    margin-top: 7%;
    margin-bottom: -7%;
    padding: 8%;
  }
  .dropdown {
    font-size: 16px;
    line-height: 28px;
  }
  .filter-item-simple {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cs-hero-img {
    height: 220px;
  }
  .deco-line {
    margin-top: 24px;
  }
  .footer-logo {
    margin: 12px;
  }
  .crazy-title {
    padding-left: 60px;
    background-position: -36px 0%;
  }
}

.print-only {
  display: none;
}
