/*
	Theme Name: Active Finance
	Description: Active Finance Theme
	Version: 1.0
	Author: Mark L.
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
/**,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}*/
body {
	font:300 13px/1.4; 
	font-family:'Arial', sans-serif;
	color:#5d5d5d; /*#6f7070;*/
	     -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
}
.outer-wrap{
	font-size:0.9230769230769231em;
	
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat";
    font-weight:normal;
}
h1,h2,h3,h4,h5,h6,b,strong{
	color:#2b2b2b;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
#header-social{
 margin-bottom:10px;   
}

#header-social img{
	max-height:40px;
	margin:10px 0px 0px;
}
#header-social img:last-child{
	margin-right:0px;
}

.header-telephone{
    font-size:1.166666666666667em;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
/* header */
.header {
	background:rgba(255,255,255,.8);
	padding: 10px;
	position: relative;
	z-index: 999;
}

h1, h2, h3,h4,h5,h6 {
    line-height: 130%;
	/*text-shadow:0 1px 1px rgba(0, 0, 0, 0.1);*/
}

.main-content h1 a,.main-content h2 a,.main-content h3 a,.main-content h4 a,.main-content h5 a,.main-content h6 a{
    text-decoration:none;
}

h1{
	font-size:2.461538461538461em; /* 32px */
}
h2{
	font-size:1.846153846153846em; /* 24px */
}
h3{
	font-size:1.538461538461538em; /* 20px */
}

h4{
	font-size:1.230769230769231em; /* 16px; */
}
h5{
	font-size:1.076923076923077em; /* 14px */
}
h6{
	font-size:1em; /* 13px */
}
#header .mainnav{
	margin-bottom:0;
}
#supersized{
	margin:0;
}
#supersized div img{
	text-align:center;
	margin: auto; 
	display: block;
	width:auto;
	max-width:1500px;
	height:auto !important;
        left:0 !important;
}
#supersized div{
	height:100% !important;
	width:100% !important;
}
#supersized{
	width:100%;
	max-height:687px;
	height:100%;
}
.icon.mainnav {
  box-shadow: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
.mainnav{
	list-style:none;
}
.mainnav li{
	display:inline-block;
	position:relative;
}
.mainnav li a{
	padding: 0 8px;
	
	display:block;
	border-left:#a2a9b8 solid 1px;
	/*font-size:1.230769230769231em;*/
	font-family:Arial;
	color:#000;
}

form h4 small{
	font-size:0.7333333333333333em;
}

.mainnav > ul > li > a{
	line-height: 7px;
}
.mainnav li a:hover,.mainnav li.current_page_item > a,.mainnav > ul > li.current-menu-ancestor > a{
	color: #005496;
	text-decoration:none;
}
.mainnav .first-menu-item a{
	border-left:none;
}
.sub-menu li:first-child > a {
  border-top: 0 none;
}

#button-off{
	display: none;
}

.big-button:hover{
	background:url(img/big-button-sprite.png) center top;
}
.mainnav ul{
	margin-bottom:0;
	padding-left:0;
	margin-left:0;
}
.mainnav ul li ul{
	opacity:0;
	visibility:hidden;
-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	position:absolute;
	top:0%;
	left:0;
	padding: 0;
	margin-top:20px;
	width: 250px;
	z-index: 99999;
}
#mainnav .arrow-up{
	
	background:url(img/nav-arrow.png) no-repeat 30px top;
	height:10px;
}
.mainnav ul li ul ul{
	left:100%;
	padding:0 0 0 5px;
	background:none;
	margin:0;
}
.mainnav ul li ul li{
	display:block;
	text-align:left;
	-webkit-box-shadow: 0 2px 2px rgba(0,1,1,.3); -moz-box-shadow: 0 2px 2px rgba(0,1,1,.3); box-shadow: 0 2px 2px rgba(0,1,1,.3);
}

.mainnav ul li ul li a {
  background: none repeat scroll 0 0 #ECECEC;
  border-bottom: 1px solid #BDBDBD;
  border-left: medium none;
  color: #838485;
  font-size: 0.961538em;
  padding: 3px 25px 4px;
}

.mainnav ul li ul li a:hover{
	
	text-decoration:none;
	background:#ececec url(img/nav-hover-bg.png) repeat-x left top;
}

.mainnav ul li:hover > ul{
	opacity:1;
	visibility:visible;
}

.mainnav ul ul ul ul {
  left: 0;
  padding: 0;
  top: -100%;
}

/* logo */
.logo.span3 {
	width:100%;
	text-align:center;
}
.logo-img {
	
}
.afl-container{
	max-width:980px;
	margin:0 auto;
	position: relative;
	padding: 0;
	width:95%;
}

