body {
	margin: 0;
}
.hub-container {
	margin: 0 0 -4% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100% !important;
    height: auto;
    overflow: hidden;
}
.branded-header-container {
	height: auto;
	width: 100%;
	/*max-width: 1200px;*/
	position: relative;
}
.branded-header-container__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/*max-width: 1200px;*/
	height: auto;
	position: fixed;
	background: black;
	top: 0;
	z-index: 9999;
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo-container {
	margin-left: 3%;
	max-width: 132px;
	width: 100%;
}
.logo-container__logo {
	max-width: 132px;
	width: 100%;
}
.sponsor-size {
	max-width: 250px;
	width: 100%;
}
.branded-header-container__nav .nav.branded-container {
	width: 30%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 3%;
}
.hub-header {
	position: relative;
	/*max-width: 1200px;*/
	width: 100%;
	margin: 0 0;
}
.hero-text {
	max-width: 767px;
	width: 100%;
	/*font-family: 'Bungee', cursive;*/
	font-family: 'Open Sans', sans-serif;
	/*font-weight: normal;*/
	font-weight: 800;
	position: absolute;
	/*bottom: 7.5%;*/
	left: 3%;
	line-height: 1;
	top: 27.5%;
}
.hero-text .h1title {
	font-size: 30px;
	color: #fff;
}
h1 {
	color: #fff;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	padding: 0;
	/*font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.paragraf-hero {
	float: left;
	color: white;
	display: block;
	/*font-family: 'Rubik', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 70%
}
.paragraf-hero-span {
	font-size: 18px;
	color: #fff;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	/*font-family: 'Bungee', cursive;
	font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
h1:before {
	border-top: 18px solid #86bc40;
	content: "";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	z-index: -1;
}
.background {
	display: block;
	width: auto;
	float: left;
	clear: left;
}
.hero-container {
	width: 100%;
	background-image: url(https://s3.amazonaws.com/airfoil-assets.condenastdigital.com/se/deloitteHub-new-full-screen/img/hero-img.jpg);
	background-size: cover;
	position: relative;
	background-position: center;
	height: 850px;
}
.hub-list {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: center;
	/*max-width: 1200px;*/
	width: 100%;
	margin-bottom: 0%;
}
.hub-list__hub-item:first-child {
	display: flex;
	width: 100%;
	height: auto;
}
.hub-list__hub-item {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	transition: ease 0.2s;
}
.hub-list__hub-item:hover {
	/*transform: scale(1.01);*/
	transform: scale(1);
}
.hub-list__hub-item:first-child .hub-item__overlay-container {
	height: auto;
	width: 50%;
	margin-bottom: 0px;
}
list__hub-item .hub-item__overlay-container {
	position: relative;
	height: 60%;
	width: 100%;
	margin-bottom: -5px;
}
.hub-list__hub-item .hub-item__overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%);
}
.hub-list__hub-item:first-child .hub-item__image {
	max-width: 100%;
	height: auto;
}
.hub-list__hub-item .hub-item__image {
	height: auto;
	width: 100%;
	margin-bottom: 0;
}
.hub-list__hub-item:first-child .hub-item__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	height: auto;
	/*justify-content: center;*/
}
.hub-list__hub-item .hub-item__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 40%;
	background: white;
}
.hub-list__hub-item .hub-item__wired-insider {
	width: 80%;
	height: 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}
