section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding:0;
background:#ffffff;
}
.products {
max-width:1170px;
margin:0 auto;
}
#terms {
	font-size:12px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container a{
    text-decoration: none;
}
.landing-container hr{
    border: 0;
    border-bottom: 2px solid #000000;
    clear: none;
    margin: 10px auto;
}
p#temp-title1{
    font-family: 'Montserrat-Bold';
    font-size: 36px;
	font-weight:normal;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
p#temp-title2 {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
	margin:0 0 15px 0;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.landing-container sup {
	font-size:60%;
	line-height:1.6;
}
.landing-button{
    background-color: #0062ac;
    border: none;
    color: #ffffff;
    padding: 15px;
    margin-top:20px;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    cursor: pointer;
    float: left;
}
.landing-button:hover{
    background-color: #005391;
}
.landing-button i{
    padding-left: 5px;
}
.landing-button#landing-promo {
		background-color:#ffffff;
		color:#000000;
}
.landing-button#landing-promo:hover {
		background-color:#dddddd;
}
/*******END-GLOBAL*******/

/*******NAV-SECTION*******/
.landing-nav {
	background:#6fbf4c;
}
.landing-nav .landing-container {
	max-width:100%;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.landing-nav ul {
	background:#6fbf4c;
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
  margin-left: 25px;
}
.landing-nav img {
	padding:0;
    width: 175px;
}
.landing-nav li {
	font-family: 'Montserrat-Medium';
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    float: left;
	font-weight:normal;
}
.landing-nav li#nav-active {
	background:#63a944;
}
.landing-nav li:hover {
	background:#63a944;
}
.landing-nav li span {
	font-family: 'Montserrat-Bold';
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover img:hover {
	opacity:0.8;
}
/**********Nav-icon**********/
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
/**********Nav-icon**********/

.mob-menu{
    display: inherit;
    align-items: center;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}

/*******END-NAV-SECTION*******/

/*******HEADER-SECTION*******/
.landing-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 0 20px;
    z-index: 0;
}
.landing-top:after{ 
    content: "";
    background-image: url('/images/landing/seagate/hub/landing-bg3.jpg');
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: 50% 0;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	position:absolute;
	z-index: -1;
	width:100%;
	height:100%
}
.landing-top-inner{
    align-items: center;
    padding: 80px 0;
}
.landing-top-fl{
    align-items: center;
    width: 100%;
	text-align:center;
}
.landing-top-fl #temp-title1{
    color: #ffffff;
	text-shadow: 2px 2px #000000;
    font-size: 50px;
	line-height:0.9;
	margin: 20px 0 30px 0;
}
.landing-top-fl #temp-title2{
    color: #ffffff;
	text-shadow: 2px 2px #000000;
	text-transform:none;
	font-size:22px;
}
.landing-top-fl #temp-title3 {
	font-size: 18px;
	color:#ffffff;
	text-shadow: 2px 2px #000000;
}
.header-content{
    max-width: 500px;
    margin: 0 auto;
}
/*******END-HEADER-SECTION*******/

/*******AFTER-SECTION*******/
.landing-after {
	background:#ffffff;
	width:100%;
	height:100%;
}
/*******END-AFTER-SECTION*******/


/*******HUB-BANNER-SECTION*******/
.landing-hub-banner {
	background:#000000;
	background-image:url('/images/landing/seagate/hub/banner-bg1.jpg');
	background-repeat:no-repeat;
	background-position:50% 0;
	width:100%;
	height:280px;
	margin:20px 0;
	display:flex;
	align-items:center;
	flex-direction: row-reverse;
}
.landing-hub-banner-fl {
	width:60%;
	margin-left:50px;
}
.landing-hub-banner-fr {
	align-items:center;
	width:40%;
}
.landing-hub-banner-fl #temp-title1{
    color: #ffffff;
}
.landing-hub-banner-fl #temp-title2{
    color: #ffffff;
}
.landing-hub-banner-fl p {
	color:#ffffff;
	font-size:14px;
}
	
/*******END-HUB-BANNER-SECTION*******/


