<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("animate.css");


/*--Custom Font embedding--*/
@font-face {
    font-family: 'GothamBlack';
	src: url('../fonts/gotham-black.eot'),
    	 url('../fonts/gotham-black.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/gotham-black.&lt;strong&gt;&lt;/strong&gt;woff2') format('woff2'),
         url('../fonts/gotham-black.woff') format('woff'),
         url('../fonts/gotham-black.ttf') format('truetype'),
         url('../fonts/gotham-black.svg#GothamBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBold';
	src: url('../fonts/gotham-bold.eot'),
    	 url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/gotham-bold.woff2') format('woff2'),
         url('../fonts/gotham-bold.woff') format('woff'),
         url('../fonts/gotham-bold.ttf') format('truetype'),
         url('../fonts/gotham-bold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamMedium';
	src: url('../fonts/gotham-medium.eot'),
    	 url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/gotham-medium.woff2') format('woff2'),
         url('../fonts/gotham-medium.woff') format('woff'),
         url('../fonts/gotham-medium.ttf') format('truetype'),
         url('../fonts/gotham-medium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBook';
	src: url('../fonts/gotham-book.eot'),
    	 url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/gotham-book.woff2') format('woff2'),
         url('../fonts/gotham-book.woff') format('woff'),
         url('../fonts/gotham-book.ttf') format('truetype'),
         url('../fonts/gotham-book.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamLight';
	src: url('../fonts/gotham-light.eot'),
    	 url('../fonts/gotham-light.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/gotham-light.woff2') format('woff2'),
         url('../fonts/gotham-light.woff') format('woff'),
         url('../fonts/gotham-light.ttf') format('truetype'),
         url('../fonts/gotham-light.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--Videos list--*/
.videoslist {}

ul.vidlist {}

ul.vidlist li {clear:both; display:block; font-weight:bold;}

ul.vidlist li a {color:#ee2c37 !important; cursor:pointer; display:block; vertical-align:top; margin:0; font-weight:bold !important;}
ul.vidlist li a span {display:block; font-family:'GothamBlack', Arial, Helvetica, sans-serif;}
ul.vidlist li a:hover {color:#000 !important;}

ul.vidlist li img {display:block; vertical-align:top; margin:0; }

/*
ul.vidlist {}

ul.vidlist li {clear:both; display:block;}

ul.vidlist li a {color:#ee2c37 !important; cursor:pointer;}
ul.vidlist li a strong {font-weight:bold;}
ul.vidlist li a:hover {color:#000 !important;}
*/

/*--BANNER--*/
.banner_mining_indaba_2022 #banner {width:100%; height:250px; margin:0; padding:0; position:relative; overflow:hidden;}
@media (min-width: 480px) { .banner_mining_indaba_2022 #banner {width:100%; height:300px;} }
@media (min-width: 768px) { .banner_mining_indaba_2022 #banner {width:100%; height:400px;} }
@media (min-width: 992px) { .banner_mining_indaba_2022 #banner {width:100%; height:480px;} }

.banner_mining_indaba_2022 #banner picture {display:block; width:100%; height:100%; text-align:center; left:0; top:0; z-index:0; margin: 0; padding: 0}

.banner_mining_indaba_2022 #banner picture img {display:block; position: absolute; margin: 0; transform: translateY(33%); top:-50%; left: 0; width:auto; height: auto; min-width: 100%; min-height: 100%}
@media (min-width: 768px) { .banner_mining_indaba_2022 #banner picture img {width:auto;} }
@media (min-width: 992px) { .banner_mining_indaba_2022 #banner picture img {width:auto} }
@media (min-width: 1200px) { .banner_mining_indaba_2022 #banner picture img {width:auto} }
@media (min-width: 1920px) { .banner_mining_indaba_2022 #banner picture img {width:auto} }



</pre></body></html>