/* ################ HOMEPAGE */

.home-hero-copy-box {
  /*border: solid white 2px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 680px;
  height: 260px;
  padding: 20px;
  background: url('../imgz/transparent-blue-70.png');
}
.home-hero-copy-box h1 {color: white;}

#home-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 900px;
  width: 100%;
  background: url('../imgz/170308-gee-home-hero-ent-connect-2000w.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-hero-copy {
  position: relative;
  left:50%;
  margin-left: -490px;
  top: 180px;
  width: 400px;
}
.home-hero-copy img {width:100%;}

@media only screen and (max-width: 1600px) {
  #home-hero {
    min-height: 700px;
    background: url('../imgz/170308-gee-home-hero-ent-connect-1600w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home-hero-copy-box {
    width: 580px;
    height: 240px;
    padding: 20px;
  }
  .home-hero-copy-box h1 {color: white;
    font-size: 36px; line-height: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  #home-hero {
    min-height: 600px;
    background: url('../imgz/170308-gee-home-hero-ent-connect-1200w.jpg') no-repeat center center;
    /*background: url('../img/hero-home-country-road-1600w.jpg') no-repeat center center;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero {
    min-height: 400px;
    background: url('../imgz/170308-gee-home-hero-ent-connect-780w.jpg') no-repeat center center;
    /*background: url('../img/hero-home-country-road-800w.jpg') no-repeat center center;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home-hero-copy-box {
    width: 80%;
    height:auto;
    padding: 5%;
  }
  .home-hero-copy-box h1 {color: white;
    font-size: 6vw; line-height: 6.6vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
  #home-hero {
    background: url('../imgz/170308-gee-home-hero-ent-connect-2000w.jpg') no-repeat center center;
    /*background: url('../img/hero-home-country-road-1600w.jpg') no-repeat center center;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#home-corporate-strip {
  position: relative;
  min-height: 360px;
  width: 100%;
  background: url('../imgz/170308-gee-home-strip-2000w.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1900px) {
  #home-corporate-strip {
    min-height: 460px;
  }
}
@media only screen and (max-width: 1600px) {
  #home-corporate-strip {
    min-height: 330px;
    background: url('../imgz/170308-gee-home-strip-1600w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  #home-corporate-strip {
    min-height: 260px;
    background: url('../imgz/170308-gee-home-strip-1200w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #home-corporate-strip {
    min-height: 200px;
    background: url('../imgz/170308-gee-home-strip-780w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
  }
}

#home-icons {
  position: relative;
  min-height: 140px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-icons svg {
  width: 60px;
  height: 60px;
}

/*#home-icons  svg:nth-of-type(1) {  margin-right: 10%; border: solid blue 1px;}
#home-icons  svg:nth-of-type(2) {  margin-right: 10%; border: solid red 1px;}*/

.home-icon-spread {margin-right: 10%;}

h4.news-underline {
  position: relative;
  text-align: center;
  color: #BFCED6;
}
h4.news-underline:after {
  content: '';
  display: block;
  background: #BFCED6;
  height: 1px;
  max-width: 140px;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 10px;
}

#home-icons a:hover {opacity: .7;}

#home-awards-row {
width: 100%;
height: 190px;
padding-top: 0;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}

#home-news-row {
/*padding-top: 50px;*/
min-height: 170px;
text-align: center;
display: flex;
/*align-items: center;*/
justify-content: center;
}
@media only screen and (max-width: 768px) {
  #home-news-row {
    margin-bottom: 20px;
  }
}

p.newsgrid-headline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px; line-height: 24px; color: #333333;}

p.newsgrid-headline a {text-decoration: none; color: #000;}
