@charset  "UTF-8";

/*
Theme Name: NOW Finance V2
Theme URI:
Description: Now Finance WordPress Theme 10th Nov 2015

*/
/* NEW STYLES for changes 2/12/2015 */
.videos_module .videoWrapper {
  margin: 2em 0;
}

.videos_module .row .videoWrapper {
  margin: 0 0 15px;
}

.videos-holder {
  margin: 1em 0;
  float: left;
  width: 100%;
}

.videos-holder hr {
  background: #ccc;
  height: 1px;
  border: none;
  margin-top: 15px;
}

.videos-holder h2 {
  color: #FF671E;
  font-size: 20px;
}

.col-2 {
  margin-right: 3%;
  width: 48.5%;
  float: left;
}

.col-2:nth-child(2n+2) {
  margin-right: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
/* 16:9 */
  height: 0;
  margin-bottom: 15px;
}

.videoWrapper img {
  width: 100%;
  height: auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* NEW STYLES for changes 10/11/2015 */
.apply-now-banner {
  width: 100%;
  height: 160px;
  color: #fff;
  display: block;
  float: left;
  margin-top: 60px;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0 2em;
}

.apply-now-banner a {
  color: #fff;
}

.apply-now-banner .large-grey {
  width: 60%;
  float: left;
  position: relative;
  background-color: #88898b;
  min-height: 100%;
  padding: 2em;
  font-size: 18px;
  font-weight: 300;
  background-image: url(_images/apply-now-person.png);
  background-position: left bottom;
  background-size: 182px;
  background-repeat: no-repeat;
}

.apply-now-banner .large-grey h2 {
  font-weight: 300;
  margin-bottom: .5em;
  font-size: 1.2em;
}

.apply-now-banner .large-grey p {
  font-weight: 300;
  font-size: 15px;
  margin: 0;
}

.apply-now-banner .large-grey:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #88898b;
  position: absolute;
  right: -20px;
  z-index: 2;
  top: 0;
}

.apply-now-banner .small-orange {
  width: 40%;
  float: left;
  position: relative;
  background: #ff671e;
  min-height: 100%;
  padding: 2em;
  text-align: center;
}

.apply-now-banner .small-orange a.button {
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0 10px;
  width: 250px;
  padding: 1.3em;
  cursor: pointer;
}

.apply-now-banner .small-orange a.button:after {
  transition: .3s;
}

.apply-now-banner .small-orange a.button:hover:after {
  padding-left: .2em;
}

.remodal.new-modal {
  max-width: 700px;
}

.remodal.new-modal > div {
  padding: 30px 30px 40px;
}

.remodal.new-modal form select {
  max-width: 330px;
  float: left;
}

.remodal.new-modal button {
  float: right;
  position: absolute;
  width: 258px;
  right: 30px;
  bottom: 25px;
}

.remodal.new-modal form label {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.apply-now-banner .small-orange span {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 15px;
}

.apply-now-banner .small-orange span a {
  text-decoration: underline;
}

.apply-now-banner .small-orange span a:hover {
  opacity: .7;
  color: #fff;
}

.large-grey .vertical-align {
  padding-left: 160px;
  padding-right: 30px;
}

.vertical-align {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.body-copy .apply-now-banner {
  padding: 0;
  margin: 20px 0 40px;
}

.body-copy .large-grey {
  background-image: none;
  width: 50%;
  text-align: center;
  line-height: 1.4em;
  font-size: 22px;
}

.body-copy .small-orange {
  background-image: none;
  width: 50%;
}

.body-copy .large-grey .vertical-align {
  padding-left: 30px;
  padding-right: 15px;
}

.body-copy .large-grey p {
  opacity: .7;
}

.apply-now-grey {
  padding: 1em;
  border-radius: 20px;
  background: #88898b;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

.vertical-align a {
  cursor: pointer;
}

.apply-now-grey p {
  opacity: .7;
}

.apply-now-grey a {
  background: #ff671e;
  border-radius: 20px;
  color: #fff;
  padding: .5em;
  font-size: 16px;
  padding: 1em 1.5em;
  display: block;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}

.apply-now-grey a:hover {
  color: #fff;
  background: #111;
}

.apply-now-grey h2 {
  font-weight: 400;
  margin: 0 0 10px;
}

/* POP UPS AND RE_MODAL WINDOWS */
span.name {
  font-weight: 400;
  color: #ed591b;
  text-transform: uppercase;
}

span.name span {
  font-weight: 700;
  color: #5a5b5e;
  text-transform: lowercase;
  font-size: 1.3em;
  line-height: 1;
}

.remodal form li.mand label .gfield_required {
  display: none;
}

.remodal form li.mand ul.gfield_checkbox {
  margin: 0;
}

.remodal form li.mand {
  font-size: .8em;
  margin: 0;
}

.call-us {
  display: none;
}

.page-numbers {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

.page-numbers li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
  font-size: .8em;
}

span.page-numbers,a.page-numbers {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #efefef;
  color: #545454;
}

span.page-numbers:hover,a.page-numbers:hover,a.page-numbers.next:hover,a.page-numbers.prev:hover {
  background: #ddd;
}

a.page-numbers.next,a.page-numbers.prev {
  width: auto;
  border-radius: 20px;
  padding: 0 1em;
}

span.page-numbers.current,span.page-numbers.current:hover {
  background: #FF671E;
  color: #fff;
}

html.remodal_lock,body.remodal_lock {
  overflow: hidden;
}

.remodal,[data-remodal-id] {
  visibility: hidden;
}

.remodal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-overlay:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: "";
}

.remodal-overlay {
  -webkit-backface-visibility: hidden;
}

.remodal {
  position: relative;
  display: inline-block;
  text-align: left;
}

/* .remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
    font-size: 16px;
} */
.responsive-container {
  position: relative;
  padding-bottom: 56%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
#valid .error {
	color: #FFF;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dropbox .styled-select.slate {
	width: 100%;
}
.styled-select.slate input {
	background: #efefef url("/wp-content/themes/Divi/images/dropdown_icon.png") no-repeat scroll right center;
	border: 1px solid #ccc;
	color: #6a6c74;
	display: block;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}
#drops #rate {
	border-radius: 6px;
	font-size: 14px;
	height: 40px;
	text-transform: uppercase;
	cursor: context-menu;
	text-align: center;
}
#dropbox {
	width: 250px;
	margin: 0 auto;
}

