.voa__project {
	word-wrap: break-word;         /* All browsers since IE 5.5+ */
	overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
	max-width: 100%;
}

.voa__project img {
	max-width: 100%;
}

.voa__project {
	margin: 0 auto;
	max-width: 1280px;

	font-family: Arial, sans-serif;
	line-height: 1.2;
	padding: 0;
}


.voa__project h1,
.voa__project h2,
.voa__project h3,
.voa__project h4,
.voa__project h5 {
	font-family: SkolarSans-BdCond_Cyr-Ltn, Arial, sans-serif !important;
	margin: 0;
}

.voa__project strong{
	font-family: SkolarSans-BdCond_Cyr-Ltn, Arial, sans-serif !important;
}

.voa__project .voa__graphic__title--large {
	font-size: 2rem;
	margin-bottom: 10px;
}
.voa__project .voa__graphic__readin {
		font-family: serif;
		font-size: 110%;
		line-height: 1.3;
	margin-top: 0;
}

.voa__project .voa__graphic__title--section {
	font-size: 1.5rem;
	margin: 0;
}

.voa__project .voa__section__intro {
	font-size: 16px;
	margin-bottom: 10px;
}

.voa__project .voa__graphic__tagline {
	margin-top: 30px;
	text-align: center;
}

.voa__color--dem {
	background-color: #1330bf;
}

.voa__color--gop {
	background-color: #333;
}

.voa__map--banner {
	display: none;
	height: 250px;
	overflow: hidden;
	width: 100%;
}

.voa__map__box {
	background-color: #FFF; 
	border-radius: 4px; 
	box-shadow: 3px 3px 8px #333;
	display: none;
	max-width: 30%;
	padding: 15px; 
	position: absolute; 
		right: 30px; 
		top: 30px;
}

.voa__map__box h1 {
	font-size: 44px;
}

.voa__map__box p {
	font-family: serif;
	margin-bottom: 10px;
}

.voa__map__box ul {
    list-style-type: disc;
    padding-left: 20px;
}

.voa__country,
.voa__country--alt {
	padding-top: 20px;
	padding-bottom: 20px;
}

.voa__country--alt {
	border-bottom: 1px solid #CCC;
	background-color: #f1f1f1;
}

