@charset "utf-8";
/* CSS Document */
body {
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 1)), url("images/2.jpg"); background-size: cover; background-repeat: no-repeat; linear gradient added - 31.03.2020 */
    color: #000;
    font-weight: 400 !important;
    font-family: Roboto, sans-serif !important;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0
}
.mainContentArea a {
    color: #4e8804 !important;
}
h1 {
    font-weight: 600
}
h2 {
    color: green;
    font-weight: 600
}
h4 {
    color: green;
    font-size: 13px;
    font-weight: 700;
    line-height: 2
}
h5 {
    color: #626262;
    font-size: 14px;
    font-weight: 500
}
a {
    text-decoration: none
}
ul {
    letter-spacing: 1px;
    list-style-position: outside;
}
li {
    color: #000000;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 300;
    letter-spacing: normal;
}
p {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-bottom: 20px
}
p b {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-bottom: 20px
}
.img-fluid {
    height: 121px;
    margin-bottom: 30px;
    width: 210px
}
.img-fluid3 {
    height: auto;
    margin-bottom: 30px;
    width: 100%
}
.container-full {
    padding-left: 0;
    padding-right: 0
}
.btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 15px 40px;
    text-transform: uppercase;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}
.btn-default:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad
}
.fa {
    font-size: 13px
}
.back-to-top {
    position: fixed;
    display: none;
    z-index: 99;
    background: green;
    line-height: 1;
    color: #fff;
    padding: 7px 12px 13px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background .5s
}
@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }
}
.back-to-top:focus {
    background: green;
    color: #fff;
    outline: 0
}
.back-to-top:hover {
    background: #55b03f;
    color: #fff
}
#header {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 97px;
    z-index: 99;
    transition: all .5s ease;
    border-bottom: 0.5px solid #c8c7c7;
}
#header #logo {
    padding: 21px 0 0 0
}
#header #logo h1 {
    color: #505050;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0
}
#header #logo h1 a {
    color: #555;
    line-height: 1;
    display: inline-block;
    text-decoration: none
}
#header #logo h1 a span {
    color: green
}
#header #logo img {
    padding: 0;
    margin: 0
}
.scroll-header {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}
#hero {
    width: 100%;
    height: auto;
}
#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding-top: 15vh;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#hero h1 {
    margin: 60px 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
    font-family: Roboto, sans-serif;
    color: green
}
@media (max-width:768px) {
    #hero h1 {
        font-size: 32px;
        line-height: 36px;
        color: green
    }
    #hero .hero-container {
        padding-bottom: 0
    }
    #hero h2 {
        color: green;
        margin-bottom: 30px;
        font-size: 24px;
        font-family: Roboto, sans-serif;
        font-weight: 300
    }
}
@media (max-width:768px) {
    #hero h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 30px;
        color: green
    }
}
#hero img {
    max-width: 95%;
    margin-bottom: 30px
}
#hero .btn-get-started {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    width: 220px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 36px;
    border-radius: 50px;
    transition: .5s;
    margin-bottom: 30px;
    border: 2px solid green;
    background: #fff;
    color: green;
    text-decoration: none
}
#hero .btn-get-started:hover {
    background: linear-gradient(45deg, #006d00, #96cf2b);
    color: #fff
}
#lonebutton .btn-get-started:hover {
    background: linear-gradient(45deg, #006d00, #96cf2b);
    color: #fff
}
#hero .btns a {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 20px;
    text-decoration: none;
    transition: .3s
}
@media (max-width:575px) {
    #hero .btns a {
        margin: 4px 8px
    }
}
#hero .btns a:hover {
    color: green
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}
.nav-menu li {
    position: relative;
    white-space: nowrap
}
.nav-menu > li {
    float: left
}
.nav-menu li.sfHover > ul, .nav-menu li:hover > ul {
    display: block
}
.nav-menu ul ul {
    top: 0;
    left: 100%
}
.nav-menu ul li {
    min-width: 180px
}
.sf-arrows .sf-with-ul {
    padding-right: 22px
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    margin-top: 1px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}
#nav-menu-container {
    float: right;
    margin: 30px 0 0 0;
}
@media (max-width:1200px) {
    #nav-menu-container {
        display: none
    }
}
.nav-menu a {
    padding: 8px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    outline: 0;
    letter-spacing: 0;
    transition: .3s
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: green
}
.nav-menu > li {
    margin-left: 10px
}
.nav-menu ul {
    margin: 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    background: #fff
}
.nav-menu ul li {
    transition: .3s
}
.nav-menu ul li a {
    padding: 5px 10px;
    color: #333;
    transition: .3s;
    display: block;
    font-size: 14px;
    text-transform: none
}
.nav-menu ul li:hover > a {
    color: green
}
.nav-menu ul ul {
    margin: 0
}
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 18px 20px 0 0;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all .4s;
    outline: 0;
    cursor: pointer
}
#mobile-nav-toggle i {
    color: green;
    font-size: 24px
}
@media (max-width:1200px) {
    #mobile-nav-toggle {
        display: inline
    }
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(50, 110, 40, .9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: .4s
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}
#mobile-nav ul li {
    position: relative
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    padding: 6px 22px 12px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
    letter-spacing: 0
}
#mobile-nav ul li a:hover {
    color: #fff
}
#mobile-nav ul li li {
    padding-left: 30px
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: green
}
#mobile-nav ul .menu-item-active {
    color: green
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, .6);
    display: none
}
body.mobile-nav-active {
    overflow: hidden
}
body.mobile-nav-active #mobile-nav {
    left: 0
}
body.mobile-nav-active #mobile-nav-toggle i {
    color: #fff
}
.padd-section {
    padding-bottom: 0;
    padding-top: 70px
}
#contact.padd-section {
    padding-top: 40px
}
.searchpadd-section {
    padding-bottom: 0;
    padding-top: 80px
}
@media (max-width:992px) {
    .padd-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .searchpadd-section {
        padding-top: 40px;
        padding-bottom: 0
    }
}
.section-title {
    margin-bottom: 40px
}
.hero-section-title {
    margin-bottom: 40px;
    margin-top: 40px;
    height: auto;
}
@media (max-width:992px) {
    .section-title {
        margin-bottom: 40px
    }
    .hero-section-title {
        margin-bottom: 80px
    }
}
@media (max-width:992px) and (orientation:portrait) {
    .section-title {
        margin-bottom: 40px
    }
    .hero-section-title {
        margin-bottom: 80px
    }
}
.section-title h1 {
    font-family: Roboto, sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-top: 90px;
    text-transform: capitalize;
    color: green
}
.hero-section-title h1 {
    font-family: Roboto, sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-top: 90px;
    text-transform: capitalize;
    color: green
}
.section-title h2 {
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize
}
.hero-section-title h2 {
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize
}
.contact-title h2 {
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize
}
.section-title .separator {
    margin: 0
}
.hero-section-title .separator {
    margin: 0
}
.separator {
    color: #626262;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px
}
#get-started {
    display: inline-block;
    height: 100%;
    width: 100%
}
#get-started .feature-block {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    transition: all .5s ease-in-out 0s
}
#tipue_search_content {
    text-align: left
}
@media (max-width:991px) {
    #get-started .feature-block {
        margin-bottom: 30px
    }
}
#get-started .feature-block:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    transition: all .5s ease-in-out 0s
}
#get-started .feature-block h4 {
    margin-bottom: 20px
}
#get-started .feature-block p {
    margin-bottom: 20px
}
#get-started .feature-block a {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s
}
#get-started .feature-block a:hover {
    color: green
}
#get-started h1 {
    padding-top: 0px; /*changed from 120 on 01/04/2020 */
    color: darkgreen;
    font-family: Roboto, Sans-Serif;
    font-weight: 300;
}
#contact {
    background: #fff;
    margin-bottom: 50px
}
#contact .info {
    color: #222
}
#contact .info i {
    font-size: 32px;
    color: green;
    float: left
}
#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px
}
#contact .info .email p {
    padding-top: 5px
}
#contact .social-links {
    padding-bottom: 20px
}
#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: green;
    color: #fff;
    line-height: 1;
    padding: 6px 0 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}
