/*
Theme Name: CAN
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Trantor Team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout ï¿½? the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
* Table of Contents
*
* 1.0 - Normalize
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigation
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Widgets
* 11.0 - Content
*    11.1 - Header
*    11.2 - Posts and pages
*    11.3 - Post Formats
*    11.4 - Comments
*    11.5 - Sidebar
*    11.6 - Footer
* 12.0 - Media
*    12.1 - Captions
*    12.2 - Galleries
* 13.0 - Multisite
* 14.0 - Media Queries
*    14.1 - >= 710px
*    14.2 - >= 783px
*    14.3 - >= 910px
*    14.4 - >= 985px
*    14.5 - >= 1200px
* 15.0 - Print
*/
/**
* 1.0 - Normalize
*
* Normalizing styles have been helped along thanks to the fine work of
* Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* import font style with external style css files */
@import url("css/font-style.css");

/*reset css*/
div, p, span, h1, h2, h3, h4, h5, section, nav, header, footer, ul, li, a {
    margin: 0px;
    padding: 0px;
}
section, nav, header, footer{
    display: block;
}
.container-fluid > section:before, .container-fluid > section:after {
    content: '';
    clear:both;
    display: block;
}
a{
    color: #444;
}
ul li{
    list-style: none;
}
body {
    font-size: 14px;
    color: #6d6e71;
    font-family: 'Fort-Book';
}
.gradient-one{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b2875+0,a041a1+100 */
    background: #6b2875; /* Old browsers */
    background: -moz-linear-gradient(left,  #6b2875 0%, #a041a1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #6b2875 0%,#a041a1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #6b2875 0%,#a041a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2875', endColorstr='#a041a1',GradientType=1 );  IE6-9 */
}
.gradient-two {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c2976+0,a24f9d+100 */
    background: #6c2976; /* Old browsers */
    background: -moz-linear-gradient(left,  #6c2976 0%, #a24f9d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #6c2976 0%,#a24f9d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #6c2976 0%,#a24f9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2976', endColorstr='#a24f9d',GradientType=1 ); IE6-9 */
}
.gradient-three {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c2976+0,a416bb+100&0.95+0,0.95+100 */
    background: -moz-linear-gradient(left,  rgba(108,41,118,0.97) 0%, rgba(164,22,187,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(108,41,118,0.97) 0%,rgba(164,22,187,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(108,41,118,0.97) 0%,rgba(164,22,187,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26c2976', endColorstr='#f2a416bb',GradientType=1 ); / IE6-9 */
}
.gradient-footer
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c2976+0,a24f9d+100 */
    background: #6c2976; /* Old browsers */
    background: -moz-linear-gradient(left, #6c2976 0%, #a24f9d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6c2976 0%,#a24f9d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6c2976 0%,#a24f9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2976', endColorstr='#a24f9d',GradientType=0 ); IE6-9 */
}

.light_gray{
    background: #eee;
}

.spinner {
    display: none;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    position: absolute;
    top: -20px;
    left: 40%;
}

.spinner-partners {
    display: none;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    position: absolute;
    top: 45px;
    left: 47%;
}

.spinner-contact-us {
    display: none;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    position: absolute;
    top: 22px;
    left: 44%;
}

#seo-rich-snippet{
    position: absolute !important;
    bottom: 0;
    opacity: 0;
}

.dot1{
    background: #00aeef;
}

.dot2{
    background: #6b2875;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.main_content_resource_static{
    position: relative;
    overflow: hidden;
}

.tools_resource_static{
    position: absolute;
    right: 0;
}

.tools_sidebar_resource_static{
    height: 2000px;
}

.partners-select{
    font-size: 16px;
    color: #6a2875;
    font-family: 'Fort-Bold';
    border: none;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.partners-select-glyphicon{
    top:27px;
}

.navbar-scroll-bg{
    background: #fff;
}
.wrapper {
    position: relative;
}
.water-mark-image {
    position:absolute;
    background:url(images/home/Cmark.png) no-repeat right top;
    top: 70px; right: 0; width: 678px;
    height: 937px;
}
.navbar-brand {
    margin: 4px 0;
    padding: 10px 0;
}
.navbar {
    border: 0 none;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}
.navbar a {
    color: #6d6e71;
    font-size: 16px;
}
.navbar a:hover, .primary-nav .nav .dropdown-menu li a:hover {
    color: #00aeef;
}
.primary-nav .nav > li a{
    margin: 0px;
    padding: 10px 0px;
    background-color: transparent;
}
.primary-nav ul.nav > li {
    padding: 0px 16px;
}
.primary-nav .nav  li.dropdown a{
    padding: 10px 0px;
}
.primary-nav .nav  li.dropdown{
    border: 1px solid transparent;
}
.primary-nav .nav  li.dropdown:hover{
    border: 1px solid #d7d7d7;
    border-bottom: 0px;
    box-shadow:2px 2px 0px rgba(0, 0, 0, 0.2);
}
.primary-nav .nav > li a
.primary-nav .nav > li a:focus {
    border-color: #d7d7d7;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0px;
}
.primary-nav li.dropdown:hover,
.primary-nav li.dropdown li:hover {
    background: #f5f5f5;
}
.primary-nav li:hover .dropdown-menu {
    display: block;
}
.primary-nav ul.nav li  a.active {
    border-bottom: 4px solid #00B0EB;
}
.primary-nav .glyphicon-menu-down {
    color: #00aeef;
    font-size: 10px;
    font-weight: bold;
}
.primary-nav .nav .dropdown-menu {
    width:100%;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    margin: -1px 0 0 0;
    padding: 0;
    border-right: 0px;
}
.primary-nav .nav .dropdown-menu li {
    padding: 0px 16px;
    border-bottom: 1px solid #d7d7d7;
}
.primary-nav .nav .dropdown-menu li a {
    font-size: 14px;
    color: #a1a1a1;
    padding: 12px 0px;
    font-family:'Fort-Medium';
}
.primary-nav .nav .dropdown-menu li:last-child a {
    border-bottom: 0 none;
}
.utility-navigation{
    border-bottom: 1px solid #E6E6E6;
    background-color:#fff;
    display: inline-block;
    width: 100%;
}
.utility-navigation ul {
    padding: 6px 0;
}
.utility-navigation  .navbar-nav > li > a {
    padding-top:7px;
    padding-bottom: 4px;
    font-size: 14px;
    background-color: transparent;
}
.utility-navigation .navbar-nav > li:last-child > a {
    padding-top:6px;
    padding-bottom: 4px;
}
.container-signin{
    position: relative;
    height: 17px;
}
.signin{
    position: absolute;
    right: 13px;
    text-decoration: none;
}
.signin:hover, .signin:active, .signin:visited, .signin:focus{
    text-decoration: none;
}
#main_navigationbar  .navbar-nav > li > a,
h1 strong,
.section-heading,
.get-Quote-form input, #search_resource input, .select-topic select, .news-letter-field input,
.financial-product-item h5,
.learn-more-btn,
#about_us p b, #help-log p b,
.featured-title a,
.read-date b,
.featured-tag,
.post-content,
.show-more-terms a,
.sub-heading,
.marchent-name,
.business-name,
.benefit-name,
#search_resource,
.overall-ratting,
.rating-heading,
strong,
.process-block h4,
.info-product-item p span,
form.form-section .form-control,
form.form-section h3,
.search-resource-center input,
.connect-through h5,
.job-post,
.get-e-book input,
#cc-newsletter input, .footer-truste span {
    font-family: 'Fort-Bold';
}
sup {
    font-family: 'Fort-Light';
}
.grey-line{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
}
html {
    font-size: 0;
}
.slider-home{
    text-align: center;
    margin: 70px 0;   
}
.slider-home h2{
    margin: 0 0 50px 0;
    color: #6b2875;
    font-size: 42px;
    font-family: 'Fort-Light';
}
.slider-container-home{
    width: 700px;
    margin: 0 auto;
    font-size: 0;
}
li.account-link {
    margin-left: 30px;
}
.can-numbers{
    text-align: center;
    padding: 45px 0;
}
.can-numbers span.glyphicons-notes-2:before{
    content: '\030';
    font-size: 25px;
}
.can-numbers h2{
    margin: 0 0 50px 0;
    color: #6b2875;
    font-size: 42px;
    font-family: 'Fort-Light';
}
#product-description{
    margin: 60px 0;
}
#product-description h2{
    margin:0 0 50px 0;
    color: #6b2875;
    font-size: 42px;
    font-family: 'Fort-Light';
}
h2.light-style{
    color: #6b2875;
    font-size: 42px;
    font-family: 'Fort-Light';
}
#member_benefit h2.section-heading.light-style.careers-values{
    width: 100%;
}
.emp-perk-container{
    margin-left: 5%;
}
ul.emp-perks li{
    width: 30%;
    display: inline-block;
    height: 36px;
    vertical-align: top;
    margin-right: 30px;
}
.can-numbers p.cta{
    margin: 100px 0 20px ;
}
.can-numbers-col{
    width: 33%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.can-items-col{
    width: 20%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.product-icons-cloud-word .can-items-col{
    width: 32%;
}
.product-icons-cloud-word .can-items-col ul li{
    font-size: 13px;
    list-style: square;
    text-align: left;
}
.product-icons-cloud-word .can-items-col ul{
    text-align: -webkit-auto;
}
.dark-sub-heading{
    color: #303030;
}
.inner-page-arrow{
    display: none;
}
.money-icon-products{
    width: 65px;
    vertical-align: baseline;
    margin-bottom: 25px;
}
.speed-icon-products{
    width: 65px;
    vertical-align: baseline;
    margin-bottom: 15px;
}
.description-item-container{
    position: relative;
}
#product-how-it-works-columns .description-item{
    position: absolute;
    left: 1%;
    width: 100%;
    top: 10px;
}
.description-item-container-product{
    position: relative;
}
.description-item-product{
    position: absolute;
    left: 20%;
    width: 80%;
    top: 10px;
}
.btn-slider-apply{
    background-color: #6b2875;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    position: relative;
    bottom: -35px;
    font-family: 'Fort-bold';
    font-size: 12px;
}
.btn-slider-apply:hover{
    background-color: #fff;
    border: 2px solid #6b2875;
    color: #6b2875;
    text-decoration: none;
}
.can-numbers-col .arrow-icon-left{
    position: absolute;
    width: 30px;
    left: 0;
    top: 20px;
}
.can-numbers-col .arrow-icon-right{
    position: absolute;
    width: 30px;
    right: 0;
    top: 20px;
}
.can-numbers-col .sub-section{
    color: #6b2875;
    font-size: 30px;
}
.sub-section-paraghraf{
    font-size: 18px;
}
.products-icons{
    width: 65px;
    margin-bottom: 10px;
    vertical-align: baseline;
}
.home-icons{
    width: 65px;
    margin-bottom: 10px;
}
.money-icon{
    margin-bottom: 22px;
}
.btn {
    text-transform: uppercase;

}
.primary-nav .nav > li.btn-blue{
    background-color: #01AEF0;
    border-radius: 25px;
    border: 2px solid #fff;
}
.primary-nav .nav > li.btn-blue:hover{
    border: 2px solid #01AEF0 !important;
    background-color: #fff !important;
}
.primary-nav .nav > li.btn-blue a, .primary-nav .nav > li.btn-purple-bg a{
    font-size: 12px;
    color: #fff;
    padding: 6px;
}
.primary-nav .nav > li.btn-blue a:hover{
    color: #01AEF0;
}
.primary-nav .nav > li.btn-purple-bg:hover{
    border: 2px solid #6b2875;
    background-color: #fff;
}
.primary-nav .nav > li.btn-purple-bg a:hover{
    color: #6b2875;
}
.btn-blue-bg {
    background: #01AEF0;
    color: #fff;
    font-family: 'Fort-Medium';
    box-shadow: none;
}
.btn-purple-bg {
    background: #6b2875;
    color: #fff;
    font-family: 'Fort-Medium';
    box-shadow: none;
}
.btn-purple-bg,
.utility-navigation .btn-purple-bg a,
.utility-navigation .btn-purple-bg {
    color: #fff;
}
.btn-purple-bg, .utility-navigation li.btn-purple-bg a {
    background-color: #6b2875;
    border-radius: 25px;
    border: 2px solid #fff;
}
.utility-navigation .btn-purple-bg,
.utility-navigation .btn-purple-bg:hover {
    border: none;
}
.utility-navigation .btn-purple-bg {
    background: none;
    padding:0 0 0 13px;
}
.btn-purple-bg:hover,
#getStartedForm button:hover,
.utility-navigation .btn-purple-bg a:hover {
    color: #6b2875;
    background-color: #fff;
    border: 2px solid #6b2875;
    box-shadow: none;
}
.utility-navigation .navbar-nav > li.btn-purple-bg > a,
footer a.btn-blue-bg {
    font-size: 12px;
}
/*focus button*/
.btn-purple-bg:focus,
.utility-navigation .btn-purple-bg a:focus{
    color: #fff;
    background-color: #6b2875;
    border: 2px solid #fff;
    box-shadow: none;
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse2 {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
h1 {
    font-size: 36px;
    color: #6a2875;
    margin-top: 23px;
    margin-bottom: 27px;
    font-family: 'Fort-Light';
    position: relative;
    outline: none;
}
#faq-block .accordion-group a.faqs{
    display: inline;
    padding: 0;
    font-size: 17px;
    color: #01AEF0;
}
.down-arrow{
    border-top: 33px solid #fff;
    border-right: 46px solid transparent;
    border-left: 46px solid transparent;
    position: absolute;
    left: 135px;
    z-index: 8;
    top:0px;
}
.product-icons-cloud-word{
    overflow: hidden;
}
.bullets-word-cloud{
    margin-top: 90px;
}
.word-cloud span{
    font-family: 'fort-Bold';
    line-height: 30px;
    display:inline-block;
    -webkit-transition:-webkit-transform 1s ease-out;
    -moz-transition:-moz-transform 1s ease-out;
    -o-transition:-o-transform 1s ease-out;
    -ms-transition:-ms-transform 1s ease-out;
    transition:transform 1s ease-out;
}
.word-cloud span:hover{
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fafafa;
    border-radius: 25px;
    padding: 2px;
}
.word-cloud .small{
    font-size: 22px;
}
.word-cloud .medium{
    font-size: 33px;
    color: #00aeef;
}
.word-cloud .big{
    font-size: 50px;
    color: #6b2875;
}
.product-possibilities-headline{
    margin-bottom: 60px;
}
.inner-page-arrow {
    bottom: -59px;
    top: inherit;
    left: 30px;
}
.section-heading {
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
    color: #6a2875;
}
.get-Quote-form{
    margin-bottom: 34px;
    margin-top: 0px;
    /*padding: 25px 0px 42px;*/
    background: rgba(107, 40, 117, 0.5);
    position: relative;
}
.get-Quote-form .section-heading {
    color: #fff;
}
.get-Quote-form input,
#search_resource input,
.search-resource-center input,
.select-topic select,
.news-letter-field input,
form.form-section input,
form.form-section textarea,
.get-e-book input,
#cc-newsletter input {
    font-size: 16px;
    color: #6a2875;
    box-shadow: none;
}
.get-Quote-form input#loan-amount[type="number"] {
    color:#999;
}
@-moz-document url-prefix(){
    .get-Quote-form input#loan-amount[type="number"] {
        color: #333;
    }
}
.get-Quote-form input#loan-amount[aria-invalid="false"] {
    color: #6a2875;
}
.get-Quote-form input,
#search_resource input,
.search-resource-center input,
form.form-section input {
    border-radius: 25px;
    height: 50px;
    border: none;
}
.form-control {
    padding:6px 28px;
}
.get-Quote-form input[type="submit"], .get-Quote-form input[type="submit"]:focus {
    border: 2px solid #fff;
    color: #fff;
}
.get-Quote-form input[type="submit"]:hover  {
    border: 2px solid #01aef0;
    color: #01aef0;
}
footer .widget-area.trust-badge {
   /* width: 300px; */
}
.border-left {
    border-left: 1px solid #8D4996;
}
.action-btn {
    border-radius: 25px;
    width: 100%;
    height: 50px;
}
#financial_product {
    padding-bottom: 0;
}
#product-how-it-works-columns{
    width: 17%;
    margin-left: 30px;
    text-align: left;
    height: 130px;
}
#product-possibilities-columns{
    height: 180px;
}
p.phone-link{
    margin: 30px 0 15px 0;
    color: #6b2875;
}
a.product-link{
    color: #6b2875;
    text-decoration: underline;
}
.btn-product-apply{
    background-color: #6b2875;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    font-family: 'Fort-bold';
    font-size: 12px;
    display: block;
    width: 115px;
    margin: 0 auto;
}
.btn-product-apply:hover{
    background-color: #fff;
    color: #6b2875;
    text-decoration: none;
    border: 2px solid #6b2875;
    width: 119px;
    transition: all 0.5s ease;
}
#main_header_home{
    margin: 0 auto;
    position: absolute;
    width: 1170px;
    height: 0px !important;
    top: 7%;
    left: 20%;
}

