@charset "utf-8";
/* CSS Document */
 html, body{
	margin: 0;
	padding: 0; 
	font-family: 'Libre Baskerville', serif;
	background-color: #ffffff;
	 color: #8C8C8C;
	 font-size: 15px;
 }
.holder{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;	
}
.clear{
	clear: both;
}
.navigationmobile{
		display: none;	
}
p{
	margin-bottom: 25px;
}
#mobilemenu{
	display: none;	
}
.navigation{
	position: fixed;
	height: 100vh;
	width: 255px;
	padding: 6vh 10px;
	text-align: left;
	background-color: #EB0029;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.logo{
	width: 100%;
	text-align: center;
}
.logo img{
	width: 70%;
}
.nav ul{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin: 0;
	padding:8vh 10px 0 45px;
	display: block;
}
.nav ul a{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.nav ul li{
	font-weight: 300;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 15px;
	display:inline-block;
	width: auto;
	margin: 2vh 0;
	color: #ffffff;
	box-sizing: border-box;
	border-left: 4px solid #EB0029;
}
.nav ul img{
	float: left;
	margin: 3vh 0;
	padding: 0 20px 0 0;
}
.nav ul li.highlight{
	padding: 10px;
	margin: 20px 0;
	background-color: #4552A2;
	border-left: 4px solid #4552A2;
	border-right: 4px solid #4552A2;
}
.nav ul li:hover, .nav ul li.active{
	border-left: 4px solid #4552A2;
}
.nav ul li img{
	padding: 0 7px;	
}
.ve{
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);	
}
.disc{
	position: absolute;
	display: block;
	bottom: 80px;
	left: 35px;

	font-size: 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
.rightsection{
	position: relative;
	z-index: 1;
	float: right;
	width: -moz-calc(100% - 255px);
    width: -webkit-calc(100% - 255px);
    width: calc(100% - 255px);	
	background-image: url(../../../images/background-image.png);
	background-size: 100%;
	background-position: top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.rightsection.meetpage{
	background-image: url(../../../images/background-image.png);
}
.holdhead{
	position:fixed;
	top: 0;
	width: 100%;
	height: 70vh;
	background-image: url(../../../images/background-image.png);
	background-position: center;
	background-size: cover;	
	z-index: 1;
}
.holdhead.meetpage{
	background-image: url(../../../images/background-image.png);
}
#head{
	transition: 0.6s ease-in-out;
	opacity: 0;	
}
.title {
    background-color: rgba(0, 71, 151, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-calc(100% - 255px);
    width: -webkit-calc(100% - 255px);
    width: calc(100% - 255px);	
    height: 100%;
	text-align: center;
}
.title h1.sub{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 5vh;
	margin: 15% 0 0 0;
	padding:30px;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	background-image: url(../../../images/h1bg.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}
.title h1{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 4.5vh;
	margin: 20px 0 0 0;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: 3px;
	
}
.title h1 .light{
	font-family: 'Libre Baskerville', serif;
	text-transform: lowercase;
	font-style: italic;
}
.title img{
	margin: 10% 0 0 0;
	width:35%;
}
.maintext{
	position: relative;
	z-index: 2;
	float: left;
	margin-top: 60vh;
	min-height: 30vh;
	width: 100%;
}
.maintext.blue{
	background-color: #004A97;	
}
.maintext img{
	max-width: 100%;
	height: auto !important;
}
.issueblock{
	float: left;
	width: 100%;
	color: #ffffff;
	background-color: #004A97;	
}
.issueblock .holdimage{
	float: right;	
	width: 420px;
	height: 398px;
	overflow: hidden;
}
.issueblock img{	
	height: 100%;
	margin-left: -5px;
}
.issueblock2{
	float: left;
	width: 100%;
	color: #ffffff;	
	background-color: #263746;
}
.issueblock .issuetext{
	padding: 20px 40px;	
	float: left;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	width: -moz-calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);	
}
.issueblock2 .holdimage{
	float: left;	
	width: 420px;
	height: 398px;
	overflow: hidden;
}
.issueblock2 img{	
	width: auto;
	height: 100%;
	margin-left: -5px;
}
.issueblock2 .issuetext{
	padding: 20px 40px;	
	float: right;
	width: 60%;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	width: -moz-calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);	
}
.homeblock{
	display: block;
	margin: 10px auto;
	width:67%;
	max-width: 685px;
	background-color: #ffffff;	
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.32);
	box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.32);
	text-align: center;
	padding: 0px 70px 30px 70px;
}
.news .homeblock {
	background-position: center 105px;
	background-size: 86% 210px;
	background-repeat: no-repeat;
	text-align: left;
	margin: 50px auto;
	position: relative;
	padding-bottom: 42px !important;
}
.news .homeblock h2 {
	padding: 0px 0px 28px;
}
.news .homeblock p {
	line-height: 34px;
	margin-bottom: 0px;
}
.newsimg {
	background-size: cover;
	background-position: center -40px;
	background-repeat: no-repeat;
	height: 210px;
}
.meetjim .homeblock{
	padding: 10px 70px 30px 70px;
}
.negmarg{
	margin-top: -0px;
	padding-bottom: 30px;
}
.meetjim p, .meetjim h2{
	text-align: left;
}
p{
	font-size: 15px;
	line-height: 29px;
}
p.quotename{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #EB0029;
	font-size: 17px;
	text-transform: uppercase;
}
img.iconimg{
	display: inline-block;
	margin: -57px auto 0 auto;
	    padding: 5px;
    border-radius: 50px;
	
}
.homeblock label{
	display: block;	
	font-weight: 300;
	font-size: 2.3vh;
	padding: 10px 0 5px 0;
}
.homeblock input[type=text], .homeblock input[type=email]{
	width: 100%;
	background-color: transparent;
	color: #8C8C8C;
	padding: 12px ;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	border: solid 2px #D1D1D1;
	font-size: 12px;
	margin: 20px 0;
	font-family: 'Libre Baskerville', serif;
}
.homeblock button{
	color: #ffffff;
	border: none; 	
	background-color: #4552A2;
	font-size: 13px;
	padding: 15px 40px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	 border-radius: 21px;
}