#contact .social-links a:hover {
    background: #55b03f;
    color: #fff
}
#contact .form #sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}
#contact .form #errormessage.show, #contact .form #sendmessage.show, #contact .form .show {
    display: block
}
#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
}
#contact .form input, #contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 1
}
#contact .form button[type=submit] {
    background: green;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s
}
#contact .form button[type=submit]:hover {
    background: #92d283
}
.footer {
    background: #2a2c30;
    padding-top: 50px;
    margin-top: 120px;
}
.footer .footer-logo .navbar-brand {
    color: #fff;
    display: inline-block;
    float: none;
    font-family: Philosopher, sans-serif;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    letter-spacing: .2em;
    padding-left: 0;
    padding-top: 0
}
.footer .footer-logo p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px
}
.footer .list-menu > h4 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 13pt;
}
.footer .list-menu ul li a {
    color: #ffffff !important;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: none;
    letter-spacing: 0
}
.footer .copyrights {
    background: linear-gradient(45deg, green, #ace249);
    margin-top: 50px;
    text-align: center;
    padding: 25px
}
.footer .copyrights .credits, .footer .copyrights p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0
}
.footer .copyrights .credits a, .footer .copyrights p a {
    letter-spacing: 0;
    color: green
}
.nav-menu li a:hover {
    border-bottom: 3px solid green;
    padding-bottom: 6px
}
#faq {
    padding: 60px 0;
    position: relative;
    top: -150px;
    margin-bottom: -150px
}
#faq #faq-list {
    padding: 0;
    list-style: none
}
#faq #faq-list li {
    border-bottom: 1px solid #cbc9c9
}
#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    padding-right: 20px;
    color: #000
}
#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px
}
#faq #faq-list p {
    margin-bottom: 20px
}
@media (max-width:768px) {
    #faq #faq-list a {
        font-size: 16px
    }
    #faq #faq-list i {
        top: 13px
    }
}
#faq #faq-list a.collapse {
    color: green
}
#faq #faq-list a:hover {
    color: green;
    text-decoration: none
}
#faq #faq-list a.collapsed {
    color: green
}
#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important
}
#faqhome {
    padding: 0 0
}
#faqhome #faq-list {
    padding: 0;
    list-style: none
}
#faqhome #faq-list li {
    border-bottom: 1px solid #cbc9c9
}
#faqhome #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    padding-right: 20px;
    color: #000
}
#faqhome #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px
}
#faqhome #faq-list p {
    margin-bottom: 20px
}
@media (max-width:768px) {
    #faqhome #faq-list a {
        font-size: 16px
    }
    #faqhome #faq-list i {
        top: 13px
    }
}
#faqhome #faq-list a.collapse {
    color: green
}
#faqhome #faq-list a:hover {
    color: green;
    text-decoration: none
}
#faqhome #faq-list a.collapsed {
    color: green
}
#faqhome #faq-list a.collapsed i::before {
    content: "\f2c7" !important
}
#features .insurevideo {
    height: 250px
}
#get-started .insurevideo {
    height: 250px
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}
.container-more {
    margin-top: 40px
}
.footerlinks {
    text-align: right;
}
@media (max-width:916px) {
    .footerlinks {
        text-align: left;
    }
}
.footerlinks a {
    color: #113109 !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none
}
.footerlinks a:hover {
    color: #92fc8c;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none
}
#cta img {
    max-width: 100%
}
#cta {
    padding-top: 60px
}
#cta h2 {
    color: #fff;
    font-family: roboto;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px
}
#cta span {
    font-weight: 700;
    padding-right: 10px;
    text-transform: uppercase
}
#cta .about-content ul li {
    line-height: 36px
}
#cta .about-content ul li .fa {
    padding-right: 20px
}
#cta {
    background: linear-gradient(45deg, green, #96cf2b)
}
#cta .separator {
    color: #fff
}
#cta .btn-get-started {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    width: 220px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 36px;
    border-radius: 50px;
    transition: .5s;
    margin-bottom: 30px;
    border: 2px solid green;
    background: #fff;
    color: green;
    text-decoration: none
}
#cta .btn-get-started:hover {
    background: linear-gradient(45deg, #006d00, #96cf2b);
    color: #fff
}
#cta .btns a {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 20px;
    text-decoration: none;
    transition: .3s
}
@media (max-width:575px) {
    #cta .btns a {
        margin: 4px 8px
    }
}
#cta .btns a:hover {
    color: green
}
#overview p b {
    color: #fff
}
#cta {
    padding-bottom: 30px
}
#cta .section-title {
    margin-bottom: 30px
}
.homefeatures {
    margin-bottom: 20px
}
#tipue_search_content {
    text-align: left
}
@media (max-width:768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .hero-container {
        padding-left: 40px;
        padding-right: 40px
    }
    #clients {
        display: none
    }
}
.about-content i {
    font-size: 18px;
    color: green;
    padding-top: 4px
}
ul {
    list-style-position: outside !important
}
#get-started .row {
    margin-top: 30px
}
.fa-li {
    color: green
}
.spacer {
    height: 20px
}
/* Salesforce Style Overrides - Digi2L */
/* Begin Flow Button Style */
.slds-button_brand, .slds-button--brand {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(95, 161, 1);
    transition: border .15s linear;
    background-color: #5fa101;
    border-color: #5fa101;
    color: #ffffff;
    min-width: 90px;
}
.bank-account-inputs .slds-button_brand {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    transition: border .15s linear;
    color: #ffffff;
    height: 100%;
    margin-top: 1px;
}
/* End Flow Button Style */
/* Begin Flow Text Field Styles */
body .slds-input {
    border: 1px solid #eff0ed;
    width: 100%;
    transition: border .1s linear, background-color .1s linear;
    display: inline-block;
    padding: 1rem 1rem 1rem 1rem;
    line-height: 1.875rem;
    min-height: calc(1.875rem + (1px * 2));
    background-color: #eff0ed;
    border-radius: 3px;
}
body .toggleLabel[c-caseFileUploaderInput_caseFileUploaderInput] {
    text-align: right;
}
body .uiInput--textarea .textarea, .uiInput--textarea.textarea, .uiInput--input .input, .uiInput--input.input {
    background-color: #f5fcea;
    color: rgb(51, 51, 51);
    width: 100%;
    resize: vertical;
    border: 1px solid #c0c1c1;
    border-image: initial;
    border-radius: 0.25rem;
    transition: border 0.1s linear 0s, background-color 0.1s linear 0s;
    padding: .25rem 1rem .25rem .75rem;
}
body .slds-textarea {
    background-color: #f5fcea;
    width: 100%;
    -webkit-appearance: none;
    resize: vertical;
    border: 1px solid #c0c1c1;
    transition: border .1s linear, background-color .1s linear;
    padding: .25rem 1rem .25rem .75rem;
}
body .slds-select:focus, .slds-select:active {
    border-color: #65ac00;
    box-shadow: 0 0 3px #d4fe2a;
}
body .slds-size_large, .slds-size--large {
    width: auto;
}
/* End Flow Text Field Styles */
/* Begin Flow Input Field Error Style */
body .slds-has-error .slds-input {
    border-color: rgb(194, 57, 52);
    background-clip: padding-box;
}
/* End Flow Input Field Error Style */
/* Begin Flow Box Styles */
body .cb-section_row .slds-grid .slds-wrap .slds-large-nowrap {
    min-height: auto !important;
}
body .flowruntimeBody.centerWrapper {
    margin-top: 1.6rem !important;
}
/* removes space from underneath Salesforce input elements */
body .flowruntimeInputWrapper {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    color: #696969;
    position: relative;
    padding-bottom: .5rem;
}
body .flowruntimeErrorText.errorText {
    color: rgb(194, 57, 52);
    font-size: .75rem;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}
