.page_title {
	color:#FFF;
	font-size:2.8em;
	margin-left:20px;
}
#gmintro {
	color:#FFF;
	font-size:1.4em;
	margin-left:20px;
	margin-bottom:40px;
}
#gmviewbanner {
	background: url(/img/grant_profile_bg.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding:10px;
  	margin-bottom:20px;
}
#gmthe123 {
	display:flex;
	width:90%;
	margin: 60px auto;
	justify-content:space-between;
	background-color:rgb(255, 255, 255, 0.8);
	padding:20px 0;
}
.the123hover {
	cursor:pointer;
	cursor:hand;
}
#gmthe123 > div {
	width:30%;
	height:150px;
	width:350px;
	height:170px;
  	text-align:center;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	padding:10px;
}
.the123_number {
	width:87px;
	height:68px;
	text-align:center;
	margin:auto;
	margin-left: calc(50% - 34px);
  	-webkit-print-color-adjust: exact;
}
.bluenumber {
	color: #ffffff;
	font-weight: bold;
	font-size:2em;
	line-height: 2.2em;
	text-align: center;
	width: 2.4em;
	padding:0px 0 0 3px; 
}
.the123_title {
	font-weight:bold;
	font-size:1.6em;
	margin-bottom:20px;
}
.the123_text {
	font-size:1.1em;
}
#gmthe123 h1 {
	padding:0;
	margin:0 0 10px 0;
	color:#1f497d;
	font-weight:bold;
	font-size:1.5em;
}
.greyarrow {
	background-image:url(/img/grey_arrow.png);
	background-repeat:no-repeat;
	background-position:0 80px;
	width:31px !important;
	-webkit-print-color-adjust: exact;
}

#grant_title {
	font-size:2.5em;
	font-weight:bold;
	margin:40px 0;
}
#grant_container {
	width:75%;
	margin:auto;
}
#socialdiv {
	margin-top:40px;
}
.ui-dialog-apply .ui-dialog-titlebar {
	background-color:#3668af;
	color:#FFF;
	text-align:center;
}
.ui-dialog .ui-dialog-content {
	padding: .5em 2em;
}
#dialog_apply_button {
	text-align:center;
	margin:20px 0 10px 0;
}
#dialog_apply_button > button {
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
.ui-dialog-apply #dialog_application_url {
	color:blue;
}