#loan_calculator_result {
	float: left;
	width: 48%;
}
#loan_calculator {
	float: right;
	width: 48%;
}
.dropdown-content {
	background-color: #f9f9f9;
	border: 2px solid #c2c2c2;
	border-radius: 5px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	display: none;
	overflow: auto;
	position: absolute;
	top: -48px;
	width: 220px;
	margin: 0 auto;
	right: 0;
}
#drops {
	margin-bottom: 10px;
}
.responsive-container img {
  width: 100%;
  height: auto;
}

.remodal-bg {
  -webkit-transition: -webkit-filter .2s linear;
  -moz-transition: -moz-filter .2s linear;
  -o-transition: -o-filter .2s linear;
  transition: filter .2s linear;
}

body.remodal_active .remodal-bg {
  -webkit-filter: blur(8px);
}

/* Overlay default theme styles */
.remodal-overlay {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  z-index: 99999999999;
  opacity: 0;
  background: rgba(0,0,0,0.40);
}

body.remodal_active .remodal-overlay {
  opacity: 1;
}

.remodal form label {
  margin-bottom: 5px;
}

.remodal .gform_wrapper {
  width: 100%;
  padding: 0 40px 40px;
}

.remodal form ul li {
  margin-bottom: 2rem;
}

.remodal form .button {
  margin: 0;
}

.remodal form textarea.medium {
  height: 100px;
}

.remodal h2 {
  font-size: 2.8rem;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: url(_images/nf-flexible-dropdown-options-travel-1500x300.jpg) #FF671E;
  width: 100%;
  text-align: center;
}

/* Modal dialog default theme styles */
.no-button {
  font-size: .9em;
  margin-top: 20px;
}

.remodal {
  font-size: 16px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 0;
  background: #fff;
  -webkit-transition: -webkit-transform .2s linear;
  -moz-transition: -moz-transform .2s linear;
  -o-transition: -o-transform .2s linear;
  transition: transform .2s linear;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  color: #000;
  background-clip: padding-box;
/*-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);*/
}

.remodal .form-half {
  float: left;
  width: 50%;
  line-height: 1.5em;
}

.remodal .form-half li {
  width: 100%;
}

.remodal .form-half.no-button a {
  display: none;
}

.remodal.video-review,.remodal.video-install {
  padding: 0;
  background: transparent;
}

body.remodal_active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Modal dialog vertical align  */
.remodal,.remodal-overlay:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  opacity: .7;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
/*border: 2px solid #fff;*/
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
/* IE 9 */
  -webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.remodal-close:hover {
  opacity: 1;
}

.remodal-close:after {
  font-family: Arial;
  font-size: 28px;
  line-height: 26px;
  display: block;
  content: "+";
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #fff;
}

/* Media queries
   ========================================================================== */
/* min-width 641px */
@media only screen and (min-width: 40.063em) {
  .remodal {
    max-width: 900px;
    min-height: 0;
    margin: 20px auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .remodal h2 {
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
  }
}

/* IE8
   ========================================================================== */
html.lt-ie9,html.lt-ie9 body {
  overflow: auto !important;
  min-height: 100%;
  margin: 0;
}

.lt-ie9 .remodal-overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8AAABVwtN+AAAAAnRSTlMAuyogpzwAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAGHRFWHRDcmVhdGlvbiBUaW1lADA2LzEwLzIwMTSCx1nsAAAAD0lEQVQImWP4//8DAxUxACnDOpkfX95WAAAAAElFTkSuQmCC);
}

.lt-ie9 .remodal {
  width: 500px;
  min-height: auto;
}

.remodal form input.medium,.remodal form textarea.medium,.remodal select {
  width: 98%;
}

.gf_left_half,.gf_right_half {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.home-apply {
  text-align: center;
  margin-bottom: 50px;
}

.home-apply span {
  display: block;
  font-size: 14px;
}

.home-apply span a {
  text-decoration: underline;
  cursor: pointer;
}

.slide-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fineprint,footer,.home-rollovers .home-rollover-contents h1,.lc-container h1,.lc-container h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}

.application-steps .application-step p,.carousel .title h1,.title h2,header .nav-header .menu-item a,.home-why-choose-us .title h1,.home-why-choose-us .title h2,.home-rollovers .home-rollover .title h2,.home-rollovers .home-rollover-contents,.home-rollovers .home-rollover-contents p,.home-icon-block .home-icon h4,.home-icon-block .home-icon h3,.lc-container,.lc-container input,.lc-container button,.lc-container textarea,.lc-container #loan_calculator fieldset .select option {
  font-weight: 400;
  font-style: normal;
}

.home-rollovers .home-rollover-contents .list-block p {
  font-weight: 400;
  font-style: italic;
}

.application-steps .application-step h3,.button,.title h1,.validation_error,.validation_message,.sidebar-widget .sidebar-title span,.home-rollovers .home-rollover .title h1,.home-rollovers .home-rollover-contents .list-block h3,.page-about .body-copy table td h2,.faq .faq-question,.lc-container #loan_calculator_result table td,.lc-container #loan_calculator_result button {
  font-weight: 600;
  font-style: normal;
}

.application-steps .application-step {
  font-weight: 600;
  font-style: italic;
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 1000;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: .75rem;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.application-steps {
  color: #6E6E6E;
  float: left;
  width: 100%;
}

.application-steps .title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: 1px solid #DEDEDE;
  color: #6E6E6E;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.application-steps ol {
  list-style-position: inside;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}

.application-steps .application-step {
  float: left;
  margin-bottom: 2rem;
  padding-right: 2rem;
  width: 33.33333%;
}