.main_header_banner{
    width: 100%;
    padding: 0;
    position: relative;
}

.main_header_banner img.hero{
    width: 100%;
    height: 100%;
}

.main_header_banner img.mobile, .main_header_banner img.mobile_2, .main_header_banner img.mobile_3, .main_header_banner img.mobile_4{
    display: none;
}

.container_main_header_home #main_header_home .heading_home_content{
    width: 800px;
    text-align: center;
}

#main_navigationbar #menu-utility-navigation .btn-purple-bg a.utility-mixed-main{
    font-size: 12px;
    color: #fff;
    padding: 6px 16px;
}

#main_navigationbar #menu-utility-navigation .btn-purple-bg a.utility-mixed-main:hover{
    color: #6b2875;
}

#main_navigationbar #menu-utility-navigation li.utility-mixed-main{
    padding: 0px;
    -webkit-transition: color linear .2s,background-color linear .2s;
    -moz-transition: color linear .2s,background-color linear .2s;
    -o-transition: color linear .2s,background-color linear .2s;
    transition: color linear .2s,background-color linear .2s;
}

#main_navigationbar #menu-utility-navigation li.utility-mixed-main:hover{
    background-color: #fff;
    border: 2px solid #6b2875;
}

.navbar #main_navigationbar .navbar-header .hide_logo{
    display: none;
}

#main_navigationbar{
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-top: 20px;
}

#main_header_home .heading_content_left{
    display: inline-block;
    margin-top: 20px;
}

#main_header_home .heading_content_left img{
    display: inline-block;
    width: 50px;
}

#main_header_home .heading_content_left p{
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    width: 103px;
    vertical-align: middle; 
}

#main_header_home .heading_content_right{
    display: inline-block;
    margin-top: 20px;
    margin-left: 60px;
}

#main_header_home .heading_content_right img{
    display: inline-block;
    width: 50px;
}

#main_header_home .heading_content_right p{
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    width: 103px;
    vertical-align: middle; 
}


#reviews{
    padding:100px 0;
    margin-top: 20px;
    background-color: #F2f3f4;
}

#reviews div p{
    font-size: 30px;
    width: 38%;
    margin: 0 auto;
    color: #6a2375;
}

body.page-template-reviews #main_navigationbar, body.page-template-home #main_navigationbar, 
body.page-template-careers #main_navigationbar, body.page-template-news #main_navigationbar,
body.page-template-partners #main_navigationbar, body.page-template-financial-product #main_navigationbar,
body.page-template-partners #main_navigationbar, body.page-template-financial-product-mca #main_navigationbar,
body.page-template-about-us #main_navigationbar, body.page-template-careers-location #main_navigationbar{
    margin-bottom: 0;
}

body.page-template-careers .review_header_banner h1.reviews_heading{
    float: right;
}

body.page-template-careers-location .review_header_banner h1.reviews_heading{
    float: right;
}

body.page-template-about-us .review_header_banner h1.reviews_heading{
    float: left;
    width: 50%;
    color: #404040;
}

body.page-template-reviews .trustpilot-widget{
    margin-top: 40px;
}

.review_header_banner{
    position: relative;
    height: 395px;
}

.review_header_banner img{
    position: absolute;
    left: 0;
}

h5#sub-section{
    color: #6b2875;
    font-size: 30px;
    font-family: 'Fort-book';
}

p.sub-section-paraghraf{
    font-family: 'Fort-book';
    color: #6d6e71;
    font-size: 17px;
}

.review_header_banner h1.reviews_heading{
    font-family: 'Fort-Bold';
    color: #fff;
    margin-top: 13%;
    font-size: 50px;
    width: 50%;
}

body.page-template-news .review_header_banner h1.reviews_heading{
    color: #404040;
}

body.page-template-financial-product .review_header_banner h1.reviews_heading{
    margin-top: 12%;
    float: right;
    color: #404040;
}

body.page-template-financial-product-mca .review_header_banner h1.reviews_heading{
    margin-top: 12%;
    float: right;
    color: #404040;
}

.review_header_banner h1.reviews_heading_cta{
    color: #fff;
    font-size: 25px;
    font-style: italic;
}

.reviews_heading_home{
    font-family: 'Fort-Bold';
    color: #fff;
    margin-bottom: 8%;
    font-size: 50px;
    width: 51%;
}
.home_heading{
    font-family: 'Fort-Bold';
    color: #fff;
    margin-bottom: 8%;
    font-size: 50px;
}
.page-template-home-php .image-button .btn-purple-home-bg:hover{
    background-color: transparent;
}
.page-template-home-php .image-button .btn-purple-home-bg a:hover{
    text-decoration: none;
}
.page-template-home-php .image-button .btn-purple-home-bg a{
    padding: 10px 50px;
}
.review_header_banner h1.author{
    float: right;
}

.review_header_banner .reviews_cta_container{
    width: 56%;
    margin-top: 8%;
}

#menu-footer-navigation-1 li, #menu-footer-navigation li{
    display: inline-block;
    -webkit-transition: color linear .2s,background-color linear .2s;
    -moz-transition: color linear .2s,background-color linear .2s;
    -o-transition: color linear .2s,background-color linear .2s;
    transition: color linear .2s,background-color linear .2s;
}

.footer-links .row #menu-footer-navigation-1, .footer-links .row .footer-truste, .footer-links .row #menu-footer-navigation{
    text-align: center;
    padding: 0;
}

.footer-links .logo{
    float: none;
}

.footer-links .footer-nav{
    float: none;
    margin: 0 auto;
    padding-top: 19px;
}

.footer-links .secondary-logo{
    float: none;
    position: absolute;
    top: 54px;
    right: 0;
}

.footer-links .social-links{
    top: 50px;
}

.footer-links .row .footer-truste span{
    font-size: 16px;
}

#menu-footer-navigation-1 li.initial, #menu-footer-navigation li.initial{
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
}

#menu-footer-navigation-1 li.border, #menu-footer-navigation li.border{
    border-right: 1px solid #fff;
    padding: 0 10px 0 8px;
}

#menu-footer-navigation-1 li.end, #menu-footer-navigation li.end{
    padding: 0 0 0 8px;
}

.container_reviews_header{
    width: 1500px;
}

.single-primary-content{
    text-align: center;
}

.single-primary-content .entry-summary{
    margin-bottom: 20px;
}

.single-primary-content .entry-content{
    margin-top: 20px;
}

body.page-template-reviews .testimonial{
    margin-top: 70px;
}

body.page-template-reviews .testimonial .tranp-div{
    display: none;
}

/* ------- Multiselect Dropdown ---------- */
span.multiselect-native-select {
   /* position: relative */
}
span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.multiselect-container .input-group {
    margin: 5px
}
.multiselect-container>li {
    padding: 0
}
.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}
.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}
.multiselect-container>li>a {
    padding: 0
}
.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    height:auto;
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}
.multiselect.dropdown-toggle{
    font-size: 16px;
    color: #6a2875;
    font-family: 'Fort-Bold';
    border: none;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.multiselect.dropdown-toggle:hover{
    background-color: #fff !important;
    color: #6a2875 !important;
}
.multiselect-container>li.active>a {
    background-color: #6a2875 !important;
}
.multiselect-container>li.active>a label {
    color: #fff;
}
form.form-section span.multiselect-native-select label.error{
    bottom: -42px;
}
/* ------- Multiselect Dropdown ---------- */


.btn-purple-apply-bg {
    background: #6b2875;
    color: #fff;
    font-family: 'Fort-Medium';
    box-shadow: none;
}
.btn-purple-apply-bg,
.image-button .btn-purple-apply-bg a,
.image-button .btn-purple-apply-bg {
    color: #fff;
}
.btn-purple-apply-bg, .image-button li.btn-purple-apply-bg a {
    background-color: #6b2875;
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 33px;
    padding: 22px 40px 22px 40px;
}
.image-button .btn-purple-apply-bg,
.image-button .btn-purple-apply-bg:hover {
    border: none;
}
.image-button .btn-purple-apply-bg {
    background: none;
    padding: 0;
}
.btn-purple-apply-bg:hover,
#getStartedForm button:hover,
.image-button .btn-purple-apply-bg a:hover {
   /* color: #6b2875;
    background-color: #fff;
    border: 2px solid #6b2875;
    box-shadow: none;*/
}
#apply_now_sub_btn, #apply_now_sem_sub_btn {
    color: #fff !important;
    border: 0;
}
.image-button .navbar-nav > li.btn-purple-apply-bg > a,
footer a.btn-blue-bg {
    font-size: 12px;
}
/*focus button*/
.btn-purple-apply-bg:focus,
.image-button .btn-purple-apply-bg a:focus{
    color: #fff;
    background-color: #6b2875;
    border: 2px solid #fff;
    box-shadow: none;
}

.image-button li.btn-blue-apply-bg a {
    -webkit-transition: color linear .2s,background-color linear .2s;
    -moz-transition: color linear .2s,background-color linear .2s;
    -o-transition: color linear .2s,background-color linear .2s;
    transition: color linear .2s,background-color linear .2s;
}

span#phone_number_apply {
    font-size: 32px;
    font-family: 'Fort-Bold';
}

i#phone_number_apply {
    font-size: 25px;
    padding: 0;
}

#resource_hero_new .hero-text-container .stp-form-container p.form_title{
    font-size: 28px;
}

#apply_now .container-button-sub, #apply_now_sem .container-button-sub{
    width: 100%;
}

#apply_now .btn-purple-apply-bg, #apply_now_sem .btn-purple-apply-bg{
    border-radius: 15px !important;
    width: 100%;
    font-size: 20px !important;
    background-color: #6b2875 !important;
    font-family: 'Fort-Bold' !important;
    padding: 6px 12px !important;
}

#apply_now .btn-purple-apply-bg a, #apply_now_sem .btn-purple-apply-bg a{
    color: #fff;
}

#apply_now .btn-purple-apply-bg:hover, #apply_now_sem .btn-purple-apply-bg:hover{
    color: #6d6e71;
    border: 2px solid #6b2875;
    background-color: #ffffff;
}

#apply_now, #apply_now_sem{
    position: relative;
}

#apply_now input.default_settings, #apply_now_sem input.default_settings{
    position: absolute;
    opacity: 0;
}

.hero-text-title p{
    position: relative;
}

.hero-text-title p span{
    color: #6b2875;
    font-size: 62px;
    font-family: 'Fort-Bold';
    position: absolute;
    top: 50px;
}

.image-button .btn-purple-home-bg a{
    color: #6b2875;
}

.image-button li.btn-purple-home-bg a {
    background-color: #fff;
    border-radius: 25px;
    font-size: 33px;
    padding: 20px 60px;
    font-family: 'Fort-Bold';
}

.wrapper #resource_hero_new .hero-text-container ul li{
    background-image: url(images/check_cyan.png);
}

.image-button li.btn-purple-home-bg a:hover {
    background-color: #6b2875;
    color: #fff;
}

#resource_hero_new .hero-text-container .apply_form {
    margin-top: 57px !important;
    position: relative;
}

#resource_hero_new .hero-text-container .apply_form .mailto{
    position: absolute;
    bottom: 12px;
    left: 57px;
}

#resource_hero_new .hero-text-container .apply_form img.apply_form_image{
    width: 100%;
}

#resource_hero_new .hero-text-container .apply_form p, #resource_hero_new .hero-text-container .apply_form a{
    color: #fff !important;
    font-size: 25px !important;
    font-family: 'Fort-Bold';
}



.btn-purple-home-bg,
.image-button .btn-purple-home-bg {
    color: #fff;
}
.btn-purple-home-bg{
    background-color: #6b2875;
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 33px;
    padding: 20px 60px;
    font-family: 'Fort-Bold';
}
.image-button .btn-purple-home-bg,
.image-button .btn-purple-home-bg:hover {
    border: none;
}
.image-button .btn-purple-home-bg {
    background: none;
}
.btn-purple-home-bg:hover,
.image-button .btn-purple-home-bg a:hover {
    color: #6b2875;
    background-color: #fff;
    border: 2px solid #6b2875;
    box-shadow: none;
}
/*focus button*/
.btn-purple-home-bg:focus,
.image-button .btn-purple-home-bg a:focus{
    color: #fff;
    background-color: #6b2875;
    border: 2px solid #fff;
    box-shadow: none;
}

.image-button li.btn-purple-home-bg a{
    -webkit-transition: color linear .2s,background-color linear .2s;
    -moz-transition: color linear .2s,background-color linear .2s;
    -o-transition: color linear .2s,background-color linear .2s;
    transition: color linear .2s,background-color linear .2s;
}

.image-button li{
    padding: 0;
}





.btn-blue-bg,
.image-button .btn-blue-bg a,
.image-button .btn-blue-bg {
    color: #fff;
}
.image-button li.btn-blue-bg a {
    background-color: #01AEF0;
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 22px;
}
.image-button .btn-blue-bg,
.image-button .btn-blue-bg:hover {
    border: none;
}
.image-button .btn-blue-bg {
    background: none;
}
.btn-purple-bg:hover,
#getStartedForm button:hover,
.image-button .btn-blue-bg a:hover {
    color: #01AEF0;
    background-color: #fff;
    border: 2px solid #01AEF0;
    box-shadow: none;
}
.image-button .navbar-nav > li.btn-blue-bg > a,
footer a.btn-blue-bg {
    font-size: 12px;
}
/*focus button*/
.btn-blue-bg:focus,
.image-button .btn-blue-bg a:focus{
    color: #fff;
    background-color: #01AEF0;
    border: 2px solid #fff;
    box-shadow: none;
}

