
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*{
	margin:0;
	padding:0;
}

.imgConstrain{
	width:100%;
	height:auto;
	}
	
.imgRightFloat{
	width:40%; 
	height:auto;
	float:right;
	margin:0 0 0 10px;
}	


* {
    box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.textCenter {
	text-align:center;
}

h1 {
	font-size:60px;
	font-family: 'Lato', sans-serif;
}

h2 {
	font-size:50px;
	font-family: 'Lato', sans-serif;
	padding:10px;
}

h3 {
	font-size:40px;
	font-family: 'Lato', sans-serif;
	margin-top:10px;
	}
	

p { 
	font-size:25px;
	font-family: 'Lato', sans-serif;
}

.bigUp::first-letter { 
	font-family: 'UnifrakturMaguntia', cursive;
    font-size: 200%;
    color: #000;
}	

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clear{
	clear:both;
}

.col-container {
    display: flex;
    width: 100%;
}
.col {
    flex: 1;
    padding: 16px;
}

.columns {
    float: left;
    width: 23%;
    padding: 10px;
	text-align:center;
}

#txt{
	width:160px;
	height:20px;
	margin:0 auto;
	padding-top:3px;
	font-family: 'Noto Sans', sans-serif;
	font-style:italic;
	font-size: 0.8em;
	font-weight:bold; 
	color:#000;
	}
	
#timeWrapper{
	width:38%; 
	padding-bottom:10px; 
	clear:both;
	float:left;
	}	

a:link, active{
	text-decoration:none;
	}
	
a:link{
	font-weight:200;
	color:#0889F3;
	}
	
a:hover{
	color:#78CAF8;
	text-decoration:underline;
	}	
	
/* YouTube Responsive CSS for HubSpot */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}		

body {
	background-image:url(none);
	background-repeat:no-repeat; 
	margin:0px auto;
	background-position:top left;
	background-attachment:fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}	

#mainSiteWrapper{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-color:#FFF;
}


.TopsectionWrapper{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image:url(https://corruption.ghanachild.com/images/section-bg.jpg);
	background-repeat:no-repeat;
}

.sectionWrapper{
	width: 100%;
	height: auto;
	margin:0 auto;
}

.sectionContent{
	width: 980px;
	height: auto;
	margin:0 auto;
	padding:10px;
}


#headerWrapper{
	width: 100%;
	height: 300px;
	background-image:url(https://corruption.ghanachild.com/images/adwoa-adjeiwaa-building.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	/*
	background: -webkit-radial-gradient(top right, circle, red, gold, green, gold, red);
	background: -moz-radial-gradient(top right, circle, red, gold, green, gold, red);
	background: -ms-radial-gradient(top right, circle, red, gold, green, gold, red);
	background: -o-radial-gradient(top right, circle, red, gold, green, gold, red);
	background: radial-gradient(top right, circle, red, gold, green, gold, red);
	*/
}

#headerContent{
	box-sizing: border-box;
	width: 1000px;
	height: 300px;
	margin:0 auto;
	padding:0 20px;
	background:transparent !important
}


#logo{
	max-width:100px;
	max-height:145px;
	float:left;
	margin:0 0 0 10px;
	}

#logoH1TopAdLineWrapper{
	width:96%; 
	height:145px; 
	margin:0 auto;
	}

#topAddLine {
	width:85%;
	height:92px;
	padding:10px 0;
	margin:0 10px;
	float:right;
	overflow:hidden;
	}	
	
#topMarqueeSpan {
	width:100%;
	height:35px;
	float:right;
	padding:0;
	margin:5px 0;
	line-height:15px;
	}	

/* marquee Start*/
@-webkit-keyframes scroll {
	0%{
		transform:translate(0,0);
		-moz-transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		}
	
	100%{
		transform:translate(-100%,0);
		-moz-transform:translate(-100%,0);
		-webkit-transform:translate(-100%,0);
		-ms-transform:translate(-100%,0);
		-o-transform:translate(-100%,0);
		}
	}

.marquee {
	display: block;
	height:auto;
	width:100%; 
	white-space:nowrap;
	overflow:hidden;
	}

.marquee span {
	display:inline-block;
	padding-left:100%;
	animation:scroll 60s infinite ease-in-out;
	-moz-animation:scroll 60s infinite ease-in-out;
	-webkit-animation:scroll 60s infinite ease-in-out;
	-ms-animation:scroll 60s infinite ease-in-out;
	-o-animation:scroll 60s infinite ease-in-out;
	font-family: 'Noto Sans', sans-serif;
	font-style:italic;
	font-size:1em;
	font-weight:bold;
	margin:5px 0px;
	color:#000;
	}
	
/* marquee End*/			
	
