@font-face{
    font-family: "Ernest Emily";
    src: url("/static/pacwsbverifyapp/fonts/Ernest-Emily-Caps.woff")
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  src: url("/static/pacwsbverifyapp/fonts/Lato-Regular.ttf")
}

@font-face {
  font-family: 'Lato Black';
  font-style: normal;
  src: url("/static/pacwsbverifyapp/fonts/Lato-Black.ttf")
}

@font-face {
	font-family: 'Lato Light';
	font-style: normal;
	src: url("/static/pacwsbverifyapp/fonts/Lato-Light.ttf")
}

#mainBackground{
  background-size: cover;
  background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	/* min-height: 100%; */
}

.RMP{
  background-image: url("/static/pacwsbverifyapp/images/SLC_Background-min-cropped.jpg");
}

.dark-overlay {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  padding-bottom: 50px;
}

#description .btn-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
}

.h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #196fb6;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
  font-weight: 700;
}

#accordion .card-header {
  background: #f3f3f3;
}

.contentContainer{
  max-width: 100%;
  /*max-height: 100%;*/
  width: 768px;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 2;
	align-items: center;
	border-radius: 5px;
}

.transparentContainer {
  opacity: .95;
}

.contentHeader {
  border-bottom: 1px solid #e5e5e5;
}

.headerFancy{
  font-size: 40px;
  text-align: center;
}
.material-icons.md-32 {
  font-size: 32px;
  color: red;
}
.navBar {
  display: flex;
  align-items: center;
}

.btn-link, a {
  color: #196fb6;
}

.btn-link:hover, a:hover {
  color: #145891;
}

.btnPacifiCorp {
    border: 0;
    color:#ffffff;
    font-size:19px;
    cursor:pointer;
    font-family:Lato;
    padding:14px 47px;
    background:#196fb6;
    font-weight: lighter;
    display:inline-block;
    text-decoration:none;
}
.btnPacifiCorp:hover {
    background-color:#145891;
    border: 0;
    color:#ffffff;
    font-size:19px;
    cursor:pointer;
    font-family:Lato;
    padding:14px 47px;
    font-weight: lighter;
    display:inline-block;
    text-decoration:none;
}
.btnPacifiCorp:active {
    position:relative;
    top:1px;
}

.displaySegment {
  font-family: Lato;
	font-weight: 700;
	text-align:center;
  font-size: 20px;
  color: #727275;;
}

.displaySegment .card-deck {
  font-size: 18px;
}

.borderResult p {
  /* border: 1px solid #63BE60; */
  padding-top: 10px;
  font-size: 1.3rem;
  color: #196fb6;
}

.dateChecked {
  padding-left: 9px;
}

#energyUsage {
  width: 100%;
  max-width: 100%;
}

#energyUsage .card-body {
  height: 100%;
}

#energyUsage .card-title {
  font-weight: 600;
  margin: 0;
  color: #145891;
}

#energyUsage .card-text {
  font-size: .9em;
  font-weight: 600;
}

.h1 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h2 {
  font-size: 1.7rem;
  color: #196fb6;
}

.h3 {
  font-size: 1.5rem;
  color: #196fb6;
}

.h4 {
  color: #63BE60;
  font-size: 1.3rem;
}

.textBlue {
  color: #196fb6;
}

.custInfo {
    font-size: 1.3rem;
    font-weight: 600;
}

.textDarkBlue {
    color: #145891;
}

.textGray {
  color:#727275;
}

.textRed {
  color: #EF3E42;
}

.state_wrapper {
  /* border: 2px solid green; */
}

.state_select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.state_select .state_container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.state_select .state_container .input_radio {
  margin: 10px;
  max-width: 250px;
  height: auto;
  border: 3px solid transparent;
  /* display: inline-block; */
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  opacity: 0; /*set to 1 or 0*/
}

