@charset "UTF-8";
/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
line-height:1.4;
}

h1 {font-size:12px;
font-family:"Courier New", Courier, monospace;
text-transform:uppercase;
color:#000000;
font-weight:600;}

h2 {font-size:12px;
font-weight:300;
text-decoration:none;}

img, video {
  max-width: 100%;
  height: auto;
}

.heading-main {
  font-family:"Courier New", Courier, monospace;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.font-sm {
    font-size: 90%;
}

.font-lg {
    font-size: 110%;
}

.font-xl {
    font-size: 120%;
}

/*-------------------------------------*/
/* HELPERS */

.float-right {
  float: right;
}

/*-------------------------------------*/
/* GRID */

.grid-parent {
  margin-left: -20px;
  margin-right: -20px; 
}

.grid-parent:after {
  content: "";
  display: table;
  clear: both;  
}

.grid-child {
  padding-left: 20px;
  padding-right: 20px;   
}

#wrapper{
max-width:980px; /* changed from width to max */
margin:30px 0 0 20px; /* left margin was 30px, see if it affects stuff */
height: auto; }

#left{width:120px; /* was 150px see if change affects stuff */
float:left;
height:auto;
font-size: 90%}


#header {max-width:800px;  /* changed from width to max */ 
margin:40px 0px 0 20px;} /* left margin was 30px, see if it affects stuff */

#main {
margin:0px 0px 0px 20px;
max-width:800px;  /* changed from width to max */
float:left;}

#leftwrapper {max-width:150px; float:left; height:auto;} /* changed from width to max */



#footer {
padding:30px 0 0 20px;
clear:both;
font-size:9px;}

#left small{font-size:9px; color:#666666;}

#left p{border-top:thin dotted #333333; border-bottom:thin dotted #333333;}

inact {color:#999999;}

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

a:hover {color:#663333;}

#header a {color:#000000; font-family:"Courier New", Courier, monospace; font-size:15px; font-weight:400; } 
#header a:hover {color:#006699; }



.style1 {color:#966;}
.style2, .jsMenuTitle {color: #006699;}

p .style3 {text-decoration:underline;}


/* additions for inkc section */

#left a {
    line-height: 2;
}

.jsMenuEach {
    margin: 0 0 10px 0;
}

.menuResponse {
    display: none;
    padding: 0 0 0 10px;
}

.jsMenuTitle {
    cursor: pointer;
    margin: 0 0 4px 0;
}

.menuItem {
    display: block;
}

.menuWrap .selectedMenu {
    font-weight: bold;
}

.main {
    max-width: 820px; /* changed from width to max */
    float: left;
}

.main--no-sidebar {
    max-width: none;
}

.inkcEach {
    margin: 0 0 30px 0;
    overflow: hidden;
}
 
.inkcImage {
    float: left;
    max-width: 600px;
    min-width: 600px;
    text-align: center;
    min-height: 1px;
}

.inkcEachText {
    float: left;
    margin: 0 0 0 20px;
    max-width: 200px;
}

.red {
    color: #da2127;
}

.info {
    max-width: 600px;
}

.info p {
    margin-top: 0;
}

@media only screen and (min-height: 600px) {

    .mainHome {
      min-height: 500px;
    }
}

@media only screen and (max-width: 870px) {

    .inkcImage {
      min-width: 0;
      text-align: left;
    }
    
    #left, .main {
        width: 100%;
        float: none;
    }
    
    .main {
        margin-top: 30px;
    }
    
    .inkcEachText {
        max-width: none;
    }

    #main {
      margin-left: 0;
    }
}

@media only screen and (max-width: 700px) {
    .inkcImage, .inkcEachText {
        float: none;
        width: 100%;
    }
    
    .inkcEachText {
        margin-left: 0;
    }
}

/* end additions for inkc section */

/* Page: Shipping Infrastructure */

/*-------------------------------------*/
/* PAGE: SHIPPING: IMAGES */

.shipping-img-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shipping-img-block:first-of-type {
  margin-top: 30px;
}

.shipping-img-each, .shipping-img-each-landscape {
  vertical-align: middle;
}

.shipping-img-each {
  width: 25%;
  margin-bottom: 40px;
}

.shipping-img-each-landscape {
  width: 50%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 860px) {
  .shipping-img-rbox {
    display: flex;
    align-items: center;
  }
}

.shipping-img {
  padding-bottom: 20px;
}

@media only screen and (min-width: 860px) {
  .shipping-img {
    width: 45%;
    padding-bottom: 0;
  }
}

.shipping-img-each img, .shipping-img-each-landscape img {
  cursor: pointer;
}

.shipping-img-txt {
  color: #eee;
  text-align: left;
}

@media only screen and (min-width: 860px) {
  .shipping-img-txt {
    width: 55%;
  }
}


/*-------------------------------------*/
/* BODY: OVERRIDES FOR TRUSTS */

.body-wider #wrapper, .body-wider .main { 
  max-width: none;
}

.cityThumb, .cityThumbText {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.cityThumb {
  width: 200px;
}

.cityThumb img {
  display: block;
  border: 1px solid #eee;
  cursor: pointer;
}

/*.body-wider .inkcImage { 
  max-width: 700px;
  min-width: 700px;
}*/

/*.body-wider .inkcEachText {
  max-width: 275px;
}*/

/* Slider for hygiene page */
.slider-container {
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  position: relative;
  cursor: grab;
  user-select: none;
}

.slider-container:active {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.slider-track img {
  flex: 0 0 66.67%;
  width: 66.67%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  max-width: 400px;
}

/* Ensure smooth scrolling on mobile */
.slider-container {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y pinch-zoom;
}

/* Swiper.js slider styles */
.slider-container .swiper {
  width: 100%;
  overflow: hidden;
}

.slider-container .swiper-wrapper {
  display: flex;
  will-change: transform;
}

.slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Zoom container for pinch-to-zoom */
.slider-container .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider-container .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

/* Smooth free scrolling - no transitions during drag */
.slider-container .swiper-wrapper {
  transition-timing-function: linear;
}

/* Reduce snap effect at edges - smooth resistance */
.slider-container .swiper {
  transition: opacity 0.3s ease;
}

/* Smooth edge handling */
.slider-container .swiper-wrapper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* Zoom cursor indicator */
.slider-container .swiper-slide-zoomed {
  cursor: move;
}