.voa__project .voa__country-name {
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.voa__candidate-name{
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	margin-left: 5%;
	width: 100%;
	z-index: 9999;
}

.voa__candidate-name a {
	color: #FFF;
	text-decoration: none;
}



.voa__candidate-name--first {
	display: none;
}

.voa__candidate-statements {
	-webkit-padding-start: 20px;
    margin-top: 0;
}

.voa__candidate-statements li{
	margin-bottom: 15px;
	list-style-type: disc;
}

.voa__mugshot {
	border-radius: 50%;
	border: 1px solid #FFF;
	margin: 2px 5px 2px 5%;
	vertical-align: middle;
	width: 40px;
}

.voa__mugshot--inset {
	border-radius: 50%;
	border: 8px solid #CB131A;
	width: 150px;
	float: right;
	margin: 10px 0 10px 10px;
	max-width: 50%;
	vertical-align: middle;
}

.voa__photo--inset {
	margin-bottom: 10px;
	width: 100%;
}


@media only screen and (min-width: 640px) {
	.voa__project .voa__graphic__title--large {
		font-size: 3rem;
		margin-bottom: 20px;
	}

	.voa__project .voa__graphic__readin {
		font-family: serif;
		font-size: 120%;
		line-height: 1.5;
		margin-bottom: 2rem;
	}
	.voa__candidate__portrait {
		width: 33%; margin-right: 20px; float: left;
	}
	.voa__map--banner {
		display: block;
		height: 400px;
	}

	.voa__project .voa__section__intro {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.voa__country,
	.voa__country--alt {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.voa__project .voa__country-name {
		margin-bottom: 30px;
		//text-align: center;
	}

	.voa__candidate-name {
		font-size: 24px;
	}

	.voa__candidate-name--first {
		//display: inline;
	}
}

@media only screen and (min-width: 992px) {
	.voa__project .voa__graphic__title--large {
		font-size: 4rem;
		text-align: center;
	}

	.voa__project .voa__graphic__title--section {
		font-size: 3rem;
	}

	.voa__project .voa__graphic__readin {
		font-size: 140%;
		line-height: 2;
	}

	.voa__graphic__intro {
		display: none;
	}

	.voa__map--banner {
		height: 600px;
		margin-top: 20px;
	}
	.voa__map__box {
		display: block;
	}

	.voa__project .voa__section__intro {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.voa__country,
	.voa__country--alt {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.voa__country-name{
		font-size: 30px;
	}
	.voa__mugshot {
		border: 3px solid #FFF;
		width: 60px;
	}

	.voa__candidate-statements li {
		font-size: 120%;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 1280px) {
	.voa__map--banner {
		height: 650px;
	}

	.voa__country--alt {
		border-radius: 4px;
	}
}







/* utility classes */

.voa__clear:before,
.voa__clear:after {
	content: " ";
	display: table;
}

.voa__clear:after {
	clear: both;
}



/* Basic grid */

.voa__grid,
.voa__grid__full {
	margin: 0 auto 1rem auto;
	max-width: 1280px;
	padding: 0 5%;
	width: 100%;
}

.voa__grid__full {
	padding: 0;
}

.voa__grid:before,
.voa__grid:after,
.voa__grid__full:before,
.voa__grid__full:after {
	content: " ";
	display: table;
}

.voa__grid:after,
.voa__grid__full:after {
	clear: both;
}


.voa__grid__element,
.voa__grid__one-half,
.voa__grid__one-third,
 {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 10px;
	vertical-align: top;
	width: 100%;
}
.voa__grid__one-half:first-of-type {
	margin-bottom: 30px;
}



@media only screen and (min-width: 641px) and (max-width: 991px) {
	.voa__grid__element {
		display: inline-block;
		//float: left;
		margin-right: 1.5%;
		width: 48.2%;
	}
	.voa__grid__element:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) {
	.voa__grid__element {
		display: inline-block;
		//float: left;
		margin-right: 1.25%;
		width: 32.5%;
	}
	.voa__grid__element:nth-child(3n) {
		margin-right: 0;
	}

	.voa__grid__one-half:first-of-type {
		margin-bottom: 30px;
		padding-right: 20px;
	}

	.voa__grid__one-half:nth-child(2) {
		//padding-left: 20px;
		//border-left: 1px dotted #CCC;
	}


}

@media only screen and (min-width: 641px) {
	.voa__grid__one-half {
		display: inline-block;
		//float: left;
		margin-right: 1.5%;
		vertical-align: top;
		width: 48.2%;
	}
	.voa__grid__one-half:nth-child(2n) {
		margin-right: 0;
	}

	.voa__grid__one-half:first-of-type {
		margin-bottom: 0;
	}

	.voa__grid__one-third {
		display: inline-block;
		margin-right: 1.5%;
		vertical-align: top;
		width: 32.5%;
	}
	.voa__grid__one-third:nth-child(3n) {
		//margin-right: 0%;
	}
	.voa__grid__two-thirds {
		display: inline-block;
		margin-right: 0%;
		vertical-align: top;
		width: 65%;
	}
}

@media only screen and (min-width: 992px) {
	.voa__grid {
		margin-bottom: 0;
	}
}


/* Country flags */
.voa__flag {
	background-image: url(../img/flag__china.jpg);
	background-size: cover;
	display: inline-block;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	width: 48px;
}
.voa__flag.china {
	background-image: url(../img/flag__china.jpg);
}
.voa__flag.south-korea {
	background-image: url(../img/flag__south-korea.jpg);
	border: 1px solid #CCC;
}
.voa__flag.philippines {
	background-image: url(../img/flag__philippines.png);
	border-left: 1px solid #CCC;
}
.voa__flag.north-korea {
	background-image: url(../img/flag__north-korea.png);
}
.voa__flag.japan {
	background-image: url(../img/flag__japan.png);
	border: 1px solid #CCC;
}
.voa__flag.vietnam {
	background-image: url(../img/flag__vietnam.png);
}
.voa__flag.burma,
.voa__flag.myanmar {
	background-image: url(../img/flag__burma.png);
}



/* Twitter styles */
.voa__twitter {
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 1px 1px 5px #999;
	margin: 0;
	padding: 30px;
}

.voa__twitter__tweet {
	font-family: serif;
	font-size: 170%;
	line-height: 1.1;
}

.voa__twitter__tweet a {
	color: #000;
	text-decoration: none;
}

.voa__twitter__tweet a:hover {
	text-decoration: underline;
}

.voa__twitter__attribution {
	display: block;
	margin-top: 20px;
}

.voa__twitter__attribution .voa__mugshot {
	margin-left: 0;
}

.voa__project .voa__twitter__timestamp {
	color: #999;
	font-weight: normal;
	margin-top: 5px;
}

@media only screen and (min-width: 641px) {
	.voa__twitter__attribution {
		margin: 10px auto;
		max-width: 60%;
	}
}


/* Responsive youtube embeds */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (min-width: 992px) {
	.voa__photo--inset {
		float: right;
		margin-left: 10px;
		width: 50%;
	}
}




/* map styles */
svg {
	font-family: SkolarSans-BdCond_Cyr-Ltn, Arial, sans-serif !important;
	background-color: #3d759c;
}

.voa__map__country,
.voa__map__country--included  {
	fill: #CCC;
	stroke: #fff;
	stroke-width: 1;
}
.voa__map__country--included {
	cursor: pointer;
	cursor: hand;
	fill: #999;
}
.voa__map__country--included:hover {
	fill: #900;
	stroke: #900;
}
.voa__map__label__country {
	fill: #900;
}
.voa__map__label__country-name{
	fill: #000;
}

.voa__map__label__country-abbr {
	fill: #000;
	display: none;
}

.voa__map__label__country-abbr--included {
	fill: #000;
	font-size: 150%;
	pointer-events: none;
}

.voa__map__label__country-name{
	fill: #000;
	display: none;
	pointer-events: none;
}




@media only screen and (min-width: 640px) {
	.voa__map__label__country-name{
		color: #000;
		display: block;
		font-family: SkolarSans-BdCond_Cyr-Ltn, Arial, sans-serif !important;
		font-weight: bold;
		text-transform: uppercase;
	}
	.voa__map__label__country-abbr--included {
		display: none;
	}
	.voa__map__label__country-abbr {
		font-size: 80%;
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.voa__map__label__country-name{
		letter-spacing: 0.1em;
		text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	}
}
