body .wrapper {
  padding-top: 125px;
}
body .block-inner {
  border: 1px solid #808080;
  padding: 60px;
}
body .block-inner h2,
body .block-inner h4 {
  text-align: center;
}
body .block-inner h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
body .block-inner h4 {
  font-size: 18px;
  width: 70%;
  display: block;
  margin: auto;
}
body .block-inner button {
  display: block;
  margin: auto;
  font-size: 20px;
  padding: 8px 50px;
  margin-top: 60px;
  background-color: #085394;
}
body .bottom-cta {
  text-align: center;
  margin-top: 30px;
}
body .bottom-cta h2 {
  display: inline-block;
  font-size: 40px;
}
body .bottom-cta button {
  display: inline-block;
  margin: auto;
  font-size: 20px;
  padding: 8px 50px;
  margin-bottom: 18px;
  margin-left: 60px;
  background-color: #085394;
}
body .install-sign.nav-tabs {
  margin-top: 20px;
}

body .install-sign.nav-tabs.pay {
  display:flex;
  margin-top: 0;
}

body .install-sign.nav-tabs li {
  width: 25%;
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

body .install-sign.nav-tabs.pay li{
  width: 20%;
}

body .install-sign.nav-tabs li:first-child {
  border-left: 1px solid #808080;
}
body .install-sign.nav > li > a {
  border: transparent !important;
  background-color: transparent;
  color: #000000;
}
body .install-sign.nav li.active {
  background-color: #085394 !important;
}
body .install-sign.nav li.active a {
  color: #ffffff;
}
body .install-sign.nav li.previous {
  background-color: #a0c5f9 !important;
}
body .install-sign.nav li.previous a {
  color: #ffffff;
}
body .install-sign.nav-tabs > li.active > a,
body .install-sign.nav-tabs > li.active > a:focus,
body .install-sign.nav-tabs > li.active > a:hover {
  background-color: transparent;
}
body .tab-pane {
  border: 1px solid #808080;
  border-top: none;
  padding: 15px 30px;
  /*		form.special-instructions {
			margin-top: 80px;

			label {
				display: inline-block;
			}

			textarea {
				width: 100%;
			}
		}*/
}
body .tab-pane h2.tab-title {
  color: #2b78e4;
  font-size: 24px;
  margin-bottom: 30px;
}
body .tab-pane form.sign-location label {
  display: block;
}
body .tab-pane form.sign-location label.current-location {
  padding-right: 12px;
}
body .tab-pane form.sign-location label.new-location,
body .tab-pane form.sign-location label.current-location {
  display: inline-block;
}
body .tab-pane form.sign-location #new-loc {
  display: none;
}
body .tab-pane form.sign-location .full-width-input {
  width: 100%;
}
body .tab-pane form.sign-location input {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #808080;
}
body .tab-pane form.sign-location textarea {
  width: 100%;
  border: 1px solid #808080;
  margin-bottom: 15px;
}
body .tab-pane form.sign-location select {
  margin-bottom: 15px;
}
body .tab-pane form.sign-location input.locations {
  width: auto;
  margin-right: 5px;
}
body .tab-pane form.installation-options input {
  margin-right: 20px;
  height: 15px;
  float: left;
}
body .tab-pane form.installation-options .checkbox-copy {
  margin-left: 35px;
  margin-bottom: 60px;
}
body .tab-pane form.installation-options .checkbox-copy span.checkbox-title {
  font-weight: bold;
  display: block;
}
body .tab-pane form.special-instructions {
  margin-top: 80px;
}
body .tab-pane form.special-instructions label {
  display: inline-block;
}
body .tab-pane form.special-instructions textarea {
  width: 100%;
}
body .tab-pane button.next-step {
  display: block;
  margin: 30px auto;
  background-color: #085394;
  font-size: 20px;
  padding: 10px 30px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner {
  border: 1px solid #808080;
  padding: 15px;
  min-height: 360px;
  position: relative;
  margin-bottom: 30px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner.blue-background {
  background-color: #085394;
  color: #ffffff;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .image-wrapper {
  height: 150px;
  position: relative;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .image-wrapper img {
  max-width: 80%;
  max-height: 150px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .tab-pane.choose-sign-blocks .sign-block-inner .copy-wrapper {
  margin-top: 10px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .copy-wrapper span {
  display: block;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .copy-wrapper span.title {
  font-weight: bold;
  font-size: 22px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .copy-wrapper span.price {
  font-size: 16px;
  margin-bottom: 10px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .copy-wrapper span.qty {
  text-align: right;
  font-size: 12px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .copy-wrapper span.fees {
  font-size: 12px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .input-wrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .input-wrapper label {
  font-weight: 400;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .input-wrapper input.sign-qty {
  width: 40px;
  text-align: right;
  outline: 0 !important;
}
body .tab-pane.choose-sign-blocks .sign-block-inner .input-wrapper .white-btn {
  display: inline;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #000000;
  color: #000000;
}
body .tab-pane.review-order h3 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 40px;
}
body .tab-pane.review-order span.image-title {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}
body .tab-pane.review-order img {
  display: block;
  margin: auto;
}
body .tab-pane.review-order .view-larger {
  text-align: center;
  margin-top: 10px;
}
body .tab-pane.review-order .view-larger a {
  color: #000000;
}
body .tab-pane.review-order .view-larger a .glyphicon {
  font-size: 30px;
}
body .tab-pane.review-order .view-larger a .view-text {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  margin-top: 4px;
}
body .tab-pane.review-order .view-larger a:hover,
body .tab-pane.review-order .view-larger a:focus {
  text-decoration: none;
  color: #2b78e4;
}
body .sidebar-inner {
  background-color: #eeeeee;
  padding: 15px 30px;
}
body .sidebar-inner .submit-buttons {
  padding: 20px 15px 0 15px;
}
body .sidebar-inner .submit-buttons button {
  width: 100%;
  margin: 0;
}
body .sidebar-inner .submit-buttons button.add-more-signs {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin-top: 10px;
}
body .sidebar-inner span.address {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
body .sidebar-inner hr {
  border-top: 1px solid #808080;
}
body .sidebar-inner h4 {
  margin: 0;
}
body .sidebar-inner a.change-location {
  display: block;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 48px;
}
body .sidebar-inner .table-responsive {
  padding: 15px;
  padding-bottom: 0;
}
body .sidebar-inner .table-responsive table {
  margin-bottom: 0;
}
body .sidebar-inner .table-responsive thead {
  background-color: #cccccc;
}
body .sidebar-inner .table-responsive thead th {
  padding: 3px 8px;
}
body .sidebar-inner .table-responsive td {
  vertical-align: middle;
  padding: 12px 8px;
}
body .sidebar-inner .table-responsive td.align-top {
  vertical-align: top;
}
body .sidebar-inner .table-responsive tr.subtotal td {
  font-weight: bold;
  border-bottom: 1px solid #808080;
}
body .sidebar-inner .table-responsive tr.order-total td {
  color: #085394;
  font-weight: bold;
}
body .sidebar-inner .table > thead > tr > th {
  border: none;
}
body .sidebar-inner .table > tbody > tr > td {
  border: none;
}
body .map-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
body .map-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body form.modal-form label {
  display: block;
}
body form.modal-form h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}
body form.modal-form img {
  margin-bottom: 20px;
}
body form.modal-form button.full-width {
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 20px;
}
body form.modal-form input#size-bar {
  width: 75%;
  display: inline;
  margin-bottom: 40px;
}
body form.modal-form span.minus {
  font-size: 20px;
  margin-right: 15px;
}
body form.modal-form span.plus {
  font-size: 20px;
  margin-left: 15px;
}
body form.modal-form input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
body form.modal-form input[type=range]:focus {
  outline: none;
}
body form.modal-form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #cccccc;
  border-radius: 1.3px;
}
body form.modal-form input[type=range]::-webkit-slider-thumb {
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #085394;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
body form.modal-form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cccccc;
}
body form.modal-form input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #cccccc;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
body form.modal-form input[type=range]::-moz-range-thumb {
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #085394;
  cursor: pointer;
}
body form.modal-form input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
body form.modal-form input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border-radius: 2.6px;
}
body form.modal-form input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border-radius: 2.6px;
}
body form.modal-form input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #085394;
  cursor: pointer;
}
body form.modal-form input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
body form.modal-form input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
body .confirmation h1 {
  margin: 40px 0;
}
body .confirmation p {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  body .block-inner {
    min-height: 400px;
  }
  body .bottom-cta button {
    margin-left: 0;
    margin-top: 30px;
  }
  body .install-sign.nav-tabs li {
    min-height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  body .block-inner {
    margin-bottom: 30px;
    min-height: inherit;
  }
  body .install-sign.nav-tabs li {
    min-height: 85px;
  }
}
@media only screen and (max-width: 600px) {
  body .install-sign.nav-tabs li {
    min-height: 105px;
  }
}
