/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.ekt_aspect_ratio_4_3 {
  position: relative;
}

.ekt_aspect_ratio_4_3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.ekt_aspect_ratio_4_3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ekt_aspect_ratio_16_9 {
  position: relative;
}

.ekt_aspect_ratio_16_9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.ekt_aspect_ratio_16_9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Graphik Web", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

p, label, li, ul, a, table {
  font-family: "Graphik Web", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

strong, b {
  font-weight: 500;
}

a {
  font-weight: 500;
}

/*$ektron_path:'../../../../uploadedImages/Corporate/HomePage/'; */
/*Override For Local*/
#global_header {
  position: fixed;
}

#global_header.inverse #global-navigation .nav-item .primary-nav-link .text {
  text-shadow: 1px 1px 1px #000;
}

@keyframes fadein {
  from {
    opacity: 0;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
  }
  to {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
  }
  to {
    opacity: 0;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
  }
}

#homepage_2018_template #first_impression_container {
  height: 90vh;
  position: relative;
}

#homepage_2018_template #first_impression_container .background_image_container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -500;
}

#homepage_2018_template #first_impression_container .background_image_container .overlay_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#homepage_2018_template #first_impression_container .background_image_container .overlay_bg .top_fade {
  position: absolute;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
}

#homepage_2018_template #first_impression_container .background_image_container .overlay_bg .bottom_fade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(bottom, black, transparent);
  background: -webkit-linear-gradient(bottom, black, transparent);
  background: linear-gradient(bottom, black, transparent);
}

#homepage_2018_template #first_impression_container .background_image_container .image_bg {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: -5;
  overflow: hidden;
}

#homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set {
  position: absolute;
  background-color: transparent;
  z-index: -5;
  overflow: hidden;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  opacity: 0.0;
}

#homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .default-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .horizontal-small-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .horizontal-medium-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .horizontal-large-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .horizontal-xlarge-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .vertical-xlarge-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .vertical-large-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .vertical-medium-image, #homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .vertical-small-image {
  /*DEFAULT IMAGE, ALLWAYS VISIBLE*/
  position: absolute;
  /*z-index:-500;*/
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set .default-image {
  display: block;
}

#homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set.show {
  animation: fadein 5s ease-out;
  opacity: 1;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

#homepage_2018_template #first_impression_container .background_image_container .image_bg .image-src-set.fadeout {
  animation: fadeout 5s ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
}