/* Banner */
#banner-area{
	padding:1% 0 .5%;
	min-height:100px;
}
.banner-text{
	position:relative;
	overflow:hidden;
}
.banner-tagline * {
  color: inherit;
}
.banner-text{
	font-family:'Arial',sans-serif;
	 font-size: 1.155em;
	 color:#2b2b2b;
	/* opacity:0;
	 	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;*/
}
#sungsung{
	width:100%;
	height:148px;
}
.banner-text p{
	font-weight:normal;
	margin:10px 0;
	line-height:100%;
	font-size:1.785714285714286em;
}

.banner-text h5{
	font-size:1em;
	font-weight: normal;
}

.banner-text{
	font-family:segoe ui,arial,sans-serif;
}
#banner-right .banner-text{
	text-align:right;
	margin-top:50px;
}
.banner-text.right h1{
	color:#005496;	
}
/* nav */
.mainnav {
	
}
.vert-middle{
	vertical-align:middle;
}

.four-blocks a{
	font-family: 'Arial', sans-serif;
	font-weight:bold;
	font-size:1em;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	/*text-shadow: 0 2px 1px rgba(0,0,0,.25);*/
	padding:10px 15px 10px 20px;
	background:rgba(96,95,95,.8);
	margin-bottom:10px;
	display:block;
	line-height:100%;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.four-blocks .block.last a{
	margin-bottom:0;
}


.four-blocks a:hover{
	background:rgba(0,0,0,0.8);
	width:100%;
}

.four-blocks .span2{
	width:16.666666%;
	float:left;
}
.four-blocks .span8{
	width:66.666666%;
	float:left;
}
.four-blocks .span1{
	width:8.333333%;
	float:right
}

.text-blue{
	color:#005496;
}
.text-black{
	color:#000;
}
.text-green{
	color:#8fc53c;
}
.text-dark-green{
	color:#458701;
}
.text-letter-space2{
	letter-spacing:2px;
}
.text-upper{
	text-transform: uppercase;
}
.view-all {
  color: #838485;
  font-family: 'Arial';
  font-size: 1.07692em;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}
.lato{
	font-family: 'Arial', sans-serif;
}

.lato-bold{
	font-family: 'Arial', sans-serif;
	font-weight:bold;
}

.block-span{
	text-align:center;
	float:left;
	border-left:#7c7d77 1px solid;
	border-right:#e0e1dd 1px solid;
}

.block-span .pull-left.span6 {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid;
    margin: 0;
    padding: 10px;
}

.block-span .pull-left.span6.first{
	border-left:0;
}
.block-span .pull-left.span6.last{
	border-right:0;
}
.blockbox{
	font-size:0.9230769230769231em;
	-webkit-border-radius: 6px/5px; -moz-border-radius: 6px/5px; border-radius: 6px/5px;
	display: inline-block;	
	background: url(img/pattern-02.png);
	width:50%;
	float:left;
	margin:0 0 20px;
}
 
.blockbox p,.blockbox h1,.blockbox h2, .blockbox h3{
	margin:0;
	line-height:135%;
}
.blockbox h2{
	font-size:1.2em;
}
.blockbox.white .block-span{
	  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); border: solid 1px #e1e1e1; 
	background: url(img/pattern-02.png);
	border-radius:6px/5px; -moz-border-radius: 6px/5px; border-radius: 6px/5px;
	-moz-border-radius:6px/5px; -moz-border-radius: 6px/5px; border-radius: 6px/5px;
	-webkit-border-radius: 6px/5px; -moz-border-radius: 6px/5px; border-radius: 6px/5px;
}
.blockbox.white .block-span{
	  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); border: solid 1px #e1e1e1;
	   background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.23), rgba(255,255,255,.23)); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.23), rgba(255,255,255,.23)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.23), rgba(255,255,255,.23)); background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.23), rgba(255,255,255,.23)); background-image: linear-gradient(to top, rgba(0,0,0,.23), rgba(255,255,255,.23));
}

#six-blocks-area{
	background:#ffffff;
}
.six-block {
  margin-bottom: 10px;
  margin-top: 10px;
}
#six-blocks .six-block{
		width: 48.61878453038674%;
		margin-left:2.7624309392265194%;
		float:left;
	}
#six-blocks .six-block:first-child, #six-blocks .six-block:nth-child(2n+1) {
  margin-left: 0;
}
.six-block img{
	width:100%;
}
.six-block.last{
	margin-right:0;	
}
.six-block a:hover,.six-block a:focus,.six-block a:active{
	text-decoration:none;
}
.six-block footer{
	background:#8fc53c;
	color:#568e00;
	font-family:'Arial';
	padding:10px 10px;
	line-height:110%;
}