.application-steps .application-step:before {
  font-size: 36px;
  font-size: 3.6rem;
  background-color: #F7F7F7;
  border-radius: 50%;
  content: counter(item) " ";
  counter-increment: item;
  float: left;
  font-family: "Times New Roman",serif;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  margin-right: 2rem;
  text-align: center;
  width: 60px;
}

.application-steps .application-step:nth-child(3n+1) {
  clear: left;
}

.application-steps .application-step h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px;
}

.application-steps .application-step p {
  font-size: 14px;
  font-size: 1.4rem;
  clear: left;
}

.banner {
  background-color: #ddd;
}

.banner.banner-purpose .banner-image {
  padding-top: 35%;
}

.banner.banner-home .banner-image {
  padding-top: 35%;
}

/*  .banner h1 {max-width:700px;} */
.banner.banner-home .banner-image .title {
  width: 100%;
  font-size: 16px;
  padding: 0 60px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -ms-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.banner.banner-home .banner-image .title.load {
  opacity: 1;
}

.banner.banner-page .banner-image {
  padding-top: 20%;
}

.banner .banner-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.banner.banner-page .title {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.banner.banner-page .title h1 {
  color: #000;
  margin-bottom: 0;
}

.banner.banner-page .title h2 {
  color: #000;
  margin-top: 1rem;
}

.page-personal-loans .banner,.loan_module .banner {
  background: #FF671E;
}

.page-personal-loans .banner.banner-page .title h1,.loan_module .banner.banner-page .title h1,.page-personal-loans .banner.banner-page .title h2,.loan_module .banner.banner-page .title h2 {
  color: #fff;
}

.button,.slide-text a {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #FF671E;
  border-radius: 15px;
  border: 0;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin: 2rem auto;
  padding: 1.6rem 4rem 2rem;
  text-align: center;
}

.button:after,.slide-text a:after {
  content: " ›";
  font-size: 150%;
  line-height: 50%;
  position: relative;
  bottom: -2px;
}

.button:hover,.slide-text a:hover {
  background-color: #353334;
  color: #FFF;
}

.carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.carousel .slick,.carousel .slick-list,.carousel .slick-track {
  height: 100%;
}

.carousel .slick-slide {
  background-repeat: none;
  background-size: cover;
  text-align: center;
}

.carousel .title h1 {
  color: #353334;
  margin-bottom: 2rem;
  font-size: 2em;
}

.wrapper {
  zoom: 1;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.wrapper:before,.wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.title h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

.title h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

.dot-points {
  padding-left: 0;
}

.dot-points li {
  list-style-type: none;
}

img.size-full {
  width: 100%;
  height: auto;
}

.content {
  background-color: #F7F7F7;
}

.content .wrapper {
  background-color: #FFF;
  padding: 2rem;
}

.content .body-copy {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6E6E6E;
  float: left;
  margin-bottom: 0;
  padding-right: 2rem;
  width: 75%;
}

.content .body-copy h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #353334;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.content .body-copy p img {
  height: auto;
  width: 100%;
}

.fineprint {
  line-height: 1.38462;
  text-align: center;
  padding: 50px 0;
}

.ginput_container {
  margin-top: 5px;
}

.validation_error {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FF671E;
  border: 1px solid #FF671E;
  padding: 2rem;
  margin-bottom: 2rem;
}

.validation_message {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FF671E;
}

.gfield_required {
  font-size: 80%;
  color: #FF671E;
  padding-left: 2px;
}

.gfield_checkbox input {
  margin-right: 10px;
}
.sidebar .button {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-apply-now .sidebar .button {
  display: none;
}

.sidebar-contact {
  zoom: 1;
  background-color: #F7F7F7;
  border-radius: 15px;
  color: #6E6E6E;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

.sidebar-contact:before,.sidebar-contact:after {
  content: " ";
  display: table;
}

.sidebar-contact:after {
  clear: both;
}

.sidebar-widget {
  width: 100%;
  height: 200px;
}

.sidebar-widget.contact {
  height: 275px;
}

.sidebar-widget.contact .phone-number a {
  color: #FF671E;
  font-size: 1em;
}

.sidebar-widget.contact .sidebar-title span.phone-number {
  padding: 5px 0;
  color: #FF671E;
}

.sidebar-widget .sidebar-icon a {
  display: block;
  text-align: center;
  margin: 25px auto 15px;
  width: 75px;
  height: 75px;
}

.sidebar-widget .sidebar-icon a.icon-contact {
  background: url(_images/icons/side-panel-options/nf-home-icons-sideoptions-3.png) 0 0 no-repeat;
}

.sidebar-widget .sidebar-icon a.icon-loan {
  background: url(_images/icons/side-panel-options/nf-home-icons-sideoptions-4.png) 0 0 no-repeat;
}

.sidebar-widget .sidebar-icon a:hover,.sidebar-widget .sidebar-icon a:focus {
  opacity: .5;
}

.sidebar-widget .sidebar-icon a span {
  display: none;
}

.sidebar-widget .sidebar-title a {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #6E6E6E;
}

.sidebar-widget .sidebar-title a:hover,.sidebar-widget .sidebar-title a:focus {
  opacity: .5;
}

.sidebar-widget .sidebar-title span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.browsehappy {
  text-align: center;
  background: #FF671E;
  color: #FFF;
  padding: 15px;
}

.browsehappy a {
  color: #FFF;
  text-decoration: underline;
}

.page-home .banner {
  background-color: #ddd;
}

.home-why-choose-us {
  color: #6E6E6E;
  margin: 4rem 0;
  text-align: center;
}

.home-why-choose-us .title {
  text-align: center;
}

.home-why-choose-us .title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: 1px solid #FF671E;
  display: inline-block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}

.home-why-choose-us .title h2 {
  font-size: 1.8rem;
  margin: 1rem 0 4rem;
  line-height: 1.4;
}

.home-why-choose-us .dot-points {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 75%;
  text-align: left;
}

div.dot-points li {
  padding: 5px 35px 5px 45px;
}

div.dot-points ul {
  margin: 20px 0 0;
  padding: 0;
}

div.dot-points {
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-why-choose-us .dot-points li,.dot-points li {
  display: block;
  float: left;
  margin-bottom: 1em;
  padding: 0 70px 5px 50px;
  position: relative;
  width: 50%;
  min-height: 2em;
  background-image: url(_images/icons/nf-tick.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.home-why-choose-us .dot-points li:nth-child(odd),.dot-points li:nth-child(odd) {
  clear: left;
}

.home-why-choose-us .button-apply-now {
  display: none;
}

.home-rollovers {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  width: 100%;
}

.home-rollovers .home-rollover-container {
  width: 33.33333%;
  float: left;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.home-rollovers .home-rollover {
  background-color: #6E6E6E;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  padding: 3rem 20%;
  text-align: center;
  width: 100%;
  position: relative;
}

.home-rollovers .home-rollover .title {
  color: #FFF;
  margin-top: 6rem;
}

.home-rollovers .home-rollover .title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.home-rollovers .home-rollover .title h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.home-rollovers .home-rollover .button {
  position: absolute;
  bottom: 0;
  width: 2.5em;
  height: 2.5em;
  padding: .5em;
  border-radius: 50%;
  line-height: 1.2em;
  left: 50%;
  margin-left: -1.25em;
}

.home-rollovers .home-rollover .button:after {
  content: "";
}

.home-rollovers .home-rollover-service {
  background-image: url(_images/nf-rollover-images-service.jpg);
}

.home-rollovers .home-rollover-flexible {
  background-image: url(_images/nf-rollover-images-flexible.jpg);
}

.home-rollovers .home-rollover-simple {
  background-image: url(_images/nf-rollover-images-simple.jpg);
}

.home-rollovers .home-rollover-contents {
  zoom: 1;
  background-color: #FF671E;
  clear: left;
  color: #FFF;
  display: none;
  margin: 2rem 1rem;
  padding: 3rem;
  text-align: center;
  position: relative;
}

.home-rollovers .home-rollover-contents:before,.home-rollovers .home-rollover-contents:after {
  content: " ";
  display: table;
}

.home-rollovers .home-rollover-contents:after {
  clear: both;
}

.home-rollovers .home-rollover-contents:before {
  width: 2em;
  height: 2em;
  content: " ";
  background-color: #FF671E;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1em;
  margin-left: -1em;
}

.home-rollovers .home-rollover-contents.home-rollover-contents-service:before {
  left: 16.667%;
  margin-left: -1.5em;
}

.home-rollovers .home-rollover-contents.home-rollover-contents-flexible:before {
  left: 50%;
}

.home-rollovers .home-rollover-contents.home-rollover-contents-simple:before {
  right: 16.667%;
  margin-right: -1.5em;
}

.home-rollovers .home-rollover-contents h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.home-rollovers .home-rollover-contents img {
  margin-bottom: 1.5em;
}

.home-rollovers .home-rollover-contents .copy {
  width: 80%;
  margin: 0 auto;
}

.home-rollovers .home-rollover-contents .copy img {
  width: 100%;
  height: auto;
  display: block;
}

.home-rollovers .home-rollover-contents.home-rollover-contents-flexible .copy {
  width: 100%;
}

.home-rollovers .home-rollover-contents .list-block {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  width: 33.33333%;
  line-height: 1.3;
  float: left;
  padding: 0 2rem 2rem;
}

.home-rollovers .home-rollover-contents .list-block:nth-child(3n+1) {
  clear: left;
}

.home-rollovers .home-rollover-contents .list-block:nth-child(3n+1) {
  clear: none;
}

.home-rollovers .home-rollover-contents .list-block img {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 2rem;
}

.home-rollovers .home-rollover-contents .list-block h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
}

.home-rollovers .home-rollover-contents .list-block h3:after {
  content: " ›";
  font-size: 120%;
  line-height: 80%;
  position: absolute;
  right: 0;
}

.home-rollovers .home-rollover-contents .list-block h3 a {
  color: #FFF;
  position: relative;
}

.home-rollovers .home-rollover-contents .list-block h3 a:hover {
  text-decoration: underline;
}

.home-rollovers .home-rollover-contents .list-block p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 70px;
}

.home-rollovers .home-rollover-contents .list-block ul {
  padding-left: 1.2em;
}

.home-rollovers .home-rollover-contents .list-block li {
  margin-bottom: .5em;
}

.home-rollovers .home-rollover-contents p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.home-icon-block {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  width: 100%;
  margin: 4rem auto;
}

.home-icon-block .home-icon {
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: 15%;
  color: #6E6E6E;
  display: block;
  float: left;
  width: 50%;
  line-height: 2;
  padding: 4rem;
}

.home-icon-block .home-icon:hover {
  color: #FF671E;
}

.home-icon-block .home-icon:nth-child(odd) {
  clear: left;
}

.home-icon-block .home-icon h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 30%;
  margin-bottom: 5px;
}

.home-icon-block .home-icon h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 30%;
}

.home-icon-block .home-icon.icon-loan-calculator {
  background-image: url(_images/icons/home-main/nf-home-icons-calculate.png);
}

.home-icon-block .home-icon.icon-loan-calculator:hover {
  background-image: url(_images/icons/home-main/nf-home-icons-hover-calculate.png);
}

.home-icon-block .home-icon.icon-how-it-works {
  background-image: url(_images/icons/home-main/nf-home-icons-howitworks.png);
}

.home-icon-block .home-icon.icon-how-it-works:hover {
  background-image: url(_images/icons/home-main/nf-home-icons-hover-howitworks.png);
}

.home-icon-block .home-icon.icon-why-now {
  background-image: url(_images/icons/home-main/nf-home-icons-allaboutus.png);
}

.home-icon-block .home-icon.icon-why-now:hover {
  background-image: url(_images/icons/home-main/nf-home-icons-hover-allaboutus.png);
}

.home-icon-block .home-icon.icon-frequently-asked-questions {
  background-image: url(_images/icons/home-main/nf-home-icons-faq.png);
}

.home-icon-block .home-icon.icon-frequently-asked-questions:hover {
  background-image: url(_images/icons/home-main/nf-home-icons-hover-faq.png);
}

.page-about .body-copy table {
  border-collapse: collapse;
  border: 0;
  float: right;
  line-height: 1;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 90%;
}

.page-about .body-copy table img {
  margin: 0;
  margin-left: -50%;
  border: 0;
  padding: 0;
}

.page-about .body-copy table a img {
  border: 0;
}

.page-about .body-copy table td {
  padding: 0;
  background-color: #F7F7F7;
  border: 0;
  border-bottom: 20px solid #FFF;
  margin: 0;
  margin-bottom: 2rem;
  vertical-align: middle;
}

.page-about .body-copy table td h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #353334;
  line-height: 1;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-about .body-copy table td p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-right: 2rem;
}

.page-about .body-copy h2 {
  color: #000;
  margin: 1.5em 0 1em;
}

.page-eligibility-criteria .body-copy {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-eligibility-criteria .body-copy ul {
  list-style-type: none;
  padding: 0;
  width: 70%;
}

.page-eligibility-criteria .body-copy ul li {
/* border-top: 1px solid #DEDEDE;*/
  padding: 10px 35px;
  background-image: url(_images/icons/nf-tick.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 0 8px;
}

.remodal .dot-points ul li {
/* border-top: 1px solid #DEDEDE; */
  padding: 0 35px;
  background-image: url(_images/icons/nf-tick.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 0 -2px;
}

.page-eligibility-criteria .sidebar .button-apply-now {
  display: none;
}

.accordion {
  width: 100%;
  overflow: hidden;
}

.page-eligibility-criteria .body-copy ul li ul li {
  border-top: none;
  padding: 10px 0;
  background-image: none;
  list-style: disc;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: 0;
  margin-left: 30px;
}

.remodal .dot-points ul li ul li {
  border-top: none;
  padding: 0;
  background-image: none;
  list-style: disc;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: 0;
  width: 340px;
  margin-left: 30px;
}

.remodal .form-half ul li ul li {
  width: ;
}

.faq-h3 {
  margin: 2em 0 -1em 1em;
  font-weight: 400;
}

.cat-list {
  margin: 2em 0;
  padding: 0;
  overflow: hidden;
}

.cat-list li {
  list-style: none;
  width: 50%;
  padding: .5em;
  float: left;
}

.cat-list li a {
  background: #F7F7F7;
  padding: 1em;
  border: 1px solid #DEDEDE;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #353334;
}

.cat-list li a:hover {
  background-color: #FF671E;
  color: #fff;
}

.faqs {
  margin: 30px 0;
}

.faq {
  border: 1px solid #DEDEDE;
  margin-bottom: 5px;
}

.faq .faq-question,.faq .faq-answer {
  padding: 2rem 4rem 2rem 2rem;
  font-weight: 400;
}

.faq .faq-question {
  background-color: #F7F7F7;
  color: #353334;
  position: relative;
}

.faq .faq-question:hover {
  cursor: pointer;
  background-color: #FF671E;
  color: #fff;
}

.faq .faq-question:after {
  display: block;
  content: "∨";
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-align: center;
}

.faq.faq-open .faq-question:after {
  content: "∧";
}

.faq .faq-answer {
  display: none;
}

.page-how-it-works .body-copy td,.page-personal-loans .body-copy td {
  padding: 2rem;
}

.page-how-it-works .body-copy td:first-child,.page-personal-loans .body-copy td:first-child {
  width: 80px;
}

.page-how-it-works .body-copy img,.page-personal-loans .body-copy img {
  width: 80px;
  height: 80px;
  display: block;
}

.page-how-it-works .body-copy h3,.page-personal-loans .body-copy h3 {
  padding-bottom: .5em;
}

.page-personal-loans td {
  vertical-align: top;
}

.purpose .body-copy {
  font-size: 16px;
  font-size: 1.6rem;
}

.purpose .body-copy ul.dot-points {
  list-style-type: none;
  padding: 0;
  width: 70%;
}

.purpose .body-copy ul.dot-points li {
  border-top: 1px solid #DEDEDE;
  padding: 10px 35px;
  background-image: url(_images/icons/nf-tick.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 0 8px;
}

.why-now-reasons {
  zoom: 1;
  width: 100%;
}

.why-now-reasons:before,.why-now-reasons:after {
  content: " ";
  display: table;
}

.why-now-reasons:after {
  clear: both;
}

.why-now-reasons .reason {
  height: 153px;
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: 2rem 2rem;
  padding: 2rem 2rem 2rem 120px;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.why-now-reasons .reason:nth-child(2n+1) {
  clear: left;
}

.why-now-reasons .reason:nth-child(2n) {
  border-right: 0;
}

.why-now-reasons .reason:last-child,.why-now-reasons .reason:nth-last-child(2) {
  border-bottom: 0;
}

.why-now-reasons .reason h3 {
  margin-bottom: 1rem;
}

/*! noUiSlider - 7.0.9 - 2014-10-08 16:49:45 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left .3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45),0 3px 6px -5px #BBB;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect,[disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*! noUiSlider - 7.0.9 - 2014-10-08 16:49:45 */
.noUi-pips,.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}

.noUi-value {
  width: 45px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large,.noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}


.lc-container input,.lc-container button,.lc-container textarea {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a5a5a;
  line-height: 1.4;
}

.lc-container button {
  font-size: 18px;
  font-size: 1.8rem;
  background: #FF671E;
  border-radius: 15px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  padding: 15px 25px;
}

.lc-container button:after {
  content: " ›";
}

.lc-container #loan_calculator {
	background: #F7F7F7;
	padding: 16px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.lc-container #loan_calculator fieldset {
  border: 0;
  margin: 0;
  padding: 0 0 40px;
  font-size: 0;
  white-space: nowrap;
}

.lc-container #loan_calculator fieldset.slider {
  padding-top: 40px;
  padding-bottom: 60px;
}

.lc-container #loan_calculator fieldset * {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.lc-container #loan_calculator fieldset > label {
  width: 30%;
}

.lc-container #loan_calculator fieldset input[type=text],.lc-container #loan_calculator fieldset #loan_amount,.lc-container #loan_calculator fieldset #loan_term,.lc-container #loan_calculator fieldset .radio_group {
  width: 70%;
}

.lc-container #loan_calculator fieldset input[type=text] {
  box-sizing: border-box;
  border: 0;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,103,30,0);
  border-radius: 2px;
  transition: box-shadow .1s ease-out;
}

