.fund-wrap {
	background-color: #0F5170;
	border-top: 5px solid #0F5170;
}

.fund-main {
	background-color: #51DD88;
	width: 800px;
	margin: 0 auto;
	border-left: 5px solid #0F5170;
	border-right: 5px solid #0F5170;
	padding-top: 50px;
}

.fund-main a {
	color: #0F5170;
	border-bottom: 3px solid #FEFD6A;
	padding-top: 6px;
}

.fund-main a:hover {
	background-color: #FEFD6A;	
	text-decoration: none;
}

.flags {
	background-image: url('https://images.jacobinmag.com/2016/12/flags.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 190px;
}

.heading {
	background-image: url('https://images.jacobinmag.com/2016/12/type.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 335px;
	padding-top: 170px;
}

.heading h1 {
    text-align: center;
    border-top: 3px solid #0F5170;
    border-bottom: 3px solid #0F5170;
    margin: 0 auto;
    padding: 15px 0;
    display: block;
    width: 250px;
    color: #0F5170;
    line-height: 1.2em;
}

.heading a {
    font-family: "Hurme-No3", 'Times New Roman', Times, serif; 
    font-weight: 600; 
    font-style: normal;
    font-size: 32px;
    text-align: center;
    border: none;
}

.heading a:hover {
	cursor: pointer;
	background: transparent;
	color: #FEFD6A;
}

h1 cite {
	font-family: "Hurme-No3", 'Times New Roman', Times, serif; 
	font-weight: 600;
	font-style: italic
}

.fund-main p {
  font-family: "Hurme-No3", 'Times New Roman', Times, serif; 
  font-weight: 600; 
  font-style: normal;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  width: 450px;
  color: #0F5170;
  line-height: 1.3em;
	font-weight: 600;
}

.fund-main p cite {
	font-family: "Hurme-No3", 'Times New Roman', Times, serif; 
}

.landscape-1 {
	background-image: url('https://images.jacobinmag.com/2016/12/landscape-1.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 450px;
	margin-top: -160px;
}

.landscape-1::before {
	content: "Click to View Video";
	display: block;
	position: absolute;
	width: 800px;
	height: 449px;
	text-align: center;
	font-family: "Hurme-No3", 'Times New Roman', Times, serif; 
    font-weight: 600; 
    font-style: normal;
    font-size: 24px;
	cursor: pointer;
	color: #0F5170;
	background-image: url('https://images.jacobinmag.com/2016/12/play.png');
	background-position: center 150px;
	background-repeat: no-repeat;
}

.landscape-1:hover::before {
	background-color: rgba(81,221,136,0.8);
}

.fundraiser-video {
	display: none;
}

.landscape-1.showvideo::before {
	content: none;
}

.landscape-1.showvideo .fundraiser-video {
	display: block;
}

.landscape-2 {
	background-image: url('https://images.jacobinmag.com/2016/12/landscape-2.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 427px;
	margin-top: 60px;
}

.landscape-3 {
	background-image: url('https://images.jacobinmag.com/2016/12/landscape-3.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 445px;
	margin-top: 100px;
}

.landscape-3 p {
	font-size: 15px;
	text-align: left;
	margin: 0;
	padding: 400px 0 0 20px;
}

.nova-scotia {
	background-color: #44DD77;
	padding-top: 120px;
	border-top: 5px solid #0F5170;
}


.fund-main .train-car {
	border-top: 5px solid #0F5170;
}

.fund-main .ideas {
	background-image: url('https://images.jacobinmag.com/2016/12/ideas.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 449px;
}

.fund-main .moving {
	background-image: url('https://images.jacobinmag.com/2016/12/moving.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 451px;
	margin-top: 100px;
}

.fund-main .donations {
	background-image: url('https://images.jacobinmag.com/2016/12/donate.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 451px;
	margin-top: 100px;
}

.accomplishments {
	border-top: 5px solid #0F5170;
	margin-top: 100px;
	padding-top: 90px;
}

.accomplishments img {
	width: 150px;
	border: 4px solid #0F5170;
	
}

.accomplishments p {
	width: 275px;
}

img.lincoln, img.jones {
	float: left;
	margin-left: 60px;
	margin-right: 30px;
	
}

img.lincoln, img.tubman {
	margin-top: 10px;
}

img.tubman, img.debs {
	float: right;
	margin-right: 60px;
	margin-left: 30px;
}

img.jones, img.debs {
}

.page-template-fundraiser_template .fund-banner {
	display: none;
}