.middle-sidebar h1{
	font-size: 1.846153846153846em;
}

.six-block footer h2{
	margin-top:0;
	margin-bottom:10px;
	font-size:1.230769230769231em;
	font-weight:700;
	letter-spacing:2px;
}

.six-block footer p{
	
	color:#5b7832;
	font-family:arial;
	font-weight:normal;
	font-size:0.9230769230769231em;
	margin:0;
}
#main-content-area{
	background:#fff;
}
.post-title,.page-title{
	
	font-family:'Arial';
	font-weight:700;
	/*font-size:1.846153846153846em;*/
	letter-spacing:1px;
}

.page-title{
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
        line-height:140%;
        margin-top:0;
}

.read-more,.main-content .read-more,.nav-previous > a, .nav-next > a{
	background:#8fc53c;
	display:inline-block;
	font-family: Arial; font-size: 12px; font-weight: bold; color: #fff !important; text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding:2px 13px;
	border-radius:20px;
	margin-bottom:5px;
	text-decoration:none !important;
}

.button.gform_button{
	background:#8fc53c;
	display:inline-block;
	font-family: Arial; font-size: 12px; font-weight: bold; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius:20px;
	margin-bottom:5px;
	text-decoration:none;
}
.main-content .read-more:hover{
	background:#E6E6E6;
	color:#777;
}
.btn-default{
	display:inline-block;
	font-family: Arial; font-size: 12px; font-weight: bold; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding:2px 13px;
	border-radius:20px;
	margin-bottom:5px;
	color:	#777777;
}
.read-more:hover{
	color:#777777;
	text-shadow: 0 1px 1px rgba(255,255,255,.3);
}

.tagline{
	font-family:Georgia;
	color:#2b2b2b;
	font-size:1.692307692307692em;
	font-style:italic;
	background:url(img/arrow-03.png)  no-repeat left center; 
	padding-left:46px;
	margin:15px 0;
	line-height:120%;
}

.gray-pattern{
	
	background:url(img/pattern-01.png) repeat left top;
	padding:10px;
	border-top:#dddddd solid 1px;
	border-bottom:#dddddd solid 1px;
}

.gray-pattern2{
	
	background:url(img/pattern-01.png) repeat left top;
	padding:20px;
}


.testimonial-area{
	background:url("img/big-quote.png") no-repeat scroll 100% 10% transparent
}

.testimonial-cycle{
	
	width: 100%;
	
}

.testimonial-box .testi-title, .testimonial-box .testi-title strong{
	
	font-style:italic;
	font-family:georgia;
	color:#4f4f4f;
	margin:5px 0;
	
}
.testimonial-box .testi-body{
	
	font-style:italic;
	font-family:georgia;
	width:90%;
}

