/*start of RP's css*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic);

:root {
    --primaryThemeColor: #03a9f4;
    --secondaryThemeColor: #9e9e9e;
}
html {
    position:relative;
    min-height:100%;
    height:100%;
    overflow-x: hidden;
    overflow-y:scroll;
}

body {
    overflow-x: hidden;
    margin: 0px;
    position: relative;
    min-height: 100%;
    height: auto;
}

h1 {
    font-family: 'Roboto', sans-serif;
}

.main-page {
    margin-bottom:150px;
}

.privacyP {
    margin-bottom:150px;
}

@media screen and (max-width: 700px) {
    .main-page {
        margin-bottom: 350px;
    }
    .privacyP {
        margin-bottom: 350px;
    }
    .navbar {
        flex-direction: column;
        align-items: center;
    }
}

.required_input{
    display: none;
}

.one-edge-shadow {
    -webkit-box-shadow: 0 6px 6px -8px #9e9e9e;
    -moz-box-shadow: 0 6px 6px -8px #9e9e9e;
    box-shadow: 0 6px 6px -8px #9e9e9e;
}

.field-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
}

.cc-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.cc-wrapper-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 70%;

}

.desktop-logo-custom {
    /*height: 55px;*/
}

.mobile-logo-custom {
    height: 70px;
}

.form-card-row {
    margin-right: -100px;
    margin-left: -15px;
}

.form-card {
    padding-right: 0px;
    padding-left: 190px
}
.field-move-left {
    margin-left:20px;
}

.field-move-right {
    margin-left:70px;
}

.secureForm {
    height: 50px;
    width: 100%;
}

.appraisal-amount{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.secureForm, .lockimage {
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.lockimage {
    padding: 0 10px 0 10px ;
}

.ccExample {
    height: 41px;
    position: absolute;
    top: 0px;
    right: -70px;
    z-index: 50;
}

.ccExample, .exampleImage {
    height: 100%;
}


.field {
    display: block;
    width: 100%;
    padding: 15px 10px 0;
    border: none;
    font-size: 18px;
    position: relative;
    z-index: 4;
}

.field:focus {
    outline: 0;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    top: 5px;
    left: 10px;
    font-size: 10px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.0);
    padding: 0 2px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 5;
}

.field:valid + .floating-label {
    opacity: 1;
    top: -7px;
    color: green;
}

.field:valid:focus + .floating-label {
    opacity: 1;
    top: -7px;
    color: var( --secondaryThemeColor);
}

.field-underline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    left: -7px;
    border-bottom: 0px dashed #e8e8e8;
    border-left: 5px solid #9e9e9e;
    border-right: 0px;
    border-top: 0px;
    z-index: 1;
    padding: 10px 10px 0;
    background: rgba(255, 255, 255, 1.0);
}

.field:focus + .floating-label + .field-underline {
    border-color: var( --secondaryThemeColor);
}

.field:focus + .floating-label + .field-underline {
    border-bottom-color: var( --secondaryThemeColor);
}

.field:valid:focus + .floating-label + .field-underline {
    border-color: var( --secondaryThemeColor);
}

.field:valid:focus + .floating-label + .field-underline {
    border-bottom-color: #d0f0fe;
}

.field:focus + .floating-label + .field-underline {
    border-bottom-color: #d0f0fe;
}

.field:valid + .floating-label + .field-underline {
    border-color: #24b524;
}

.field:valid + .floating-label + .field-underline {
    border-bottom-color: #cff5cf;
}

.field:valid + .floating-label + .one-edge-shadow {
    -webkit-box-shadow: 0 6px 6px -8px #24b524;
    -moz-box-shadow: 0 6px 6px -8px #24b524;
    box-shadow: 0 6px 6px -8px #24b524;
}

.field:valid:focus + .floating-label + .one-edge-shadow {
    -webkit-box-shadow: 0 6px 6px -8px var( --secondaryThemeColor);
    -moz-box-shadow: 0 6px 6px -8px var( --secondaryThemeColor);
    box-shadow: 0 6px 6px -8px var( --secondaryThemeColor);
}

