html { height:100%; overflow-x: hidden;}
body { min-height: 100%; background-color:#fff !important; overflow-x: hidden; margin:0; -webkit-text-size-adjust: 100%; }
html, body { width:100%; font-family: lato, sans-serif; font-style: normal; font-weight: 300; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .toptitle {font-family: helvetica, sans-serif;}
h3 {font-family: helvetica, sans-serif; font-size: 1em;}
ul {list-style: none;}
a { color: #a1a1a1; }

table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}

#htmlcontent { text-align: left; width: 100%;}

#htmlwrapper, #logo-blk {
transition: 0.3s filter ease-in-out;
-webkit-transition: 0.3s -webkit-filter ease-in-out;
-moz-transition: 0.3s -moz-filter ease-in-out;
-ms-transition: 0.3s -ms-filter ease-in-out;
-o-transition: 0.3s -o-filter ease-in-out;
}

.copyright {
  font-size: 0.5em;
  color: #999;
  text-align: center;
}

#more-land {
   font-size: 0.5em;
   align: right;
   }

.land-mssg {
  font-family: Helvetica, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  font-size: 4vw; 
  font-weight: bold;
  margin: 0 auto;
  padding: 30px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
  -webkit-animation: 8s ease 0s normal forwards 1 fadeout;
  animation: 8s ease 0s normal forwards 1 fadeout;
}

@keyframes fadeout{
    0% { opacity:1; }
    66% { opacity:1; }
    100% { opacity:0; }
}

@-webkit-keyframes fadeout{
    0% { opacity:1; }
    66% { opacity:1; }
    100% { opacity:0; }
}

@media only screen and (min-width: 740px) {
#ch {
    font-size: 1.2vw;
	position: fixed;
    top: 0px;
    right: 0px;
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
}
}

@media only screen and (max-width: 739px) {}
#ch {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 15vw;
 }
}

 @media only screen and (max-width: 739px) and (orientation: landscape) {
#ch {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 7vw;
}
}

#supersized img { max-width: none; }

@media only screen and (min-width: 740px) { 
#htmlwrapper { width: 85vw; margin-left: 10vw; margin-right: 5vw; text-align: center; position: absolute; top: 10vw; }
}

@media only screen and (max-width: 739px) { 
#htmlwrapper { width: 80vw; top: 15vw; margin-left: 15vw; margin-right: 5vw; position: absolute;}
}

@media only screen and (max-width: 739px) and (orientation : landscape) {
#htmlwrapper { width: 88vw; top: 7vw; margin-left: 7vw; margin-right: 5vw; position: absolute;}
}

@media only screen and (min-width: 740px) { 
a#logo { position:fixed; top:50%; left:2.5vw; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:25px; height: 103px; margin-top:-53px; display:block; background:url(../assets/inform_logo.svg) top left no-repeat; background-size: 100%; text-indent:-9000px; overflow:hidden; border-bottom: 0px; z-index: 10;}
a#logo-blk { position:fixed; top:50%; left:2.5vw; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:25px; height: 103px; margin-top:-53px; display:block; background:url(../assets/inform_logo-blk.svg) top left no-repeat; background-size: 100%; text-indent:-9000px; overflow:hidden; border-bottom: 0px; }
h1 {font-size: 8vw; line-height: 0.8vw;}
}

@media only screen and (max-width: 739px) { 
a#logo { position:fixed; top:40%; left:7vw;  transform: translateX(-50%); -webkit-transform: translateX(-50%); width:18px; height: 74px; display:block; background:url(../assets/inform_logo.svg) top left no-repeat; background-size: 100%; text-indent:-9000px; overflow:hidden; border-bottom: 0px; }
a#logo-blk {  position:fixed; top:40%; left: 7vw; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:18px; height: 74px; display:block; background:url(../assets/inform_logo-blk.svg) top left no-repeat; background-size: 100%; text-indent:-9000px; overflow:hidden; border-bottom: 0px; }
}

@media only screen and (max-width: 739px) and (orientation : landscape) { 
a#logo { position:fixed; top:40%; left:3.5vw;  transform: translateX(-50%); -webkit-transform: translateX(-50%); width:18px; height: 74px; display:block; background:url(../assets/inform_logo.svg) top left no-repeat; background-size: 100%; text-indent:-9000px; overflow:hidden; border-bottom: 0px; }
a#logo-blk {  position:fixed; top:40%; left: 3.5vw; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:18px; height: 74px; display:block; background:url(../assets/inform_logo-blk.svg) top left no-repeat; background-size: 100%; text-indent:-9000px; overflow:hidden; border-bottom: 0px; }
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (max-width: 739px) { 
  #toptitle h1 {font-size: 6vw;}
  #toptitle {
    position: fixed;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255,255,255,0.8);
    top: 0px;
    left: 15vw;
    width: 85vw;
    height: 15vw;
    z-index: 2;
  }
}


