@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Open+Sans:300,400');

/* di calc styles */
.di-calc .big{
    font-size:30px;
    font-weight:700;
    color: #002d73;
    padding: 0 2px;
}
.di-calc .topPrice{
  padding-bottom: 8px;
  line-height: 40px;
}
.di-calc .btn br{
  border-bottom: 1px solid black;
  display: block;
  content: "";
  margin-bottom: 8px;
}

.di-calc .slidervalue {
    font-size:28px;
    font-weight:700;
    position:absolute;
    right:40px;
    margin-top:-38px;
}

.di-calc label{
    font-size:20px;
    font-weight: 600;
    width: 100%;
}

.di-calc .slidervalue:before{
    content:'$';
}

.di-calc .ui-widget-header{
    background: #61ccdc;
}

.di-calc .ui-slider{
    margin-bottom:30px;
}

.di-calc .sliderprompt{
    display:block!important;
    font-size: 20px;
    color: #333;
     margin: 4px 0 12px;
}

.di-calc .slidervalue.no_currency:before{
	content:"";
}
.ltd-choice-btn .btn{
    white-space:normal;
    margin-bottom:10px;
    border-radius: 4px;

    font-weight: 600;
    color: #000;
    background-color: #e3f2f4;
    background-image: none;
    border-color: #999;
    display: block;
    padding:  6px 16px;
    font-size: 16px;

}
.ltd-choice-btn .btn:hover{
    background-color:#a4d2d8;
}

.di-calc .answer{
	margin-top: -58px;
}
/* journey beautification below this point*/

/* padding spacing*/
.ltd-calculator {
	color: #333;
	line-height: 1.5em;
}

.ltd-calculator h1{
	color: #333;
	line-height: 1.5em;
}
.ltd-calculator h6{
margin-bottom: 0;
}
.well-left label{
    margin-top: -4px;
}
.no_currency{
    display: none;
}
@media (min-width: 480px) {
.no_currency{
    display: inline-block;
}
}

/*.btn-primary {*/
/*    background: #037EB4 !important;*/
/*}*/

.footer-link{
    color: #5195CF;
}
.close {
    opacity: 1;
}

.large-checkbox {
    /*transform: scale(2);*/
    width: 30px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #555 !important;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}


h2.landing-heading {
    font-family: 'Montserrat', sans-serif;
    color: #083063;
    font-size: 41px;
    text-align: center;
    margin: 100px auto;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    max-width: 600px;
    position: relative;
    font-weight: 200;
}



.video-container {
  position: relative;
  width: 100%;
  max-width: 640px; /* Optional: set a max width */
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
}

.ui-widget :active, .ui-widget :focus {
    background: #fff!important;
    border: 2px solid #1c94c4 !important;
}

@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

select:active, select:hover, select:focus, input:focus, button:focus {
    outline-color: #003ED2 !important;
}

.productField input[type="radio"] + label {
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 5px;
}

.productField input[type="radio"]:focus + label {
    border: 2px solid #003ED2;
    padding: 5px;
    border-radius: 0px;
}
.btn-block .productField .buttonState {
    padding: 5px 0 4px 5px;
    margin: -5px 5px 0 0;
    height: fit-content;
    border: 2px solid rgba(255, 0, 0, 0);
}

.yesNoBtn .productField .buttonState:focus {
    border: 2px solid #005fcc;
    padding: 5px 0 4px 5px;
    /* height: 50px; */
    /* border-radius: 100px; */
    margin: -5px 5px 0 0;
    height: fit-content;
}
.landing-nav{
    background: none;
}
.landing-nav li a{
    border-top: none;
}

.landing-nav li a:hover:not(.active){
    background: none;
    border-top: none;
    text-decoration: underline;
}
.landing-nav li:hover{
    background: none;
    border-top: none;
    text-decoration: underline;
    color: black!important;
}