.box-highlight-body{
	background:#fbfbfb;
	border:5px solid #ebebeb;
	padding:20px 30px;
}
.box-highlight-header{
	width:297px;
	height:52px;
	background:url(img/blue-header-bg.png) center bottom no-repeat;
	color:white;
	font-family:'segoe ui';
	font-size: 1.5em;
	margin-left: 30px;
	margin-bottom:0;
	padding: 0px;
	position:relative;
	text-align: center;
}
.box-highlight-header > span{
position: absolute;
bottom: 10px;
left: 40px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.plain-pattern{
	
	background:#FDFDFD url(img/hori-bar.png) top center no-repeat;
}

.footer-modules .widget{
	
	width:20%;
	float:left;
	font-size:0.8846153846153846em;
	color:#2b2b2b;
	font-family:arial;
	
}

.footer-modules ul{
	list-style:none;
	padding-left:0;
	margin-left:0;
}
.footer-modules .widget .widget-inner{
	width:85%;
}
.footer-modules .widget ul li{
	display:inline-block;
	min-width: 40%;
	
}

.footer-modules .widget a:hover{
	color:#266383;
	text-decoration:none;
	
}
.marbot10{
	margin-bottom:10px;
}
.marbot30{
	margin-bottom:30px;
}
.martop10{
	margin-top: 10px;
}
.martop5{
	margin-top: 5px;
}

.footer-modules .widget-title{
	
	font-size:1.391304347826087em;
	font-family:arial;
	color:#2b2b2b;
	font-weight:normal;
	border-bottom:#c5c5c5 solid 1px;
	padding-bottom:2px;
	margin-top:20px;
}
.module-title{
	
	text-transform:uppercase;
	font-weight:700;
	font-family:Arial;
	font-size:1.692307692307692em;
	letter-spacing: 2px;
	
}

.module-sub-title{
	
	text-transform:uppercase;
	font-weight:normal;
	font-family:Arial;
	font-size:1em;
	
}

/* Content */

.main-content{
	/*width:66.916666%; /* 803px */
	/*float:left;*/
	font-family:'Arial';
}
.main-content a{
	
	color: #90C63D;
    text-decoration: underline;
}

.main-content .dropdown-menu a{
    text-decoration:none;
}

.main-content a:hover{
    text-decoration: none;
}


/* sidebar */
/*.sidebar {
	width:33.08333333333333%; /* 397px */
/*	float:left;
}*/
.sidebar{
    padding-top:50px;
}
.sidebar .widget{
	
	margin-bottom:30px;
}
.sidebar .widget-title{
	
	color:white;
	font-size: 1.384615384615385em;
	background:#282828;
	font-family:'Montserrat';
	font-weight:normal;
	padding:6px 20px;
	letter-spacing:1px;
	text-shadow:0px 1px 1px rgba(40,40,40,0.3);
	
}

.sidebar .sidebar-widget ul{
	
	list-style:none;
	padding-left:0;
	
}
.sidebar .sidebar-widget ul li{
	
	list-style:none;
	padding-left:0;
	border-bottom:#e9e9e9 solid 1px;
}
.sidebar .widget ul li a{
	
	background:#fff url(img/bullet-01.png) no-repeat 18px center;
	padding:5px 25px 5px 40px;
	display:block;
	text-decoration:none;
	color:#282828;
	font-family:'Arial';
	font-size:1.153846153846154em; /*15px */
	letter-spacing:0.0384615384615385em;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: background-color 0.2s ease-out 0s;
	-moz-transition: background-color 0.2s ease-out 0s;
	-ms-transition: background-color 0.2s ease-out 0s;
	-o-transition: background-color 0.2s ease-out 0s;
	transition: background-color 0.2s ease-out 0s;
}

.sidebar .sidebar-widget ul li a:hover{
	text-decoration:none;
	background:#8fc53c url(img/bullet-01-hover.png) no-repeat 18px center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:3px 25px 3px 40px;
	color:#fff;
	text-shadow:0 1px 1px rgba(143, 197, 60, 0.3);
}

.sidebar .sidebar-widget ul li.current-menu-item > a{
	background:#8fc53c url(img/bullet-01-hover.png) no-repeat 18px center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:3px 25px 3px 40px;
	color:#fff;
	text-shadow:0 1px 1px rgba(143, 197, 60, 0.3);
}

.sidebar .sidebar-widget li.current-menu-ancestor > ul,.sidebar .sidebar-widget li.current-menu-item > ul{
	display:block;
}

.sidebar .sidebar-widget ul ul{
	
	display:none;
	padding-left:20px;
	margin-top:0;
	
}
/* footer */
.footer {
	background:#e9e9e9;
	border-top:3px solid #fefefe;
	padding:12px 0 30px;
	color:#2b2b2b;
}
.footer .copyright{
	float:right;
	text-align:right;
}
.special-quote {
  background: url("img/quote-pointer.png") no-repeat scroll 10px bottom transparent;
  padding-bottom: 12px;
  margin:10px 0;
}
.special-quote-inner{
	
	background:#f0f0f0;
	padding:10px 20px;
	color:#005496;
	font-family:Georgia;
	font-size:1.076923076923077em; /* 14px */
	font-style:italic;
}
.special-quote .author{
	
	font-family:'Arial';
	font-size:0.7857142857142857em; /* 11px */
	font-style:normal;
	color:#393839;
}
#side-floater{
	list-style: none;
	padding:0;
	position:fixed;
	right:0;
	 bottom: 0;
    z-index: 9999;
    text-align:center;
    width:100%;
}
.widget ul{
	margin-left:0;
}
#side-floater a {
	background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42aaff),
		to(#003366));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42aaff', endColorstr='#003366');	
	background-color:#003366;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #003366;
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	display:inline-block;
	color:#ffffff;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	padding:6px 24px;
	text-decoration:none;
}
#side-floater a:hover{
	background:#42aaff;
}
#side-floater a:active{
	position:relative;
	top:1px;
}


#side-floater img {
    margin-bottom: 10px;
    max-height: 160px;
    width: auto;
}
.slider-manager{
	position: relative;
	height:42px;
	line-height:42px;
}
.marbot20{
	margin-bottom:20px;
}
.sugar-form input{
	padding:4px;
}
.sugar-form label{
	margin-bottom:0;
	color:#87b541;
}
.sugar-form label,.sugar-form  select,.sugar-form input[type='text'],.sugar-form textarea{
	font-size:0.98em;
}

.sugar-form input[type='number']
{
	font-size:13px;
	padding:0 5px;
}