.news .homeblock button{ 
	cursor: pointer;
	position: absolute;
}
.maintext h2{
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
	color: #4552A2;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;	
	margin: 0;
}
.maintext h2 .light{
	font-family: 'Libre Baskerville', serif;
	font-size: 17px;
}
.issuetext p{
	font-weight: 300;
	font-size: 2.3vh;
}

.homeblock .homelefthold{
	padding: 20px 40px;	
	float: left;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);	
}
.homelefthold p{
	font-weight: 300;
	font-size: 2.3vh;
}
.homeblock .homelefthold2{
	padding: 20px 40px;	


}
.homelefthold2 p{
	font-weight: 300;
	font-size: 2.3vh;
}
.quote{
	float: left;
	width: 100%;
	padding: 40px;	
	-moz-box-sizing: border-box;
 	box-sizing: border-box;

	 font-family: 'Libre Baskerville', serif;
	font-style: italic;
	text-align: center;
	font-size: 2.3vh;
	line-height: 5vh;
}
.donateblock{
	padding: 30px;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	float: left;
	width: 100%;
	background-color: #004A97;	
}
.linkbuttons{
	float: left;
	width: 50%;	
	text-align: left;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 40px 0;
}
.linkbuttons a{
	border: solid #ffffff 1px; 	
	background-color: transparent;
	font-weight: 300;
	font-size: 2.3vh;
	padding: 10px 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	font-style: normal;
}
.linkbuttons a:first-child{
	margin-right: 60px;	
}
.sharebuttons{
	float: right;
	width: 50%;	
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 40px 0;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;	
	font-style: normal;
	font-weight: 300;
	vertical-align: central;
}
.sharebuttons img{
	padding-left: 20px;	
}
.leftvolhold{
	float:left;
	width: 40%;	
	background-color: #004A97;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 40px;
	
}
.sharebuttonsvol{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;	
	font-style: normal;
	font-weight: 300;
	padding-top: 40px;
}
.leftvolhold p{
	font-weight: 300;
	font-size: 2.3vh;
}
.sharebuttonsvol img{
	padding-left: 20px;	
}
.rightvolhold{
	float:right;
	width: 60%;	
	background-color: #263746;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 0 40px;
}
.rightvolhold2{
	float:right;
	width: 60%;	
	background-color: #263746;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 40px 40px;
}
.form-all{
	width: 100% !important;	
}
.opacity{
	opacity:1!important;
}
a {
	text-decoration: none;
	color: #4552A2;
}
.contentpdf {
   width: 100%;
   margin: 0px auto;
}

