/* @import url('http://example.com/example_style.css'); */

/******************************************************************************/
/* CSS @imports must be at the top of the file 								  */
/* Add them above this section                 								  */
/******************************************************************************/

/******************************************************************************/
/* 	HubSpot Style Boilerplate		 			                      		  */
/******************************************************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}



/******************************************************************************/
/* 	Start your style declarations here 			                      		  */
/******************************************************************************/

/* --------------------------------------------------------------------------
   Index:
  1. HUBSPOT LAYOUT.CSS      
  2. BASE STYLES   
    - Variables
    - Macros
  3. REFI READY BASE AND DESKTOP
    - Base Styles & Overrides
    - Form Base Styles
    - Pre-loader
    - Reset
    - Radio Groups
    - Filters
    - Offers
    - Tooltips
    - Disclaimer
  4. RESPONSIVE
  	- Global
  	- ReFi Ready Header
  	- ReFi Ready Form
  	- Radio Groups
  	- Filters
  	- Sorting Dropdown
  	- Offers
  	- Lender Overview Modal
  	- Disclaimer Modal
   -------------------------------------------------------------------------- */

/******************************************************************************/
/* 	1. HUBSPOT LAYOUT.CSS							                      			  */
/******************************************************************************/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
:-moz-placeholder {
    color: #bbb;
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before,.row-fluid:after {
    display: table;
    content: ""
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%
}

.container-fluid {
    *zoom: 1
}

.container-fluid:before,.container-fluid:after {
    display: table;
    content: ""
}

.container-fluid:after {
    clear: both
}

@media(max-width:930px) {
    .row-fluid {
        width: 100%
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0
    }
}

@media(min-width:931px) and (max-width:1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,.row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%
    }
}

@media(min-width:1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,.row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.127659574%;
        *margin-left: 2.127659574%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%
    }

    .row-fluid .span3 {
        width: 23.093123077%;
        *width: 23.0237315876383%
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%
    }
}

.clearfix {
    *zoom: 1
}

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

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none!important
}

.visible-tablet {
    display: none!important
}

.hidden-desktop {
    display: none!important
}

@media(max-width:930px) {
    .visible-phone {
        display: inherit!important
    }

    .hidden-phone {
        display: none!important
    }

    .hidden-desktop {
        display: inherit!important
    }

    .visible-desktop {
        display: none!important
    }
}

@media(min-width:931px) and (max-width:1139px) {
    .visible-tablet {
        display: inherit!important
    }

    .hidden-tablet {
        display: none!important
    }

    .hidden-desktop {
        display: inherit!important
    }

    .visible-desktop {
        display: block!important
    }
}
   
/******************************************************************************/
/* 	2. BASE STYLES							                      			  */
/******************************************************************************/

/* --------------------------------------------------------------------------
   Variables                                               
   -------------------------------------------------------------------------- */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Container - Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 
 
/* Typography */
 /* Change the font family of the paragraph text. You may need to @import it above */
 /* Change the font family of the headers (h1, h2, h3, h4. h5. h6). You may need to @import it above */
 /* Change the font size of your sites paragraph text */
 /* Change the line-height of your sites paragraph text */

/* Font Colors */
 /* Change your body text color here */
 /* white */


/* Comet Colors */











/* Link Color */
 /* Green - Change the color of your sites text links */
 /* Green - Lighter - Change the hover color fo your sites text links */


/* --------------------------------------------------------------------------
   Macros                                                  
   -------------------------------------------------------------------------- */

/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 
 

/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


/* Transform*/


/* Flex Display */














/******************************************************************************/
/* 	3. REFI READY BASE & DESKTOP			                      			  */
/******************************************************************************/

/* Hide Vue During Load */
[v-cloak] {
	display: none;
}

body.refi-ready {
    background: #eaeaea;
    overflow-x: hidden;
}
.cometfi.header-one .row-fluid {
    display: block;
}
#refi-ready .theme-button {
	width: auto;
	-webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	padding: 15px 40px;
	background: #62c7c9;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 500;
    font-size: 17px;
    white-space: normal;
    border: 2px solid #62c7c9;
}
#refi-ready .theme-button:hover {
    background: #38abad;
	border: 2px solid #38abad;
}
#refi-ready .cta_button.theme-button {
    padding: 15px 15px !important;
    display: block !important;
    margin: 0 !important;
    -moz-box-sizing: border-box-box !important;
    -webkit-box-sizing: border-box-box !important;
    box-sizing: border-box-box !important;
}