.sugar-form .input-prepend input[type='text'],.sugar-form .input-append input[type='text']{
	font-size:12px;
}
.icon.nav.icon-chevron-right.icon-white.pull-right {
  position: absolute;
  right: 5%;
  top: 25%;
  box-shadow:none;
}
.repeater-button{
	cursor:pointer;
}
.ui-datepicker-trigger{
	vertical-align: middle;
}
.gform_button{
	font-size:0.9230769230769231em;
	padding:4px 13px;
}
.gfield{
	clear:none!important;
	position:relative;
}
.gfield input{
	width:60% !important;
}
.gfield.gsection{
	width:100%;
}
label.gfield_label{
	font-size:1em;
}
.gfield_description.validation_message{
	position:absolute;
	right:0;
	top:-25%;
}
.gform_footer.left_label {
  margin-top: 0 !important;
  padding:0 30px 0 0 !important;
  float:right;
}
.gfield.full-width{
	width:100%;
}

.income.icon,.expense.icon{
	cursor:pointer;
}
/* specific field style */
#field_2_12{
	clear:left !important;
}

.box-border {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-radius: 0 0 4px 4px;
  border-right: 1px solid #DDDDDD;
}

.testi-next.afl-sprite {position:absolute; right:0;bottom:0;background-position: -320px -0px; cursor:pointer; width:42px;height:42px;}
.testi-prev.afl-sprite {position:absolute;left:0;bottom:0;background-position: -320px -42px; cursor:pointer;width:42px;height:42px;}

.afl-sprite
{ display: inline-block; background: url('img/afl-sprite.png') no-repeat; vertical-align: text-top;}
 
.current-promotions { background-position: -0px -0px; width: 43px; height: 247px; }
.request { background-position: -43px -0px; width: 43px; height: 247px; }
.live-chat { background-position: -86px -0px; width: 43px; height: 247px; }
.fscl-logo { background-position: -129px -0px; width: 117px; height: 61px; }
.big-quote { background-position: -246px -0px; width: 74px; height: 53px; }
.arrow-02-right { background-position: -320px -0px; width: 42px; height: 42px; }
.arrow-02-left { background-position: -320px -42px; width: 42px; height: 42px; }
.dh-logo { background-position: -129px -61px; width: 122px; height: 32px; }
.calc { background-position: -362px -0px; width: 24px; height: 31px; }
.arrow-01 { background-position: -386px -0px; width: 9px; height: 22px; }
.arrow-03 { background-position: -362px -31px; width: 32px; height: 20px; }
.nav-arrow { background-position: -362px -51px; width: 20px; height: 11px; }
.pattern-02 { background-position: -386px -22px; width: 6px; height: 6px; }
.pattern-01 { background-position: -392px -22px; width: 5px; height: 5px; }
.white-span.span6{
		width: 48.61878453038674%;
		margin-left:2.7624309392265194%;
		float:left;
	}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
    
\*------------------------------------*/
@media only screen and (max-width:480px) {
	.text-center-xs{
		text-align:center;
	}
}
@media only screen and (max-width:767px) {

	#banner-right .banner-text{
		margin-top:0;
	}
	.footer-modules .widget {
	  float: left;
	  margin-left: 2%;
	  width: 48%;
	}
}

@media only screen and (min-width:320px) {
.homepage .banner-text{
	}
}
@media only screen and (min-width:480px) {
	.homepage .banner-text{
	}
	
	#big-button, .blockbox.span6{
		width: 48.61878453038674%;
		margin-left:2.7624309392265194%;
		float:left;
	}
	#big-button,#six-blocks .six-block:first-child,#six-blocks .six-block:nth-child(odd){
		margin-left:0;
	}
}

@media only screen and (min-width:577px){
	
	
	#six-blocks .six-block{
		width: 31.66666666%;
		margin-left:2.5%;
		float:left;
	}
	
	#six-blocks .six-block:nth-child(2n+1) {
	  margin-left:2.5%;
	}
	
	#six-blocks .six-block:first-child, #six-blocks .six-block:nth-child(3n+1) {
	  margin-left: 0;
	  clear: left;
	}
	
}