.lc-container #loan_calculator fieldset input[type=text]:focus {
  box-shadow: 0 0 0 2px #ff671e;
}

.lc-container #loan_calculator fieldset .select {
  width: 70%;
  border: 1px solid #DEDEDE;
  background-color: #FFF;
  box-shadow: inset 0 0 3px #DEDEDE;
  height: 2.5em;
}

.lc-container #loan_calculator fieldset .select option {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #FFF;
  padding: 10px !important;
}

.lc-container #loan_calculator fieldset .radio_group label {
  width: 50%;
  max-width: 150px;
  float: left;
}

.lc-container #loan_calculator fieldset .radio_group label span {
  position: relative;
  bottom: 2px;
  cursor: pointer;
}

.lc-container #loan_calculator .align_right {
  text-align: right;
}

.lc-container #loan_calculator .noUi-target {
  box-shadow: none;
  border: none;
}

.lc-container #loan_calculator .noUi-target > * {
  display: block;
}

.lc-container #loan_calculator .noUi-target.noUi-horizontal {
  height: 12px;
}

.lc-container #loan_calculator .noUi-target .noUi-handle {
  top: -6px;
  left: -12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lc-container #loan_calculator .noUi-target .noUi-handle,.lc-container #loan_calculator .noUi-target .noUi-handle:before,.lc-container #loan_calculator .noUi-target .noUi-handle:after {
  width: 24px;
  height: 24px;
}