.help-center-footer-link{
    display: block;
    color: #fff;
    margin-top: 20px;
}

.help-center-footer-link:hover{
    color: #fff;
    text-decoration: underline;
}

#financial_product .widget_financial_widget #slider_feature_product .owl-stage-outer .owl-stage {
    margin: 0 auto;
}
.financial-product-item , .connect-through{
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
}
.financial-product-item h5, .connect-through h5 {
    font-size: 26px;
    margin:24px 0 0;
    word-wrap: break-word;

}
.financial-product-item p {
    font-size: 18px;
    margin-top: 15px;
}
.category-icon {
    width: 129px;
    height: 129px;
    margin: 0 auto;
}
.learn-more-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
.learn-more-btn .glyphicon {
    color:#00aeef;
    font-size: 9px;
    top: -1px;
}
.learn-more-btn:hover, .learn-more-btn:focus {
    text-decoration: none;
    color:#00aeef;
}
.badges-container {
    text-align: center;
    padding: 20px 20px;
    position: relative;
}
.badges-container li{
    margin: 0px 5px;
    display: inline-block;
}
#user_rettings_slider .owl-prev,
#user_rettings_slider .owl-next,
#slider_feature_product .owl-prev,
#slider_campaign_product .owl-prev,
#slider_feature_product .owl-next,
#slider_campaign_product .owl-next,
#infografic_carousel .owl-prev,
#infografic_carousel .owl-next {
    top:52%;
}
#testimonial {
    position: relative;
    padding: 40px 0 85px 0;
    text-align: center;
}
#testimonial h2.careers-spotlight {
    margin-bottom: 30px;
    margin-left: 35%;
}
.user-icon {
    width: 358px;
    height: 358px;
    margin: 0 auto;
}
.testimonial-content {
    text-align: center;
    /*    position: relative;*/
    /*    top:160px;*/
    width: 100%;
    margin:120px auto 0;
}
.testimonial-heading {
    font-size: 30px;
    color: #6a2875;
    margin-bottom: 25px;
}
.customer-info {
    color: #6d6e71;
    font-size: 20px;
}
.customer-info span {
    font-family: 'Fort-BookItalic';
}
.tranp-div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: -1;
}
.tranp-div-two {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, .7);
    top: 45px;
    bottom: 0;
}
#home_resource_list {
    background: url(images/home/gradient-03_Cmark.png) repeat left top;
}
.resource-list-bg {
    padding: 36px 0 23px;
}
.inspiration-content {
    text-align: center;
}
.inspiration-content .section-heading {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.inspiration-content .see-all-resources{
    margin: 14px 0 20px;
}
.our_offices_container {
    text-align: center;
}
.our_offices_container .offices-details{
    float: none;
    display: inline-block;
}
/*buttons*/
.btn-purple-style {
    color: #fff;
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 13px 38px;
    background-color: transparent;
}
.page-template-about-us a#team{
    color: #6b2875;
    border: 2px solid #6b2875;
}
.btn-blue-bg,
.utility-navigation .btn-blue-bg a,
.utility-navigation .btn-blue-bg {
    color: #fff;
}
.btn-blue-bg, .utility-navigation li.btn-blue-bg a {
    background-color: #01AEF0;
    border-radius: 25px;
    border: 2px solid #fff;
}
.utility-navigation .btn-blue-bg,
.utility-navigation .btn-blue-bg:hover {
    border: none;
}
.utility-navigation .btn-blue-bg {
    background: none;
    padding:0 0 0 13px;
}
.btn-blue-bg:hover,
#getStartedForm button:hover,
.utility-navigation .btn-blue-bg a:hover {
    color: #01AEF0;
    background-color: #fff;
    border: 2px solid #01AEF0;
    box-shadow: none;
}
.utility-navigation .navbar-nav > li.btn-blue-bg > a,
footer a.btn-blue-bg {
    font-size: 12px;
}
/*focus button*/
.btn-blue-bg:focus,
.utility-navigation .btn-blue-bg a:focus{
    color: #fff;
    background-color: #01AEF0;
    border: 2px solid #fff;
    box-shadow: none;
}
/*focus button*/

/*buttons end*/
i.glyphicon-play {
    color: #7DD7FC;
    font-size: 12px;
}
#about_us {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 57px;
}
#about_us p {
    width:506px;
    margin: 0 auto 34px;
    font-family: 'Fort-Light';
}
#about_us p b, #help-log p b {
    display: inline-block;
}
#about_us p b {
    margin-top: 5px;
}
.btn-purple-style:hover {
    color: #01AEF0;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #01AEF0;
}
/*button focus*/
.btn-purple-style:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #fff;
}
/*button focus*/
.get-funded {
    padding: 55px 0px 65px;
    color: #6E2577;
}
.get-funded .btn-blue-bg {
    padding: 13px 38px;
}
#about_us p, .get-funded h2, .get-funded h3, #help-log p{
    font-size: 36px;
}
.get-funded h3 {
    margin: 10px 0 32px;
    font-family: 'Fort-Light';
}
.icon-bar{
    background: #01aeef;
}
/*------ Resources start ----*/
#search_resource, #partner_lead_form {
    background-color: #e9e9e9;
    padding: 22px 0 10px;
    text-align: center;
    font-size: 16px;
}
.btn-go {
    width:100px;
}
.option-text {
    line-height: 48px;
}
.option-text p {
    color: #999;
    font-size: 15px;
}
#resource_hero {
    /*background: url(images/resources/main_featured_image.jpg) no-repeat center top;*/
    height: 493px;
    position: relative;
    background-size: cover;
}
#resource_list_container .resource-content, #resource_hero .resource-content,  #home_resource_list .resource-content {
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
}
#resource_hero .resource-content {
    width : 510px;
    height: 294px;
    margin-top: 100px;
    padding: 0 32px 25px;
    float:right;
}
#resource_list_container {
    padding: 36px 0 33px;
    background-color: #eee;
    background: url(images/resources/gray_pattern_bg.png) repeat left top;
}
.col-5-overide {
    padding-right: 0;
    width: 44.366667%;
}
.col-7-overide {
    padding: 0;
}
.featured-story-image img, .resource-image img {
    max-width: 100%;
    max-height: 100%;
    width:auto;
    height: auto;
}
#resource_list_container .resource-content, #home_resource_list .resource-content{
    padding: 16px 20px;
}
.featured-story-image, #resource_list_container .resource-content, #home_resource_list .resource-content {
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
#resource_list_container .resource-content, .featured-story-image,  #home_resource_list .resource-content {
    height: 312px;
}
.featured-story-image {
    width:331px;
    background-color: #fff;
}
.resource-content {
    background-color: #fff;
    position: relative;
}
.featured-title {
    margin: 8px 0 15px;
}
.featured-title a{
    line-height: 30px;
    color: #01AEF0;
    font-size: 26px;
    text-decoration: none;
}
.featured-tag {
    width: 116px;
    font-size: 13px;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 18px;
}
.read-time, .read-date{
    color: #a1a1a1;
    font-size: 12px;
}
.read-time{
    background: url(images/home/time_icon.png) no-repeat left top;
    font-family: 'Fort-Medium';
    padding-left: 28px;
    margin-top: 16px;
    line-height: 25px;
    position: absolute;
    bottom: 29px;
}
.select-topic {
    position: relative;
    width: 267px;
}
/*---------------- Contact Us Style --------------------*/
body.page-template-contact-us section#partner_lead_form form#contact-form div.form-group div.select-topic{
   width:100%;
}
body.page-template-contact-us section#partner_lead_form div.container-contact-us{
  width:600px;
}
body.page-template-contact-us section#partner_lead_form .join-us{
    margin-top: 0px;
}
/*---------------- Contact Us Style ——————————*/

.select-topic select {
    height:50px ;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    padding-right: 54px;
    padding-left: 28px;
}
span.select-drop {
    position: absolute;
    right: 0px;
    width: 46px;
    height: 45px;
    margin: 2px 0;
    border-left: 2px solid #fff;
    font-size: 18px;
    padding: 13px 10px;
    pointer-events : none;
    color: #01AEF0;
}
#search_resource span.select-drop, .search-resource-center span.select-drop{
    border-left: 2px solid #e9e9e9;
}

.select-topic select::-ms-expand {
    display:none;
}
#all_resources_block {
    position: relative;
    padding-top: 1px;
    margin-top: 20px;
}
#all_resources_block .featured-title {
    margin: 6px 0 1px;
}
#all_resources_block .featured-title a{
    font-size: 18px;
    line-height: 26px;
}
.resource-list {
    margin-bottom: 30px;
    height: 200px;
}
.sidebar {
    width: 278px;
    background-color: #eee;
    padding-bottom: 0;
}
.sidebar .section-heading {
    text-align: left;
    font-size: 26px;
}
.post-section {
    padding: 68px 20px 35px;
    float:left;
    border-bottom: 2px solid #fff;
}
.post-section .get-funded {
    padding: 20px 0;
}
.sidebar .post-section:last-child {
    border-bottom: none;
}
.post-information {
    margin-bottom: 11px;
    /*    float:left;*/
    display: table;
    vertical-align: top;
    padding:0;
}
.post-image {
    /*    width:67px;*/
    width: auto;
    height: 67px;
    /*    margin-right:15px;*/
    padding-right: 15px;
    display: table-cell;
}
.post-content {
    color:#00aeef;
    /*    width:153px;*/
    width: auto;
    float: none;
    display: table-cell;
    font-size: 14px;
    vertical-align: top;
}
.news-letter-field {
    padding-top: 25px;
}
.post-section button[type="submit"] {
    width: 100%;
    margin-top:15px;
}
.same_height{
    height: 145px;
}
#all_resources_block .resource-image{
    width: 274px;
    height: 200px;
}
#all_resources_block h2,
.resource-image,
.resource-content
/*.post-image,
.post-content*/ {
    float:left;
    color: #333;
}
#all_resources_block h3{
    margin:20px 0 10px 0;
}
#all_resources_block a{
    color: #337ab7;
}
.post-content span { 
    font-family: "Fort-book"; 
    font-size: 12px;
    color: #999;  
}
#all_resources_block .select-topic {
    float:right;
    margin-right: 46px;
    margin-bottom: 40px;
}
#all_resources_block .select-topic select {
    background-color: #e9e9e9;
}
#all_resources_block .resource-content {
    width: 62.5%;
    padding: 0 181px 0 20px;
    position: relative;
    height: 200px;
}
#all_resources_block .overide-resource-style {
    width: 80%;
    padding: 0 40px 0 20px;
}
#all_resources_block .tools-block .post-image,
#all_resources_block .tools-block .featured-title {
    float:left;
    min-height: 28px;
}
#all_resources_block .tools-block .featured-title a {
    position: absolute;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.resource-container {
    position: relative;
    padding: 55px 0px 35px 15px;
    /*    border: 1px solid red;*/
}
.sponsored, .content-area .sponsored {
    position: absolute;
    background-color: #c7c7c7;
    bottom: 2px;
    right: 0;
}
.content-area .sponsored {
    width: 70%;
    position: inherit;
    margin: 10px auto 0;
    text-align: left;
}
.sponsored p, .content-area .sponsored p {
    font-size: 13px;
    font-family: 'Fort-BookItalic';
    color: #fff;
    padding: 7px;
}
#social-media-section .content-area .sponsored p { 
    width: 100%;
    margin: 0;
}
.popular-topics {
    border-top: 1px solid #fff;
    background-color: #eee;
}
.popular-topics  a {
    line-height: 54px;
    font-size: 26px;
    color: #00aeef;
}
.popular-topics .topic-list {
    margin-top: 20px;
}
.get-e-book, .popular-topics {
    text-align: center;
}
.field-style {
    height: 50px;
    box-shadow: none;
    border-radius: 25px;
    line-height: 36px;
}
.get-e-book, .popular-topics {
    padding :70px 0px 67px;
}
.get-e-book {
    background: url(images/resources/newsletter_email_image.jpg) no-repeat center top;
    background-size: cover;
}
.get-e-book button{
    width:164px;
}
.get-e-book p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
}
.get-e-book .section-heading {
    margin-bottom: 4px;
    color: #fff;
}
.get-e-book .text-align {
    text-align: left;
}
/*resource end*/
/* terms loan */
.head-titles {
    position: relative;
}
.head-titles h1 {
    font-size: 16px;
    font-family: 'Fort-Medium';
    color: #6d6e71;
    margin: 20px 0px 0px  0px;
    padding: 0px;
}
.head-titles p {
    margin-top:0;
    font-size: 36px;
    color: #6a2875;
    margin-top: 0px;
    margin-bottom: 27px;
    font-family: 'Fort-Light';
    position: relative;
}
.head-titles .h1-single {
    margin-top:0;
    font-size: 36px;
    color: #6a2875;
    margin-top: 0px;
    margin-bottom: 27px;
    font-family: 'Fort-Light';
    position: relative;
}
.loan-item {
    margin: 15px 20px 36px;
    background: #B552AF;
    padding:20px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    box-shadow: 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#term_loan_graph {
    background: #762F7D;
}
#term_loan_graph h2 {
    font-size: 22px;
    color:#fff;
    text-align: center;
    font-family: 'Fort-Light';
    padding: 30px 0;
}
#term_loan_graph img{
    width: 100%;
}
.bottom-margin-80{
    margin-bottom: 80px;
}
#details_termsloan{
    padding: 65px 0;
}
#details_termsloan, #funding-option, #faq-block{
    background: #eee;
}
.financial-product-item h5.section-heading, .connect-with-us .section-heading {
    color: #fff;
    font-size: 36px;
}
.sub-heading{
    font-size: 22px;
    color: #6d6e71;
    margin-bottom: 25px;
}
.details-point li , .emp-perks li{
    margin-bottom: 12px;
    font-size: 16px;
    color: #6d6e71;
    line-height: 20px;
    background: url('images/arrow_bullet_blue.png') no-repeat;
    padding-left: 50px;
}
.paymment-point{
    padding-left: 56px;
}

.border-right-1{
    border-right: 1px solid #C8C8C8;
}

#use_termloan_for {
    padding: 80px 0 56px;
}
.termloan-use-point li {
    position: relative;
    font-size: 26px;
    background:url('images/termsloan/check_bullet.png') no-repeat;
    min-height: 67px;
    margin: 0 0px 20px;
    padding: 0 20px 0 80px;
    text-align: left;
}
.termloan-use-point li p {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-term-use {
    text-align: center;
}
.list-term-use > li {
    display: inline-block;
}
.show-more-terms{
    text-align: center;
    margin: 40px auto 80px;
}
.show-more-terms a{
    font-size: 14px;
    color: #00aeef;
    text-decoration: none;
}
#use_termloan_for .show-more-terms {
    margin-top: 35px; 
}
#loan_calculator{
    padding: 45px 0 0 0;
    background:#eee;
}
#loan_calculator .term-detail-heading {
    margin-bottom: 36px;
}
.loan-calculator-description {
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
    color: #6d6e71;
}
#success_community{
    padding: 70px 0 39px;
}

#success_community .term-detail-heading {
    margin-bottom: 53px;
}

