/************************************************************************************
UNIVERSAL STYLES
*************************************************************************************/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #353945;
    line-height: 28px;
    overflow-x: hidden !important;
    margin: auto !important;
}
.main-color {
  color: #0099E7;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-margin {
	margin: 0px;
}
.no-padding {
	padding: 0px;
}
.top-5 {
    margin-top: 5px;
}
.top-10 {
    margin-top: 10px;
}
.top-15 {
    margin-top: 15px;
}
.top-20 {
	margin-top: 20px;
}
.top-30 {
    margin-top: 30px;
}
.top-40 {
    margin-top: 40px;
}
.top-55 {
    margin-top: 55px;
}
.top-100 {
    margin-top: 100px;
}
.top-145 {
    margin-top: 145px;
}
.bottom-10 {
    margin-bottom: 10px;
}
.bottom-20 {
    margin-bottom: 20px;
}
.bottom-30 {
    margin-bottom: 30px;
}
.bottom-40 {
    margin-bottom: 40px;
}
.right-20 {
	margin-right: 20px;
}
.left-10 {
    margin-left: 10px;
}
.left-20 {
    margin-left: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-35 {
    padding: 35px;
}
.padding-left-20 {
    padding-left: 20px;
}
.border-btm {
    border-bottom: solid 1px #d7d7d7;
}
.btn-green {
    color: #fff;
    background-color: #00ae47;
}
.btn-green:hover {
    color: #fff;
    background-color: #00bb4c;
}
.btn-light-green {
    color: #fff;
    background-color: #9dcb34;
    border-color: #90ba2f;
}
.btn-charcoal-blue {
  color: #fff;
  background-color: #2D3E50;
}
.btn-charcoal-blue:hover {
  color: #fff;
  background-color: #48627e;
}
.btn-orange {
  color: #fff;
  background-color: #f3730f;
}
.btn-orange:hover {
  color: #fff;
  background-color: #f6923a;
}
.btn-blue-nav {
  color: #fff !important;
  background-color: #009ada !important;
}
.btn-blue-nav>a:hover {
  color: #fff !important;
  background-color: #01a4e8 !important;
}
.btn-green-border {
  color: #62BD22 !important;
  background-color: none;
  border: 4px solid #62BD22 !important;
}
.btn-green-border:hover {
  color: #fff !important;
  background-color: #62BD22 !important;
  border: 4px solid #62BD22 !important;
}
.btn-orange-border {
    background-color: white;
    border: 4px solid !important;
}
.btn-white-border {
    color: white;
    border: 4px solid #fff !important;
    background-color: none !important;
}
.text-green {
	color: #4CAF50;
}
.title-text-green {
    font-weight: bold;
    color: #4CAF50;
}
.text-blue {
  color: #0099E7;
}
.text-dark-blue {
  color: #0d6289;
}
.text-orange {
    color: #f16c3e;
}
.img-center {
	margin: 0 auto;
}
.img-15 {
  width: 15%;
}
.bootStrapCenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
a {
    color: #;
    text-decoration: none;
}
.top-border {
	border-style: solid;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
ul {
	list-style-type: none;
    padding-left: 0px;
}
.underline {
	text-decoration: underline;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.text-grey {
	color: #4a494f;
}
.text-white {
    color: #fff;
}
.text-align-right {
    text-align: right;
}
.video-container {
    height: 659px;
}
.navbar-toggle {
    margin-top: 27px;
}
.bg-white {
    background-color: #fff;
}
.img {
    width: 100%
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #F7F8FA !important;
}
.bg-light-grey {
    background-color: #f0f0f0 !important;
}
.bg-dark-grey {
    background-color: #888888 !important;
}
.bg-orange {
    background-color: #f57f17 !important;
}
.bg-blue {
    background: #0099E7 !important;
}
.bg-dark-grey {
    background-color: #545454;
    color: #fff;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.btn_less {
    padding: 14px 9px 14px 24px;
    font-weight: 500;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #fff;
}
.logo {
    margin-top: -17px;
    width: 75%;
}

.sticky-navigation {
    min-height: 60px;
    background: #fff;
    border: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 1.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 1.08);
}


.jumbotron-video{
  position: relative;
  height: 884px;
  overflow: hidden;
}

#video-background { 
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    width: 100%;
}

.intro-section {
    margin: auto;
    padding-top: 15%;
}
.intro-section .intro {
    color: #ffffff;
    margin-top: 50px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #2D3E50;
}
.page-divider {
    padding: 10px 0 10px;
    margin: auto;
    border-bottom: 1px solid #2D3E50;
    width: 200px
}
.section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.center {
  margin: auto;
}

.material-icons-lg {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 85px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons3 {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons4 {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    color: #0099E7;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons5 {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    color: #0099E7;
    font-size: 53px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.page-content {
  margin-bottom: 50px;
}
.jumbotron {
  padding-top: 6px;
  text-align: center;
}
.list-style {
    list-style: inherit;
}
.full-width {
    width: 100%;
}

/*********** PAGE TITLE SECTION STYLES ***********/
/*************************************************/
.page-title {
    margin-top: 63px;
    color: #62BD22;
}
.page-title .jumbotron {
    background: url(../images/page-cover.jpg) no-repeat;
    background-size: cover;
}
/*********** GOT QUESTIONS SECTION STYLES ***********/
/****************************************************/
.got-questions-section {
    background-color: #0d6289;
    color: #ffffff;
    padding: 20px;
}
/*********** GET STARTED SECTION STYLES ***********/
/**************************************************/
.get-started-section {
    background-color: #c7c7c7;
    color: #3d3d43;
    padding: 20px;
    font-size: 29px;
}

/************************************************************************************
UNIVERSAL FONTS
*************************************************************************************/
@font-face {
    font-family: 'LaneNarrow';
    src: url(../fonts/LANENAR_.ttf);
}
@font-face {
    font-family: 'ITCAvantGardeStd-XLt';
    src: url(../fonts/ITCAvantGardeStd-XLt.otf);
}
@font-face {
    font-family: 'ITCAvantGardeStd-Md';
    src: url(../fonts/ITCAvantGardeStd-Md.otf);
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url(../fonts/Roboto-Thin.ttf);
}

/************************************************************************************
NAVBAR STYLES
*************************************************************************************/
.navbar-charcoal-blue {
  	background-color: #2D3E50;
  	height: 98px;
  	border-color: #2D3E50;
}

.navbar-inverse .navbar-nav>li>a {
    color: #35373d;
}
/*.navbar-inverse .navbar-nav>li>a:hover {
    color: #0099E7;
}*/
.navbar-ul a:hover{
    color: #0099E7;
}
.navbar-nav {
    font-size: 9pt;
    font-weight: 200;
    padding-top: 11px;
}
/*.navbar-nav a:active {
  color: #0099E7;;
}*/
.navbar-nav > li > a {
    font-size: 17px;
    padding: 6px 13px;
    margin-bottom: 5px;
    margin-top: 4px;
}
.navbar .btn-green-border {
    margin-top: 0px !important;
}

.navbar-nav > li > a:hover {
}
/*.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.0);
    background: none;
    padding: 6px 13px; 
}*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 6px 13px;
    background: none;
}
.subnav {
    /*display: none;*/
    height: 71px;
    min-width: 170px;
    padding-top: 0px;
    margin-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.nav li .subnav {
    position: absolute;
    text-decoration: none;
    background: #ffffff;
}
.subnav .arrow {
    position: absolute;
    height: 4px;
    width: 8px;
    left: 50px;
    top: -4px;
    background: url(images/up_arrow.png) no-repeat center top;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    background-color: #F57F17;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #62BD22;
}
.navbar-toggle {
    background-color: #a2a2a2;
}
.nav-li-hover-orange>a:hover {
    color: #f16c3e !important;
    background-color: transparent !important;
}
.navbar-brand {
    margin-top: 12px;
}
.navbar .border-btm {
    position: relative;
    top: 45px;
}
.navbar .phone-info {
    padding: 0 10px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.nav.navbar-nav-center>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


/************************************************************************************
/************************************************************************************
HOME PAGE STYLES
*************************************************************************************/

/*********** HERO SECTION ***********/
/************************************/
.hero-section .jumbotron {
    background: url(../images/hero1.jpg) center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 192px;
    text-align: left;
} 
/*********** BANNER ***********/
/********************************/
.hero-section {
    width: 100%;
    height: 549px;
    position: relative;
    top: 63px;
}
.hero-section .carousel-caption {
    left: 0;
    right: 0;
    text-align: left;
    top: 36px;
    text-shadow: inherit;
    z-index: 9;
}
.hero-section h1 {
    color: #ffffff;
    font-family: 'ITCAvantGardeStd-XLt', sans-serif;
    font-size: 55px;
}
.hero-section h4 {
    color: #4a494f;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 33px;
}
.hero-section span {
   color: #ffffff;
    font-family: 'ITCAvantGardeStd-Md', sans-serif; 
}
.hero-section p {
    color: #62BD22;
    font-family: 'ProximaNova-Regular', sans-serif; 
    font-size: 25px;
}
.short-app {
    background-color: #ffffff;
    padding: 1px;
    height: 310px;
    width: 57%;
    border-radius: 3px;
}
.short-app .input-group {
    width: 100%;
}
.hero-section ul li {
    display: inline;
}
/*.hero-section .small-field {
    width: 75%;
}*/
.hero-section .btn-green {
    background-color: #62BD22;
}
.hero-section .btn-green:hover {
    background-color: #82df41;
    color: #fff;
}
/*.hero-section .btn {
    padding: 7px 24px;
}*/
.short-app .tool-slider {
    background-color: #EBF5F7;
    margin: 15px;
    border-radius: 3px;
}


/*********** SERVICES SECTION STYLES ***********/
/***********************************************/
.services-section {
    margin-top: 63px;
}
.services-section .col-sm-3 {
    margin-top: 35px;
}
.services-section h1 {
    text-align: center;
    color: #9c9c9c;
    position: relative;
    top: 50px;
}
.services-section p {
    position: relative;
}
.services-section .bottom-border {
    border-bottom: 1px solid #9c9c9c;
}
.services-section h1:hover {
    color: #fff;
}
.services-section p:hover {
    color: #fff;
}

/*********** CARDS SECTION STYLES ***********/
/********************************************/
.cards-section {
    background-color: #e9e9e9;
    padding: 45px 0 28px 0;
}
.cards-section h2 {
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 34pt;
}
.card-content {
    margin-top: 50px;
}
.cards-section .btn {
    background-color: #193859;
    width: 66%;
}
.cards-section .btn:hover {
    background-color: #1f456e;
}
.cards-section .thumbnail {
    width: 94%;
    padding: 0px;
}
.cards-section .thumbnail .caption {
    padding: 20px;
}

/*********** CTA SECTION STYLES ***********/
/******************************************/
.cta-section {
    background-color: #f8f8f8;
    color: #2f2f2f;
    padding-top: 119px;
    padding-bottom: 75px;
}
.cta-section h2 {
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 34pt;
}

/*********** CTA SECTION 2 STYLES ***********/
/******************************************/
.cta-section2 {
    background-color: #00ae47;
    color: #fff;
}
.cta-section2 h2 {
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 34pt;
}


/*********** FOOTER SECTION STYLES ***********/
/*********************************************/
.footer-section {
    background-color: #f8f8f8;  
    color: #2f2f2f;  
}
.footer-section a {
    color: #2f2f2f;
}
.footer-section a:hover {
    color: #00ae47;
}
.footer-section .border-btm {
    border-bottom: 1px #fff solid; 
}
.footer-section span {
    margin-left: 15px; 
}
.footer-section p {
    font-size: 14px; 
}
.footer-section .input-group {
    width: 100%;
    padding-bottom: 20px; 
}

/*********** PHONE SECTION STYLES ***********/
/*********************************************/
.phone-section {
    background-color: #00ae47;
    color: #fff;
}

/*********** COLUMN SECTION STYLES ***********/
/*********************************************/
.column-section {
    background-color: #424647;
    color: #fff;
}
.column-section p {
    font-family: 'Roboto-Thin', sans-serif;
}

/*********** COPYRIGHT SECTION STYLES ***********/
/************************************************/
.copyright-section {
    background-color: #282828; 
    font-size: 14px;
    color: #fff;
    padding: 20px 0 20px 0;
}
.copyright-section a {
    color: #fff;
}
.copyright-section a:hover {
    color: #62BD22;
}
.copyright-section .col-sm-5 {
    text-decoration: none;
    list-style-type: none;
    list-style: none;
}
.copyright-section ul li {
    display: inline;
    padding-right: 20px;
    opacity: .5;
}

/*********** DISCLAIMER SECTION STYLES ***********/
/*************************************************/
.disclaimer-section {
    background-color: #565656;
}
.disclaimer-section p {
    margin: 50px 0 50px 0;
    font-size: 13px;
    line-height: 1.3;
    color: #e8e8e8;
    opacity: .7;
}



/************************************************************************************
/************************************************************************************
HOW IT WORKS PAGE STYLES
*************************************************************************************/

/*********** CONTENT SECTION STYLES ***********/
/**********************************************/
.content-section {
}

/*********** CTA SECTION2 STYLES ***********/
/*******************************************/
/*.cta-section2 {
    background-color: #f0f0f0;
    color: #363a42;
}
.cta-section2 .h2_title {
    font-family: 'Roboto-Regular', sans-serif;
    color: #363a42;
    font-size: 57px;
}
.cta-section2 span {
    font-style: italic;
}
.cta-section2 h4 {
    color: #363a42;
    font-size: 27px !important;
}*/

/*********** CTA ICONS STYLES ***********/
/****************************************/
.icons-section {
}



/************************************************************************************
/************************************************************************************
LOAN COSTS & TERMS PAGE STYLES
*************************************************************************************/

/*********** CALCULATOR SECTION STYLES ***********/
/*************************************************/
.calculator-section {
    background: url(../images/calc_bg.jpg) no-repeat;
    color: #fff;
}
.calculator-section .btn:hover {
    color: #f16c3e;
    text-decoration: none;
    border: 4px solid #f16c3e !important;
}
.calculator-section .calc-disclaimer {
    text-align: center;
    font-size: 11px;
    line-height: 1;
}

/*********** COMPARE SECTION STYLES ***********/
/**********************************************/
.compare-section .progress {
    height: 40px;
}

/*********** QUESTIONS SECTION STYLES ***********/
/************************************************/
.questions-section p {
    line-height: 1.2;
}



/************************************************************************************
/************************************************************************************
CONTACT PAGE STYLES
*************************************************************************************/

/*********** CONTACT-FORM SECTION STYLES ***********/
/***************************************************/
.contact-form-section .input-group {
    width: 100%
}
.contact-form-section .form-group {
    margin-bottom: 0px;
}



/************************************************************************************
/************************************************************************************
PRIVACY POLICY PAGE STYLES
*************************************************************************************/

/*********** PRIVACY SECTION STYLES ***********/
/**********************************************/
.privacy-section ul li{
    list-style-type: square;
}
/*.privacy-section th{
    width: 334px;
}*/
.privacy-section td{
    background-color: #F3F3F1;
}
.privacy-section .bg-white{
    background-color: #ffffff;
}
.privacy-section .bg-dark-blue{
    background-color: #0d6289;
    color: #fff;
}





/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width:4000px) {
    .hero-section .top-145 {
        margin-top: 14px;
    }
}
@media screen and (max-width:1585px) {
    .jumbotron-video {
        height: 726px;
    }
    .hero-section .short-app {
        height: 100%;
    }
    .hero-section .top-145 {
        margin-top: 14px;
    }
}
@media screen and (max-width:1306px) {
    .jumbotron-video {
        height: 647px;
    }
}
@media screen and (max-width:1200px) {
    .navbar-nav > li > a {
        font-size: 15px;
        padding: 6px 7px;
        margin-bottom: 5px;
    }
}    
@media screen and (max-width:1170px) {
    .sub-video-section {
        padding: 0 0 20px;
    }
    .intro-section {
        padding-top: 9%;
    }   
    .intro-section .intro {
        margin-top: 0px;
    } 
    .jumbotron-video h1 {
        font-size: 37pt;
    } 
    .jumbotron-video {
        height: 551px;
    }    
}
@media screen and (max-width:1024px) {
    .hero-section h1 {
        font-size: 44px;
    }
    .hero-section p {
        font-size: 20px;
    }
    .hero-section .btn-primary {
        margin-left: -49px;
    }
}
@media screen and (max-width:992px) {
    .mockup1 {
        display: none;
    }
    .jumbotron-video h1 {
    font-size: 36pt;
    }
    .features .feature .icon-container {
      display: none;
    }
    .img-mockup-low {
      margin-top: 200px;
    }
    .top-50 {
      margin-top: 50px;
    }
    .intro {
         margin-top: 0px; 
    }
    .intro-section {
        padding-top: 6%;
    }
    .jumbotron-video {
        height: 462px;
    }
    .navbar-nav > li > a {
    font-size: 12px;
}
}
@media screen and (max-width:992px) {
    .hero-h4 {
      display: none;
    }
}
@media screen and (max-width:992px) {
    .jumbotron-video {
        height: 403px;
    }
}
@media screen and (max-width:768px) {
    .features .feature .icon-container .icon {
      margin: auto;
    }
    .features .features-left, .business-section .features-right {
      text-align: center;
    }
    .features .features-left .icon-container, .business-section .features-right .icon-container {
      float: none;
      margin-left: inherit;
      min-height: 70px;
      display: inline-block;
    }
    .img-mockup-low {
      margin-top: -56px;
    }
    .btn-orange-nav {
      margin-left: 16px;
    }
    .top-50a {
      margin-top: 50px;
    }
    .hero-section h1 {
        font-size: 33px;
    }
    .hero-section p {
        font-size: 15px;
        line-height: .5;
    }
    .checkmark {
        width: 6%;
    }
    .hero-section .short-app .top-15 {
        margin-top: 0px;
    }
    .hero-section .short-app .col-sm-5 {
        /*padding: 0px;*/
    }
    .hero-section .short-app .input-group {
        width: 100%;
    }
    .hero-section .form-control {
        /*width: 210%;
        margin-left: -16px;*/
    }
    .hero-section .btn {
        padding: 7px 5px;
        margin-left: 0px;
    }
    .hero-section .btn-primary {
        margin-left: -27px;
    }
    .hero-section .short-app {
        height: 100%;
        width: 100%;
        margin-top: 33px;
    }
    .copyright-section .navbar-right {
        margin-left: -18px;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav > li > a {
        font-size: 12px;
    }
    .cards-section .btn {
        background-color: #193859;
        width: 87%;
    }
    .hero-section {
        width: 100%;
        height: 545px;
        position: relative;
        top: 63px;
    }
    .hero-section .top-145 {
        margin-top: 15px;
    }
    .services-section img {
        width: 46px;
    }
    .pin-row {
        display: none;
    }
    .col-sm-2 {
        display: none; 
    }
}
@media screen and (max-width:735px) {
    .hero-logo {
      width: 20%;
    }
    .jumbotron-video h1 {
        font-size: 26pt;
    }
    .jumbotron-video {
        height: 332px;
    }
}
@media screen and (max-width:605px) {
    .sub-video-section h2 {
        font-size: 22pt;
    }
    .jumbotron-video h3 {
        font-size: 11pt;
    }
}
@media screen and (max-width: 478px) {
    .hero-section {
        height: 580px;
    }

    .hero-section h1 {
        font-size: 24px;
    }
}
@media screen and (max-width:425px) {
    .phone-info {
        display: none;
    }
    .navbar-toggle {
        margin-top: -4px;
    }
    .navbar-brand {
        margin-top: 17px;
        width: 70%;        
    }

/*    .hero-section h1 {
        font-size: 17px;
    }*/
    .hero-section h4 {
        font-size: 16px;
    }
    .hero-section .mobile-row {
        margin-top: 7px;
    }
    .hero-section p {
        font-size: 13px;
        line-height: .2;
    }
    .hero-section .top-145 {
        margin-top: 15px;
    }
    .hero-section .icon-pin {
        margin-top: 30px;
    }
    .checkmark {
        width: 4%;
    }
    .contact-section span {
        font-size: 23px;
    }
    .contact-section .col-sm-7 {
        height: 103px;
    }
    .copyright-section .navbar-right {
        margin-left: 2px;
        font-size: 12px;
    }
    .hero-section .banner-divider {
        width: 60%;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .jumbotron {
        padding-top: 1px;
    }
    .services-section {
        text-align: center;
    }
    .btn-blue-border {
        margin-left: 16px;
        margin-right: 16px;
    }
    .navbar-toggle {
        margin-right: 6px;
        margin-top: 6px;
    }
    .hero-section .short-app {
        width: 100%;
    }
    .cards-section .thumbnail {
        width: 90%;
        padding: 0px;
        margin-left: 18px;
    }
    .cards-section .btn {
        background-color: #193859;
        width: 66%;
    }
    .hero-section .short-app {
        width: 100%;
        margin-top: 27px;
    }
    .hero-section {
        width: 100%;
        height: 600px;
        position: relative;
        top: 63px;
    }
    .services-section img {
        width: 66px;
    }
    .navbar-collapse .left-20 {
        margin-left: 0px;
    }
}
@media screen and (max-width:375px) {
    .phone-info {
        display: none;
    }
    .hero-section h1 {
        font-size: 23px;
    }
    .hero-section h4 {
        font-size: 16px;
    }
    .hero-section .mobile-row {
        margin-top: -6px;
    }
    .hero-section p {
        font-size: 11px;
        line-height: .2;
    }
    .checkmark {
        width: 4%;
    }
    .contact-section span {
        font-size: 23px;
    }
    .contact-section .col-sm-7 {
        height: 103px;
    }
    .copyright-section .navbar-right {
        margin-left: 2px;
        font-size: 12px;
    }
    .hero-section .banner-divider {
        width: 60%;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .jumbotron {
        padding-top: 1px;
    }
    .services-section {
        text-align: center;
    }
}
@media screen and (max-width: 325px) {
    .hero-section {
        height: 625px;
    }
}
@media screen and (max-width:320px) {
    .phone-info {
        display: none;
    }
    .navbar-brand {
        margin-top: -23px;
    }
    .hero-section h1 {
        font-size: 21px;
        margin-top: 38px;
    }
    .hero-section h4 {
        font-size: 14px;
    }
    .hero-section .mobile-row {
        margin-top: -6px;
    }
    .hero-section p {
        float: right;
        margin-right: -21px;
        font-size: 9px;
        line-height: .2;
    }
    .navbar-brand {
        margin-top: 17px;
    }
    .checkmark {
        width: 4%;
    }
    .services-section {
        text-align: center;
    }
    .contact-section span {
        font-size: 23px;
    }
    .contact-section .col-sm-7 {
        height: 103px;
    }
    .copyright-section .navbar-right {
        margin-left: 2px;
        font-size: 12px;
    }
    .hero-section .banner-divider {
        width: 60%;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .jumbotron {
        padding-top: 1px;
    }
    .navbar-toggle {
        margin-right: 6px;
    }
    .hero-section .btn-orange {
        margin-left: 0px;
    } 
    .hero-section .btn {
        margin-left: 0px;
    }
    .hero-section .short-app {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 0px;
    }
    .col-sm-2 {
        width: 21.666667%;
    }
    .questions-section .col-sm-2 {
        width: 17.666667%;
    }
    .short-app .col-sm-5 {
        width: 38.666667%;
    }
}
@media screen and (max-width: 425px) {
    .slider-bar-thing {
        width: 100%;
    }

    .tool-slider {
        height: 175px;
    }
}
@media screen and (max-width: 385px) {
    .logo {
        margin-top: -18px;
        width: 100%;
    }
}

#memberMenu {
    text-align: right; 
}

.Links .Link:hover {
    background-color: #62BD22 !important;
    color: white;
}

.table-striped td:last-child {
    color: #62BD22 !important;
}

#Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit {
    background-color: #62BD22;
    border-color: #529a1f;
    margin-top: 25px;
}

#Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change:hover, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload:hover, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login:hover, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit:hover {
    background-color: #62BD22;
}

/* Updated for ticket 36636 */
#WebNavbar .navbar-brand {
    width:330px;
}
#Content_Root_MemberPageDispatcher_subpage_memberArea_Div_CallUs:hover a {
    color: #fff !important;
}
.callus {
    position: relative;
    right: -30px;
    margin-right: -18px;
}
@media only screen and (max-width: 767px) {
    li.callus p {
        text-align: left !important;
        padding-left: 10px;
    }

    .callus p:first-child {
        padding-top: 10px;
    }

    .callus {
        position: unset !important;
        width: 100%;
        display: block;
    }
}