.lc-container #loan_calculator .noUi-target .noUi-handle:before {
  position: absolute;
  top: 12px;
  left: 1px;
  width: 22px;
  height: 32px;
  border-radius: 0 0 12px 12px;
  background: #000;
  background: linear-gradient(rgba(0,0,0,0.3),transparent);
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
}

.lc-container #loan_calculator .noUi-target .noUi-handle:after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(white,#e5e5e5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.15),0 7px 5px rgba(0,0,0,0.1);
}

.lc-container #loan_calculator .noUi-target .noUi-background,.lc-container #loan_calculator .noUi-target.noUi-connect {
  border-radius: 6px;
}

.lc-container #loan_calculator .noUi-target .noUi-background {
  background-color: #b6b6b6;
  background-image: linear-gradient(rgba(0,0,0,0.2),transparent);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}

.lc-container #loan_calculator .noUi-target.noUi-connect {
  background: #FF671E;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

.lc-container #loan_calculator .noUi-target .noUi-marker {
  display: none;
}

.lc-container #loan_calculator .noUi-target .noUi-value {
  padding: 5px 0 0;
  color: #a1a1a1;
}

.lc-container #loan_calculator .tooltip {
  position: absolute;
  left: 50%;
  top: -45px;
  width: 90px;
  margin-left: -45px;
  padding: 5px;
  min-width: 90px;
  box-sizing: border-box;
  background: #FF671E;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