.field:focus + .floating-label + .one-edge-shadow {
    -webkit-box-shadow: 0 6px 6px -8px var( --secondaryThemeColor);
    -moz-box-shadow: 0 6px 6px -8px var( --secondaryThemeColor);
    box-shadow: 0 6px 6px -8px var( --secondaryThemeColor);
}

.outerDiv {
    width: 100%;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;

}

.formHolder {
    /*margin: auto;*/
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    margin-top: -20px;
    padding-bottom: 60px;
    /*	-webkit-box-shadow: 10px -20px 8px -6px black, -10px -20px 8px -6px black ;*/
    /*	   -moz-box-shadow: 10px -20px 8px -6px black, -10px -20px 8px -6px black;*/
    /*	        box-shadow: 19px -20px 16px -30px black, -19px -20px 16px -30px black;*/
    background: rgba(255, 255, 255, 0.9);
}

.formHolder h1{
    text-align: center;
}

.subButton {
    display: block;
    width: 100%;
    padding: 11px;
    border: none;
    font-size: 18px;
    /*background-color: #03a9f4;*/
    /*margin-left: -7px;*/
    margin-top: 20px;
    border-radius: 5px;
}

.onoffswitch {
    position: relative;
    float:right;
    width: 100px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    margin-bottom:20px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 15px;
    background-color: #24b524;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "No";
    padding-right: 20px;
    background-color: #E3E3E3;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 50px;
    margin: -4px;
    background: var(--primaryThemeColor);
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 55px;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: var(--primaryThemeColor);
}

.switchQuestion {
    font-size: 18px;
    opacity: 0.5;
    width: 70%;
}

.switch-container {
    width: 95%;
    padding-top: 5px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    min-height: 30px;
}

.select-style {
    border: 0px solid #ccc;
    border-left: 5px solid #9e9e9e;
    background-color: var(--secondaryThemeColor);
    width: 100%;
    margin-left: -7px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
}