.state_select .radio_container .radio_inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  position: relative;
  /* border: 2px solid red; */
}
/* 
 .state_select .radio_container.idaho .state_icon{
  background: url('https://nexantpacwsbverify-production.s3.amazonaws.com/pacwsbverifyapp/images/ID-grey-name.png') no-repeat;
  display: block;
  position: relative;
  width: 111px;
  height: 174px;
  background-size: contain;
}

.state_select .radio_container.idaho .input_radio:checked ~ .radio_inner .state_icon{
  background: url('https://nexantpacwsbverify-production.s3.amazonaws.com/pacwsbverifyapp/images/ID-blue-name.png') no-repeat;
  display: block;
  position: relative;
  width: 111px;
  height: 174px;
  background-size: contain;
}

.state_select .radio_container.utah .state_icon{
  background: url('https://nexantpacwsbverify-production.s3.amazonaws.com/pacwsbverifyapp/images/UT-grey-name.png') no-repeat;
  display: block;
  position: relative;
  width: 131px;
  height: 166px;
  background-size: contain;
  padding-bottom: 174px;
}

.state_select .radio_container.utah .input_radio:checked ~ .radio_inner .state_icon{
  background: url('https://nexantpacwsbverify-production.s3.amazonaws.com/pacwsbverifyapp/images/UT-blue-name.png') no-repeat;
  display: block;
  position: relative;
  width: 131px;
  height: 166px;
  background-size: contain;
  padding-bottom: 174px;
}

.state_select .radio_container.wyoming .state_icon{
  background: url('https://nexantpacwsbverify-production.s3.amazonaws.com/pacwsbverifyapp/images/WY-grey-name.png') no-repeat;
  position: relative;
  display: block;
  width: 169px;
  height: 131px;
  background-size: contain;
  top: 50%;
  transform: translateY(15%);
  padding-bottom: 174px
}

.state_select .radio_container.wyoming .input_radio:checked ~ .radio_inner .state_icon{
  background: url('https://nexantpacwsbverify-production.s3.amazonaws.com/pacwsbverifyapp/images/WY-blue-name.png') no-repeat;
  position: relative;
  display: block;
  width: 169px;
  height: 131px;
  background-size: contain;
  top: 50%;
  transform: translateY(15%);
  padding-bottom: 174px;
} */

/* .state_select .radio_container span {
  font-size: 16px;
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-250%, 300%);
} */

.state_select .radio_container .input_radio ~ .radio_inner img, .displaySegment img {
  will-change: filter;
  transition: filter .1s ease-in-out;
  filter: grayscale(100%) drop-shadow(0px 0px 0px rgba(21, 46, 37, 0.329));
}

.state_select .radio_container .input_radio:hover ~ .radio_inner img {
  filter: grayscale(0) drop-shadow(8px 8px 3px rgba(21, 46, 37, 0.329));
}

.input_radio:checked ~ .radio_inner img {
  filter: drop-shadow(8px 8px 3px rgba(21, 46, 37, 0.329))
}

.state_select .radio_container .input_radio:checked ~ .radio_inner{
  /* box-shadow: 0 0 10px rgba(118,144,218,0.5); */
  filter: grayscale(0);
}

.state_select .radio_container .input_radio:checked ~ .radio_inner img {
  filter: grayscale(0) drop-shadow(8px 8px 3px rgba(21, 46, 37, 0.329))
}

.smallBusiness {
  width: 80%;
  align-items: center;
}

.borderResult .smallBusiness {
  width: 90%;
  max-width: 200px;
}

.mediumBusiness {
  width: 100%;
}

.borderResult .mediumBusiness {
  max-width: 325px;
}

.largeBusiness {
  width: 100%;
}

.displaySegment img {
  margin-bottom: 18px;
}

.borderResult img, .card.borderResult {
  margin-bottom: 0;
  filter: grayscale(0) drop-shadow(5px 5px 3px rgba(21, 46, 25, 0.329));
  max-width: 100%;
}

.displaySegment p {
  vertical-align: bottom;
}

.displaySegment .card-deck p {
  margin-bottom: 0;
}

.borderResult .card p {
  margin-bottom: 0;
}

.borderResult ~ .borderResult-lg  {
  max-width: 30%;
}

:not(.borderResult.borderResult-sm) ~ :not(.borderResult).borderResult-md {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}

.card-deck {
  display: flex;
  flex: 1 1 370px;
  padding: 10px;
  justify-content: center;
}

.card-deck .card {
  max-width: 180px;
}

.card-deck .card-body {
  display: flex;
  flex: 1 1 190px;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 5px;
}

.row.displaySegment {
  margin: 0;
  justify-content: center;
}

