/* STATIC HERO */
#Home-Hero{
  position:relative;
  display: flex;
  align-items: center;
  background-color: #ccc;
  background-image: url('https://www.air-watch.com/uploads/global-media/modern-apps-airwatch-homepage-hero.jpg');
  background-size: cover;
  text-align: center;
  font-family: 'metropolislight';
}

#Home-Hero .content-hero h2 {
	font-size: calc(1.4rem + 1.5vw);
    font-weight: 400;
}

#Home-Hero .content-subhead {
	font-size: calc(0.7rem + 1.5vw);
    display: block;
}

#Home-Hero .content-subhead:last-of-type {
	margin-bottom: 20px;
    padding: 0 15px;
}

#Home-Hero .content-hero .clear-btn {
    margin-bottom: 25px;
    align-self: center;
    border: none;
    display: inline-block;
    background-color: #62A339;
}

#Home-Hero .content-hero .clear-btn:hover {
	background-color: #76C14D;
    color: #565656;
}

#Home-Hero .overlay-hero {
	width: 100%;
    color: #565656;
}

.logo-vmw19 {
	display: none;
}

@media screen and (min-width:600px) {
  #Home-Hero{
      background-image: url('https://www.air-watch.com/uploads/global-media/modern-apps-airwatch-homepage-hero.jpg');
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      background-color: unset;
      line-height: 1.3em;
      height: 38vw;
      padding-left: 2%;
      text-align: left;
  }
  
  #Home-Hero .content-subhead:last-of-type {
    padding: 0;
  }

  #Home-Hero .content-hero .clear-btn {
      align-self: flex-start;
  }

  #Home-Hero .content-hero h2 {
  	font-size: calc(2.3rem + .7vw);
  }

  #Home-Hero .content-subhead {
  	font-size: calc(1rem + .7vw);
  }
  
  #Home-Hero .content-hero .clear-btn {
      padding: 15px 30px;
  }

  .hero-wrapper .content-hero h2 {
	font-size: 30px;
  }

  .hero-wrapper .content-hero h4 {
      font-size: 18px;
  }
  
  .hero-wrapper .content-hero .clear-btn {
	align-self: flex-start;
  }
  
  .logo-vmw19 {
	display: block;
    width: calc(30vw);
    padding-top: 25px;
  }
  
  .content-hero.col-md-6 {
      padding-left: 15px;
  }
}

@media screen and (min-width:768px) {
  #Home-Hero {
    justify-content: center;
    padding-left: 0;
  }
  
  #Home-Hero .overlay-hero {

  }
  
  .vmw_logo {
  	display: block;
    width: 30%;
  }
  
  .hero-copy {
      background: -moz-linear-gradient(left,  rgba(24,140,192,0.75) 0%, rgba(179,217,234,0) 75%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(left,  rgba(24,140,192,0.75) 0%,rgba(179,217,234,0) 75%,rgba(255,255,255,0) 100%);
      background: linear-gradient(to right,  rgba(24,140,192,0.75) 0%,rgba(179,217,234,0) 75%,rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf188cc0', endColorstr='#00ffffff',GradientType=1 );
  }
}

@media screen and (min-width:992px) {
  .logo-vmw19 {
    width: calc(24vw);
  }
  
  #Home-Hero .content-hero h2 {
  	margin-bottom: 15px;
  }
  
  #Home-Hero .content-subhead:last-of-type {
      margin-bottom: 30px;
  }
}

@media screen and (min-width:1400px) {
  #Home-Hero {
    height: 35vw;
  }
  
  .cta-report {
  	background-size: cover;
  }
 
  .logo-vmw19 {
    width: calc(20vw);
  }
 
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    #Home-Hero {
      background-image: url('https://www.air-watch.com/uploads/global-media/modern-apps-airwatch-homepage-hero.jpg');
      background-position-x: center;
  	}
  }
}

@media screen and (min-width:1600px) {
  .logo-vmw19 {
    width: calc(16vw);
  }
  
  #Home-Hero .content-hero h2 {
  	font-size: calc(2.3rem + .5vw);
  }

  #Home-Hero .content-subhead {
  	font-size: calc(1rem + .5vw);
  }
}

