/* Scss Document */
@media screen and (max-width: 767.98px) {
  html {
    font-size: 12px; } }
.white-on-blue {
  color: #FFFFFF;
  background: #1F1E5B; }

.white-on-green {
  color: #FFFFFF;
  background: #13A262; }

.green-blue-gradient {
  background-image: linear-gradient(#13A262, #1F1E5B);
  margin: 0px;
  padding: 10px; }

.bg-black50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-gray-slant {
  background-image: url("../images/gray-slant.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.panel-white {
  width: 100%;
  padding: 10px;
  background: white; }

.btn-primary {
  color: #fff;
  background-color: #1F1E5B;
  border-color: #1F1E5B; }

.btn-primary:hover {
  color: #fff;
  background-color: #13A262;
  border-color: #13A262; }

.rounded-10 {
  border-radius: 10px; }

.navbar {
  background-color: #FFF; }

.navbar-light {
  color: #1F1E5B; }

.navbar-brand.casey {
  font-family: 'Times New Roman';
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 0px;
  margin: 0px; }

.navbar-brand.electricinc {
  font-family: 'Times New Roman';
  font-size: .75rem;
  letter-spacing: 2px;
  padding: 0px;
  margin: 0px; }

.buttonbar {
  color: #FFF;
  background-color: #1F1E5B;
  display: flex;
  justify-content: space-between; }

.square {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  height: 0; }

.square .content, .ar16-9 .content, .ar3-1 .content {
  position: relative;
  overflow: hidden;
  /*the next two lines center the content*/
  left: 500%;
  margin-left: -1000%; }

.ar16-9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

.ar3-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 33.3%;
  height: 0; }

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

.cover-center {
  min-height: 100%;
  min-width: 100%;
  left: 500%;
  margin-left: -1000%; }

.menu-item {
  color: #FFF;
  background-color: #1F1E5B; }

.menu-item:hover {
  color: #FFF;
  background-color: #13A262; }

/*****************************  Form styles ****************************************/
.data-entry {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 0 25px 0 60px;
  font-family: 'Arial';
  font-size: 15px;
  border: none;
  background: transparent; }

.data-entry.dirty:not(:focus):invalid {
  background-color: #FFD9D9; }

.data-entry.dirty:not(:focus):valid {
  background-color: #D9FFD9; }

.data-entry-prompt {
  display: flex;
  width: 20px;
  padding: 2px;
  /*margin-top:8px;*/
  border: none; }

.input100 {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #333333; }

input.data-entry {
  height: 55px; }

input.button {
  background-color: #1F1E5B;
  border-radius: 20px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  margin: 5px;
  text-transform: uppercase;
  white-space: normal;
  width: auto; }

input.button:hover {
  background-color: #13A262; }

.label-input100 {
  font-size: 18px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0px;
  left: 2px;
  margin: 0; }

.lnr {
  width: 30px;
  height: 30px;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr.usr {
  background-image: url("../images/icon-user.svg");
  background-repeat: no-repeat; }

.lnr.address {
  background-image: url("../images/icon-mailbox.svg");
  background-repeat: no-repeat; }

.lnr.phone {
  background-image: url("../images/iconmonstr-smartphone-3.svg");
  background-repeat: no-repeat; }

.lnr.email {
  background-image: url("../images/iconmonstr-email-2.svg");
  width: 35px;
  background-repeat: no-repeat; }

.lnr-bubble::before {
  content: ""; }

.wrap-input100 {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px; }

/*****************************  Google Business Review Badging *********************/
.google-badge {
  width: 15;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26) !important;
  background: #FFFFFF;
  margin: 0;
  margin-bottom: 4px; }

.google-topline {
  height: .43em;
  background-color: #4fce6a;
  width: 100% !important;
  border-radius: .14em .14em 0 0 !important; }

.google-body {
  display: flex;
  flex-direction: row;
  width: 100% !important;
  margin: .14em .43em 0px .14em; }

.google-logo {
  width: 3.14em;
  height: 3.141em;
  margin: .21em;
  background-image: url(../images/google-G.svg);
  background-repeat: no-repeat; }

.google-score {
  display: flex;
  flex-direction: column;
  font-size: 1.28em;
  margin: 0 0 0 .28em !important;
  align-content: center; }

.google-rating {
  color: #e7711b !important;
  font-size: 1.0em !important;
  /*1.43*/
  margin: 0 .43em 0 0 !important;
  padding: 0px;
  align-content: center !important; }

.google-stars {
  display: inline-flex;
  flex-direction: row; }

.google-star {
  width: 1.2em;
  height: 1.2em;
  margin-top: 4px;
  background-image: url(../images/filled-google-star.svg);
  background-repeat: no-repeat; }

.google-star30 {
  width: 1.0em;
  height: 1.0em;
  margin-top: 4px;
  background-image: url(../images/filled30-google-star.svg);
  background-repeat: no-repeat; }

.google-star40 {
  width: 1.0em;
  height: 1.0em;
  margin-top: 4px;
  background-image: url(../images/filled40-google-star.svg);
  background-repeat: no-repeat; }

.google-star50 {
  width: 1.0em;
  height: 1.0em;
  margin-top: 4px;
  background-image: url(../images/filled50-google-star.svg);
  background-repeat: no-repeat; }

.google-star60 {
  width: 1.0em;
  height: 1.0em;
  margin-top: 4px;
  background-image: url(../images/filled60-google-star.svg);
  background-repeat: no-repeat; }

.google-star70 {
  width: 1.0em;
  height: 1.0em;
  margin-top: 4px;
  background-image: url(../images/filled70-google-star.svg);
  background-repeat: no-repeat; }

.google-star80 {
  width: 1.0em;
  height: 1.0em;
  margin-top: 4px;
  background-image: url(../images/filled80-google-star.svg);
  background-repeat: no-repeat; }
