*:focus {
    outline:none;
}
/*
body {
    background: white url( ../img/hdrbk.png ) no-repeat;
    background-size: 100%;
}

.hdr {
    position:relative;
    margin-bottom:50px;
    height:100px;
}

h1{
    font-family: 'PT Sans', Helvetica;
    font-size : 2em;
    font-weight:bold;
    color: #013f75;

    position:absolute;
    left: 240px;
    top:25px;
}
.logo {
    background: white url( ../img/lvlogo242.png ) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 56px;

    position:absolute;
    left: 20;
    top:30px;
}
*/

.btn-group-lg>.btn, .btn-lg {
    font-size:16px;
    font-weight:bold;
}

h4 {
    font-family: 'PT Sans', Helvetica;
    font-size : 1.5em;
    font-weight:bold;
    color: #013f75;
}
h3 {
    color: #567786;
    font-family:  Helvetica;
    font-size : 1.6em;
    font-weight: bold;
    letter-spacing: -1;
}

h5 {
    color: #333;
    font-family:  Helvetica;
    font-size : 1.2em;
    font-weight: bold;
    letter-spacing: -1;
}

.intro  {
    color: #445;
    font-family:  Helvetica;
    font-size: 1.1em;
    line-height:1.1em;
}

p {
    font-size: 1.2em;
    line-height:1.4em;
}


.well {
    background: #ecf0f3;
    border: none;
}
.well p {
    margin-top:10px;
    margin-bottom:10px;
    font-size: 1.1em;
    line-height: 1.1em;
}
.well label {
    display: block;
    width: 100%;
    text-align:left;
    height:45px;
    line-height:45px;
    cursor: pointer;
    font-size: 18px;
    padding: 0px 20px;
    padding-left: 40px;
    position: relative;
}

.well label.double {
    height:55px;
    line-height:20px;
    padding: 5px 20px;
    padding-left: 40px;
    padding-right: 5px;
}


.well label.green {
    background-color: #fff;
    border: 1px #38a63f solid;
    color: #38a63f;
}
.well label.green.active {
    background-color: #38a63f;
    border: 1px #38a63f solid;
    color: #fff;
}

.well label.orange {
    background-color: #fff;
    border: 1px #f37121 solid;
    color: #f37121;
}
.well label.orange.active {
    background-color: #f37121;
    border: 1px #f37121 solid;
    color: #fff;
}

.well label [type=radio] {
    margin:0px;
    position:absolute;
    top:0px;left:10px; height:45px;
}
.well label.double [type=radio] {
    height:55px;
}


.btn-sidebar {
    width:100%;
    font-weight:bold;
    text-align:left;
    margin-bottom:4px;
}




.form-horizontal {
    padding:20px;
}


.btn-success {
    background-color: #38a63f;
    border-color: #38a63f;
}
.btn-group.no-value .btn-success {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
}

.btn-success.active {
    background-color: #236d29;
}
.btn-orange {
    background-color: #f37121;
    color:white;
}


.btn-primary {
    background-color: #0f68b3;
    border-color: #0f68b3;
}


.input-group-addon {
    background-color: #585a5b;
    border-color: #585a5b;
    color:white;
}
.hr {
    margin: 10px 0px;
    border-top: 1px dashed #888;
}
.hrb {
    margin: 10px 0px;
    border-bottom: 1px dashed #888;
}

.obl {
    color: #38a63f;
}
label.control-label {
    color: #567786;
    font-size: 16px;
    font-weight: normal;
    font-family: Helvetica;
}
.btn-calculate {
    padding-left:40px;
    padding-right:40px;
}




@media( max-width: 799px ) {
    .mobile-only { display: block !important; }
    .desktop-only { display: none !important; }
}

@media( min-width: 799px ) {
    .mobile-only { display: none !important; }
    .desktop-only { display: block !important; }
}


@media( max-width: 1024px ) { .widescreen-only { display: none !important; } }
@media( min-width: 1024px ) { .widescreen-only { display: block !important; } }
@media( max-width: 1200px ) { .xwidescreen-only { display: none !important; } }
@media( min-width: 1201px ) { .xwidescreen-only { display: block !important; } }



.legend-container {
    text-align:center;
}
.legend {
    display:inline-block; margin:0px 10px;
}
.legend-x {
    text-align:center;margin-bottom:5px;color:#444;
    font-size:12px;
}

.menu {
    margin-top:5px;
    margin-bottom: 10px;
}

 .menu .item.left,
 .menu .item.right {
    /* min-width: 25%;*/
    min-width: 285px;
}

 .menu .item.left {
    text-align:left;
    float:left;
 }
 .menu .item.right {
    text-align:left;
    float:right;
 }

 .menu .item {
    display: block;
    text-decoration: none;
    text-align: center;

}