/*******HUB-TILES-SECTION*******/
.hub-tile-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    position: relative;
}
#hubtile1{
    background-image: url('/images/landing/seagate/hub/barrapro-bg.jpg');
}
#hubtile2{
    background-image: url('/images/landing/seagate/hub/barrapro-bg.jpg');
}
.hub-tile-top:hover{
    opacity: 0.8;
}
.hub-chev{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.hub-chev i{
    font-size: 16px!important;
}
.landing-hub-tiles-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.landing-hub-tile {
    width: 49%;
    margin-bottom:20px;
    margin-right: 2%;
}
.landing-hub-tile:nth-child(2) {
    margin-right: 0;
}
.landing-hub-tile img {
    max-width: 100%;
}
.landing-hub-tile p {
	font-size: 14px;
	padding: 15px 0;
}
.landing-hub-tile i {
	font-size:12px;
	padding-left:2px;
}
.landing-hub-tile a {
	text-align:left;
}
.landing-hub-tile a:link {
	font-family:'Montserrat-Bold';
	color:#000000;
	text-transform:uppercase;
	font-size:14px;
}
.landing-hub-tile a:visited {
	font-family:'Montserrat-Bold';
	color:#000000;
}
.landing-hub-tile a:hover {
	color:#6fbf4c;
}

/*******END-HUB-TILES-SECTION*******/
.landing-table{
  	background-image: url('/images/landing/seagate/hub/landing-bg2.jpg');
    background-color: #262626;
  	background-size: cover;	
  	background-position: 50%;
    padding: 40px 0;
}
.landing-table-row{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.landing-table-col{
    width: 33.333333%;
    text-align: center;
}
.landing-table-cell{
    border-bottom: 1px solid #000000;
}
.landing-table p{
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
}
.landing-cell-bottom{
    border-right: 1px solid #000000;
  	background: rgba(49,49,49,0.67);
}
.landing-table-col:first-child .landing-table-cell .landing-cell-bottom{
    border-left: 1px solid #000000;
}
.landing-table #temp-title1{
    font-size: 20px;
    color: #6fbf4c;
}
.landing-table-col:last-child .landing-table-cell #temp-title1{
    color: #6fbf4c;
}
.landing-table-cell span:first-of-type{
    font-size: 14px;
    color: #949494;
}
.landing-table-cell span{
    color:#6fbf4c;
}
.landing-table img{
    max-width: 100%;
    padding: 20px 0;
}
.landing-table p:nth-child(1){
    background: #000;
}
.landing-table p:last-child{
    border: none;
}








@media screen and (max-width: 1170px) {  
 	.landing-table-col{
        width: 100%;
    }
    .landing-table-col .landing-cell-bottom{
        border-left: 1px solid #000000;
    }
	
/*******NAV-SECTION*******/
    .landing-nav {
		display:block;
 		height:auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
	}
  .landing-nav ul{
    margin:0;
  }
    .landing-nav li {
        float: none;
    }
	.landing-nav img {
		margin:0;
		padding:10px;
		display:block;
		float:left;
      width: 140px;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding:15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }	
/*******END-NAV-SECTION*******/
	
	
	.landing-hub-tiles-container {
		display: block;
		margin:10px auto;
		max-width:575px;
	}
	.landing-hub-tile {
		margin: 20px auto;
		width:auto;
	}
	.landing-hub-tile img {
		margin: 0 auto;
	}
	.landing-hub-tile:nth-child(1), .landing-hub-tile:nth-child(3){
    margin-right:0;
	}
	.landing-hub-tile p {
		padding:10px 0;
		max-width:575px;
		display:block;
		margin:0 auto;
	}
}
@media screen and (max-width:850px) {
	.landing-hub-banner {
		width:100%;
		height:auto;
		margin:0;
		padding:15px;
		display:block;
		align-items:center;
		flex-direction: no;
		overflow:hidden;
		background-size:cover;
	}
	.landing-hub-banner-fl {
		width:100%;
		display:block;
		text-align:center;
		margin:0 auto;
	}
	.landing-hub-banner-fr {
		align-items:center;
		width:100%;
		display:block;
		text-align:center;
	}
	.landing-button {
		float:none;
		display:inline-block;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px){
    .landing-top:after {
    background-attachment: unset;
}
}