@media only screen and (max-width: 739px) and (orientation : landscape) { 
  #toptitle h1 {font-size: 3vw;}
  #toptitle {
    position: fixed;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255,255,255,0.8);
    top: -2px;
    left: 7vw;
    width: 93vw;
    height: 7vw;
    z-index: 2;
  }
}


/* slideshow page styles */
@media only screen and (min-width: 740px) { 
#prevelant-tab { position:absolute; border-radius: 5px 5px 0px 0px; width:3vw; height: 2vw; text-align: center; margin-right: auto; margin-left: auto; z-index:1; left: 50%;  -webkit-transform: translateX(-50%); transform: translateX(-50%); overflow-y:hidden; -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0); overflow: hidden; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.tab-low {bottom: 5vw;}
.tab-high {bottom: 25vh;}
#dessy-tab { width: 1.5vw; height: auto; margin-top: 0.8vw; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.dessy-tab-flip { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.show-tab { background-color: #fff; background:rgba(255,255,255,0.8); opacity: 1;}
.hide-tab { background-color: none; background:rgba(255,255,255,0); opacity: 0; }
#prevslide { position:absolute; bottom:0; left:0;  width:5%; margin-top:-50px; margin-left: 0; display: block; z-index:1; background-repeat: no-repeat; background-size: 30%; background-position: center center; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#nextslide { position:absolute; bottom:0; right:0; width:5%; margin-top:-50px; margin-right: 0; display: block; z-index:1; background-repeat: no-repeat; background-size: 30%; background-position: center center; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#info-box { position:absolute; bottom:0;  width:89%;  margin-right: auto; margin-left: auto; z-index:1; left: 50%;  -webkit-transform: translateX(-50%); transform: translateX(-50%); overflow-y:hidden; -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0); overflow: hidden;}
.five-up {height: 5vw; display: block;}
.up-up { display: block; height:25vh;}
.up-up-up { display: block; height:25vh;}
.prevelant { background-color:#fff; background:rgba(255,255,255,0.8); color: #000 !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.prevelant a { color: #000 !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.descrete { background-color: none; background:rgba(255,255,255,0); color: #fff !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.descrete a {color: #fff !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.prevelantprev { background-color:#fff; background:rgba(255,255,255,0.8); background-image: url('../assets/slide-prev.svg');}
.prevelantnext { background-color:#fff; background:rgba(255,255,255,0.8);  background-image: url('../assets/slide-next.svg');}
.descreteprev { background-color: none; background:rgba(255,255,255,0); background-image: url('../assets/slide-prev-wht.svg');}
.descretenext { background-color: none; background:rgba(255,255,255,0);  background-image: url('../assets/slide-next-wht.svg');}
#info-box #caption { float:left; width:100%; padding:0px 25px 0px 25px; margin-left:1px; font-family: Helvetica, Arial, sans-serif; overflow: hidden;}
#info-box #caption div { float:left;  overflow: hidden;}
.dessy {font-size:0.8em; opacity: 0; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.show-dessy { font-size: 0.8em; opacity: 1; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#info-box #caption p { float:left; line-height:21px; margin-bottom:15px; font-weight:200; overflow: hidden;}
#info-box #caption a { display:inline-block; line-height:24px; font-weight:200;  overflow: hidden;}
#slidecaption {position: relative; text-overflow: ellipsis;  overflow: hidden; float:left; width:86vw; padding:2vh 2vh 5px 2vh; margin-left:1px; font-family: lato, sans-serif; font-style: normal; font-weight: 100;}
h3.super-h3 {font-size: 1em;}
.ss-credit {font-size: 0.8em; padding-top: 2vh;}
.ss-brand {font-size: 0.8em;}
.ss-title {font-size: 1em;}
.ss-locale {font-size: 0.8em;}
.justimg { width: 100%; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines;}
.stretch { width: 100%; display: inline-block; font-size: 0; line-height: 0;}
.justimg div { vertical-align: top; display: inline-block; *display: inline; zoom: 1;}
}

.column {
    float: left;
    width: 25%;
    padding: 10px;
}

.column img {
    margin-top: 12px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 800px) {
    .column {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) { 
.dessy {opacity: 0; font-size: 0.8em;}
.locale-hide {opacity: 0; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.locale-show {opacity: 1; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
}

@media only screen and (min-width: 1251px) { 
.dessy {font-size: 0.8em;}
}

@media only screen and (min-width: 740px) and (orientation : portrait) {
h3.super-h3 {margin-top: -1vh;}
}


@media only screen and (max-width: 739px) {
#prevelant-tab { visibility: hidden;}
#dessy-tab { visibility: hidden;}
#prevslide { position:absolute; bottom:0; left:0;  width:15%; margin-top:-50px; margin-left: 0; display: block; z-index:1; background-repeat: no-repeat; background-size: 30%; background-position: center center; -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0);}
#nextslide { position:absolute; bottom:0; right:0; width:15%; margin-top:-50px; margin-right: 0; display: block; z-index:1; background-repeat: no-repeat; background-size: 30%; background-position: center center; -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0);}
#info-box { position:absolute; bottom:0;  width:66%; margin-right: auto; margin-left: auto;  z-index:1; left: 17%; overflow:hidden;   -webkit-transition: height 400ms ease-in-out, width 0ms, scaleX(0); transition: height 400ms ease-in-out, width 0ms, scaleX(0); back}
.five-up {height: 15vw; display: block;}
.up-up { display: block; height:30%;}
.up-up-up { display: block; height:50%;}
.prevelant { background-color:#fff; background:rgba(255,255,255,0.8); color: #000 !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.prevelant a { color: #000 !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.descrete { background-color: none; background:rgba(255,255,255,0); color: #fff !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.descrete a {color: #fff !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.prevelantprev { background-color:#fff; background:rgba(255,255,255,0.8); background-image: url('../assets/slide-prev.svg');}
.prevelantnext { background-color:#fff; background:rgba(255,255,255,0.8);  background-image: url('../assets/slide-next.svg');}
.descreteprev { background-color: none; background:rgba(255,255,255,0); background-image: url('../assets/slide-prev-wht.svg');}
.descretenext { background-color: none; background:rgba(255,255,255,0);  background-image: url('../assets/slide-next-wht.svg');}
#info-box #caption { width:80%; padding:0px 5px 0px 5px; margin-left:1px; }
#info-box #caption div { float:left; }
#info-box #caption a { display:inline-block; font-weight:lighter; }
#slidecaption h3 { margin-bottom: 0.5em; font-size: 1em; margin-top: -5px; text-align: center;}
#slidecaption div span {font-size: 0.8em;}
#super-h3 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center;}
.dessy {font-size:0.8em; opacity: 0; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.show-dessy { font-size: 0.8em; opacity: 1; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#slidecaption { position: relative; width: 84vw; display: table-cell; vertical-align: middle; overflow: hidden; overflow:hidden; padding:25px 25px 0px 25px; margin-left:1px; font-family: lato, sans-serif; font-style: normal; font-weight: 300;}
.ss-brand {font-size: 0.85em; line-height: 0.05vw;}
.ss-title {font-size: 1em; text-align: center;}
.ss-credit {font-size: 0.8em; padding-top: 2vh;}
.ss-locale {font-size: 0.8em;margin-top: -10px; text-align: center;}
.locale-hide {opacity: 0; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.locale-show {opacity: 1; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
}

@media only screen and (max-width: 739px) and (orientation : landscape) {
#prevslide { position:absolute; bottom:0; left:0;  width:7%; margin-top:-50px; margin-left: 0; display: block; z-index:1; background-repeat: no-repeat; background-size: 30%; background-position: center center; -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0);}
#nextslide { position:absolute; bottom:0; right:0; width:7%; margin-top:-50px; margin-right: 0; display: block; z-index:1; background-repeat: no-repeat; background-size: 30%; background-position: center center; -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0);}
#info-box { position:absolute; bottom:0;  width:84%;  margin-right: auto; margin-left: auto;  z-index:1; left: 8%; overflow:hidden;   -webkit-transition: all 400ms ease-in-out, width 0ms, scaleX(0); transition: all 400ms ease-in-out, width 0ms, scaleX(0);}
.five-up {height: 7vw; display: block;}
.up-up { display: block; height:50%;}
.prevelant { background-color:#fff; background:rgba(255,255,255,0.8); color: #000 !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.prevelant a { color: #000 !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.descrete { background-color: none; background:rgba(255,255,255,0); color: #fff !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.descrete a {color: #fff !important;  -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.prevelantprev { background-color:#fff; background:rgba(255,255,255,0.8); background-image: url('../assets/slide-prev.svg');}
.prevelantnext { background-color:#fff; background:rgba(255,255,255,0.8);  background-image: url('../assets/slide-next.svg');}
.descreteprev { background-color: none; background:rgba(255,255,255,0); background-image: url('../assets/slide-prev-wht.svg');}
.descretenext { background-color: none; background:rgba(255,255,255,0);  background-image: url('../assets/slide-next-wht.svg');}
#info-box #caption {width:80%; padding:0px 5px 0px 5px; margin-left:1px; }
#info-box #caption a { display:inline-block; font-weight:lighter; }
#slidecaption h3 {margin-bottom: 0.5em;  width:100%; font-size: 1em; text-align: center;}
#slidecaption div span {font-size: 0.8em;}
#super-h3 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center;}
.dessy {font-size: 0.8em; opacity: 0; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.show-dessy {font-size: 0.8em; opacity: 1; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#slidecaption { position: relative; overflow: hidden; overflow:hidden; width:84vw; padding:15px 15px 0px 15px; margin-left:1px; font-family: lato, sans-serif; font-style: normal; font-weight: 300;}
.ss-brand {font-size: 0.85em;}
.ss-title {font-size: 1em;  width:100%; text-align: center;}
.ss-credit {font-size: 0.8em; padding-top: 2vh;}
.ss-locale {font-size: 0.8em; width:100%; text-align: center;}
.locale-hide {opacity: 0; width:100%; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.locale-show {opacity: 1; width:100%; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
}

/* Supersize plugin styles */
.supersized { display:none; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
body.landing .supersized { display:block; }
.supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
.supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
.supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }     /*Quality*/
.supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:none; }
.supersized a { width:100%; height:100%; display:block; }
.supersized li.prevslide { z-index:-20; }
.supersized li.activeslide { z-index:-10; }
.supersized li.image-loading { width:100%; height:100%; }
.supersized li.image-loading img{ visibility:hidden; }
.supersized li.prevslide img, .supersized li.activeslide img{ display:inline; }


/* Product Search styles */
#product-search-container {
  position: absolute;
  top: 10vw;
  padding-left: 11vw;
  padding-right: 11vw;
  width: 78vw;
}

/* Contact styles */

.floater {
    float: left;
    margin-right: 10vw;
  }

@media only screen and (min-width: 616px) {
#contact-icons {
  float: right;
}
}
@media only screen and (max-width: 615px) {
#contact-icons {
  clear: both;
  text-align: left;
}
}

/* Company Info styles */

@media only screen and (min-width: 616px) {
.pFloat {
  height:30vw;
  max-height:800px;
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
}

.imgLeft {
  float:left;
  width:30%;
  max-height:500px;
  margin-right:5vw;
  margin-bottom:5vw;
}

.imgRight {
  float:right;
  max-height:500px;
  margin-left:5vw;
  margin-bottom:5vw;
}
}
@media only screen and (max-width: 615px) {
.pFloat {
  line-height: 25px;
  margin-bottom:5vh;
  margin-top:5vh;
}

.imgLeft {
  width:100%;
  max-width:800px;
  max-height:800px;
}

.imgRight {
  width:100%;
  max-width:800px;
  max-height:800px;
}
}
/* Contract styles */

@media only screen and (min-width: 726px) {
.pFloat2 {
  max-height:800px;
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
}

.imgLeft2 {
  float:left;
  width:30%;
  max-height:500px;
  margin-right:5vw;
  margin-bottom:5vw;
}

.imgRight2 {
  float:right;
  max-height:500px;
  margin-left:5vw;
  margin-bottom:5vw;
}
}
@media only screen and (max-width: 725px) {
.pFloat2 {
  line-height: 25px;
  margin-bottom:5vh;
  margin-top:5vh;
}

.imgLeft2 {
  width:100%;
  max-width:800px;
  max-height:800px;
}

.imgRight2 {
  width:100%;
  max-width:800px;
  max-height:800px;
}
}

/* Newsletter styles */

@media only screen and (max-width: 1020px) {
  .news-iframe {
      display: none;
  }
}

.dot {
    display: none;
}


/* Promotions styles */

.promoImg {
  float: left;
  width: 20vw;
  margin-right: 5vw;
  margin-bottom: 5vw;
  min-width: 200px;
}


/* 360 tours */

@media only screen and (min-width: 740px) { 
#threesixty-tours {
  position: relative; 
  width: 100%; 
  height: 0; 
  padding-bottom: 56.25%;
}
}

@media only screen and (max-width: 739px) and (orientation : landscape) { 
#threesixty-tours {
  position: relative; 
  width: 100%; 
  height: 0; 
  padding-bottom: 56.25%;
}
}

@media only screen and (max-width: 739px) and (orientation : portrait) { 
  #threesixty-tours {
  position: relative; 
  width: 100%; 
  height: 0; 
  padding-bottom: 82vh;
  margin-bottom: 15vw;
}
}


#threesixty-iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

@media only screen and (max-width: 739px) { 
  .video {
    width: 100%;
    float: left;
    padding-bottom: 10vw;
  }
}


@media only screen and (min-width: 740px) { 
  .video {
    width: 40%;
    margin-right: 5%;
    float: left;
    padding-bottom: 5vw;

  }
}