.select-style select {
    padding: 5px 8px;
    width: 120%;
    border: none;
    font-size: 15px;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.select:invalid select-style {
    border: 0px solid red;
    border-left: 5px solid red;
}

.ex2 {
    width: 100%;
    overflow: hidden;
}

.nopage{
    font-size: 70px;
}

.nav {
    background-color: white;
    list-style-type: none;
    text-align: left;
    margin-left: 564px;
    padding: 0;
    width: 1000px;
    height: 30px;
}

.logo {
    margin: 0 auto;
    max-height:175px;
}

.nav li {
    display: inline-block;
    font-size: 20px;
    padding: 2px;
    width: 280px;
    height: 30px;
    overflow: hidden;
    margin-left: -258px;
    background-color: white;
}

.bcText {
    display: block;
    height: 30px;
    width: 280px;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-right: 20px;
}

.bcActive {
    overflow: hidden;
}

.outerDiv1 {
    width: 100%;
}

.circleNumber {
    border-radius: 50%;
    min-width: 26px;
    height: 24px;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #667;
    color: #667;
    text-align: center;
    font: 15px Arial, sans-serif;
    background-color: white;
    display: inline-block;
    margin-right: 1px;
}

.status-bar {
    height: 15px;
    width: 15%;
    background-color: var( --secondaryThemeColor);
}

.status-bar-container {
    margin-left: -20px;
    margin-bottom: 10px;
    background-color: #cfcfcf;
    width: 105%;
    height: 15px;
    border-bottom: .5px solid #9e9e9e;
    position: relative;
}

.subButton {
    display: block;
    width: 100%;
    padding: 11px;
    border: none;
    font-size: 18px;
    background-color: var( --secondaryThemeColor);
    margin-top: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 6px -4px #9e9e9e;
    -moz-box-shadow: 0 6px 6px -4px #9e9e9e;
    box-shadow: 0 6px 6px -4px #9e9e9e;
}

.subButton:focus {
    border: none;
}

.outerDiv {
    width: 100%;
}

/* The side navigation menu */
.sidebar {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ebebeb;
}

/* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    padding: 6px;
    padding-left: 16px;
    text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
    background-color: var( --secondaryThemeColor);
    color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
    color: grey;
}

/* On screens that are less than 800px wide, make the sidebar into a topbar */
@media screen and (max-width: 1100px) {
    .sidebar {
        width: 100%;
        height: auto;
    }

    .sidebar a {
        float: left;
    }

    div.content {
        margin-left: 0;
    }
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 700px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}


/* TURN IT RED WITh JAVASCRIPT */

.field:valid.jserror + .floating-label {
    opacity: 1;
    top: -5px;
    color: red;
}

.field:valid.jserror + .floating-label + .field-left-edge {
    border-color: red;
    -webkit-box-shadow: 0 6px 6px -8px red;
    -moz-box-shadow: 0 6px 6px -8px red;
    box-shadow: 0 6px 6px -8px red;
}


.field:invalid.jserror + .floating-label {
    opacity: 1;
    top: -5px;
    color: red;
}

.field:invalid.jserror + .floating-label + .field-left-edge {
    border-color: red;
    -webkit-box-shadow: 0 6px 6px -8px red;
    -moz-box-shadow: 0 6px 6px -8px red;
    box-shadow: 0 6px 6px -8px red;
}

.field:valid.jserror + .floating-label + .field-underline {
    border-color: red;
}

.field:valid.jserror + .floating-label + .field-underline {
    border-bottom-color: red;
}


.field:invalid.jserror + .floating-label + .field-underline {
    border-color: red;
}

.field:invalid.jserror + .floating-label + .field-underline {
    border-bottom-color: red;
}


.field:valid.jserror + .floating-label + .one-edge-shadow {
    -webkit-box-shadow: 0 6px 6px -8px red;
    -moz-box-shadow: 0 6px 6px -8px red;
    box-shadow: 0 6px 6px -8px red;
}


.field:invalid.jserror + .floating-label + .one-edge-shadow {
    -webkit-box-shadow: 0 6px 6px -8px red;
    -moz-box-shadow: 0 6px 6px -8px red;
    box-shadow: 0 6px 6px -8px red;
}


.birdDiv {
    /*min-height: 1100px;*/
}

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px;
    min-height: 125px;
    padding: 15px 15px 15px 15px;
    border-left: 20px solid #eee;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-left-color: #d9534f;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-left-color: #f0ad4e;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-left-color: #5bc0de;
}

