* { 
	padding: 0; 
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'futura-pt', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: 0;
}

a:hover {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

h1 {
	font-family: 'futura-pt';
	letter-spacing: 0px;
}

h3 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: 400;
	padding-bottom: 20px;
}

h4 {
	font-size: 1.8em;
	font-weight: 400;
	padding-bottom: 20px;
	letter-spacing: 0px !important;
	color: #1B1A1B;
}

h4 span {
	font-weight: 500;
}

h4 a {
	color: #dd3928;
	text-decoration: underline;
}

h4 a:hover {
	color: #90251A;
	text-decoration: underline;
}

h5 {
	font-size: 1.4em;
	font-weight: 400;
	padding-bottom: 5px;
	color: #1B1A1B;
}

h5 span {
	border-bottom: solid 1px #dd3928;
	display: inline;
	letter-spacing: 0.07em;
	padding-bottom: 5px;
}

h6 {
	color: #8C898F;
	font-size: 1.2em;
	font-weight: 400;
	padding-bottom: 15px;
}

h6 span{
	letter-spacing: 0.06em;
}

p {
	color: #1B1A1B;
	font-size: 1.3em;
	line-height: 1.15em;
}

.futura-condensed {
	font-family: 'futura-pt-condensed', sans-serif !important;
}

.share_home {
	padding-bottom: 40px;
}

.padding-bottom-reset {
	padding-bottom: 0px;
}

@media only screen and (max-width: 992px) {
	h1 {
		font-size: 2em;
		line-height: 1.1em;
	}


	h4 {
		font-size: 1.5em;
		line-height: 1.2em;
		font-weight: 400;
		padding-bottom: 10px;
	}

	h5 {
		font-size: 1.2em;
		line-height: 1.1em;
		font-weight: 400;
		padding-bottom: 10px;
	}

	h6 {
		color: #98959B;
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 400;
		padding-bottom: 10px;
	}
}

iframe {
    width: 100%;
}