#success_community .member-benefit-heading {
    margin-top: 120px;
    margin-bottom: 40px;
}
.marchent-name{
    font-size: 26px;
    color: #00aeef;
    margin-top: 27px;
}
.video-player img{
    width: 100%;
}
.business-label{
    font-size: 20px;
    color: #6d6e71;
    font-family: 'Fort-BookItalic';
    margin-bottom: 10px;
}
.business-name,
.success-description{
    font-size: 14px;
    color: #6d6e71;
    margin-bottom: 20px;
}
#member_benefit {
    background: #eee;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 50px;
}
.benefit-name {
    font-size: 26px;
    color: #00aeef;
    margin-top: 27px;
    margin-bottom: 5px;
}
.tools-block p {
    line-height: 63px;
    font-size: 18px;
}
#details_termsloan .section-heading,
#use_termloan_for .section-heading,
#loan_calculator .section-heading,
#success_community .section-heading,
#member_benefit .section-heading{
    margin-bottom: 55px;
}
#financial_product.termloan-section {
    padding-top: 35px;
}
/*term-loan end*/
/*footer*/
footer {
    padding: 35px 0 15px 0px;
    color:#fff;
}
.foot-logo img {
    max-width: 100%;
}
.footer-links {
    position: relative;
}
footer .badges-container {
    padding: 25px 0 0 0;
    text-align: right;
}
.footer-navigation  li {
    margin-bottom: 10px;
}
.footer-navigation  li ,
.footer-navigation  li a, .footer-truste li, .footer-truste li a{
    font-size: 14px;
    color: #fff;
}
.social-links ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-note {
    margin-top:40px;
}
.footer-truste {
    margin-bottom: 20px;
}
.footer-truste span {
    font-size: 18px;
}
.footer-truste ul, .footer-truste li {
    display: inline-block;
}
.footer-truste li a {
    border-right: 1px solid #fff;
    padding: 0 10px 0 8px;
    -webkit-transition: color linear .2s,background-color linear .2s;
    -moz-transition: color linear .2s,background-color linear .2s;
    -o-transition: color linear .2s,background-color linear .2s;
    transition: color linear .2s,background-color linear .2s;
}
.footer-truste li a:hover {
    color: #C4A4C5;
    text-decoration: none;
}
.footer-truste li:last-child a{
    border-right: none;
}
.social-links ul li:last-child {
    margin-right: 0;
}
.footer-note p {
    margin-bottom: 28px;
    font-size: 12px;
}
/* owl next and prev button */
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}
.owl-theme .owl-buttons i{
    margin-top: 2px;
}
/* To move navigation buttons outside use these settings: */
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -45px;
    top: 55px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -45px;
    top: 55px;
}
.owl-prev, #infografic_carousel .owl-prev{
    position: absolute;
    left: 4px;
    top: 30%;
}
.owl-next, #infografic_carousel .owl-next{
    position: absolute;
    right: 4px;
    top: 30%;
}
#user_rettings_slider .owl-prev {
    left: -76px;
    top: 30%;
    position: absolute;
}
#user_rettings_slider .owl-next {
    right: -76px;
    top: 30%;
    position: absolute;
}
#slider_testimonial .item:after {
    content: '';
    display: block;
    clear: both;
}
.owl-theme .owl-controls .owl-dots,
.owl-theme .owl-controls .owl-dots .owl-dot {
    display:none;
    height: 20px;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span{
    background: #000;
}
.owl-theme .owl-controls .owl-dots span {
    background: #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 4px;
    opacity: 0.5;
    width: 12px;
}
.slider-nav-control {
    text-align: center;
    font-size: 25px;
    position: absolute;
    left: 10px;
    right: 30px;
    bottom: -100px;
    z-index: 7;
}
.current-slider, .total-slider{
    font-weight: bold;
    display: inline-block;
    color: #444;
}
.custom-prev-btn, .custom-next-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.get-hover-form {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}
#form_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    z-index: 99;
    background: rgba(107, 40, 117, 1);
}
/* get quote overlay */
#get_quote,
#get_quote_home{
    left: 0;
    right: 0;
    z-index: 99;
}
#home_get_quote{
    height: 176px;
}
#get_quote {
    position: fixed;
    top: 44px;
    display: none;
}
#get_quote .get-Quote-form {
    margin: 0px;
}
/* get quote overlay */
.termloan-use-point:after{
    display: table;
    content: '';
    clear: both;
}
/*post page*/
#post-article,
#all_resources_block #post-article .resource-content {
    height: auto;
}
#post-article .resource-image,
#post-article .resource-content {
    float:none;
}
#all_resources_block #post-article .resource-content {
    width: 100%;
    padding: 20px 0;;
}
#post-article .read-time {
    position: static;
}
/*post-page end*/
/*get-quote style on stick*/
.get-quote-style {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(107, 40, 117, 1);
}
/*menu changes*/
#main_navigationbar .nav>li>a:focus,
#main_navigationbar .nav>li>a:hover {
    background-color: transparent;
}
/* home ratting other section */
#ratting_others{
    padding: 72px 0px;
}
#ratting_others .section-heading {
    margin-bottom: 45px;
    text-align: center;
}
.user-ratting {
    padding: 2px 5px 2px 0px;
    position: relative;
}
.rating-heading {
    margin: 3px 0px 8px;
    color: #000;
    font-size: 16px;
}
.hide_item { 
    display: none !important;
}
.average-ratting {
    text-align: center;
}
.ratting-description {
    color: #000;
}
.ratting-user{
    font-size: 12px;
    margin-top: 28px;
    color: #000;
}
.overall-ratting{
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Fort-Medium';
}
.date-time-label{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
}
.trust-pilot{
    margin: 11px auto 15px;
}
.icon-sprite{
    background: url(images/can_sprt.png) no-repeat;
}
.star-overall li {
    background-position:-16px -310px;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.star-overall p {
    text-align: center;
}
.user-ratting li{
    background-position:-16px -376px;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.user-ratting li.active{
    background-position:-16px -349px;
}
.star-overall li.active {
    background-position:-16px -271px;
}
.ratting-left-icon,
.ratting-right-icon,
.feature-left-icon,
.feature-right-icon {
    display: block;
    width: 32px;
    height: 50px;
}
.ratting-left-icon {
    background-position: -8px -403px;
}
.ratting-left-icon.active {
    background-position: -8px -471px;
}
.ratting-right-icon {
    background-position:-8px -536px;
}
.ratting-right-icon.active {
    background-position:-8px -603px;
}
.feature-left-icon {
    background-position: -11px -1px;
}
.feature-right-icon {
    background-position:-5px -132px;
}
.feature-left-icon.active {
    background-position: -8px -192px;
}
.feature-right-icon.active {
    background-position:-8px -61px;
}
/* home ratting other section */

/*-----------------------------------batch 2 starts--------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*---- How it works ----*/
.process-block {
    padding: 57px 0 55px;
}
.process-block .badges-container {
    margin-bottom: 0;
}
.process-block h4 {
    background-color: #fff;
    width: 58px;
    height:58px;
    border-radius: 50%;
    text-align: center;
    margin:0 auto;
    padding: 15px;
    font-size: 28px;
    margin-top:20px;
}
.process-block h4, .info-product-item p span {
    color: #6a2875;
}
.process-block .financial-product-item {
    position: relative;
}
.process-block .financial-product-item .process-arrow {
    position: absolute;
    top: 187px;
    right: -110px;
}
.process-block .financial-product-item .process-arrow span {
    position: relative;
    overflow: hidden;
    display: block;
    width:220px;
    height: 17px;
}
.process-block .financial-product-item .process-arrow span img{
    position: absolute;
    right:0;
}
.process-block .financial-product-item,
.process-block p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Fort-book";
}
#effortless_application {
    padding: 75px 0 81px;
    position: relative;
}
#effortless_application .section-heading {
    margin-bottom: 57px;
}
#infografic_product {
    padding: 85px 0 59px;
}
#infografic_product .owl-theme .owl-controls .owl-dots .owl-dot, #home_resource_list #articles .owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
#infografic_product .owl-theme .owl-controls .owl-dots, #home_resource_list #articles .owl-theme .owl-controls .owl-dots {
    text-align: center;
}
#infografic_product .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background-color: #6a2875;
    opacity: 1;
}
#home_resource_list #articles .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;  
}
.info-product-item {
    margin-bottom: 25px;
}
.info-product-item p {
    color: #6d6e71;
    font-size: 24px;
    text-align: center;
    padding: 0px 100px;
    margin: 51px 0 10px;
    line-height: 57px;
}
.info-product-item p span {
    font-size: 64px;
    display: block;
}
#use_termloan_for {
    position: relative;
}
#infografic_product .category-icon {
    width: 112px;
    height:139px;
}
.fade-bg {
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
}
.process-block .category-icon {
    height: auto;
}
.process-block .financial-product-item {
    padding: 15px 20px 0;
    margin-bottom: 0;
}
#termsloan_detail, #termsloan_detail.career {
    padding: 35px 0 30px;
    background-color: #eee;
}
#termsloan_detail .section-heading {
    margin-bottom: 56px;
}
#termsloan_detail .details-point li, #termsloan_detail .emp-perks li {
    font-size: 16px;
}
.inspiration-content .section-heading {
    margin-top: 52px;
}
#home_resource_list .featured-title {
    margin: 8px 0 13px;
}
.read-time span, .read-date span{
    font-family: "Fort-bold";
    color: #01aef0;
    font-size: 12px;
    text-transform: uppercase;
}
/*---- How it works end ----*/
/*---- Partner lean gen ----*/
#partner_lead_form {
    text-align: left;
    padding: 70px 0 65px;
}
form.form-section label{
    font-size: 15px;
    color: #6d6e71;
    position: relative;
    padding-right: 37px;
    width: 100%;
}
form.form-section .form-control {
    margin-bottom: 30px;
}
form.form-section .form-group fieldset {
    position:relative;
}
form.form-section label.error,
form.form-section div.error {
    color: red;
    position: absolute;
    bottom: -13px;
    left: 15px;
    padding:0 15px 0 0;
    font-size: 14px;
    height: 36px;
}
form.form-section div.error {
    bottom: -8px;
}
form.form-section textarea {
    border-radius: 20px;
    border: none;
    resize: none;
    padding: 6px 20px;
    margin-top: 4px;
}
form.form-section h3 {
    color: #6b2875;
    font-size: 22px;
}
form.form-section h3 {
    margin-bottom: 29px;
}
#partner_lead_form .partner-type {
    margin-bottom: 18px;
}
#partner_lead_form .partner-type .form-group{
    margin-bottom: 5px;
}
#partner_lead_form .section-heading {
    margin-bottom: 75px;
}
/*custom radio and label*/
.search-result .sidebar label { 
    display: table;
}
.search-result .sidebar input[type="checkbox"] + label span {
    margin-top: 0px;    
}
.search-result .sidebar label b{
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}
#partner_lead_form .partner-type input[type="radio"], .search-result .sidebar input[type="checkbox"] {
    height: 20px;
    display: inline-block;
    width: 20px;
    margin-bottom: 0px;
    vertical-align: middle;
    box-shadow: none;
}
#partner_lead_form .partner-type input[type="radio"], .search-result .sidebar input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
#partner_lead_form .partner-type input[type="radio"] + label, .search-result .sidebar input[type="checkbox"] + label {
    cursor: pointer;
}
#partner_lead_form .partner-type input[type="radio"] + label span, .search-result .sidebar input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-5px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
    background-color: #fff;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.30);
}
.search-result .sidebar input[type="checkbox"] + label span {
    border-radius: 0;
    width:16px;
    height:16px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.55);
}
#partner_lead_form .partner-type input[type="radio"]:checked + label span,
.search-result .sidebar input[type="checkbox"]:checked + label span{
    background-color: #6b2875;
}
.search-result .sidebar input[type="checkbox"]:checked + label span {
    background-color: #6E6F73;
    border:none;
    color:#fff;
    position:relative;
}
.search-result .sidebar input[type="checkbox"]:checked + label span:after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -3px;
    left: 1px;
    font-size: 14px;
    font-weight: normal;
}
.search-result .sidebar input[type="checkbox"]:checked + label {
    font-family: "Fort-Medium";
}

/*custom radio and label end*/

form.form-section p a.know-more {
    font-size: 16px;
    color: #00aeef;
    text-decoration: underline;
}
.join-us {
    text-align: center;
    border-top: 1px solid #c8c8c8;
    margin-top: 25px;
}
.join-us .btn {
    width:119px;
    margin-top: 35px;    
}
.question-mark {
    text-decoration: none;
    color: #01AEF0;
    position: absolute;
    right: 10px;
    top:0;
    width:27px;
    height: 27px;
    background: url(images/partner/QuestionMarkIcon.png) no-repeat;
}
.margin-top {
    margin: 12px 0 17px;
}
form.form-section h3.heading-parter-type {
    margin-bottom: 24px;
}
form.form-section h3.heading-beacome-partner {
    margin-bottom: 12px;
}
.get-funded .section-heading {
    margin-bottom: 12px;
}
.partnership-item .partnership-description { margin-bottom: 55px;}
.lern-more-link {
    display: table;
    height: 64px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.lern-more-link a{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
}
.lern-more-link a .glyphicon {
    color: #00aeef;
    font-size: 9px;
    top: -1px;
}
/*---- Partner lean gen end ----*/
/* Partner Referral*/
.sales-program {
    padding: 0;
}
.sales-program .section-heading {
    color: #fff;
    margin-bottom: 42px;
}
.page-template-about-us .sales-program .section-heading {
    color: #6b2875;
}
.sales-program .category-icon {
    height: auto;
    width:auto;
}
.sales-program .financial-product-item h5 {
    margin: 32px 0 19px;
    font-size: 22px;
}
.sales-program .financial-product-item p {
    font-size: 16px;
    padding: 0 32px;
    line-height: 22px;
}
.sales-program a.btn {
    margin-top: 34px;
}
.btn-purple-style {
    font-family: "Fort-Medium";
}
/*.slider-nav-control {
    bottom: -54px;
}*/
#referal_about_us, #help-log {
    padding: 50px 0 54px;
}
#referal_about_us p, #help-log p{
    width: 572px;
    margin: 0 auto 28px;
    font-family: 'Fort-Light';
    font-size: 36px;
    color: #fff;
}
.page-template-about-us #referal_about_us p.team{
    color: #6b2875;
}
/* Partner Referral end*/
/* partner */
#partnership{
    color: #fff;
    text-align: center;
    font-family: "Fort-Bold";
}
#partnership .section-heading {
    color: #fff;
    padding: 74px 12px 13px;
}
.partnership-label {
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "Fort-Bold";
    font-size: 22px;
    padding: 0 10px;
    min-height: 60px;
    word-wrap: break-word;
}
.partnership-description{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 66px;
    font-family: "Fort-Book";
}
.partnership-item {
    border: 1px solid rgba(255, 255, 255, .15);
    padding: 23px 10px 40px;
    margin: 0 12px 5px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    height: 296px;
    position: relative;
}
.partnership-item .learn-more-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: block;
    width: 100%;
}

