h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #185A7D;
}

body {
    margin:0;
    padding: 0;
    color: #646464;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

table > thead > tr > th, table > tbody > tr > td {
    color: #646464;
}

.btn-light {
    border-color: #d1d4d7;
}

.btn-primary {
    background: #185A7D;
}

.btn-primary:hover {
    background: #185A7D;
}

.navbar-default .navbar-nav > li > a {
    color: #185A7D;
}

.navbar-default .navbar-nav > li > a:hover, a:focus {
    color: #EB6150;
}

.navbar-default .navbar-right > li > a {
    color: #EB6150;
}

.navbar-default .navbar-right > li > a:hover, a:focus {
    color: #185A7D;
}

.navbar-default .navbar-nav > li > a.navbar-current, a.navbar-current:hover, a.navbar-current:focus {
    color: #185A7D;
}

a {
    color: #185A7D;
    text-decoration: none;
}

a:hover, a:focus {
    color: #EB6150;
    text-decoration: underline;
}

.h-divider{
    margin-top:11px;
    margin-bottom:20px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}

.nav-tabs > ul {
    border-bottom: 1px solid #dfd7ca;
}

.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #98978b;
    border: 1px solid #f8f5f0;
    cursor: default;
    text-decoration: none;
    margin-right: 2px;
    border-color: #eee #eee #ddd;
    background-color: #eee;
    border-bottom-color: #dfd7ca;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #98978b;
    background-color: #ffffff;
    border: 1px solid #dfd7ca;
    border-bottom-color: transparent;
    cursor: default;
    text-decoration: none;
    margin-right: 2px;
}

.nav-tabs > li > a {
    background-color: #f8f5f0;
    border-color: #dfd7ca;
    color: #98978b;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-bottom-color: #f8f5f0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    margin-right: 2px;
}