.hub-list__hub-item:first-child .hub-item__wired-insider div:first-child {
	width: 151px;
}
.hub-list__hub-item .hub-item__wired-insider div:first-child {
	display: flex;
	justify-content: center;
	background: black;
	width: 45%;
}
.hub-list__hub-item .hub-item__wired-insider div {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid black;
	width: 65%;
}
.hub-list__hub-item:first-child .hub-item__wired-insider div {
	width: 75%;
}
.hub-list__hub-item .hub-item__wired-insider div {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid black;
	width: 65%;
}
.hub-list__hub-item .hub-item__wired-insider div:first-child p {
	color: #fff;
}
.hub-list__hub-item:first-child .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
}
.hub-list__hub-item .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
	margin: 4px;
}
.hub-list__hub-item:first-child .hub-item__details h1 {
	font-size: 2.2em;
	height: 70%;
	width: auto;
	align-self: center;
	margin-left: 0px;
}
.hub-list__hub-item .hub-item__details h1 {
	height: 80%;
	font-size: 1em;
	margin-bottom: 0;
}
.hide-ptext {
	color: #fff;
}
.insider-text {
	display: flex;
	justify-content: flex-end;
	width: 80%;
	line-height: 1px;
	margin: 0;
	margin-top: -7px;
	padding: 0;
	color: #999695;
	font-family: 'Space Mono', monospace;
	font-size: 16px;
	margin-bottom: 20px;
}
.first-iten-h1 {
	color: #000;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	padding: 0;
	/*font-family: 'Bungee', cursive;
	font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 1;
}
.first-iten-h1:before {
	border-top: 14px solid #86bc40;
	content: "";
	margin: 0; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.background-first-iten {
	float: left;
	width: 80%;
	display: flex;
	align-items: flex-start;
}
.paragraf-item1 {
	float: left;
	color: #000;
	display: block;
	/*font-family: 'Rubik', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-top: 20px;
	line-height: normal;
}
.hub-list__hub-item .hub-item__clickout {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999;
}
.hub-list__hub-item-second {
	display: flex;
	width: 100%;
	height: 435px;
}
.hub-list__hub-item-thrd {
	display: flex;
	width: 100%;
	height: 435px;
}
.hub-list__hub-item-second .hub-item__overlay-container {
	height: auto;
	width: 50%;
	margin-bottom: 0px;
}
.hub-list__hub-item-thrd .hub-item__overlay-container {
	height: auto;
	width: 50%;
	margin-bottom: 0px;
}
.hub-list__hub-item-second .hub-item__image {
	width: 100%;
	height: auto;
}
.hub-list__hub-item-thrd .hub-item__image {
	width: 100%;
	height: auto;
}
.hub-list__hub-item-second .hub-item__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	height: 100%;
	/*justify-content: center;*/
}
.hub-list__hub-item-thrd .hub-item__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	height: 100%;
	/*justify-content: center;*/
}
.hub-list__hub-item-second .hub-item__wired-insider div.first-child {
	width: 151px;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child {
	width: 151px;
}
.hub-list__hub-item-second .hub-item__wired-insider div.first-child {
	display: flex;
	justify-content: center;
	background: black;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child {
	display: flex;
	justify-content: center;
	background: black;
}
.hub-list__hub-item-second .hub-item__wired-insider div {
	width: 75%;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div {
	width: 75%;
}
.hub-list__hub-item-second .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
}
.hub-list__hub-item-second .hub-item__wired-insider div.first-child p {
	color: #fff;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child p {
	color: #fff;
}
.hub-list__hub-item-second .hub-item__wired-insider div.first-child {
	border-bottom: 1px solid black;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child {
	border-bottom: 1px solid black;
}
.hub-list__hub-item-second .hub-item__wired-insider div.first-child p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
	margin: 4px;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
	margin: 4px;
}
.hub-list__hub-item-second .hub-item__details h1 {
	font-size: 2.2em;
	height: 70%;
	width: auto;
	align-self: center;
	margin-left: 0px;
}
.hub-list__hub-item-thrd .hub-item__details h1 {
	font-size: 2.2em;
	height: 70%;
	width: auto;
	align-self: center;
	margin-left: 0px;
}
.hub-list__hub-item-second .hub-item__wired-insider div {
	width: 75%;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div {
	width: 75%;
}
.hub-list__hub-item-second .hub-item__wired-insider div {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid black;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid black;
}
.hub-list__hub-item-second .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
	margin: 4px;
}
.hub-list__hub-item-thrd .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
	margin: 4px;
}
.hub-list__hub-item-second .hub-item__clickout {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999;
}
.hub-list__hub-item-thrd .hub-item__clickout {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999;
}
.hub-list__hub-item-second {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	transition: ease 0.2s;
}
.hub-list__hub-item-thrd {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	transition: ease 0.2s;
}
.hub-list__hub-item-second:hover {
	/*transform: scale(1.01);*/
	transform: scale(1);
}
.hub-list__hub-item-thrd:hover {
	/*transform: scale(1.01);*/
	transform: scale(1);
}
.hub-list__hub-item-second .hub-item__details h1 {
	margin-bottom: 0;
}
.hub-list__hub-item-thrd .hub-item__details h1 {
	margin-bottom: 0;
}
.hub-list__hub-itemsecond .hub-item__details {
	background: white;
}
.first-iten-h1-second {
	color: #000;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	padding: 0;
	/*font-family: 'Bungee', cursive;
	font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 1;
}
.first-iten-h1-thrd {
	color: #000;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	padding: 0;
	/*font-family: 'Bungee', cursive;
	font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 1;
}
.first-iten-h1-second:before {
	border-top: 14px solid #86bc40;
	content: "";
	margin: 0;
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.first-iten-h1-thrd:before {
	border-top: 14px solid #86bc40;
	content: "";
	margin: 0;
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.hub-item__wired-insider {
	width: 80%;
	height: 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}

/*small*/
.first-iten-h1-half {
	color: #000;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	padding: 0;
	/*font-family: 'Bungee', cursive;
	font-weight: normal;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 1;
}
.first-iten-h1-half:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
.hub-list__hub-item-half {
	display: flex;
	width: 100%;
	height: 435px;
}
.hub-list__hub-item-half .hub-item__overlay-container {
	height: auto;
	width: 50%;
	margin-bottom: -3px;
}
.hub-list__hub-item-half .hub-item__image {
	max-width: 100%;
	height: auto;
}
.hub-list__hub-item-half .hub-item__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	height: auto;
	background: #f7f6f6;
	justify-content: center;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div.first-child {
	width: 151px;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div.first-child {
	display: flex;
	justify-content: center;
	background: black;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div {
	width: 75%;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div p {
	font-family: 'Space Mono', monospace;
	font-size: 14px;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div.first-child p {
	color: #fff;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div.first-child {
	border-bottom: 1px solid black;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div.first-child p {
	font-family: 'Space Mono', monospace;
	font-size: 11px;
	margin: 2px;
}
.hub-list__hub-item-half .hub-item__details h1 {
	font-size: 18px;
	height: 70%;
	width: auto;
	align-self: center;
	margin-left: 0px;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div {
	width: 75%;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid black;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div p {
	font-family: 'Space Mono', monospace;
	font-size: 11px;
	margin: 2px;
}
.hub-list__hub-item-half .hub-item__clickout {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999;
}
.hub-list__hub-item-half {
	position: relative;
	width: 50%;
	height: auto;
	padding: 0;
	transition: ease 0.2s;
}
.hub-list__hub-item-half:hover {
	/*transform: scale(1.01);*/
	transform: scale(1);
}
.hub-list__hub-item-half .hub-item__details h1 {
	margin-bottom: 0;
}
.hub-item__wired-insider-half {
    width: 80%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}
.insider-text-half {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    line-height: 1px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    color: #999695;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    margin-bottom: 7px;
}
.paragraf-item1-half {
    float: left;
    color: #000;
    display: block;
    /*font-family: 'Rubik', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 7px;
	padding-bottom: 0;
}
	
@media only screen and (max-width: 767px) {
.branded-header-container__nav {
	height: auto;
}
.branded-header-container__nav .nav .logo-container__logo {
	width: 225px;
}
.hero-container {
	background-image: url(https://s3.amazonaws.com/airfoil-assets.condenastdigital.com/se/deloitteHub-new-full-screen/img/hero-img_mobile.jpg);
}
.hero-text {
	width: 94%;
    bottom: 7.5%;
}
.hero-text .h1title {
	font-size: 14px;
}
.hero-text p {
	font-size: 14px;
	line-height: 1;
	width: 85%;
}
.paragraf-hero-span {
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
h1:before {
	border-top: 12px solid #86bc40;
	content: "";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	z-index: -1;
}
.hero-container {
	height: 600px;
}
.logo-container__logo {
	max-width: 115px;
	width: 100%;
}
.branded-header-container__nav .nav.branded-container {
    width: 35%;
}	
.sponsor-size {
	max-width: 400px;
	width: 100%;
}
.hub-list {
	width: 100%;
}
.hub-list__hub-item:first-child {
	height: auto;
	width: 100%;
	display: block;
}
.hub-list__hub-item:first-child .hub-item__overlay-container {
	height: auto;
	width: 100%;
}
.hub-list__hub-item .hub-item__overlay {
	background: transparent;
}
.hub-list__hub-item:first-child .hub-item__image {
	height: auto;
	width: 100%;
}
.hub-list__hub-item:first-child .hub-item__details {
	height: auto;
	width: 100%;
}
.hub-list__hub-item .hub-item__wired-insider {
	margin-top: 28px;
}
	.hub-item__wired-insider {
    margin-top: 28px;
}
.hub-list__hub-item:first-child .hub-item__wired-insider div:first-child {
	width: 260px;
}
.hub-list__hub-item:first-child .hub-item__wired-insider div {
	width: 75%;
	font-size: 3.5em;
}
.hub-list__hub-item:first-child .hub-item__details h1 {
	width: auto;
	line-height: 1;
	font-size: 16px;
	margin-left: 0;
}
.hub-list__hub-item:first-child .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 11px;
}
.insider-text {
	display: flex;
	justify-content: flex-end;
	width: 80%;
	line-height: 1px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	color: #999695;
	font-family: 'Space Mono', monospace;
	font-size: 12px;
}
	.insider-text-half {
    display: flex;
	justify-content: flex-end;
	width: 80%;
	line-height: 1px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	color: #999695;
	font-family: 'Space Mono', monospace;
	font-size: 12px;
}
.paragraf-item1 {
	float: left;
	color: #000;
	display: block;
	/*font-family: 'Rubik', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10%;
}
.hub-list__hub-item-second {
	height: auto;
	width: 100%;
	display: block;
}
	.hub-list__hub-item-thrd {
	height: auto;
	width: 100%;
	display: block;
}
.hub-list__hub-item-second .hub-item__overlay-container {
	height: auto;
	width: 100%;
}
	.hub-list__hub-item-thrd .hub-item__overlay-container {
	height: auto;
	width: 100%;
}
.hub-list__hub-item .hub-item__overlay {
	background: transparent;
}
.hub-list__hub-item-second .hub-item__image {
	height: auto;
	width: 100%;
}
	.hub-list__hub-item-thrd .hub-item__image {
	height: auto;
	width: 100%;
}
.hub-list__hub-item-second .hub-item__details {
	height: auto;
	width: 100%;
}
	.hub-list__hub-item-thrd .hub-item__details {
	height: auto;
	width: 100%;
}
.hub-list__hub-item-second .hub-item__wired-insider div:first-child {
	width: 260px;
}
	.hub-list__hub-item-thrd .hub-item__wired-insider div:first-child {
	width: 260px;
}
.hub-list__hub-item-second .hub-item__wired-insider div {
	width: 75%;
	font-size: 3.5em;
}
	.hub-list__hub-item-thrd .hub-item__wired-insider div {
	width: 75%;
	font-size: 3.5em;
}
.hub-list__hub-item-second .hub-item__details h1 {
	width: auto;
	line-height: 1;
	font-size: 15px;
	margin-left: 0;
}
	.hub-list__hub-item-thrd .hub-item__details h1 {
	width: auto;
	line-height: 1;
	font-size: 15px;
	margin-left: 0;
}
.hub-list__hub-item-second .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 11px !important;
}
	.hub-list__hub-item-thrd .hub-item__wired-insider div p {
	font-family: 'Space Mono', monospace;
	font-size: 11px !important;
}
.first-iten-h1-second:before {
	border-top: 8px solid #86bc40;
	content: "";
	margin: 0;
	position: absolute;
	top: 63%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	z-index: -1;
}
	.first-iten-h1-thrd:before {
	border-top: 8px solid #86bc40;
	content: "";
	margin: 0;
	position: absolute;
	top: 63%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	z-index: -1;
}
.first-iten-h1:before {
	border-top: 8px solid #86bc40;
	content: "";
	margin: 0; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 63%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	z-index: -1;
}
.hub-list__hub-item-half {
	height: auto;
	width: 100%;
	display: block;
}
.hub-list__hub-item-half .hub-item__overlay-container {
	height: auto;
	width: 100%;
}
.hub-list__hub-item-half .hub-item__image {
	height: auto;
	width: 100%;
}
.hub-list__hub-item-half .hub-item__details {
	height: auto;
	width: 100%;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div:first-child {
	width: 260px;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div {
	width: 75%;
	font-size: 3.5em;
}
.hub-list__hub-item-half .hub-item__details h1 {
	width: auto;
	line-height: 1;
	font-size: 15px;
	margin-left: 0;
}
.hub-list__hub-item-half .hub-item__wired-insider-half div p {
	font-family: 'Space Mono', monospace;
	font-size: 11px !important;
}
.first-iten-h1-half:before {
	border-top: 8px solid #86bc40;
	content: "";
	margin: 0;
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 99%;
	z-index: -1;
}
	.paragraf-item1-half {
    float: left;
    color: #000;
    display: block;
    /*font-family: 'Rubik', sans-serif;*/
		font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
.hub-list__hub-item:first-child .hub-item__overlay-container {
	height: auto;
	width: 50%;
}
.hub-list__hub-item:first-child .hub-item__details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
}
.hub-list__hub-item-half {
    position: relative;
    width: 100% !important;
    height: auto;
    padding: 0;
    transition: ease 0.2s;
}
	.hub-list__hub-item:first-child .hub-item__wired-insider div p {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
}
	.insider-text {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    line-height: 1px;
    margin: 0;
    margin-top: -7px;
    padding: 0;
    color: #999695;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    margin-bottom: 7px;
}
	.hub-list__hub-item:first-child .hub-item__details h1 {
    font-size: 18px;
    height: 70%;
    width: auto;
    align-self: center;
    margin-left: 0px;
}
	.first-iten-h1:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
	.hub-list__hub-item-second .hub-item__wired-insider div.first-child p {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    margin: 4px;
}
	.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child p {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    margin: 4px;
}
	.hub-list__hub-item-second .hub-item__details h1 {
    font-size: 16px;
    height: 70%;
    width: auto;
    align-self: center;
    margin-left: 0px;
}
	.hub-list__hub-item-thrd .hub-item__details h1 {
    font-size: 16px;
    height: 70%;
    width: auto;
    align-self: center;
    margin-left: 0px;
}
	.first-iten-h1-second:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
	.first-iten-h1-thrd:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
	.hub-item__wired-insider-half {
    width: 80%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
	.hub-list__hub-item-half .hub-item__details h1 {
    font-size: 16px;
}
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1149px) {
  
  .hub-list__hub-item:first-child .hub-item__overlay-container {
	height: auto;
	width: 50%;
}
.hub-list__hub-item:first-child .hub-item__details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
}
.hub-list__hub-item-half {
    position: relative;
    width: 100% !important;
    height: auto;
    padding: 0;
    transition: ease 0.2s;
}
	.hub-list__hub-item:first-child .hub-item__wired-insider div p {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
}
	.insider-text {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    line-height: 1px;
    margin: 0;
    margin-top: -7px;
    padding: 0;
    color: #999695;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    margin-bottom: 7px;
}
	.hub-list__hub-item:first-child .hub-item__details h1 {
    font-size: 18px;
    height: 70%;
    width: auto;
    align-self: center;
    margin-left: 0px;
}
	.first-iten-h1:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
	.hub-list__hub-item-second .hub-item__wired-insider div.first-child p {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    margin: 4px;
}
	.hub-list__hub-item-thrd .hub-item__wired-insider div.first-child p {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    margin: 4px;
}
	.hub-list__hub-item-second .hub-item__details h1 {
    font-size: 18px;
    height: 70%;
    width: auto;
    align-self: center;
    margin-left: 0px;
}
	.hub-list__hub-item-thrd .hub-item__details h1 {
    font-size: 18px;
    height: 70%;
    width: auto;
    align-self: center;
    margin-left: 0px;
}
	.first-iten-h1-second:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
	.first-iten-h1-thrd:before {
    border-top: 8px solid #86bc40;
    content: "";
    margin: 0;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
}
	.hub-item__wired-insider-half {
    width: 80%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}
}

@media (min-width: 1280px) and (max-width: 1653px) {
.hub-list__hub-item:first-child .hub-item__details h1 {
    font-size: 1.6em;
}
	.hub-list__hub-item-second .hub-item__details h1 {
		font-size: 1.6em;
	}
	.hub-list__hub-item-thrd .hub-item__details h1 {
		font-size: 1.6em;
	}
}
@media (min-width: 993px) and (max-width: 1375px) {
.hub-list__hub-item:first-child .hub-item__details h1 {
    font-size: 1.1em;
}
	.hub-list__hub-item-second .hub-item__details h1 {
		font-size: 1.1em;
	}
	.hub-list__hub-item-thrd .hub-item__details h1 {
		font-size: 1.1em;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
	.hub-list__hub-item .hub-item__wired-insider {
    margin-top: 20px;
}
	.hub-item__wired-insider {
    margin-top: 20px;
}
	.hub-list__hub-item-half .hub-item__details {
    justify-content: start;
}
}
@media only screen and (max-width: 375px) {
.hero-text {
    top: 21.5%;
}
}
@media only screen and (max-width: 767px) {
	.only-dsk-tab {
		display: none !important;
	}
	.only-mob {
		display: block !important;
	}
	.only-tab {
		display: none !important;
	}
	.only-dsk {
		display: none !important;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1366px) {
	.only-dsk-tab {
		display: flex !important;
	}
	.only-mob {
		display: none !important;
	}
	.only-tab {
		display: flex !important;
	}
	.only-dsk {
		display: none !important;
	}
}
@media only screen and (min-width: 1367px) {
	.only-mob {
		display: none !important;
	}
	.only-tab {
		display: none !important;
	}
	.only-dsk {
		display: flex !important;
	}
}
@media only screen and (max-width: 767px) {
	.hero-text {
    top: 20.5%;
}
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .hub-list__hub-item .hub-item__wired-insider {
    margin-top: 50px;
}
	  .hub-item__wired-insider-half {
    margin-top: 50px;
}
	  .hub-item__wired-insider {
    margin-top: 50px;
}
}
.footer-wrapp {
	width: 100%;
	display: block;
	height: auto;
	background-color: black;
	padding-bottom: 60px;
	padding-top: 50px;
}
.left-footer {
	float: left;
	width: 94%;
	display: block;
	height: auto;
	padding-left: 3%;
	overflow: hidden;
	margin-bottom: 14px;
	text-align: center;
}
.left-footer img {
	max-width: 100%;
	height: auto;
}
.right-footer {
	float: right;
	width: 40%;
	padding-right: 3%;
	height: auto;
	display: none;
	text-align: right;
	overflow: hidden;
	margin-bottom: 14px;
}
.right-footer a {
	padding-left: 16px;
	text-decoration: none;
}
.footer-line {
	border-bottom: 3px solid white;
	display: block;
	width: 94%;
	height: auto;
	margin-left: 3%;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.left-footer {
		width: 100%;
		text-align: center;
	}
	.left-footer img {
	max-width: 40%;
		height: auto;
}
	.right-footer {
		width: 100%;
		text-align: center;
	}
}