/* end - removes space from underneath Salesforce input elements */
body .slds-card__body {
    /* margin-top: .75rem;
    margin-bottom: .75rem; */
    margin: 0px;
    padding: 20px;
}
body .slds-card__footer {
    padding: 0.1rem 0.8rem 1rem 0.8rem;
    margin-top: 0.75rem;
    text-align: right;
    font-size: .8125rem;
    border-top: 1px solid rgba(0, 0, 0, 0);
}
body .slds-checkbox .slds-checkbox_faux, .slds-checkbox .slds-checkbox--faux {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #000000 !important;
}
/* End Flow Box Styles */
/* Begin Dialogue Pop-up Styles */
lightning-primitive-bubble {
    background: darkgreen !important;
}
/* End Dialogue Pop-up Styles */
/* Begin Salesforce Document Upload Styles */
body .title[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin-bottom: 15px;
    margin-top: 10px;
}
body .status[c-caseFileUploaderInput_caseFileUploaderInput] {
    background: #666;
    color: #fff;
    flex-basis: 35px;
    width: 45px;
    line-height: 24px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-right: 10px;
    padding: 0 5px 0 5px;
    border-radius: 4px;
    margin-bottom: 2px;
}
body .file-uploader[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin: 4px auto 0;
    width: 100%;
}
body .slds-file-selector {
    width: 100%;
}
body .slds-file-selector__dropzone {
    width: 100%;
}
body label {
    margin-bottom: 0px;
}
body c-case-file-uploader-input[c-caseFileUploader_caseFileUploader] {
    margin-bottom: 3px;
    border-bottom: 1px solid #00b916;
    display: block;
    padding: 10px 0 10px 0;
}
body .slds-m-bottom_large, .slds-m-bottom--large {
    margin-bottom: 0px;
    margin-top: 20px; /* Line added 30.03.2020 */
}
body .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border-color: #000000;
}