.partnership-item:hover {
    background: #B352AF;
}
.partnership-item .network-name {
    position: absolute;
    bottom:16px;
    left:0;
    right:0;
    font-family: "Fort-Book";
}
#partnership .badges-container {
    padding-top: 28px;
    margin-bottom: 60px;
}
#we_bring_you_best{
    position: relative;
    padding: 70px 0 4px;
    text-align: center;
}
#we_bring_you_best .section-heading {
    margin-bottom: 60px;
}
#we_bring_you_best .tranp-div-two {
    top: 0px;
    z-index: 0;
}
#we_bring_you_best .container {
    z-index: 9;
}
.bring-best-item{
    margin: 0px 22px 60px;
}
.bring-best-item .category-icon , #member_benefit.career .category-icon{
    width: 92px;
    height: 92px;
}
.heading-label {
    font-family: "Fort-Bold";
    color: #00aeef;
    margin: 30px auto 12px;
}
#we_bring_you_best .description {
    line-height: 22px;
}
#partners {
    background: #eee;
    padding-bottom: 20px;
}
#partners .section-heading, #cta_block .section-heading{
    margin: 65px auto 70px ;
}
.partners-list {
    text-align: center;
}
.partners-list li {
    margin: 6px auto 30px;
    float: none;
    display: inline-block;
}
.partners-list li img {
    display: inline-block;
}
#email_us {
    padding-bottom: 70px;
}
#email_us .btn, .live-chat .btn{
    padding: 13px 28px;
}
#email_us .section-heading{
    margin: 65px auto 40px;
}
#email_us .btn-blue-bg:focus {
    color: #fff;
    background-color: #01AEF0;
    border: 2px solid #fff;
}
.call-us{
    color: #6d6e71;
    font-size: 18px;
    margin: 0px auto 10px;
    font-family: "Fort-Bold";
}
.call-number {
    color: #6a2875;
    font-size: 26px;
}
.divider-line {
    width: 50px;
    height: 1px;
    background: #c8c8c8;
    margin: 26px auto 30px;
    display: block;
}
#cta_block .section-heading {
    margin: 65px auto 40px;
}
#cta_block {
    background: #EEEEEE;
    padding-bottom: 40px;
}
.partnership-item { margin-top: 5px;}
/* campaign page  */
.gray-bg {
    background: #EEEEEE;
}
.badges-offset {
    margin-bottom: 60px;
}
.bottom-border {
    border-bottom: 2px solid #E9E9E9;
}
/* campaign page  end*/
/* Small Business Funding Start Here */
#sbf_hero #slider_testimonial{
    padding: 26px 0 56px 0;
}
#sbf_hero #slider_testimonial .user-icon {
    margin: 42px 0 0 0;
}
#sbf_hero .content-list-item {
    padding: 42px 138px 0 0px;
    text-align: center;
}
#sbf_hero .content-list-item p{
    font-size: 14px;
    font-family: "Fort-book";
    color: #fff;
    margin-bottom: 7px;
}
#sbf_hero .heading-line{
    font-size: 40px;
    font-family: "Fort-book";
    color: #fff;
    line-height: 52px;
    margin-bottom: 26px;
}
#sbf_hero .owl-carousel .owl-item img { 
    width: auto; 
    max-width: 100%;
}
.content-list-item .customer-info {
    color: #fff;
    margin-bottom: 28px;
}
.loan-nav {
    text-align: center;
    background-color: #4c1763;
    margin: 0;
    min-height: 92px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 6;
}
.navigation-item {
    display: block;
    font-family: "Fort-book";
    color: #e284e0;
    font-size: 26px;
    margin: 17px auto 0;
    padding: 10px 0;
    text-decoration: none;
}
.navigation-item:hover,.navigation-item:focus  {
    color: #fff;
    text-decoration: none;
    font-family: "Fort-bold";
}
.loan-nav .active a {
    font-family: "Fort-bold";
    color: #fff;   
    background-position:center top;
}
.loan-nav .active {
    background: url(images/small_bus_arrow.png) no-repeat center -1px;
}
.nav-right-border {
    border-right: 1px solid #e284e0;
}
/* Block Solution Built*/
#solution_built {
    position: relative;
    padding: 90px 0 109px;
}
#solution_built .tranp-div-two {
    top: 0px;
}
#solution_built .container {
    position: relative;
    z-index: 1;
}
#solution_built  .section-heading {
    text-transform: capitalize;
    margin-bottom: 43px;
}
.divtable {
    box-shadow: -1px 4px 0 #efefef;
}
.divtable .tr {
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ccc;
}
.seprate-block .thead {
    display: none;
}
.divtable .th,
.divtable .td {
    padding: 0px 20px;
    float: left;
    color:#fff;
    font-family: "Fort-bold";
    height: 110px;
    display: table;
    border-right: 1px solid #e570e7;
}
.divtable .th span,
.divtable .td span {
    display: table-cell;
    vertical-align: middle;
}
.divtable .th span img,
.divtable .td span img {
    margin-bottom: 4px;
}
.divtable .th span small,
.divtable .td span small {
    font-family: "Fort-book";
    font-size: 14px;
}
.divtable .th {
    font-weight: bold;
    text-align: center;
}
.divtable .th a, .divtable .th a:hover {
    color:#fff;
    text-decoration:none;
}
.firstname {
    width: 20%;
}
.term-laon {
    width: 40% !important;
}
.trak-laon {
    width: 40% !important;
}
.installment-loan {
    width: 27%;
}
.seprate-block .firstname {
    border-right:  10px solid rgba(107, 40, 117, 0.9);
}
.headings .term-laon,
.headings .trak-laon,
.headings .installment-loan {
    border-bottom:  10px solid rgba(107, 40, 117, 0.9);
}
.divtable .seprate-block .term-laon,
.divtable .seprate-block  .trak-laon,
.divtable .seprate-block  .installment-loan  {
    background-color: #fff;
    border-right: 1px solid #ccc;
    color: #6d6e71;
    font-size: 16px;
    vertical-align: top;
}
.divtable .seprate-block .term-laon span,
.divtable .seprate-block  .trak-laon span,
.divtable .seprate-block  .installment-loan span {
    vertical-align: middle;
    /*padding-top:25px;*/
}
.headings .installment-loan {
    border-right: none;
}
/* Making Payments*/
#making-payments {
    color: #fff;
    padding-bottom: 60px;
    padding-top: 57px;
}
#making-payments p {
    font-size: 36px;
}
#making-payments p {
    font-family: "Fort-Light";
    margin: 0 auto 34px;
    width: auto;
}
/* Right financing */
#right-financing {
    background: none repeat scroll 0 0 #eeeeee;
    padding: 78px 0 98px;
}
#right-financing .section-heading {
    text-transform: capitalize;
}
#right-financing .owl-dots {
    left: 47%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    margin-top: 20px;
}
#right-financing .owl-theme .owl-controls .owl-dots,
#right-financing .owl-theme .owl-controls .owl-dots .owl-dot {
    float: left; display: block;
}
#right-financing .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #6a2875; opacity: 0.9;
}
.graph1 {
    height: 318px;
    margin: 0 auto;
    width: 759px;
}
.graph2 {
    height: 318px;
    margin: 0 auto;
    width: 759px;
}
/* Funding Option */
#funding-option {
    background-color: #ffffff;
    padding: 80px 0 100px;
    position: relative;
}
#funding-option .section-heading {
    margin-bottom: 52px;
    text-transform: capitalize;
}
#funding-option .divtable .seprate-block .term-laon span,
#funding-option .divtable .seprate-block .trak-laon span,
#funding-option .divtable .seprate-block .installment-loan span {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
}
#funding-option .divtable .seprate-block .term-laon,
#funding-option .divtable .seprate-block .trak-laon,
#funding-option .divtable .seprate-block .installment-loan {
    min-width: 142px;
    text-align: center;
    padding-top: 16px;
}
/* Small Business Funding End Here*/
/* Compaign */
.sub-logo {
    margin: 8px 0 0 20px;
    padding:0 0 0 15px;
    height: 40px;
    border-left: 1px solid #ccc;
    display: table;
    left: 18px;
    position: relative;
}
.sub-logo .category-icon {
    width:auto;
    height:auto;
    display: table-cell;
    vertical-align: middle;
}
#compaign-header {
    padding-top: 7px;
}
#compaign-header h1 {
    margin-bottom: 34px;
}
#compaign-header li.btn-blue-bg,
#compaign-header li.btn-blue-bg:hover {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#compaign-header li.btn-blue-bg a {
    font-size: 12px; 
    padding: 6px 12px; 
    color: #fff;
    background-color: #01aef0;
    border: 2px solid #fff;
    border-radius: 25px;
}
#compaign-header li.btn-blue-bg a:hover {
    background-color: #fff;
    border: 2px solid #01aef0;
    box-shadow: none;
    color: #01aef0;
}
#compaign-header li.btn-blue-bg a:focus {
    background-color: #01aef0;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
}
#compaign-header .primary-nav .nav > li a {
    padding: 6px 16px;
    font-family:"Fort-Book";
}
#compaign-funding-block #financial_product #home_get_quote {
    height: 161px;
}
#compaign-funding-block #funding-option .financial-product-item {
    padding: 15px 20px 1px;
}
#compaign-funding-block #funding-option .badges-container {
    padding: 0 20px;
}
#compaign-funding-block #funding-option {
    padding: 78px 0 95px;
    background:rgba(255,255,255, 0.6);
}
#compaign-funding-block #funding-option .section-heading {
    margin-bottom: 54px;
}
#success_community .section-heading {
    margin-bottom: 52px;
}
#success_community .marchent-name {
    margin-top: 18px;
}
/* Compaign-boarding-ALT */
#compaign_boarding_alt .financial-product-item {
    padding-top: 7px;
    position: relative;
}
#compaign_boarding_alt .category-icon {
    height: auto;
}
#compaign_boarding_alt .financial-product-item h5 {
    margin-top: 13px;
    font-size: 26px;
}
#compaign_boarding_alt .financial-product-item p {
    margin-top: 17px;
}
#compaign_boarding_alt .loan-item {
    margin-top: 16px;
}
#compaign_boarding_alt .loan-item p { 
    overflow: hidden;
}
#compaign_boarding_alt .badges-container {
    margin-top: 25px;
}
#compaign_boarding_alt .bottom-margin-80 {
    margin-bottom: 45px;
}
#compaign_boarding_alt .btn-purple-style {
    position: relative;
}
.we_bring_you-border-bottom {
    border-bottom: 5px solid #eeeeee;
}
.we_bring_you-border-bottom  .bring-best-item {
    margin-bottom: 80px;
}
.entrepreneur {
    display: none;
}
/*-----------------------------------batch 2 end--------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*batch 1 insights section carousal for mobile only*/
#home_resource_list .customNavigation, #testimonial .customNavigation, #infografic_product.tutorials .customNavigation, #success_community .customNavigation {
    font-size: 15px;
    margin: 25px auto 40px;
    font-family: "Fort-Book";
}
#home_resource_list .section-heading {
    color: #fff;
}
#home_resource_list .owl-controls {
    display: none;
}
#home_resource_list .customNavigation .slide-prev,
#home_resource_list .customNavigation .slide-next,
#home_resource_list .customNavigation span,
#testimonial .customNavigation span,
#testimonial .customNavigation .prev,
#testimonial .customNavigation .next,
#infografic_product.tutorials .customNavigation .slide-prev,
#infografic_product.tutorials .customNavigation .slide-next,
#infografic_product.tutorials .customNavigation span,
#success_community .customNavigation .slide-next,
#success_community .customNavigation .slide-prev,
#success_community .customNavigation span
{
    font-size: 26px;
    color: #6a2875;
}
#home_resource_list .customNavigation .slide-prev i,
#home_resource_list .customNavigation .slide-next i,
#testimonial .customNavigation .prev i,
#testimonial .customNavigation .next i,
#success_community .customNavigation .slide-next i,
#success_community .customNavigation .slide-prev i{
    position: relative;
    top:4px;
}
#testimonial .customNavigation .prev, #testimonial .customNavigation .next,
#infografic_product.tutorials .customNavigation .slide-prev,
#infografic_product.tutorials .customNavigation .slide-next,
#success_community .customNavigation .slide-next,
#success_community .customNavigation .slide-prev {
    color: #c8c8c8;
}
#home_resource_list .customNavigation span {
    color: #fff;
}
#testimonial .customNavigation span, #infografic_product.tutorials .customNavigation span, #success_community .customNavigation span {
    color: #6f6f71;
}
#home_resource_list .customNavigation .slide-prev.active,
#home_resource_list .customNavigation .slide-next.active,
#testimonial .customNavigation .next.active,
#testimonial .customNavigation .prev.active,
#infografic_product.tutorials .customNavigation .slide-prev.active,
#infografic_product.tutorials .customNavigation .slide-next.active,
#success_community .customNavigation .slide-next.active,
#success_community .customNavigation .slide-prev.active {
    color: #01AEF0;
}
/*Cursor active inactive state*/
#home_resource_list .customNavigation .slide-prev,
#home_resource_list .customNavigation .slide-next,
#home_resource_list .customNavigation span,
#testimonial .customNavigation span,
#testimonial .customNavigation .prev,
#testimonial .customNavigation .next,
.ratting-left-icon,
.ratting-right-icon,
.feature-left-icon,
.feature-right-icon,
#infografic_product.tutorials .customNavigation .slide-prev,
#infografic_product.tutorials .customNavigation .slide-next,
#infografic_product.tutorials .customNavigation span,
#success_community .customNavigation .slide-next,
#success_community .customNavigation .slide-prev,
#success_community .customNavigation .slide-next,
#success_community .customNavigation span {
    cursor: default;
}
.feature-right-icon.active,
.feature-left-icon.active,
.ratting-right-icon.active,
.ratting-left-icon.active,
#home_resource_list .customNavigation .slide-prev.active,
#home_resource_list .customNavigation .slide-next.active,
#testimonial .customNavigation .next.active,
#testimonial .customNavigation .prev.active,
#infografic_product.tutorials .customNavigation .slide-prev.active,
#infografic_product.tutorials .customNavigation .slide-next.active,
#success_community .customNavigation .slide-next.active,
#success_community .customNavigation .slide-prev.active {
    cursor: pointer;
}
.dropdown .glyphicon-menu-down {
    position: absolute;
    right: 0;
    top: 6px;
    width: 29px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    z-index: 99;
}
.primary-nav .nav li.dropdown > a {
    margin-right: 13px;
}
/* navigation dropdown  */
#slider_feature_product .owl-prev, #slider_campaign_product .owl-prev {
    left: -14px;
}
#slider_feature_product .owl-next, #slider_campaign_product .owl-prev {
    right: -14px;
}
.dropdown.open .glyphicon-menu-down{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.nav-cover{
    height: 15vh;
    width:100%;
    background:rgba(0, 0, 0,.5);
}
#get_quote_home.navbar-fixed-top{
    position: fixed;
    top: 58px;
    bottom: none;
    -webkit-overflow-scrolling: touch;
}
.btn.focus, .btn:focus, .btn:hover, a:hover, a:active, a:focus {
    outline: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
/*To make image and video verticaly align*/
.featured-story-image, .resource-image{
    position: relative;
    display: table;
}
.featured-story-image img, .resource-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.featured-story-image .featured-video-plus, .featured-video-plus .fvp-center {
    display: table-cell;
    vertical-align: middle;
}
/*resource search result*/
#all_resources_block.search-result {
    padding:40px 0 80px;
}
#all_resources_block.search-result, 
#all_resources_block.news-section {
    border-bottom: 5px solid #eee;
}
.search-result .sidebar {
    width: 244px;
    padding:35px 22px 20px;
}
.search-result .sidebar , .result-count{
    float:left;
}
.result-count {
    padding-top:12px;
}
.search-result .resource-container {
    padding: 0;    
}
.search-result .resource-container .show-more-terms, 
.news-landing .resource-container .show-more-terms {
    border-top: 2px solid #eee;
    padding-top: 30px;
}
.search-tab-button {
    float: right;
}
.search-tab-button .nav-tabs{
    border-radius: 25px;
    border:2px solid #00aeef;
}
.search-tab-button .nav-tabs>li.active>a,
.search-tab-button .nav-tabs>li.active>a:focus,
.search-tab-button .nav-tabs>li.active>a:hover ,
.search-tab-button .nav>li>a:focus,
.search-tab-button .nav>li>a:hover,
.search-tab-button .nav-tabs>li>a,
.search-tab-button .nav-tabs>li>a:hover{
    border: none;
}
.search-tab-button .nav-tabs>li.active>a,
.search-tab-button .nav-tabs>li.active>a:focus,
.search-tab-button .nav-tabs>li.active>a:hover {
    background-color: #00aeef;
    color:#fff;
    margin:0;
    font-family: "fort-Bold";
}
.search-tab-button .nav-tabs>li>a {
    background: transparent;
    margin:0;
    border-radius: 0 18px 18px 0px;
    color: #00aeef;
    padding:6px 15px;
}
.search-tab-button .nav-tabs>li:last-child a
{
    border-radius: 0 13px 15px 0px;
}
.search-tab-button .nav-tabs>li:first-child a {
    border-radius: 13px 0px 0px 15px
}
.search-header {
    float:right;
    width:100%;
    padding-bottom: 18px;
    border-bottom: 2px solid #eee;
    margin-bottom: 22px;
}
.search-tab-button .nav-tabs>li.active:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #00aeef;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.search-result .sidebar .section-heading {
    font-size: 18px;
    margin-bottom: 30px;
}

