@charset "UTF-8";
/* CSS Document */

/*
**************************
Header bar
**************************/

.logopadding {
	padding: 19px 0px 27px 20px;
}

/*
*********************************
Red solid column under the header
*********************************/

.redhdrrule {
	padding: 7px 0;
}

/*
****************************
Main homepage content area
****************************/ 

.homepic {
	background-image: url(../images/home_image1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.transparencyblend {
	color: #FFF;
	background: linear-gradient(to right, rgba(0,0,0,0.60),rgba(0,0,0,0));
	margin-left: 0.25em;
	margin-bottom: 12em;
	margin-top: 0px;
	padding-left: 0.5em;
	padding-top: 8px;
}
ul.homebullets {
	max-width: 550px;
	margin-left: 0px;
    padding-left: 30px;
}
.homebullets {
	font-size: 1.1em;
	line-height: 1.4em;
}

/*
************************************
Blue bottom navigation bar
************************************/

.footernav {
	color: #FFF;
	border-right: 1px solid #FFF;
	padding-left: 36px;
	padding-right: 36px;
	
}
.addressfooternav {
	color: #FFF;
	border-right: 1px solid #FFF;
	padding-left: 36px;
	padding-right: 36px;
	
}
.footernavlast {
	color: #FFF;
	padding-left: 36px;
	padding-right: 36px;
}
.footernavhdr {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.floatleft {
	padding-top: 5px;
	float: left;
	font-size: 19px;
}
.floatright {
	float: right;
	font-size: 17px;
	color: #a4c1f1;
}
.emailbottomrule {
	margin-top: -5px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #a4c1f1;
}
.phonebottomrule {
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #a4c1f1;
}
.faxpadding {
	padding: 4px 0px 0px 0px;
	margin-bottom: -6px;
}
p.addressspacing {
	/*line-height: 1.3;*/
    font-size: 16px;
	padding-top: 0px;
}
.p7PM3-14 ul li a:hover {
	background-image: url(img/pmm3-down-dark.gif);
	outline: none;
	color: rgb(139,5,54);
	text-decoration: none;
}

/*
*****************
Footer
*****************/

.footerbar {
	font-size: 13px;
	padding: 14px 0px;
}
.footerbarbkgrnd {
	padding: 24px 0px;
	background-color: rgb(36,84,151);
	background-image: url(images/footerbkgrnd.gif);
	background-repeat: no-repeat;
	background-size: cover;
}

/*
************************
INSIDE PAGE STYLES
************************
*/
#p7HMY_6 #nounderline a {
	text-decoration: none;
}
.photobkgrnd {
	background-image: url(../images/photoblendbkgrnd.gif);
	background-repeat: repeat-x;
}
.threecolumnlist ul, .twocolumnlist ul, .onecolumnlist ul  {
	padding: 0px 0px  10px 18px;
	margin: 0;
}
.onecolumnlist li, .teamlist li {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  margin: 0 2% 0 0;
  padding: 0 0 5px 0px;
}
.twocolumnlist li {
  display: inline-block;
  font-size: 17px;
  width: 46%;
  margin: 0 2% 0 0;
  padding: 0 0 5px 0px;
}
.threecolumnlist li {
  display: inline-block;
  font-size: 18px;
  width: 30%;
  margin: 0 2% 0 0;
  padding: 0 0 5px 0px;
}
.threecolumnlist li:before, .twocolumnlist li:before, .onecolumnlist li:before, .teamlist li:before {
	content: "•";
	font-size: 22px;
    padding-right: 5px;
    color: rgb(36,84,151);
}
#p7HMY_3 {
	color: #6c6c6c;
}
#p7HMY_3 p {
	font-size: 18px;
	line-height: 27px;
	margin: 0px 0px 12px 0px;
}
.leftcontentpadding {
	padding: 24px 40px 30px 20px;
}
.sidebarpadding {
	padding: 0px 0px 30px 0px;
}
.callout {
	font-weight: 100;
	font-size: 34px;
	line-height: 38px;
}
.callout2 {
	color: rgb(36,84,151);
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	line-height: 28px;
}
.teamlist ul {
	padding-bottom: 20px;
}
.teamlist li {
  list-style-position: inside;
  text-indent: -0.75em;
  padding-left: -0.75em;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 20px;
}
.photoalign {
	text-align: center;
}
.h-rule {
	border-bottom: 1px solid rgb(36,84,151);
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
.googlemap {
	border: 1px solid #939393;
	display: block; 
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/****************************************
RESPONSIVE FORM STYLES
*****************************************
*/


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form {
	padding-top: 20px;
}
.formpadding {
	padding-top: 20px;
}

body {
  padding: 20px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label, legend {
  width: 20%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 80%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 100%;
  border: 1px solid #848b99;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
  height: 26px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
.redasterisk {
	color: #F00;
}
#p7HMY_6 #applyform a {
	border-bottom: none;
	transition: all linear .25s;
	color: rgb(36,84,151);
	text-decoration: none;
}
#p7HMY_6 #applyform a:hover {
	color: rgb(139,5,54);
}
.small{
	color:#666666;
	display:block;
	font-size:13px;
	font-weight:normal;
	width:140px;
	}

/*******************************
RECENTLY FUNDED STYLES
********************************
*/

.bottom {
	padding-bottom: .5em;
	text-align: center;
}
.mbx-row {
}

.mbx-row:after {
	content: "";
	display: table;
	clear: both;
}
.mbx-column {
	float: left;
	box-sizing: border-box;
	padding: 3px;
}
.column-70 {
	width: 66%;
	margin-left: 2%;
}
.column-30 {
	width: 28%;
	margin: 0px 2%
}
.mbx-column p {
}

.mbx-column img {
	border-radius: 6px;
}
code {
	word-wrap:break-word;
}
.bg-special.color-2 .content {
	background-color: #999 !important;
}

.mbx-thumbs img {
	border: none !important;
	border-radius: 5px;
}

.bigg {
	background: none !important;
	color: #666666;
	padding: 0px !important;
}

.styled-link {
	display: inline-block;
	color: #999;
	padding: 1em 1.35em;
	background-color: #111;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.styled-link:hover {
	background-color: #269DB0;
	color: #000;
}

.bigg.yeller {
	background-color: #6C7A7B !important;
	padding: 1em !important;
	color: #FFFFFF !important;
}

/*we change the overlay color*/

.p7MBX-01.dark.p7mbx-overlay.transparency { 
	background-color: rgba(0,0,0,0.80);
}
.mbx-row {
	color: #939393
}
.mbx-row ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fundedhdr {
	font-size: 1.4em;
	font-weight: bold;
	color: #555f71;
}
.italic-link {
	font-style: italic;
}
.map-wrapper {
	margin: 0px 20px;
}
#p7HMY_6 .prophdr {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0px 0px 0px;
}
#p7HMY_6 .proptext {
	font-size: 0.90em;
	margin-top: -8px;
	padding: 0;
	line-height: 1.2em;
	padding-right: 1.5em;
}
#p7HMY_6 #propertypic img {
	border: 1px solid #000;
}
#p7HMY_6 #propertypic ul {
	color: #022263;
	font-size: 0.90em;
	line-height: 1.2em;
	list-style-type: none;
	margin: 6px 0 2em 0;
	padding: 0;
}