.bs-callout-success {
    background-color: #e0f2e0;
    border-left-color: #5cb85c;
    background-image: url("../../assets/images/completeCheck.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 400px 75px;
}

/*end of RP's css*/


/*start of HV CSS*/

header {
    background: #337ab7;
    box-shadow: 0 1px 1px 0 #333;
}

.homepage {
    background: #ffffff;
    box-shadow: none;
    margin-bottom: 50px;
}

body,
html {
    font-family: "Lato", sans-serif;
}

.wrapped {
    width: 135px;
}

.browsehappy {
    margin: 0.2em 0;
    background: #cccccc;
    color: #000000;
    padding: 0.2em 0;
}

.form-error {
    font-weight: bold;
    color: #ffffff;
    background: #d9534f;
    text-align: center;
}

.blur {
    filter: blur(6px);
}

.relative {
    position: relative;
}

.pre-approved-logo img {
    width: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.circle {
    stroke-dasharray: 187px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: turn 1.4s ease-in-out infinite;
}

@keyframes turn {
    0% {
        stroke-dashoffset: 187px;
    }
    50% {
        stroke-dashoffset: 46.75px;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187px;
        transform: rotate(450deg);
    }
}

svg:nth-child(1) {
    stroke: var( --primaryThemeColor);
    position: relative;
    left: 15px;
    top: 15px;
}

.homevalue-app{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 100%;
    height: auto;

}

.apply-body-container {
    min-height: 60vh;
}

.footer-login {
    width: 100%;
    background: #f1f1f1;
    bottom: 0;
    left:0;
    right: 0;
    position: absolute;
    font-size: 13px;
}

.footer-login .footer {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.footer-login .footer .ehoImg {
    width: 67px;
}

.footer-login .footer .splitter {
    margin-left: 3px;
    margin-right: 3px;
}

.footer-login .footer .disclaimer-text {
    margin-top: 10px;
    max-width:600px;
}

.footer-login .footer a {
    text-decoration: underline;
    color: #444444;
}

.footer-login .footer .splitter {
    margin-left: 3px;
    margin-right: 3px;
}

.footer-login .footer .disclaimer-text {
    margin-top: 10px;
    max-width:600px;
}

.footer-login .footer a {
    text-decoration: underline;
    color: #444444;
}

.footer-container .footer {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.footer-container .footer .ehoImg {
    width: 67px;
}

.footer-container .footer .splitter {
    margin-left: 3px;
    margin-right: 3px;
}

.footer-container .footer .disclaimer-text {
    margin-top: 10px;
    max-width:600px;
}

.footer-container .footer a {
    text-decoration: underline;
    color: #444444;
}

.main-page .bird-text-container .mobile-bird {
    height: 121px;
    width: 76px;
    display: inline-block;
    float: left;
}

.main-page .bird-text-container .consultation-text-container {
    display: inline-block;
    float: right;
    /*width: 73%;*/
}

.main-page .page-icon {
    margin: 0 auto;
    width: 136px;
}

.main-page .first-title {
    line-height: 1.5;
    color: var( --secondaryThemeColor);
    font-size: 18px;
    margin: 0 auto 5px;
}

.main-page .second-title {
    font-size: 12px;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

.main-page .think-section-container {
    overflow: hidden;
    position: relative;
}

.main-page .think-section-container .idea-list-img {
    display: inline-block;
    margin: 0 1em 1em 0;
    text-align: center;
}

.main-page .think-section-container .idea-list-img img {
    padding: 1vmax;
    height: 88px;
    width: auto;
}

.main-page .think-section-container .bottom-web {
    bottom: 30px;
    transform: rotate(180deg);
}

.main-page .think-section-container .background-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-page .think-section-container .background-container .think-background {
    height: auto;
    width: 100%;
}

.main-page .think-section-container .background-container .think-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: fit-content;
}

.main-page .think-section-container .think-section {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    position: relative;
}

.main-page .think-section-container .think-section .section-heading {
    line-height: 1.38;
    letter-spacing: 0.1px;
    font-weight: 100;
    font-size: 1.2em;
}



.footer-container .think-section-container {
    overflow: hidden;
    position: relative;
}

.footer-container .think-section-container .idea-list-img {
    display: inline-block;
    margin: 0 1em 1em 0;
    text-align: center;
}

.footer-container .think-section-container .idea-list-img img {
    padding: 1vmax;
    height: 88px;
    width: auto;
}

.footer-container .think-section-container .bottom-web {
    bottom: 30px;
    transform: rotate(180deg);
}

.footer-container .think-section-container .background-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-container .think-section-container .background-container .think-background {
    height: auto;
    width: 100%;
}

.footer-container .think-section-container .background-container svg:nth-child(1){
     transform: scaleX(1.5);
 }

.footer-container .think-section-container .background-container svg:nth-child(1) g{
    stroke: var( --primaryThemeColor);
    fill: var( --primaryThemeColor);
}

.main-page .think-section-container .background-container .think-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: fit-content;
}

.footer-container .think-section-container .think-section {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    position: absolute;
}

.footer-container .think-section-container .think-section .section-heading {
    line-height: 1.38;
    letter-spacing: 0.1px;
    font-weight: 100;
    font-size: 1.2em;
}


.rates-formHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
}

.rates-formHolder, h5{
    font-size: 18px;
    padding: 5px;
}

.rate-card-desc {
    font-size: 15px;
}

.rates-card {
    min-height:255px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.rate-subButton{
    display: block;
    width: 80%;
    padding: 11px;
    border: none;
    font-size: 18px;
    color: white;
    background-color: #f2ae43;
    /*margin-left: -7px;*/
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}
.rate-subButton.completeButton{
    background-color: #2AD085;
}


.rate-center {
    text-align: center;
}

.rates-holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.short {
    width:20%
}

.pricing-row{
    width: 100%;
}

.pricing-card{
    margin: 15px 0 15px 0;
    text-align: center;
}

.rate-card-icon, img{
    height: 75px;
}


.privacy-page {
    padding-bottom: 50px;
}

.privacy-page p {
    word-break: break-all;
}
.rates-complete-card {
    min-height:255px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color:#EEF9F0
}
.complete, .rates-card, .rate-center{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/*.complete {*/
/*    display:none;*/
/*}*/

.checkmark {
    display:inline-block;
    width: 75px;
    height: 75px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width:75px;
    height:75px;
    background-color: #28D086;
    border-radius:125px;
    left:0;
    top:0;
}

.checkmark_stem {
    position: absolute;
    width: 6px;
    height: 40px;
    background-color: #fff;
    left: 41px;
    top: 15px;
}

.checkmark_kick {
    position: absolute;
    width: 20px;
    height: 6px;
    background-color: #fff;
    left: 26px;
    top: 50px;
}

.birdBack {
    /*width: 100%;*/
    height: 100%;
}

.desktop-birdBack {
    position: absolute;
    width: auto;
    height: 750px;
    top: 10px;
    left:0;
    padding-left: 2vw;
    padding-top: 1vh;
    z-index: -1;
}

.mobile-birdBack {
    display:none;
}

.resetError {
    width: 100%;
    color: red;
    margin: 0 auto;
}

.invite-form {
    padding: 35px;
    background: rgba(255, 255, 255, 0.9);
}

.navbar {
    display:flex;
    /*max-height: 175px;*/
    align-items: flex-start;
}

.navbar-brand {
    min-width: 350px;
    height: auto;
}

.telephone {
    font-size: 25px;
    margin:15px;
}

.navbar-empty {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.navbar-header {
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-logout {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rates-label {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    cursor: pointer;
    align-items: center;
}

.rates-label input[type=radio] {
    margin: 0;
    height: 25px;
    width: 25px;
}

.logoutBtn {
    /*background-color: #03a9f4;*/
    border: none;
    color: white;
    padding: 8px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 6px -4px #9e9e9e;
    box-shadow:0 6px 6px -4px #9e9e9e;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*margin: 5px 20px 40px 20px;*/
}

.creditAuth {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
}

.creditLogo img{
    height: 135px;
}
.creditAuthContent{
    width: 70%;
}
.invite-form-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.invite-form-inner h1{
    padding:30px;
}

.invite-code-container {
    width: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 40px;
}

.invite-field {
    width: 50px;
    height: 75px;
    padding: 10px;
    font-size: 35px;
    text-align: center;
}

.armr-success, .armr-error{
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  .armr-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
  }

  .armr-error{
    color: #D8000C;
    background-color: #FFBABA;
    display: none;
  }

.armr-formHolder {
    margin-top: 0;
    padding: 20px;
}

.armr-custom-border {
    padding: 15px;
}

.armr-amount {
    font-size: 25px;
    font-weight: bold;
}
.armr-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100px;
    z-index: 1;
}

.armr-logo{
    width: 170px;
    padding: 15px;
    z-index: 1;
    background: white;
}

.armr-banner{
    width: 100%;
    height: 100px;
    padding: 25px;
    background: #a53731;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.armr-bar{
    position: absolute;
    display: block;
    z-index: 0;
    background: #a53731;
    height: 70px;
    width: 88%;
    margin-top:14px;
}

.armrButton{
    background-color:#33414e;
}

.armr-disclaimer {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}

.armr-disclaimer p {
    font-size: 12px;
    padding: 10px;
}

.multiloans-list {
    text-align: left;
    padding-left: 45rem;
}

@media (min-width: 768px) {
    .wrapped {
        width: 100%;
    }

    .footer {
        flex-direction: column;
    }

    .disclaimer-text {
        text-align: right;
    }

    .main-page {
        /*margin-bottom: 0;*/
    }

    .bird-text-container {
        width: 650px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .consultation-text-container {
        float: right;
        width: 82%;
    }

    .first-title {
        font-size: 36px;
        font-weight: 300;
    }

    .think-section-container {
        margin-top: 50px;
    }

    .think-background {
        height: auto;
        width: 100%;
    }

    .section-heading {
        font-size: 2.3rem;
        letter-spacing: 0.1px;
    }

    .section-subheading {
        font-size: 1.8rem;
    }
}

.error-page {
    min-height: 600px;
    min-height: calc(100vh - 120px);
}

@media (min-width: 992px) {
    .footer {
        flex-direction: column;
    }

    .footer .disclaimer-text {
        text-align: center;

    }


    .main-page .bird-container-section {
        position: relative;
    }
    .main-page .bird-container-section .desktop-bird {
        /*background-image: url("../../assets/images/LARRY_Posesbeauty_00001.jpg");*/
        /*background-repeat: no-repeat;*/
        /*width: 1366px;*/
        /*height: 902px;*/
        /*position: absolute;*/
        /*left: -550px;*/
        /*top: 75px;*/
        /*z-index: -1;*/
    }

    .main-page .bird-text-container .consultation-text-container {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .main-page .main-address-form .options-row .sell-refinance-options label {
        min-height: 0;
    }

    .main-page .first-title {
        width: 80%;
    }

    .footer-container .think-section-container .background-container .think-section .section-heading {
        font-size: 1.2em;
        line-height: 1.38;
        letter-spacing: 0.1px;
    }

    .footer-container  .think-section-container .background-container .think-section .idea-list-img {
        display: inline-block;
        margin: 0 2em 2em 0;
        text-align: center;
    }

    .footer-container  .think-section-container .background-container .think-section .idea-list-img img {
        padding: 0.8vmax;
        height: 88px;
        width: auto;
    }

    .footer-container  .think-section-container .background-container .think-section .idea-list-img p {
        font-size: 1em;
    }
}

@media (max-width: 1024px) {

    .desktop-birdBack {
        display: none;
    }

    .footer-container  .think-section-container {
        margin-top: 34vmax;
    }

    .invite-code-container {
        width: 100%;
        margin-left: 0px;
    }

    .invite-form-inner h1 {
        padding: 10px;
        font-size: 18px;
    }
    .mobile-column {
        display: flex;
        flex-direction: column;
    }
    .mobile-form-card {
        padding-right: 15px;
        padding-left: 15px;
    }

    .multiloans-list {
        text-align: left;
        padding-left: 35rem;
    }
}

@media (max-width: 768px) {
    .mobile-bird {
        height: 200px;
        width: 125px;
    }

    .think-section-container {
        display: none;
    }

    .footer-container .footer {
        flex-direction: column;
        padding: 35px 20px 20px 20px;
    }

    .footer-login {
        width: 100%;
        background: #f1f1f1;
        bottom: 0;
        left:0;
        right: 0;
        position: static;
        
    }

    .footer-login .footer {
        font-size:14px;
        flex-direction: column;
        padding: 35px 20px 20px 20px;
    }

    .consultation-text-container {
        width: 100%;
    }

    .think-section-container {
        margin-top: 10vmax;
    }

    .think-background {
        width: fit-content;
    }

    .ccExample {
        display: none;
    }

    .multiloans-list {
        text-align: left;
        padding-left: 23rem;
    }
}

@media (max-width: 414px) {

    .desktop-birdBack {
        display: none;
    }

    .birdBack {
        display: none;
    }

    h1 {
        font-size: 24px;
    }

    .bird-text-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .birdBack {
        height:150px;
    }

    .no-mobile {
        display: none;
    }

    .mobile-birdBack {
        display: block;
        margin: 0 auto;
        height: 100%;
    }

    .mobile-bird {
        height: 121px;
        width: 76px;
    }

    .consultation-text-container {
        width: 100%;
    }

    .think-section-container {
        margin-top: 10vmax;
    }

    .think-background {
        height: auto;
        width: fit-content;
    }

    .ideas-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .idea-list-img {
        margin: 0 0.5rem;
    }

    .idea-list-img img {
        padding: 0.8vmax;
        margin-bottom: 10px;
        margin-right: 10px;
        height: 55px;
    }

    .idea-list-img p {
        font-size: 1rem;
    }

    .section-heading {
        font-size: 1.2rem;
        letter-spacing: 0.1px;
    }

    .section-subheading {
        font-size: 1rem;
    }

    .top-web {
        display: none;
    }

    .ccExample {
        display: none;
    }

    .rates-formHolder, h5 {
        font-size: 18px;
    }

    .footer {
        flex-direction: column;
    }

    .bs-callout-success {
        background-position: 270px 130px;
    }


    .creditAuth {
        flex-direction:column;
        padding: 10px;
    }

    .creditAuthContent {
        width: 100%;
        padding: 15px;
    }

    /*.formHolder {*/
    /*    padding-left:0;*/
    /*}*/

    .card-body {
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .invite-field {
        font-size: 24px;
    }

    .switch-container {
        padding: 10px;
        min-height: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mobile-column {
        display: flex;
        flex-direction: column;
    }

    .mobile-form-card {
        padding-right: 15px;
        padding-left: 15px;
    }


    .navbar-empty {
        /*display: none;*/
    }

    .telephone {
        font-size:15px;
        margin:15px;
    }

    .navbar-empty {
        order: 1;
    }

    .navbar-header {
        order: 2;
    }

    .navbar-logout {
        justify-content: center;
        order: 1;
    }

    .multiloans-list {
        text-align: left;
        padding-left: 10rem;
    }


}

@media (max-width: 375px) {
    .homepage {
        margin-bottom: 0;
    }

    h1 {
        font-size: 20px;
    }

    .birdDiv {
        display:none;
    }

    .bird-text-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .desktop-birdBack {
        display: none;
    }

    .birdBack {
        display: none;
    }

    .mobile-birdBack {
        display: block;
        margin: 0 auto;
        height: 100%;
    }

    .mobile-bird {
        height: 121px;
        width: 76px;
        margin-bottom: 35px;
    }

    .consultation-text-container {
        width: 100%;
    }

    .no-mobile {
        display: none;
    }

    .think-section-container {
        margin-top: 10vmax;
    }

    .main-page .think-section-container {
        display: none;
    }

    .footer {
        flex-direction: column;
    }

    .rates-formHolder, h5 {
        font-size: 18px;
    }

    .bs-callout-success{
        background-position: 240px 130px;
    }

    .ccExample {
        display: none;
    }

    .creditAuth {
        flex-direction:column;
        padding: 10px;
    }

    .creditAuthContent {
        width: 100%;
        padding: 15px;
    }

    .card-body {
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .invite-field {
        font-size: 24px;
    }

    .switch-container {
        padding: 10px;
        min-height: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .mobile-column {
        display: flex;
        flex-direction: column;

    }
    .mobile-form-card {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-empty {
        /*display: none;*/
    }

    .telephone {
        font-size:15px;
        margin:15px;
    }

    .navbar-empty {
        order: 1;
    }

    .navbar-header {
        order: 2;
    }

    .navbar-logout {
        justify-content: center;
        order: 1;
    }

    .multiloans-list {
        text-align: left;
        padding-left: 7rem;
    }
}



@media screen and (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: center;
    }
}