@font-face {
    font-family: 'Intro';
    src: url('../font/hinted-Intro-Black.eot');
    src: url('../font/hinted-Intro-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/hinted-Intro-Black.woff2') format('woff2'),
        url('../font/hinted-Intro-Black.woff') format('woff'),
        url('../font/hinted-Intro-Black.ttf') format('truetype'),
        url('../font/hinted-Intro-Black.svg#Intro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../font/hinted-Helvetica.eot');
    src: url('../font/hinted-Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../font/hinted-Helvetica.woff2') format('woff2'),
        url('../font/hinted-Helvetica.woff') format('woff'),
        url('../font/hinted-Helvetica.ttf') format('truetype'),
        url('../font/hinted-Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
}
.headercont {
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 30px;
}
.forbes.logo, .tamtarcont, .cib.logo {
	flex-basis: 33%;
	height: 100%;
	display: flex;
	align-items: center;
}
.tamtarcont {
	text-transform: uppercase;
	font-family:"Intro";
	font-size: 18px;
	justify-content: center;
	text-align: center;
}
.forbes.logo a {
    height: 50px;
    background-color: #000;
    display: flex;
    width: 130px;
    justify-content: center;
    align-items: center;
}
.forbes.logo a img {
	height: 25px;
	width: auto;
}
.cib.logo {
	justify-content: flex-end;

}
.cib.logo a {

}
.cib.logo a img {
	height: 35px;
	width: 204.16px;
}
.soccont .socicon {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	border: 2px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.soccont .socicon img {
	width: 18px;
	height: 18px;
}
.toprow {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
.toprow .col1, .toprow .col2 {
	flex-basis: 50%;
	position: relative;
}
.toprow .col1 {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    align-self: center;
}
.headlineimagecont {
    margin-right: -100px;
    overflow: visible;
    position: relative;
    align-self: flex-start;
    margin-top: 5%;
}
.headlineimagecont img {
	cursor: pointer;
}
.headlineimage {
    max-width: 50vw;
    height: auto;
    position: relative;
    z-index: 1;
}
.headplay {
	content: '';
    display: block;
    background-color: #eb690a;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: absolute;
	/*top: 32%;*/
	top: 38%;
    left: 36%;
    border-radius: 50%;
    background-image: url(../img/play-button.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 22px center;
    cursor: pointer;
    z-index: 2;
}
.headplay:hover {
	background-image: url(../img/play-button-h.svg);
}
.toprow .col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 2;
}
.toprow .col2 .colin1 {
	flex-basis: 600px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 45px;
	text-transform: uppercase;
	font-family:"Intro";
	font-size: 50px;
	max-width: 450px;
}
.introtext {
	font-size: 20px;
	color: #88979a;
	text-align: justify;
}
.introtext p {

}
.midrow {
	position: relative;
    margin-top: -20px;
    z-index: 1;
}
.midrow .textcontspacer {
    text-transform: uppercase;
    color: #fff;
    background-color: #eb690a;
    text-align: right;
    padding-top: 100px;
    z-index: 1;
    position: relative;
    height: 0px;
}
.midrow h2 {
    font-family: "Intro";
    font-size: 26px;
    margin: 0px;
    right: 175px;
    position: absolute;
    color: #fff;
    top: 70px;
    z-index: 3;
}
.midrow .decbefore {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 180px;
    border-right-width: 96.875vw;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #fff #eb690a #eb690a #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.midrow .decafter {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 3.125vw;
    border-bottom-width: 180px;
    border-left-width: 0px;
    border-color: #eb690a #fff #eb690a #eb690a;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.bgdecor img {
	width: 95vw;
}
.bottomrow {
	background-color: #eb690a;
	min-height: 30px;
	padding: 0 175px 50px 175px;
}
.slidercontrol {
    background-color: #eb690a;
    display: flex;
    justify-content: flex-end;
    padding-right: 175px;
}
.navcont {
	display: flex;
	flex-basis: auto;
	margin: 30px 0;
}
.navcont .prev, .navcont .next {
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	border: 2px solid #f37d26;
	cursor: pointer;
    justify-content: center;
    align-items: center;
}
.navcont .prev:hover, .navcont .next:hover {
	border: 2px solid #fff;
}
.navcont .prev {
	margin-right: 15px;
}
.navcont .prev img, .navcont .next img {
	width: 18px;
	height: auto;
}
.navcont .prev:hover img, .navcont .next:hover img {
	width: 30px;
}
.navcont .prev img {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.videoplaybtn {
    display: flex;
    background-color: #eb690a;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 22px);
    border-radius: 50%;
    background-image: url(../img/play-button.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 17px center;
}
.videoplaybtn:hover {
    background-image: url(../img/play-button-h.svg);
}
.videoplaybtn:after {
	content: '';
    width: 45px;
    height: 45px;
    background-image: url(../img/play-button-h.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 17px center;
    visibility: hidden;
}
.thumbcont:hover .videoplaybtn:after {
    visibility: visible;
}
/*----Custom play button positions----*/
.thumbcont .videoplaybtn {
	top: calc(50% - -17px);
}
/*----Custom play button positions----*/
.thumbcont {
	position: relative;
	cursor: pointer;
}
.item .textcont .title h3 {
	font-size: 18px;
	color: #fff;
	margin: 13px 0;
}
.item .textcont .desc {
	font-size: 16px;
	color: #ffdabf;
	line-height: 1.5;
	text-align: justify;
}
.videolist {
	display: none;
}
.noselect .mfp-bg {
	background: #000;
	opacity: 0.95;
}
.noselect .mfp-close {
	position: fixed;
	opacity: 1;
}
.noselect .mfp-image-holder .mfp-close, .noselect .mfp-iframe-holder .mfp-close {
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3d3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    line-height: 1;
}
.noselect .mfp-image-holder .mfp-close:hover, .noselect .mfp-iframe-holder .mfp-close:hover {
    border: 2px solid #fff;
}
.ctabtn {
    background-color: #ffffff;
    padding: 7px 10px;
    font-size: 15px;
    text-decoration: none;
    color: #eb690a;
    border: 2px solid #818182;
    font-weight: 700;
    display: inline-block;;
}
.ctabtn:hover {
	background-color: #eb690a;
	color: #fff;
	border-color: #eb690a;
}
@media screen and (max-width: 1410px) {
	.midrow {
	    margin-top: -40px;
	}
	.midrow .textcontspacer {
		padding-top: 180px;
	}
	.midrow h2 {
		right: 80px;
	}
	.slidercontrol {
		padding-right: 80px;
	}
	.toprow .col2 .colin1 {
	    flex-basis: 100%;
	}
	.toprow .soccont {
		display: flex;
		margin-top: 30px;
	}
	.soccont .socicon {
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.bottomrow {
	    padding: 0 80px 50px 80px;
	}
	.midrow h2 {
	    top: 120px;
	}
}
@media screen and (max-width: 1180px) {
	.toprow .col1 {

	}
	h1 {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	.introtext {
		font-size: 18px;
	}
	.midrow .textcontspacer {
	    padding-top: 100px;
	}
	.slidercontrol {
		padding-right: 60px;
	}
	.midrow h2 {
		font-size: 18px;
		right: 60px;
		top: 70px;
	}
	.midrow {
	    margin-top: -10px;
	}
	.bottomrow {
	    padding: 0 60px 50px 60px;
	}
}
@media screen and (max-width: 920px) {
	.headlineimagecont {
		margin-right: -75px;
	}
}
@media screen and (max-width: 767px) {
	.toprow .col1, .toprow .col2 {
		flex-basis: 100%;
	}
	.toprow .col2 {
		margin-top: 30px;
	}
	h1 {
		max-width: initial;
		text-align: center;
	}
	.introtext {
		text-align: center;
	}
	.toprow .col2 .colin2 {
		flex-basis: 100%;
	}
	.toprow .soccont {
		justify-content: center;
	}
	.midrow h2 {
		right: 10px;
		top: 80px;
	}
	.slidercontrol {
		padding-right: 10px;
	}
	.forbes.logo, .cib.logo {
		flex-basis: auto;
	}
	.tamtarcont {
		flex-basis: 130px;
	}
	.headercont {
		justify-content: space-between;
		height: 100%;
		min-height: 100px;
	}
	.navcont {
		margin-top: 15px;
	}
	.bottomrow {
	    padding: 0 10px 50px 10px;
	}
	.headlineimagecont {
	    margin-right: 0;
	    margin-top: 0;
	    overflow: hidden;
	}
	.headlineimage {
		max-width: 100%;
	}
	.toprow .colin1 .textcont {
		text-align: center;
	}
	.toprow .soccont a:nth-child(2), .toprow .soccont a:nth-child(2) {
		margin-right: 10px;
	}
	.toprow .soccont a:nth-child(3) {
		margin-right: 0;
	}
}
@media screen and (max-width: 560px) {
	.tamtarcont {
		order: 1;
		flex-basis: 100%;
	}
	.forbes.logo {
		order: 2;
		flex-basis: 50%;
	}
	.cib.logo {
		order: 3;
		flex-basis: 50%;
	}
	.headplay {
	    width: 40px;
	    height: 40px;
	    background-size: 16px auto;
	    background-position: 15px center;
	}
}
@media screen and (max-width: 480px) {
	.forbes.logo a img {
		height: 20px;
	}
	.forbes.logo a {
	    height: 45px;
	    width: 110px;
	}
	.cib.logo a img {
	    height: 30px;
	    width: 180px;
	}
	.forbes.logo {
		flex-basis: 110px;
	}
	.cib.logo {
		flex-basis: 175px;
	}
	.headercont {
	    padding: 0 15px;
	}
	.midrow h2 {
		top: 65px;
	    width: 195px;
	    text-align: right;
	}
}