.liberty__matching-container {
	padding-top: 50px;
	max-height: 150px;
	background: rgba(186,46,34,1);
	background: -moz-linear-gradient(top, rgba(186,46,34,1) 0%, rgba(186,46,34,1) 19%, rgba(221,58,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,46,34,1)), color-stop(19%, rgba(186,46,34,1)), color-stop(100%, rgba(221,58,40,1)));
	background: -webkit-linear-gradient(top, rgba(186,46,34,1) 0%, rgba(186,46,34,1) 19%, rgba(221,58,40,1) 100%);
	background: -o-linear-gradient(top, rgba(186,46,34,1) 0%, rgba(186,46,34,1) 19%, rgba(221,58,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(186,46,34,1) 0%, rgba(186,46,34,1) 19%, rgba(221,58,40,1) 100%);
	background: linear-gradient(to bottom, rgba(186,46,34,1) 0%, rgba(186,46,34,1) 19%, rgba(221,58,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2e22', endColorstr='#dd3a28', GradientType=0 );
}

.liberty__matching-container h5 {
	color: #fff;
}

.liberty__matching-container .liberty__join-btn {
	margin-top: 20px;
	text-align: left;
}

.liberty__matching-container .liberty__join-btn a:hover {
	color: #dd3928;
}

.liberty__matching-container .liberty__join-btn img{
	max-height: 20px;
	display: inline-block;
	margin-left: 10px;
}

.liberty__matching-container .liberty__join-btn img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.liberty__hover-box {
	background: #fff;
	padding: 15px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
	display: none;
}

.liberty__hover-box p {
	font-size: 1em;
}

.showHover {
	display: inline-block !important;
}

.liberty__dollar-box {
	text-align: right;
}

.liberty__matching-image {
	max-width: 250px;
	margin-top: -10px;
}

.mobile_show {
	display: none;
}

@media only screen and (max-width: 768px) {

	.liberty__matching-container {
		padding-top: 20px;
		max-height: auto;
	}

	.mobile_hide {
		display: none;
	}

	.mobile_show {
		display: block;
	}

	.liberty__matching-container .liberty__join-btn img{
		max-height: 20px;
		display: inline-block;
		margin-left: 0px;
		margin-top: 20px;
	}

	.liberty__matching-container .liberty__join-btn a {
		padding: 12px 12px;
	    font-size: 1em;
	    display: inline-block;
	}

	.liberty__announce-banner-text h5 {
		padding-bottom: 0px;
		margin-bottom: 5px;
	}

	.liberty__mobile-hover img {
		max-width: 15px;
		padding-bottom: 10px;
	}


}

.liberty__banner-content {
	padding: 90px 20px 170px 20px;
	background-position: top !important;
}

.liberty__image {
	max-width: 194px;
}

.liberty__banner-content h3 {
	color: #0064b1;
}

.liberty__banner-content h2 {
	font-size: 2.8em;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
}

.liberty__button-spacing {
	margin-top: 20px;
}

.liberty__input-amount {
	max-width: 530px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.liberty__input-amount h4 {
	position: absolute;
	top: 12px;
	left: 30px;
	width: 6px;
}

.liberty__input-amount input {
	padding: 18px 25px 20px;
	font-size: 3em;
	display: inline-block;
	border: solid 2px #0064b1;
	color: #000;
	height: 77px;  
	border-right: 0px;
	max-width: 320px;
}

.liberty__input-amount button {
	font-size: 1.2em;
	display: inline-block;
	margin-left: -3px;
	height: 77px;
	line-height: 1em;
	border-radius: 0px;
	vertical-align: top;
	background: #0064b1;
	font-weight: 700;
	border: solid 2px #0064b1;
	max-width: 182px;
}

.liberty__input-amount button:hover {
	background: #00335A;
	border: solid 2px #00335A;
}

@media only screen and (max-width: 992px) {
	.liberty__button-spacing {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 778px) {
	.liberty__banner-content {
		padding: 90px 20px 10px 20px;
	}

	.side_mobile_padding_reset {
		padding: 0px;
	}
}

@media only screen and (max-width: 596px) {

	.liberty__input-amount h4 {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 6px;
	}

	.liberty__input-amount input {
	    border-right: solid 2px #0064b1;
	    width: 100%;
	    max-width: 100%;
	}

	.liberty__input-amount button {
	    max-width: 100%;
	}

	.liberty__banner-content h3 {
	    font-size: 1.7em;
	    line-height: 1em;
	}
}

.liberty__content-container {
	padding-top: 50px;
	padding-bottom: 120px;
}

.liberty__content-why {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

@media only screen and (max-width: 778px) {

	.liberty__content-why {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 0px;
	}

}

.liberty__content-about h5 {
	color: #fff;
	padding-bottom: 7px;
}

.liberty__content-about p {
	color: #fff;
	font-size: 1.2em;
}

.liberty__join-btn {
	margin-top: 100px;
	text-align: center;
}

.liberty__join-btn a {
	padding: 12px 18px;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

.liberty__join-btn a:hover {
	background: #fff;
	color: #0064b1;
}

.liberty__content-donation {
	color: #0064b1; 
}

.liberty__content-donation p {
	color: #0064b1; 
	font-size: 1em;
}

.liberty__content-donation img {
	border-radius: 50%;
	margin-bottom: 20px;
}

.liberty__content-donation-title {
	padding-bottom: 30px;
}

.liberty__video {
	padding: 0px;
}

.liberty__video-image {
	width: 100%;
	height: 500px;
	position: relative;
}

.liberty__play-video-action img {
    text-align: center;
    display: block;
   	margin: 0 auto;
   	padding-top: 190px;
   	max-width: 130px;
}

.liberty__play-video-action img:hover {
    opacity: 0.8;
}

.video__secretpopout:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.video__secretpopout .video__popup-box {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 30px 10px 10px;
    background: #fff;
    position: relative;
   	max-width: 800px;
    width: 100%;
    padding: 10px 10px 6px 10px;
}

.video__secretpopout .video__close-popup {
    position: absolute;
    top: 0px;
    right: -25px;
    background: #fff;
    padding: 2px 7px 7px 7px;
}

.video__close-popup {
    position: absolute;
    top: 4px;
    right: 8px;
}

.video__close-popup img{
    max-width: 13px;
    margin-top: 3px;
}

.video__video {
    height: 454px;
}

.video__secretpopout {
    display: none;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0, 0.7);
    z-index: 100000;
    top: 0px;
    left: 0px;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 992px) {

    .video__play-button  {
        display: inline-block;
        width: 100%;
        max-width: 122px;
        margin-top: 40px;
    }

    .video__play-button img {
        width: 100%;
        max-width: 122px;
        display: block;
        margin: 0 auto;
        margin-top: -20px;
        padding-bottom: 120px;
    }

    .video__popup-box{
        max-width: 80% !important;
        padding: 25px;
        padding-bottom: 60px;
    }

    .video__video {
        height: 220px;
    }
}

.liberty__banner-bottom-content {
	padding: 90px 20px 170px 20px;
	background-position: top !important;
}

.liberty__banner-bottom-content h3 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.liberty__banner-bottom-content h4 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.liberty__button-bottom-banner {
	display: inline-block;
	padding: 18px 24px;
	margin-top: 10px;
	background: #0064b1;
	color: #fff;
	border-radius: 3px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

.liberty__button-bottom-banner:hover {
	background: #003A67;
	color: #fff;
}

.liberty__donor-list {
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}

@media only screen and (max-width: 992px) {

	.liberty__button-bottom-banner {
		padding: 18px 14px;
	}

	.liberty__donor-list {
		margin-top: 0px;
		font-size: 1em;
		line-height: 1em;
		text-align: center;
	}

}


.liberty__breakdown-title {
	height: 50px;
}

.liberty__breakdown-amounts {
	padding: 22px 25px 30px;
	color: #fff;
}

.liberty__breakdown-amounts h6 {
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	margin-top: 5px;
}

.liberty__breakdown-amounts p {
	color: #fff;
}

.liberty__breakdown-midblue {
	background: #165a7c;
}

.liberty__breakdown-darkblue {
	background: #09415c;
}

.liberty__breakdown-normalblue {
	background: #0064b1;
}

.liberty__prebreakdown-title {
	font-weight: 400;
	padding-bottom: 30px; 
}

.liberty__breakdown-large-amount {
	font-size: 5em;
	margin-top: 10px;
	display: block;
	line-height: 1em;
	margin-bottom: 20px;
}

.liberty__breakdown-content {
	height: 100px;
}

.liberty__join-breakdown {
	border: solid 1px #fff;
	padding: 20px 5px 22px;
	width: 100%;
	display: block;
	margin-top: 0px;
	border-radius: 3px;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
}

.liberty__breakdown-midblue .liberty__join-breakdown:hover {
	background: #fff;
	color: #165a7c;
}

.liberty__breakdown-darkblue .liberty__join-breakdown:hover {
	background: #fff;
	color: #09415c;
}

.liberty__breakdown-normalblue .liberty__join-breakdown:hover {
	background: #fff;
	color: #0064b1;
}

.liberty__questions-opened {
	padding-top: 10px;
	padding-bottom: 100px;
}

.liberty__question-section {
	margin-top: 50px;
}

.liberty__question-section h5 {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.questions_active {
	background: #d1d2d3;
}

.questions_active:hover {
	background: #DBDBE0;
	cursor: pointer;
}

.slide_questions {
	display: none;
}

.liberty__main-body-section {
	background: #cae3f6; 
	background-image: url(http://www.libertyinnorthkorea.org/wp-content/uploads/2015/07/liberty__LandscapeClipped.png);
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}