body .slds-radio .slds-form-element__label {
	font-size:1rem;
}

body .spacer[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    margin-bottom: 16px;
}
@media (max-width:321px) and (orientation:portrait) {
    body .messages[c-caseFileUploaderInput_caseFileUploaderInput] {
        flex-basis: 70%;
        flex-grow: 1;
        padding-right: 10px;
        min-width: 0px;
    }
}
@media (max-width:415px) and (orientation:portrait) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        flex-basis: 100px;
        padding-left: 0px;
        padding-top: 10px;
        margin: 0px;
        min-width: 100%;
    }
}
/* Start - Salesforce Card Background Style */
body article.slds-card {
    background: linear-gradient(360deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}
/* End - Salesforce Card Background Style */
/* Start - form bottom padding on iPad Pro */
@media (max-width:1024px) and (orientation:portrait) {
    body #get-started {
        padding-bottom: 16vh;
    }
}
/* End - form bottom padding on iPad Pro */
/* Start Amnon's Care File Uploader Style Addition */
body c-case-file-uploader c-case-file-uploader-input .file-uploader span.slds-form-element__label {
    display: none !important;
}
body [c-caseFileUploader_caseFileUploader] .slds-card__body {
    padding-top: 0px !important;
}
body .slds-card__body [c-casefileuploader_casefileuploader] {
    padding: 0px !important;
}
body .file[c-caseFileUploaderInput_caseFileUploaderInput] {
    padding-bottom: 10px;
    padding-top: 5px;
}
/* End Amnon's Care File Uploader Style Addition */
/* Start Brand Styled Document Upload Button Styles */
body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral[disabled] {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(217, 219, 221);
    transition: border .15s linear;
    background-color: grey;
    border-color: grey;
    color: lightgrey;
}
body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral {
    padding-left: .7rem;
    padding-right: .7rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(65, 111, 5);
    transition: border .15s linear;
    background-color: #416f05;
    border-color: #416f05;
    color: #ffffff;
    min-width: 90px;
}
body c-casefileuploaderinput_casefileuploaderinput, .slds-file-selector__button.slds-button.slds-button_neutral {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(65, 111, 5);
    transition: border .15s linear;
    background-color: #416f05;
    border-color: #416f05;
    color: #ffffff;
    min-width: 90px;
    word-break: break-word;
}
/* End Brand Styled Document Upload Button Styles */
#rpheader {
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    height: 97px;
    transition: all .5s ease
}
.scroll-header {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}
.THIS .nav-menu a {
    text-decoration: none;
}
#heroflow {
    width: 100%;
    height: calc(40vh - 40px);
    min-height: 120px;
    padding-top: 80px;
}
@media (max-width:992px) and (min-height:1270px) and (orientation:portrait) {
    section-title {
        margin-bottom: 0px
    }
    .THIS .hero-section-title {
        margin-bottom: 0px
    }
}
@media (max-height:1366px) and (orientation:portrait) {
    .section-title {
        margin-bottom: 0px
    }
    .THIS .hero-section-title {
        margin-bottom: 0px;
        height: auto;
    }
}
@media (max-height:1270px) and (orientation:landscape) {
    .section-title {
        margin-bottom: 140px
    }
    .hero-section-title {
        margin-bottom: 20px;
    }
}
@media (max-height:414px) and (orientation:landscape) {
    .section-title {
        margin-bottom: 140px
    }
    .THIS .hero-section-title {
        margin-bottom: 10px;
    }
}
/* Start - CSS for Input Fields */
body .slds-input:focus, body .slds-input:active {
    border-color: rgb(2, 128, 2);
    box-shadow: none;
}
body .slds-form-element__label {
    color: #000000;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    line-height: 1.5;
    width: 100%;
}
body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
    min-width: 100%;
}
body .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, body .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .THIS body .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, body .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-align: right;
}
body .select:focus, body .select:active {
    border-color: rgb(2, 128, 2) !important;
    box-shadow: none !important;
}
body .input:focus, body .input:active {
    border-color: rgb(2, 128, 2) !important;
    box-shadow: none !important;
}
body input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 1rem !important;
    line-height: inherit;
}
body .slds-textarea {
    border-color: rgb(2, 128, 2) !important;
    box-shadow: none !important;
    word-break: normal;
}
body .messages[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin-bottom: 10px;
}
/* End - CSS for Input Fields */
/* Start - CSS for Additional Doc Uploader */
body .slds-m-bottom_medium, body .slds-m-bottom--medium {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
body option:hover {
    background-color: #028002;
    color: #fff;
}
body option:checked {
    background-color: #028002;
    color: #fff;
}
body .toggle[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    min-width: 100%;
}
/* End - CSS for Additional Doc Uploader */
/* Start - CSS for Additional Doc Uploader Status Label */
body .status[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    background: #666;
    color: #fff;
    flex-basis: 35px;
    width: 45px;
    line-height: 24px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-right: 10px;
    padding: 30px 5px 30px 5px;
}
/* End - CSS for Additional Doc Uploader Status Label */
/* Start - CSS for Document Upload Text Overflow Fix  */
body .criteria[c-caseFileUploaderInput_caseFileUploaderInput], .question[c-caseFileUploaderInput_caseFileUploaderInput] {
    padding-bottom: 5px;
    text-align: left !important;
    word-break: break-word !important;
}
/* End - CSS for Document Upload Text Overflow Fix  */
/* Start - CSS for Abbr Underline */
body abbr[title], abbr[data-original-title] {
    text-decoration: none;
    -webkit-text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
/* End - CSS for Abbr Underline */
/* Start Styling for Date Picker */
body .slds-datepicker {
    padding: 10px;
}
body .slds-datepicker h2 {
    font-size: 1.2rem;
    padding-top: 6px;
}
/* End Styling for Date Picker */
/* Start Header/Title Overrides */
body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
    font-size: 2.6rem;
}
body h3 {
    padding-top: 22px;
}
/* End Header/Title Override */
/* Start Fieldset padding override */
body fieldset {
    padding-bottom: 10px;
}
/* End Fieldset padding override */
/* Start Row Fix */
body .bank-account-inputs[c-bankAccountInput_bankAccountInput] {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
body .bank-account-inputs[c-bankAccountInput_bankAccountInput] div.input[c-bankAccountInput_bankAccountInput] {
    flex-basis: 0px;
    margin-right: 10px;
}
/* End Row Fix */
@media only screen and (max-width:1024) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        margin: 0px;
        word-break: normal;
    }
    body .toggle[c-caseFileUploaderCreator_caseFileUploaderCreator] {
        margin: 0px;
        word-break: normal;
    }
}
@media only screen and (max-width:768px) {
    body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
        font-size: 2rem;
    }
}
@media only screen and (max-width:414px) {
    body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
        font-size: 1.6rem;
    }
}
/* -------------- Claims Status 2.0 -----------------  */
#paddingpush {
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.attention-stripe {
    border: 0.5px solid red;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #e02626, #e02626 20px, #fd3939 20px, #fd3939 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: 17px;
}
.status-green-stripe {
    border: 0.5px solid green;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #486501, #486501 20px, #325400 20px, #325400 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: -7px;
}
.status-grey-stripe {
    border: 0.5px solid green;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #575757, #575757 20px, #2d2d2d 20px, #2d2d2d 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: -7px;
}
.date-rationale {
    padding: 0px 15px 15px 15px;
    font-size: 0.8rem;
}
@media only screen and (max-width:768px) {
    .attention-stripe {
        font-size: 1rem;
    }
    .status-green-stripe {
        font-size: 1rem;
    }
    .status-grey-stripe {
        font-size: 1rem;
    }
    .status-claimref {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width:332px) {
    .attention-stripe {
        padding-bottom: 6px;
    }
    .status-green-stripe {
        padding-bottom: 6px;
    }
    .status-grey-stripe {
        padding-bottom: 6px;
    }
}
.status-box {
    border-left: 0.5px solid red;
    border-bottom: 0.5px solid red;
    border-right: 0.5px solid red;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}
.status-box, .row {
    margin-top: 0px !important;
}
.status-green-box {
    border-left: 0.5px solid gray;
    border-bottom: 0.5px solid gray;
    border-right: 0.5px solid gray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.status-grey-box {
    border-left: 0.5px solid gray;
    border-bottom: 0.5px solid gray;
    border-right: 0.5px solid gray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.status-number-text {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #e02626;
    padding-top: 20px;
    max-height: 170px;
}
.green-status-number-text {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #486501;
    padding-top: 20px;
    max-height: 190px;
}
.status-number {
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
    margin-top: 0px;
    color: #e02626;
    position: relative;
    top: -20px;
}
.green-status-number {
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
    margin-top: 0px;
    color: #82BB01;
    position: relative;
    top: -20px;
}
.status-text {
    font-size: 1rem;
    padding-top: 20px;
    padding-left: 30px !important;
    padding-bottom: 20px;
}
.claim-stage-report {
    min-height: 200px;
    border: 0.5px solid black;
    border-radius: 4px;
    margin-bottom: 10px;
}
.stage-intro {
    padding: 30px;
    font-size: 1.2rem;
    font-weight: 500;
}
.stages {
    padding: 30px;
}
.stage-stripe-cleared {
    background-color: #2E2E2E;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
}
.stage-stripe-waiting {
    background-color: #E4E4E4;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #C0C0C0;
}
.stage-stripe-3 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.stage-stripe-4 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.stage-stripe-5 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.status-claimref {
    padding-left: 0px !important;
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500;
}
.zref {
    color: #486501;
}
.est-completion-row {
    border: 0.5px solid black;
    min-height: 80px;
    background-color: #D4E95D;
    margin-top: -7px !important;
}
.est-completion-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
}
.est-completion-date {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
}
.completion-date-desc {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 0.5;
}
.video-container {
    margin-bottom: 10px;
}
.video-intro-text {
    padding: 6px 30px 10px 30px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
}
.video-box {
    background-color: #363636;
    width: auto;
    min-height: 280px;
    color: #ffffff;
    padding: 30px;
    font-size: 0.8rem;
}
.med-box {
    padding: 30px;
    border: 0.5px red solid;
    background: repeating-linear-gradient(45deg, #fef7f7, #fef7f7 20px, #fce9e9 20px, #fce9e9 40px);
    margin-bottom: 10px;
}
.med-message {
    text-align: center;
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
}
@media only screen and (max-width:768px) {
    .container.claim-stage-report {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width:575px) {
    .status .stage-intro {
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .stages {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    .est-completion-text {
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .est-completion-date {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    .video-intro-text {
        font-size: .9rem;
    }
}
.response_heading {
    font-weight: 500;
    color: green;
    font-size: 1.3rem;
}
.response_emphasis {
    font-weight: 500;
    color: green;
    font-size: 1rem;
}
.success_response_date {
    padding-bottom: 10px;
}
.portal_nextsteps_text {
    border: 0.5px solid gray;
    border-radius: 4px;
    padding:30px !important;
}