/*** GARTNER 2019 ***/
.ribbon-gartner {
    background-image:url('https://www.air-watch.com/uploads/global-media/gartner-background-mobile@2x.jpg');
    background-repeat: no-repeat;
	background-position: bottom right;
    background-size: contain;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    text-align: center;
}

.rg-cta .clear-btn {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    max-width: 300px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.rg-cta .clear-btn:hover {
    background-color: #21ADE6;
    color: #fff;
}

.rg-content {
	padding: 0 20px;
}

.rg-content,.rg-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
	.ribbon-gartner {
        background-image:url('https://www.air-watch.com/uploads/global-media/gartner-background-slim.jpg');
		background-position: 80% 0;
        background-size: cover;
        padding-bottom: 0;
        text-align: left;
    }
    .rg-content, .rg-cta {
    	min-height: 10vw;
    }
    
    .rg-content h5{
    	margin: 5px 0;
    }
    
    .rg-cta .clear-btn {
    	font-size: 1.2rem;
    	padding: 10px;
    	width: 80%;
    }
}

@media screen and (min-width: 992px) {
	.ribbon-gartner {background-image:url('https://www.air-watch.com/uploads/global-media/gartner-background-slim@2x.jpg');}
    .rg-content, .rg-cta {
    	min-height: 7vw;
    }
}