.embed-container {
   height: 0;
   width: 100%;
   padding-bottom: 120%; /* play with this until right */
   overflow: hidden;
   position: relative;
}

.embed-container iframe {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
@media screen and (max-width:1175px){
	.issueblock2, .issueblock{
		height: 398px;
   		overflow: hidden;
	}
	.issueblock2 .holdimage, .issueblock .holdimage{
		width: 35%;	
		text-align: center;
	}
	.issueblock2 .holdimage img, .issueblock .holdimage img{
		margin-left: -20%;
	}
	.issueblock2 .issuetext , .issueblock .issuetext {
		width: 65%;	
	}
	.homelefthold p{
		font-size: 16px;	
	}
	.holdhead{
		height: 55vh;
	}
	.maintext{
		margin-top: 55vh;	
	}
	.leftvolhold{
		width: 100%;
		text-align: center;	
	}
	.rightvolhold2, .rightvolhold{
		width: 100%;	
	}
	.sharebuttonsvol{
		display: none;	
	}
}
@media screen and (max-width:850px){
	.meetjim .homeblock, .homeblock{
		padding: 10px 40px 30px 40px;
	}
	.logo img{
		width: auto;
	}
	.rightsection{
		width: 100%;	
	}
	.navigation{
		display: none;	
	}
	.navigationmobile{
		position: relative;
		height: 105px;
		text-align:center;
		display: block;	
		z-index: 5;
		background-color: #EB0029;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	.logo{
		position: relative;
		z-index: 5;	
		padding: 15px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%
	}
	.nav {
		display: none;
		background-color: #EB0029;
		position: relative;
		width: 100%;
		z-index: 3;	
		padding: 0 15px 0 -15px;
	}
	.nav ul{
		margin: 0;
		display: block;
		padding: 0px 10px 0 25px;
	}
	.disc, .ve{
		left: 25px;
	}
	.nav ul li img{
		padding: 0 7px;	
	}
	.holdhead{
		top: 141px;	
	}

	.title{
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.holdhead{
		float: left;	
		position: relative;
		top: 0;
		height: 40vh;
	}
	.rightsection {
    	background-attachment: scroll;
	}
	.maintext{
		margin-top: 40vh;
	}
	.menuicon{
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 20px;
		z-index: 10;
	}
	.title img{
		margin-top: 7%;
		width:55%;
	}
	.title h1{
		font-size: 3.5vh;
	}
	.homeblock .homelefthold, .homeblock .homelefthold2{
		padding: 15px;	
	}
	.holdimage2 img{
		padding: 30px 15px 15px 15px;	
	}
	.leftvolhold, .rightvolhold, .rightvolhold2{
		padding: 15px;
	}
	#mobilemenu{
		height: 100vh;
		height: -moz-calc(100vh - 104px);
    	height: -webkit-calc(100vh - 104px);
    	height: calc(100vh - 104px);	
	}
	.linkbuttons{
		width: 100%;	
	}
	.sharebuttons{
		width: 100%;	
		text-align: center;
	}
	.sharebuttons img {
   		padding-left: 10px;
	}
}
@media screen and (max-width:700px){
	.homeblock{
		width: 90%;
	}
	.holdimage{
		width: 100%;	
		margin: 0;
	}
	.issueblock2 .holdimage, .issueblock .holdimage{
		width: 100%;	
		height: auto;
	}
	.holdimage2 img{
	float: right;	
	width: 30%;
}
	.issueblock .holdimage img, .issueblock2 .holdimage img{
		width: 100%;
		margin: 0;	
	}
	.issueblock2 .issuetext, .issueblock .issuetext{
		width: 100%;	
		padding: 15px;
	}
	.issueblock2, .issueblock{
		height: auto;	
	}
	.linkbuttons {
		text-align: center;	
	}
	.linkbuttons a:first-child{
		margin-right: 30px;	
	}
	.quote{
		padding: 15px;	
	}
}