.nav > li > a {
    border-color: #dfd7ca;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}


@media (min-width: 993px) {
    .text_style_right {
        text-align:right;
    }
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
}
@media (max-width: 993px) {
    .text_style_right {
        text-align:left;
    }
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
}
.title_dark_blue_medium {
            font-family: 'Diodrum-Medium';
            color: #170D67;
}
.title_black_medium {
    font-family: 'Diodrum-Medium';
    color: #000000;
    font-size:15px;
}
.title_white_medium {
    font-family: 'Diodrum-Medium';
    color: #FFFFFF;
    font-size:15px;
}
.diodrum_black_light {
    font-family: 'Diodrum-Light';
    color: #000000;
}
.diodrum_purple_light {
    font-family: 'Diodrum-Light';
    color: #6E06E1;
}
.diodrum_white_light {
    font-family: 'Diodrum-Light';
    color: #FFFFFF;
}
.btn-comed {
    background-color: #FFFFFF;
    color: #170D67;
    border: 2px solid #5a626d;
    font-size: 14px;
    font-family: 'Diodrum-Medium';
}
.btn-comed:hover {
    background-color: #170D67;
    color: #FFFFFF;
    border: 2px solid #5a626d;
    font-size: 14px;
    font-family: 'Diodrum-Medium';
}
.btn-comed:active {
    background-color: #170D67;
    color: #FFFFFF;
    border: 2px solid #5a626d;
    font-size: 14px;
    font-family: 'Diodrum-Medium';
}

.relative-footer {
    width: 100%;
    position: relative;
    padding: 30px 0;
  }
  .relative-footer{
    bottom:0;
  }
  .footer-info{
    font-family: 'Open Sans';
    text-align: center;
  }
  div.webtitlebold {
    font-family: 'Open Sans';
    font-size: 32px;
    color: #0072CE;
    font-weight: 500;
    text-align: right;
  }
  div.webtitle {
    font-family: 'Open Sans';
    font-size: 28px;
    color: #0072CE;
    font-weight: 600;
    text-align: right;
  }

.width_65{
    width: 65%;
}



.width_100px{
    width: 100px;
}

.margin-line-default{
    margin-top:1em
}

.margin-line-min{
    margin-top:0.25em
}

.margin-line-large{
    margin-top:2em
}

.margin-line-10em{
    margin-top:10em
}

.card-header-background{
    background-color: #170D67;
    color: white;
}

.customer-notes{
    width:100%; 
    height:100px;
}

.display_none{
    display: none;
}

.display_inline{
    display: inline;
}

.email-input{
    width: 275px;
}

.btn-padding-comed{
    padding-left:10px;
    padding-right:10px
}
.nav-bar-padding{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.logo-margin-top-bottom{
    margin-top:7px; 
    margin-bottom:7px
}

.text-align-center{
    text-align: center;
}

.border-bottom{
    border:0; 
    border-bottom:1px solid
}

.card_padding_10{
    padding:10px;
    font-family:'Diodrum-Light';
}

.vertical-align-middle{
    vertical-align: center;
}
.estimated-cost{
    border:0; 
    border-bottom:1px #6D6D6D solid; 
    width:93px; 
    background-color:#F2F2F2
}

.hvac-base-footer{
    width: 100%;
    position: relative;
    padding: 30px 0;
    bottom:0;
}



.login_box{
    border:1px solid #DDDDDD;
     max-width: 365px;
     margin-left:auto;
     margin-right:auto; 
     padding: 1em 1em 2em;

}

.margin-top{
  margin-top:20px;
}


.form-headline {
  padding-bottom: 30px;
  line-height: 1.4;
  text-align: left;
}

.form-headline--line-gold:after {
  content: '';
  width: 55px;
  height: 4px;
  background-color: #185A7D;
  margin-top: 10px;
  display: block;
}

.form-headline__subcopy {
  margin: 8px 0;
  line-height: 1.5;
  color: #0074CE;
}

.form-headline__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
}

.form-headline__super {
  font-size: 14px;
  font-weight: 500;
  color: #0074CE;
  display: block;
}

@media (min-width: 882px)
.form-headline--line-gold:after {
  margin-left: 0;
  margin-right: 0;
}

label, label>.relative {
  display: block;
}
label {
  font-weight: 700;
  font-size: 12px;
  position: relative;
}

.m-t-0 {
  margin-top: 0!important;
}
.w-100 {
  width: 100%;
}

.btn-login {
display: inline-block;
padding: 15.5px 28px;
line-height: 16px;
font-size: 12px;
appearance: none;
outline: 0;
border: 0;
color: #fff;
border-radius: 3px;
transition: all 300ms ease;
background: #185A7D;
font-weight: 600;
cursor: pointer;
font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
text-decoration: none!important;
text-align: center;
}

.btn-login:hover {
background: #004882;
color: #fff;
}

.form-field__help-link {
display: inline-block;
font-size: 14px;
}
.form-field__help-link {
display: inline-block;
font-size: 14px;
margin: 1em 0;
}

.text-xs {
font-size: 12px;
}

.text-center {
text-align: center;
}

a {
color: #185A7D;
text-decoration: none;
cursor: pointer;
}
div.title {
color: #185A7D;
font-size: 28px;
font-weight: 200;
font-family: 'Open Sans';
text-align: center;
}
div.title-sub{
font-size:16px;
color: #EB6150;
font-weight:600;
font-family: 'Open Sans';
text-align: center;

}

.customer-icon{
  display: block;
  margin-top:30px;
  margin-right:auto;
  margin-left:auto;
}

.margin-top-default{
  margin-top: 1em;
}

.login-input{
  font-size: 16px;
  font-family:'Open Sans';
  font-weight:600;
  text-transform: uppercase;
}


.htmx-error{
    color:#FF0000
}

.htmx-success-visible{
    visibility: visible;
    color:#77bc1f
}

.htmx-error-visible{
    visibility: visible;
    color:#FF0000
}

.measure-added{
    color:#6E06C1;
    font-family:"Diodrum-Semibold"
}

.measure_savings_table{
    width:40%; 
    padding:0; 
    border-top:0
}

.w-75{
    width:75%
}
.w-100p{
    width:100px
}

.trash-action{
    padding-left:40px;
    margin:auto;
    padding:auto
}

.border-white-measure-list{
    border:1px solid #D9D9D9;
    border-radius:5px;
    padding:5px;"

}

.captcha-refresh{
    color:#185a7d;
    cursor:pointer
}