.menu .item.center .txt {
    display: inline-block;
    vertical-align:middle;

    color: #007e9b;
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
}
.menu .item.center {
    float: none;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

@media( max-width: 640px )  {
    .menu .item.left,
    .menu .item.right {
        display: block; width:100%; float:none;
        margin-top: 5px;
    }
}

.menu .item.left button,
.menu .item.left a,
.menu .item.right button,
.menu .item.right a {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif,arial;
    white-space:normal;
}
.menu .item .btn-green {
    min-width: 11px;
    display: block;
    width: 100%;
}

.btn-green {
    border: 0px;
    background-color: #40b400;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    padding: 12px;
    text-decoration: none;
    font-family: verdana;
    font-weight: bold;
    font-size: 16px;
    text-align:center;
    display: inline-block;
    min-width: 120px;
}

.btn-green.btn-green-left {
    background-image: url(../img/btn-green/left-arrow-pad.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.btn-green.btn-green-right {
    background-image: url(../img/btn-green/right-arrow-pad.png);
    background-repeat: no-repeat;
    background-position: right center;
}



/*

.menu .item {
    position:relative;
}

.menu .logo {
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background: black;
    top: 0px;
    left: 20px;
    width: 60px;
    height: 60px
}

@media (max-width:950px) {
    .menu .logo {
        top: 9px;
        left: 5px;
        width: 40px;
        height: 40px
    }
}

@media (max-width:600px) {
    .menu .logo {
        top: 9px
    }
}

*/


.menu .item {
    position: relative;
}

.menu .logo {
    display: inline-block;
    vertical-align: middle;

    position: relative;
    background: url( '../img/logo45x45.png' ) 0px 0px no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px
}
.inline { display: inline-block !important; }
.radio.inline {
    padding: 0px;
    margin: 0px;
}

/*
.form-control {
    border: 1px solid #56575b;
    border-radius: 3px;
    font-weight: bold;
}
*/



footer {
    background: #eaf0f3;
    margin-top:30px;
    border-top: 2px #565656 solid;
    padding-top:40px;
}

footer .find-out-more, .ftr .find-out-more {
    font-size: 18px;
    color: #565656;
    margin-bottom:0px;
}

footer .row {
    margin-bottom:20px;
}


h2, h3, h4, h5 {
    color: #567786;
    line-height: 1.3em;
}
h3 {
    font-size:26px;
}

.modal-backdrop.in {
    opacity:0.75 !important;
}


.form-desktop{display:table;border:none}
/*@media (max-width:640px){.form-desktop{display:none}}*/
.form-desktop label.control-label{font-family:'SourceSansPro-Bold',Tahoma,Arial}.form-desktop .row{display:table-row;border:none;margin:0px;padding:0px}.form-desktop .row.first{margin-bottom:10px}.form-desktop .cell{display:table-cell;border:1px transparent solid;vertical-align:middle;padding-bottom:0px}.form-desktop .cell *{font-weight:normal}.form-desktop .cell input,.form-desktop .cell select{width:150px}.form-desktop .empty{max-width:50px;border-bottom:1px transparent solid}@media (max-width:1000px){.form-desktop .empty{max-width:20px}}.form-desktop input{font-family:'SourceSansPro-Bold',Tahoma,Arial}.form-desktop .column{display:table-cell;width:160px;border-bottom:1px solid #cccccc;font-size:16px}.form-desktop .column.label{width:100px}.form-desktop .column.primary{line-height:40px}.form-desktop .column.secondary{line-height:38px;width:240px}.inline{display:inline-block}.radio.inline{padding:0px;margin:0px}.nav-tabs>.active>a{text-decoration:none;background-color:#eeeeee}body .nav-tabs>li{width:100%}@media (max-width:980px){body .nav-tabs>li{display:block;width:100%}}img.figure{width:100%}@media (min-width:800px){.desktop-pad{padding:0px 20px}}@media (min-width:800px){.modal{text-align:center}.modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.modal-dialog{display:inline-block;text-align:left;vertical-align:middle;width:700px !important}#video .modal-body{padding:20px 1px}}

.background-car .form {
    background:transparent;
    border-radius: 3px;
    border: 1px solid #a0a0a0;
    padding: 20px;
}
.btn.btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    border-bottom: 2px #000060 solid;
}

.btn-primary {
    color: #fff;
    background-color: #1268b3;
    border-color: #1268b3;
    border-radius: 5px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-primary:hover {
    background-color: #1268b3;
    border-radius: 5px;
    border-bottom: 2px #000060 solid;
}




.form-control,
.ui-widget-content {
    border: 1px solid #56575b;
    border-radius: 3px;
}

.form-desktop .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-desktop .column.primary,
.form-desktop .column.secondary {
    line-height: 60px;
    font-size: 22px;
    padding-bottom: 20px;
}
.form-desktop .column {
    border-bottom: px #56575b solid;
    margin-bottom: 20px;
}

.primary, .secondary {
    color: #567786;
    position:relative;
}
.optional {
    position:absolute;
    top:40px; left:0px;
    font-size:11px; line-height:12px;
}
.form-desktop .cell.cell-primary {
    min-width:200px;
}

.form-desktop .cell input,
.form-desktop .cell select {
    width:100%;
    font-weight:bold;
}
.form-desktop .cell.lbl {
    font-weight:normal;
    font-size:16px;
}



.form-desktop {
    width:100%;
}
.form-desktop .column {
    width: 45%;
}

.form-desktop .column-empty {
    width:20px !important
}

.slider-wrapper {
    border: 1px #565656 solid;
    border-radius: 3px;
    padding-right: 58px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border: none;
    /*border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;*/
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight:bold;
}
.ui-slider-horizontal {
    height: 32px;
}


.form-label {
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}


.disabled .control-label,
.disabled.lbl,
.disabled .lbl {
    color: #cecece;
}

.disabled .slider-wrapper {
    border: 1px #cecece solid;
}


.legend-x {
    margin-top:10px;
    font-size:14px;
    color: #007d9e;
}