@media only screen and (min-width:752px) {
	.logo.span3{
		width:260px;
		position: absolute;
	}
	
	#header-top-right{
		min-height:75px;
	}
	
	
}
@media only screen and (min-width:768px) {
	/*------------------------------------*\
    blocks
\*------------------------------------*/

.two-blocks{
	background:#fff url(img/vert-divider.png) no-repeat 51% top;
}

.two-blocks .block{
	width: 42.17032967032967%;
	float:left;
}
.two-blocks .block.last{
	float:right;
}
	.homepage .banner-text{
	}
	.six-block{
	width:16.26% !important;
	margin-left:0.4% !important;
	}
	
	#six-blocks .six-block:nth-child(3n+1) {
	  margin-left:0.4% !important;
	  clear:none;
	}
}
@media (max-width: 979px) and (min-width: 768px){
#big-button, .blockbox.span6{
width: 48.61878453038674%;
}
}
@media only screen and (min-width:1024px) {
.homepage .banner-text{
	}
	.logo.span3{
		width:270px;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	#supersized div img{
	width:100%;
	max-width:1500px;
}
	
	#header-top-right{
		width:100%;
		margin-left:0;
	}
	.mainnav li a{
		padding:0 8px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Shortcode CSS */
.one_half, .one_third, .two_third, three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	/*overflow:hidden;*/
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;

}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}

/* Background Image */

#big-button img{
	max-width:95%;
}

.big-button {
	 background-image: -moz-linear-gradient(top, #50abdf, #1f78aa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50abdf), to(#1f78aa));
  background-image: -webkit-linear-gradient(top, #50abdf, #1f78aa);
  background-image: -o-linear-gradient(top, #50abdf, #1f78aa);
  background-image: linear-gradient(to bottom, #50abdf, #1f78aa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff50abdf', endColorstr='#ff1f78aa', GradientType=0);
  background-repeat: repeat-y;
  background-size: 100% 90px;
  background-position: 0 -30px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.big-button:hover {
   background-position: 0 0;
}

.accordionize li{
	position: relative;
}
.accordionize-button{
	cursor:pointer;
	float:right;
	margin-top:5px;
	padding:0 5px;
	margin-right:5px;
}




/* ------------------------------------------
  NECESSARY STYLES FOR RESPONSIVE NAV
--------------------------------------------- */
#mainnav-mobile-2 ul{
	margin:0;
	padding:0;
}
#mainnav-mobile-2 a:hover{
	text-decoration:none;
}
#mainnav-mobile-2{
position:absolute;
top:0;
left:0;
z-index:9999;
width:100%;
display:none;
}


#mainnav-mobile-2 li{
display:block;
}

#mainnav-mobile-2 li a {
  background: none repeat scroll 0 0 #E9E9E9;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #FFFFFF;
  display: block;
  padding: 15px;
  font-size:1.384615384615385em;
  text-shadow:0 -1px 0 rgba(255, 255, 255, 0.6);
}
#mainnav-mobile-2 li a:hover, #mainnav-mobile-2 li a:active{
	text-decoration:none;
	background:#C6E29C;
}

#mainnav-mobile-2 ul ul a {
  padding-left: 30px;
}

#mainnav-mobile-2 ul ul{
	display:none;
}
#mainnav-mobile-2 .accordionize-button {
  border-left: 1px solid #BABABA;
  height: 100%;
  margin: 0;
  padding: 15px;
}
.testimonial-cycle.cycle-container {
  width: 100% !important;
}

.cd-bubble.clickdesk_bubble{
	display:none !important;
}
.clickdesk_bubble{
	display:inline !important;
}

.well.plain{
	box-shadow:none;
	 border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}

.well.plain h3 {
  font-family: "Montserrat",sans-serif;
  font-size: 1.6em;
  font-weight: 200;
}
.btn-circle{
    border-radius: 50% !important;
    padding: 0px 3px;
}
.btn.btn-large.read-more{
	display: block;
  font-size:1.230769230769231em;
  font-weight: normal;
  padding: 5px 15px;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
}
.afl-calculator .accordion-toggle{
	margin:0;
}
.afl-calculator .accordion-toggle small {
  display: block;
  font-size: 0.8163265306122449em;
  margin: 5px 0;
  font-family:Arial, Helvetica, sans-serif;
  text-shadow: none;
  line-height:135%;
  color:#2B2B2B;
}
label.error{
	color:red;
	font-size:12px;
}

.input-append .add-on, .input-prepend .add-on{
	
	height:auto;
	width:auto;
	
}
.birth-picker{
	width:32% !important;
}
.input-append input, .input-prepend input{
	border:1px solid #CCCCCC;
}
.privacy-statement{
	height:300px;
	overflow:auto;
}
.pagination{
	font-size:1.333333333333333em;
}
.pagination span, .pagination a{
	padding:5px;
}
.banner-text .banner-tagline{
	opacity:0;
	 	-webkit-transition: top .3s linear,opacity .5s ease-in;
	-moz-transition: top .3s linear,opacity .5s ease-in;
	-ms-transition: top .3s linear,opacity .5s ease-in;
	-o-transition: top .3s linear,opacity .5s ease-in;
	transition: top .3s linear,opacity .5s ease-in;
	max-width:644px;
}
 .banner-tagline{
	position:absolute;
	top:0;
	left:0;
	background:rgba(96,95,95,.8);
}