.search-result .sidebar input[type="checkbox"] + label i {
    color: #a4a4a4;
    font-style: normal;
    padding-left:3px;
}
.clear-all {
    width:244px;
    clear:both;
    text-align: center;
    border-top: 2px solid #fff;
    background-color: #eee;
    display: none;
}
.clear-all .btn, .clear-all .btn:hover, .clear-all .btn:focus{
    color:#3BBDEF;
    border:none;
    background-color: transparent;
    text-decoration: underline;
    outline:none;
    box-shadow:none;
    padding: 9px;
}
.clear-all .btn:hover {
    color: #01AEF0;
}
.search-result .sidebar input[type="checkbox"] + label span {
    cursor: pointer;
    opacity: .5;
}
.search-result .sidebar input[type="checkbox"]:focus + label span {
    border: 1px dotted blue;
}
#partner_lead_form .partner-type input[type="radio"]:focus + label span {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 0px 2px #80BBE8;
}
/* Resources Post */

#social-media-section {
    background: #fff;
    position: relative;
    top: 0;
    width: 90%;
    padding-top: 30px;
    left: 5%
}
#sidebarWrap {
    height: 200px;
    position: absolute;
    right: 0px;
}
#sidebar.fixed {
    position: fixed;
    top: 240px;
    right: 88px;
}
.social-media {
    width: 50px;
    position: absolute;
    right:20px;
    top: 30px;
    text-align: center;
    z-index: 1;
}
.social-media h3 {
    color: #c7c7c7;
    font-size: 14px;
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
}
.social-media li { 
    margin-top: 15px;
}
#social-media-section .section-heading { 
    width: 70%;
    margin: 0 auto;
}
#social-media-section .featured-title {
    font-size: 14px;
    font-family: Fort-bold;
    color: #00aeef;
    padding-bottom: 15px;
}
#social-media-section .featured-title span {
    color: #a1a1a1;
    font-family: Fort-book;
    font-size: 14px;
    list-style: circle;
}

#social-media-section .read-time { 
    display: inline-block;
    position: inherit;
    top: 0;
    margin-top: 12px;
}
#social-media-section .customer-info {
    font-family: Fort-bold;
    margin-top: 24px;
    font-size: 14px;
}
#social-media-section .content-area {
    width: 100%;
    display: block;
    margin: 34px auto 0;
}
#social-media-section .content-area p{
    width: 70%;
    margin: 20px auto;
    font-size: 16px;
    color: #6d6e71;
    line-height: 26px;
}
#social-media-section .content-area p.top-line {
    border-top: 2px solid #eeeeee;
    display: block;
    padding-top: 34px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #6d6e71;
    line-height: 26px;
}
#social-media-section .content-area .inner-content {
    width: 70%;
    margin: 0 auto;
}
#social-media-section .content-area .inner-content p { 
    width: 100%;
}
#social-media-section .content-area img { 
    width: 86%;
    margin: 78px auto 0;  
    text-align:  center; 
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 25px;
}

#social-media-section .content-area .img-container img {
    margin-bottom: 25px;
}
.img-container caption { 
    font-family: Fort-book;
    font-size: 12px; 
    color: #a1a1a;
}
.img-caption {
    width: 86%;
    margin: 20px auto 55px;
    text-align:  center;
    font-family: Fort-book;
    font-size: 12px; 
    color: #a1a1a;
}
#social-media-section .testimonial-content { 
    position: inherit;
    margin-top: 70px;
    margin-bottom: 90px;
}
#social-media-section .testimonial-content .testimonial-heading { 
    font-size: 40px;
}
#social-media-section .testimonial-content .customer-info {
    font-family: Fort-book;
    color: #6d6e71;
    font-size: 20px;
}
#social-media-section .btn-block { 
    width: 70%; 
    border-bottom: 3px solid #eee;
    margin: 20px auto 0;
    padding: 20px 0 45px;
}
#social-media-section .btn-block .btn { 
    border: none;
    text-shadow: none;
    box-shadow:  none;
    border-radius: 0;
    margin: 0 10px 15px 0;
    text-transform:lowercase;
    text-transform: initial; 
}
#social-media-section .btn-block .btn-theme {
    background-color: #e9e9e9;
    color: #00B0EB; 
    font-size: 14px;
}
.client-testimonials, #all_resources_block .client-testimonials  { 
    width: 60%; 
    margin: 0px auto;
    padding-bottom: 80px;
}
.client-testimonials {
    width: 58%; 
    margin: 0px auto;
    position: relative;
    top: -55px;
}
#all_resources_block .client-testimonials { 
    top:0;
}
.client-testimonials .media-heading, #all_resources_block .client-testimonials .media-heading {
    font-family: Fort-bold;
    font-size: 16px;
    color: #6d6e7;
}
.client-testimonials .media-heading, #all_resources_block .client-testimonials .media-heading a {
    color: #6d6e7;
}
.client-testimonials .media-heading, #all_resources_block .client-testimonials .media-heading a:hover { 
    text-decoration: none;
}
.client-testimonials .media-body, #all_resources_block .client-testimonials .media-body {
    font-family: Fort-book;
    font-size: 14px;
    color: #6d6e71;
}
.client-testimonials .media-body h5, #all_resources_block .client-testimonials .media-body  h5 {
    font-family: Fort-bold;
    font-size: 14px;
    color: #6d6e7;
}
#articles .related-articles {
    background-color: #e9e9e9;
    padding: 42px 0 67px;
}
#articles .related-articles .section-heading {
    margin: 20px 0 40px;
}
#articles .related-articles .thumbnail {
    padding: 0px; 
    border-radius: 0; 
    border: none; 
    border-bottom: 4px solid #d4d4d4;
}
#articles .related-articles .thumbnail ,
#home_resource_list #articles .related-articles .thumbnail {
    height:475px;
}
#articles .related-articles .caption { 
    padding: 12px 25px 30px;
}
#articles .related-articles .caption img {
    width: auto;
}
#articles .related-articles .caption h3 {
    font-family: Fort-bold;
    color: #01aef0;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    padding-bottom: 8px;
}
#articles .related-articles .caption h3 a {
    color: #01aef0;
}
#articles .related-articles .caption h3 a:hover { 
    text-decoration: none;
}
#articles .related-articles .caption .read-time,
#articles .related-articles .caption .read-date {
    font-size: 12px;
    padding-bottom: 10px;
}
#articles .related-articles .caption .read-time { 
    bottom: 40px; 
    padding-top: 0;
    color: #a1a1a1;
}
#articles .related-articles .caption p { 
    font-size: 14px; 
    color: #6d6e71; 
    padding-top: 10px;
}
#cc-newsletter { 
    padding: 70px 0 67px;
    text-align: center;
}
#cc-newsletter .section-heading {
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
}
#cc-newsletter p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}
.get-e-book fieldset,
#cc-newsletter fieldset {
    margin: 0 0 0 auto;
    width: 624px;
    height: 70px;
}
#cc-newsletter small { 
    color:  #fff;
    float: left;
    padding-left: 112px;
}
#cc-newsletter .btn-left {
    text-align: left;
}
.large-size-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    position:absolute;
    right: 5%;
    top: 20px;
    height: 40px;
    line-height: 30px;
}
.large-size-icon i { 
    margin-left: 10px;
    font-size: 14px;
    color: #01aef0;
}
#resource_hero .modal-dialog {
    width: 96%;
    height: auto;
    padding: 0;
}

#resource_hero .modal-content, #our-leading-team .modal-content{
    height: 100%;
    border-radius: 0;
}
#resource_hero .modal-body, #our-leading-team .modal-body {
    padding-top: 0;
}
#resource_hero .modal-body img, #our-leading-team .modal-body img {
    margin: 0 auto;
}
#resource_hero .modal-body small, #our-leading-team .modal-body small { 
    margin-top: 15px;
    display: inline-block;
}
#resource_hero .modal-header, #our-leading-team .modal-header { 
    border: none;
}
#resource_hero .modal-header button.close, #our-leading-team .modal-header button.close {
    font-size: 48px;
}

/*  Resources Glossary  */
.resources-glossary .section-heading { 
    float: left;
    width:100%; 
    text-align: left;
    margin-bottom: 14px;
}
.resources-glossary p { 
    display: table;
}
.glossary-border-bottom {
    border-bottom: 6px solid #eee;
}
#all_resources_block .resources-glossary .featured-title a {
    font-family: 'Fort-Book';
    font-size: 22px;
    line-height: 30px;
}
#all_resources_block.glossary-mob-top-border {  
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    padding-top:0;
}
.glossary-row {
    margin-top: 53px;    
}
.glossary-row:first-child {
    margin-top: 0px; 
}
.glossary-detail-page ul li {
    list-style: initial;
}
/*help center*/
#faq-block {
    padding: 75px 0;
}
#faq-block .section-heading {
    margin-bottom: 85px;
}
#faq-block .accordion-group {
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #c7c7c7;
}
#faq-block .accordion-group a {
    font-size: 22px;
    color: #6a2875;
    display: block;
    padding: 30px;
    text-decoration: none;
}
#faq-block .accordion-group a p {
    font-size: 14px;
    color: #6d6e71;
    font-family: "fort-Book";
}
#faq-block .accordion-group a {
    font-family: "fort-Bold"; 
}
#faq-block .accordion-group a i{
    float:right;
    color: #01AEF0;
}
#faq-block .accordion-inner .accordion-group, #faq-block .job-location {
    border-top: 2px solid #e9e9e9;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0 48px;
}
#faq-block .accordion-inner .accordion-heading a {
    padding: 20px 0;
    font-size: 18px;
    color: #6d6e71;
}
#faq-block .accordion-inner p {
    font-family: "fort-Book";
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.live-chat {
    padding: 63px 0 66px;
}
.live-chat .section-heading,
.search-resource-center .section-heading{
    font-family: "fort-Medium";
}
.live-chat .section-heading b,
.search-resource-center .section-heading b {
    display:block;
    font-family: "fort-Bold";
}
.search-resource-center .section-heading {
    line-height: 52px;
}
#help-log p {
    width:auto;
}
.search-resource-center {
    padding:68px 0 80px;
}
.tutorial-section {
    margin: 52px 0;
}
.tutorial-description {
    padding: 0 10px 0 0;
}
.tutorial-description h3 {
    font-size: 26px;
    font-family: "fort-Bold";
    color:#01AEF0;
    line-height: 33px;
}
.tutorial-description p {
    line-height: 24px;
    margin-top: 10px;
}
span.top-quest {
    font-size:12px;
    background-color:#eee;
    color:#6a2875;
    padding:6px;
    margin-right:10px;
}

