@charset "UTF-8";

/* CSS Document */
.desktopHeader
{
    display: block;
}
.mobileHeader
{
    display: none;
}
.floating__footer
{
    display: block;
}
A:hover, A:active, A:focus, SELECT, INPUT
{
    outline: none;
}
.desktopHeader__logo IMG
{
    width: 100%;
    margin-top: 5px;
}
#desktopHeader__menu > UL
{
    font-family: Open Sans Condensed;
    display: table-cell;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    padding: 25px 10px 10px;
    float: right;
}
#desktopHeader__menu UL > LI
{
    display: inline-block;
    margin-right: 15px;
}
#desktopHeader__menu LI UL
{
    background: #093174 none repeat scroll 0 0;
    border-radius: 4px;
    color: #FFF;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 9;
}
#desktopHeader__menu LI UL LI
{
    display: block;
    padding: 5px 10px;
}
#desktopHeader__menu LI UL LI A
{
    color: #FFF;
}
#desktopHeader__menu LI A
{
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
#desktopHeader__menu A:hover
{
    color: #0B00FF;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
}
.desktopHeader__phone
{
    font-family: Open Sans Condensed;
    font-size: 20px;
    margin-top: 45px;
    text-align: center;
}
.desktopHeader__phone A
{
    background-color: #093174;
    color: #FFFFFF;
    padding: 10px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
.desktopHeader__phone A:hover
{
    text-decoration: none;
    background-color: #0A42A0;
}
.floating__footer A
{
    color: #000000;
    text-decoration: none;
}
/*Footer*/
.footer
{
    background-color: #000000;
    padding-top: 50px;
    margin-bottom: 110px;
}
.footer__social A
{
    font-size: 50px;
    color: #FFFFFF;
}
.footer__logo IMG
{
    /*width: 50%;
    margin-top: -10%;*/
}
.footer__phone
{
    font-size: 25px;
    margin-top: 5px;
    font-family: Open Sans Condensed;
}
.footer__phone A
{
    color: #FFFFFF;
    transition: 0.5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
}
.footer__phone A:hover
{
    color: #5985D0;
    text-decoration: none;
}
.footer__links
{
    margin-top: 30px;
}
.footer__links--item
{
    border-right: 1px solid #FFFFFF;
    font-family: Open Sans Condensed;
}
.footer__links--item A
{
    color: #FFFFFF;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
.footer__links--item A:hover
{
    text-decoration: none;
    color: #5985D0;
}
.footer__lower
{
    color: #FFFFFF;
    font-family: Open Sans Condensed;
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer__lower A
{
    color: #FFFFFF;
    text-decoration: none;
}
/*Home*/
.home
{
    margin-top: 20px;
}
.home__banner
{
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home__banner--text
{
    margin-top: 200px;
    color: #001B47;
    font-size: 50px;
    font-family: Open Sans Condensed;
    font-weight: bold;
}
.home__banner--text H3
{
    font-family: PT Sans Caption;
    font-weight: bold;
    font-size: 60px;
}
.home__rightColumn
{
    background: #2980B9;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C3E50, #2980B9);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.home__rightColumn--row
{
    padding: 18px;
    text-align: center;
}
.home__rightColumn--row IMG
{
    width: 80px;
    float: left;
    margin-left: 55px;
    padding-bottom: 14px;
}
.home__rightColumn--row A
{
    color: #FFFFFF;
    width: 100%;
    -o-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: 0.2s;
    -webkit-transition: .2s;
}
.home__rightColumn--row H4
{
    font-size: 23px;
}
.home__rightColumn--row P
{
    font-size: 10px;
}
.home__rightColumn--row A:hover
{
    background-color: #00297A;
    text-decoration: none;
    border-radius: 8px;
}
/*Home Steps Section*/
.steps
{
    margin-top: 50px;
}
.steps H2
{
    font-family: PT Sans Caption;
}
.steps__area
{
    margin-top: 15px;
    margin-bottom: 25px;
}
.steps__sections--box
{
    background-color: #F1F1F1;
    text-align: center;
    font-family: Open Sans Condensed;
}
.steps__sections--box IMG
{
    padding-top: 20px;
}
.steps__sections--box H4
{
    margin-top: 10%;
    padding: 10px;
}
/*Using Losscare Section*/
.UsingLosscare__title
{
    font-family: PT Sans Caption;
    margin-top: 25px;
}
.UsingLosscare__Area--box
{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #00297A;
}
.UsingLosscare__Area-text
{
    color: #FFFFFF;
    font-family: Open Sans Condensed;
    text-align: justify;
    font-size: 15px;
    margin-top: 10%;
    font-weight: bold;
    padding: 11px;
}
.UsingLosscare__Area-text H5
{
    font-family: PT Sans Caption;
    font-weight: bold;
    text-align: center;
}
/*Reviews Section*/
.reviews__title
{
    font-family: PT Sans Caption;
    margin-top: 50px;
}
.reviews__image
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 630px;
    margin-top: 20px;
    padding: 20px;
}
.reviews__image--title
{
    color: #FFFFFF;
    margin-top: 2%;
    font-family: PT Sans Caption;
    margin-bottom: 2%;
    font-size: 14px;
}
.reviews__image--text
{
    font-family: Open Sans Condensed;
    color: #FFFFFF;
    text-align: justify;
    font-size: 17px;
    text-shadow: 1px 1px 3px #000000;
}
.reviews__image--button
{
    text-align: right;
    font-family: Open Sans Condensed;
    font-size: 25px;
    margin-top: 2%;
}
.reviews__image--button A
{
    background-color: #093174;
    color: #FFFFFF;
    padding: 10px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
.reviews__image--button A:hover
{
    text-decoration: none;
    background-color: #0A42A0;
}
/*FAQ*/
.questions__title
{
    background-color: #052F76;
    color: #FFFFFF;
    font-family: PT Sans Caption;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 25px;
    padding: 10px 0;
}
.questions__title H4
{
    /*padding-left: 5%;*/
}
.questions__title--phone
{
    font-family: PT Sans Caption;
    margin-top: 3px;
    font-size: 25px;
}
.questions__title--phone A
{
    color: #FFFFFF;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
.questions__title--phone A:hover
{
    text-decoration: none;
    color: #858D9C;
}
.panel-default
{
    font-family: PT Sans Caption;
}
.panel-body
{
    font-family: Open Sans Condensed;
    font-size: 20px;
}
.panel-title A
{
    display: block;
    padding: 25px 15px;
    margin: -10px -15px;
    background-color: #E5E5E5;
}
.panel-title A:hover
{
    text-decoration: none;
}
/*FAQ Chevron*/
.panel-heading .accordion-toggle:after
{
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #004990;
    /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after
{
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}
/*homeEnd*/
.homeEnd
{
    text-align: center;
    background: #000428;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #004E92, #000428);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 0;
    margin: 25px -15px 0;
}
.homeEnd__container
{
    color: #FFFFFF;
}
.homeEnd__container--icon
{
    font-size: 150px;
    margin-top: 5%;
}
.homeEnd__container--icon IMG
{
    width: 50%;
}
.homeEnd__container--text
{
    padding: 5% 20%;
}
.homeEnd__container--button
{
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10%;
    margin-top: 5%;
    text-align: center;
    width: 100%;
}
.homeEnd__container--button A
{
    background-color: #0041CA;
    color: #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 10%;
    transition: all 0.5s ease 0s;
    width: 200px;
}
.homeEnd__container--button A:hover
{
    text-decoration: none;
    background-color: #001747;
}
/*Content*/
.content__title
{
    margin-top: 2%;
    border-bottom: 1px solid black;
    font-family: PT Sans Caption;
    background-color: #1663FF;
    color: #FFFFFF;
    padding-bottom: 5px;
}
.content__text
{
    margin-bottom: 5%;
    font-family: Open Sans Condensed;
    margin-top: 50px;
    font-size: 25px;
}
.content__text H4 H1 H2 H3
{
    font-family: PT Sans Caption;
    color: #00267D;
}
/*Fleet Page*/
.content__title--fleet
{
    margin-bottom: 125px;
    margin-top: 2%;
    border-bottom: 1px solid black;
    font-family: PT Sans Caption;
    background-color: #00297B;
    color: #FFFFFF;
    padding-bottom: 5px;
}
.fleet__group
{
}
.fleet__vehicle
{
    padding-bottom: 23px;
}
.fleet__vehicle--title
{
    color: #062F76;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    font-family: PT Sans Caption;
}
.fleet__vehicle--image IMG
{
    width: 100%;
}
.fleet__vehicle--content
{
    text-align: center;
    font-family: Open Sans Condensed;
}
.text-right
{
    text-align: right;
}
.element-block
{
    display: block;
}
.footer__links
{
    display: inline-block;
    margin: 15px 0 20px;
    width: 100%;
}
.footer__links--inner
{
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer__links--inner LI
{
    float: left;
    padding: 0 25px;
}
.footer__links--inner LI:last-child
{
    border-right: medium none;
    padding-right: 0;
}
.desktopHeader__menu
{
    margin-top: 10px;
}
.mb30
{
    margin-bottom: 30px;
}
/*How Does IT work*/
.UsingLosscare__Area--HDIW
{
    margin-bottom: 5%;
}
.HDIW__steps--button A
{
    background-color: #093174;
    color: #FFFFFF;
    padding: 10px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
.HDIW__steps--button A:hover
{
    text-decoration: none;
    background-color: #0A42A0;
}
/*About */
.about__title
{
    font-family: PT Sans Caption;
    margin-top: 25px;
}
.about__Area
{
    margin-left: -2%;
    margin-right: 5px;
}
.about__area--box
{
    background: #000428;
    /* fallback for old browsers */
    background:-webkit-linear-gradient(to bottom, #004e92, #000428);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #004E92, #000428);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.about__Area--image
{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    padding: 10px;
}
.about__Area--text
{
    color: #FFFFFF;
    font-family: Open Sans Condensed;
    text-align: justify;
    font-size: 15px;
    margin-top: 10%;
    padding: 11px;
}
.about__Area--text H5
{
    font-family: PT Sans Caption;
    font-weight: bold;
    text-align: left;
    font-size: 26px;
}
.about__image
{
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
    padding: 20px;
    width: 103%;
}
.about__image--title
{
    color: #FFFFFF;
    margin-top: 3%;
    font-family: PT Sans Caption;
    margin-bottom: 2%;
    font-size: 40px;
    text-align: center;
}
.about__image--text
{
    font-family: Open Sans Condensed;
    color: #FFFFFF;
    text-align: justify;
    font-size: 22px;
}
.about__image--button
{
    text-align: center;
    font-family: Open Sans Condensed;
    font-size: 25px;
    margin-top: 4%;
}
.about__image--button A
{
    background-color: #093174;
    color: #FFFFFF;
    padding: 15px 35px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 0.5s;
}
.about__image--button A:hover
{
    text-decoration: none;
    background-color: #0A42A0;
}
.bottomAbout__box
{
    background-color: #052F77;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bottomAbout__title
{
    color: #FFFFFF;
    display: inline;
    font-family: PT Sans Caption;
    font-size: 25px;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
}
.bottomAbout__text
{
    color: #FFFFFF;
    font-family: Open Sans Condensed;
    font-size: 19px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
}
/*Reviews*/
.reviews__area
{
    margin-top: 50px;
}
.reviews__area--box
{
    border-bottom: 2px solid rgba(0, 38, 125, 0.387);
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.reviews__area--longTitle
{
    font-family: PT Sans Caption;
    font-size: 25px;
    margin-bottom: 30px;
}
.reviews__area--pageTitle
{
    font-family: PT Sans Caption;
}
.reviews__area--text
{
    font-family: Open Sans Condensed;
    font-size: 20px;
}
.blue-button
{
    background: #093174 none repeat scroll 0 0;
    padding: 10px;
    width: 200px;
}
.floating__footer
{
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.floating__footer-column-cta UL
{
    display: inline-block;
    list-style: outside none none;
    margin: 20px 0;
    width: 100%;
}
.floating__footer-column-cta A
{
    display: block;
    text-align: center;
    min-height: 60px;
}
.floating__footer-column-text--slogan
{
    color: #093174;
    font-size: 25px;
    margin-bottom: 0;
}
.floating__footer-column-cta .second A, .floating__footer-column-cta .fourth A
{
    padding-top: 20px;
    padding-bottom: 20px;
}
/*News*/
.NewsItem
{
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: thin dotted #022C78;
    padding-bottom: 20px;
}
.NewsImage IMG
{
    width: 100%;
}
.NewsTitle A
{
    font-family: Open Sans Condensed;
    color: #022C78;
}
.NewsTitle A:hover
{
    text-decoration: none;
    background-color: #1669FF;
}
.NewsIntro
{
    font-family: PT Sans Caption;
}
.NewsIconDesktop
{
    font-size: 58px;
    display: block;
}
.content__text--news
{
    margin-bottom: 5%;
    font-family: Open Sans Condensed;
    margin-top: 60px;
    font-size: 25px;
}
.content__text--news H3
{
    font-family: PT Sans Caption;
}
.content__text--news H2
{
    font-family: PT Sans Caption;
}
.content__text--news H1
{
    font-family: PT Sans Caption;
}
/*Our Fleet*/
.list-group
{
    display: inline-block;
    width: 100%;
    margin-top: -80px;
}
.Vehicle
{
    padding-bottom: 23px;
}
.Vehicle--Title
{
    color: #062F76;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}
.Vehicle--Image IMG
{
    width: 100%;
}
.Vehicle--Content
{
    text-align: center;
}
/*Apply Now*/
.ApplyNowForm
{
    margin-top: 23px;
}
.ApplyNowForm INPUT[type="text"]:not(.form-control)
{
    width: 100%;
    border: thin solid #000000;
}
.ApplyNowForm TEXTAREA:not(.form-control)
{
    width: 100%;
    border: thin solid #000000;
}
.ApplyNowBtn INPUT:not(.btn)
{
    border-radius: 5px;
    background-color: #AEED6A;
    padding: ;
    border: none;
    font-family: lato;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}
.ApplyNowBtn INPUT:not(.btn):hover
{
    color: blue;
}
.locate-customer > INPUT
{
    display: inline-block;
    width: 100%;
}
.locate-customer > A
{
    float: right;
    font-size: 32px;
    display: none;
}
.locate-customer > A > I
{
    color: #093174;
}
.content-container
{
    margin: 50px 0;
}
#losscare-auto-form SELECT.form-control
{
    height: auto !important;
}
.custom-file-control::before
{
    content: "Browse";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 3.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464A4C;
    background-color: #ECEEEF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control, .custom-file-input
{
    height: 3.5rem;
    font-weight: normal;
}
.custom-file-control::after
{
    content: "Choose file...";
}
.number-of-cars-involved-container
{
    display: inline-block;
    width: 100%;
}
.number-of-cars-involved-row H2
{
    margin-top: 0;
}
.canvas-container LABEL
{
    width: 100%;
    display: block;
}
/*.canvas-container canvas {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}*/
#losscare-auto-form UL.nav LI A
{
    color: #CCC;
    pointer-events: none;
}
#losscare-auto-form UL.nav LI.active A
{
    color: #0A42A0;
}
.right-align
{
    float: right;
}
.left-align
{
    float: left;
}
FORM LABEL.field-error
{
    color: #FF0000;
}
FORM LABEL SPAN.required
{
    color: #FF0000;
}
.ajax-loader
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
.ajax-loader-inner
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    text-align: center;
    padding: 10px 0;
    height: 40px;
    margin: auto;
    border-radius: 10px;
}
#transaction-stripe-form .form-group
{
    display: inline-block;
    width: 100%;
}
#transaction-stripe-form .payment-details
{
}
.powered-stripe
{
    text-align: right;
    padding-top: 18px;
}
.remove-floating-footer DIV.floating__footer
{
    display: none;
}
.remove-floating-footer .footer
{
    margin-bottom: 0;
}