@media only screen and (min-width: 769px) and (max-width: 1024px) {

.footernav {
	padding-left: 20px;
	padding-right: 20px;	
}
.addressfooternav {
	padding-left: 20px;
	padding-right: 20px;
	
}
.footernavlast {
	padding-left: 20px;
	padding-right: 20px;
}
#p7HMY_3 p {
	font-size: 15px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}
.callout {
	font-weight: 100;
	font-size: 27px;
	line-height: 32px;
}
.twocolumnlist li {
  font-size: 15px;
   padding: 0 0 3px 0px;
}
.twocolumnlist li:before {
	font-size: 20px;
}

form > div > label,
	legend {
  	text-align: right;
}

}

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

.p7HMY.two .hmy-section {
	flex-basis: 50% !important;
}
	
#p7HMY_2.logobottompad {
	padding-bottom: 0px;
}
.homepic {
	background-image: url(../images/home_imagemobile1.jpg);
}
.transparencyblend {
	background: linear-gradient(to right, rgba(0,0,0,0.60),rgba(0,0,0,0.6));
	margin-left: 0em;
	margin-bottom: 0em;
	margin-top: 0px;
	padding-left: 0em;
}
.footernav {
	border-bottom: 1px solid #a4c1f1;
	padding: 4px 0px;
	margin: 6px 20px 0px 20px;	
}
.addressfooternav {
	border-bottom: 1px solid #FFF;
	padding: 4px 0px 10px 0px;
	margin: 6px 20px;
}
.footernavlast {
	padding-left: 20px;
	padding-right: 20px;
}
.emailbottomrule {
	margin-top: 4px;
}
p.addressspacing {
	line-height: 1.3;
	padding-top: 4px;
}
.smartpadding {
	margin-bottom: 8px;
}
.callout {
	font-weight: 100;
	font-size: 20px;
	line-height: 26px;
}
#p7HMY_3 p {
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 9px 0px;
}
.twocolumnlist ul, .onecolumnlist ul  {
	padding: 0px 0px 0px 6px;
	margin: 0;
	line-height: 1;
}
.onecolumnlist li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 15px;
}
.twocolumnlist li {
  font-size: 14px;
  width: 49%;
}
.twocolumnlist li:before, .onecolumnlist li:before, .teamlist li:before {
	content: "•";
	font-size: 19px;
    padding-right: 5px;
    color: rgb(36,84,151);
}
.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0,0,0,0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}
.teamphoto {
	text-align: center;
	margin-bottom: 10px;
}
.teamlist ul {
	margin-top: 10px;
}
.teamlist li {
  text-indent: -0.9em;
  padding-left: 1em;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
}
.smartpadding {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}
.h-rule {
	border-bottom: 1px solid rgb(36,84,151);
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

/****************************
ONLINE FORM STUFF
*****************************
*/

form > div {
    margin: 0 0 15px 0; 
}
form > div > label,
legend {
	width: 100%;
    float: none;
    margin: 0 0 5px 0;
}
form > div > div,
form > div > fieldset > div {
   width: 100%;
   float: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
   width: 100%; 
}
/******************
  MAGIC BOX STUFF
*******************
*/
.mbx-column {
	float: none;
	width: auto !important;
}

.bigg {
	padding: 12px;
}

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
.p7HMY.two .hmy-section {flex-basis: 100% !important;}
}