#slogan{
	box-sizing: border-box;
	width:98%;
	height:auto;
	padding:10px;
	margin:0 auto;
	}
	
#questionableFacesWrapper{
	margin:0 auto; 
	width:960px; 
	height:auto; 
}	

#mainBodyWrapper{
	width: 100%;
	height: auto;
	margin:0 auto;
}

#mainBodyContent{
	width: 980px;
	height: auto;
	margin:0 auto;
	padding:10px;
}

.mainBodyScenario{
	width:98%;
	height:auto;
	padding:10px;
	margin:0 auto;
	}

#currentIntervieGMK {
	width:310px;
	height:auto; 
	border:1px solid #CECECE; 
	background-color:#000;
	}
	
.Controls{
	width:300px;
	height:auto;
	margin:0 auto;
}	

#GMK1{
	width:65%;
	padding:5px; 
	margin:10px 5px 0 0; 	
	float:left;
	}

#RightSideAddLine{
	display:block;
	width:300px;
	height:auto;
	padding:0; 
	margin-top:20px; 
	float:right;
	border:1px #000;
	}	

.sectionContent #GMK1 ul li{
	font-size:20px;
	font-family: 'Lato', sans-serif;
	margin-left:20px;
}


#footerWrapper{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-color:#000;
}
#footerContent{
	width: 1000px;
	height: auto;
	margin:0 auto;
	padding:10px;
	background-color:#000;
}

#footerWrapper #footerContent p {
	font-size:16px;
	font-family: 'Lato', sans-serif;
	margin:10px;
	color:#FFF;
	text-align:center;
	}
	
#footerWrapper #footerContent .footerColumns h3{
	font-size:22px;
	font-family: 'Lato', sans-serif;
	margin:10px;
	color:#FFF;
	}	
	
.footerColumns{
    float: left;
    width: 31%;
	height:auto;
    padding: 10px;
}			
	
/*cookiesStart*/
#cookie-bar {background:#3d3d3d; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; width:100%;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; z-index:100;}
#cookie-bar p {margin:0; padding:0 10px; font-size:18px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin:0 4px; font-size:18px;}
#cookie-bar .cb-enable {background:#008f8a;}
#cookie-bar .cb-enable:hover {background:#119f9b;}
#cookie-bar .cb-policy:hover {text-decoration:underline;}
/*cookiesEnd*/


.questions{
	width:280px; 
	height:auto; 
	float:right; 
	margin-top:10px;
	}

#filduncan{ 
	float:left; 
	width:270px;
	height:540px;
}

/* HTML5 Audio player with playlist styles */
#playerWrapper{
	width:328px; 
	height:auto; 
	margin:10px 20px 0 0; 
	float:left; 
	border:1px solid #000;
	border-radius: 10px;
	}
.player {
    background: transparent url("https://corruption.ghanachild.com/images/spr.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 326px;
    z-index: 2;
}
.title, .artist {
    font-family: verdana;
    left: 167px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url("https://corruption.ghanachild.com/images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
	background: transparent url(https://corruption.ghanachild.com/images/thumbnails/GMK01.jpg) no-repeat scroll center top;
	border-radius: 5px 5px 5px 5px;
	height: 94px;
	width: 120px;
	left: 30px;
	position: absolute;
	top: 20px;
}
.controls {
    cursor: pointer;
    height: 23px;
    left: 167px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent url("https://corruption.ghanachild.com/images/spr.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -8px -171px;
}
.controls .pause {
    background-position: -8px -198px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -100px -171px;
}
.controls .play:hover {
    background-position: -8px -170px;
}
.controls .pause:hover {
    background-position: -8px -197px;
}
.controls .rew:hover {
    background-position: -54px -170px;
}
.controls .fwd:hover {
    background-position: -100px -170px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 186px;
    position: absolute;
    top: 96px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 126px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url("https://corruption.ghanachild.com/images/spr.png") no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("https://corruption.ghanachild.com/images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #333333;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 326px;
    z-index: 1;
}
.playlist li {
    color: #EEEEEE;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li.active {
    font-weight: bold;
}

/* YouTube Responsive CSS for HubSpot Start */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YouTube Responsive CSS for HubSpot End */

/*mobileResponsiveTopNavStart*/	
.topnav {
  overflow: hidden;
  background-color:#484848;
  width:984px;
  height:auto;
  margin:0 auto;
}

.topnav a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  margin-right:8px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight:bolder;
}

.topnav a:hover {
  background-color: #fcd116;
  color: #484848;
}

.active {
  background-color: #006b3f;
  color: #FFF;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*mobileResponsiveTopNavEnd*/


.repairs{
	box-sizing: border-box;
	width:98%;
	height:auto;
	padding:10px;
	margin:0 auto;
	}