#homepage_2018_template #first_impression_container .content_container {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container {
  position: absolute;
  display: table;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  /*background-color: green;*/
  margin-top: 0px;
  height: 100%;
  padding-bottom: 120px;
  padding-top: 120px;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .image-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  width: 100%;
  height: auto;
  opacity: 0.10;
  text-align: left;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .image-caption label {
  color: #fff;
  font-size: 10px;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  /*background-color: red;*/
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h5, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message label, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message span, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message p {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4 {
  margin-bottom: 10px;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1 {
  font-size: 30px;
  /*Set*/
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2 {
  font-size: 24px;
  /*Set*/
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3 {
  font-size: 16px;
  /*Set*/
  font-weight: 500;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4 {
  font-size: 12px;
  /*Set*/
  font-weight: 500;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1.xl {
  font-size: 15vw;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .red {
  color: red;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .yellow {
  color: #FFB700;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message strong {
  font-weight: bold;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .call-to-action-container {
  margin-top: 25px;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .call-to-action-container .button {
  border: #fff 2px solid;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: auto;
  padding: 15px;
  padding-right: 15px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  line-height: 0px;
  padding: 15px;
  padding-right: 15px;
  font-weight: bold;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .call-to-action-container .button .text {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0.5px 0.5px 0.5px #000;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .call-to-action-container .button .icon {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: top;
  cursor: pointer;
  background-image: url(https://assets.kodak.com//graphics/ProductsLearnMoreIcon@2x.png);
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .call-to-action-container .button:hover {
  padding-right: 10px;
}

#homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message .call-to-action-container .button:hover .icon {
  margin-left: 10px;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links .divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.05;
  margin-bottom: 15px;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  width: 100%;
  z-index: 100;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon, #homepage_2018_template #first_impression_container .content_container .hero_business_links a .text {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon {
  height: 50px;
  margin-bottom: 10px;
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .text {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  height: 25px;
  text-shadow: 1px 1px 1px #000;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon.commercial_print {
  background-image: url(../Images/hp_icon-commercial_print.svg);
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon.packaging {
  background-image: url(../Images/hp_icon-packaging.svg);
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon.film {
  background-image: url(../Images/hp_icon-film.svg);
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon.camera {
  background-image: url(../Images/hp_icon-camera.svg);
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon.real_estate {
  background-image: url(../Images/hp_icon-real_estate.svg);
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon.material_science {
  background-image: url(../Images/hp_icon-material_science.svg);
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover {
  cursor: pointer;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover .icon, #homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover .text {
  cursor: pointer;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover .text {
  font-size: 14px;
}

#homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover .icon {
  background-size: 85% 85%;
}

#homepage_2018_template #news_section {
  background-color: #111;
  color: #fff;
}

#homepage_2018_template #news_section .news_header {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: #000 1px solid;
}

#homepage_2018_template #news_section .news_header .header_text {
  color: #333;
  font-weight: 800;
  font-size: 16px;
}

#homepage_2018_template #news_section .articles_container {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 15px;
}

#homepage_2018_template #news_section .articles_container .news_item .news_img a img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: #111 1px solid;
  opacity: 1.0;
}

#homepage_2018_template #news_section .articles_container .news_item .news_img a:hover img {
  border: #9C0002 1px solid;
  opacity: 0.75;
}

#homepage_2018_template #news_section .articles_container .news_item .content h1 {
  font-size: 15px;
  font-weight: 600;
}

#homepage_2018_template #news_section .articles_container .news_item .content p {
  font-size: 13px;
}

#homepage_2018_template #news_section .more_news_btn {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: none;
  border: #fff 2px solid;
  padding: 10px;
  font-size: 14px;
  opacity: 1.0;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#homepage_2018_template #news_section .more_news_btn:hover {
  opacity: 0.75;
}

#homepage_2018_template #temp_footer_extension {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

#homepage_2018_template #temp_footer_extension .quick_nav {
  font-size: 12px;
}

#homepage_2018_template #temp_footer_extension .quick_nav ul li strong {
  color: #ccc;
  font-weight: 800;
}

#homepage_2018_template #temp_footer_extension .quick_nav ul li a {
  color: #ccc;
}

#homepage_2018_template #temp_footer_extension .quick_nav ul li a:hover {
  color: #666;
  cursor: pointer;
}

.horizontal-small-image, .horizontal-medium-image, .horizontal-large-image, .horizontal-xlarge-image, .vertical-xlarge-image, .vertical-large-image, .vertical-medium-image, .vertical-small-image {
  display: none;
}

/* Retina Display
---------------------------------------------------------- */
/* For Reference 
--------------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
  .small-text-center {
    text-align: center;
  }
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 39.9375em) and (orientation: landscape) {
  .horizontal-small-image {
    display: block;
  }
}

@media screen and (max-width: 39.9375em) and (orientation: portrait) {
  .vertical-small-image {
    display: block;
  }
}

@media screen and (min-width: 40em) {
  #homepage_2018_template #first_impression_container {
    height: 70vh;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container {
    margin-top: 0px;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message {
    /*Adjust Font Sizes*/
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4 {
    margin-bottom: 10px;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1 {
    font-size: 4.5vw;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2 {
    font-size: 3.0vw;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3 {
    font-size: 16px;
    /*Set*/
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4 {
    font-size: 14px;
    /*Set*/
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1.xl {
    font-size: 6vw;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links {
    bottom: 0px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a {
    margin-bottom: 25px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon {
    height: 75px;
    margin-bottom: 0px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a .text {
    font-size: 14px;
    height: 25px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover .text {
    font-size: 15px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-text-center {
    text-align: center;
  }
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation: landscape) {
  .horizontal-medium-image {
    display: block;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation: portrait) {
  .horizontal-medium-image {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  #homepage_2018_template #first_impression_container {
    height: 65vh;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container {
    height: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message {
    /*Adjust Font Sizes*/
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3, #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4 {
    margin-bottom: 15px;
    /*Set*/
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1 {
    font-size: 3.5vw;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h2 {
    font-size: 2.0vw;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h3 {
    font-size: 1.5vw;
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h4 {
    font-size: 14px;
    /*Set*/
  }
  #homepage_2018_template #first_impression_container .content_container .marketing_message_container .marketing_message h1.xl {
    font-size: 6vw;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links {
    /*0px bottom + 25px margin + 75px icon + 25px text height*/
    bottom: 0px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a {
    margin-bottom: 25px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a .icon {
    height: 75px;
    margin-bottom: 0px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a .text {
    font-size: 14px;
    height: 25px;
  }
  #homepage_2018_template #first_impression_container .content_container .hero_business_links a:hover .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (orientation: landscape) {
  .horizontal-large-image {
    display: block;
  }
}

@media screen and (min-width: 64em) and (orientation: portrait) {
  .vertical-large-image {
    display: block;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large-text-center {
    text-align: center;
  }
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 75em) and (orientation: landscape) {
  .horizontal-xlarge-image {
    display: block;
  }
}

@media screen and (min-width: 75em) and (orientation: portrait) {
  .vertical-xlarge-image {
    display: block;
  }
}