@media screen and (min-width: 1200px) {
    .rg-content, .rg-cta {
    	min-height: 5vw;
    }
    .rg-cta .clear-btn {
    	width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .rg-content h5{
    	font-size: 1.8rem;
    }
}
/*** GARTNER 2019 ***/

/*** FLY-IN WIDGET ***/
.widget, .widget-tab {
	display: none;
}

@media (min-width: 768px){
  .widget {
  	display: block;
	width: 35vw;
    background-color: #fff;
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 500;
    font-family: 'metropolislight';
    background-image: url('https://www.air-watch.com/uploads/global-media/flyin-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    animation-timing-function: cubic-bezier(0, -0.38, 0.14, 1.36);
  }
  
  .widget h3, .widget p {
  	margin-bottom: 8px;
  }
  
  .flyin-logo {
    width: 100%;
    margin-top: 20px;
  }
  
  .flyin-content-wrapper {
  	font-size: calc(1.1vw);
  }
  
  .flyin-content {
    height: 22vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6%;
  }
  
  .flyin-content h3{
	font-size: calc(1.3vw);
  }

  .flyin-content .clear-btn {
  	background-color: #009CDC;
    color: #fff;
    max-width: 62%;
    text-align: center;
    font-size: calc(.8vw);
    padding: 8px 10px;
  }
  
  .flyin-content .clear-btn:hover {
    background-color: #21ADE6;
  }

  .flyin-content .close {
      position: absolute;
      top: 0;
      right: 10px;
      opacity: .9;
      cursor: pointer;
  }
  
  .flyin-content .close img {
  	width: 12px;
  }
  
  .widget-tab {
    background-color: #019CDC;
    color: #fff;
    font-size: 1.4rem;
    width: 200px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: absolute;
	top: 26vw;
    right: -80px;
    transform: rotate(-90deg);
    transform-origin: center center;
    cursor: pointer;
    display: flex;
    opacity:0;
  }
}


@media (min-width: 992px) {
  .widget {
    top: 185px;
  } 
  
  .flyin-content .close {
    right: 20px;
    top: 3px;
  }

  .flyin-content .clear-btn{
	 padding: 12px;
  } 
  
  .widget-tab {
    font-size: 1.8rem;
    width: 250px;
    height: 50px;
    right: -110px;
  }
}

@media (min-width:1200px) {
  .widget h3, .widget p {
  	margin-bottom: 10px;
  }
  
  .widget {
  	top: 220px;
  }
  
  .widget-tab {
    right: -120px;
  }
  
  
  .flyin-content .close {
    top: 7px;
   }
  
  .flyin-content .close img {
    width: 18px;
  }
  
  .flyin-content h3{
	 font-size: 1.6rem;
  }
  
  .flyin-content p:nth-child(3) {
      line-height: 1.7rem;
  }
  
  .flyin-content .clear-btn {
  	font-size: 1.3rem;
    max-width: 60%;
  }
  
  .flyin-content-wrapper {
  	font-size: 1.3rem;
  }
  
  .widget-tab {
  	width: 290px;
  }
}

@media (min-width:1400px) {
.widget {
	width: 510px;
    height: 275px;
}
  .flyin-content {
      padding-bottom: 7%;
      height: 270px;
  }
  
  .flyin-content-wrapper {
  	max-width: 280px;
  }
  
  .widget-tab {
  	top: 24.5vw;
  }
}

@media (min-width:1600px) {
  .widget {
  	top: 290px;
  }
  
  .widget-tab {
  	top: 405px;
  }
  
  .flyin-content p:nth-child(3) {
      line-height: 2.3rem;
  }
  
  .flyin-content {
  	padding-left: 8%;
  }
  
  .flyin-content .clear-btn {
    padding: 18px;
  }
}

@media (min-width:1920px) {
	.widget {
        top: 335px;
    }
    
    .widget-tab {
        top: 447px;
    }
    
    .flyin-content-wrapper {
      font-size: 1.4rem;
   }
    
    .flyin-content .clear-btn {
   		font-size: 15px;
        padding: 15px;
	}
    
    .flyin-content .close {
    	top: 8px;
    }
    
    .flyin-content .close img {
    	width: 20px;
	}
}

@media (min-width:2560px) {
	.widget {top:410px;}
    .widget-tab {
        top: 525px;
    }
}

/*** FLY-IN WIDGET ***/

/*** VMWorld 2019 RIBBON ***/
  .ribbon {
  	  position: relative;
	  background-image: url('https://www.air-watch.com/uploads/global-media/vmw19-brick-bg-gradient-sm.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #fff;
	  transition: all .3s;
  }

  .ribbon:hover {
	 box-shadow: 2px 3px 12px 4px #444;
   }

  .ribbon-logo,.ribbon-content,.ribbon-cta {
  	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .ribbon-logo {
  	margin: 20px 0;
	font-size: 1.5rem;
  }
  
  .ribbon-logo_stacked {
  	margin-bottom: 8px;
  }
  
  .ribbon-content {
  	margin-bottom: 20px;
	font-size: 1.5rem;
  }
  
  .ribbon-content P {
  	text-align: center;
  }
  
  .ribbon-cta {
	height: 20vw;
	border-width: 2px;
  }

  .ribbon .clear-btn {
	font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: 15px;
	width: 75%;
	max-width: 300px;
	border: none;
	background-color: #009CDC;
	color: #fff;

  }

  .ribbon .clear-btn:hover {background-color:#21ADE6;}

@media screen and (min-width: 425px) {

}

@media screen and (min-width: 600px) {
  .ribbon-cta {
	height: 12vw;
  }
}

@media screen and (min-width: 768px) {
	.ribbon-logo,.ribbon-content,.ribbon-cta  {
	  min-height: 20vw;
	  margin: 0;
	  justify-content: center;
	}
	
	.ribbon-content {
	  align-items: flex-start;
	}
	
	.ribbon-content P {
		text-align: left;
	}
	
	.ribbon-cta .clear-btn {
		font-size: 1.4rem;
    	padding: 20px 12px;
	}
}

@media screen and (min-width: 992px) {
	.ribbon {
		background-image: url('https://www.air-watch.com/uploads/global-media/vmw19-brick-bg-gradient-md.jpg');
	}
	
	.ribbon-logo,.ribbon-content,.ribbon-cta  {
	  min-height: 16vw;
	}
	
	.ribbon-content h4 {
		font-size: 2.4rem;
	}
	
	.ribbon-content p {
		font-size: 1.8rem;
	}
	
	.ribbon-cta .clear-btn {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.ribbon {
		background-image: url('https://www.air-watch.com/uploads/global-media/vmw19-brick-bg-gradient-lg.jpg');
	} 
	
	.ribbon-logo,.ribbon-content,.ribbon-cta  {
	  min-height: 13vw;
	}
}
/*** VMWorld 2019 RIBBON ***/