/*** Checklist ***/
.refi-ready_offer-listing-wrap.no-results ul.checklist {
	margin: 0;
	list-style: none;
}
.refi-ready_offer-listing-wrap.no-results ul.checklist li {
	position: relative;
	padding: 15px 0 0;
}
.refi-ready_offer-listing-wrap.no-results ul.checklist li:first-child {
	padding: 0;
}
.refi-ready_offer-listing-wrap.no-results ul.checklist i:last-child {
	padding: 15px 0 30px;
}
.refi-ready_offer-listing-wrap.no-results ul.checklist li:before {
	content: url(https://cdn2.hubspot.net/hubfs/2418268/SI-CometFi/cta/comet-icon-checkbox-orange.svg);
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: -40px;
}
.refi-ready_offer-listing-wrap.no-results ul.checklist li:first-child:before {
	top: 0;
}

/* Nested No Check List */
.refi-ready_offer-listing-wrap.no-results ul.no-check {
	list-style-type: disc;
    padding: 10px 20px;
}
.refi-ready_offer-listing-wrap.no-results ul.no-check li:before {
	display: none;
}

.refi-ready_header-wrap h1 {
    font-size: 3rem;
}

@media (max-width: 1186px) {
    .refi-ready_header-wrap h1 {
        font-size: 2.5rem;
    }
}


/* --------------------------------------------------------------------------
   Form Base Styles                                                 
   -------------------------------------------------------------------------- */
.refi-ready_form-wrap {
    background: #fff;
    padding: 30px 40px;
    box-shadow: 1px 1px 10px #c7c7cc;
}
.refi-ready_form-wrap > .row-fluid {
	position: relative;
}
#refi-ready textarea,
#refi-ready input[type="text"],
#refi-ready input[type="password"], 
#refi-ready input[type="datetime"], 
#refi-ready input[type="datetime-local"], 
#refi-ready input[type="date"], 
#refi-ready input[type="month"], 
#refi-ready input[type="time"], 
#refi-ready input[type="week"], 
#refi-ready input[type="number"], 
#refi-ready input[type="email"], 
#refi-ready input[type="url"], 
#refi-ready input[type="search"], 
#refi-ready input[type="tel"], 
#refi-ready input[type="color"],
#refi-ready input[type="file"],
#refi-ready textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:  'Roboto', sans-serif  !important;
    font-size: 1.375rem !important;
    height: 54px;
    width: 100%;
    max-width: 50%;
    padding: 8px 0 0 !important;
    margin-bottom: 0;
}
input:-webkit-autofill {
	background-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
body select {
	background: #fff;
	border-radius: 5px;
	border-bottom: none !important;
}
#refi-ready select {
	background-image: url('https://cdn2.hubspot.net/hubfs/2418268/SI-CometFi/dropdown-arrow-dark.png') !important;
}
.required {
	color: #f36d21;
}

.refiInputWrap {
	position: relative;
}
.refiInputDollarSign {
	display: inline;
    position: absolute;
    top: 10px;
    font-size: 1.375rem;
    font-weight: 400;
    color: #766494;
    background-color: transparent;
    padding: 0;
}
#refi-ready .refiInputWrap input[type="text"],
#refi-ready .refiInputWrap input[type="number"] {
	padding: 8px 0 8px 20px !important;
}
body input[type="text"].error, 
body input[type="number"].error, 
body input[type="email"].error {
	border-color: #f36d21 !important;
}
.error-msg {
	display: block;
	font-family:  'Roboto', sans-serif ;
	font-size: .875rem;
	color: #f36d21;
	margin-top: 10px;
}
.row-fluid-wrapper>.vertical-center {
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	
		-ms-flex-align: center;
}

/* --------------------------------------------------------------------------
   Pre-loader                                                  
   -------------------------------------------------------------------------- */
@-webkit-keyframes lds-microsoft {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
}
@keyframes lds-microsoft {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
}
#loading {
	width: auto;
	margin: auto;
	display: table;
	min-height: 400px;
	transform: translate(0, 25%); 
}
#loading .lds-css {
	width: 200px;
	height: 200px;
	margin: auto;
	transform: scale(0.5); 
}
#loading .lds-microsoft {
	position: relative; 
}
#loading .lds-microsoft div {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-animation: lds-microsoft 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-microsoft 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite; 
}
#loading .lds-microsoft div:nth-child(0) {
	background: #f05323;
	top: 134.613px;
	left: 147.535px;
	-webkit-transform-origin: -47.535px -34.613px;
	transform-origin: -47.535px -34.613px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s; 
}
#loading .lds-microsoft div:nth-child(1) {
	background: #f05323;
	top: 147.535px;
	left: 134.613px;
	-webkit-transform-origin: -34.613px -47.535px;
	transform-origin: -34.613px -47.535px;
	-webkit-animation-delay: -0.062s;
	animation-delay: -0.062s; 
}
#loading .lds-microsoft div:nth-child(2) {
	background: #f05323;
	top: 156.672px;
	left: 118.788px;
	-webkit-transform-origin: -18.788px -56.672px;
	transform-origin: -18.788px -56.672px;
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s; 
}
#loading .lds-microsoft div:nth-child(3) {
	background: #f05323;
	top: 161.401px;
	left: 101.137px;
	-webkit-transform-origin: -1.137px -61.401px;
	transform-origin: -1.137px -61.401px;
	-webkit-animation-delay: -0.187s;
	animation-delay: -0.187s; 
}
#loading .lds-microsoft div:nth-child(4) {
	background: #f05323;
	top: 161.401px;
	left: 82.863px;
	-webkit-transform-origin: 17.137px -61.401px;
	transform-origin: 17.137px -61.401px;
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s; 
}
#loading .lds-microsoft div:nth-child(5) {
	background: #f05323;
	top: 156.672px;
	left: 65.212px;
	-webkit-transform-origin: 34.788px -56.672px;
	transform-origin: 34.788px -56.672px;
	-webkit-animation-delay: -0.312s;
	animation-delay: -0.312s; 
}
#loading .lds-microsoft div:nth-child(6) {
	background: #f05323;
	top: 147.535px;
	left: 49.387px;
	-webkit-transform-origin: 50.613px -47.535px;
	transform-origin: 50.613px -47.535px;
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s; 
}
#loading .lds-microsoft div:nth-child(7) {
	background: #f05323;
	top: 134.613px;
	left: 36.465px;
	-webkit-transform-origin: 63.535px -34.613px;
	transform-origin: 63.535px -34.613px;
	-webkit-animation-delay: -0.437s;
	animation-delay: -0.437s; 
}