#verifyNavbar {
  padding-bottom: 10px;
  background-image: linear-gradient(#2c2c2cee,#3a3a3a00);
}

.navbarIcon {
  display: inline;
}

.navbarText {
  display: inline-block;
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbarMobile {
  display: none;
}

.inlineFootnote {
  white-space: nowrap;
}


@media(max-width: 768px) {
  .h2 {
    font-size: 1.5rem;
  }
  
  .h3 {
    font-size: 1.2rem;
  }

  .card-deck {
    flex-direction: row;
    justify-content: center;
  }

  .card-deck .card {
    width: 150px;
    font-size: 16px;
  }

  .card-deck .card.borderResult {
    font-size: 18px;
  }

  .navbarIcon {
    display: inline-block;
    padding: 10px;
  }

  .navbarText {
    display: none;
  }

  .navbar {
    background-color: rgba(134, 134, 134, 0.9);
  }

  .navbar-brand {
    margin-right: .5rem;
  }
  
  .navbar-brand .navbarIcon {
    font-size: 24px;
    padding: 5px;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  .navbarMobile {
    display: inline-block;
    white-space: normal;
    font-size: 13px;
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}


@media(max-width: 991px) {
  .modal-dialog {
    max-width: 800px;
    width: auto;
  }
}

@media(max-width: 576px) {
  .card-deck {
    justify-content: space-evenly;
    padding: 10px 0 0;
  }
}

@media(max-width: 484px){

  #energyUsage .card-text {
    font-size: .7em;
  }

  .displaySegment .card-deck p {
    font-size: 16px;
    margin: 0;
  }

  .borderResult p, .card-deck .borderResult p {
    font-size: 1em;
  }

  .navbarIcon {
    display: inline-block;
    padding: 10px;
  }

  .navbarText {
    display: none;
  }

  .navbar {
    background-color: rgba(134, 134, 134, 0.9);
  }

  .navbar-brand {
    margin-right: .5rem;
  }
  
  .navbar-brand .navbarIcon {
    font-size: 24px;
    padding: 5px;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  .navbarMobile {
    display: inline-block;
    white-space: normal;
    font-size: 13px;
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .card-deck {
    flex-direction: row;
    padding: 5px;
  }

  .card-deck .card {
    max-height: 25vh;
  }
}

@media(max-height: 467px) {
  .h2 {
    font-size: 1.5rem;
  }
  
  .h3 {
    font-size: 1.2rem;
  }

  .modal-dialog {
    margin-top: 0px;
  }

  .modal-header {
    padding: 10px 18px;
  }

  .borderResult img {
    max-width: 250px;
  }

  .borderResult .smallBusiness{
    max-width: 160px;
  }

  .dateChecked {
    position: sticky;
    bottom: 0;
  }
  
  .smallBusiness {
    width: 70%;
  }

  .borderResult .smallBusiness {
    width: 90%;
    max-width: 200px;
  }

  .mediumBusiness {
    width:90%;
  }

  .borderResult .mediumBusiness {
    max-width: 250px;
  }
  
  .state_select .state_container {
    margin: 0;
  }

  .state_container.col-6 {
    max-width: 33%;
    flex: 0 0 33%;
  }

  .state_icon img {
    max-height: 50vh;
  }

  .card-deck {
    justify-content: center;
    padding: 10px 0 0;
    max-width: 40vw
  }

  .card-deck .card {
    height: 45vh;
    flex: .4 0 25%;
    margin: 5px 5px 0px;
  }

  #energyUsage .card-text {
    font-size: .7em;
  }

  .displaySegment .card-deck p {
    font-size: 16px;
  }

  .borderResult p {
    font-size: 1em;
  }

  .card-deck .borderResult p {
    font-size: 18px;
  }

  .card-deck i {
    padding: 0 !important;
  }
}

@media (hover:none) {
  .state_select .radio_container .input_radio:hover ~ .radio_inner img {
    filter: grayscale(100%) drop-shadow(8px 8px 3px rgba(21, 46, 37, 0.329));
  }

  .state_select .radio_container .input_radio:checked ~ .radio_inner img {
    filter: grayscale(0) drop-shadow(8px 8px 3px rgba(21, 46, 37, 0.329))
  }
}