/* Contact form  */
.contact-from { 
    width: 64%;
    margin: 0 auto
}
.contact-from .section-heading {
    margin-top: 0;
    margin-bottom: 60px;
}
.contact-from .join-us { 
    margin-top: 0px;
}
#our-offices {
    padding: 80px 0
}
#our-offices .section-heading {
    margin-bottom: 50px;
}
#our-offices .thumbnail, #our-leading-team .thumbnail { 
    border: none; 
    padding: 0; 
    border-radius: 0;    
}
#our-leading-team .thumbnail {
    cursor: pointer;
}
#our-offices .caption h3, #our-leading-team .caption h3 {
    font-family: Fort-bold;
    font-size: 28px;
    color: #6a2875;
    margin-top: 30px;
    margin-bottom: 10px;
}
#our-offices .caption p { 
    font-size: 16px;
    cursor: default;
}
#our-offices .caption p, #our-offices .caption .learn-more-btn {
    color: #6d6e71;
}
#our-offices .caption .learn-more-btn:hover, #our-offices .caption .learn-more-btn:focus  {
    color: #00aeef;
}
#our-offices .caption .learn-more-btn  {
    font-family: "fort-Book";
}
#our-offices .thumbnail .office-location img{
    margin:0 auto;
}
/* About Us  */
#about-us { 
    /*    width: 74%;*/
    margin: 0 auto;
    padding: 40px 95px;
}
#about-us p { 
    font-size: 16px; 
    color: #fff; 
    margin-bottom: 25px;
}
.page-template-about-us #about-us p { 
    color: #6b2875; 
}
#our-leading-team  .modal-body .caption p.content { 
    font-size: 14px; 
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 10%
}
#our-leading-team .caption p {
    font-size: 16px;
}
#our-leading-team { 
    padding: 74px 0;
}
.gray-scale{
    filter: gray; 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    transition: all .6s ease;  
    -webkit-transition: all .6s ease;  
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

#our-leading-team  .modal-body .thumbnail img ,
#our-leading-team  .modal-body .thumbnail {
    filter: none;
    -webkit-filter: grayscale(0%);
}
#our-leading-team .section-heading { 
    margin-bottom: 60px;
}
#our-leading-team .caption h3 { 
    font-size: 22px;
    margin-top: 12px;
}
/* Video icon wp */
.video-player a {
    display: block;
    position: relative;
}
.post-image a{
    display: inline-block;
    position: relative;
}
.video-play-icon, .video-play-icon-small  { 
    border: 5px solid #fff; 
    border-radius: 85px;
    padding: 28px 22px 26px 32px;
    display: inline-block;
    /*    box-shadow: 1px 1px 2px #333;*/
    position: absolute;
    opacity: 0.7;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.video-play-icon-small {
    padding: 5px 5px 0px 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.video-play-icon i {
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.video-play-icon-small i {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 8px solid transparent;
    display: inline-block;
}
.video-play-icon:hover,
.video-play-icon:hover i,
.video-play-icon-small:hover i,
.video-play-icon-small i:hover { 
    opacity: 0.7;
}

.html5-lightbox-box { 
    width: 96%;
}
.html5-lightbox-overlay { 
    opacity: 0.5;
}
.html5-elem-wrap { 
    width: 100%;
    height: 100%;
}
#home_resource_list #articles .related-articles { 
    background-color: transparent;
}
#home_resource_list #articles .related-articles .caption .read-date {
    padding-bottom: 5px;
}
#home_resource_list #articles .related-articles .caption .topic, #social-media-section span.press-release-btn {
    color: #fff;
    font-family: "Fort-Medium";
    font-size: 14px;
    text-transform: uppercase;
    line-height: 13px;
    background: #6c2976;
    background: -moz-linear-gradient(left, #6c2976 0%, #a24f9d 100%);
    background: -webkit-linear-gradient(left, #6c2976 0%,#a24f9d 100%);
    background: linear-gradient(to right, #6c2976 0%,#a24f9d 100%);
    padding: 6px 15px;
    display: inline-block;
}
/* Resource Listing */
#all_resources_block .client-testimonials { 
    width: auto;
    display: inline-block;
    border-top: 1px solid rgb(238,238,238);
    border-bottom: 3px solid rgb(238,238,238);
    margin-bottom: 40px;
    padding: 18px 0;
}
.topics-bg { 
    padding: 50px 0 20px; 
    border-bottom: 2px solid rgb(238,238,238);
}
.topics-bg .section-heading { color: #01aef0;}

/* about-us slider*/

#home_resource_list #articles .item, #success_community .item {
    padding: 0 10px;
}
#financial_product #slider_feature_product {
    padding:0 18px;
    margin-top: 60px;
}
/*career*/
.connect-with-us {
    text-align: center;
    padding: 70px 0 10px;
} 
.connect-with-us h3 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin: 28px 0 50px;
    padding: 0 15px;
}
.connect-with-us h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
connect-through span {
    display: block;
}
.testimonial-content.career h4 {
    font-size: 18px;
}
.testimonial-content.career h4 {
    color: #6b2875;
}
.testimonial-content.career h5,  .city-name  {
    color: #6d6e71;
    display: inline;
} 
.testimonial-content.career h5 {
    font-size: 20px;     
    margin-bottom: 20px;
}
.testimonial-content.career .section-heading {
    margin: 18px 0 15px;
}
#termsloan_detail.career {
    background-color: #fff;
}
#faq-block .job-location {
    padding: 20px 30px 20px 20px;
}
.job-post,.job-location .job-post h3 a{
    color: #00aeef;
    font-size: 14px;
    display: inline;
}
.job-location span{
    color: #737373;
    font-size: 14px;
    display: inline;
 }
.job-post, .city-name {
    font-size: 18px;
}
.city-name {
    font-family: "fort-Book";  
}
#faq-block.career .section-heading {
    margin-bottom: 30px;
}
#faq-block.career .section-heading + p {
    margin-bottom: 78px;
    text-align: center;
}
#faq-block.career .accordion-group a {
    padding: 24px 30px 36px;
}
#faq-block .job-location > a, #faq-block.career .job-location > a {
    padding:0;
}
#faq-block.career .accordion-group a p {
    margin-top:10px;
}
#faq-block.career .accordion-group .job-post a {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #00aeef;

}
#member_benefit.career .section-heading {
    margin-bottom: 30px;
}
/* Page Not Found*/
#page-not-found {
    margin-bottom: 50px;
}
#page-not-found h2 {
    font-size: 56px;
    line-height: 66px;
    color: #6a2875;
    margin: 23px 0 27px;
    font-family: 'Fort-Light';
}
#page-not-found p {
    margin: 0 0 10px;
    word-wrap: break-word;
    font-family: "Fort-Light";
    color: #692173;
    font-size: 24px;
    line-height: 30px;

}
#page-not-found ul {
    font-size: 22px;
    padding: 0 20px 5px;
    margin: 20px 0;
}
#page-not-found ul li {
    margin-bottom: 5px;
    font-family: "Fort-Light";
    color: #692173;
    font-size: 24px;
    line-height: 30px;
    list-style: outside disc;
}
#page-not-found h3 {
    font-family: "Fort-Light";
    color: #692173;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
}
#page-not-found .breadcrumb { 
    background-color: transparent;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
/*live chat*/
.boldchat {    
    left: -13px;
    position: relative;
    float:left;
    text-align: center;
    top: 5px;
    white-space: nowrap;
}
#resource_hero.resource-post { 
    height: auto;
    min-height: 98px;
    background: none;
}
#resource_hero .img-block {
    height: 493px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
/*-------------------news landing--------------------*/
.resource-image .gardiant-bg {
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-0%, -0%);
}
.resource-image .gardiant-bg img { 
    position: relative;
}
.resource-image .gardiant-bg span,
#all_resources_block .thumbnail .gardiant-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c2976+0,a24f9d+100 */
    background: #6c2976; /* Old browsers */
    background: -moz-linear-gradient(left, #6c2976 0%, #a24f9d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6c2976 0%,#a24f9d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6c2976 0%,#a24f9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2976', endColorstr='#a24f9d',GradientType=0 ); IE6-9 */
    font-family: "Fort-bold";
    font-size: 13px;
    padding: 5px 15px;
    display: block;
    color: #fff;
}
#all_resources_block .thumbnail .gardiant-bg { 
    display: inline-block;
    margin-right: 20px;
}
#all_resources_block .thumbnail {
    width: 90%;
    border: none;
    margin-top: 50px;
}
#all_resources_block .thumbnail a {
    color: #01aef0;
    font-family: Fort-bold;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 8px;
    text-decoration: none;
}
#all_resources_block .thumbnail p {
    margin-top: 15px;
    color: #a1a1a1;
}
#all_resources_block .thumbnail .read-time, .resource-list .resource-content .read-time {
    margin-top: 15px;
    position: inherit;
    top: 0px;
}
.width-auto {
    width: auto;
}
.news-pres-contacts {
    width: auto;
    line-height: 32px;
}
/*------ Instant quote ----*/
.check-icon{
    color: #00ca50;
    position: absolute;
    right: 82px;
    top: 50px;
    font-size: 16px;
    font-weight: normal;
    display: none;
}

.custom-form a.question-icon{
    text-decoration: none;
    height: 27px;
    width: 27px;
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 12px;
    background: url(images/partner/QuestionMarkIcon.png) no-repeat;
}

.custom-form a.med-question-icon{
    text-decoration: none;
    height: 27px;
    width: 27px;
    display: inline-block;
    position: absolute;
    right: 148px;
    top: 12px;
    background: url(images/partner/QuestionMarkIcon.png) no-repeat;
}

.bg-gray{
    background: #e9e9e9;
}

.annual-check-icon{
    right: 208px;
    top: 16px;
    z-index: 3;
}

.page-template-instant-quote div.head-titles .down-arrow{
    display: none;
}

.page-template-installmentloan-landing div.head-titles .down-arrow{
    display: none;
}

.page-template-trakloan-landing div.head-titles .down-arrow{
    display: none;
}

.page-template-instant-quote nav.navbar div.head-titles h1{
    margin-bottom: 0px;
}

.page-template-crm-landing nav.navbar div.head-titles h1{
    margin-bottom: 0px;
}

.gray-line{
    padding: 2px;
    width: 100%;
}

.custom-form .main-content section.col-md-9{
    margin-top :6%;
}

.custom-form .main-content form fieldset input{
    color: #6b2875;
    width: 84%;
    padding: 0px 40px 0px 21px;
}

.custom-form .main-content form fieldset select{
    background: #e9e9e9;
    padding-left: 16px;
}

.custom-form .main-content aside{
    padding-right: 0px;
}

.custom-form .select-topic{
    width: 84%;
    margin-top: 5px;
}

.custom-form .main-content form fieldset .form-control{
    margin-bottom: 0px;
}

.custom-form .main-content form fieldset{
    margin-bottom: 25px;
}

.custom-form .main-content form fieldset label{
    margin-bottom: 10px;
}

.custom-form .main-content form fieldset input#email_address{
    margin-bottom: 10px;
}

.custom-form .main-content form fieldset select#credit_score_range{
    margin-bottom: 15px;
}

.custom-form .main-content form fieldset div.input-group span.dollar-icon{
    background: #c8c8c8;
    color: #6b2875;
    font-weight: bold;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 16px;
    padding: 0px 21px 0px 21px;
}

.custom-form .main-content form fieldset span.scorerange-text a{
    color: #00b1eb;
    text-decoration: underline;
}

.custom-form .main-content form fieldset input#annual_revenue,input#annual_sales{
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    width: 46%;
    padding-left: 12px;
}

.custom-form .main-content form fieldset label#annual_revenue-error{
    left:0;
    padding: 0px;
}

.custom-form .main-content form fieldset div.container-annual{
    margin-top: 5px
}

.custom-form .main-content div.applynow a.btn-getquote{
    font-family: "fort-book";
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    margin-bottom: 15px;
}

#crm_landing_form .main-content div.applynow a.btn-getquote{
    margin-top:25px;
}

.custom-form .main-content .disclaimer-quote{
    margin: 40px 0px 30px 0px;
    font-size: 13px;
}

.custom-form .main-content .disclaimer-quote b{
    color: #696969;
}

.custom-form .main-content aside.right-container{
    padding: 20px 20px 20px 18px;
}

.custom-form .main-content aside.right-container .right-content{
    background: #FFFFFF;
    margin-bottom: 20px;
    border-style: solid;
    border-bottom-width: 6px;
    border-color: #d4d4d4;
    padding-bottom: 20px;
}

.custom-form .main-content aside.right-container ul.details-point li{
    line-height: 24px;
}

.custom-form .main-content aside.right-container .right-content p.right-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 20px 0px 24px 5px;
    color: #6b2875;
}

.custom-form .main-content aside.right-container #see-what-others{
    height: 420px;
    padding-top: 35px;
}

.custom-form .main-content aside.right-container .right-content div.content-pilot{
    text-align: center;
}

.custom-form .main-content aside.right-container .right-content div.content-pilot .pilot-title{
    color: #040404;
    font-family: sans-serif;
    font-size: 20px;
    margin-bottom: 6px;
}

.custom-form .main-content aside.right-container .right-content div.content-pilot .star-overall li{
    margin-right: 2px;
}

.custom-form .main-content aside.right-container .right-content div.content-pilot .trust-pilot{
    margin: 0px 0px 15px 0px;
}

.custom-form .main-content aside.right-container .right-content .content-safe p{
    font-size: 13px;
}

.custom-form .main-content aside.right-container .right-content div.container-logos{
    margin: 20px 0px 20px 0px;
    text-align: center;
}

.custom-form .main-content aside.right-container .right-content div.container-logos a{
    display:block;
}

.custom-form .main-content aside.right-container .right-content div.container-logos a#truste-logo{
    margin-bottom: 20px;
}
/*------ Instant quote errors styles Start----*/
.custom-form form.form-section label.error{
    bottom: -46px;
}

.custom-form form.form-section label#email_address-error{
    bottom: -44px;
}

.custom-form form.form-section label#credit_score_range-error{
    bottom: -43px;
}
/*------ Instant quote errors styles End----*/
/*------ Instant quote End----*/
#articles .related-articles .sponsored p {
    font-size: 12px;    
}
#articles .related-articles .sponsored {
    width: auto;
    bottom: 25px;
    right: 15px;
}
/* for default margin */
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 20px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* for default margin */
.voffset-bottom  { margin-bottom: 2px; }
.voffset-bottom1 { margin-bottom: 5px; }
.voffset-bottom2 { margin-bottom: 10px; }
.voffset-bottom3 { margin-bottom: 20px; }
.voffset-bottom4 { margin-bottom: 30px; }
.voffset-bottom5 { margin-bottom: 40px; }
.voffset-bottom6 { margin-bottom: 60px; }
.voffset-bottom7 { margin-bottom: 80px; }
.voffset-bottom8 { margin-bottom: 100px; }
.voffset-bottom9 { margin-bottom: 150px; }

/* Calculator Styles Start */
.single-financial_product object.calculator-embed {
    width: 100%;  
    height:460px;
}
/* Calculator Styles End */
/* Privacy Policy Styles Start */
.lighter-blue {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 50px;
}
#page-not-found .lighter-blue p {
    font-family: "Fort-book";
    color: #6a2875;
    margin: 0px;
    line-height: normal;
    padding: 0px;
}
#content-based-pages h3, #content-based-pages p b {
    font-family: "Fort-book";
    font-size: 25px;
    margin-bottom: 5px;
}
#content-based-pages p b {
    margin-bottom: 0px;
}
#content-based-pages p {
    margin-top: 20px;    
}
#content-based-pages p a { 
    text-decoration: underline;    
}
#content-based-pages ul li {
    margin-left: 22px;
    margin-bottom: 20px;
}
#articles .related-articles .thumbnail a {
    position: relative;
    display:block;
}
#articles .related-articles .thumbnail img {
    width: auto;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #6a2875;
}
#infografic_carousel {
    padding: 0 35px;
}
/* slider Position from top*/
#home_resource_list #articles .owl-carousel .owl-next, 
#home_resource_list #articles .owl-carousel .owl-prev {
    top: 40%;
}
#infografic_product.tutorials .owl-carousel .owl-next,
#infografic_product.tutorials .owl-carousel .owl-prev {
    top: 36%;
}
#success_community .owl-carousel .owl-next,
#success_community .owl-carousel .owl-prev {
    top: 24%;
}
#newsletter-subscription .form-group {
    margin-bottom: 5px;
}
#search_resource input:-ms-input-placeholder {
    color:#999;
}
span.callus,
.call-number,
#our-offices .caption .learn-more-btn strong {
    font-family: Helvetica,Arial,sans-serif;    
    font-weight: 600;
}
.testimonial .no-testimonial {
    padding: 40px 0;
    text-align: center;
    font-size: 32px;
    color: #6a2875;
}
.callus-footer {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.4px;
}
.callus-footer i {
    padding-right: 5px;
}
.callus-footer:hover {
    color: #01aef0;
}
.callus-footer:focus {
    color: #fff;
}
footer .badges > a{
    text-decoration: none;
}
i.phone-icon {
    padding-right: 5px;
}
footer i.phone-icon {
    font-size: 16px;
    color: #fff;
}
/* NEW table for comparison chart*/
.comparison-chart table {
    font-family: "Fort-bold";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b2875+0,a041a1+100 */
    background: #6b2875;
    background: -moz-linear-gradient(left,  #6b2875 0%, #a041a1 100%);
    background: -webkit-linear-gradient(left,  #6b2875 0%,#a041a1 100%);
    background: linear-gradient(to right,  #6b2875 0%,#a041a1 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2875', endColorstr='#a041a1',GradientType=1 );  IE6-9 */
    box-shadow: -1px 4px 0 #efefef;
    border-bottom: 1px solid #ccc;
}
.comparison-chart table thead th,.comparison-chart table tbody th {

    border-right: 1px solid #e570e7;
    text-align: center;
    color: #fff;
    height: 110px;
    border-bottom: none;
    vertical-align: middle;
    font-size: 14px;
}
.comparison-chart table thead th a {
    color: #fff;
    text-decoration: none;
}
.comparison-chart table thead th a.btn {
    padding:13px 38px;
}
.comparison-chart table thead th{
    width: 27%;
}
.comparison-chart table thead th img {
    margin-bottom: 5px;
    height: auto;
}
.comparison-chart table tbody th {
    box-shadow: inset -10px 0 0 rgba(107, 40, 117, 0.9);
    border-right: none;
    text-align: left;
    padding: 0 20px;
}
.comparison-chart table tbody td {
    background-color: #fff;
    border-right: 1px solid #ccc;
    color: #6d6e71;
    font-size: 16px;
    vertical-align: top;
    padding: 25px 20px 0;
    text-align: center;
}
.comparison-chart table tbody td small{
    font-family: "Fort-book";
}
.comparison-chart table thead tr th{
    /*border-bottom: 10px solid rgba(107, 40, 117, 0.9);*/
    box-shadow: inset 0 -10px 0 rgba(107, 40, 117, 0.9);
}
.comparison-chart table thead tr th:first-child{ 
    box-shadow: none;
    width: 19%;
}
.comparison-chart table thead tr th:last-child{ 
    border-right: none;
}
.mobile-chart { 
    display: none;
}
/* NEW table for comparison chart ends*/

/* Buttons transition*/
.btn-blue-bg,
.image-button .btn-purple-bg a,
.utility-navigation li.btn-blue-bg a,
.utility-navigation li.btn-purple-bg a,
#compaign-header li.btn-blue-bg a,
footer span.callus,
.btn-purple-style {
    -webkit-transition: color linear .2s,background-color linear .2s;
    -moz-transition: color linear .2s,background-color linear .2s;
    -o-transition: color linear .2s,background-color linear .2s;
    transition: color linear .2s,background-color linear .2s;
}
/* Buttons transition ends*/

/* Careers Zoho page*/
#faq-block.career .accordion .accordion-group {
    background-color: #eee;
}
#faq-block.career .accordion .accordion-heading {
    background: #fff;
    margin-top: 30px;
}
#faq-block.career .accordion .accordion-body {
    background-color: #fff;
}

