body {
    font-family: "Open Sans", sans-serif;
    background: #f7f7f7;
    color: #000;
    font-size: 0.9375rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
    color: #003c45;
}

h1 {
    font-weight: 700;
}

h2,
label,
.semibold {
    font-weight: 600;
}

.jumbotron {
    background-color: #f7f7f7;
}

a.nav-link:hover {
    background-color: rgba(253,185,19,0.6);
    transition: background-color .3s ease-in-out;
}

/* MAIN IMAGE ROLLOVERS */
#lights-area {
    background: url("/static/myp/images/MYP_illustration_Lights_layer_2500.9c7aa1b53b31.png") transparent no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 46%;
    transition: .5s ease;
}

#autoadr-area {
    background: url("/static/myp/images/MYP_illustration_AutoADR_layer_2500.f7a05fb43189.png") transparent no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    opacity: 0;
    top: 46%;
    left: 0;
    width: 100%;
    height: 54%;
    transition: .5s ease;
}

#lights-area:hover,
#autoadr-area:hover {
    opacity: 0.8;
}

.mainimage {
    position: relative;
    background: white;
}

.mainimage a{
    position: absolute;
}

/*.lights-hover {*/
    /*-webkit-box-shadow: 0px 0px 49px 4px rgba(155,213,224,0.9);*/
    /*-moz-box-shadow: 0px 0px 49px 4px rgba(155,213,224,0.9);*/
    /*box-shadow: 0px 0px 49px 4px rgba(155,213,224,0.9);*/
    /*transition: box-shadow .15s ease-in-out;*/
/*}*/

/*.autobldg-hover {*/
    /*-webkit-box-shadow: 0px 0px 49px 4px rgba(113,189,160,0.9);*/
    /*-moz-box-shadow: 0px 0px 49px 4px rgba(113,189,160,0.9);*/
    /*box-shadow: 0px 0px 49px 4px rgba(113,189,160,0.9);*/
    /*transition: box-shadow .15s ease-in-out;*/
/*}*/

/*.lights-hover-effect,*/
/*.autobldg-hover-effect {*/
    /*transition: box-shadow .15s ease-in-out;*/
/*}*/


/* Container holding the image and the text */
.container-image {
  position: relative;
  text-align: center;
  color: white;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


/* BUTTONS ETC. */
#home-get-started-btn {
    position: absolute;
    bottom: 20px;
    left: 42%;
}

.btn-myp-blue {
    color: white;
    background-color: #9bd5e0;
    border-color: #9bd5e0;
}
.blue-button {
    background-color: #9bd5e0;
    border-color: #9bd5e0;
    color: white;
}

#hiw-get-started-btn:hover,
.number-circle:hover,
.btn-myp-blue:hover {
    background: #008b99;
    color: white;
}

.number-circle,
.number-circle-smaller {
    border-radius: 50%;
    padding-top: 1px;
    background: #9bd5e0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 3rem;
    transition: background .15s ease-in-out;
}

.number-circle {
    width: 35px;
    height: 35px;
    font-size: 1.5em;
}

.number-circle-smaller {
    width: 20px;
    height: 20px;
    padding-left: 1px;
    font-size: .8em;
}

.text-black-50 .number-circle-smaller {
    background: lightgray;
}
.text-grey {
    color: #59535c !important;
}

.button-grey {
    background-color: #59535c;
    color: white;
    display: inline-block;
    padding: 15px 32px;
}

.header-lg-bold {
    font-family: "Gilroy-Bold", "Open Sans", sans-serif;
    color: #59535c;
    font-size:24px;
}

.text-grn{
    color:darkgreen;
}

.hidden-initial{
    display: none
}

#myp-image {
    background: transparent url("/static/myp/images/MYP_Manage_Your_Power.5ea24c0816ad.png") no-repeat 30% 50%;
    background-size: cover;
    min-height: 200px;
}


/* BOOTSTRAP FORM OVERRIDES */
.form-group {
    margin-bottom: 0.25rem;
}

.form-control,
.input-group-text {
    font-size: 0.9375rem;
}
input[type=submit].btn-block {
    width: 100%;
}

.terms_link{
    color: black;
}
.invalid-feedback{
    display: block !important;
}
/* BIDS TABLE */
.bids-table {
    font-size: 1.25em;
    line-height: 1.25em;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}
.bids-table-cell-th {
    text-align: right;
    font-weight: bold;
}

.bids-table-cell-td {
    text-align: center;
    background: #f4d3a6;
}

.bids-table-cell-th,
.bids-table-cell-td {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 1em 0;
    overflow: hidden;
    list-style: none;
    border: solid 2px #f7f7f7;
    border-left: solid 15px #f7f7f7;
}

.bids-table-cell-td ul {
    line-height: 1.5em;
    list-style-type: none;
    margin: 0 0 0 -40px;
}
.bids-table-cell-td ul li {
    line-height: 1em;
    margin-bottom: 0.5em;
}
.bids-table-cell-td ul li:last-child {
    margin-bottom: 0;
}

.bids-table--4cols > .bids-table-cell-th,
.bids-table--4cols > .bids-table-cell-td {
    width: 25%;
}

.bids-table--3cols > .bids-table-cell-th,
.bids-table--3cols > .bids-table-cell-td {
    width: 33%;
}

.bids-table--2cols > .bids-table-cell-th,
.bids-table--2cols > .bids-table-cell-td {
    width: 50%;
}