.banner-tagline-inner{
	padding:10px;
}
/*legend{
	margin:0;
	padding:0 5px;
}*/
fieldset{
	
	padding:15px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f6f6f6;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3x;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #e5e5e5;
	text-shadow:1px 1px 0px #ffffff;
}
legend{
	border:0;
	padding:8px;
	font-size:16px;
	margin:0;
	width:auto;
}
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{
	border-radius:0;
}

.row-fluid [class*="span"]{
	min-height:25px;
}
select, input[type="file"]{
	min-height:25px;
	height:25px;
	font-size:12px;
}
.input-append .add-on, .input-prepend .add-on{
	height:15px;
	line-height:15px;
	border-radius:0;
	padding:4px;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child,.input-append .add-on:last-child, .input-append .btn:last-child{
	border-radius:0;
}
legend{
	line-height:100%;
}
legend + .control-group{
	margin-top:0;
}
.alert.plain{border-radius:0;}
.testi-body a {
  color: #8FC53C;
}
.alert-success h4,.alert-success h1,.alert-success h2,.alert-success h3,.alert-success h5 {
  color: #468847;
}
.alert.file{
	margin-bottom:5px;
	padding:5px;
}
.loan-item {
  cursor: pointer;
}

.downloadables .file {
	background-image: url(img/icons/text.png);
	background-position: left center;
	background-repeat:no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 22px;
	text-decoration: none;
}
/*** FILE LINK ICONS ***/
.downloadables .file[title$=".pdf"] {
	background-image: url(img/icons/pdf.png);
}
.downloadables .file[title$=".doc"],
.downloadables .file[title$=".docx"]{
	background-image: url(img/icons/doc.png);
}
.downloadables .file[title$=".xls"],
.downloadables .file[title$=".csv"]{
	background-image: url(img/icons/excel.png);
}
.downloadables .file[title$=".mp3"],
.downloadables .file[title$=".wav"],
.downloadables .file[title$=".ogg"],
.downloadables .file[title$=".wma"],
.downloadables .file[title$=".aac"] {
	background-image:url(img/icons/music.png);
}
.downloadables .file[title$=".wmv"],
.downloadables .file[title$=".avi"],
.downloadables .file[title$=".mpg"],
.downloadables .file[title$=".mpeg"],
.downloadables .file[title$=".mkv"],
.downloadables .file[title$=".flv"] {
	background-image:url(img/icons/film.png);
}
.downloadables .file[title$=".mov"] {
	background-image:url(img/icons/mov.png);
}
.downloadables .file[title$=".zip"],
.downloadables .file[title$=".rar"],
.downloadables .file[title$=".tar"] {
	background-image:url(img/icons/zip.png);
}
.downloadables .file[title$=".swf"] {
	background-image:url(img/icons/flash.png);
}
.downloadables .file[title$=".jpg"],
.downloadables .file[title$=".jpeg"],
.downloadables .file[title$=".gif"],
.downloadables .file[title$=".png"],
.downloadables .file[title$=".bmp"] {
	background-image:url(img/icons/picture.png);
}
.downloadables .item blockquote{
	margin-bottom:0;
}
.downloadables .item hr{
	margin:8px 0;
}


.bottom-buttons{
margin-top:10px;
}

.wizard-steps {
  display: block;
  list-style: none outside none;
  margin: 12px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
  background-color: #F2F7FB;
  border-color: #CBDEEE;
  box-shadow: 0 0 1px 2px #FFFFFF inset;
  color: #34A0ED;
  font-weight: bold;
}
.wizard-steps li:first-child:before {
  left: 50%;
  max-width: 50%;
}
.wizard-steps li:before {
  border-top: 3px solid #E5E8ED;
  content: "";
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 12px;
  width: 100%;
  z-index: 1;
}
.wizard-steps li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
  background-color: #F2F7FB;
  border-color: #CBDEEE;
  box-shadow: 0 0 1px 2px #FFFFFF inset;
  color: #34A0ED;
  font-weight: bold;
}

.wizard-steps li .step {
  background-color: #FFFFFF;
  border: 2px solid #E5E8ED;
  border-radius: 32px 32px 32px 32px;
  color: #D8DCE6;
  display: inline;
  font-size: 19px;
  line-height: 12px;
  padding: 7px 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
  color: #2B3D53;
}
.wizard-steps li .title {
  color: #B1BCC5;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: -76px;
  word-wrap: break-word;
  z-index: 104;
}