/* --------------------------------------------------------------------------
   Reset                                                  
   -------------------------------------------------------------------------- */
.reset {
	cursor: pointer;
	position: absolute;
    right: 0;
    z-index: 1;
}

/* --------------------------------------------------------------------------
   Radio Groups                                                  
   -------------------------------------------------------------------------- */
#refi-ready .radio-group   {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    box-shadow: inset 0 0 0 2px #766494;
	border-radius: 50px;
	overflow: hidden;
    max-width: 90%;
    list-style: none;
    margin: 0;
    padding: 2px;
}
#refi-ready .radio-group li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#refi-ready .radio-group label {
	padding: 11px 15px;
	cursor: pointer;
	color: #a69db6;
	background-color: rgba(255,255,255,0);
	transition: all 0.2s;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#refi-ready .radio-group li:first-child label {
    border-right: none;
}
#refi-ready .radio-group li:last-child label {
    border-left: none;
}
#refi-ready .radio-group label:not(:first-of-type){
	border-left: 0;
}
#refi-ready .radio-group label:hover{
	background-color: #766494;
	color: #fff;
}
#refi-ready .radio-group label:after {
    content: '';
    width: 1px;
    height: 100%;
    max-height: 50%;
    background-color: #766494;
    position: absolute;
    top: 25%;
    right: -1px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#refi-ready .radio-group li:last-child label:after {
	display: none;
}

/* Hide the radio button */
#refi-ready .radio-group input[type=radio] { 
	display:none;
}

/* The checked buttons label style */
#refi-ready .radio-group input[type=radio]:checked+label {
	background-color: #766494;
	color: #fff;
    box-shadow: inset 35px 50px 0 #726191;
}
#refi-ready .radio-group input[type=radio]:hover+label:after,
#refi-ready .radio-group input[type=radio]:checked+label:after {
	opacity: 0;
}

.sign-up-checkbox-wrap {
    position: relative;
}
.refi-sign-up-row label {
    cursor: pointer;
    font-family:  'Roboto', sans-serif ;
    font-size: 17px;
    color: #414042;
    background-color: transparent;
    transition: all 0.2s;
    font-weight: 300;
    margin: 0;
    text-align: left;
    display: block;
    position: relative;
    padding: 0 25px 0 35px;
    margin: 0 auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    display: inline-block;
}
.refi-sign-up-row input[type="checkbox"] {
    display: none;
}
.refi-sign-up-row input[type="checkbox"]:checked+label {
    background-color: transparent;
    color: #414042;
    box-shadow: none;
}
.refi-sign-up-row .check {
    display: block;
    position: absolute;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.refi-sign-up-row .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.refi-sign-up-row input[type="checkbox"]:checked ~ .check {
  border: 2px solid #f36d21;
}
.refi-sign-up-row input[type="checkbox"]:checked ~ .check:before {
  background: #f36d21;
}

/* --------------------------------------------------------------------------
   Filters                                                  
   -------------------------------------------------------------------------- */
.refi-ready_offer-filters-wrap {
    background: #fff;
    padding: 25px 40px;
    margin: 50px 0;
    box-shadow: 1px 1px 10px #c7c7cc;
}
.refi-ready_offer-filters-ins {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.refi-ready_offer-filters-ins .span1 {
	width: auto;
	min-width: 38px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}
.refi-ready_offer-filters-ins .span6 {
	width: 50%;
}
.refi-ready_offer-filters-ins .span3 {
	width: 30.093123077%
}
.refi-ready_offer-filters-ins .span2 {
    width: auto;
    min-width: 88px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.span6.maxTermWrap,
.span3.loanTypeWrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#refi-ready .maxTermWrap .radio-group,
#refi-ready .loanTypeWrap .radio-group {
    /*display: inline-block;*/
    width: 100%;
}
#refi-ready .maxTermWrap .radio-group li {
    display: inline-block;
    width: 16.66%;
}
#refi-ready .loanTypeWrap .radio-group li {
	display: inline-block;
	width: 50%;
}
#refi-ready .maxTermLabel,
#refi-ready .loanTypeLabel {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}
#refi-ready .maxTermLabel {
	min-width: 120px;
}
#refi-ready .loanTypeLabel {
	min-width: 97px;
}
#refi-ready .clearFilters {
	cursor: pointer;
}

