body {
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
   font-weight: 300;
	background:#fff;
	color:#0d1d2a;
	
}
#wrapper {
	
	margin: 0;
	padding: 0;
	width: 100%;
	position:relative;

}
.header {
   /* border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);*/
  
    min-height:60px;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
	
	background:linear-gradient(to bottom, #fff, #f5f5f5) repeat scroll 0 0 ;
	border-bottom:6px solid #de2121;
	
}
.logo {
		padding:20px 25px 35px;
		-webkit-transform: skew(20deg) !important;
-moz-transform: skew(20deg) !important;
-o-transform: skew(20deg) !important;
    transform: skew(20deg) !important; 
		
}

.parallelogram{  
background:linear-gradient(to bottom, #cd0a0a, #de2121) repeat scroll 0 0 ;
        background: ;
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
    transform: skew(-20deg);
   }

.bannerarea {
	margin:0;
	height:440px;	 
	background:url(../images/florida1-ban.png) no-repeat left top #469de1 ;
    width:100%;
	position:relative;
	height:395px;
	
}

.slide-text{
    /*background:rgba(34, 200, 71 , 0.5);*/
	background:rgba(66, 173, 55 , 0.8);
    color: #FFFFFF;
    font-size: 15px;
    left: 33%;
    padding: 0 20px;
    position: absolute;
    top: 96px;
    width: 360px;
	border-top:8px solid #0D1A23;
	border-bottom:8px solid #0D1A23;
	
}
 .slide-text h3{color: #FFFFFF;}

.bannerbot{ background:url("../images/bg_stripe.png") repeat scroll left top #42AD37; padding:20px; min-height:100px; color:#fff;}

.space {
	height: 32px;
}
.main-menu{
background:linear-gradient(to bottom, #fff, #e6e5ed) repeat scroll 0 0 ;
	border-top:1px solid #e4e4e6;
	box-shadow: 1px 1px 4px #9A9494;	
	
	}
.navbar {
	border-radius:0px;
	list-style:none;
}
.navbar-inverse {
}
.navbar-inverse .navbar-nav > li > a {
    color:#777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight:normal;
    padding:9px 20px;
   
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: #0c5747;
}
.topnav {
	background:#EBEBEB;
	color:#f3f3f3;
	font-size:11px;
	text-align:center;
	padding:7px 10px;
}
.topnav a{color: #2D1E45;
    font: 10px/20px arial,verdana,sans-serif;
    height:26px;
    text-transform: uppercase;
	padding:4px 10px;
	text-decoration:none;
}
.nav>li {
	margin-left:11px;
}
.nav > li:first-child {
	margin-left: 0px;
}
.navbar-collapse {
	padding-left: 0px;
}
.navbar-nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.mobile-menu {
	display: none;
}
.mobile-menu select {
	background: linear-gradient(to bottom, #F9F9F9 21%, #C2C2C2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	height: 31px;
	padding: 3px;
	width: 100%;
	margin-top: 8px;
}
.desktop-menu {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 13px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 15px;
	list-style: none;
	background-color: #11705c;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.navbar-nav li.dropdown:last-child > .dropdown-menu {
	right: 0px;
	float: right;
	left: inherit;
}
.hero {
	margin-bottom: 30px;
}
.hero h2 {
	font-family: 'Times New Roman';
	text-align: center;
	font-size: 38px;
	color:#000;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #fff;
	white-space: nowrap;
}
.block {
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 34%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(34%, #ffffff), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 34%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 34%, #f6f6f6 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 34%, #f6f6f6 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 34%, #f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0px 0px 4px #ccc;
	padding: 0;
	margin: 0 10px;
	width:30%;
	border-radius: 8px;
}
.cta {
	margin-bottom: 30px;
}
.block .row {
	margin-bottom: 4px;
}
.block .row:first-child {
	margin-top: 4px;
}
.block .row .col-md-2 {
	padding-left: 8px;
	padding-right: 8px;
}
.block .row .col-md-2 img {
	width: 100%;
}
.block-title {
	background-color: #116e5a;
	min-height: 70px;
	border-radius: 0 0 8px 8px;
	margin: 1px !important;
}
.block-title h3 {
	font-size: 32px;
	text-align: center;
	width: 66%;
	margin: 14px auto;
	color: #fff;
	font-style: italic;
	font-family: serif;
}
.block-title i {
	float: left;
	margin-right: 14px;
	color: #fff;
	font-size: 28px;
}
.block-title a {
	display: block;
	float: left;
	line-height: 26px;
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-family: serif;
}
.img-fix {
	margin-bottom: 9px
}
.boxes {
	padding-left: 59px;
}
.home-left h2 {
	font-family: serif;
	font-style: italic;
	margin-bottom: 26px;
}
.home-right h2 {
	font-family: serif;
	font-style: italic;
	margin-bottom: 26px;
}
.home-right .row p {
	margin-bottom: 37px;
	margin-top: 8px;
}
.home-right .row span {
	color:#666;
	font-size: 11px;
	font-style:italic;
}
.side-right .home-left {
	border-right: 0px;
}
.side-right {
	border-left:1px solid #ccc;
}
.one {
	background: url(../images/1.png) top left no-repeat !important;
	min-height: 33px;
	padding-left: 42px;
	padding-top: 6px;
}
.two {
	background: url(../images/2.png) top left no-repeat;
	min-height: 33px;
	padding-left: 42px;
	padding-top: 6px;
}
.three {
	background: url(../images/3.png) top left no-repeat;
	min-height: 33px;
	padding-left: 42px;
	padding-top: 6px;
}
.four {
	background: url(../images/4.png) top left no-repeat;
	min-height: 33px;
	padding-left: 42px;
	padding-top: 6px;
}
.home-left p {
	margin-bottom: 16px;
}
.home-left {
	border-right: 1px solid #ccc;
}
.lo-desktop {
	display: block;
}
.lo-mobile {
	display:none;
}
.lo-mobile select {
	width: 100%;
	margin-bottom: 12px;
}
.lo-mobile p {
	text-align: center;
	font-family: serif;
	font-size: 20px;
}
.footer {
    background: none repeat scroll 0 0 #e9ebec;
    color:#4e5356;
    font-size: 13px; 
	padding:20px 0;
	border-top:6px solid #D81B1A;
	
}
.footer-btm {
	margin: 0px;
	min-height: 40px;
	background:#116e5a;
}
 @media (max-width: 1200px) {
 .nav>li {
 margin-left: 33px;
}
.img-fix {
 margin-bottom: 0px;
}
.block-title h3 {
 font-size: 25px;
}
.block-title i {
font-size: 20px;
}
.block-title a {
 line-height: 23px;
 font-size: 16px;
}
}
@media (max-width: 992px) {
 .nav>li {
 margin-left: -9px;
}
.block {
 width: 100%;
}
.boxes {
 padding-left: 0px;
}
.home-left {
 border-right: 0px;
}
.home-right .row img {
 max-width: 50%;
 display: block;
 margin: 0 auto;
}
.lo-desktop {
 display: none;
}
.lo-mobile {
 display: block;
}
.leftmenu li {
margin-left:0 !important;
}
}
@media (max-width: 768px) {
 .nav>li {
 margin-left: 0px;
}
.mobile-menu {
 display: block;
}
.desktop-menu {
 display: none;
}
.leftmenu li {
margin-left:0 !important;
}
/*#con-form {
	display: block;
	
	 width:100%;
	 position:relative !important;
	 margin-top:470px !important;
	
	 margin-bottom:20px;
	 
	
	
}

.bannerslide {
    background: url("../images/veteran-with-daughter.png") no-repeat scroll 54px bottom rgba(0, 0, 0, 0);
    height: 470px !important;
    position:relative !important;
    width: 100%;
	display:block;
}
*/
}
@media (max-width: 700px) {
 .hero h2 {
 font-size: 24px;
}
 .logo {
margin:0 0 20px;
text-align:center;
}
 .leftmenu li {
margin-left:0;
}

.bannerarea {
	
	height:100%;	}
	.slideform{ display:block; margin-right:0px !important;  margin-left:10px !important; }



}
#shortform .swMain .stepContainer .StepTitle {
	display: block;
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5655;
	background-color: #ebebeb;
	clear: both;
	height: 42px !important;
	line-height: 31px;
	text-align: left;
	z-index: 88;
}
#shortform .swMain ul.anchor li a {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 3px;
	height: 29px !important;
	width: 41px;
	text-decoration: none;
	outline-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 99;
}
.callus {
    color: #0d1d2a;
    display: block;
    font-size:20px;
    line-height:26px;
    margin:20px 0;
    padding: 0 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: lighter;
}
.callus span {
	font-size:36px;
	display: block;
	line-height:38px;
}
.bannerbg {
	background: linear-gradient(to bottom, #515151, #000) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:1px solid #000;
	border-radius:8px;
	margin:0 auto 20px;
	padding:10px;
}
.greybg {
	background:#f1eff0;
	border:1px solid #b6b6b6;
	border-radius:8px;
}
/* --- flexslider --- */

.flexslider {
	margin-bottom:0;
	/*background: #fff; */
	border: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
}

.slider {
	/*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset;*/
     margin:0 auto;
	
	 display:block;
	
	
	 
}
.flexslider {
	/* border: 6px solid #FFFFFF;
    border-radius: 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 -5px 15px 0 rgba(0, 0, 0, 0.05);*/
    margin-bottom:0 !important;
	margin-top:0px;
	height:400px;
}
.flexslider h2 {
	color:#fff;
	font-family: Georgia, arial, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	margin:20px 0;
	text-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
}
.flex-caption {
	color: #fff;
	font-size:20px;
	line-height: 30px;
	margin: 0 0 0 0;
	max-width:560px;
	padding: 10px 20px;
	position: absolute;
	text-align: left;
	top:29px;
	font-family: Georgia, arial, "Times New Roman", Times, serif !important;
	text-shadow:2px 0px 3px rgba(0, 0, 0, 0.3);
	left:120px;
}
.nopadding {
	padding-left:0 !important;
	padding-right:0 !important;
}
.nopadding-left {
	padding-left:0 !important;
}
.nopadding-right {
	padding-right:0 !important;
}
.leftmenu {
	padding-left:0;
	margin-top:10px;
	list-style:none
}
.leftmenu ul {
	list-style:none;
	margin:0;
	padding:0 !important;
}
.leftmenu li {
	background: linear-gradient(to bottom, #F1F1F1, #E2E2E2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #D2D2D2;
	font-size: 16px;
	margin: 0 0;
	padding: 11px 15px;
}
/* --- box --- */
.ratesblock{ margin:20px 0;}
.ratesblock .bigtext{color: #5D2D91;
    font-family: times new roman,arial,helvetica,sans-serif;
	font-size:40px;
    margin: -3px 0 0 8px !important; float:left; padding:0px 10px;}
.ratesblock .smalltxt{color: #2D1E45;
    font-family:arial,helvetica,sans-serif;
	font-size:13px; float:left; padding:5px 10px;}
.box {
   
	background:linear-gradient(to top, #fff, #d2e0e8) repeat scroll 0 0 ;
	/*border:1px solid #e4e4e6;*/
 	margin-bottom:20px;
	padding:25px;
	margin-top:20px;
	color:#0d1d2a
	
	
	/* min-height: 85px;*/
    
}
p{ font-size:15px; }
.box h3 {
   color:#0d1d2a;
	font-size:17px;
	padding:10px 0;
	margin:8px 0;
	
}
.box .text h4 {
	letter-spacing:-1.5px;
}
.box:hover .text h4 {
}
.box .icon {
	margin-bottom:20px;
}
.box .text {
    font-weight: normal;
 
    margin: -15px 0;
    padding: 0;
}
.box a {
	background: none repeat scroll 0 0 #6AAB27;
	color: #FFFFFF;
	padding: 3px 8px;
	text-decoration: none;
}
.box a i {
	color:#4b5056;
}


/*form*/

#con-form {
	display: block;
	background:linear-gradient(to bottom, #fff, #e6e5ed) repeat scroll 0 0 ;
	border:1px solid #e4e4e6;
	/*border-radius:10px;
	border:1px solid #173244;
	 box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.25) inset;*/
	 margin-top:20px;
	 border-radius:6px;
	
	
}
.formCTA {
    color: #666666;
    margin:0 0 0 0;
    padding:0;
   
    z-index: 15;
}
.formCTA .select {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	width:80%;
}
#con-form h2 {

	color: #333;
	margin: 0;
	padding:15px 15px 15px;
	font-family:Georgia, arial, "Times New Roman", Times, serif;		
	font-size:26px;
	font-weight: normal;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75)*/;
}
#con-form h3{ background:url(../images/bg_stripe.png) repeat left top #36576D; font-size:14px; color:#9EB8C9; text-align:center; padding:10px; margin:0;}
.formCTA .btn {
	font-size:13px;
	/*  font-weight: 600;*/
    letter-spacing:0;
	line-height:0;
	margin-top: 13px;
	padding:15px 0px 14px 10px;
	text-transform: uppercase;
	background: none;
	color:#fff;
	font-weight:bold;
	
}
.box-block {
	background: none repeat scroll 0 0 #e7e7e7;
	border-radius: 7px;
	box-shadow: 1px 1px 4px #9A9494;
	display: block;
	margin: 8px 0;
	min-height: 315px;
	padding: 3px 0px 20px;
	border:1px solid #c0c0c0;
}
.box-block h2 {
	display: block;
	font-size:24px;
	margin: 0;
	padding: 5px 0;
	border-radius: 7px 7px 0 0;
	vertical-align: middle;
	background: linear-gradient(to bottom, #fff, #d4d4d4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom:1px solid #c0c0c0;
}
.box-block h2 span {
	float: left;
	margin-top:0;
	padding-right:6px;
}
.smallblock {
	margin:0 0 20px;
}
.smallblock h2 b.smalltxt {
	text-align:left;
	font-size:13px;
	display:block;
	line-height:18px;
}
.smallblock table {
	border: 1px solid #f3f3f3;
	margin: 0;
	float:left;
}
.smallblock tr td {
	font-size:13px;
	text-align:left;
	padding:5px 9px;
	border: 1px solid #f3f3f3;
}
.program {
	width:110px;
}
.rate {
	width:90px;
}
.smallblock ul {
	list-style: none outside none;
}
.smallblock li {
	background: url("../images/capitalfunding_32.jpg") no-repeat scroll left 3px rgba(0, 0, 0, 0);
	color: #3D3F40;
	margin: 4px 4px 4px 15px;
	padding-left: 15px;
}
form {
	margin: 0 0 20px;
}
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.presentation {
	margin-bottom: 20px;
	padding-left:0px;
}
.presentation h2 {
	color:#073887;
	font-size: 30px;
	font-weight:normal;
	overflow:hidden;
}
.presentation p {
	font-size: 15px;
}
.advanced_recent_posts_widget * {
	margin: 0;
	padding: 0;
}
.advanced_recent_posts_widget {
	font-size: 14px;
	line-height: 18px;
}
.advanced_recent_posts_widget .post-title {
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}
.advanced_recent_posts_widget .post-date {
	font-style: italic;
}
.advanced_recent_posts_widget img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.advanced_recent_posts_widget ul li {
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	list-style: none outside none;
	margin: 3px 0;
	padding: 3px 0;
}
.advanced_recent_posts_widget .more-link {
	display:block;
}
.advanced_recent_posts_widget .post-entry {
	overflow: hidden;
	padding: 10px 0 5px;
}
legend small {
	color: #999999;
	font-size: 15px;
}
label, input, button, select, textarea {
	color:#000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom:5px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width:150px;
}
.input-large {
	width: 250px;
}
.input-xlarge {
	width:300px;
}
.input-xxlarge {
	width: 530px;
}
select {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	width:100%;
}
.select {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	width:97%;
}
.textfeild {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	width:97%;
}
/*
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	
	color: #555555;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 4px 6px;
	vertical-align: middle;
	margin-left: 73px;
}
*/
.grey-background {
	
	background:#ecece8;
	padding-bottom:10px;

}
.sitepart {
   /*background:linear-gradient(to bottom, #e8e8e8 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    border-radius: 12px;top: -40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    margin-bottom:10px;
    
    padding:20px;
    position: relative;
}
.sitepart h1{ font-size:36px; font-weight:normal; color:#0d1d2a; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }
.lignt-greyblock{ background:#ccc; }

.listtype{ display:block; padding:20px 0px;}
.listtype ul{ list-style:none; margin:0; padding:0;}
.listtype li{ display:block; background: url(../images/florida1_08.png) no-repeat left 2px; padding-left:30px; font-size:17px; margin:4px 0; padding-bottom:5px; color:#0d1d2a;}
.fa {
    color: #A7C91A;
    font-size:22px;
    margin-left: 20px;
    margin-top: 8px;
    padding: 0 5px;
}
.call-loan{ margin:20px 0; font-size:18px; color:#33224C; }
.mortgagenews {
      background-color: #252525;
    color: #FFFFFF;
    padding:0;
    text-shadow: none;
	text-align:center;
	margin-bottom:20px;
}
.mortgagenews h3{ font-size:22px; margin:15px 0 0px; padding:0 20px; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal !important; }
.mortgagenews p{ line-height:22px; padding:5px 20px;}
.mortgagenews a{ color:#A7CD3A; padding:12px 0;}
.foot-top {
	text-align:center;
	padding:20px 20px 10px;
	font-size:13px;
	color:#33224C;
	background:#ECECEC;
}
.foot-top a {
	color:#336699;
	padding:0px 8px 15px;
	display:block;
}
.foot-bot {
	padding:20px 20px 10px;
}
.slideform{ display:block; margin-right:30px; background: url(../images/arrow_back.png) no-repeat;margin-top: 38px; width: 425px; min-height: 321px;}
.slideform h2{ background:#ffd610; -webkit-transform: skew(-20deg) width: 256px; margin-left: 61px ; width:273px;
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
    transform: skew(-20deg); text-align:center; color:#000000; text-transform:uppercase;}
.slideform h2 p {
		padding:5px;
		-webkit-transform: skew(20deg) !important;
-moz-transform: skew(20deg) !important;
-o-transform: skew(20deg) !important;
    transform: skew(20deg) !important; 
	font-size:36px;
	font-weight:bold;
	
		
}
.banner-bot{ min-height:150px;background: linear-gradient(to top, #d00f10, #dd2120) repeat scroll 0 0 rgba(0, 0, 0, 0); padding:15px 0;}

.listing{ display:block; padding:0 20px;}
.listing ul{ list-style:none;}
.listing li{ display:block; background:url(../images/florida1_04.png) no-repeat left 2px; padding-left:30px; color:#fff; font-size:17px; margin:3px 0; padding-bottom:5px;}
.rate-text{ font-size:31px; color:#fff; text-align:center; }
.rate-text span{ font-size:24px; display:block;}