/* END Careers Zoho page*/

#newsletter-subscription .news-letter-field small {
    padding-left: 6px;
}

/*Truspilot iframe*/
.trust-pilot-rating {
    margin-bottom: 1em;
}

.trust-pilot-rating span {
    background: #007f4e;
    border-radius: 0.2em;
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 1.6em;
    margin-right: 0.15em;
    text-align: center;
    width: 1.5em;
}

#see-what-others h4{
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#see-what-others p{
    font-size: 16px;
    margin: 0 0 10px 5px;
}

.trust-pilot-logo img{
    display: block;
    margin-top: 0.5em;
    max-width: 12em;
}
/* Product Selector start*/
.page-template-product-selector div.wrapper div.head-titles p{
    display: none;
}
.page-template-product-selector  div.head-titles .down-arrow{
    display: none;
}
.page-template-product-selector div.wrapper section#solution_built{
    padding: 10px 0 109px;  
}
.page-template-product-selector div.wrapper section#solution_built h2.section-heading{
    text-transform: none;
}
.page-template-product-selector div.wrapper section#solution_built div.divtable div.seprate-block {
    text-align:center;    
}
.page-template-product-selector div.wrapper section#solution_built div.divtable div.seprate-block div.content-text{
    padding-top:5px;
}
.page-template-product-selector div.wrapper section#solution_built div.divtable div.seprate-block div.content-btn{
    padding-top:26px;
}
.page-template-product-selector div.wrapper section#solution_built div.divtable div.seprate-block div.content-btn a{
    padding:5% 16%;
}
/*modal popup for carrer page*/
.modal-header .close span{
    color: #00aeef;
    font-size: 20px;    
}
.modal-header h4 {
    font-family: Verdana,Geneva,sans-serif;
    color: #212121;
    font-size: 26px;
    font-weight: normal;
}
.modal-header h4 p {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    margin: 5px 0 22px;
    text-transform: uppercase;
}
.modal-header span img {
    padding: 0px;
    margin-top:24px;
}
#faq-block.career .accordion-group .modal-header a.btn-blue-bg, .modal-footer .btn-blue-bg {
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    display: inline-block;

}
#faq-block.career .accordion-group .modal-header a.btn-blue-bg:hover, .modal-footer .btn-blue-bg:hover {
    color:#01aef0;
}
.accordion-body .modal-body {
    font-family: Verdana,Geneva,sans-serif;
    padding: 0px;
}
.accordion-body table {
    margin-bottom: 0px;
}
.accordion-body table tbody tr:last-child{
    display: none;
}
.accordion-body table tbody tr th {
    width: 250px;
    border-right: 1px solid #ddd;
    border-top: none;
    text-align: right;
    padding-right: 0px;
    font-size: 13px;
}
.accordion-body table tbody tr th h4 {
    border-right: 3px solid #01aef0;
    color: #212121;
    font-size: 15px;
    font-weight: bold;
    padding:5px 27px 0px 5px;
}
.accordion-body table tbody tr th p, .accordion-body table tbody tr td p {
    color: #737373;
    padding: 0px 30px 0 0;
    text-align: right;
    word-wrap: break-word;
    font-weight: normal;
}
.accordion-body table tbody tr td p span {
    color: #737373;
    padding: 0px;
}
.accordion-body table tbody tr td {
    border-top: none;
    color: #737373;
    text-align: left;
    font-size: 13px;
}
.accordion-body table tbody tr td p{
    text-align: left; 
    line-height: 24px;
}
.accordion-body table tbody tr td h2 {
    font-family: 'Fort-Book';
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #212121;
}
.accordion-body table tbody tr td p.MsoNormal {
    padding-bottom: 10px;
    padding-left: 20px;

}
.accordion-body table tbody tr td ul li{
    list-style:none;
    color: #737373;
    margin: 5px 0 0 10px;
}
.accordion-body table tbody tr td ul li:before {
    content: "•";
    font-size:10px; /* or whatever */
    padding-right: 5px;
}
.accordion-body table tbody tr td .tem3-RightSideText{
    color: #737373; 
}
.accordion-body table tbody tr.border-bottom td{
    border-bottom: 1px solid #ddd;
}
.modal-footer .btn-default {
    border-radius: 25px;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 14px
}
.accordion-body .modal-header .close {
    opacity: 0.5;
}
.accordion-body .modal-header .close:focus, .accordion-body .modal-header .close:hover {
    opacity: 0.9;
}
.accordion-body .modal-header .close span {
    font-size: 34px;
    margin-top: -10px;
    line-height: 1px;
}
.accordion-body .alert-warning {
    margin-top: 20px;
}
.accordion-body .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.accordion-body .form-control {
    border-radius: 25px;
}
#faq-block.career .accordion-group .job-post a {
    font-size: 18px;
    display: inline;
}
#faq-block.career .accordion-group .job-location a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.accordion-body select.form-control {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance:    none;
    -ms-appearance:    none;
    appearance:         none;
}

.accordion-body select.form-control::-ms-expand {
    display:none;
}

.accordion-body select.form-control:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.accordion-body select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.modal-body .MsoBodyText span {
    color: #737373;
    font-size: 13px;

}
#faq-block .accordion-group a.back-arrow{
    padding: 0px;
    display: inline-block;
    color: #212121;
}
label.required:after {
    color: #e32;
    content: ' *';
    display:inline;
}
.job-location .modal .modal-footer {
    text-align: left;
    padding: 20px 0 20px 30px;
}
.job-location .modal:nth-child(2) .modal-footer {
    text-align: left;
    padding: 20px 0 20px 30%;
}
p.MsoNormal span {
    color: #737373;
}
.modal-body .table tr td p span span {
    display: none;
}
.modal-body .table tr td p.MsoBodyText span span {
    display: inline;
}
label.valid {display:none !important;}
/* Product Selector ends*/

/* New Resource Page */
#resource_new_head .head-titles {
    position: relative;
}
#resource_new_head .head-titles p {
    font-family: "Fort-bold";
    color: #00aeef;
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
}
#resource_new_head .head-titles .inner-page-arrow {
    bottom: auto;
}
#resource_new_head .head-titles h1 {
    font-family: "Fort-bold";
    color: #8e8d8e;
    font-size: 20px;
    margin: 20px 0 0;
    padding: 0;
}
#resource_hero_new {
    /*background: url(../images/resources/main_featured_image.jpg) no-repeat center top;*/
    overflow: hidden;
    min-height: 340px;
    position: relative;
    background-size: cover;
    background-position: 50% 0%;
}
#resource_hero_new .resource-content {
    background-color: #fff;
    box-shadow: 0 0 180px 80px rgba(255, 255, 255, 1);
    position: relative;
    float: left;
    min-height: 294px;
    margin-top: 25px;
    padding: 5px 20px 15px;
    width: 535px;
    /*    border-radius: 45px;*/
}
#resource_hero_new .resource-content .featured-title {
    margin-bottom: 0px;
}
#resource_hero_new .resource-content h2{
    font-family: 'Fort-Light';
    font-size: 53px;
    line-height: 54px;
    color: #24b3f1;
    padding-bottom: 10px;
}
#resource_hero_new .resource-content .featured-title a {
    font-family: 'Fort-Light';
    color: #24b3f1;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
}
#resource_hero_new .resource-content p {
    font-family: 'Fort-Light';
    font-size: 24px;
    line-height: 28px;
    color: #828687;
}
#resource_new_content .section-heading, #resource_new_content .section-heading-blue, #resource_new_content h2, #resource_new_content h3 {
    font-family: 'Fort-Extrabold';
    font-size: 24px;
    line-height: 28px;
    float: none;
    color: #6a2875;
    margin-bottom: 20px;
    text-transform:  none;
    text-align: left; 
}
#resource_new_content .section-heading-blue, #resource_new_content h3 {
    color: #00aeef;
}
#resource_new_content .sidebar {
    padding-bottom: 35px;
}
#resource_new_content .sidebar .post-section {
    padding: 20px 40px;
    border: none;

}
#resource_new_content .sidebar .post-section .post-content {
    font-family: 'Fort-Extrabold';
    font-size: 22px;
    line-height: 26px;
    color: #04aeec;
    padding-top: 18px;
}
#resource_new_content .sidebar .gray-text {
    color: #6e6d72;
    padding: 0px 15px 10px;
}
#resource_new_content .sidebar .post-section .post-information {
    margin-bottom: 5px;
}
#resource_new_content .post-section .section-heading{
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
}
#resource_new_content .section-heading:first-child, #resource_new_content h2:first-child {
    text-align: left;    
}
#resource_new_content p{
    font-family: 'Fort-Light';
    font-size: 17px;
    line-height: 26px;
    color: #682972;
    line-height: normal;
    padding-bottom: 30px;
}
#resource_new_content .sidebar {
    float: right;
}
#resource_new_content p b{
    font-family: 'Fort-bold';
}
#new-resource-trakloan {
    padding: 30px 0 0px;
    position: relative;
}
#new-resource-trakloan .section-heading {
    font-family: 'Fort-Extrabold';
    font-size: 26px;
    color: #fff;
    text-align: left;
}
.resource_new-trakloan::after {
    clear: both;
    content: "";
    display: table;
}
.resource_new-trakloan {
    display: table-cell;
}
.resource_new-trakloan li {
    font-family: 'Fort-Light';
    width: 100%;
    background: rgba(0, 0, 0, 0) url("images/resources/check_bullet_white.png") no-repeat scroll 0 0;
    font-size: 18px;
    margin: 0 0 20px;
    min-height: 67px;
    padding: 0px 20px 0 54px;
    position: relative;
    text-align: left;
    color: #e8e6e8;
}
/* New Resource Page Body Panel */
.equal-height {
    width: 100%;
    height: 100%;
    display: table;
}
.equal-height .resource-container, .equal-height .desktop-sidebar  {
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: top;
}
.equal-height .resource-container {
    padding-right: 30px;
}
.equal-height .desktop-sidebar  {
    width: 100%;
    background-color: #eee;
}
.equal-height .desktop-sidebar .sidebar {
    padding-bottom: 0px;
}
/* Laon Section Thumbnail */
#loan-thumbnails {
    margin-top: 40px;
}
#loan-thumbnails .thumbnail {
    border: none;    
}
#loan-thumbnails .thumbnail i {
    font-family: 'Fort-Extrabold';
    font-size: 24px;
    color: #fff;
    background: #682a77;
    border: 3px solid #fff;
    padding: 7px 18px;
    border-radius: 50px;
    font-style: normal;
    position: absolute;
    top:0;
    left: 22%;
    min-width: 56px;
}

#loan-thumbnails .thumbnail .caption h3 {
    font-family: 'Fort-Extrabold';
    font-size: 24px;
    color: #04aeec;
}
#loan-thumbnails .thumbnail .caption p {
    font-size: 18px;
    color: #682a77;
}
.col-padding-left {
    padding-left: 0px;
}
/*---------Apply-now-section---------*/
#apply-now-section {
    padding: 50px 0;
}
#apply-now-section .btn-blue-bg {
    font-family: 'Fort-Extrabold';
    text-transform: none;
    font-size: 32px;
    /*    border: none;*/
    padding: 14px 50px;
    border-radius: 50px;
}
#apply-now-section h3, #apply-now-section h2 {
    font-family: 'Fort-Extrabold';

}
#apply-now-section h3{
    color: #00aeef;
}
/*------Loan Type Section-----*/
#loan-type-section .thumbnail {
    background-color: #eeeeee;
    border: none;
    border-radius: 0;   
}
#loan-type-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
#loan-type-section .thumbnail ul {
    margin: 0 auto;
    width: 60%;
}
#loan-type-section .thumbnail li {
     font-family: 'Fort-Light';
    font-size: 17px;
    color: #682972;
    padding-top: 7px;
}
/*-----------Fast, Flexible Funding-----------*/
#flexible-funding {
    padding-bottom: 20px;
    background-color: #eee;    
}
#flexible-funding .page-header {
    border: none;    
}

.flexible-funding-button{
    text-align: center;
}
.flexible-funding-button a.btn-flexible{
    font-family: "Fort-Light";
    padding: 8px 50px;
}
.flexible-funding-button a.btn-flexible b{
    font-family: "Fort-Bold";
    font-size: 22px;
}

.flexible-funding-icons {
    height: auto;
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
}
.flexible-funding-icons h4 {
    font-family: "Fort-Bold";
    font-size: 20px;
    color: #6a2875;
    margin-top: 15px;
}
.resource-content p {
    text-align: justify;
}
.section-heading {
    color: #6a2875;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}
#flexible-funding .btn-blue-bg {
    background-color: #01aef0;
    border: 2px solid #fff;
    border-radius: 34px; 
    margin-top: 30px;
    padding: 8px 40px;
}
#flexible-funding .btn-blue-bg span{
    font-family: "Fort-Bold";
    font-size: 19px;
} 
#flexible-funding .btn-blue-bg:hover, #flexible-funding .btn-blue-bg:focus {
    background-color: #fff;
    border: 2px solid #01aef0;
    box-shadow: none;
    color: #01aef0;
}
