/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/***********************************************/
/* 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. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
    - UI Elements
  2. COS STRUCTURE
    - Structure
    - Header
    - Mega Menu
    - Footer
  3. HOMEPAGE
  4. SUBPAGES
  	- Best Companies to Refi
  	- Leadership
  	- Contact
  	- Blog Listing
  	- Blog Post
  	- Author
  	- Lender Redirect
  5. LANDING & THANK YOU PAGES
  	- Simple LP
  	- Lead Magnet LP
  	- ReFi Ready LP
  	- Simple Lender Listing LP
  	- Thank You Page
  6. CUSTOM MODULES
  7. RESPONSIVE
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   1. 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 */















/* ----------------- Fonts ----------------- */
/*
@font-face {
  font-family: 'bjornhalftone';
  src: url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_halftone-webfont.woff2') format('woff2'), url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_halftone-webfont.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_halftone-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'bjornlight';
  src: url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_light-webfont.woff2') format('woff2'), url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_light-webfont.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_light-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'bjornregular';
  src: url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_regular-webfont.woff2') format('woff2'), url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_regular-webfont.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/2418268/SI-CometFi/bjorn-typeface/bjorn_regular-webfont.ttf') format('truetype');
}
*/

/* --------------------------------------------------------------------------
   Base                                                    
   -------------------------------------------------------------------------- */


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

/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  
  

/* Clearing */
.clr:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.clear{ clear:both; }

html, body {min-height: 100%; margin: 0; padding: 0;} 
html {-ms-overflow-style: -ms-autohiding-scrollbar;}