.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
#fuelux-wizard {
  margin-top: 60px;
}
.wizard-steps li.hide{
	display: none;
}
#siteseal{
	line-height:61px;
}
#siteseal img{
	vertical-align:middle;
	margin-right:10px;
}
#upload-section label{
	font-size:1em;
}

#header-top-right .btn{
	
	background:#42aaff;
	color:white;
	text-shadow:none;
	
}

#header-top-right .btn:hover{
	
	background:#003366;
	
}

.uploadify{display:inline;}
.live-updates-cover{height:325px;max-height:325px;overflow-y:hidden;}
.live-updates-area{height:100%;}
.live-updates-area.loading{
    width:100%;
    background:url(img/ajax-loader.gif) center center no-repeat;
}
.live-updates-area .note {
  color: #8FC53C;
  font-size:1.166666666666667em;
}

.live-updates-area .item {
  border-bottom: 1px solid #eee;
  /* border-bottom: 0; */
  padding: 10px 0px;
}

.nav-tabs>li>a, .nav-pills>li>a, a.btn{
    text-decoration:none;
}
.btn.btn-success,.btn.btn-danger,.btn.btn-info{
    color:white;
}

.application-loading-area{
    width:100%;
    height:100%;
    background:rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    top: 0;
}

.application-loading-area .loading{
    height:100%;
    width:100%;
    background:url(img/ajax-loader.gif) center center no-repeat;
    text-align: center;
}

.application-loading-area .loading > span{
    margin-top: 70px;
    display: inline-block;
    color: #8FC53C;
    font-size: 1.2em;
}
#afl-flow-area{position:relative;}

.main-content-inner{
    margin:50px 0;
}

button.link{
  background: none;
  border: none;
  font-size: 1em;
}

.widget-header{
    border-bottom:1px solid #ddd;
    margin-bottom: 20px;
}

.widget-header .widget-caption{
    float:left;
    font-size: 1.5em;
    font-weight: bold;
    color: #111;
    padding-bottom:10px;
}

.widget-toolbar {
  display: inline-block;
  padding: 0;
  line-height: 37px;
  position: relative;
  text-align: left;
  float:right;
}



.widget-toolbar>.nav-tabs>li:last-child>a, .widget-toolbar>.nav-pills>li:last-child>a{
    margin-right:0;
}

.tab-content{
    padding:15px;
    border:1px solid #ddd;
    border-top:0;
    overflow:visible;
}

.widget-toolbar>.nav-tabs {
        border-bottom: 0;
        margin-bottom: 0;
        position: relative;
      }

@media(min-width:612px){
    
    .widget-toolbar {
        top:23px;
      }
    
}

.footer-modules,.testimonial-area {
  padding: 20px 0;
}

.nomargin{margin:0;}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color:#90C141;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
    background-color:#8FC53C;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
        background-color:#8FC53C;
        filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
}


.item-details {
  width: 65%;
  display: inline-block;
}

.item-icon {
  width: 35%;
  float: left;
}

.item-icon .icon {
  width: 79px;
  height: 79px;
  background: url(img/icons.png);
  display: block;
}

.item-icon .icon.icon-vehicle{
    background-position: left 258px;
}

.item-icon .icon.icon-motorbike{
    background-position: left 79px;
}

.item-icon .icon.icon-boat{
    background-position: left 167px;
}

.item-icon .icon.icon-personal{
    background-position: left 525px;
}

.item-icon .icon.icon-quicky{
    background-position: left 436px;
}

.item-icon .icon.icon-business{
    background-position: left 613px;
}

.item-icon .icon.icon-mortgage{
    background-position: left 792px;
}

.item-icon .icon.icon-finance{
    background-position: left 702px;
}


@media (max-width:480px){
    table.uploaddoc-table td {
        display: block;
    }
    table.uploaddoc-table select {
        width: 100%;
    }
    table.uploaddoc-table .label {
        display:block;
        text-align: center;
    }
}

.date-header {
    color: #454545;
    font-family: merriweather;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
    position:relative;
}

.date-header:after {
    background: #C1C1C1;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    left: 0;
    width: 36px;
}

.article-item{
    margin-bottom:30px;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
}

.addthis_sharing_toolbox{
    display: inline-block;
    vertical-align: middle;
}

#breadcrumbs{
    margin-left:0;
    list-style: none;
    margin-bottom: 20px;
}

#breadcrumbs li{
    display:inline-block;
    margin:0 3px;
}

h1.page-title > ul > li {
    font-size: .8em;
    font-weight: normal;
}

article.post{
    font-size:1.166666666666667em;
    line-height:1.6em;
}

@media(max-width: 979px){
    .banner-container{
        display:none;
    }
}