/* Disabled */
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group {
	box-shadow: inset 0 0 0 2px #ddd;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group label {
	color: #ddd;
	cursor: default;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group label:after {
	background: #ddd;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group label:hover {
	background-color: transparent;
	color: #ddd;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group input[type=radio]:checked+label {
	background-color: transparent;
	box-shadow: none;
	color: #ddd;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group input[type=radio]:hover+label:after, 
#refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group input[type=radio]:checked+label:after {
	opacity: 1;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .clearFilters {
    cursor: default;
    color: #ddd;
}
#refi-ready .refi-ready_offer-filters-wrap.disabled .clearFilters:hover {
    color: #ddd;
}

/* --------------------------------------------------------------------------
   Offer Table                                                  
   -------------------------------------------------------------------------- */
.refi-ready_offer-listing-wrap {
    background: #fff;
    box-shadow: 1px 1px 10px #c7c7cc;
}

/* Table Columns */
.lender {
    width: 23%;
    float: left;
}
.apr {
    width: 15%;
    float: left;
}
.payment {
    width: 25%;
    float: left;
}
.term {
    width: 15%;
    float: left;
}
.cta {
    width: 22%;
    float: left;
}
.refi-ready_offer-table-header .apr,
.refi-ready_offer-table-header .payment,
.refi-ready_offer-table-header .term {
	padding: 15px;
    white-space: nowrap;
}
.refi-ready_offer-row .apr,
.refi-ready_offer-row .payment,
.refi-ready_offer-row .term {
	padding: 30px 15px;
}
.refi-ready_offer-table-header .lender {
	padding: 15px 15px 15px 50px;
}
.refi-ready_offer-row .lender {
	padding: 30px 15px 30px 50px
}
.refi-ready_offer-table-header .cta {
	padding: 15px 50px 15px 15px;
}
.refi-ready_offer-row .cta {
	padding: 30px 50px 30px 15px
}

/* Table Head */
.refi-ready_offer-table-header {
	background-color: #dbd7e0;
    font-weight: 500;
    color: #170f3d;
    font-size: 1.125rem;
    text-align: left;
}
.refi-ready_offer-table-header .apr,
.refi-ready_offer-table-header .payment,
.refi-ready_offer-table-header .term {
	cursor: pointer;
}
.refi-ready_offer-table-header .apr.active,
.refi-ready_offer-table-header .payment.active,
.refi-ready_offer-table-header .term.active {
	background: #f15827; /* Old browsers */
	background: -moz-linear-gradient(top, #f15827 0%, #f36d21 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f15827 0%,#f36d21 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f15827 0%,#f36d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15827', endColorstr='#f36d21',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.refi-ready_offer-table-header .apr:after,
.refi-ready_offer-table-header .payment:after,
.refi-ready_offer-table-header .term:after {
	content: '\f0dc';
	font-family: "FontAwesome";
	font-size: 0.875rem;
	vertical-align: middle;
	padding-left: 5px;
	position: relative;
	top: -1px;
}
.refi-ready_offer-table-header .apr.active.asc:after,
.refi-ready_offer-table-header .payment.active.asc:after,
.refi-ready_offer-table-header .term.active.asc:after {
	content: '\f0de';
	vertical-align: bottom;
    top: 2px;
}
.refi-ready_offer-table-header .apr.active.desc:after,
.refi-ready_offer-table-header .payment.active.desc:after,
.refi-ready_offer-table-header .term.active.desc:after {
	content: '\f0dd';
	vertical-align: top;
    top: 2px;
}

/* Table Body */
.lender img {
    max-width: 150px;    
}
.refi-ready_offer-wrap {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.refi-ready_offer-wrap:last-child {
    border-bottom: none;
}
.refi-ready_offer-row {
    font-family:  'Roboto', sans-serif ;
    font-weight: 300;
    line-height: 1.25;
}
.refi-ready_offer-row > .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.refi-ready_offer-table .refi-data {
	font-family:  'Roboto', sans-serif ;
	color: ;
	font-weight: 500;
	font-size: 1.500rem;
}
.refi-ready_offer-table .refi-data-savings {
	color: #8dc63f;
	font-family:  'Roboto', sans-serif ;
	font-weight: 500;
}
.refi-ready_offer-row .apr.active,
.refi-ready_offer-row .payment.active,
.refi-ready_offer-row .term.active {
	background: #fde2d3;
}

.comet-recommended_badge {
    background: #f15827; /* Old browsers */
	background: -moz-linear-gradient(top, #f15827 0%, #f36d21 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f15827 0%,#f36d21 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f15827 0%,#f36d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15827', endColorstr='#f36d21',GradientType=0 ); /* IE6-9 */
    border-bottom-right-radius: 35px;
    padding: 3px 26px 5px 16px;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
}
.comet-recommended_badge.visible-phone {
    width: 100%;
    border-radius: 0;
    text-align: center;
    position: relative;
}

/* No Results at 650 or Lower Credit Score */
.refi-ready_offer-listing-wrap.no-results {
	padding: 40px 40px 30px; 
	background: #fff; 
}
.refi-ready_offer-listing-wrap.no-results ul {
	margin: 0;
}

/* Lender OverView */
.comet-recommended_badge ~ .lender {
    padding: 35px 15px 25px 50px;
}
.comet-recommended_badge ~ .apr,
.comet-recommended_badge ~ .payment,
.comet-recommended_badge ~ .term,
.comet-recommended_badge ~ .cta {
    padding: 35px 15px 25px;
}
.comet-recommended_badge ~ .cta {
    padding: 35px 50px 25px 15px;
}

.refi-ready_offer-table-overview {
	max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
.refi-ready_offer-table-overview.active {
	max-height: 1000px;
    transition: max-height 0.25s ease-in;
}
.refi-ready_offer-table-overview > .row-fluid {
	padding: 20px 0 10px;
	position: relative;
	border-top: 2px solid #ddd;
	max-width: 91%;
    margin: 0 auto;
}
.refi-ready_offer-table-overview > .row-fluid:before {
    content: '';
    background: #62c7c9;
    width: 151px;
    height: 2px;
    position: absolute;
    top: -2px;
}
.refi-ready_offer-table-overview p {
	font-size: 1rem;
}
.refi-ready_offer-table-overview ul {
	padding: 0;
}
.lenderOverviewLink {
	color: #808285;
	font-family:  'Roboto', sans-serif ;
	font-weight: 300;
	font-size: 0.875rem;
	cursor: pointer;
}
.lenderOverviewLink.active,
.lenderOverviewLink:hover,
.lenderOverviewLink:focus {
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;;
	color: #62c7c9;
}
.lenderOverviewLink:before {
	content: '\f107';
	font-family: "FontAwesome";
	padding-right: 5px;
}
.lenderOverviewLink.active:before {
	content: '\f106';
}

/* Load More Button */
.loadMore {
	font-family:  'Roboto', sans-serif ;
	font-size: 1.125rem;
	font-weight: 500;
	background: #f15827; /* Old browsers */
	background: -moz-linear-gradient(top, #f15827 0%, #f36d21 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f15827 0%,#f36d21 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f15827 0%,#f36d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15827', endColorstr='#f36d21',GradientType=0 ); /* IE6-9 */
	color: #fff;
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  transition: .4s ease-in-out;;
	outline: none;
	box-shadow: none;
	border: none;
}
.loadMore:before {
	content: '\f055';
	font-family: "FontAwesome";
	padding-right: 8px;
}


/* --------------------------------------------------------------------------
   Tooltips                                                  
   -------------------------------------------------------------------------- */
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    color: #aaaaaa;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #383838;
    color: #fff;
    text-align: left;
    padding: 10px 10px 13px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #383838 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* --------------------------------------------------------------------------
   Disclaimers                                                  
   -------------------------------------------------------------------------- */
.refiInputWrap input[type="text"],
.refiInputWrap input[type="number"] {
	font-size: 16px;
}
.refi-ready_disclaimers-wrap p {
	font-size: 0.938rem;
	margin: 0 0 10px;
}

/******************************************************************************/
/* 	4. RESPONSIVE			                      							  */
/******************************************************************************/
@media (max-width: 1139px) {
	.tooltip .tooltiptext {
		width: 120px;
		margin-left: -60px;
	}
}
@media (max-width: 1100px) {
	#refi-ready .radio-group {
		max-width: 100%;
	}
	#refi-ready .radio-group label {
		font-size: .875rem;
		padding: 11px 10px;
	}
}
@media (max-width: 1060px) {
	#refi-ready .maxTermLabel, 
	#refi-ready .loanTypeLabel {
		margin-right: 10px;
	}
	.refi-ready_offer-filters-wrap > .row-fluid [class*="span"] {
		margin-left: 2%;
	}
	.refi-ready_offer-filters-wrap > .row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.refi-ready_form-wrap {
		padding: 30px;
	}
	.refi-ready_offer-filters-wrap {
		padding: 25px 30px;
	}
	.refi-ready_offer-table-header .lender {
		padding: 15px 15px 15px 30px;
	}
	.refi-ready_offer-row .lender {
		padding: 30px 15px 30px 30px;
	}
	.refi-ready_offer-table-header .cta {
		padding: 15px 30px 15px 15px;
	}
	.refi-ready_offer-row .cta {
		padding: 30px 30px 30px 15px;
	}
	.refi-ready_offer-table-overview > .row-fluid {
		max-width: 93%;
	}
}
@media (max-width: 930px) {
	/* --------------------------------------------------------------------------
		Global                                                 
	-------------------------------------------------------------------------- */
	body.refi-ready {
		background: #665585;
	}
	.refi-ready-wrapper.padding70tb {
		padding: 2.375rem 0 1.5rem
	}
	.theme-button.visible-phone,
	.theme-button.outline.visible-phone {
		display: inline-block !important;
		min-width: 230px;
	}
    .row-fluid-wrapper>.vertical-center {
        display: block;
    }
    .cta_button.theme-button {
        padding: 15px 40px !important;
        display: inline-block !important;
        width: auto;
    }
    
    /* --------------------------------------------------------------------------
		Reset                                                 
	-------------------------------------------------------------------------- */
    .reset {
	    position: relative;
    }
	
	/* --------------------------------------------------------------------------
		Refi Ready Header                                                 
	-------------------------------------------------------------------------- */
	.refi-ready_header-wrap,
	.refi-ready_header-wrap h1,
	.refi-ready_header-wrap h4 {
		color: #fff;
	}
	.refi-ready_header-wrap h1 {
		font-size: 2.375rem;
		margin: 0 0 10px;
	}
	/* --------------------------------------------------------------------------
		Refi Ready Form                                                  
	-------------------------------------------------------------------------- */
	body textarea, body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
		max-width: 100%;
	}
	.refi-ready_mobile-details-btn {
		background: #f15827; /* Old browsers */
		background: -moz-linear-gradient(top, #f15827 0%, #f36d21 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f15827 0%,#f36d21 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f15827 0%,#f36d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15827', endColorstr='#f36d21',GradientType=0 ); /* IE6-9 */
		padding: 10px 20px;
		font-size: 1.125rem;
		font-weight: 500;
		cursor: pointer;
	}
	.refi-ready_mobile-details-btn svg {
		float: right;
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	.refi-ready_form-wrap {
		max-height: 0;
		padding: 0;
		margin: 0;
	    transition: max-height 0.15s ease-out;
	    overflow: hidden;
	    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.refi-ready_form-wrap > .row-fluid {
		padding: 25px;
	}
	.refi-ready_form-wrap.active {
		max-height: 2000px;
	    transition: max-height 0.25s ease-in;
	    overflow: visible;
	}
	.refi-ready_offer-table-overview > .row-fluid:before {
	    content: '';
	    background: #62c7c9;
	    width: 151px;
	    height: 2px;
	    position: absolute;
	    top: -2px;
	    left: 0;
	}
	.refi-ready_form-wrap .padding40b {
		padding-bottom: 1.250rem;
	}
	
	/* --------------------------------------------------------------------------
		Radio Groups                                                  
	-------------------------------------------------------------------------- */
	#refi-ready .radio-group {
		display: block;
		border: none;
        box-shadow: none;
		border-radius: 0;
		overflow: hidden;
	    max-width: 100%;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	#refi-ready .radio-group li {
		display: block;
	}
	#refi-ready .radio-group li:after {
	    display: none
	}
    .refi-sign-up-row label,
	#refi-ready .radio-group label {
		cursor: pointer;
		font-family:  'Roboto', sans-serif ;
		font-size: 17px;
		color: #414042;
		background-color: transparent;
		transition: all 0.2s;
		font-weight: 300;
		margin: 0;
		text-align: left;
		display: block;
	    position: relative;
	    padding: 0 25px 0 35px;
	    margin: 10px auto;
	    z-index: 9;
	    cursor: pointer;
	    -webkit-transition: all 0.25s linear;
	}
	#refi-ready .radio-group li:first-child label {
	    border-right: none;
	}
	#refi-ready .radio-group li:last-child label {
	    border-left: none;
	}
	#refi-ready .radio-group label:not(:first-of-type){
		border-left: 0;
	}
	#refi-ready .radio-group label:hover{
		background-color: transparent;
		color: #414042;
	}
	
	/* Hide the radio button */
    .refi-sign-up-row input[type="checkbox"],
	#refi-ready .radio-group input[type=radio] { 
		display: inline-block;
	    position: absolute;
	    visibility: hidden;
	}
	
	/* The checked buttons label style */
    #refi-ready .refi-ready_offer-filters-wrap.disabled .radio-group,
    .refi-sign-up-row input[type="checkbox"]:checked+label,
	#refi-ready .radio-group input[type=radio]:checked+label{
		background-color: transparent;
		color: #414042;
		box-shadow: none;
	}
    #refi-ready .refi-ready_offer-filters-wrap.disabled .theme-button {
        color: #fff;
        border-color: #ddd;
        background-color: #ddd;
    }
    #refi-ready .refi-ready_offer-filters-wrap.disabled .theme-button:hover {
        color: #fff;
        border-color: #ddd;
        background-color: #ddd;
    }
    #refi-ready .refi-ready_offer-filters-wrap.disabled .theme-button.outline {
        color: #ddd;
        border-color: #ddd;
        background-color: #fff;
    }
    #refi-ready .refi-ready_offer-filters-wrap.disabled .theme-button.outline:hover {
        color: #ddd;
        border-color: #ddd;
        background-color: #fff;
    }   
	.check {
		display: block;
	    position: absolute;
	    border: 2px solid #ddd;
	    border-radius: 100%;
	    height: 25px;
	    width: 25px;
	    top: 0;
	    left: 0;
	    z-index: 5;
	    transition: border .25s linear;
	    -webkit-transition: border .25s linear;
	}
	.check::before {
		display: block;
		position: absolute;
		content: '';
		border-radius: 100%;
		height: 15px;
		width: 15px;
		top: 3px;
		left: 3px;
		margin: auto;
		transition: background 0.25s linear;
		-webkit-transition: background 0.25s linear;
	}
    .refi-sign-up-row input[type="checkbox"]:checked ~ .check,
	#refi-ready .radio-group input[type=radio]:checked ~ .check {
	  border: 2px solid #f36d21;
	}
    .refi-sign-up-row input[type="checkbox"]:checked ~ .check:before,
	#refi-ready .radio-group input[type=radio]:checked ~ .check:before{
	  background: #f36d21;
	}
	.savingsReminderLabel {
		margin: 0 0 10px;
	}
	
	/* --------------------------------------------------------------------------
		Filters                                                  
	-------------------------------------------------------------------------- */
	.refi-ready_mobile-filters-btn {
		background: #f15827; /* Old browsers */
		background: -moz-linear-gradient(top, #f15827 0%, #f36d21 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f15827 0%,#f36d21 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f15827 0%,#f36d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15827', endColorstr='#f36d21',GradientType=0 ); /* IE6-9 */
		padding: 10px 20px;
		font-size: 1.125rem;
		font-weight: 500;
		cursor: pointer;
		margin-top: 10px;
	}
	.refi-ready_mobile-filters-btn svg {
		float: right;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	.refi-ready_offer-filters-wrap {
		max-height: 0;
		padding: 0;
		margin: 0;
	    transition: max-height 0.15s ease-out;
	    overflow: hidden;
	    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.refi-ready_offer-filters-wrap > .row-fluid {
		padding: 20px;
	}
	.refi-ready_offer-filters-wrap.active {
		max-height: 2000px;
	    transition: max-height 0.25s ease-in;
	    overflow: visible;
	}
	.refi-ready_offer-filters-ins {
		display: block;
	}
	.refi-ready_offer-filters-ins .span1 {
		display: none;
	}
	.span6.maxTermWrap, .span3.loanTypeWrap {
		display: block;
		width: 100%;
	}
	#refi-ready .maxTermLabel, #refi-ready .loanTypeLabel {
		display: block;
		width: 100%;
	}
	.refi-ready_offer-filters-ins .span2 {
		width: 100%;
		text-align: left;
		display: block;
	}
	#refi-ready .maxTermWrap .radio-group, 
	#refi-ready .loanTypeWrap .radio-group {
		max-width: 100%;
	}
	#refi-ready .maxTermWrap .radio-group li,
	#refi-ready .loanTypeWrap .radio-group li {
		display: block;
		width: 100%;
	}
	
	/* --------------------------------------------------------------------------
		Sorting Dropdown                                                 
	-------------------------------------------------------------------------- */
	.refi-ready_mobile-sorting-wrap {
		background-color: #dbd7e0;
		padding: 20px;
		margin-top: 10px;
	}
	.refi-ready_mobile-sorting-wrap > .row-fluid {
		display: flex;
		align-items: center;
	}
	.refi-ready_mobile-sorting-wrap .span2 {
		width: auto;
		min-width: 60px;
		float: left;
		font-family:  'Roboto', sans-serif ;
		font-weight: 500;
	}
	.refi-ready_mobile-sorting-wrap .span10 {
		width: 100%;
		margin-left: 2.127659574%;
		float: left;
	}
	.refi-ready_mobile-sorting-wrap select {
		margin-bottom: 0;
		padding: 8px 0 8px 20px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto !important;
	}

	/* --------------------------------------------------------------------------
		Offers Table                                                 
	-------------------------------------------------------------------------- */
	.refi-ready_offer-listing-wrap {
		background: transparent;
		box-shadow: none;
		margin-top: 10px;
	}
	.refi-ready_offer-table-header {
		display: none;
	}
	.refi-ready_offer-wrap {
		padding: 0;
		background: #fff;
	    margin-bottom: 10px;
	    border-bottom: none;
	    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
	}
	.refi-ready_offer-wrap .row-fluid-wrapper > .row-fluid {
	    padding: 0 30px 30px;
	}
	.row-fluid-wrapper.refi-ready_offer-table-overview.modal .row-fluid-wrapper > .row-fluid,
	.row-fluid-wrapper.refi-ready_offer-table_overview-modal-header > .row-fluid {
	    padding: 0;
	}
	.refi-ready_offer-table-overview.modal > .row-fluid {
		padding: 0;
	}
	.refi-ready_offer-row > .row-fluid,
	.refi-ready_offer-table-overview > .row-fluid {
		padding: 0 !important;
	}
	.refi-ready_offer-wrap:last-child {
		margin-bottom: 0;
	}
	.refi-ready_offer-row .lender {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 10px;
		margin-top: 20px;
	}
	.refi-ready_offer-row .apr, .refi-ready_offer-row .payment, .refi-ready_offer-row .term {
		padding: 15px 0 20px;
	}
	.refi-ready_offer-row .cta {
		padding: 0;
	}
	.refi-ready_offer-row > .row-fluid {
		display: block;
	}
	.lender, .payment, .cta {
	    width: 100%;
	    float: left;
	    text-align: center;
	}
	.lender img {
		float: left;
	}
	.apr, .term {
		width: 50%;
		float: left;
		border-bottom: 1px solid #ddd;
		text-align: center;
	}
	.apr {
		border-right: 1px solid #ddd;
	}
	.refi-ready_offer-row .apr.active,
	.refi-ready_offer-row .payment.active,
	.refi-ready_offer-row .term.active {
		background: #fff;
	}
	.refi-ready_offer-row .apr.active .refi-data,
	.refi-ready_offer-row .payment.active .refi-data,
	.refi-ready_offer-row .term.active .refi-data {
		color: #f15827;
	}
	.refi-ready_offer-table .refi-data-savings {
		font-size: 1.500rem;
	}

	/* No Results at 650 or Lower Credit Score */
	.refi-ready_offer-listing-wrap.no-results {
		padding: 30px 20px; 
		background: #fff; 
	}
	
	/* --------------------------------------------------------------------------
		Comet Recommended Lender Overview                                                
	-------------------------------------------------------------------------- */
	.comet-recommended_badge {
		padding: 10px 0;
		font-size: 1.125rem;
	}
	.refi-ready_offer-table-overview.visible-phone {
		display: none !important;
		padding-top: 30px;
	}
	.refi-ready_offer-table-overview.visible-phone.active {
		display: block !important;
	}
	.refi-ready_offer-table-overview > .row-fluid {
		border-top: none;
		max-width: 100%;
	}
	.refi-ready_offer-table-overview > .row-fluid:before {
		display: none;
	}
	/* --------------------------------------------------------------------------
		Lender Overview Modal                                                 
	-------------------------------------------------------------------------- */
	.lenderOverviewLink {
		color: #62c7c9;
		font-family:  'Roboto', sans-serif ;
		font-weight: 500;
		font-size: 0.875rem;
		cursor: pointer;
		-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.lenderOverviewLink.active,
	.lenderOverviewLink:hover,
	.lenderOverviewLink:focus {
		color: color: #62c7c9;
	}
	.lenderOverviewLink:before,
	.lenderOverviewLink.active:before {
		content: '\f002';
		font-family: "FontAwesome";
		padding-right: 5px;
	}
	.refi-ready_offer-table-overview-modal-wrap {
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,.5);
	    z-index: 9999;
	    display: none !important;
	}
	.refi-ready_offer-table-overview-modal-wrap.active {
		display: block !important;
	}
	.refi-ready_offer-table-overview.modal {
	    position: fixed;
	    top: 50%;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: 0 auto;
	    background: #fff;
	    width: 100%;
	    height: auto;
	    max-width: 80%;
	    max-height: 100%;
	    padding: 30px 30px 20px;
	    border-radius: 5px;
	    overflow: visible;
	    overflow-y: scroll;
	    transition: none;
	    -webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
		border: 2px solid #333;
		font-size: 1rem;
	}
	.refi-ready_offer-table-overview.modal > .row-fluid {
		padding: 0;
		border-top: none;
		max-width: 100%;
	}
	.refi-ready_offer-table-overview.modal > .row-fluid:before {
		display: none;
	}
	.refi-ready_offer-table_overview-modal-header {
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.refi-ready_offer-table_overview-modal-header h4 {
		color: #766494;
	}
	.overview-modal_close-wrap {
		position: fixed;
	    top: 25%;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: 0 auto;
	    text-align: right;
	    width: 100%;
	    height: auto;
	    max-height: 30px;
	    max-width: 80%;
	    z-index: 1;
	}
	.overview-modal_close {
	    font-family: sans-serif;
	    font-weight: 300;
	    font-size: 1.5rem;
	    line-height: 1;
	    color: #414042;
	    position: absolute;
	    top: -10px;
	    right: -10px;
	    border-radius: 100%;
	    border: 2px solid #333;
	    background: #fff;
	    cursor: pointer;
	    box-shadow: none;
	    outline: none;
	    height: 35px;
		width: 35px;
		display: inline-block;
		padding: 0;
	}
	
	/* --------------------------------------------------------------------------
		Disclaimer Modal                                                 
	-------------------------------------------------------------------------- */
	.disclaimerModalBtn {
		cursor: pointer;
	}
	.refi-ready_disclaimers-modal-wrap {
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,.5);
	    z-index: 9999;
	    display: none !important;
	}
	.refi-ready_disclaimers-modal > .row-fluid {
		position: relative;
	}
	.refi-ready_disclaimers-modal-wrap.active {
		display: block !important;
	}
	.refi-ready_disclaimers-modal {
	    position: fixed;
	    top: 50%;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: 0 auto;
	    background: #fff;
	    width: 100%;
	    height: auto;
	    max-width: 80%;
	    max-height: 100%;
	    padding: 30px;
	    border-radius: 5px;
	    overflow: visible;
	    overflow-y: scroll;
	    transition: none;
	    -webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
	}
	.refi-ready_offer-table_details-modal-header {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}
	.refi-ready_offer-table_details-modal-header h4 {
		color: #766494;
	}
	.refi-ready_disclaimers-modal h6 {
		margin: 0 0 10px;
	}
	.disclaimer-modal_close {
	    border: none;
        font-family: sans-serif;
	    font-weight: 300;
	    font-size: 1.5rem;
	    line-height: 1;
	    color: #414042;
	    position: absolute;
	    top: -25px;
	    right: -25px;
	    background: transparent;
	    cursor: pointer;
	    box-shadow: none;
		outline: none;
	    border-top-right-radius: 5px;
	}
	
	/* --------------------------------------------------------------------------
		Tooltips                                                 
	-------------------------------------------------------------------------- */
	.tooltip {
		padding: 5px;
	}
	.tooltip .tooltiptext {
		width: 120px;
		margin-left: -60px;
	}
}
@media (max-width: 545px) {
	/* --------------------------------------------------------------------------
		Global                                                 
	-------------------------------------------------------------------------- */
	.theme-button,
	.theme-button.visible-phone,
	.theme-button.outline.visible-phone {
		display: block !important;
		width: 100%;
		min-width: 0;
	}
	.theme-button,
	.theme-button.visible-phone {
		margin-bottom: 10px;
	}
}
@media (max-width: 420px) {
    .lender img {
        max-width: 110px;
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
	.lenderOverviewLink.visible-phone {
		display: inline-block !important;
		float: right;
		text-align: right;
	}
	.refi-ready_offer-wrap .row-fluid-wrapper > .row-fluid {
	    padding: 0 20px 20px;
	}
}