/* Website background color and default font styles */
body {background: #fff; color: #414042; font-family:  'Roboto', sans-serif ; font-size: 17px; font-weight: 300; line-height: 1.5;-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }


/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.row-fluid .page-center, .row-fluid .page-center[class*="span"], .row-fluid .page-center[class*="span"]:first-child {float: none; max-width: 1200px; margin: 0 auto; padding-left: 30px; padding-right: 30px;}

.max-width .page-center, .row-fluid-wrapper .page-center.max-width {max-width: 60rem;}
.row-fluid-wrapper.max-width {max-width: 60rem; margin: 0 auto;}
.row-fluid-wrapper.narrow-column .row-fluid { max-width: 850px; margin: 0 auto; }
.row-fluid-wrapper.narrowest-column .row-fluid { max-width: 580px; margin: 0 auto; }

a { color: #62c7c9; text-decoration: none; -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;; font-weight: 500; }
a:hover, a:focus { color: #064a6b; }

hr {color: #ccc; background-color: #ccc; height: 1px; border: none;}

/* Highlighted Text */
::-moz-selection {color: #fff; background: #414042; text-shadow: none;}
::selection {color: #fff; background: #414042; text-shadow: none;}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {max-width: initial;}

/*------------------------------------------------------------------
[Commons]
-------------------------------------------------------------------*/
.display-none { display: none; }
.display-block { display: block; }
.display-inline { display: inline; }

/* Commons > Backgrounds & Borders */
.si-bg-gray { background: #f7f7f7 }
.si-bordered { border: 1px solid #eee }

/* Commons > Positions */
.si-relative { position: relative; z-index: 1; }
.si-absolute { position: absolute; z-index: 1; }

/* Commons > Visibility */
.hidden,
.si-hidden { display: none; }

/* Commons > Background Styles */
.bg-cover { background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.bg-repeat { background-repeat: repeat; }
.bg-repeat-x { background-repeat: repeat-x;}
.bg-repeat-y { background-repeat: repeat-y; }
.bg-fixed-top,
.bg-fixed-bottom,
.bg-fixed { background-repeat: no-repeat; background-attachment: fixed; background-position: center center; }
.bg-fixed-top { background-position: center top; }
.bg-fixed-bottom { background-position: center bottom; }

/* Commons > Colors */
.si-color-white,
.si-color-white a,
.si-color-white a:hover { color: #fff !important; }

.light-text,
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text a,
.white-text a:hover { color: #fff !important; }

.dark-text,
.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text h4,
.dark-text h5,
.dark-text h6,
.dark-text p {color: #414042;}

.large-text  {
	font-size: 1.375rem;
}

/* Commons > No Wrap Text */
.nowrap {
    white-space: nowrap;
}

/* Commons > Alignments & Floats */
.textcenter, .text-center { text-align: center; }
.textright, .text-right { text-align: right; }
.textleft, .text-left { text-align: left; }
.float-left, .fl { float: left; }
.float-right, .fr { float: right; }
.wp-float-left{float:left;margin:0 20px 20px 0}
.wp-float-right{float:right;margin:0 0 20px 20px}
.fa-left { margin-right: 10px; }
.fa-right { margin-left: 10px; }

/* Commons > Image Classes */
.image-shadow { background: #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); }
.image-border { background: #fff; padding: 4px; border: 1px solid #ddd; }
.image-rounded { background: #fff; border-radius: 3px; }
.image-circle { background: #fff; border-radius: 99px; }
.image-hover:hover { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }
.image-fancy { background: #fff; padding: 4px; border: 1px solid #ddd; border-radius: 99px; -moz-border-radius: 99px; -webkit-border-radius: 99px; }
.image-fancy:hover { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }


/* Hide Elements By Screen */
.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
@media (max-width: 767px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

/* PX Conversion */
.padding0 { padding: 0; }
.padding10 { padding: 0.625rem; }
.padding20 { padding: 1.250rem; }
.padding30 { padding: 1.875rem; }
.padding40 { padding: 2.500rem; }
.padding50 { padding: 3.125rem; }
.padding60 { padding: 3.75rem; }
.padding70 { padding: 4.375em; }
.padding80 { padding: 5.000em; }
.padding90 { padding: 5.625em; }
.padding100 { padding: 6.250em; }
.padding110 { padding: 6.875em; }
.padding120 { padding: 7.500em; }
.padding130 { padding: 8.125em; }
.padding140 { padding: 8.750em; }
.padding150 { padding: 9.375em; }
.padding160 { padding: 10.000em; }
.padding170 { padding: 10.625em; }
.padding180 { padding: 11.250em; }
.padding10tb { padding: 0.625rem 0; }
.padding20tb { padding: 1.250rem 0; }
.padding30tb { padding: 1.875rem 0; }
.padding40tb { padding: 2.500rem 0; }
.padding50tb { padding: 3.125rem 0; }
.padding60tb { padding: 3.75rem 0; }
.padding70tb { padding: 4.375em 0; }
.padding80tb { padding: 5.000em 0; }
.padding90tb { padding: 5.625em 0; }
.padding100tb { padding: 6.250em 0; }
.padding110tb { padding: 6.875em 0; }
.padding120tb { padding: 7.500em 0; }
.padding130tb { padding: 8.125em 0; }
.padding140tb { padding: 8.750em 0; }
.padding150tb { padding: 9.375em 0; }
.padding160tb { padding: 10.000em 0; }
.padding170tb { padding: 10.625em 0; }
.padding180tb { padding: 11.250em 0; }
.padding10t { padding-top: 0.625rem; }
.padding20t { padding-top: 1.250rem; }
.padding30t { padding-top: 1.875rem; }
.padding40t { padding-top: 2.500rem; }
.padding50t { padding-top: 3.125rem; }
.padding60t { padding-top: 3.75rem; }
.padding70t { padding-top: 4.375em; }
.padding80t { padding-top: 5.000em; }
.padding90t { padding-top: 5.625em; }
.padding100t { padding-top: 6.250em; }
.padding110t { padding-top: 6.875em; }
.padding120t { padding-top: 7.500em; }
.padding130t { padding-top: 8.125em; }
.padding140t { padding-top: 8.750em; }
.padding150t { padding-top: 9.375em; }
.padding160t { padding-top: 10.000em; }
.padding170t { padding-top: 10.625em; }
.padding180t { padding-top: 11.250em; }
.padding10b { padding-bottom: 0.625rem !important; }
.padding20b { padding-bottom: 1.250rem; }
.padding30b { padding-bottom: 1.875rem; }
.padding40b { padding-bottom: 2.500rem; }
.padding50b { padding-bottom: 3.125rem; }
.padding60b { padding-bottom: 3.75rem; }
.padding70b { padding-bottom: 4.375em; }
.padding80b { padding-bottom: 5.000em; }
.padding90b { padding-bottom: 5.625em; }
.padding100b { padding-bottom: 6.250em; }
.padding110b { padding-bottom: 6.875em; }
.padding120b { padding-bottom: 7.500em; }
.padding130b { padding-bottom: 8.125em; }
.padding140b { padding-bottom: 8.750em; }
.padding150b { padding-bottom: 9.375em; }
.padding160b { padding-bottom: 10.000em; }
.padding170b { padding-bottom: 10.625em; }
.padding180b { padding-bottom: 11.250em; }


/* --------------------------------------------------------------------------
   $Typography
   -------------------------------------------------------------------------- */

p {
    font-family:  'Roboto', sans-serif ;
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: .1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  'Roboto', sans-serif ;
}
h1 {
	font-family:  'Roboto', sans-serif ;
	font-size: 3.125rem;
	font-weight: 600;
	color: #766494;
	line-height: 1.2;
} 
h2 {
	font-size: 2.375rem;
	font-weight: 500;
	color: #170f3d !important;
}   
h3 {
	font-size: 1.75rem;
	font-weight: 500;
	color: #766494;
}
h4 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #414042;
	margin-bottom: .5rem;
}
h5 {
	font-size: 1.5rem;
	font-weight: 300;
	color: #808285;
}
h6 {
	font-size: 1.125rem;
	font-weight: 500;
	color: #414042;
}

.intro-row p {
	font-size: 1.375rem;
	line-height: 2.250rem
}

.intro-row {
    background-position: center;
    background-position-y: 25%;
}

strong {
    font-weight: 500;
}

/*** Checklist ***/
.checklist ul,
ul.checklist {
	margin: 0;
	list-style: none;
}
.checklist ul li,
ul.checklist li {
	position: relative;
	padding: 15px 0 0;
}
.checklist ul li:first-child,
ul.checklist li:first-child {
	padding: 0;
}
.checklist ul li:last-child,
ul.checklist i:last-child {
	padding: 15px 0 30px;
}
.checklist ul li:before,
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;
}
.checklist ul li:first-child:before,
ul.checklist li:first-child:before {
	top: 0;
}


/*-----------------------------------------------------------------------------------*/
/*    $UI Elements
/*-----------------------------------------------------------------------------------*/

/*   $Theme Button      
--------------------------------------------------------------*/
.theme-button,
a.cta_button.theme-button {
	background: #f36d21;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 500;
    font-size: 17px;
    padding: 15px 66px;
    white-space: normal;
    border: 2px solid #f36d21;
}
.theme-button:hover,
a.cta_button.theme-button:hover {
	background: #f15827;
	border: 2px solid #f15827;
}
.theme-button.small,
a.cta_button.theme-button.small {
	padding: 15px 25px;
}
body .hs-button.primary.large,
.lp .hs-button.primary.large {
	background: #f36d21;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 500;
    font-size: 17px;
    padding: 15px 66px;
    white-space: normal;
    border: 2px solid #f36d21;
}
body .hs-button.primary.large:hover,
.lp .hs-button.primary.large:hover {
	background: #f15827;
	border: 2px solid #f15827;
}
/* Theme Button Blue */
.theme-button.blue,
a.cta_button.theme-button.blue {
	background: #62c7c9;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 500;
    font-size: 17px;
    padding: 15px 66px;
    white-space: normal;
    border: 2px solid #62c7c9;
}
.theme-button.blue:hover,
a.cta_button.theme-button.blue:hover {
	background: #38abad;
	border: 2px solid #38abad;
}
.theme-button.blue.small,
a.cta_button.theme-button.blue.small {
	padding: 15px 25px;
}
body .blue-btn .hs-button.primary.large,
.lp .blue-btn .hs-button.primary.large {
	background: #62c7c9;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 500;
    font-size: 17px;
    padding: 15px 66px;
    white-space: normal;
    border: 2px solid #62c7c9;
}
body .blue-btn .hs-button.primary.large:hover,
.lp .blue-btn .hs-button.primary.large:hover {
	background: #38abad;
	border: 2px solid #38abad;
}
/* Theme Button Outline */
.theme-button.outline,
a.cta_button.theme-button.outline {
	background: transparent;
	border-color: #f36d21;
	color: #f36d21;
	border: 2px solid #f36d21;
	padding: 15px 35px;
}
.theme-button.outline:hover,
a.cta_button.theme-button.outline:hover {
	background: #f36d21;
	border-color: #f36d21;
	color: #fff;
}
.theme-button.outline.small,
a.cta_button.theme-button.outline.small {
	background: transparent;
	border-color: #f36d21;
	color: #f36d21;
	border: 2px solid #f36d21;
	padding: 15px 25px;
}
.theme-button.outline.small:hover,
a.cta_button.theme-button.outline.small:hover {
	background: #f36d21;
	border-color: #f36d21;
	color: #fff;
}
.lp .hs-button.primary.large {
	margin-top: 20px;
}
.theme-button.white,
a.cta_button.theme-button.white {
    background: #ffffff;
    color: #f36d21 !important;
    border-color: #ffffff;
    padding: 15px 45px;
}
.theme-button.white:hover,
a.cta_button.theme-button.white:hover {
    background: #f36d21;
    color: #ffffff !important;
    border-color: #f36d21;
}
/* Theme Button Outline Blue */
.theme-button.outline.blue,
a.cta_button.theme-button.outline.blue {
	background: transparent;
	border-color: #62c7c9;
	color: #62c7c9;
	border: 2px solid #62c7c9;
	padding: 15px 35px;
}
.theme-button.outline.blue:hover,
a.cta_button.theme-button.outline.blue:hover {
	background: #62c7c9;
	border-color: #62c7c9;
	color: #fff;
}
.theme-button.outline.small.blue,
a.cta_button.theme-button.outline.small.blue {
	background: transparent;
	border-color: #62c7c9;
	color: #62c7c9;
	border: 2px solid #62c7c9;
	padding: 15px 25px;
}
.theme-button.outline.small.blue:hover,
a.cta_button.theme-button.outline.small.blue:hover {
	background: #62c7c9;
	border-color: #62c7c9;
	color: #fff;
}
.lp .blue-btn .hs-button.primary.large {
	margin-top: 20px;
}
.theme-button.white.blue,
a.cta_button.theme-button.white.blue {
    background: #ffffff;
    color: #62c7c9 !important;
    border-color: #ffffff;
    padding: 15px 45px;
}
.theme-button.white.blue:hover,
a.cta_button.theme-button.white.blue:hover {
    background: #62c7c9;
    color: #ffffff !important;
    border-color: #62c7c9;
}

/* --------------------------------------------------------------------------
   2. COS STRUCTURE                                            
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   Structure                                               
   -------------------------------------------------------------------------- */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.body-container, 
.footer-container {}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.comet-header {
    padding: 14px 0 16px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
	top: 0;
	left: 0;
}
.comet-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.comet-menu ul {float: none; position: relative; margin: 0;}
.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #414042;
    font-family:  'Roboto', sans-serif ;
    font-size: 1.063rem;
    font-weight: 300;
    max-width: none;
    text-overflow: unset;
    padding: 10px 0;
    margin-right: 45px;
}

.comet-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children a:after {
	content: '\f107';
	font-family: "FontAwesome";
	padding-left: 10px;
}
.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    border-top: 4px solid #62c7c9;
    padding: 10px 0;
}
.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: normal;
    padding: 8px 20px; 
	margin-right: 0;
	opacity: 0;
    -webkit-transition: opacity 0.4s;
}
.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li a {
    opacity: 1;
}
.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child > ul.hs-menu-children-wrapper {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	width: 900px;
	left: auto;
	right: -20px;	
}
.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #000;
}
.header-container-wrapper .header-container .sidr-wrap {
	display: none;
}
#header-sidr .bar {
    background-color: #180f3e;
}
.menuzord-brand .hs_cos_wrapper_type_logo img {
  max-height: 100%;
}

/* --------------------------------------------------------------------------
   MEGA MENU
   -------------------------------------------------------------------------- */
   
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.menuzord{width:100%;padding:0;float:left;position:relative;background:#fff}
.menuzord a{-o-transition:color .3s linear,background .3s linear;-moz-transition:color .3s linear,background .3s linear;-webkit-transition:color .3s linear,background .3s linear;transition:color .3s linear,background .3s linear}
.menuzord-menu.scrollable > .scrollable-fix{display:none}

/* 2 - BRAND
======================================*/
.menuzord-brand{margin:0;float:left;color:#666;text-decoration:none;font-size:24px;font-weight:600;line-height:1.3;cursor:pointer}

/* 3 - MENU
======================================*/
.menuzord-menu{margin:0; padding:0;float:left;list-style:none}
.menuzord-menu.menuzord-right{float:right;padding: 10px 0 0;}
.menuzord-menu > li{display:inline-block;float:left;transition: .75s;-webkit-transition: .75s;}
.menuzord-menu > li:nth-last-child(2) a {padding-left: 20px;}
.menuzord-menu > li > a{padding:10px 20px 30px;display:inline-block;text-decoration:none;font-size:18px;font-weight:400;outline:0;line-height:1.42857143;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;color:#414042;font-family:  'Roboto', sans-serif ;font-weight:300;/* border-bottom: 4px solid transparent; */ position: relative;}
.menuzord-menu > li.active > a,.menuzord-menu > li:hover > a{color:#414042;}
/* .menuzord-menu > li:hover > a {border-bottom: 4px solid #62c7c9;} */
.menuzord-menu > li:hover > a:after {content:'';background: #62c7c9; width: 100%; height: 4px; position: absolute; bottom: -1px; left: 0; }
.megamenu-row.col-header {margin: 0 0 15px;}

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown{list-style:none;margin:0;padding: 20px 30px;-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);;display:none;position:absolute;z-index:99;min-width:180px;white-space:nowrap;background:#fff}
.menuzord-menu ul.dropdown li ul.dropdown{left:100%}
.menuzord-menu ul.dropdown li{clear:both;width:100%;border:0 none;font-size:16px;position:relative}
.menuzord-menu ul.dropdown li a{font-size: 16px; font-weight: 300; width:100%;background:none;padding:5px 10px;color:#666;text-decoration:none;display:inline-block;float:left;clear:both;position:relative;outline:0;-o-transition:padding .2s linear;-moz-transition:padding .2s linear;-webkit-transition:padding .2s linear;transition:padding .2s linear}
.menuzord-menu ul.dropdown li:hover > a{padding-left:10px;padding-right:19px;color:#333}
.menuzord-menu ul.dropdown.dropdown-left{left:none}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{left:-100%}

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.menuzord-menu li .indicator{margin-left:10px}
.menuzord-menu li ul.dropdown li .indicator{position:absolute;top:8px;right:10px;font-size:15px}

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu{width:100%;padding:30px 45px;left:0;top:76px;position:absolute;display:none;z-index:99; background:#fff; -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);; }
.megamenu:hover .active > a{ background: #fff; -webkit-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    -o-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3); }

/* 7 - MEGAMENU WIDTHS
======================================*/
.menuzord-menu > li > .megamenu.megamenu-three-quarter-width{width:75%;left:auto}
.menuzord-menu > li > .megamenu.megamenu-half-width{width:50%;left:auto}
.menuzord-menu > li > .megamenu.megamenu-quarter-width{width:25%;left:auto}

/* 8 - GRID SYSTEM
======================================*/
.menuzord-menu > li > .megamenu .megamenu-row{width:100%;margin-top:15px}
.menuzord-menu > li > .megamenu .megamenu-row:first-child{margin-top:0}
.menuzord-menu > li > .megamenu .megamenu-row:before,.menuzord-menu > li > .megamenu .megamenu-row:after{display:table;content:"";line-height:0}
.menuzord-menu > li > .megamenu .megamenu-row:after{clear:both}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12
{display:block;min-height:20px;float:left;margin-left:3%}
.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child{margin-left:0}
.menuzord-menu > li > .megamenu .megamenu-row .col1{width:5.583333333333%}
.menuzord-menu > li > .megamenu .megamenu-row .col2{width:14.166666666666%}
.menuzord-menu > li > .megamenu .megamenu-row .col3{width:22.75%}
.menuzord-menu > li > .megamenu .megamenu-row .col4{width:31.333333333333%}
.menuzord-menu > li > .megamenu .megamenu-row .col5{width:39.916666666667%}
.menuzord-menu > li > .megamenu .megamenu-row .col6{width:48.5%}
.menuzord-menu > li > .megamenu .megamenu-row .col7{width:57.083333333333%}
.menuzord-menu > li > .megamenu .megamenu-row .col8{width:65.666666666667%}
.menuzord-menu > li > .megamenu .megamenu-row .col9{width:74.25%}
.menuzord-menu > li > .megamenu .megamenu-row .col10{width:82.833333333334%}
.menuzord-menu > li > .megamenu .megamenu-row .col11{width:91.416666666667%}
.menuzord-menu > li > .megamenu .megamenu-row .col12{width:100%}

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
/*
.menuzord .showhide{width:60px;height:46px;padding:13px 0 0;display:none;float:right;text-decoration:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;     position: absolute;
    right: 0;
    top: -50px;}
.menuzord .showhide em{width:20px;height:3px;margin:0 20px 0;float:right;background:#777;}
.menuzord .showhide em:last-child {margin-top: 4px;}
*/

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i{margin:0 5px 0 0;font-size:18px;float:left;line-height:20px;font-family:'FontAwesome'}

/* 11 - SEARCH FIELD
======================================*/
.menuzord-menu > li.search form{float:left;padding:22px 16px 17px}
.menuzord-menu > li.search form input[type="text"]{width:160px;padding:5px 10px;font-family:'Open Sans',sans-serif;border:none;background:#f0f0f0;border-radius:2px;outline:0;-o-transition:width 1s ease-out;-moz-transition:width 1s ease-out;-webkit-transition:width 1s ease-out;transition:width 1s ease-out}
.menuzord-menu > li.search form:hover input[type="text"]{width:160px}

/* 12 - VERTICAL TABS
======================================*/
.menuzord-tabs{width:100%;float:left}
.menuzord-tabs-nav{width:20%;margin:0;padding:0;float:left;list-style:none}
.menuzord-tabs-nav > li > a{width:100%;padding:7px 16px;float:left;font-size:18px;text-decoration:none;color:#666;border:solid 1px #f0f0f0;outline:0}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a{background:#f0f0f0}
.menuzord-tabs-content{width:80%;min-height:30px;padding:20px;float:right;display:none;font-size:13px;border:solid 1px #f0f0f0}
.menuzord-tabs-content.active{display:block}

/* 13 - COLOR SCHEMES
======================================*/
/*
.menuzord .menuzord-menu > li > a { color: #444; }
.menuzord .menuzord-menu > li.active > a, 
.menuzord .menuzord-menu > li:hover > a, 
.menuzord .menuzord-menu ul.dropdown li:hover > a { 
	color: #444;
}
.menuzord.oc-color .menuzord-menu > li:hover > a, 
.menuzord.oc-color .menuzord-menu ul.dropdown li:hover > a {
    background: #fff;
    -webkit-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    -o-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
    box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
}
*/

/* Custom Options
--------------------------------------------------------------*/
.menuzord{background: none;}
.menuzord-menu > li > .megamenu {opacity: 0 !important; -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;;}
.menuzord-menu > li > .megamenu.none {opacity: 1 !important;-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;;}
.menuzord-menu > li > .megamenu ul{margin: 0; padding: 0;}
.menuzord-menu > li > .megamenu.megamenu-three-quarter-width{width: 75%;left: auto;}
.megamenu h4{margin: 0;padding: 0;}
.megamenu-row > h4 > a{font-size: 16px; color: #666; text-decoration: none; display: block; border-bottom: solid 1px #ddd; padding-bottom: 20px;}
.megamenu ul > li {position: relative; margin: 0 0 15px; padding: 0; list-style: none;}
.menuzord-menu ul.dropdown li a,
.megamenu ul > li > a{font-size: 16px; color:#666; text-decoration: none; font-weight: 300; font-family:  'Roboto', sans-serif ;}
.megamenu ul > li > a{}
.megamenu h5{font-size: 16px; font-weight: 500; color: #170f3d; margin: 0;}
.megamenu-row > h4 > a:hover, .megamenu ul > li > a:hover, .megamenu ul > li:hover {color: #000;}

.comet-header.mega-menu {
	padding: 13px 0 0;
}
.comet-mega-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comet-mega-menu .search {padding: 8px 0 8px 25px;float: none;}
.comet-mega-menu .search a {color: #f15827; font-size: 1.063rem; vertical-align: middle;}
.comet-mega-menu #hs_cos_wrapper_google_search {
    display: inline-block;
    margin-left: 0;
    position: absolute;
    right: 50px;
    top: 10px;
    transition: .75s;
    -webkit-transition: .75s;
    width: 40%;
    opacity: 0;
    z-index: -1;
}
.comet-mega-menu #hs_cos_wrapper_google_search.open {
/* 	width: 40%; */
	opacity: 1;
	z-index: 1;
}
.comet-mega-menu #hs_cos_wrapper_google_search .input {
    padding-right: 0;
}
.comet-mega-menu #hs_cos_wrapper_google_search .input input {
    margin-bottom: 0;
    border: none !important;
    border-radius: 0;
    padding: 2px 8px;
    width: 100% !important;
    color: #444;
    background: #fff;
    height: 35px;
    opacity: 0;
    font-family:  'Roboto', sans-serif  !important;
}
.comet-mega-menu #hs_cos_wrapper_google_search .input input.open {
    opacity: 1;
    border: none !important;
}
.comet-mega-menu input[type="text"] {
	font-size: 1.125rem !important;
}
.comet-mega-menu ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable.hide-nav li {
    opacity: 0;
}
.comet-mega-menu ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable.hide-nav li:nth-last-child(2) {
    opacity: 1;
}

/* Fixed Header */
.comet-header .menuzord-brand img {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
}
.comet-header.fixed .menuzord-brand img {
	max-width: 180px;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
}
.comet-header .menuzord-menu.menuzord-right {
	 -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
 }
.comet-header.fixed .menuzord-menu.menuzord-right {
	padding: 0;
}
.comet-header.fixed .menuzord-menu > li > a {
	padding: 10px 20px 20px;
}
.comet-header.fixed.mega-menu {
	padding: 8px 0 0;
}
.comet-header.fixed .menuzord-menu>li>.megamenu {
	top: 56px;
}
.comet-header.fixed .comet-mega-menu #hs_cos_wrapper_google_search {
	top: 5px;
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
#sidr-main {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    background: #62c7c9 !important;
}
.sidr-class-menuzord-brand {
    display: none;
}
.sidr-inner > ul {
	padding: 0 20px 40px 20px;
	border: none;
}
.sidr ul li {
    border-bottom: 1px solid #fff !important;
    font-size: 17px;
}
.sidr ul li a, .sidr ul li span {
	padding: 0;
}
.sidr ul li a:hover {
	background: transparent;
}
.sidr ul li.sidr-class-active {
	padding-bottom: 15px;
}
.sidr ul li.sidr-class-active a:first-child {
	border-bottom: 1px solid #fff !important;
}
.sidr ul li.sidr-class-active .sidr-class-col3 a:first-child {
	border-bottom: none !important;
}
.sidr h5 {
	background: none;
	box-shadow: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 0 0;
	font-size: .95rem;
	margin: 0;
	color: #333;
	font-weight: 600;
    font-family:  'Roboto', sans-serif ;
}
.sidr ul li a {
    color: #fff;
    font-weight: 600;
    font-family:  'Roboto', sans-serif ;
}
.sidr ul li ul li {
	border-top: none;
	border-bottom: none !important;
    font-size: .9rem;
}
.sidr ul li ul li a {
    color: #333;
    font-weight: 400;
    padding: 5px 0;
    line-height: 1.5;
}
li.sidr-class-scrollable-fix {
    display: none !important;
}
.sidr ul li:nth-last-child(2) {
	border-bottom: none !important;
}
.sidr-class-megamenu.sidr-class-grey {
	padding-top: 10px;
}

@media (max-width: 971px) {
	.header-container-wrapper .header-container .sidr-wrap {
		display: block;
	}
	.sidr-class-search {
		display: block;
	}
	.sidr form {
		margin: 0;
	}
	.sidr input[type="text"] {
	    background: rgba(255,255,255,.25);
	    border: none !important;
	    border-radius: 0;
	    padding: 15px !important;
	    color: #333;
	    margin-top: 20px;
	    font-weight: 600;
	    max-width: 100%;
	}
	.sidr-class-input {
	    position: relative;
	}
	.sidr-class-hs-button.sidr-class-primary {
	    display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		line-height: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		padding: 10px 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #180f3e;
	}
	.sidr-class-hs-button.sidr-class-primary:before {
	    content: '\f002';
	    font-family: "FontAwesome";
	}
	.sidr-class-hs-button.sidr-class-primary:hover {
		background: #766494;
		color: #fff;
	}
	/* Placeholder Text */
	.sidr ::-webkit-input-placeholder { /* Webkit Browsers */ color: #fff; opacity: 1; font-family:  'Roboto', sans-serif ; font-weight: 600;}
	.sidr :-moz-placeholder { /* Firefox 18- */ color: #fff; opacity: 1; font-family:  'Roboto', sans-serif ; font-weight: 600;}
	.sidr ::-moz-placeholder { /* Firefox 19+ */ color: #fff; opacity: 1; font-family:  'Roboto', sans-serif ; font-weight: 600;}
	.sidr :-ms-input-placeholder { /* IE10 */ color: #fff; opacity: 1; font-family:  'Roboto', sans-serif ; font-weight: 600;}
}


/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.comet-footer_wrap {
	background: #170f3d;
}
.comet-footer_top-wrap .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0;
}
.footer-menu_wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-menu_wrap-inner .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	color: #fff;
	font-family:  'Roboto', sans-serif ;
	font-weight: 400;
	font-size: 1rem;
	padding: 0;
}.comet-footer_menu .footer-menu {
	margin-left: 4%;
}
.comet-footer_social {
	text-align: center;
}
.comet-footer_social .fa {
    font-family: "FontAwesome";
    background: rgba(118,100,148,.2);;
    border-radius: 50%;
    color: #a69db6;
    font-size: 1.500rem;
    width: 65px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;;
}
.comet-footer_social .fa:hover {
	background: rgba(118,100,148,.4);
}
.comet-footer_social a:last-child .fa {
	margin-right: 0;
}
.comet-footer_privacy-terms,
.comet-footer_privacy-terms a {
    color: rgba(255,255,255,.6);
    font-weight: 400;
    font-size: 0.875rem;
}
.comet-footer_privacy-terms:nth-child(2) {
    padding: 0 18px;
}
.comet-footer_copyright-text {
    display: block;
    font-size: 0.750rem;
    color: rgba(255,255,255,.3);
    font-family:  'Roboto', sans-serif ;
    padding-top: 5px;
}
.comet-footer_disclaimer {
	color: rgba(255,255,255,.5);
    font-family:  'Roboto', sans-serif ;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
}
.comet-footer_disclaimer p {
	font-size: 0.750em;
}
.span3.comet-footer_social {
	margin-left: 2.45%;
	width: 23%;
}
.span4.comet-footer_copyright {
	margin-left: 2%;
}

/* --------------------------------------------------------------------------
   3. HOMEPAGE                                           
   -------------------------------------------------------------------------- */
/* Header */
.home-header_wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.home-header_text h1 {
    font-size: 4.375rem;
    line-height: 1.125;
}
.home-header_text p {
    font-size: 1.875rem;
    line-height: 1.25;
}
.home-header_ins .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
	      align-items: center;
}
/* ReFi Widget */
#refi-widget.home-refi-widget {
	width: 100% !important;
	margin: 0 auto !important;
}
#refi-widget.home-refi-widget .row-fluid {
	display: block;
}
#refi-widget.home-refi-widget .panel {
    padding: 50px !important;
}
#refi-widget.home-refi-widget .refi-widget--title {
    color: #f05323 !important;
    font-weight: 500;
    font-size: 2.125rem !important;
    text-align: center !important;
    margin-bottom: 32px !important;
    border: none !important;
    font-family:  'Roboto', sans-serif  !important;
}
#refi-widget.home-refi-widget label {
	font-size: 1rem;
	font-family:  'Roboto', sans-serif ;
	font-weight: 300;
}
#refi-widget.home-refi-widget .input-group {
	position: relative !important;
}
#refi-widget.home-refi-widget .input-group-addon {
    display: inline !important;
    position: absolute !important;
    top: 10px !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    color: #766494 !important;
    background-color: transparent !important;
    padding: 0 !important;
}
#refi-widget.home-refi-widget input[type="number"] {
    font-size: 1.375rem !important;
    color: #808285 !important;
    font-family:  'Roboto', sans-serif  !important;
    font-weight: 400;
    padding:8px 0 8px 20px !important;
    box-sizing: border-box;
    margin-bottom: 25px !important;
    background-color: transparent !important;
    border-bottom: 2px solid #d9d9da !important;
    line-height: 1.5;
}
#refi-widget.home-refi-widget input[type="number"]:focus {
	border-color: #a69db6!important
}
#refi-widget.home-refi-widget .theme-button {
	background: #62c7c9;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 15px 35px;
    white-space: normal;
    border: none;
    display: block;
    width: 100%;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;;
}
#refi-widget.home-refi-widget .theme-button:hover {
	background: #38abad;
}

/* Debt Counter */
.home-debt-counter {
	padding-right: 35px;
}
.home-debt-counter #debt-snapshot-counter {
	background-color: #f1eff4;
    border: 3px solid #ebebeb;
}
.home-debt-counter #debt-snapshot-counter .container {
	font-family:  'Roboto', sans-serif ;
	font-size: 1.500rem;
	font-weight: 500;
	line-height: 1.25;
}
.home-debt-counter #debt-snapshot-counter .snapshot {
    background: rgb(243,109,33);
    background: -moz-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(243,109,33,1) 0%,rgba(241,88,39,1) 100%);
    background: linear-gradient(45deg, rgba(243,109,33,1) 0%,rgba(241,88,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d21', endColorstr='#f15827',GradientType=1 );
    font-size: 2.000rem;
    font-weight: 500;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif ;
}
.home-debt-counter #debt-snapshot-counter #debt {
	font-family:  'Roboto', sans-serif ;
    font-size: 2.125rem;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 2px;
}
/* Gradient Background */
.home-gradient-bg {
	background: rgb(244,242,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,242,245,1) 0%, rgba(228,227,229,1) 90%, rgba(255,255,255,1) 0%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,242,245,1) 0%,rgba(228,227,229,1) 90%,rgba(255,255,255,1) 0%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,242,245,1) 0%,rgba(228,227,229,1) 90%,rgba(255,255,255,1) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/* Recent Posts */
.home-recent-posts_featured-img-wrap {
	position: relative;
}
.home-recent-posts_featured-img {
    height: 100%;
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-position-y: 30%;
    background-repeat: no-repeat;	
}
.home-recent-posts_article-title a {
	font-family:  'Roboto', sans-serif ;
	font-size: 1.500rem;
	color: #414042;
	display: block;
	padding-top: 15px;
	line-height: 1.25;
}
.home-recent-posts_article-title a:hover {
	color: #766494;
}
/* Mini LP */
.home-mini-lp-wrap .page-center {
	max-width: 50.000rem;
	margin: 0 auto;
	background: #fff;
	padding: 0 !important;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.span6.home-mini-lp-content,
.span6.home-mini-lp-form {
	width: 49%;
	margin-left: 0;
	padding: 20px 40px 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.span6.home-mini-lp-content {
	background: rgba(243,109,33,1);
	background: -moz-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,109,33,1)), color-stop(100%, rgba(241,88,39,1)));
	background: -webkit-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: -o-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d21', endColorstr='#f15827', GradientType=1 );
}
.span6.home-mini-lp-content .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
}
.span6.home-mini-lp-form {
	background: #fff;
}
.span6.home-mini-lp-content h4 {
	text-align: left;
	font-size: 1.875rem;
	font-weight: 500;
}
.span6.home-mini-lp-content p {
	font-size: 1.250rem;
	margin: 0;
}
.span2.home-mini-lp-content-checkbox img {
    min-width: 50px;
    max-width: 50px;
    max-height: 41px;
}
.home-mini-lp-wrap .hs-form .hs-form-field {
	margin: 15px 0 20px;
}
.home-mini-lp-wrap .input {
	padding-right: 0;
}
.home-mini-lp-wrap .hs-button.primary.large {
    display: block;
    width: 100%;
    padding: 15px 35px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 1.125rem !important;
}
.span6.home-mini-lp-form .submitted-message {
	color: #414042 !important;;
}
/* Offer Row */
.home-offer-row_header h2 {
	width: 100%;
	max-width: 55%;
	margin: 0 auto;
	display: block;
}
.cta-img-box {
	padding: 0;
}
.cta-img-box-text .theme-button.outline {
    padding: 10px 20px;
    font-size: 17px;
}

/* --------------------------------------------------------------------------
   4. SUBPAGES                                           
   -------------------------------------------------------------------------- */
   
/*   Best Companies To Refi     
--------------------------------------------------------------*/
.bb-desktop-only,
.home-refi-widget.bb-desktop-only,
.comet-lenders-table-wrap.bb-desktop-only {
	display: block;
}
.bb-mobile-only,
.comet-lenders-table-wrap.bb-mobile-only,
.home-refi-widget.bb-mobile-only {
	display: none;
}

@media (max-width: 768px) {
	.bb-desktop-only,
	.home-refi-widget.bb-desktop-only,
	.comet-lenders-table-wrap.bb-desktop-only {
		display: none;
	}
	.bb-mobile-only,
	.comet-lenders-table-wrap.bb-mobile-only,
	.home-refi-widget.bb-mobile-only {
		display: block;
	}
	.bb-mobile-only .home-refi-widget {
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;;
	}
	.hide-phone {
    	display: none;
    	visibility: hidden;
    	padding: 0;
	}
}
.best-banks-quick-links {
    background: #fff;
    padding: 53px 42px 27px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
}
.best-banks-quick-links_header h3 {
	color: #766494 !important;
	text-align: center;
}
.best-banks-quick-links_lenders {
    border-top: 1px solid #dddddd;
    padding: 25px 0;
}
.best-banks-quick-links_lenders .row-fluid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	
		-ms-flex-align: center;;
	
}
.span7.best-banks-quick-links_logo-col {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;;
	flex-basis: 57%;
	flex: 0 0 57%;
	-ms-flex: 0 0 57%;
	-webkit-flex: 0 0 57%;
	-moz-box-flex: 0 0 57%;
}
.span5.best-banks-quick-links_cta-col {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;;
	flex-basis: 40%;
	flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	-moz-box-flex: 0 0 40%;
    margin-left: 2.55% !important;
    text-align: right;
}
.best-banks_makes-sense_ins {
    padding: 0 50px 27px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
}
.best-banks_makes-sense_row {
	border-bottom: 1px solid #ddd;
}
.best-banks_makes-sense_row:last-child {
	border: none;
}
.best-banks_makes-sense_row p:last-child {
    margin-bottom: 0;
}
.best-banks_makes-sense_row .row-fluid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	
		-ms-flex-align: center;;
}
.best-banks_makes-sense_row .span10 {
	padding-left: 32px;
	margin-left: 2%;
}
.best-banks_eligibility {
	background: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #ece9f0 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ece9f0), color-stop(50%, #ffffff), color-stop(100%, #ffffff)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #ece9f0 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #ece9f0 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #ece9f0 100%); /* ie10+ */
	background: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #ece9f0 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9f0', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
.best-banks_eligibility-criteria h4,
.best-banks_eligibility-criteria p {
	position: relative;
	padding-left: 80px;
}
.best-banks_eligibility-criteria h4:before {
    content: url(https://cdn2.hubspot.net/hubfs/2418268/SI-CometFi/cta/comet-icon-checkbox-orange.svg);
    display: inline-block;
    width: 65px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}
.best-banks_orange {
	background: -moz-linear-gradient(-45deg, #f36d21 0%, #f15827 50%, #f15827 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #f36d21), color-stop(50%, #f15827), color-stop(100%, #f15827)); /* safari4+,chrome */
	background: -webkit-linear-gradient(-45deg, #f36d21 0%, #f15827 50%, #f15827 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(-45deg, #f36d21 0%, #f15827 50%, #f15827 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, #f36d21 0%, #f15827 50%, #f15827 100%); /* ie10+ */
	background: linear-gradient(-45deg, #f36d21 0%, #f15827 50%, #f15827 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15827', endColorstr='#f36d21',GradientType=1 ); /* ie6-9 */
	background-size: 150%;
}
.best-banks_purple {
	background: -moz-linear-gradient(-45deg, rgba(77,57,110,1) 0%, rgba(118,100,148,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(77,57,110,1)), color-stop(100%, rgba(118,100,148,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(-45deg, rgba(77,57,110,1) 0%, rgba(118,100,148,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(-45deg, rgba(77,57,110,1) 0%, rgba(118,100,148,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(77,57,110,1) 0%, rgba(118,100,148,1) 100%); /* ie10+ */
	background: linear-gradient(-45deg, rgba(77,57,110,1) 0%, rgba(118,100,148,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#766494', endColorstr='#4d396e',GradientType=1 ); /* ie6-9 */
}
.who-to-refi-with_ins {
	padding: 50px 45px 37px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
}
.who-to-refi-with_logo-cta-row .row-fluid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	
		-ms-flex-align: center;;
}
.who-to-refi-with_logo-cta-row .span4:nth-child(2) {
	margin-left: 0;
}
.who-to-refi-with_logo-cta-row .span4:last-child {
	width: 33.3%;
}
.who-to-refi-with_logo-cta-row a.cta_button.theme-button {
	padding: 15px 40px;
}
.who-to-refi-with_ins ul {
	margin: 0;
	list-style: none;
}
.who-to-refi-with_ins ul li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.who-to-refi-with_ins ul li:first-child {
	padding: 0 0 15px;
}
.who-to-refi-with_ins ul li:last-child {
	border-bottom: none;
	padding: 15px 0 30px;
}
.who-to-refi-with_ins ul 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;
}
.who-to-refi-with_ins ul li:first-child:before {
	top: 0;
}
.who-to-refi-with_ins .disclosure {
	margin-bottom: 0;
	line-height: 1.25;
}
.who-to-refi-with_ins .disclosure a {
	font-size: 0.875rem;
	line-height: 1.25;
 }
.who-to-refi-with_ins sup a {
	color: #414042;
	font-weight: 300;
}
.best-banks_faq {
	background-color: #ece9f0;
}
.best-banks_faq  h6 {
    text-indent: -1.2em;
    padding-left: 1.1em;
}
.best-banks_faq  h6,
.best-banks_faq  p:last-child {
	margin-bottom: 0;
}

/* Tables */
.best-banks.redesign .bb-table .fa {
	display: none;
}
.best-banks.redesign .bb-table td img {
	max-width: 100%;
}
.best-banks.redesign table.bb-table {
	box-shadow: none;
    border: 3px solid #ebebeb;
}
.best-banks.redesign .bb-table td {
	border: none;
	padding: .5rem .25rem;
	width: 15%;
}
.best-banks.redesign .bb-table td p {
	font-family:  'Roboto', sans-serif ;
	font-size: 17px;
	font-weight: 300;
	color: #414042;
    line-height: 1.25;
}
.best-banks.redesign .bb-table tr:first-child td:first-child,
.best-banks.redesign .bb-table tr:last-child td:first-child {
	background: transparent;
}
.best-banks.redesign .bb-table td:first-child {
	background: #f2f0f4;
}
.best-banks.redesign .bb-table td:first-child p {
	font-weight: 500;
	color: #766494;
	font-size: 0.938rem;
	line-height: 1.25;
}
.best-banks.redesign .bb-table tr:first-child {
	border-bottom: 1px solid #ddd;
}
.best-banks.redesign table tbody tr td a {
	color: #62c7c9;
}
.best-banks.redesign table tbody tr td a:hover {
	color: #064a6b;
}
.best-banks.redesign .bb-table tr:nth-child(even) {
	background: #fff;
}

.best-banks.redesign .best-banks-quick-links .span5 .cta_button {
	background: transparent !important;
	border-color: #62c7c9 !important;
	color: #62c7c9 !important;
	border: 2px solid #62c7c9 !important;
	padding: 10px 20px !important;
	border-radius: 50px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.best-banks.redesign .best-banks-quick-links .span5 .cta_button:hover {
	background: #62c7c9 !important;
	border-color: #62c7c9 !important;
	color: #fff !important;
}

.best-banks.redesign .bb-table .cta_button.cta_custom_button {
	background: #62c7c9 !important;
    border-radius: 50px !important;
    font-family:  'Roboto', sans-serif  !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 12px 25px !important;
    white-space: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.best-banks.redesign .bb-table .cta_button.cta_custom_button:hover {
	background: #38abad !important;
}

/* New Best Banks Scrolling Tables */
.comet-lenders-table_row {
	overflow: hidden;
}
.comet-lenders-table_scoll {
	margin: 0;
	border: none;
	border-collapse: collapse;
	white-space: normal;
	width: 100%;
}
.comet-lenders-table-wrap.scroll .comet-lenders-table_row {
    box-shadow: none;
    margin-bottom: 0;
}
.comet-lenders-table_scoll thead,
.comet-lenders-table_scoll tbody,
.comet-lenders-table_scoll tr:last-child {
	border-bottom: none;
}
.comet-lenders-table_scoll tbody tr {
	border-bottom: 1px solid #ddd;
	position: relative;
	background: #fff;
	color: #414042 !important;
}
.comet-lenders-table_scoll td:first-child,
.comet-lenders-table_scoll td:last-child {
	position: relative;
}
.comet-lenders-table_scoll td:first-child:after,
.comet-lenders-table_scoll td:last-child:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.comet-lenders-table_scoll td {
	border: none;
}
.comet-lenders-table_scoll thead,
.comet-lenders-table_scoll th:first-child,
.comet-lenders-table_scoll th:last-child {
	background-color: #f2f0f4 !important;
}
.comet-lenders-table_scoll th {
    font-weight: 500;
    color: #766494;
    font-size: 0.938rem;
    line-height: 1.25;
}
.comet-lenders-table_scoll th,
.comet-lenders-table_scoll td {
    padding: 1rem .5rem;
/*
    min-width: 160px;
    max-width: 160px;
*/
	width: 14%;
    font-size: 0.938rem;
}
.comet-lenders-table_scoll th:first-child,
.comet-lenders-table_scoll td:first-child {
	min-width: 136px;
	width: 15%;
	padding: 1rem .75rem;
}
.comet-lenders-table_scoll th:last-child,
.comet-lenders-table_scoll td:last-child {
	min-width: 141px;
	width: 15%;
}
.comet-lenders-table_scoll td {
	position: relative;
/* 	z-index: -2; */
/* 	border-bottom: 1px solid #ddd; */
}
.comet-lenders-table_scoll tr:last-child td {
	border-bottom: none;
}
.comet-lenders-table_scoll td:first-child  {
	z-index: 1 !important;
	position: relative;
	background: transparent !important;
}
.comet-lenders-table_scoll td:last-child {
	z-index: 0 !important;
	background: transparent !important;
}
.comet-lenders-table_scoll th:last-child {
	z-index: 1 !important;
}
.comet-lenders-table_scoll p {
	margin: 0;
	font-size: 0.938rem;
}
.comet-lenders-table_scoll .loan-disclosure {
	font-size: 12px;
}
.best-banks.redesign .comet-lenders-table_scoll .cta_button.cta_custom_button,
.best-banks.redesign .comet-lenders-table_scoll .theme-button {
    background: #f36d21 !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.938rem !important;
    padding: 12px 0 !important;
    white-space: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
    width: 100% !important;
/*     min-width: 150px !important; */
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.best-banks.redesign .comet-lenders-table_scoll .cta_button.cta_custom_button:hover,
.best-banks.redesign .comet-lenders-table_scoll .theme-button:hover {
    background: #f15827 !important;
}
.comet-lenders-table_scoll-notice {
	display: block;
	font-family:  'Roboto', sans-serif ;
	font-size: .875rem; 
	font-weight: 500;
	line-height: 1.5;
	margin-top: 5px;
}

.comet-lenders-table_scoll .mobile-only {
	display: none;
}

@media (max-width: 1060px) {
	.best-banks.redesign .bb-table tr:first-child p {
		color: #766494;
	    font-size: 0.938rem;
	    line-height: 1.25;
	}
	.best-banks.redesign .bb-table tr:first-child p strong {
		font-weight: 500;
	}
	.best-banks.redesign .bb-table td p {
		font-size: 0.938rem;
		margin-bottom: 0 !important;
	}
	.best-banks.redesign .bb-table tr:last-child td:first-child {
	    background: #f2f0f4;
	}
	.best-banks.redesign .bb-table tr {
		border-bottom: 1px solid #ddd;
	}
	.best-banks.redesign .bb-table tr:last-child {
		border-bottom: none;
	}
	.best-banks.redesign .best-banks-quick-links .span5 .cta_button,
	.best-banks.redesign .bb-table .cta_button.cta_custom_button {
		font-size: 0.938rem !important;
	}
	.best-banks.redesign .bb-table td:first-child {
		padding: 10px !important;
	}
	
	/*** Scrolling Table ***/
	.comet-lenders-table_scoll th, .comet-lenders-table_scoll td {
		display: none;
	}
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child,
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child,
	.comet-lenders-table_scoll .show-tablet,
	.comet-lenders-table_scoll .show-tablet.landscape  {
		display: table-cell;
	}
	.comet-lenders-table_scoll th,
	.comet-lenders-table_scoll td,
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child,
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		width: 20%;
	}
}
@media (max-width: 999px) {
	.comet-lenders-table-wrap.scroll {
	    border: 3px solid #ebebeb;
	}
}
@media (max-width: 930px) {
	.best-banks.redesign .bb-table.table-horiz td {
		width: 10.25% !important;
	}
}
@media (max-width: 860px) {
	.best-banks_header .span7,
	.best-banks_header .span5 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.best-banks_header .span5 {
		margin-top: 3rem;
	}
	/*** Scrolling Table ***/
	.comet-lenders-table_scoll .show-tablet.landscape {
		display: none;
	}
}
@media (max-width: 768px) {
	a.cta_button.theme-button {
	    padding: 15px 66px !important;
	    margin: 20px 0 5px;
	}
	.best-banks_header {
		padding-top: 3rem;
		padding-bottom: 0.125rem;
	}
	
	/*** Scrolling Table ***/

/*
	.comet-lenders-table_scoll th,
	.comet-lenders-table_scoll td {
	    min-width: 125px;
	    max-width: 125px;
	}
*/

	.who-to-refi-with_logo-cta-row .row-fluid {
		display: block;
	}
	.who-to-refi-with_logo-cta-row .span4 {
		text-align: center;
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.who-to-refi-with_content .span6 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.who-to-refi-with_logo-cta-row .span4:last-child {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.best-banks_eligibility-question {
		padding-bottom: 0;
	}
	.best-banks_eligibility-question .span4 {
		display: none;
	}
	.best-banks_makes-sense_row .span3 {
		margin-bottom: 1.125rem;
	}
	.best-banks_makes-sense_row .span9 {
		padding-left: 0;
	}
	.best-banks_faq .span8 {
	    padding-left: 1.1em;
	    margin-top: 10px;
	}
	.best-banks_faq ul {
		margin-left: 0;
	}
	.best-banks_faq ul li {
		margin-bottom: 10px;
	}
}
@media (max-width: 660px) {
	/*** Scrolling Table ***/
/*
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child {
		min-width: 155px;
		max-width: 155px;
	}
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		min-width: 140px;
		max-width: 140px;
	}
*/
	.comet-lenders-table_scoll th,
	.comet-lenders-table_scoll td {
		min-width: 0;
		width: 40%;
	}
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child,
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		width: 30%;
	}
	.best-banks.redesign .comet-lenders-table_scoll .cta_button.cta_custom_button,
	.best-banks.redesign .comet-lenders-table_scoll .theme-button {
		min-width: 160px !important;
		padding: 12px 0 !important;
	}
	.comet-lenders-table_scoll .show-tablet {
		display: none;
	}
	.comet-lenders-table_scoll .show-mobile,
	.comet-lenders-table_scoll .mobile-only {
		display: table-cell;
	}
/*
	.comet-lenders-table_scoll-notice {
		display: none;
	}
*/
}
@media (max-width: 600px) {
	/*** Scrolling Table ***/
/*
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child {
		min-width: 155px;
		max-width: 155px;
	}
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		min-width: 140px;
		max-width: 140px;
	}
*/
}
@media (max-width: 545px) {
	.best-banks-quick-links {
		padding: 30px 20px 15px;
	}
	.span7.best-banks-quick-links_logo-col {
		flex-basis: 55%;
	flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	-webkit-flex: 0 0 55%;
	-moz-box-flex: 0 0 55%;
	}
	.span5.best-banks-quick-links_cta-col {
		flex-basis: 42%;
	flex: 0 0 42%;
	-ms-flex: 0 0 42%;
	-webkit-flex: 0 0 42%;
	-moz-box-flex: 0 0 42%;
	}
	.best-banks_makes-sense_ins {
		padding: 0 30px 10px;
	}
	.best-banks.redesign .best-banks-quick-links .span5 .cta_button, 
	.best-banks.redesign .bb-table .cta_button.cta_custom_button {
		padding: 10px 9px !important;
	}
	.who-to-refi-with_ins {
		padding: 30px 30px 15px;
	}
	.best-banks_faq ul {
		padding-left: 0;
	}
	/*** Scrolling Table ***/
/*
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child {
		min-width: 130px;
		max-width: 130px;
	}
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		min-width: 130px;
		max-width: 130px;
	}
*/
}
@media (max-width: 480px) {
	.best-banks.redesign a.cta_button.theme-button {
		padding: 10px 9px !important;
	}
	.best-banks.redesign .bb-table td p,
	.best-banks.redesign .best-banks-quick-links .span5 .cta_button, 
	.best-banks.redesign .bb-table .cta_button.cta_custom_button {
	    font-size: 0.875rem !important;
	}
	.best-banks.redesign .best-banks-quick-links .span5 .cta_button, 
	.best-banks.redesign .bb-table .cta_button.cta_custom_button {
		padding: 10px 9px !important;
	}
	/*** Scrolling Table ***/
	.best-banks.redesign .comet-lenders-table_scoll .cta_button.cta_custom_button,
	.best-banks.redesign .comet-lenders-table_scoll .theme-button {
		padding: 0 !important;
		font-size: .75rem !important;
		min-width: 0 !important;
		width: 100% !important;
		min-height: 44px;
	    display: -webkit-box !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child {
		min-width: 0;
		padding: .5rem;
		width: 33.3%;
	}
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		min-width: 0;
		width: 33.3%;
		padding: .25rem;
		right: 0 !important;
	}
	.comet-lenders-table_scoll th,
	.comet-lenders-table_scoll td {
		min-width: 0;
		width: 33.3%;
		padding: .5rem;
		font-size: .875rem !important;
	}
	.comet-lenders-table_scoll tbody tr {
		border-bottom: 2px solid #ebebeb;
	}
}
@media (max-width: 400px) {
	/*** Scrolling Table ***/
	.best-banks.redesign .comet-lenders-table_scoll .cta_button.cta_custom_button,
	.best-banks.redesign .comet-lenders-table_scoll .theme-button {
		font-size: .775rem !important;
	}
	.comet-lenders-table_scoll th,
	.comet-lenders-table_scoll td {
		font-size: .775rem !important;
		width: 30%;
	}
	.comet-lenders-table_scoll th:first-child,
	.comet-lenders-table_scoll td:first-child {
		min-width: 0;
		padding: .5rem;
		width: 33%;
	}
	.comet-lenders-table_scoll th:last-child,
	.comet-lenders-table_scoll td:last-child {
		min-width: 0;
		width: 37%;
		padding: .25rem;
		right: 0 !important;
	}
}
@media (max-width: 350px) {
	.best-banks.redesign .bb-table td p,
	.best-banks.redesign .best-banks-quick-links .span5 .cta_button, 
	.best-banks.redesign .bb-table .cta_button.cta_custom_button {
	    font-size: 0.775rem !important;
	}
}
   
/*   Leadership     
--------------------------------------------------------------*/
.comet-leadership-team img {
    max-width: 75%;
    margin-bottom: 30px;
}
.comet-leadership-team h3 {
	margin-bottom: 0;
}


/* Comet Team Members */
.team a {
	display: inline-block; 
	color: #414042; 
    max-width: 100%;
}
.founders {
	text-align: center;
}
.image--frame--team {
	width:100%; 
	position: relative;
}   

.image--frame--team img {
    border-radius: 50% 50%;
}

.image--frame--team--inner {
	display: table-cell; 
	vertical-align: middle; 
}
.team--member--readmore {
	position: absolute; 
	top:calc(50% - 5%); 
	width: 100%; 
	opacity: 0;
	text-align: center; 
	color: #fff; 
	font-weight: 700; 
}
.team:hover .team--member--readmore{
	opacity: 1; 
}
.team--member--name {
	margin: 1rem 0 0;
}
h4.team--member--title {
	font-size: 1.2rem; 
	line-height: 1.35;
}
.team--member--bio p { 
	margin-bottom: 15px; 
}

.team--member--title { 
	margin-bottom: 0; 
}

.team--member--bio,
.team--member--bio p:last-child { 
	margin: 0;
	font-size: 17px;
	font-family:  'Roboto', sans-serif ;
}

.pad-left {
    padding-left: 10px;
}

p.social--link {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
}

p.social--link a {
    color: #62c7c9;
    font-weight: 300;
}

p.social--link a:hover {
    color: #064a6b !important;
}

.social--link a i.fa {
    width: 16px !important;
    vertical-align: middle;
    color: #62c7c9;
    padding-right: 2px;
    margin-top: -1px;
    transition: all 0.3s ease-in-out;
}

.social--link a:hover i.fa {
    color: #064a6b;
}

/* staff-entry-inline */
.team--member-inline {}
.team--member-inline .image-frame{ 
	width:80px; 
	height: 80px; 
	border: solid 3px #fff; 
}
.team--member-inline .staff-entry-name { 
	font-size: 2em; 
	margin: 0 0 10px; 
}

.social--link.popup a { 
	color: #766494 
}


.image--frame--team--lightbox {
	background-size: contains; 
	background-repeat: no-repeat; 
	background-position: center; 
	height: 170px;
}
.team--members {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social--link a:first-child::before {
	font-family: FontAwesome;
	content: "\f067";
}
.social--link a:last-child::before {
  font-family: FontAwesome;
	content: "\f08c";
}

/*.media-block.team.span3:nth-child(7n+1) {
    margin-left: 0 !important;
}*/

@media (max-width: 767px) {
	.media-block.team.founders.span6 {
	    width: 46.93617020799999%;
	    margin-left: 2.127659574%;
	    float: left;
	}
	.media-block.team.span-fifth {
	    width: 31.6% !important;
	    float: left !important;
	    margin-left: 2.12766% !important;
	}
	/*.media-block.team.span-fifth:nth-child(7n+1) {
	    margin-left: 2.12766% !important;
	}
	.media-block.team.span-fifth:nth-child(7n-1) {
	    margin-left: 0 !important;
	}*/
	.image--frame--team--lightbox {
		width: 170px;
	}
  .image--frame--team {
    text-align:center;
  }  
  .media-block.team.span3 {
    width:48%;
    float:left;
    padding:1rem;
  }
}
@media (max-width: 640px) {
	.team--member--inline {
	    background: #fff;
	    padding: 1.250rem;
	    overflow: scroll;
	    max-height: 510px;
	    text-shadow: none;
	}
	#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, 
	#lightcase-content h4, #lightcase-content h5, #lightcase-content h6, 
	#lightcase-content p {
	    color: #414042 !important;
	}
}
@media (max-width: 500px) {
	.media-block.team.founders.span6 {
	    width: 100%;
	    margin-left: 0;
	    float: none;
	}
	.media-block.team.span-fifth {
	    width: 100% !important;
	    float: none !important;
	    margin-left: 0 !important;
	    text-align: left;
	}
  .media-block.team.span3 {
    width: 100%;
    padding:3rem;
  }
}
@media (max-width: 400px) {
  .media-block.team.span3 {
		padding:1rem;
  }
}




/*   Contact Us     
--------------------------------------------------------------*/
.company-contact-info {
	font-family:  'Roboto', sans-serif ;
	font-size: 1.125rem;
}
.company-name {
	font-family:  'Roboto', sans-serif ;
	font-size: 1.375rem;
	font-weight: 400;
}
.comet-contact-form .row-fluid {
	 margin-bottom: -210px;
}
.comet-contact-form .span8 {
    background: #fff;
    border-top-right-radius: 100px;
    position: relative;
    padding: 45px;
    -webkit-transform: translateY(-295px);
    transform: translateY(-295px);
    min-height: 600px;
}

/* Styling for Form with Slider Labels */
.comet-contact-form input[type="text"],
.comet-contact-form input[type="password"],
.comet-contact-form input[type="datetime"],
.comet-contact-form input[type="datetime-local"],
.comet-contact-form input[type="date"],
.comet-contact-form input[type="month"],
.comet-contact-form input[type="time"],
.comet-contact-form input[type="week"],
.comet-contact-form input[type="number"],
.comet-contact-form input[type="email"],
.comet-contact-form input[type="url"],
.comet-contact-form input[type="search"],
.comet-contact-form input[type="tel"],
.comet-contact-form input[type="color"],
.comet-contact-form input[type="file"],
.comet-contact-form select {
	border: none;
	border-bottom: 2px solid #d9d9da;
	padding: 10px 0;
}
.comet-contact-form input[type="text"]:focus,
.comet-contact-form input[type="password"]:focus,
.comet-contact-form input[type="datetime"]:focus,
.comet-contact-form input[type="datetime-local"]:focus,
.comet-contact-form input[type="date"]:focus,
.comet-contact-form input[type="month"]:focus,
.comet-contact-form input[type="time"]:focus,
.comet-contact-form input[type="week"]:focus,
.comet-contact-form input[type="number"]:focus,
.comet-contact-form input[type="email"]:focus,
.comet-contact-form input[type="url"]:focus,
.comet-contact-form input[type="search"]:focus,
.comet-contact-form input[type="tel"]:focus,
.comet-contact-form input[type="color"]:focus,
.comet-contact-form input[type="file"]:focus,
.comet-contact-form select:focus {
	border-color: #a69db6;
}
.comet-contact-form textarea {
	border: 2px solid #d9d9da;
	padding: 15px 10px;
	border-radius: 0;
	font-family:  'Roboto', sans-serif ;
}
.comet-contact-form textarea:focus {
	border-color: #a69db6;
}
.comet-contact-form .hs-form textarea.hs-input.error {
	border: 2px solid #f15827 !important;
}
.comet-contact-form .hs_message.field.hs-form-field label,
.comet-contact-form .hs_message.field.hs-form-field.has-focus > label,
.comet-contact-form .hs_message.field.hs-form-field.not-focused > label {
	animation: none;
	position: relative;
	top: 0;
	display: block;
    padding-bottom: 15px;
    font-size: 1.375rem;
}
.comet-contact-form .hs_message.field.hs-form-field {
	margin-bottom: 35px;
}
.comet-contact-form .hs-form .hs-input.error {
	border: none !important;
	border-bottom: 2px solid #f15827 !important;
}
.comet-contact-form .hs-form .hs-form-field {
	margin: 15px 0;
	position: relative;
}
.comet-contact-form .hs-form .hs-form-field label {
	position: absolute;
	left: 0;
	top: 5px;
	color: #808285;
	font-size: 1.375rem;
	padding: 0;
	font-family:  'Roboto', sans-serif ;
	font-weight: 400;
}
.comet-contact-form .hs-form .hs-form-field.has-focus > label {
	animation-name: label-slide-up;
	animation-duration: 0.35s;
	animation-iteration-count: 1;
	top: -14px;
	font-size: 0.813rem;
}
.comet-contact-form .hs-form .hs-form-field.not-focused > label {
	animation-name: label-slide-down;
	animation-duration: 0.35s;
	animation-iteration-count: 1;
	top: 5px;
	left: 0;
}
.comet-contact-form .hs-form-field > label span.hs-form-required {
	display: none;
}
.comet-contact-form .hs-form .hs-form-field.has-value > label {
	top: -14px;
	background-color: transparent;
	color: #999;
	border-color: #808285;
	font-family:  'Roboto', sans-serif ;
	font-weight: 400;
}
.comet-contact-form .hs-form .hs-form-field .hs-error-msgs li label {
	top: 0;
	left: 0;
	position: relative;
	font-family:  'Roboto', sans-serif ;
	font-size: .875rem;
	color: #f15827;
	padding: 0;
	display: block;
}
.comet-contact-form .hs-form .hs-input {
	margin-bottom: 0;
	color: #170f3d;
	font-family:  'Roboto', sans-serif ;
	font-size: 1.375rem !important;
	font-weight: 400;
}
.comet-contact-form .hs-form .hs-input.error {
	border: 1px solid #f15827;
}

@keyframes label-slide-up {
  0% {
    top: 5px;
  }
  100% {
    top: -14px;
  }
}
@keyframes label-slide-down {
  0% {
    top: -14px;
  }
  100% {
    top: 5px;
  }
}

/*   Head Term Pages     
--------------------------------------------------------------*/
.head-term-content h1 {
	margin: 0;
}
blockquote {
	border-left: 4px solid #a69db6;
    padding: 12px 0 12px 40px;
    margin: 50px 0 45px;
}
@media (max-width: 1000px) {
	.span9.head-term-content-wrap,
	.span3.head-term-sidebar {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

/*   Lead Magnets   
--------------------------------------------------------------*/
.lead-magnet-hero {
	background: -moz-linear-gradient(45deg, rgba(241,88,39,1) 50%, rgba(243,109,33,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(241,88,39,1)), color-stop(100%, rgba(243,109,33,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(241,88,39,1) 50%, rgba(243,109,33,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(241,88,39,1) 50%, rgba(243,109,33,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(241,88,39,1) 50%, rgba(243,109,33,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(241,88,39,1) 50%, rgba(243,109,33,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d21', endColorstr='#f15827',GradientType=1 ); /* ie6-9 */
}
.lead-magnet-hero .feature-box-content-left .span6.content {
    padding: 7.5rem 4% 6.25rem 0;
}
.lead-magnet-hero .feature-box-content-left .span6.content .content-inner h1 {
	margin: 0 0 15px;
}
.lead-magnet-hero .feature-box-content-left .span6.background-image {
	background-position: left center !important;
}
.lead-magnet-content-wrap .theme-button.outline {
	margin-left: 20px;
}
.lead-magnet-content-wrap ol {
	list-style: none; 
	counter-reset: li;
    padding-left: 25px;
}
.lead-magnet-content-wrap li::before {
	color: #064a6b;
	content: counter(list) ".";
	left: -32px;
	position: absolute;
	text-align: right;
	width: 26px;
}
.lead-magnet-content-wrap li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
}

/* Charts */
.lead-magnet-excercise-chart {
    border: 1px solid #333;
    margin: 0 0 30px;
}
.lead-magnet-excercise-chart_header {
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}
.lead-magnet-excercise-chart_col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lead-magnet-excercise-chart_col {
    width: 50%;
    float: left;
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    padding: 10px 20px;
    font-family:  'Roboto', sans-serif ;
    font-weight: 500;
    text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.lead-magnet-excercise-chart_col:last-child {
	border-right: none;
}
.lead-magnet-excercise-chart_footer {
	padding: 10px 20px;
	min-height: 150px;
}
.lead-magnet-excercise-chart_header h3,
.lead-magnet-excercise-chart_footer h3 {
	margin-bottom: 0;
}

@media (max-width: 1000px) {
	.span9.lead-magnet-content-wrap,
	.span3.lead-magnet-sidebar {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.lead-magnet-hero .span6.background-image {
		display: none;
	}
	.lead-magnet-hero .feature-box-content-left .span6.content {
	    padding: 4.5rem 0 3.25rem 0;
	}
	.lead-magnet-hero .feature-box-content-left .span6.content .content-inner {
		max-width: 100%;
		padding-right: 30px;
	}
}
@media (max-width: 600px) {
	.lead-magnet-content-wrap ol {
	    padding-left: 0;
	}
	.lead-magnet-hero .feature-box-content-left .span6.content {
	    padding: 2.5rem 0 1.25rem 0;
	}
	.lead-magnet-hero .feature-box-content-left .span6.content .content-inner {
		max-width: 100%;
		padding-right: 20px;
	}
}
@media (max-width: 450px) {
	.lead-magnet-content-wrap .theme-button.outline {
		margin-left: 0;
	}
}

/*   Blog Listing    
--------------------------------------------------------------*/
.post-listing h1 {
	margin: 0 0 5px;
}
.post-listing .large-text {
	font-weight: 400;
	margin-bottom: 0;
}
.post-listing hr {
	background-color: #d2ceda;
}
.post-header h2 {
	font-size: 1.750rem;
	font-weight: 500;
	display: inline-block;
}
.post-header a h2 {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.post-header a:hover h2 {
	color: #766494 !important;
}
.post-featured-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post-featured-image .span6 {
	position: relative;
}
.post-wrap .custom-hs-featured-image-wrapper {
	height: 100%;
}
.post-wrap .hs-featured-image-link {
	height: 100%;
	position: relative;
	min-height: 200px;
    background-size: cover;
    background-position: center;
    background-position-y: 30%;
    background-repeat: no-repeat;
}
.span6.post-summary {
	margin-left: 30px;
}
.post-summary p {
    margin-bottom: 10px;
}
.post-read-more {
    font-weight: 500;
}

/* Blog Listing Sidebar */
.post-article-topics h6,
.post-additional-resources h6,
.post-related-articles h6 {
	margin-bottom: 7px;
	font-weight: 500;
}
.post-article-topics ul,
.post-additional-resources ul,
.post-related-articles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-article-topics ul li,
.post-additional-resources ul li,
.post-related-articles ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.post-article-topics ul li:first-child,
.post-additional-resources ul li:first-child,
.post-related-articles ul li:first-child {
    border-top: 1px solid #ddd;	
}
.post-article-topics .hs-menu-wrapper.hs-menu-flow-vertical>ul li a,
.post-additional-resources .hs-menu-wrapper.hs-menu-flow-vertical>ul li a,
.post-related-articles ul li a {
	padding: 0;
	font-weight: 500;
    white-space: normal;
}
.post-cta, .post-article-topics,
.post-additional-resources,
.post-related-articles,
.refi-widget-blog {
	padding-left: 20px;
}
.blog-type-wrap .topic-link, a.blog-type-wrap {
	background: rgba(23,15,61, .8);
	bottom: 0;
    border-top-right-radius: 35px;
    padding: 5px 26px 5px 16px;
    box-shadow: none;
}

/*** ReFi Ready Widget ***/
.refi-widget-blog #refi-widget.home-refi-widget .refi-widget--title {
    font-size: 1.75rem !important;
}
.refi-widget-blog #refi-widget.home-refi-widget .panel {
	padding: 25px !important;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

/* Blog Listinng Pagination */
.blog-pagination {
    text-align: center;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .next-posts-link {
    float: right;
}
a.next-posts-link, a.previous-posts-link {
    font-weight: 500;
    color: #ff6200;
    font-size: 1.375rem;
    color: #62c7c9
}
a.next-posts-link .fa, a.previous-posts-link .fa {
	font-size: 1.375rem;
}
a.next-posts-link:hover, a.previous-posts-link:hover {
	color: #064a6b;
}

/*** ReFi Ready Widget Blog ***/
.gradient-drkblue-light-blue {
	background: -moz-linear-gradient(top, #064a6b 0%, #62c7c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #064a6b 0%,#62c7c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #064a6b 0%,#62c7c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
}
#refi-widget.blog-refi-widget {
	position: relative;
	width: 100%;
	max-width: 650px !important;
}
#refi-widget.blog-refi-widget .panel {
	padding: 25px !important;
}
.blog-refi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}
#refi-widget.blog-refi-widget {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
#refi-widget.blog-refi-widget .refi-widget--title {
	font-family:  'Roboto', sans-serif  !important;
	font-weight: 700;
	font-size: 1.75rem !important;
	line-height: 1 !important;
	border-bottom: none !important;
}
#refi-widget.blog-refi-widget .white-text .refi-widget--title {
	color: #ffffff !important;
}
#refi-widget.blog-refi-widget .white-text label {
	font-family:  'Roboto', sans-serif  !important;
	font-weight: 300 !important;
	font-size: 0.875rem !important;
	color: #ffffff !important;
	margin-bottom: 5px !important;
}
#refi-widget.blog-refi-widget .form-control,
#refi-widget.blog-refi-widget .input-group-addon {
	background: transparent !important;
}
#refi-widget.blog-refi-widget .input-group-addon {
    display: inline !important;
    position: absolute !important;
    top: 11px !important;
    left: 5px !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    color: #766494 !important;
	font-family:  'Roboto', sans-serif  !important;
    background-color: transparent !important;
    padding: 0 !important;
    z-index: 1;
}
#refi-widget.blog-refi-widget input[type="number"] {
    font-size: 1.375rem !important;
    color: #808285 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    padding: 8px 0 8px 25px !important;
    box-sizing: border-box;
    background-color: #ffffff !important;
    border-bottom: 2px solid #d9d9da !important;
    line-height: 1.5;
}
#refi-widget.blog-refi-widget input[type="number"]:focus {
    border-color: #a69db6 !important;
}
#refi-widget.blog-refi-widget .form-group {
	margin-bottom: 20px !important;
}
#refi-widget.blog-refi-widget .theme-button {
    background: #62c7c9;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 15px 35px;
    white-space: normal;
    border: none;
    display: block;
    width: 100%;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#refi-widget.blog-refi-widget .white-text .theme-button {
	background: #ffffff;
	color: #62c7c9;
}
#refi-widget.blog-refi-widget .white-text .theme-button:hover {
	background: #62c7c9;
	color: #ffffff;
}

/*   Blog Post   
--------------------------------------------------------------*/
.blog-post-ins {
    position: relative;
}
.blog-post-wrapper h1 {
	text-transform: none;
	margin: 0 0 5px;
}
.blog-post-wrapper .post-body {
	padding-left: 0;
	padding-bottom: 2rem;
}

/* Blog Post - Author*/
.author-name {font-weight: 500; text-transform: none; display: block;}
.article-updated {font-size: 1rem; display: block;}
.auth-wrap {line-height: 1.5;}

/* Blog Post - Topics */
.blog-post-wrapper .topic-link {
	font-weight: 500;
}
#hubspot-topic_data {
    background-color: #eee;
    padding: 15px 20px;
}

/* Blog Post - About The Author */
.blog-about-author h5 {
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
    position: relative;
}
.blog-about-author h5:after {
    content: '';
    background: #766494;
    display: block;
    width: 184px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.blog-about-auth-avatar {
	border-radius: 50%;
}
.blog-about-author-name {
	color: #170f3d;
	font-weight: 700;
}
.blog-about-author-link {
	font-weight: 500;
}

/* Blog Post - Compare Lenders Table  */
.comet-lenders-table-wrap {
    border: 3px solid #ebebeb;
}
.comet-lenders-table {
	margin: 0;
}
.comet-lenders-table thead {
	background: #f2f0f4;
	border: none;
}
.comet-lenders-table thead th {
	font-weight: 300;
	color: #766494;
	font-size: 17px;
	padding: 1.176rem 0;
    line-height: 1.25;
}
.comet-lenders-table tr td {
	font-weight: 300 !important;
	font-size: 1rem;
}
.comet-lenders-table tr td.tbl-lender,
.comet-lenders-table tr td {
	padding: 1.5rem 0 1.5rem .25rem !important;
}
.comet-lenders-table tr td.tbl-lender {
	padding-left: 1.75rem !important;
	padding-right: 1rem !important;
}
.comet-lenders-table tbody tr td a {
	color: #62c7c9;
	font-weight: 500;
}
.comet-lenders-table tbody tr td a:hover {
	color: #004286;
}
.comet-lenders-table tbody {
	border-bottom: none !important;
}
.comet-lenders-table_row:last-child .comet-lenders-table tr {
	border: none !important;
}
.comet-lenders-table td.tbl-lender {
	text-align: center !important;
}
.comet-lenders-table a.cta_button.theme-button {
	background: #f36d21;
	border: none !important;
	font-family:  'Roboto', sans-serif ;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	border-radius: 50px;
	padding: 15px 30px;
	transform: none;
}
.comet-lenders-table a.cta_button.theme-button span {
	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;;
	width: auto;
	height: auto;
}
.comet-lenders-table a.cta_button.theme-button:hover,
.comet-lenders-table a.cta_button.theme-button.outline span {
	background: #f15827;
	transform: none;
}
.comet-lenders-table tr td:before {
	font-weight: 500;
	font-size: 17px !important;
	font-family:  'Roboto', sans-serif  !important;
}

@media (max-width: 999px) {
	.comet-lenders-table-wrap {
	    border: none;
	}
	.comet-lenders-table tr,
	.comet-lenders-table_row:last-child .comet-lenders-table tr  {
		border-top: 5px solid #766494 !important;
	}
	.comet-lenders-table tr td {
		padding: .5em .5em .5em 50% !important;
	}
}
@media screen and (max-width: 500px) {
	.comet-lenders-table tbody tr td:nth-of-type(7) {
	    padding: 0 0 .5em !important;
	}	
}


/* Blog Post - Comments */
.blog-comments-wrap h5 {
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.blog-comments-wrap h5:after {
    content: '';
    background: #766494;
    display: block;
    width: 118px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.blog-comments-wrap #comments-listing {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.blog-comments-wrap #comments-listing:before {
	display: none;
}
.blog-comments-wrap #comments-listing .comment:after {
	width: 100%;
}
.blog-comments-wrap #comments-listing .comment.depth-1 {
	margin-left: 0;
	padding-left: 45px;
}
.blog-comments-wrap #comments-listing .comment-from h4 {
	font-size: 17px;
	font-family:  'Roboto', sans-serif ;
	font-weight: 300;
	color: #414042;
}
.blog-comments-wrap #comments-listing .comment.depth-0:first-child {
	margin-top: 0;
}
.blog-comments-wrap #comments-listing .comment-date {
	float: right;
	font-size: 0.824rem;
	font-family:  'Roboto', sans-serif ;
	color: #777;
}
.blog-comments-wrap #comments-listing .comment-body {
	padding: 15px 0 0;
}
.comet-blog-comments-form #comment-form:before {
	content: 'Add New Comment';
	font-size: 1.412rem;
	font-weight: 500;
}
.comet-blog-comments-form .new-comments form {
	max-width: 75%;
}
.comet-blog-comments-form #comments-listing .comment-reply-to {
	color: #62c7c9;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;;
	font-family:  'Roboto', sans-serif ;
	font-weight: 500;
}
.comet-blog-comments-form #comments-listing .comment-reply-to em {
	font-style: normal;
}
.comet-blog-comments-form #comments-listing .comment-reply-to:hover {
	color: #064a6b;
	text-decoration: none;
}
.blog-comments-wrap .hs_submit.hs-submit {
    margin-top: 20px;
}

/* Styling for Form with Slider Labels */
 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"],
 input[type="file"],
 select {
	border: none !important;
	border-bottom: 2px solid #d9d9da !important;
	border-radius: 0;
	padding: 8px 0 !important;
	box-shadow: none !important;
}
 input[type="text"]:focus,
 input[type="password"]:focus,
 input[type="datetime"]:focus,
 input[type="datetime-local"]:focus,
 input[type="date"]:focus,
 input[type="month"]:focus,
 input[type="time"]:focus,
 input[type="week"]:focus,
 input[type="number"]:focus,
 input[type="email"]:focus,
 input[type="url"]:focus,
 input[type="search"]:focus,
 input[type="tel"]:focus,
 input[type="color"]:focus,
 input[type="file"]:focus,
 select:focus {
	border-color: #a69db6 !important;
	box-shadow: none !important;
}
 textarea {
	border: 2px solid #d9d9da !important;
	padding: 15px 10px !important;
	border-radius: 0 !important;
	font-family:  'Roboto', sans-serif ;
	box-shadow: none !important;
}
 textarea:focus {
	border-color: #a69db6;
}
 .hs-form textarea.hs-input.error {
	border: 2px solid #f15827 !important;
}
 .hs_comment.field.hs-form-field label,
 .hs_comment.field.hs-form-field.has-focus > label,
 .hs_comment.field.hs-form-field.not-focused > label {
	animation: none;
	position: relative;
	top: 0;
	display: block;
    padding-bottom: 15px;
    font-size: 1.375rem;
}
 .hs_comment.field.hs-form-field {
	margin-bottom: 0;
}
 .hs-form .hs-input.error {
	border: none !important;
	border-bottom: 2px solid #f15827 !important;
}
 .hs-form .hs-form-field {
	margin: 15px 0;
	position: relative;
}
 .hs-form .hs-form-field label {
	position: absolute;
	left: 0;
	top: 0;
	color: #808285;
	font-size: 1.375rem;
	padding: 0;
	font-family:  'Roboto', sans-serif ;
	font-weight: 400;
}
 .hs-form .hs-form-field.has-focus > label {
	animation-name: label-slide-up;
	animation-duration: 0.35s;
	animation-iteration-count: 1;
	top: -14px;
	font-size: 0.813rem;
}
 .hs-form .hs-form-field.not-focused > label {
	animation-name: label-slide-down;
	animation-duration: 0.35s;
	animation-iteration-count: 1;
	top: 5px;
	left: 0;
}
 .hs-form-field > label span.hs-form-required {
	display: none;
}
 .hs-form .hs-form-field.has-value > label {
	top: -14px;
	background-color: transparent;
	color: #999;
	border-color: #808285;
	font-family:  'Roboto', sans-serif ;
	font-weight: 400;
}
 .hs-form .hs-form-field .hs-error-msgs li label {
	top: 0;
	left: 0;
	position: relative;
	font-family:  'Roboto', sans-serif ;
	font-size: .875rem;
	color: #f15827;
	padding: 0;
	display: block;
}
 .hs-form .hs-input {
	margin-bottom: 0;
	color: #170f3d;
	font-family:  'Roboto', sans-serif ;
	font-size: 1.375rem !important;
	font-weight: 400;
	border-radius: 0;
    height: 100%;
}
 .hs-form .hs-input.error {
	border: 1px solid #f15827;
}
 .hs-button.primary {
	background: #f36d21;
    border-radius: 50px;
    font-family:  'Roboto', sans-serif  !important;
    font-size: 17px !important;
    font-weight: 500;
    padding: 15px 66px;
    color: #fff;
    outline: none;
    box-shadow: none;
    display: inline-block;
    border: none;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
    font-size: 1.250rem !important;
}
 .hs-button.primary:hover {
	background: #f15827;
}
 .hs_subscribe.field.hs-form-field {
	margin: 0 0 15px;
}
 .hs-form-booleancheckbox-display {
	position: relative !important;
	top: 0 !important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .hs-form-booleancheckbox-display span {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 300;
	display: block;
    width: 94%;
    position: relative;
    top: -6px;
}
.hs-form-booleancheckbox-display input[type="checkbox"] {
	width: 15px !important;
	height: 15px;
	float: left;
	margin: 0;
}
@keyframes label-slide-up {
  0% {
    top: 5px;
  }
  100% {
    top: -14px;
  }
}
@keyframes label-slide-down {
  0% {
    top: -14px;
  }
  100% {
    top: 5px;
  }
}
.hs_what_would_you_do_with_your_monthly_savings.field.hs-form-field label,
.hs_what_would_you_do_with_your_monthly_savings.field.hs-form-field.has-focus > label,
.hs_what_would_you_do_with_your_monthly_savings.field.hs-form-field.not-focused > label {
	animation: none;
	position: relative;
	top: 0;
	display: block;
    padding-bottom: 15px;
    font-size: 1.375rem;
}

/* Blog Post Social Sharing */
.post-body .blog-social-sharing {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.post-body.in-view .blog-social-sharing {
    opacity: 1;
    visibility: visible;
}
.blog-social-sharing {
    position: fixed;
    top: 170px;
    left: calc(50% - 650px);
}
.blog-social-sharing a img,
.blog-social-sharing a span {display: none !important;}
.blog-social-sharing a {padding-right: 0; float: none; background: none; margin: 0; display: block; width: 40px !important; height: 40px;}
.blog-social-sharing a:nth-child(2),
.blog-social-sharing a:nth-child(3),
.blog-social-sharing a:last-child {margin-top: -10px;}
.blog-social-sharing a:hover {color: #2d9ff8; background: none;}
.blog-social-sharing a:last-child {padding-right: 0; margin-right: 0;}
.blog-social-sharing a:before {
    font-family: 'FontAwesome';
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: 1px solid;border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #2368b3;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-social-sharing a[href*="facebook"]:before {content: "\f09a"; color: #3b5998; border-color: #3b5998;}
.blog-social-sharing a[href*="rss"]:before {content: "\f09e"; color: #ff6600; border-color: #ff6600;}
.blog-social-sharing a[href*="twitter"]:before {content: "\f099"; color: #55acee; border-color: #55acee;}
.blog-social-sharing a[href*="linkedin"]:before {content: "\f0e1"; color: #007bb5; border-color: #007bb5;}
.blog-social-sharing a[href*="plus.google"]:before {content: "\f0d5"; color: #dd4b39; border-color: #dd4b39;}
.blog-social-sharing a[href*="pinterest"]:before {content: "\f0d2"; color: #cb2027; border-color: #cb2027;}
.blog-social-sharing a[href*="email"]:before {content: "\f0e0"; color: #666; border-color: #666;}

.blog-social-sharing a:hover:before {background: none; border: 1px solid #fff; color: #fff;}
.blog-social-sharing a[href*="facebook"]:hover:before {background-color: #3b5998;}
.blog-social-sharing a[href*="rss"]:hover:before {background-color: #ff6600;}
.blog-social-sharing a[href*="twitter"]:hover:before {background-color: #55acee;}
.blog-social-sharing a[href*="linkedin"]:hover:before {background-color: #007bb5;}
.blog-social-sharing a[href*="plus.google"]:hover:before {background-color: #dd4b39;}
.blog-social-sharing a[href*="pinterest"]:hover:before {background-color: #cb2027;}
.blog-social-sharing a[href*="email"]:hover:before {background-color: #666;}

@media (max-width: 1320px) {
    .blog-social-sharing {
        left: calc(50% - 635px);
    }
}
@media (max-width: 1280px) {
    .blog-social-sharing {
        left: calc(50% - 625px);
    }
}
@media (max-width: 1265px) {
    .blog-social-sharing {
        position: relative;
        top: 0;
        left: 0;
    }
    .blog-social-sharing a {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

/*   Author Page  
--------------------------------------------------------------*/
.hs-author-avatar img {
	border-radius: 50%;
}

/*   Password Page  
--------------------------------------------------------------*/
.custom_error_message.password h1 {
    margin: 0;
}
.custom_error_message.password p {
    margin: 1rem 0 2rem
}
input[type="password"] {
    height: 40px !important;
    margin-bottom: 20px;
    font-size: 1rem;
    max-width: 500px;
    display: block;
    margin: 0 auto 25px;
    text-align: center;
}
input[type="password"]:focus {
    outline: none;
    box-shadow: none;
}

/*   Mini LPs and CTAs   
--------------------------------------------------------------*/

/* Mini LP - Sidebar */
.mini-lp-container {
    padding: 25px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); ;;
}
.mini-lp-content h4 {
	font-size: 1.35rem;
	font-weight: 700;
	text-align: center;
	color: #414042;
	margin-bottom: 20px;
}
.span3.mini-lp-content-checkbox {
	width: 26%;
}
.span3.mini-lp-content-checkbox img {
	max-height: 41px;
}
.span9.mini-lp-content-text {
	width: 70%;
	margin-left: 4%;
}
.mini-lp-content p {
	line-height: 1.25;
	margin-bottom: 0;
}
.mini-lp-form .input {
	padding-right: 0;
}
.mini-lp-form .hs-input {
	width: 100% !important;
	background: transparent;
}
.mini-lp-form .hs-button.primary.large {
	font-size: 1.059em;
	padding: 15px 20px;
	font-weight: 700;
}

/* Mini LP - Main Content Area */
.mini-lp-container.content-bottom {
	padding: 0;
}
.mini-lp-container.content-bottom .row-fluid {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.span6.mini-lp-content,
.span6.mini-lp-form {
	width: 50%;
	margin-left: 0;
	padding: 20px 40px 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.span6.mini-lp-content {
	background: rgba(243,109,33,1);
	background: -moz-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,109,33,1)), color-stop(100%, rgba(241,88,39,1)));
	background: -webkit-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: -o-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	background: linear-gradient(45deg, rgba(243,109,33,1) 0%, rgba(241,88,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d21', endColorstr='#f15827', GradientType=1 );
}
.span6.mini-lp-content h4 {
	text-align: left;
	font-size: 1.875rem;
	font-weight: 500;
}
.span6.mini-lp-content p {
	font-size: 1.250rem;
	margin: 0;
}
.span2.mini-lp-content-checkbox img {
    min-width: 50px;
    max-width: 50px;
    max-height: 41px;
}
@media (max-width: 1000px) {
	.mini-lp-content .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mini-lp-content p {
		margin-bottom: 0;
	}
	.span3.mini-lp-content-checkbox {
		max-width: 50px;
	}
	.span3.mini-lp-content-checkbox img {
		max-width: 50px;
	}
	.span9.mini-lp-content-text {
		padding-left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 90%;
		flex: 1 1 90%;
	}
	.mini-lp-form {
	    margin: 30px 0 0;
	}
	/* Mini LP - Full */
	.span6.mini-lp-form {
		margin: 0;
	}
	/* Mini LP Main Content Area */
	.mini-lp-content h4 {
		text-align: left;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2.5rem;
	}
	.span2.mini-lp-content-checkbox {
		margin-right: 10px;
	}
}
@media (max-width: 600px) {
	/* Mini LP Sidebar */
	.mini-lp-form {
	    max-width: 100%;
	    margin: 30px auto 0;
	}
	.span6.mini-lp-content,
	.span6.mini-lp-form {
		width: 100%;
		padding: 20px 40px;
	}
	.span6.mini-lp-form {
		padding: 15px 40px 30px;
	}
	.mini-lp-container.content-bottom .row-fluid {
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.span2.mini-lp-content-checkbox {
		width: 50px;
	}
	.span10.mini-lp-content-text {
		width: 75%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Static CTAs */
.row-fluid-wrapper.comet-cta-wrap.white-text {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    
}
.row-fluid-wrapper.comet-cta-wrap.sidebar {
	padding: 4.5rem 1.471rem;
}
.row-fluid-wrapper.comet-cta-wrap.full {
	padding: 2.353rem;
    margin: 2rem 0;
}
.comet-cta-wrap .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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;
}
.comet-cta-wrap .span8,
.comet-cta-wrap .span4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.comet-cta-wrap.sidebar .span8 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	float: none;
}
.comet-cta-wrap.sidebar .span4 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
    float: none;
    margin-left: 0;
}
.comet-cta-wrap.full .span8 {
	padding-right: 20px;
}
.comet-cta-wrap.full h3 {
	margin: 0;
}
.comet-cta-wrap .theme-button {
	padding: 15px 30px;
	font-size: 1.059rem;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;;
}

@media (max-width: 1030px) {
	.comet-cta-wrap .span8 h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 1000px) {
	.comet-cta-wrap.sidebar .span8,
	.comet-cta-wrap.full .span8 {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 70%;
		flex: 1 1 70%;
		float: none;
	}
	.comet-cta-wrap.sidebar .span4,
	.comet-cta-wrap.full .span4 {
		-ms-flex-preferred-size: 29%;
		flex-basis: 29%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 29%;
		flex: 1 1 29%;
	    float: none;
	    margin-left: 0;
	}
}

/*   Search 
--------------------------------------------------------------*/
.cometfi-menu-wrap .search {padding: 8px 0;float: none;}
.cometfi-menu-wrap .search a {color: #f15827; font-size: 1.063rem; vertical-align: middle;}

#hs_cos_wrapper_google_search {
    display: inline-block;
    margin-left: 10px;
}

#hs_cos_wrapper_google_search .input {
    padding-right: 0;
}

#hs_cos_wrapper_google_search .input input {
    margin-bottom: 0;
    border: 2px solid  #f15827 !important;
    transition: .75s !important;
    -webkit-transition: .75s !important;
    padding: 2px 0 !important;
    width: 0;
    color: #444;
    background: transparent;
    opacity: 0;
    font-size: 1rem !important;
}

#hs_cos_wrapper_google_search .input input.open {
    width: 125px;
    border: 2px solid  #f15827 !important;
    padding: 2px 5px !important;
    opacity: 1;
    font-size: 1rem !important;
}
.cometfi-menu-wrap .search a.hs-button.primary {
	display: none;
}

/*   404 Error    
--------------------------------------------------------------*/
.error404 .body-container-wrapper {
	background-image: url('https://cdn2.hubspot.net/hubfs/2418268/SI-CometFi/404/comet-full-bg-orange-brush.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.error-msg-wrap {
	max-width: 50rem !important;
}
.error-msg-wrap h1 {
	margin-top: 1rem;
}
.error-msg-wrap p {
	padding: 0 0 .25rem;
}

/* Lender Redirect Page
   -------------------------------------------------------------------------- */
.lender-redirect {
	background: #f1f1f1;
}
.lender-redirect .body-container-wrapper {
	min-height: 100vh;
}
.lender-redirect_content_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.lender-redirect_ins {
	max-width: 800px;
	margin: auto;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
	padding: 114px 120px;
}
.lender-redirect_logo-wrap .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lender-redirect_header {
	display: block;
	font-family:  'Roboto', sans-serif ;
	font-weight: 500;
	font-size: 2.250rem;
	line-height: 1;
	margin-bottom: 15px;
	color: #f78c00;
	text-align: center;
}
.lender-redirect_subheader {
	display: block;
	font-family:  'Roboto', sans-serif ;
	font-weight: 300;
	font-size: 1.500rem;
	line-height: 1;
	color: #414042;
	text-align: center;
}
.horizontal-arrow {
	display: block;
}
.vertical-arrow {
	display: none;
}
@media (max-width: 959px) {
	.lender-redirect_ins {
	    padding: 80px;
	    max-width: 700px;
	}
}
@media (max-width: 767px) {
	.lender-redirect_logo-wrap .row-fluid .span4 {
		float: left;
	    width: 31.914893614%;
		margin-left: 2.127659574%;		
	}
	.lender-redirect_logo-wrap .row-fluid .span4:first-child {
		margin-left: 0;
	}
	.lender-redirect_ins {
	    max-width: 600px;
	    padding: 45px;
	}
}
@media (max-width: 650px) {
	.lender-redirect_ins {
	    max-width: 550px;
	    padding: 40px 20px;]
	}
}
@media (max-width: 565px) {
	.lender-redirect_ins {
		max-width: 100%;
	}
	.lender-redirect_content_wrap {
		height: 100%;
		padding: 40px;
	}
	.lender-redirect_logo-wrap .row-fluid {
		display: block;
	}
	.lender-redirect_logo-wrap .row-fluid .span4 {
		float: none;
	    width: 100%;
		margin-left: 0;		
	}
	.lender-redirect_text-wrap {
		padding-top: 1.875rem;
	}
	.horizontal-arrow {
		display: none;
	}
	.vertical-arrow {
		display: block;
	}
	.lender-redirect img {
		max-width: 40%;
	}
	.lender-redirect_header {
		font-size: 1.50rem;
	}
	.lender-redirect_subheader {
		font-size: 1.00rem;
	}
}

/* --------------------------------------------------------------------------
   5. LANDING & THANK YOU PAGES                                           
   -------------------------------------------------------------------------- */

/*   Simple LP
--------------------------------------------------------------*/
body.simple--lp {
	border-bottom: none;
}
.simple-lp_offer--header h2 {
	font-size: 2.75rem;
	font-weight: 700;
}
.simple-lp_form {
    background: #fff;
    padding: 35px 45px;
    max-width: 400px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); 
}
.simple-lp_form .form-title {
	display: none;
}
.simple-lp_form .input {
	padding-right: 0;
}
.simple-lp_form .hs-button.primary.large {
	display: block;
	width: 100%;
	margin-top: 40px;
    padding: 15px 0;
}
.simple-lp_form .hs-form .hs-form-field {
    margin: 15px 0 35px;
}
.simple-lp_footer-logo img {
    max-width: 75px;
}
.simple--lp .comet-footer_disclaimer {
	padding-top: 0;
	border-top: none;
}
.simple--lp .comet-footer_disclaimer p {
	margin-bottom: 4px;
}
.simple--lp .footer-container-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/*   Lead Magnet LP
--------------------------------------------------------------*/
.lead-magnet-lp_content-wrap .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.span6.lead-magnet-lp_left-col, 
.span6.lead-magnet-lp_right-col {
    padding: 3.5rem 5% 6rem;;
    width: 50%;
}
/*
.span6.lead-magnet-lp_left-col {
	padding: 4.375em 7%;
}
*/
.span6.lead-magnet-lp_right-col {
	margin-left: 0;
}
.lead-magnet-lp_left-col h2 {
	font-size: 2.75rem;
	font-weight: 700;
}
.lead-magnet-lp_right-col h4 {
	font-weight: 700;
	color: #444;
}
.lead-magnet-lp_right-col ul {
	list-style: none;
	margin: 0;
	padding-left: 1.5rem;
}
.lead-magnet-lp_right-col li {
    padding-left: 2rem;
    line-height: 1.75;
    position: relative;
    margin-bottom: 5px;
}
.lead-magnet-lp_right-col li:before {
    content: url(https://cdn2.hubspot.net/hubfs/2418268/SI-CometFi/cta/comet-icon-checkmark-orange.svg);
    width: 25px;
    height: 29px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.lead-magnet-lp_form form {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: block;
}
.lead-magnet-lp_form .form-title {
	display: none;
}
.lead-magnet-lp_form .hs-form .hs-form-field label {
	color: #fff;
}
.lead-magnet-lp_form .hs-input {
    background: transparent;
    color: #fff;
    font-family:  'Roboto', sans-serif ;
    font-weight: 400;
}
.lead-magnet-lp_form .hs-form .hs-form-field {
    margin: 15px 0 40px;
}
.lead-magnet-lp_form .input {
	padding-right: 0;
}
.lead-magnet-lp_form input[type="text"],
.lead-magnet-lp_form input[type="email"] {
	border-bottom: 2px solid rgba(255,255,255,.3) !important;
}
.lead-magnet-lp_form .has-value input[type="text"], 
.lead-magnet-lp_form .has-value input[type="email"] {
    border-bottom: 2px solid rgba(255,255,255,1) !important;
}
.lead-magnet-lp_form input[type="text"]:focus,
.lead-magnet-lp_form input[type="email"]:focus {
	border-bottom: 2px solid rgba(255,255,255,1) !important;
}
.lead-magnet-lp .hs-form-booleancheckbox-display input[type="checkbox"] {
    width: initial !important;
}
.lead-magnet-lp_form .hs-button.primary.large {
	display: block;
	width: 100%;
	margin-top: 40px;
}
.lead-magnet-lp_form .hs-form .hs-form-field .hs-error-msgs li label {
	color: #fff;
}
.lead-magnet-lp_footer-wrap {
	background-color: #170f3d;
	padding-left: 7%;
	padding-right: 7%;
}
.lead-magnet-lp_footer .comet-footer_disclaimer {
	padding-top: 0;
	border-top: none;
}
.lead-magnet-lp_footer .comet-footer_disclaimer p {
	margin-bottom: 4px;
}

/*   ReFi Ready LP
--------------------------------------------------------------*/
.refi-ready-lp h6 {
    text-transform: uppercase;
    color: #8f80ec !important;
    margin: 0 0 12px;
}
/* Header */
.refi-ready-lp-header {
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat;
}
.refi-ready-lp .left-col {
    padding-right: 90px;
}
.refi-ready-lp .left-col .large-text {
    max-width: 70%;
}
.refi-ready-lp-header h6 {
    color: #d6cfff !important;
}
.underline {
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
/* ReFi Widget */
.refi-ready-lp #refi-widget .panel {
    border-top: 6px solid #f26727;
    padding: 45px;
}
.refi-ready-lp #refi-widget .refi-widget--title {
    font-size: 22px;
    font-size: 1.375rem;
    color: #1a1818;
    font-weight: 300;
}
.refi-ready-lp #refi-widget label {
    font-size: 15.008px;
    font-size: 0.938rem;
    color: #797979;
    position: relative;
    top: 25px;
    /*z-index: 1;*/
    left: 20px;
}
.refi-ready-lp .refiInputDollarSign {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    top: 7px !important;
    color: #2e2930;
}
.refi-ready-lp #refi-widget label .required{
    color: #c30016;
}
.refi-ready-lp #refi-widget input[type="text"], 
.refi-ready-lp #refi-widget input[type="number"] {
    font-size: 15.008px !important;
    font-size: 0.938rem !important;
    border-bottom: 1px solid #cbcbcb !important;
}
.refi-ready-lp #refi-widget input[type=number]::-webkit-outer-spin-button,
.refi-ready-lp #refi-widget input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.refi-ready-lp #refi-widget input[type=number] {
    -moz-appearance:textfield;
}
.refi-ready-lp #refi-widget .input-group .form-control,
.refi-ready-lp #refi-widget .input-group .form-control.user_email {
    padding: 4px 0 18px 17px !important;
}
.refi-ready-lp #refi-widget .form-control, 
.refi-ready-lp #refi-widget .input-group-addon {
    background: transparent;
}
#refi-widget .form-group:last-child {
    margin-bottom: 40px !important;
}
.refi-ready-lp #refi-widget .theme-button {
    background: #f26727;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
.refi-ready-lp #refi-widget .theme-button:hover {
    background-color: #f15827;
}
/* Fake Placeholders */
.refi-ready-lp #refi-widget .input-group {
    position: relative;
}
.refi-ready-lp #refi-widget .placeholder {
    position: absolute;
    pointer-events: none;
    top: 4px;
    bottom: 0;
    font-size: 15.008px;
    font-size: 0.938rem;
    color: #797979;
    left: 22px;
    margin: auto;
}
.refi-ready-lp #refi-widget .input-group .form-control.valid + .placeholder {
    display: none;
}
.refi-ready-lp #refi-widget .placeholder span {
    color: #c30016;
}
/* Form Disclaimer */
.refi-ready-lp #refi-widget .disclaimer {
    color: #726d76;
    font-size: 13.008px;
    font-size: 0.813rem;\
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-top: 1.25rem;
}
.refi-ready-lp #refi-widget .disclaimer img {
    margin-right: 10px;
}
/* Icon Row */
.refi-ready-icon-wrap .span4 {
    padding: 0 40px;
}
.refi-ready-icon {
    display: block;
    text-align: center;
}
.refi-ready-icon img {
    max-height: 101px;
    margin: 0 auto;
}
.refi-ready-details-wrap {
    display: block;
    width: 100%;
}
.refi-ready-step {
    font-size: 32px;
    font-size: 2.000rem;
    display: block;
    width: 10%;
    float: left;
    position: relative;
    top: -6px;
}
.refi-ready-details {
    display: block;
    width: 90%;
    float: left;
    padding-left: 15px;
}
/* Lender Section */
.refi-ready-lp_lenders {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #e1e1e1;
}
.refi-ready-lp_lender-wrap {
    margin-left: 0;
    width: 33.3%;
    padding: 50px 90px;
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    border-top: none;
}
.refi-ready-lp_lender-wrap:nth-child(3n) {
    border-right: none;
}
.refi-ready-lp_lender-wrap:nth-child(n + 4) {
    border-top: 1px solid #e1e1e1;
}
.refi-ready-lp_lender-rates-wrap,
.refi-ready-lp_lender-terms-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.refi-ready-lp_lender-rates-wrap {
    margin-bottom: 5px;
}
.refi-ready-lp_lender-logo {
    text-align: center;
}
.refi-ready-lp_lender-logo > img {
    max-height: 59px;
    margin: 0 auto;
}
.refi-ready-lp_lender-details {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-size: .875rem;
}
.refi-ready-lp_lender-rates-label, 
.refi-ready-lp_lender-rates,
.refi-ready-lp_lender-terms-label, 
.refi-ready-lp_lender-terms {
    width: 48%;
    float: left;
}
.refi-ready-lp_lender-rates-label,
.refi-ready-lp_lender-terms-label {
    text-transform: uppercase;
    color: #a1a1a1;
}
.refi-ready-lp_lender-rates,
.refi-ready-lp_lender-terms {
    margin-left: 2%;
}
.refi-ready-lp_lender-cta {
    text-align: center;
}
.refi-ready-lp-cta {
    font-weight: 300;
    color: #f36d21;
    padding: 0;
    margin: 0;
}
.refi-ready-lp-cta:hover {
    color: #f15827;
}
/* CTA Block */
.refi-ready-lp_cta-block {
    width: 33.3%;
    position: relative;
}
.refi-ready-lp-img-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.refi-ready-lp-img-cta .span8,
.refi-ready-lp-img-cta .span4 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
}
/* Lender Slider */
.refi-ready-lp_lenders-slider {
    display: none;
}
.refi-ready-lp_lenders-slider .slick-dots {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
.refi-ready-lp_lenders-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.refi-ready-lp_lenders-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.refi-ready-lp_lenders-slider .slick-dots li button:before {
    content: '';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: black;
}
.refi-ready-lp_lenders-slider .slick-dots li.slick-active button:before {
    background-color: #d8d8d8;
}
/* Disclaimer */
.refi-ready-lp-disclaimers h6 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #414042 !important;
    text-transform: none;
}
.refi-ready-lp-disclaimers .show-mobile {
    display: none;
}
@media (max-width: 1140px) {
    /* Header */
    .refi-ready-lp #refi-widget .panel {
        padding: 25px;
    }
    /* Lenders */
    .refi-ready-lp_lender-wrap {
        padding: 30px 40px;
    }
}
@media (max-width: 1024px) {
    .refi-ready-lp-header .span8 {
        width: 60.745856%;
    }
    .refi-ready-lp-header .span4 {
        width: 36.491713%;
    }
}
@media (max-width: 890px) {
    /* Header */
    .refi-ready-lp-header {
        background-size: 200% 67% !important;
        padding-bottom: 0;
        padding-top: 2rem;
    }
    .refi-ready-lp-header .span8,
    .refi-ready-lp-header .span4 {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .refi-ready-lp .left-col {
        padding-right: 0;
    }
    .refi-ready-lp .left-col .large-text {
        max-width: 100%;
    }
    .refi-ready-lp #refi-widget .panel {
        box-shadow: 0px 2px 29px 0px rgba(50, 45, 73, 0.21);
    }
    /* Intro */
    .refi-ready-lp-intro {
        padding-top: 3.25rem;
    }
    .refi-ready-icon-wrap {
        padding-bottom: 6rem;
    }
}
@media (max-width: 860px) {
    /* Icon Row */
    .refi-ready-details {
        padding-left: 10px;
    }
    /* Lenders */
    .refi-ready-lp_lender-wrap {
        width: 50%;
    }
    .refi-ready-lp_lender-wrap:nth-child(2n),
    .refi-ready-lp_lender-wrap:last-child {
        border-right: none !important;
    }
    .refi-ready-lp_lender-wrap:nth-child(3n) {
        border-right: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
    }
    .refi-ready-lp_lender-wrap:nth-child(n + 4) {
        border-top: 1px solid #e1e1e1;
    }
    .refi-ready-lp_cta-block {
        width: 100%;
    }
    .refi-ready-lp-img-cta {
        position: relative;
    }
}
@media (max-width: 767px) {    
    /* Intro */
    .refi-ready-lp-intro {
        padding-top: 2rem;
    }
    /* Icon Row */
    .refi-ready-step {
        width: 5%;
    }
    .refi-ready-details {
        width: 95%;
        margin-left: 0;
    }
    .refi-ready-icon-wrap .span4 {
        padding: 0;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
    }
    .refi-ready-icon-wrap .span4:last-child {
        margin-bottom: 0;
    }
    .refi-ready-icon-wrap .span4:first-child .refi-ready-icon {
        padding: 0 0 2rem;
    }
    .refi-ready-icon {
        padding: 0 0 2rem;
    }
}
@media (max-width: 600px) {
    /* Lenders */
    .refi-ready-lp_lenders-section {
        padding: 3rem 0;
    }
    .refi-ready-lp_lender-wrap {
        width: 100%;
        border: none !important;
    }
    .refi-ready-lp_lender-wrap,
    .refi-ready-lp_lender-wrap:nth-child(3n) {
        border-right: none;
    }
    .refi-ready-lp_lenders {
        display: none;
    }
    .refi-ready-lp_lenders-slider {
        display: block;
        width: 100%;
    }
    .refi-ready-lp_lenders-slider .slick-slide {
        border: 1px solid #e1e1e1;
    }
    .refi-ready-lp_lender-rates, 
    .refi-ready-lp_lender-terms {
        text-align: right;
    }
    .refi-ready-lp_lenders-slider .slick-slide .refi-ready-lp-img-cta {
        min-height: 274px;
    }
    /* Disclaimers */
    .refi-ready-lp-disclaimers {
        padding: 2rem 0 1rem;
        background-color: #fafafa !important;
    }
    .refi-ready-lp-disclaimers .hide-mobile {
        display: none;
    }
    .refi-ready-lp-disclaimers .show-mobile {
        display: block;
    }
    .refi-ready-lp-disclaimers #disclaimerTitle {
        display: inline-block;
    }
    .refi-ready-lp-disclaimers #disclaimerTitle:hover {
        cursor: pointer;
    }
    .refi-ready-lp-disclaimers #disclaimer {
        display: none;
    }
}

/*   Simple Lender Listing LP
--------------------------------------------------------------*/
/* Header */
.simple-lender-listing_last-updated {
    display: block;
    font-size: 1rem;
    margin: 0 0 5px;
}
.simple-lender-listing_disclosure-wrap {
    display: block;
    position: relative;
}
.simple-lender-listing_disclosure-link-wrap {
    display: block;
    font-size: .875rem;
}
.simple-lender-listing_disclosure-link {
    cursor: pointer;
}
.simple-lender-listing_disclosure-content-wrap {
    display: none;
    position: absolute;
    top: 35px;
    background: #fff;
    padding: 20px 20px 10px;
    z-index: 2;
    border: 1px solid #ebebeb;
    max-width: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.simple-lender-listing_disclosure-content-wrap.active {
    display: block;
}
.simple-lender-listing_disclosure-content-wrap h6 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
}
.simple-lender-listing_disclosure-content-wrap p {
    font-size: .75rem;
    margin: 0 0 10px;
}
.simple-lender-listing_disclosure-content-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px;
    cursor: pointer;
}
/* Lender Listing */
.simple-lender-listing_wrap {
/*     border: 3px solid #ebebeb; */
}
.simple-lender-listing_ins.page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.simple-lender-listing_row {
    padding: 40px 40px 20px;
    border-bottom: 1px solid #ebebeb;
    border-left: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    position: relative;
}
.simple-lender-listing_row:first-child {
    border-top: 3px solid #ebebeb;
}
.simple-lender-listing_row.best-overall {
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    border-color: #f36d21;
}
.simple-lender-listing_row:last-child {
    border-bottom: 3px solid #ebebeb;
}
.simple-lender-listing_row ul {
    margin: 0 0 20px;
}
.simple-lender-listing_ranking {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ebebeb;
    font-weight: 400;
    font-size: .875rem;
    padding: 4px 8px;
    border-bottom-right-radius: 5px;
}
.simple-lender-listing_row:first-child .simple-lender-listing_ranking {
    top: -3px;
    left: -3px;
}
.simple-lender-listing_ranking.best-overall {
    color: #ffffff;
    background-color: #f36d21;
}
.simple-lender-listing_lender-logo {
    display: block;
    text-align: center;
}
.simple-lender-listing_rating {
    display: block;
    font-size: 1rem;
    color: #f36d21;
    text-align: center;
    padding: 10px 0 5px;
}
/* View More Details */
.simple-lender-listing_more-details-link {
    display: block;
    text-align: center;
    cursor: pointer;
}
.simple-lender-listing_more-details-link.mobile {
    display: none;
}
.simple-lender-listing_more-details-link:after {
    content: '\f107';
    font-family: "FontAwesome";
    padding-left: 5px;
}
.simple-lender-listing_more-details-link.active:after {
    content: '\f106';
}
.simple-lender-listing_more-details {
	max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
.simple-lender-listing_more-details > .row-fluid {
    border-top: 2px solid #ddd;
    padding-top: 25px;
    position: relative;
}
.simple-lender-listing_more-details > .row-fluid:before {
    content: '';
    background: #62c7c9;
    width: 151px;
    height: 2px;
    position: absolute;
    top: -2px;
}
.simple-lender-listing_more-details.active {
	max-height: 1000px;
    transition: max-height 0.25s ease-in;
}
.simple-lender-listing_more-details-ins ul {
	margin: 0;
	list-style: none;
}
.simple-lender-listing_more-details-ins ul li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.simple-lender-listing_more-details-ins ul li:first-child {
	padding: 0 0 15px;
}
.simple-lender-listing_more-details-ins ul li:last-child {
	border-bottom: none;
	padding: 15px 0 30px;
}
.simple-lender-listing_more-details-ins ul 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;
}
.simple-lender-listing_more-details-ins ul li:first-child:before {
	top: 0;
}
.simple-lender-listing_more-details-ins .disclosure {
	margin-bottom: 0;
	line-height: 1.25;
}
.simple-lender-listing_more-details-ins .disclosure a {
	font-size: 0.875rem;
	line-height: 1.25;
 }
.simple-lender-listing_more-details-ins sup a {
	color: #414042;
	font-weight: 300;
}
.simple-lender-listing_more-details-close-wrap {
    display: none;
}

/* Lender Disclosure Link */
.simple-lender-listing_loan-disclosure {
    display: block;
    text-align: center;
    font-size: .875rem;
    font-weight: 300;
}
.simple-lender-listing_row .theme-button, 
.simple-lender-listing_row a.cta_button.theme-button {
    display: block;
    padding: 15px;
}

@media (max-width: 1024px) {
    .simple-lender-listing_row .theme-button, 
    .simple-lender-listing_row a.cta_button.theme-button {
        font-size: .975rem;
    }
    .simple-lender-listing_loan-disclosure {
        font-size: .75rem;
    }
}
@media (max-width: 860px) {
    .simple-lender-listing_disclosure-content-wrap {
        max-width: 60%;
    }
}
@media (max-width: 768px) {
    .simple-lender-listing_row {
        padding: 40px 40px 30px;
    }
    .span3.simple-lender-listing_logo-wrap,
    .span6.simple-lender-listing_details-wrap,
    .span3.simple-lender-listing_cta-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
        text-align: center;
    }
    .simple-lender-listing_row ul {
        list-style: none;
        padding: 0;
    }
    .simple-lender-listing_more-details-link {
        padding: 20px 0;
    }
    .simple-lender-listing_more-details-link.desktop {
        display: none;
    }
    .simple-lender-listing_more-details-link.mobile {
        display: inline-block;
        padding: 0;
    }
    .simple-lender-listing_rating {
        padding: 10px 0 20px;
    }
    .simple-lender-listing_more-details-ins .span6 {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .simple-lender-listing_more-details-link:after,
    .simple-lender-listing_more-details-link.active:after {
        content: '\f067';
    }
    
    .simple-lender-listing_more-details > .row-fluid {
        border-top: none;
    }
    .simple-lender-listing_more-details > .row-fluid:before {
        display: none;
    }
    body.modal-open {
        overflow: hidden;
    }
    .simple-lender-listing_more-details {
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,.5);
	    z-index: 9999;
	    display: none !important;
	}
	.simple-lender-listing_more-details.active {
		display: block !important;
	}
	.simple-lender-listing_more-details-ins {
	    position: fixed;
	    top: 50%;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: 0 auto;
	    background: #fff;
	    width: 100%;
	    height: auto;
	    max-width: 80%;
	    max-height: 80%;
	    padding: 50px 40px 25px;
	    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: none;
		font-size: 1rem;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.simple-lender-listing_more-details-ins ul {
    	padding: 0 0 0 40px;
	}
	.simple-lender-listing_more-details-ins ul li:last-child {
    	padding: 15px 0 20px;
	}
	.simple-lender-listing_more-details-ins .span6:last-child p {
    	margin: 0;
	}
	.simple-lender-listing_more-details-close-wrap {
    	display: block;
	    position: absolute;
        top: 0;
        right: 0;
        padding: 10px 15px;
	}
	.simple-lender-listing_more-details-close-btn {
    	cursor: pointer;
	}
	.simple-lender-listing_loan-disclosure {
    	padding: 10px 0 0;
	}
	.simple-lender-listing_row .theme-button, 
	.simple-lender-listing_row a.cta_button.theme-button {
        font-size: 1rem;
        display: inline-block;
        padding: 15px 35px;
    }
    .simple-lender-listing_loan-disclosure {
        font-size: .875rem;
    }
    .simple-lender-listing_disclosure-content-wrap {
        max-width: 75%;
    }
}
@media (max-width: 767px) {
    .simple-lender-listing_trust-icons-ins .span-fifth {
        width: 31.914893614%;
        margin-left: 2.127659574%;
        float: left;
    }
    .simple-lender-listing_trust-icons-ins .span-fifth:nth-child(3n + 1) {
        margin-left: 0;
    }
    .simple-lender-listing_row .hide-mobile {
        display: none;
    }
    .simple-lender-listing_header-wrap {
        padding-top: 1.5rem;
        padding-bottom: 1.25rem;
    }
    .simple-lender-listing_header-ins h1 {
        margin-bottom: 10px;
    }
    .simple-lender-listing_details-wrap p {
        display: none;
    }
    .simple-lender-listing_details-wrap ul {
        padding-top: 20px;
    }
    .simple-lender-listing_details-wrap ul li {
        font-weight: 700;
    }
    .simple-lender-listing_details-wrap ul li:nth-child(n + 2) {
        display: none;
    }
    .simple-lender-listing_trust-icons-wrap {
        padding-bottom: 0
    }
    .simple-lender-listing_trust-icons-ins .span-fifth:nth-child(n + 3) {
        display: none;
    }
}
@media (max-width: 600px) {
    
    .simple-lender-listing_disclosure-content-wrap {
        max-width: 100%;
        top: 50px;
    }
    .simple-lender-listing_trust-icons-header {
        padding-top: 0;
    }
/*
    .simple-lender-listing_trust-icons-ins img {
        max-width: 50%;
    }
*/
    .simple-lender-listing_trust-icons-wrap {
        padding-bottom: .5rem;
    }
    .simple-lender-listing_trust-icons-ins .span-fifth:nth-child(n + 3) {
        display: none;
    }
}
@media (max-width: 545px) {
    .simple-lender-listing_row {
        padding: 40px 20px 20px;
    }
    .simple-lender-listing_more-details-ins {
        max-width: 90%;
    }
    .simple-lender-listing_row .theme-button, 
    .simple-lender-listing_row a.cta_button.theme-button {
        font-size: 1rem;
        display: block;
        padding: 15px 35px;
    }
    .simple-lender-listing_trust-icons-ins .span-fifth {
        width: 48.93617020799999%;
    }
    .simple-lender-listing_trust-icons-ins .span-fifth:first-child {
        margin-left: 0 !important;
    }
    .simple-lender-listing_trust-icons-ins .span-fifth:nth-child(3n + 1) {
        margin-left: 2.127659574%;
    }
    .simple-lender-listing_trust-icons-ins .span-fifth:nth-child(2n + 1) {
        margin-left: 0;
    }
}

/*   Thank You Page
--------------------------------------------------------------*/
.social-share-text {
    font-weight: 500;
    font-size: 1.500rem;
    padding-bottom: 10px;
}
.social-wrap a:before {
	font-size: 1.25rem;
    width: 60px;
    height: 60px;
}
.social-wrap a[href*="facebook"]:before {
    background: transparent;
    border-radius: 50%;
    color: #3b5998;
}
.social-wrap a[href*="linkedin"]:before {
	background: transparent;
    border-radius: 50%;
    color: #007bb5;
}
.social-wrap a[href*="twitter"]:before {
	background: transparent;
    border-radius: 50%;
    color: #55acee;
}
.social-wrap a[href*="plus.google"]:before {
	background: transparent;
    border-radius: 50%;
    color: #dd4b39;
}
.social-wrap a[href*="pinterest"]:before {
	background: transparent;
    border-radius: 50%;
    color: #cb2027;
}
.social-wrap a[href*="email"]:before {
	background: transparent;
    border-radius: 50%;
    color: #777;
}

.social-wrap a[href*="facebook"]:hover:before {
    border-radius: 50%;
    background: #3b5998;
    color: #fff;
}
.social-wrap a[href*="linkedin"]:hover:before {
    border-radius: 50%;
    background: #007bb5;
    color: #fff;
}
.social-wrap a[href*="twitter"]:hover:before {
    border-radius: 50%;
    background: #55acee;
    color: #fff;
}
.social-wrap a[href*="plus.google"]:hover:before {
    border-radius: 50%;
    background: #dd4b39;
    color: #fff;
}
.social-wrap a[href*="pinterest"]:hover:before {
    border-radius: 50%;
    background: #cb2027;
    color: #fff;
}
.social-wrap a[href*="email"]:hover:before {
    border-radius: 50%;
    background: #777;
    color: #fff;
}
.thank-you_recent-posts {
	background-color: #efefef;
}
.thank-you_recent-posts hr {
	color: #cbc7d3 ;
	background-color: #cbc7d3 ;
}


/* --------------------------------------------------------------------------
   Responsive Tables for Blog Posts                                                
   -------------------------------------------------------------------------- */

/*   Simple Table - 2 Column
--------------------------------------------------------------*/
.simple-table-two-col {
	border: 3px solid #ebebeb;
}
.simple-table-two-col_header {
	background-color: #f2f0f4; 
	padding: 1rem 2rem .5rem;
	border-bottom: 1px solid #ddd;
}
.simple-table-two-col_header h4 {
	color: #766494;
}
.simple-table-two-col_header p {
	margin: 0 0 10px;
}
.simple-table-two-col_col-body {
	padding: 1.250rem;
	border-bottom: 1px solid #ddd;
}
.simple-table-two-col_col-body:last-child {
	border-bottom: none;
}
.simple-table-two-col_col-body h6 {
	margin: 0;
}
.simple-table-two-col_col-body p:last-child {
	margin: 0;
}
@media (max-width: 1000px) {
	.simple-table-two-col_col-body .row-fluid .span3 {
	    width: 22.928176794% !important;
	    float: left !important;
	}
	.simple-table-two-col_col-body .row-fluid .span9 {
	    width: 74.30939226% !important;
	    float: left !important;
	}
	.simple-table-two-col_col-body .row-fluid [class*="span"] {
		margin-left: 2.762430939%;
	}
}
@media (max-width: 767px) {
	.simple-table-two-col_col-body {
		text-align: center;
	}
	.simple-table-two-col_col-body h6 {
		margin: 0 0 5px;
	}
	.simple-table-two-col_col-body .row-fluid .span3,
	.simple-table-two-col_col-body .row-fluid .span9 {
	    width: 100% !important;
	    float: none !important;
	}
}


/*   Simple Table - 3 Column
--------------------------------------------------------------*/
.simple-table-three-col {
	border: 3px solid #ebebeb;
}
.simple-table-three-col_header {
	background-color: #f2f0f4; 
	padding: 1rem 2rem .5rem;
	border-bottom: 1px solid #ddd;
}
.simple-table-three-col_header p {
	margin: 0 0 10px;
}
.simple-table-three-col_col-header {
	border-bottom: 1px solid #ddd;
}
.simple-table-three-col_header h4 {
	color: #766494;
}
.simple-table-three-col h6 {
	margin: 0;
}
.simple-table-three-col_col-body h6 {
	margin: 0;
}
.simple-table-three-col_col-header,
.simple-table-three-col_col-body {
	padding: 1.250rem;
}
.simple-table-three-col_col-body {
	padding: 1.250rem;
	border-bottom: 1px solid #ddd;
}
.simple-table-three-col_col-body:last-child {
	border-bottom: none;
}
.simple-table-three-col_col-body p:last-child {
	margin: 0;
}
.simple-table-three-col h6.mobile-only {
    margin: 0 0 5px;
}
@media (max-width: 767px) {
	.simple-table-three-col_col-body {
		text-align: center;
	}
	.simple-table-three-col_col-body h6 {
		margin: 20px 0;
	}
	.simple-table-three-col h6.mobile-only {
	    margin: 20px 0 5px;
	    font-weight: 400;
	}	
}

/* --------------------------------------------------------------------------
   6. CUSTOM MODULES                                           
   -------------------------------------------------------------------------- */
   
/* --------------------------------------------------------------------------
5 Column Row                                                 
-------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.span-fifth {
        width: 18% !important;
		float: left !important;
		margin-left: 2% !important;
    }
    .span-fifth:first-child {
	    margin-left: 0 !important;
    }
}

/* --------------------------------------------------------------------------
   Feature Box Custom Module                                                  
   -------------------------------------------------------------------------- */
.feature-box-content-left, .feature-box-content-right {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.feature-box-content-left .span6.content {
	padding: 40px 4% 40px 0;
}
.feature-box-content-right .span6.content {
	padding: 40px 0 40px 4%;
}
.feature-box-content-left .span6.content .content-inner, .feature-box-content-right .span6.content .content-inner {
    max-width: 540px;
}
.feature-box-content-left .span6.content .content-inner {
    float: right;
    padding-left: 30px;
}
.feature-box-content-right .span6.content .content-inner {
	padding-right: 30px;
}
.feature-box .span6 {
	/*background-size: cover !important;*/
	background-position: center !important;
	background-repeat: no-repeat !important;
	/*background-size: cover !important;*/
	margin: 0;
	width: 50%;
}
.feature-box-content-left .span6.background-image {
	margin-left: 0;
}
.background-right .feature-box-content-left .span6.background-image {
    background-position: right !important;
}
.feature-box-content-left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.feature-box-content-right {
	display: none;
}
.feature-box .change-layout .feature-box-content-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.feature-box .change-layout .feature-box-content-left {
	display: none;
}

@media (min-width: 768px) and (max-width: 1220px) {
	.feature-box-content-left .span6.content {
		padding: 40px 4% 40px;
	}
	.feature-box-content-right .span6.content {
		padding: 40px 4% 40px;
	}
}
@media (max-width: 767px) {
	.feature-box-content-right {display: block;}
	.feature-box-content-left {flex-direction: column-reverse; -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse;}
	.feature-box-content-right {display: none;}
	.feature-box .change-layout .feature-box-content-right {display: block;}
	.feature-box .change-layout .feature-box-content-left {display: none;}
	.feature-box-content-right .span6.content, .feature-box-content-left .span6.content {padding: 20px 20px 0;}
	.feature-box .span6 {width: 100%; padding: 0 1.250rem;}
	.feature-box-content-left .feature-box .span6 {float: left;}
	.feature-box .span6.background-image {min-height: 350px;}
	.landing-page-nuance .feature-box .span6.background-image {min-height: 0;}
	.feature-box .upsell-icon {display: none;}
	.feature-box-content-left .span6.content .content-inner {float: none;}
}
@media (max-width: 600px) {
	.feature-box-content-left .span6.content .content-inner {
	    padding-left: 20px;
	}
	.feature-box-content-right .span6.content .content-inner {
		padding-right: 20px;
	}
}
@media (max-width: 479px) {
	.feature-box .span6.background-image {min-height: 250px; margin-top: 0;}
	.feature-box-content-right .span6.content, .feature-box-content-left .span6.content {padding: 15px 20px 0;}
}

/* --------------------------------------------------------------------------
   7. RESPONSIVE                                           
   -------------------------------------------------------------------------- */
@media (max-width: 1060px) {
	.simple--lp .comet-footer_disclaimer {
		padding-left: 25px;
	}
}
@media (max-width: 1028px) {
	.comet-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		margin-right: 34px;
	}
	.comet-footer_social .fa {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
}
@media (max-width: 1011px) {
	/* ---------- Footer ---------- */
	.comet-footer_social .fa {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
}
@media (max-width: 1000px) {
	/* ---------- Blog ----------*/
	.blog-listing-wrapper .row-fluid .span9,
	.blog-listing-wrapper .row-fluid .span3,
	.blog-post-wrapper .row-fluid .span9,
	.blog-post-wrapper .row-fluid .span3 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.post-cta, .post-article-topics, 
	.post-additional-resources, 
	.post-related-articles,
	.refi-widget-blog {
		padding-left: 0;
	}
	.blog-pagination {
	    padding-bottom: 60px;
	}
	
	/* ---------- Blog Author ----------*/
	.author-content .row-fluid .span3 {
	    width: 23.404255317%;
	    float: left;
	    margin-left: 2.127659574%;
	}
	.author-content .row-fluid .span9 {
	    width: 74.30939226%;
	    float: left;
	}
	
	/* ---------- CTAs ---------- */
	.row-fluid-wrapper.comet-cta-wrap.sidebar {
		padding: 2.353rem;
		text-align: left !important;
	}
	.comet-cta-wrap.sidebar .span8 {
		padding-right: 20px;
	}
	.comet-cta-wrap.sidebar h3 {
		margin: 0;
	}
	
	/* ---------- Thank You ---------- */
	.thank-you_recent-posts .row-fluid .span9,
	.thank-you_recent-posts .row-fluid .span3 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}
@media (max-width: 971px) {
	.body-container-wrapper { 
		padding-top: 0 !important;
	}
	/* ---------- Header ----------*/
	.comet-header .menuzord-brand img,
	.comet-header.fixed .menuzord-brand img {
		max-width: 240px;
	}
    .comet-menu, .menuzord-menu {
        display: none !important;
    }
    .comet-header.mega-menu {
	    padding: 13px 0;
    }
    .comet-mega-menu {
	    display: block;
	    width: 70%;
    }
    .sidr-wrap {
		display: block;
	}
    .header-container-wrapper .header-container .sidr-wrap {
        top: 35px;
        right: 20px;
    }
    /* Sidr - Mega Menu */
    .comet-mega-menu .sidr-class-menuzord-brand {
	    display: none;
	}
	.comet-mega-menu .sidr ul.sidr-class-list-unstyled {
		display: none;
	}
	.comet-mega-menu .sidr-class-megamenu-row.sidr-class-col-header {
	    padding: 10px 0;
        border-top: 1px solid rgba(255,255,255,.1)
	}
	.comet-mega-menu .sidr h1, .comet-mega-menu.sidr h2, 
	.comet-mega-menu .sidr h3, .comet-mega-menu .sidr h4, 
	.comet-mega-menu .sidr h5, .comet-mega-menu .sidr h6 {
		background: none;
		box-shadow: none;
		font-size: 1rem;
		font-family:  'Roboto', sans-serif ;
	}
	.comet-mega-menu .sidr-class-col3 {
	    position: relative;
	}
	.comet-mega-menu .sidr-class-col3 .mobile-icon {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    text-align: right;
	    cursor: pointer;
	}
	.comet-mega-menu .sidr ul li a {
		font-size: 1rem;
		font-family:  'Roboto', sans-serif ;
		color: #eee;
	}
	.comet-mega-menu .sidr ul li a:hover {
		background: transparent;
		color: #eee;
	}
	.comet-mega-menu li.sidr-class-scrollable-fix {
	    display: none !important;
	}
	.comet-mega-menu .sidr ul li:nth-last-child(2) {
	    display: none;
	}
	.header-container-wrapper .header-container .comet-header.fixed .sidr-wrap {
	    top: 20px;
	}
	.comet-header.fixed.mega-menu {
		padding: 8px 0;
		width: 100%;
		position: relative !important;
	}
	.showhide {
		display: none !important;
	}
}
@media (max-width: 959px) {
	/* ---------- Homepage ----------*/
	#refi-widget.home-refi-widget .panel {
		padding: 30px !important;
	}
	.home-debt-counter #debt-snapshot-counter .snapshot,
	.home-debt-counter #debt-snapshot-counter #debt {
	    font-size: 1.5rem;
	}
	.home-offer-row_header h2 {
		max-width: 80%;
	}
	.span4.cta-offer-box {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.cta-img-box-wrap {
		margin-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		  -ms-flex-align: center;
		      align-items: center;
	}
	.cta-img-box {
		width: auto;
	}
	.cta-img-box-text {
		width: 100%;
	    margin-left: 2.5%;
	}
}
@media (max-width: 880px) {
	/* ---------- Blog ----------*/
	.blog-listing-wrapper.padding70t,
	.blog-post-wrapper.padding70t {
		padding-top: 2.5rem;
	}
	/* ---------- Blog Post ----------*/
	.blog-post-wrapper h1 {
		font-size: 2.125rem;
	}
	/* ---------- Footer ---------- */
	.span5.comet-footer_menu {
		width: 60%;
	}
	.span3.comet-footer_social {
		width: 38%;
		text-align: right;
		margin-left: 1.762431%;
	}
	.span4.comet-footer_copyright {
		width: 100%;
		margin-left: 0;
		padding-top: 1.5rem;
	}
}
@media (max-width: 860px) {
	/* ---------- Homepage ---------- */
	.home-header_text h1 {
	    font-size: 3.375rem;
	}
	.home-header_text p {
	    font-size: 1.75rem;
	}
	#refi-widget.home-refi-widget input[type="number"] {
		font-size: 1.125rem !important;
	}
	/* ---------- Lead Magnet LP ---------- */
	.span6.lead-magnet-lp_left-col, 
	.span6.lead-magnet-lp_right-col {
		width: 100%;
		padding: 4.375em 20px 8.813em 20px;
	}
	.lead-magnet-lp .row-fluid [class*="span"] {
		width: 100%;
	}
	.lead-magnet-lp_left-col h2 {
		font-size: 2rem;
	}
	.lead-magnet-lp_footer-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lead-magnet-lp_footer .comet-footer_disclaimer {
		padding-top: 1.5rem;
	}
	.lead-magnet-lp_footer .comet-footer_disclaimer p {
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	/* Header */
	.comet-header .menuzord-brand img,
	.comet-header.fixed .menuzord-brand img {
		max-width: 180px;
	}
	.header-container-wrapper .header-container .sidr-wrap {
		top: 25px;
	}
	/* Typography */
	h1 {
		font-size: 2.25rem;
	}
	.home-header_ins .row-fluid {
		display: block;
	}
	.home-header_ins .span6,
	.home-header_ins .span1,
	.home-header_ins .span5 {
		width: 100%;
		float: left;
		margin-left: 0;
	}
	.student-debt-wrap .span6 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.home-debt-counter {
		padding-right: 0;
		margin-bottom: 40px;
	}
	#refi-widget.home-refi-widget {
		margin: 20px auto 0 !important;
	}
	.home-recent-posts_header h2 {
	    max-width: 80%;
	    margin: 0 auto;
	}
	.home-recent-posts_wrap .row-fluid {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.home-recent-posts_wrap .span3 {
		width: 48.875%;
		float: left;
		margin-left: 0;
		margin-bottom: 30px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.home-recent-posts_wrap .span3:nth-child(2n) {
	    margin-left: 2%;
	}
	.home-recent-posts_cta .padding30t.padding50b {
	    padding-top: .5rem;
	    padding-bottom: 2.5rem;
	}
	.offer-row-ins.padding60t.padding120b {
	    padding-top: 1rem;
	    padding-bottom: 2.5rem;
	}
}
@media (max-width: 767px) {
	/* ---------- Global ---------- */
	.break {
		display: none;
	}
	/* ---------- Typography ----------*/
	h1 {
		font-size: 2rem;
	}
	/* ---------- Homepage ----------*/
	.home-header_ins .row-fluid {
		display: block;
	}
	#refi-widget.home-refi-widget input[type="number"] {
		font-size: 1.375rem !important;
	}
	.home-debt-counter #debt-snapshot-counter .snapshot,
	.home-debt-counter #debt-snapshot-counter #debt {
	    font-size: 2.0rem;
	}
	.home-debt-counter #debt-snapshot-counter {
		margin-bottom: 40px;
	}
	.average-debt-compare_icon-wrap img {
		max-width: 240px;
	}
	.span2.home-mini-lp-content-checkbox {
	    margin-right: 10px;
	}
	.home-offer-row_header h2 {
		max-width: 90%;
	}
		
	/* ---------- Contact Us ---------- */
	.comet-contact-form {
		padding: 2rem 0 4rem;
	}
	.comet-contact-form .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		
	}
	.comet-contact-form .span8 {
		transform: none;
	    min-height: 0;
	    border-radius: 0;
	    padding: 0 0 3.75rem;
	}
	.comet-contact-form iframe {
		width: 100%;
	}
	
	/* ---------- Blog Listing ---------- */
	.post-header .span2.site-logo {
		width: 30%;
	}
	.post-content .span8 {
		width: 65.95744680199999%;
		float: left;
	}
	.post-content .span4 {
		float: left;
	    width: 31.914893614%;
	    margin-left: 2.127659574%;
	}
	.post-featured-image {
		display: block;
	}
	.span6.post-summary {
	    padding-top: 1rem;
	    margin-left: 0;
	}
	.post-wrap .hs-featured-image-link {
		min-height: 250px;
	}
	.post-cta img {
		max-width: 268px;
	}
	
	/* ---------- Blog Post ---------- */
	.comet-blog-comments-form .new-comments form {
		max-width: 100%;
	}
	.author-content .span10 {
		width: 65.95744680199999%;
		float: left;
		margin-left: 2.127659574%;
	}
	.author-content .span2 {
		float: left;
	    width: 31.914893614%;
	}
	
	/* ---------- Simple LP ---------- */
	.simple-lp_footer-logo {
		margin-bottom: 15px;
	}
	.simple--lp .comet-footer_disclaimer {
		padding-left: 0;
	}
	
	/* ---------- Lead Magnet LP ---------- */
	.lead-magnet-lp_offer-title {
	    padding-bottom: 2rem;
	}
	.span6.lead-magnet-lp_left-col, 
	.span6.lead-magnet-lp_right-col {
	    padding: 3rem 8% 5rem;
	}
	
	/* ---------- Thank you ---------- */
	.thank-you_offer-image {
		text-align: left;
		padding-top: 2.5rem;
	}
	/* ---------- Best Banks ---------- */
	.best-banks_header {
		padding-top: 1.875rem;
		padding-bottom: 2.25rem;
	}
	.best-banks_header .large-text {
		margin-bottom: 0;
	}
	.best-banks_header .span5.bb-desktop-only {
		display: none;
	}
}
@media (max-width: 757px) {
	/* ---------- Footer ---------- */
	.span5.comet-footer_menu {
		display: none;
	}
	.span4.comet-footer_copyright {
		text-align: center;
	}
	.span3.comet-footer_social {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}
@media (max-width: 650px) {
	/* ---------- CTAs ---------- */
	.comet-cta-wrap .span8,
	.comet-cta-wrap .span4 {
		flex: 1 1 100%;
	}
	.comet-cta-wrap.full .span8,
	.comet-cta-wrap.sidebar .span8 {
		padding-right: 0;
	}
	.row-fluid-wrapper.comet-cta-wrap.full,
	.row-fluid-wrapper.comet-cta-wrap.sidebar {
		text-align: center !important;
	}
	.comet-cta-wrap.full h3,
	.comet-cta-wrap.sidebar h3 {
		margin: 0 0 20px;
	}
}
@media(max-width: 600px) {
	/* ---------- Global ---------- */
	.row-fluid .page-center, .row-fluid .page-center[class*="span"], .row-fluid .page-center[class*="span"]:first-child {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* ---------- Typography ----------*/
	h2 {
		font-size: 2.125rem;
	}
	
	/* ---------- Homepage ---------- */
	.home-header_wrap .padding90t {
	    padding-top: 2em;
	}
	.home-header_wrap .padding80b {
	    padding-top: 2.625em;
	}
	.home-header_text h1 {
	    font-size: 3.125rem;
	}
	.home-header_text p {
		font-size: 1.25rem;
	}
	.span6.home-mini-lp-content, .span6.home-mini-lp-form {
		width: 100%;
		padding: 20px;
	}
	.span6.home-mini-lp-form {
	    padding: 15px 20px 30px;
	}
	.home-mini-lp-form .hs-input {
	    width: 100% !important;
	}
	.span2.home-mini-lp-content-checkbox {
	    width: 50px;
	}
	.span10.home-mini-lp-content-text {
	    width: 75%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	
	/* ---------- Blog Post ---------- */
	.author-content .span10 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.author-content .span2 {
		float: none;
	    width: 100%;
	    padding-bottom: 20px;
	}
	.blog-about-auth-avatar {
		max-width: 30%;
	}
	
	.author-content .row-fluid {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	}
	.author-content .row-fluid .span9 {
	    width: 100%;
	    float: none;
	}
	.author-content .row-fluid .span3 {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	    padding-bottom: 20px;
	}
	
	/* ----------- Simple LP ---------- */
	.simple-lp_offer--header h2 {
		font-size: 2.25rem;
	}
	.simple-lp_form {
		background: #fff;
		padding: 25px 30px 35px;
	}
	/* ---------- Lead Magnet LP ---------- */
	.lead-magnet-lp_form form {
		max-width: 85%;
	}
	
	/* ---------- Thank You ---------- */
	.thank-you_content h1 {
	    font-size: 2.125rem;
	}

}
@media (max-width: 545px) {
	/* ---------- Homepage ---------- */
	#refi-widget.home-refi-widget .panel {
	    padding: 30px !important;
	}
	.home-recent-posts_wrap .row-fluid {
		display: block;
	}
	.home-recent-posts_wrap .span3 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		display: block;
	}
	.home-recent-posts_wrap .span3:nth-child(2n) {
	    margin-left: 0;
	}
	.home-recent-posts_cta .padding30t.padding50b {
	    padding-top: 0;
	    padding-bottom: 2.5rem;
	}
	.span6.home-mini-lp-content h4 {
		font-size: 1.75rem;
	}
	.home-offer-row_header h2 {
		max-width: 100%;
	}
	.home-recent-posts_header h2 {
	    max-width: 100%;
	}
	
	/* ---------- Blog Listing ---------- */
	.post-content .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.post-content .span8 {
		width: 100%;
		float: none;
	}
	.post-content .span4 {
		float: none;
	    width: 100%;
	    margin-left: 0;
	    padding-bottom: 20px;
	}
	.hs-post-avatar img {
		max-width: 200px;
	}
	
	/* ---------- Blog Comments ---------- */
	.comet-blog-comments-form fieldset.form-columns-2 .hs-form-field {
		width: 100% !important;
		float: none !important;
	}
	.comet-blog-comments-form fieldset.form-columns-2 .hs-form-field .input {
		padding-right: 0;
	}
}
@media (max-width: 527px) {
	/* ---------- Homepage ---------- */
	.home-header_text h1 {
	    font-size: 2.75rem;
	}
}
@media (max-width: 480px) {
	/* ---------- Homepage ---------- */
	.home-header_text h1 {
	    font-size: 2.125rem;
	}
	.home-header_text p {
	    font-size: 1.125rem;
	}
	.cta-img-box-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	/* ----------- Simple LP ---------- */
	.simple-lp_offer--header h2 {
		font-size: 2rem;
	}
}
@media (max-width: 400px) {
	/* ---------- Header ---------- */
	.comet-logo {
		max-width: 70%;
	}
	.header-container-wrapper .header-container .sidr-wrap {
		top: 30px;
	}
	
	/* ---------- Homepage ---------- */
	#refi-widget.home-refi-widget input[type="number"] {
		font-size: 1.125rem !important;
	}
	.home-debt-counter #debt-snapshot-counter .snapshot,
	.home-debt-counter #debt-snapshot-counter #debt {
	    font-size: 1.5rem;
	}
	.home-debt-counter #debt-snapshot-counter .centered {
		margin: 15px auto;
	}
	
	/* ---------- Lead Magnet LP ---------- */
	.lead-magnet-lp_form form {
		max-width: 100%;
	}
}