.lc-container #loan_calculator .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FF671E;
}

.lc-container #loan_calculator #loan_amount .tooltip {
  width: 70px;
  min-width: 90px;
  margin-left: -44px;
}

.lc-container #loan_calculator #loan_amount .noUi-value-horizontal {
  margin: 0;
}

.lc-container #loan_calculator #loan_amount .noUi-value-horizontal:last-child {
  left: auto !important;
  right: 0 !important;
}

.lc-container .styledRadio {
  position: relative;
  bottom: 1px;
  background-size: 16px auto;
  margin-right: 5px;
}

.lc-container .styledRadio,.lc-container .styledRadio input {
  outline: none;
}

.lc-container .fineprint {
  padding: 10px 0;
}

.lc-container #loan_calculator_result {
	background: #FF671E;
	padding: 28px;
	color: #fff;
	border-radius: 10px;
}
#result_repayments { 
	font-weight: bold;
}
.lc-container #loan_calculator_result .hidden {
  display: none;
}
#result_no_of_payments {
	font-weight: bold;
}
#result_frequency {
	font-weight: bold;
}
.lc-container #loan_calculator_result h2 {
	font-size: 22px;
	text-align: center;
	line-height: 25px;
	margin: 17px 0;
	font-family: "TruenoLt";
}

.lc-container #loan_calculator_result table {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 4rem;
}

.lc-container #loan_calculator_result table th, .lc-container #loan_calculator_result table td {
	padding: 10px 20px;
	text-align: left;
	background: rgba(255,255,255,0.1);
	font-size: 14px;
	width: 50%;
	font-weight: normal;
}

.lc-container #loan_calculator_result table th:nth-child(odd),.lc-container #loan_calculator_result table td:nth-child(odd) {
  background: #ff5714;
}

.lc-container #loan_calculator_result table th {
	border-bottom: 1px solid #fff;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
}

.lc-container #loan_calculator_result .comparison {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 125%;
  text-align: right;
}

.lc-container #loan_calculator_result .buttons {
  text-align: center;
}

.lc-container #loan_calculator_result button {
  background: #fff;
  color: #FF671E;
  margin-left: 1rem;
  margin-right: 1rem;
  vertical-align: top;
}

.lc-container #loan_calculator_result button:hover {
  color: #6E6E6E;
}

