@import url("https://use.typekit.net/qgc3dsc.css");
.flex-video {
    margin-bottom: .5rem;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.flex-row {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.flex-row .col {
    padding: 0 10px;
    margin: 0;
}

.flex-row .col.half {
    width: 50%;
}


.content p,
.content ul {
    font-size: 18px;
    line-height: 30px;
    font-family: futura-pt, Helvetica, Arial, sans-serif;
}

.content hr {
    border-width: 0;
    border-top: 1px solid #eaeaea;
}

.content h1,
.content h2,
.content h3 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 2rem 0 1rem;
}

.content h1 {
    font-family: futura-pt, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
}

.content h2 {
    font-family: futura-pt, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
}

.content h3 {
    font-family: futura-pt, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.content a.ghost-button {
    height: auto;
    padding: 5px 26px;
    border-color: blue;
    background-color: blue;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin-bottom: 0 !important;
}

.content a.ghost-button:hover {
    border-color: #1f1fff;
    background-color: #1f1fff;
    color: #fff;
}
/* OR Landing Pages */
.landing-page .banner {
  text-align: left;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.landing-page .homepage.banner {
  background-color: #41898E;
  color: #fff;
  background-image: url('//www.eizo.com/media-upload/curator_banner.jpg');
}
.landing-page .gray.banner {
  background-color: #eee;
}
.landing-page .banner-content {
  width: 70%;
  padding: 60px 0 50px;
}
.landing-page .banner h1 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.landing-page .homepage.banner  h1 {
  color: #fff;
}
.why-eizo {
  padding: 20px 40px 40px;
}
.discover-or-solutions {
  background: #e8f5fa;
  padding: 1px;
}
.discover-or-solutions .position {
  width: 1200px;
}
.discover-or-navigation {
    display: flex;
    flex-wrap: wrap;
}

.discover-or-navigation div {
    width: 50%;
    padding: 20px;
    margin-bottom: 1.5rem;
}
.discover-or-navigation.discover-or-nav-subpage div {
  width: 33%;
}


.discover-or-navigation h3 {
  margin: 1rem 0 .5rem;
}
.or-making-each-life {
  background: #006083;
  padding: 40px 0;
}
.or-making-each-life .position {
  display: flex;
  align-items: center;
}
.or-making-each-life .position > * {
  width: 50%;
}
.or-making-each-life h2 {
  margin: 0;
}
.or-making-each-life h2 a {
  color: #fff;
}


.or-slider {
    background: #297e98;
    color: #fff;
    padding: 40px 40px;
}
.or-slider h3 {
  color: #fff;
  margin: 0;
}
.or-slider img {
  display: inline-block;
  margin: 2rem 0;
  max-height: 150px;
}
.or-slider .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
}
.or-slider .slick-dots button {
  font-size: 0;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.or-slider .slick-dots .slick-active button {
  background: #264b6c;
}

.product-diversity {
    display: flex;
    flex-wrap: wrap;
}
.product-diversity div {
  width: 33.3333%;
  margin-bottom: 4rem;
}
.product-diversity img {
  height: 96px;
  margin-bottom: 1rem;
}
.product-diversity div span {
  display: block;
}

.or-events-trade-shows {
  background-color: #e8f5fa;
  padding: 20px 0 60px;
}
.or-event-listing {
  display: flex;
  justify-content: space-between;
}
.or-event-listing a {
  width: calc(50% - 20px);
}

.or-footer-cta {
  background: #636363;
  padding: 1px;
  color: #fff;
}
.or-footer-cta > .position {
  display: flex;
  width: 1200px;
  min-height: 320px;
}
.or-footer-cta > .position > div {
  width: 50%;
  text-align: left;
  padding: 60px 40px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.or-footer-cta h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 .5rem;
}