.footer-menu {
  font-size: 16px;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 30px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu li {
  list-style: none;
  text-align: left;
  float: left;
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.footer-menu li a:hover {
  color: #fff;
}

.footer-menu > li {
  width: 33%;
}

.footer-menu li .sub-menu li {
  font-size: .7em;
  margin-top: .5em;
  margin-bottom: 0;
}

.footer-menu .sub-menu {
  display: block;
}

.footer-menu li .sub-menu a:hover {
  color: #fff;
  opacity: .7;
}

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 96%;
  font-size: 14px;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
/* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100% !important;
/* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span,.selectboxit-container .selectboxit-options a {
  height: 34px;
/* Height of the drop down */
  line-height: 34px;
/* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,.selectboxit-options .selectboxit-disabled {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important;
/* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option,.selectboxit-optgroup-header {
  text-indent: 5px;
/* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: 700;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
/* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
/* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #DEDEDE;
}

/* .selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
} */
.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #fff;
  border: 1px solid #DEDEDE;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #000;
  background-color: #efefef;
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
}

.remodal form ul li.selectboxit-option {
  margin-bottom: 0;
}

.page-apply-now .dot-points,.page-quote-request .dot-points {
  margin: 2em 0;
  float: left;
}

.page-apply-now .dot-points li,.page-quote-request .dot-points li {
  display: block;
  float: left;
  margin-bottom: 1em;
  padding: 0 70px 5px 50px;
  position: relative;
  width: 100%;
  min-height: 2em;
  background-image: url(_images/icons/nf-tick.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.gform_validation_container {
  display: none;
}

.loan-holder dt {
  width: 100%;
  float: left;
}

.loan-holder img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

.loan-holder:hover img,.loan-holder .current img {
  -webkit-transform: scale(1.1);
/* Safari and Chrome */
  -moz-transform: scale(1.1);
/* Firefox */
  -ms-transform: scale(1.1);
/* IE 9 */
  -o-transform: scale(1.1);
/* Opera */
  transform: scale(1.1);
}

/* .loan-holder a {
	     opacity: 0.5;
     }
     
     .load-holder .current a {
	     opacity: 1;
     }*/
.loan-holder dt a p {
  color: #545454;
  max-width: 90%;
}

.loan-holder dd {
  width: 85%;
  float: right;
}

.loan-holder div.dot-points ul {
  font-size: .9em;
}

.accordion {
  width: 98%;
}

.loan-holder .toggle {
  position: absolute;
  top: 55px;
  right: 0;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

.loan-holder:hover .toggle,.loan-holder .current .toggle {
  color: #666;
}

.loan-holder .current .toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loan-holder .toggle:before {
  font-family: FontAwesome;
  content: '\f13a';
}

.loan-holder .current .toggle:before {
/* font-family:FontAwesome;
	      content:'\f139';*/
}


.loan-content-holder h2 {
  color: #FF671E;
  margin: 1em 0 .2em;
  font-size: 20px;
}

.loan-holder .dot-points {
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.loan-image-holder {
  width: 15%;
  float: left;
}

.loan-image-holder br,.loan-image-holder b {
  display: none;
}

.loan-image-holder {
  width: 15%;
  float: left;
  color: #fff;
  line-height: 0;
}

.loan-content-holder {
  width: 85%;
  float: right;
}

.loan-holder .sub-pages {
  background: #FF671E;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
}

.loan-holder .sub-pages h3 {
  margin: 0 0 1em;
}

.loan-holder .sub-pages ul {
  margin: 0;
  padding: 0;
}

.loan-holder .sub-pages li {
  list-style: none;
  padding: 0 40px 10px 0;
  margin: 0;
  width: 50%;
  float: left;
  font-size: .85em;
}

.loan-holder .sub-pages li a:before {
  font-family: FontAwesome;
  content: '\f105';
  margin-right: 10px;
}

.loan-holder .sub-pages a {
  color: #fff;
}

.loan-holder .sub-pages a:hover {
  opacity: .8;
}

.loan_module .loan-holder dd {
  width: 100%;
  float: left;
  margin: 30px 0 0;
}

.loan_module div.dot-points li {
  width: 100%;
}

.loan_module dl .loan-holder:first-child {
  border-top: 1px solid #eee;
}

.loan_module.main .loan-holder dt h2 {
  font-size: 18px;
}

.loan_module .loan-holder .toggle {
  top: 24px;
  color: #FF671E;
}

.loan_module .loan-holder.main h2 {
  font-size: 16px;
}

ul.loan-faqs {
  float: left;
  margin: 30px 0 0;
  padding: 0;
}

ul.loan-faqs h3 {
  margin-bottom: .5em;
  font-size: 16px;
}

ul.loan-faqs li {
  display: block;
  float: left;
  margin-bottom: 1em;
  padding: 0 20px 5px 70px;
  position: relative;
  width: 100%;
  min-height: 2em;
  background-image: url(_images/ico_question.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

.loan_module .loan-holder .application-steps h1 {
  display: none;
}

.sidebar-accordian .loan-holder img {
  max-width: 40px;
  height: auto;
}

.sidebar-accordian .loan-holder .toggle {
  top: 27px;
  right: 15px;
  font-size: 12px;
}

.sidebar-accordian .loan-holder .toggle:before {
  content: '\f107';
  color: #FF671E;
}

.sidebar-accordian .loan-holder {
  display: table;
  border-bottom: 1px solid #eee;
  width: 100%;
  overflow: hidden;
  padding: 13px 15px 8px;
  position: relative;
}

.sidebar-accordian .loan-content-holder h2 {
  color: #FF671E;
  padding: 0 0 0 1.5em;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}

.sidebar-accordian h3 {
  color: #999;
  padding: 1em;
  font-size: 20px;
}

.sidebar-accordian .loan-holder .sub-pages {
  background: #fff;
  padding: 0 0 0 53px;
  border-radius: 10px;
  color: #FF671E;
  overflow: hidden;
  font-size: 14px;
  margin: -25px 0 0;
}

.sidebar-accordian .loan-holder .sub-pages a {
  color: #FF671E;
}

.sidebar-accordian .loan-holder .sub-pages a:hover {
  color: #666;
}

.sidebar-accordian .loan-holder .sub-pages li:before {
  font-family: FontAwesome;
  content: '\f111';
  margin-right: 10px;
  font-size: 5px;
  float: left;
  margin-top: 6px;
  color: #ccc;
}

.sidebar-accordian .loan-holder .sub-pages li a:before {
  content: '';
  margin: 0;
}

.sidebar-accordian .loan-holder:hover img,.sidebar-accordian .loan-holder .current img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sidebar-accordian .loan-holder .sub-pages li {
  width: 100%;
  padding: 0 15px 10px 0;
}

.sidebar-accordian .loan-content-holder {
/* display: table-cell; */
/* vertical-align: middle; */
  height: 43px;
  display: table;
}

/*

 .sidebar-accordian  .loan-holder .current .toggle {
     
        -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    
    } */
.sidebar-accordian {
  border: 1px solid #eee;
  border-bottom: 0;
}

.sidebar-accordian .accordion {
  border-top: 1px solid #eee;
  margin: 0 0 2em;
}

.page-personal-loans .sidebar-accordian .loan-holder .sub-pages {
  background: #fff;
  padding: 0 0 0 23px;
  border-radius: 10px;
  color: #FF671E;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
}

.all-loans h2 {
  margin: 2em 0 .5em;
}

.all-loans ul {
  float: left;
  margin-bottom: 40px;
  padding-left: 0;
}

.all-loans ul li ul {
  margin: 0 0 20px;
  padding: 0;
}

.all-loans li {
  list-style: none;
}

.all-loans ul > li {
  width: 33%;
  float: left;
  font-size: 18px;
  padding-right: 10px;
}

.all-loans a:hover {
  opacity: .5;
}

.all-loans ul > li a {
  margin-bottom: 5px;
  display: block;
  color: #6E6E6E;
}

.all-loans ul > li ul li {
  width: 100%;
  font-size: 16px;
  list-style: disc;
  padding-left: 0;
  margin-left: 1em;
}

.all-loans ul > li ul li a {
  margin-bottom: 0;
  color: #FF671E;
}

#gform_wrapper_1,#gform_wrapper_2 {
  display: block !important;
}

/* NEW MISC STYLES */
#breadcrumbs {
  font-size: 14px;
}

#breadcrumbs {
  color: #ff671e;
}

/* BLOG ARCHIVE AND SINGLE TEMPLATES */
.blog-post blockquote {
  padding: 30px;
  background-color: #FF671E;
  color: #fff;
  font-weight: 700;
}

.blog-post .post-excerpt a:hover {
  opacity: .7;
  color: #ff671e;
}

.blog-categories {
  overflow: hidden;
  border: 3px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}

.blog-categories h3 {
  color: #6a6a6a;
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-categories ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.blog-categories li {
  list-style: none;
  font-weight: 700;
  padding: 5px 0;
}

.blog-categories li a {
  width: 100%;
  display: block;
}

.blog-categories li a:after {
  font-family: FontAwesome;
  content: '\f105';
  float: right;
}

.blog-categories li a:hover {
  opacity: .7;
  color: #ff671e;
}

.has-post-thumbnail .post-thumb {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.has-post-thumbnail .post-thumb img {
  width: 100%;
  height: auto;
}

.has-post-thumbnail .post-excerpt {
  width: 65%;
  float: left;
}

.post-excerpt h2 {
  margin-bottom: 10px;
  color: #ff671e;
  font-size: 20px;
}

.post-excerpt date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.blog-post {
  border-bottom: 1px solid #eee;
  float: left;
  margin-top: 30px;
  padding-bottom: 30px;
}

.popular-posts {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
}

.popular-posts h3 {
  color: #6a6a6a;
  font-size: 16px;
  margin-bottom: 15px;
}

.popular-posts ul {
  margin: 0;
  padding: 0;
}

.popular-posts li {
  list-style: none;
  padding-left: 2.2em;
  margin-bottom: 15px;
}

.popular-posts li:before {
  font-family: FontAwesome;
  content: '\f138';
  float: left;
  margin-left: -1.3em;
  color: #ff671e;
  font-size: 16px;
}

.popular-posts li a h4 {
  float: left;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 3px;
  margin-bottom: 5px;
}

.popular-posts li a:hover {
  color: #ff671e;
  opacity: .7;
}

.has-post-thumbnail.single .post-thumb {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.blog-post.single {
  border: none;
  margin: 0;
  padding: 0;
}

.blog-post.single h2,.blog-post.single h3,.blog-post.single h4,.blog-post.single h5 {
  color: #ff671e;
  margin-bottom: 1em;
  margin-top: 1em;
}

.banner date {
  margin-top: 10px;
  float: left;
  font-size: 16px;
}

.related-posts {
  margin-top: 80px;
}

.related-posts h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.related-posts ul {
  margin: 20px 0 0;
  padding: 0;
}

.related-posts li {
  float: left;
  list-style: none;
  width: 33.33%;
  padding: 5px;
}

.related-posts h4 {
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 14px;
}

.related-posts date {
  font-size: 14px;
}

.related-posts a:hover {
  opacity: .7;
  color: #ff671e;
}

.page-blog .banner.banner-page,.post .banner.banner-page {
  background-color: #ddd;
}

.page-blog .banner.banner-page .title h1,.page-blog .banner.banner-page .title h2,.post .banner.banner-page .title h1,.post .banner.banner-page .title h2 {
  color: #353334;
}

form ul.gfield_checkbox {
  margin-bottom: 5px;
}

form ul.gfield_checkbox li {
  margin-bottom: 5px;
}

.gfield_description {
  font-size: .8em;
}

.selectboxit-container {
  margin-bottom: 5px;
}

@media screen and (max-width:768px){
.lc-container #loan_calculator {
	float: none;
	width: 100%;
}
.loan-holder.main {
	padding: 0;
}
#calculatorform .lc-container #loan_calculator fieldset > label {
	width: 100%;
	display: block;
}	
#calculatorform .lc-container #loan_calculator fieldset input[type=text],#calculatorform .lc-container #loan_calculator fieldset #loan_amount,#calculatorform .lc-container #loan_calculator fieldset #loan_term,#calculatorform .lc-container #loan_calculator fieldset .radio_group {
  width: 100%;
}
#calculatorform #loan_amount {
	width: 100% !important;
}
#calculatorform #loan_calculator_result {
	float: none;
	width: 100%;
}
#calculatorform .lc-container #loan_calculator_result button {
	font-size: 16px;
}
#calculatorform  .lc-container #loan_calculator_result table th, #calculatorform  .lc-container #loan_calculator_result table td {
	padding: 10px 12px;
}

}