.ul-text-input {
  cursor: text;
  position: relative;
}
.ul-text-input .ul-text-input-wrapper {
  background-color: #ffffff;
  border: 1px solid #e3e6ea;
  border-radius: 4px;
  display: block;
}
.ul-text-input .ul-text-input-label {
  color: #505b66;
  position: absolute;
  left: 8px;
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
  top: 8px;
  z-index: 1;
}
.ul-text-input .ul-text-input-control {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 2rem;
  padding: 28px 8px 8px;
  position: relative;
  width: 100%;
}
.ul-text-input .ul-text-input-control::-webkit-input-placeholder {
  color: #505b66;
}
.ul-text-input .ul-text-input-control::-moz-placeholder {
  color: #505b66;
}
.ul-text-input .ul-text-input-control:-ms-input-placeholder {
  color: #505b66;
}
.ul-text-input .ul-text-input-control::-ms-input-placeholder {
  color: #505b66;
}
.ul-text-input .ul-text-input-control::placeholder {
  color: #505b66;
}
.ul-text-input .ul-text-input-textarea {
  height: 74px;
  margin: 28px 8px 8px;
  padding: 0;
}
.ul-text-input .ul-text-input-icon {
  font-size: 2.4rem;
  margin: 19px 8px 11px 0;
}
.ul-text-input .ul-text-input-prefix {
  font-size: 1.4rem;
  opacity: 0;
  padding: 28px 0 8px 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.ul-text-input .ul-text-input-helperText {
  line-height: 1.6rem;
  margin: 8px 0 0 2px;
  color: #d32f2f;
}
.ul-text-input-placeholder .ul-text-input-label {
  -webkit-transform: none;
  transform: none;
}
.ul-text-input-multiline .ul-text-input-control {
  resize: vertical;
  height: 74px;
}
.ul-text-input-multiline .ul-text-input-label {
  -webkit-transform: none;
  transform: none;
}
.ul-text-input-focused .ul-text-input-wrapper {
  -webkit-box-shadow: 0 0 0 1px #2b73de;
  box-shadow: 0 0 0 1px #2b73de;
  border-color: #2b73de;
}
.ul-text-input-focused .ul-text-input-wrapper .ul-text-input-label {
  color: #2b73de;
}
.ul-text-input-active .ul-text-input-label {
  color: #505b66;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.ul-text-input-active .ul-text-input-prefix {
  opacity: 1;
}
.ul-text-input-error .ul-text-input-wrapper {
  border-color: #d32f2f;
}
.ul-text-input-error .ul-text-input-label {
  color: #d32f2f;
}
.ul-text-input-disabled .ul-text-input-wrapper {
  background-color: #e3e6ea;
}
.ul-text-input-disabled .ul-text-input-label {
  color: #9ea4ae;
}
.ul-text-input-hasPrefix .ul-text-input-control {
  margin-left: 1px;
  padding-left: 1px;
}

.ui-library-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #2b73de;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2rem;
  min-width: 80px;
  padding: 0 14px;
  text-transform: uppercase;
  background-color: #2b73de;
  border-color: #2b73de;
  color: white;
  /* Legacy Teal color for homepage only */
}
.ui-library-button:hover {
  background-color: #2665da;
  border-color: #2665da;
}
.ui-library-button:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2b73de;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2b73de;
  border-color: #2b73de;
}
.ui-library-button.ui-library-button-outline {
  color: #2b73de;
  border-color: #2b73de;
}
.ui-library-button.ui-library-button-outline:hover {
  color: #2665da;
  border-color: #2665da;
}
.ui-library-button.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #2b73de;
}
.ui-library-button.ui-library-button-textOnly {
  color: #2b73de;
}
.ui-library-button.ui-library-button-textOnly:hover {
  color: #2665da;
}
.ui-library-button.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #2b73de;
}
.ui-library-button:hover {
  background-color: #2665da;
}
.ui-library-button-small {
  height: 40px;
  min-width: 72px;
  padding: 0 14px;
}
.ui-library-button-large {
  height: 56px;
  min-width: 96px;
  padding: 0 24px;
}
.ui-library-button-xlarge {
  height: 40px;
  min-width: 160px;
  padding: 0 14px;
}
.ui-library-button-fullWidth {
  width: 100%;
}
.ui-library-button-hasIcon {
  min-width: 0;
}
.ui-library-button-hasIcon .ui-library-button-content {
  padding-left: 8px;
  padding-right: 8px;
}
.ui-library-button-icon {
  font-size: 2.4rem;
}
.ui-library-button-iconPositionRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ui-library-button-gold,
.ui-library-button-yellow {
  background-color: #ffd451;
  border-color: #ffd451;
  color: #3d454d;
}
.ui-library-button-gold:hover,
.ui-library-button-yellow:hover {
  background-color: #ffcf47;
  border-color: #ffcf47;
}
.ui-library-button-gold:focus,
.ui-library-button-yellow:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ffd451;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ffd451;
  border-color: #ffd451;
}
.ui-library-button-gold.ui-library-button-outline,
.ui-library-button-yellow.ui-library-button-outline {
  color: #ffd451;
  border-color: #ffd451;
}
.ui-library-button-gold.ui-library-button-outline:hover,
.ui-library-button-yellow.ui-library-button-outline:hover {
  color: #ffcf47;
  border-color: #ffcf47;
}
.ui-library-button-gold.ui-library-button-outline:focus,
.ui-library-button-yellow.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #ffd451;
}
.ui-library-button-gold.ui-library-button-textOnly,
.ui-library-button-yellow.ui-library-button-textOnly {
  color: #ffd451;
}
.ui-library-button-gold.ui-library-button-textOnly:hover,
.ui-library-button-yellow.ui-library-button-textOnly:hover {
  color: #ffcf47;
}
.ui-library-button-gold.ui-library-button-textOnly:focus,
.ui-library-button-yellow.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ffd451;
}
.ui-library-button-teal {
  background-color: #2b73de;
  border-color: #2b73de;
  color: white;
}
.ui-library-button-teal:hover {
  background-color: #2665da;
  border-color: #2665da;
}
.ui-library-button-teal:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2b73de;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2b73de;
  border-color: #2b73de;
}
.ui-library-button-teal.ui-library-button-outline {
  color: #2b73de;
  border-color: #2b73de;
}
.ui-library-button-teal.ui-library-button-outline:hover {
  color: #2665da;
  border-color: #2665da;
}
.ui-library-button-teal.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #2b73de;
}
.ui-library-button-teal.ui-library-button-textOnly {
  color: #2b73de;
}
.ui-library-button-teal.ui-library-button-textOnly:hover {
  color: #2665da;
}
.ui-library-button-teal.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #2b73de;
}
.ui-library-button-info {
  background-color: #0b8cf3;
  border-color: #0b8cf3;
  color: white;
}
.ui-library-button-info:hover {
  background-color: #0a7ef2;
  border-color: #0a7ef2;
}
.ui-library-button-info:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #0b8cf3;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #0b8cf3;
  border-color: #0b8cf3;
}
.ui-library-button-info.ui-library-button-outline {
  color: #0b8cf3;
  border-color: #0b8cf3;
}
.ui-library-button-info.ui-library-button-outline:hover {
  color: #0a7ef2;
  border-color: #0a7ef2;
}
.ui-library-button-info.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #0b8cf3;
}
.ui-library-button-info.ui-library-button-textOnly {
  color: #0b8cf3;
}
.ui-library-button-info.ui-library-button-textOnly:hover {
  color: #0a7ef2;
}
.ui-library-button-info.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0b8cf3;
}
.ui-library-button-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: white;
}
.ui-library-button-success:hover {
  background-color: #43a546;
  border-color: #43a546;
}
.ui-library-button-success:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #4caf50;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #4caf50;
  border-color: #4caf50;
}
.ui-library-button-success.ui-library-button-outline {
  color: #4caf50;
  border-color: #4caf50;
}
.ui-library-button-success.ui-library-button-outline:hover {
  color: #43a546;
  border-color: #43a546;
}
.ui-library-button-success.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #4caf50;
}
.ui-library-button-success.ui-library-button-textOnly {
  color: #4caf50;
}
.ui-library-button-success.ui-library-button-textOnly:hover {
  color: #43a546;
}
.ui-library-button-success.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #4caf50;
}
.ui-library-button-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: white;
}
.ui-library-button-warning:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
}
.ui-library-button-warning:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ff9800;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ff9800;
  border-color: #ff9800;
}
.ui-library-button-warning.ui-library-button-outline {
  color: #ff9800;
  border-color: #ff9800;
}
.ui-library-button-warning.ui-library-button-outline:hover {
  color: #ff8c00;
  border-color: #ff8c00;
}
.ui-library-button-warning.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #ff9800;
}
.ui-library-button-warning.ui-library-button-textOnly {
  color: #ff9800;
}
.ui-library-button-warning.ui-library-button-textOnly:hover {
  color: #ff8c00;
}
.ui-library-button-warning.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ff9800;
}
.ui-library-button-error {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: white;
}
.ui-library-button-error:hover {
  background-color: #ce2929;
  border-color: #ce2929;
}
.ui-library-button-error:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #d32f2f;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #d32f2f;
  border-color: #d32f2f;
}
.ui-library-button-error.ui-library-button-outline {
  color: #d32f2f;
  border-color: #d32f2f;
}
.ui-library-button-error.ui-library-button-outline:hover {
  color: #ce2929;
  border-color: #ce2929;
}
.ui-library-button-error.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #d32f2f;
}
.ui-library-button-error.ui-library-button-textOnly {
  color: #d32f2f;
}
.ui-library-button-error.ui-library-button-textOnly:hover {
  color: #ce2929;
}
.ui-library-button-error.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #d32f2f;
}
.ui-library-button-legacy-teal {
  background-color: #42acb4;
  border-color: #42acb4;
  color: white;
}
.ui-library-button-legacy-teal:hover {
  background-color: #3aa2ab;
  border-color: #3aa2ab;
}
.ui-library-button-legacy-teal:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #42acb4;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #42acb4;
  border-color: #42acb4;
}
.ui-library-button-legacy-teal.ui-library-button-outline {
  color: #42acb4;
  border-color: #42acb4;
}
.ui-library-button-legacy-teal.ui-library-button-outline:hover {
  color: #3aa2ab;
  border-color: #3aa2ab;
}
.ui-library-button-legacy-teal.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #42acb4;
}
.ui-library-button-legacy-teal.ui-library-button-textOnly {
  color: #42acb4;
}
.ui-library-button-legacy-teal.ui-library-button-textOnly:hover {
  color: #3aa2ab;
}
.ui-library-button-legacy-teal.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #42acb4;
}
.ui-library-button-ruby {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: white;
}
.ui-library-button-ruby:hover {
  background-color: #ce2929;
  border-color: #ce2929;
}
.ui-library-button-ruby:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #d32f2f;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #d32f2f;
  border-color: #d32f2f;
}
.ui-library-button-ruby.ui-library-button-outline {
  color: #d32f2f;
  border-color: #d32f2f;
}
.ui-library-button-ruby.ui-library-button-outline:hover {
  color: #ce2929;
  border-color: #ce2929;
}
.ui-library-button-ruby.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #d32f2f;
}
.ui-library-button-ruby.ui-library-button-textOnly {
  color: #d32f2f;
}
.ui-library-button-ruby.ui-library-button-textOnly:hover {
  color: #ce2929;
}
.ui-library-button-ruby.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #d32f2f;
}
.ui-library-button-stone {
  background-color: #9ea4ae;
  border-color: #9ea4ae;
  color: white;
}
.ui-library-button-stone:hover {
  background-color: #9299a4;
  border-color: #9299a4;
}
.ui-library-button-stone:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #9ea4ae;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #9ea4ae;
  border-color: #9ea4ae;
}
.ui-library-button-stone.ui-library-button-outline {
  color: #9ea4ae;
  border-color: #9ea4ae;
}
.ui-library-button-stone.ui-library-button-outline:hover {
  color: #9299a4;
  border-color: #9299a4;
}
.ui-library-button-stone.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #9ea4ae;
}
.ui-library-button-stone.ui-library-button-textOnly {
  color: #9ea4ae;
}
.ui-library-button-stone.ui-library-button-textOnly:hover {
  color: #9299a4;
}
.ui-library-button-stone.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #9ea4ae;
}
.ui-library-button-slate {
  background-color: #505b66;
  border-color: #505b66;
  color: white;
}
.ui-library-button-slate:hover {
  background-color: #46505a;
  border-color: #46505a;
}
.ui-library-button-slate:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #505b66;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #505b66;
  border-color: #505b66;
}
.ui-library-button-slate.ui-library-button-outline {
  color: #505b66;
  border-color: #505b66;
}
.ui-library-button-slate.ui-library-button-outline:hover {
  color: #46505a;
  border-color: #46505a;
}
.ui-library-button-slate.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #505b66;
}
.ui-library-button-slate.ui-library-button-textOnly {
  color: #505b66;
}
.ui-library-button-slate.ui-library-button-textOnly:hover {
  color: #46505a;
}
.ui-library-button-slate.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #505b66;
}
.ui-library-button-cotton {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
  color: #3d454d;
}
.ui-library-button-cotton:hover {
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.ui-library-button-cotton:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #f3f4f6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #f3f4f6;
  border-color: #f3f4f6;
}
.ui-library-button-cotton.ui-library-button-outline {
  color: #f3f4f6;
  border-color: #f3f4f6;
}
.ui-library-button-cotton.ui-library-button-outline:hover {
  color: #f2f3f5;
  border-color: #f2f3f5;
}
.ui-library-button-cotton.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #f3f4f6;
}
.ui-library-button-cotton.ui-library-button-textOnly {
  color: #f3f4f6;
}
.ui-library-button-cotton.ui-library-button-textOnly:hover {
  color: #f2f3f5;
}
.ui-library-button-cotton.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #f3f4f6;
}
.ui-library-button-coal {
  background-color: #3d454d;
  border-color: #3d454d;
  color: white;
}
.ui-library-button-coal:hover {
  background-color: #363d44;
  border-color: #363d44;
}
.ui-library-button-coal:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #3d454d;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #3d454d;
  border-color: #3d454d;
}
.ui-library-button-coal.ui-library-button-outline {
  color: #3d454d;
  border-color: #3d454d;
}
.ui-library-button-coal.ui-library-button-outline:hover {
  color: #363d44;
  border-color: #363d44;
}
.ui-library-button-coal.ui-library-button-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #3d454d;
}
.ui-library-button-coal.ui-library-button-textOnly {
  color: #3d454d;
}
.ui-library-button-coal.ui-library-button-textOnly:hover {
  color: #363d44;
}
.ui-library-button-coal.ui-library-button-textOnly:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #3d454d;
}
.ui-library-button-outline {
  background-color: transparent;
  border: 1px solid #2b73de;
  color: #2b73de;
}
.ui-library-button-outline:hover {
  background-color: #f9fafb;
  color: #2665da;
}
.ui-library-button-textOnly {
  background-color: transparent;
  border-color: transparent;
  color: #2b73de;
}
.ui-library-button-textOnly:hover {
  background-color: #f9fafb;
  border-color: transparent;
  color: #2665da;
}
.ui-library-button-no-padding {
  padding: 0;
}
.ui-library-button-disabled,
.ui-library-button-disabled:hover {
  background-color: #9ea4ae !important;
  border-color: #9ea4ae !important;
  color: #e3e6ea !important;
  cursor: not-allowed;
}
.ui-library-button-textOnly.ui-library-button-disabled,
.ui-library-button-textOnly.ui-library-button-disabled:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #9ea4ae !important;
}

.u-color-black {
  color: #000000;
}
.u-color-coal {
  color: #3d454d;
}
.u-color-slate {
  color: #505b66;
}
.u-color-steel {
  color: #757d88;
}
.u-color-stone {
  color: #9ea4ae;
}
.u-color-silver {
  color: #d0d3da;
}
.u-color-seattle {
  color: #e3e6ea;
}
.u-color-cotton {
  color: #f3f4f6;
}
.u-color-white {
  color: #ffffff;
}
.u-background-black {
  background-color: #000000;
}
.u-background-coal {
  background-color: #3d454d;
}
.u-background-slate {
  background-color: #505b66;
}
.u-background-steel {
  background-color: #757d88;
}
.u-background-stone {
  background-color: #9ea4ae;
}
.u-background-silver {
  background-color: #d0d3da;
}
.u-background-seattle {
  background-color: #e3e6ea;
}
.u-background-cotton {
  background-color: #f3f4f6;
}
.u-background-white {
  background-color: #ffffff;
}
/* Color mixins */
/* Background mixins */
/* Utility color classes */
.u-color-yellow {
  color: #ffd451;
}
.u-color-yellow-dark {
  color: #e8a400;
}
.u-color-yellow-light {
  color: #ffeaa4;
}
.u-color-blue {
  color: #2b73de;
}
.u-color-blue-dark {
  color: #0049ab;
}
.u-color-blue-light {
  color: #6ea1ff;
}
.u-color-info {
  color: #0b8cf3;
}
.u-color-success {
  color: #4caf50;
}
.u-color-warning {
  color: #ff9800;
}
.u-color-error {
  color: #d32f2f;
}
.u-color-legacy-teal {
  color: #42acb4;
}
.u-color-legacy-teal-dark {
  color: #38a2aa;
}
.u-color-gold {
  color: #ffd451;
}
.u-color-gold-dark {
  color: #e8a400;
}
.u-color-teal {
  color: #2b73de;
}
.u-color-teal-dark {
  color: #2b73de;
}
.u-color-ruby {
  color: #d32f2f;
}
.u-color-ruby-dark {
  color: #d32f2f;
}
.u-color-blue-darker {
  color: #3d454d;
}
/* Background color utilities */
.u-background-yellow {
  background-color: #ffd451;
}
.u-background-yellow-dark {
  background-color: #e8a400;
}
.u-background-yellow-light {
  background-color: #ffeaa4;
}
.u-background-blue {
  background-color: #2b73de;
}
.u-background-blue-dark {
  background-color: #0049ab;
}
.u-background-blue-light {
  background-color: #6ea1ff;
}
.u-background-info {
  background-color: #0b8cf3;
}
.u-background-success {
  background-color: #4caf50;
}
.u-background-warning {
  background-color: #ff9800;
}
.u-background-error {
  background-color: #d32f2f;
}
.u-background-legacy-teal {
  background-color: #42acb4;
}
.u-background-legacy-teal-dark {
  background-color: #38a2aa;
}
.u-background-gold {
  background-color: #ffd451;
}
.u-background-gold-dark {
  background-color: #e8a400;
}
.u-background-teal {
  background-color: #2b73de;
}
.u-background-teal-dark {
  background-color: #2b73de;
}
.u-background-ruby {
  background-color: #d32f2f;
}
.u-background-ruby-dark {
  background-color: #d32f2f;
}
.u-background-blue-darker {
  background-color: #3d454d;
}
.fontHeading-light,
.fontHeading-book,
.fontHeading-medium,
.fontText-thin,
.fontText-light,
.fontText-book,
.fontText-medium {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fontText-semibold,
.fontText-bold,
.fontText-extrabold {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontText-cursive {
  font-family: 'Homemade Apple', cursive;
}
.tooltip {
  position: absolute;
  bottom: 60px;
  /* Defines the spacing between tooltip and target position */
  left: -76px;
  width: 200px;
  color: #3d454d;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #9ea4ae;
  -webkit-box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 100;
}
.tooltip-inner {
  max-width: none;
  min-width: 100px;
  text-align: left;
  padding: 4px;
}
/* Arrow styles */
.tooltip:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -6px;
  background: inherit;
  border-bottom: inherit;
  border-right: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip--top:after,
.tooltip--topLeft:after,
.tooltip--topRight:after {
  bottom: 0;
}
.tooltip--bottom:after,
.tooltip--bottomLeft:after,
.tooltip--bottomRight:after {
  top: 0;
}
.tooltip--top:after,
.tooltip--bottom:after {
  left: 50%;
}
.tooltip--topLeft:after,
.tooltip--bottomLeft:after {
  right: 15px;
}
.tooltip--topRight:after,
.tooltip--bottomRight:after {
  left: 15px;
}
.tooltip--left:after,
.tooltip--leftTop:after,
.tooltip--leftBottom:after {
  right: 0;
}
.tooltip--right:after,
.tooltip--rightTop:after,
.tooltip--rightBottom:after {
  left: 0;
}
.tooltip--left:after,
.tooltip--right:after {
  top: 50%;
}
.tooltip--leftTop:after,
.tooltip--rightTop:after {
  bottom: 15px;
}
.tooltip--leftBottom:after,
.tooltip--rightBottom:after {
  top: 15px;
}
.tooltip.isHidden {
  display: none;
}
.tooltip-thumbnail {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  display: inline-block;
}
.tooltip-name {
  width: 151px;
}
.marker .inlineList-item {
  display: inline;
}
i {
  background: no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
i.vetted-background-check {
  background-image: url(https://cdn.porch.com/pro/icon_vetted.png);
  background-size: 16px 16px;
}
i.verified-license {
  background-image: url(https://cdn.porch.com/bootstrap/0web/icon-license-verified.svg);
}
.background-check-badge .vetted-pro-background-check-faq-cta {
  color: #505b66;
}
.background-check-badge .vetted-pro-background-check-faq-cta:hover,
.background-check-badge .vetted-pro-background-check-faq-cta:focus {
  color: #505b66;
}
.background-check-badge .vetted-pro-background-check-faq-cta .info-icon-modal-cta,
.background-check-badge .vetted-pro-background-check-faq-cta .vetted-background-check {
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: bottom;
}
.background-check-badge .vetted-pro-background-check-faq-cta .info-icon-modal-cta {
  margin-left: 4px;
}
a:link.contact-btn,
a:visited.contact-btn {
  color: #ffffff;
}
@media (min-width: 960px) {
  a:link.email-btn,
  a:visited.email-btn {
    color: #ffffff;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
.visible-print {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
.visible-print-inline {
  display: none !important;
}
.visible-print-inline-block {
  display: none !important;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.eot?7ad17c6085dee9a33787bac28fb23d46);
  src: url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.eot?7ad17c6085dee9a33787bac28fb23d46?#iefix) format('embedded-opentype'), url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.woff?68ed1dac06bf0409c18ae7bc62889170) format('woff'), url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.ttf?e49d52e74b7689a0727def99da31f3eb) format('truetype'), url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.svg?32941d6330044744c02493835b799e90#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.u-color-black {
  color: #000000;
}
.u-color-coal {
  color: #3d454d;
}
.u-color-slate {
  color: #505b66;
}
.u-color-steel {
  color: #757d88;
}
.u-color-stone {
  color: #9ea4ae;
}
.u-color-silver {
  color: #d0d3da;
}
.u-color-seattle {
  color: #e3e6ea;
}
.u-color-cotton {
  color: #f3f4f6;
}
.u-color-white {
  color: #ffffff;
}
.u-background-black {
  background-color: #000000;
}
.u-background-coal {
  background-color: #3d454d;
}
.u-background-slate {
  background-color: #505b66;
}
.u-background-steel {
  background-color: #757d88;
}
.u-background-stone {
  background-color: #9ea4ae;
}
.u-background-silver {
  background-color: #d0d3da;
}
.u-background-seattle {
  background-color: #e3e6ea;
}
.u-background-cotton {
  background-color: #f3f4f6;
}
.u-background-white {
  background-color: #ffffff;
}
/* Color mixins */
/* Background mixins */
/* Utility color classes */
.u-color-yellow {
  color: #ffd451;
}
.u-color-yellow-dark {
  color: #e8a400;
}
.u-color-yellow-light {
  color: #ffeaa4;
}
.u-color-blue {
  color: #2b73de;
}
.u-color-blue-dark {
  color: #0049ab;
}
.u-color-blue-light {
  color: #6ea1ff;
}
.u-color-info {
  color: #0b8cf3;
}
.u-color-success {
  color: #4caf50;
}
.u-color-warning {
  color: #ff9800;
}
.u-color-error {
  color: #d32f2f;
}
.u-color-legacy-teal {
  color: #42acb4;
}
.u-color-legacy-teal-dark {
  color: #38a2aa;
}
.u-color-gold {
  color: #ffd451;
}
.u-color-gold-dark {
  color: #e8a400;
}
.u-color-teal {
  color: #2b73de;
}
.u-color-teal-dark {
  color: #2b73de;
}
.u-color-ruby {
  color: #d32f2f;
}
.u-color-ruby-dark {
  color: #d32f2f;
}
.u-color-blue-darker {
  color: #3d454d;
}
/* Background color utilities */
.u-background-yellow {
  background-color: #ffd451;
}
.u-background-yellow-dark {
  background-color: #e8a400;
}
.u-background-yellow-light {
  background-color: #ffeaa4;
}
.u-background-blue {
  background-color: #2b73de;
}
.u-background-blue-dark {
  background-color: #0049ab;
}
.u-background-blue-light {
  background-color: #6ea1ff;
}
.u-background-info {
  background-color: #0b8cf3;
}
.u-background-success {
  background-color: #4caf50;
}
.u-background-warning {
  background-color: #ff9800;
}
.u-background-error {
  background-color: #d32f2f;
}
.u-background-legacy-teal {
  background-color: #42acb4;
}
.u-background-legacy-teal-dark {
  background-color: #38a2aa;
}
.u-background-gold {
  background-color: #ffd451;
}
.u-background-gold-dark {
  background-color: #e8a400;
}
.u-background-teal {
  background-color: #2b73de;
}
.u-background-teal-dark {
  background-color: #2b73de;
}
.u-background-ruby {
  background-color: #d32f2f;
}
.u-background-ruby-dark {
  background-color: #d32f2f;
}
.u-background-blue-darker {
  background-color: #3d454d;
}
.fontHeading-light,
.fontHeading-book,
.fontHeading-medium,
.fontText-thin,
.fontText-light,
.fontText-book,
.fontText-medium {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fontText-semibold,
.fontText-bold,
.fontText-extrabold {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontText-cursive {
  font-family: 'Homemade Apple', cursive;
}
.star-rating {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}
.star-rating .star-rating-star {
  height: 22px !important;
  width: 22px !important;
  color: #e3e6ea !important;
}
.star-rating .star-rating-star.active {
  color: #2b73de !important;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs,
  .hidden-xs-inline {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
.visible-print {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
.visible-print-inline {
  display: none !important;
}
.visible-print-inline-block {
  display: none !important;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s 0.5s ease-in-out;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s 0.5s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.5s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.5s ease-in-out, -webkit-box-shadow ease-in-out .15s 0.5s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.eot?7ad17c6085dee9a33787bac28fb23d46);
  src: url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.eot?7ad17c6085dee9a33787bac28fb23d46?#iefix) format('embedded-opentype'), url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.woff?68ed1dac06bf0409c18ae7bc62889170) format('woff'), url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.ttf?e49d52e74b7689a0727def99da31f3eb) format('truetype'), url(https://cdn.porch.com/v2/assets/glyphicons-halflings-regular.svg?32941d6330044744c02493835b799e90#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 30px;
  padding: 4px 8px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.btn,
a.btn {
  display: inline-block;
  padding: 15px 20px;
  min-height: 50px;
  min-width: 100px;
  max-width: 250px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1rem;
  line-height: 1.66666667;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  color: #ffffff;
  background-color: #2b73de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn,
a.btn,
.btn:visited,
a.btn:visited {
  background: #2b73de;
  color: #ffffff;
}
.btn:hover,
a.btn:hover {
  background: #1d5cb9;
  text-decoration: none;
}
.btn.u-block,
a.btn.u-block {
  display: block;
  width: 100%;
}
.btn.disabled,
.btn[disabled],
a.btn.disabled,
a.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg,
a.btn-lg {
  min-height: 60px;
  min-width: 120px;
  max-width: 300px;
  font-size: 1.4rem;
  padding: 18.5px 30px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
a.btn-sm {
  min-height: 40px;
  min-width: 80px;
  max-width: 200px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
a.btn-xs {
  min-height: 20px;
  min-width: 70px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fill-col,
a.fill-col {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
[class*="btn-outline"],
a[class*="btn-outline"] {
  border: 1px solid;
  background-color: transparent;
}
.btn-outline,
a.btn-outline,
.btn-outline:visited,
a.btn-outline:visited {
  border-color: #2b73de;
  color: #2b73de;
}
.btn-outline:hover,
a.btn-outline:hover,
.btn-outline:active,
a.btn-outline:active {
  background: #2b73de;
  color: #ffffff;
}
.btn-outline:focus,
a.btn-outline:focus {
  -webkit-box-shadow: 0 0 0 2px #2b73de;
  box-shadow: 0 0 0 2px #2b73de;
}
.btn-outline-red,
a.btn-outline-red,
.btn-outline-red:visited,
a.btn-outline-red:visited {
  border-color: #d32f2f;
  color: #d32f2f;
}
.btn-outline-red:hover,
a.btn-outline-red:hover,
.btn-outline-red:active,
a.btn-outline-red:active {
  background: #d32f2f;
  color: #ffffff;
}
.btn-outline-red:focus,
a.btn-outline-red:focus {
  -webkit-box-shadow: 0 0 0 2px #d32f2f;
  box-shadow: 0 0 0 2px #d32f2f;
}
.btn-outline-teal,
a.btn-outline-teal,
.btn-outline-teal:visited,
a.btn-outline-teal:visited {
  border-color: #2b73de;
  color: #2b73de;
}
.btn-outline-teal:hover,
a.btn-outline-teal:hover,
.btn-outline-teal:active,
a.btn-outline-teal:active {
  background: #2b73de;
  color: #ffffff;
}
.btn-outline-teal:focus,
a.btn-outline-teal:focus {
  -webkit-box-shadow: 0 0 0 2px #2b73de;
  box-shadow: 0 0 0 2px #2b73de;
}
.btn-outline-gold,
a.btn-outline-gold,
.btn-outline-gold:visited,
a.btn-outline-gold:visited {
  border-color: #ffd451;
  color: #ffd451;
}
.btn-outline-gold:hover,
a.btn-outline-gold:hover,
.btn-outline-gold:active,
a.btn-outline-gold:active {
  background: #ffd451;
  color: #ffffff;
}
.btn-outline-gold:focus,
a.btn-outline-gold:focus {
  -webkit-box-shadow: 0 0 0 2px #ffd451;
  box-shadow: 0 0 0 2px #ffd451;
}
.btn-outline-white,
a.btn-outline-white,
.btn-outline-white:visited,
a.btn-outline-white:visited {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white:hover,
a.btn-outline-white:hover,
.btn-outline-white:active,
a.btn-outline-white:active {
  background: #ffffff;
  color: #3d454d;
}
.btn-outline-white:focus,
a.btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}
.btn-outline-gray,
a.btn-outline-gray,
.btn-outline-gray:visited,
a.btn-outline-gray:visited {
  border-color: #9ea4ae;
  color: #9ea4ae;
}
.btn-outline-gray:hover,
a.btn-outline-gray:hover,
.btn-outline-gray:active,
a.btn-outline-gray:active {
  background: #9ea4ae;
  color: #ffffff;
}
.btn-outline-gray:focus,
a.btn-outline-gray:focus {
  -webkit-box-shadow: 0 0 0 2px #9ea4ae;
  box-shadow: 0 0 0 2px #9ea4ae;
}
.btn-outline-black,
a.btn-outline-black,
.btn-outline-black:visited,
a.btn-outline-black:visited {
  border-color: #3d454d;
  color: #3d454d;
}
.btn-outline-black:hover,
a.btn-outline-black:hover,
.btn-outline-black:active,
a.btn-outline-black:active {
  background: #3d454d;
  color: #f3f4f6;
}
.btn-outline-black:focus,
a.btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 2px #3d454d;
  box-shadow: 0 0 0 2px #3d454d;
}
.btn-teal,
a.btn-teal,
.btn-teal:visited,
a.btn-teal:visited {
  background-color: #2b73de;
}
.btn-teal:hover,
a.btn-teal:hover {
  background: #1d5cb9;
}
.btn-red,
a.btn-red,
.btn-red:visited,
a.btn-red:visited {
  background-color: #d32f2f;
}
.btn-red:hover,
a.btn-red:hover {
  background: #ab2424;
}
.btn-gold,
a.btn-gold {
  color: #3d454d;
}
.btn-gold,
a.btn-gold,
.btn-gold:visited,
a.btn-gold:visited {
  background-color: #ffd451;
}
.btn-gold:hover,
a.btn-gold:hover {
  background: #e8a400;
}
.btn-navy,
a.btn-navy,
.btn-navy:visited,
a.btn-navy:visited {
  background-color: #2b73de;
}
.btn-navy:hover,
a.btn-navy:hover {
  background: #1d5cb9;
}
.btn-whiteAndDarkerBlue,
a.btn-whiteAndDarkerBlue,
.btn-whiteAndDarkerBlue:visited,
a.btn-whiteAndDarkerBlue:visited {
  color: #3d454d;
  background-color: #ffffff;
}
.btn-whiteAndDarkerBlue:hover,
a.btn-whiteAndDarkerBlue:hover,
.btn-whiteAndDarkerBlue:active,
a.btn-whiteAndDarkerBlue:active {
  background-color: #3d454d;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-gray,
a.btn-gray {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn-gray,
a.btn-gray,
.btn-gray:visited,
a.btn-gray:visited {
  color: #9ea4ae;
  background-color: #e3e6ea;
}
.btn-gray:hover,
a.btn-gray:hover,
.btn-gray:active,
a.btn-gray:active {
  color: #828a97;
  background: #c6ccd4;
}
.btn-transparent,
a.btn-transparent,
.btn-transparent:visited,
a.btn-transparent:visited {
  color: #9ea4ae;
  background-color: transparent;
}
.btn-transparent:hover,
a.btn-transparent:hover,
.btn-transparent:active,
a.btn-transparent:active {
  background-color: #ffffff;
  color: #2b73de;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(https://cdn.porch.com/v2/assets/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(https://cdn.porch.com/v2/assets/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'), url(https://cdn.porch.com/v2/assets/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'), url(https://cdn.porch.com/v2/assets/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'), url(https://cdn.porch.com/v2/assets/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'), url(https://cdn.porch.com/v2/assets/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-user-secret:before {
  content: "\F21B";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-list:before {
  content: "\F03A";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-comment:before {
  content: "\F075";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-upload:before {
  content: "\F093";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-shield:before {
  content: "\F132";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-car:before {
  content: "\F1B9";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
input::input-placeholder,
textarea::input-placeholder {
  color: #9ea4ae;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color: #2b73de;
  -webkit-box-shadow: 0 0 5px #2b73de;
  box-shadow: 0 0 5px #2b73de;
}
textarea {
  max-width: 100%;
}
input,
button,
select,
textarea {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.formGroup {
  margin-bottom: 8px;
}
.formInput {
  height: 50px;
  padding: 6px 12px;
  line-height: 100%;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 2px;
  border-color: #e3e6ea;
  color: #3d454d;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  position: relative;
}
.hasError .formInput {
  border-color: #b94a48;
}
.helpBlock {
  padding: 10px 5px 5px 6px;
  margin-top: -6px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem;
  z-index: 0;
  text-align: left;
}
.form-control {
  color: #3d454d;
  padding: 12px 16px;
  height: 50px;
  border-color: #e3e6ea;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 4px 8px;
}
body .form-control,
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.form-control {
  text-indent: 8px;
}
.Select {
  text-shadow: none;
  text-align: left;
}
.Select input:focus,
.Select textarea:focus,
.Select button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Select-control {
  border: none;
  padding: 0;
}
.Select-arrow {
  display: none;
}
.Select-menu {
  border-radius: 4px;
  margin-top: 4px;
  min-height: 50px;
  max-height: 175px;
  line-height: 50px;
}
.Select-option {
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.Select-input {
  width: 100%;
  padding: 0 0 0 10px;
  border: none;
}
.Select-input:focus {
  border-radius: 4px 0 0 4px;
  border: none;
}
.Select-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*

Base material-like radio button styling.
To use:
<label class="customRadio">
  <input type="radio" class="customRadio-inputRadio" value="foo" />
  <span class="customRadio-outer"><span class="customRadio-inner"></span></span>
  Bar
</label>

Override line-height styling for .radio--fancy, and background colors based on
specific component needs.
*/
.customRadio {
  cursor: pointer;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.customRadio:hover .customRadio-inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
}
.customRadio-inputRadio {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.customRadio-inputRadio:checked + .customRadio-outer > .customRadio-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.customRadio-outer {
  display: block;
  float: left;
  margin: 10px 8px 10px 10px;
  border: 2px solid #3e4545;
  border-radius: 50%;
}
.customRadio-inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  opacity: 0;
  background-color: #3e4545;
}
.customRadio-inputRadio:focus + .customRadio-outer > .customRadio-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #3e4545;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
#app {
  min-height: 100%;
}
body {
  margin: 0;
  background: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  max-height: 100%;
  overflow: hidden;
}
img {
  display: block;
  border: 0;
}
::-moz-selection {
  background: #e8a400;
}
::selection {
  background: #e8a400;
}
.porchContent.porchContent-noHeader {
  margin-top: 0;
}
.gradientOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.gradientOverlay--lighter {
  background-color: rgba(0, 0, 0, 0.3);
}
.breadcrumb-separator {
  padding: 0 4px;
}
.separator {
  height: 1px;
  border-bottom: 1px solid #e3e6ea;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}
.searchWaitIndicator {
  height: 100%;
  text-align: center;
  padding: 60px 15px;
  line-height: 130%;
}
.searchWaitIndicator-spinner {
  color: #9ea4ae;
}
.orderedListCircle {
  counter-reset: orderedCircle-counter;
  list-style: none;
  padding-left: 30px;
}
.orderedListCircle-item {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  min-height: 35px;
  padding-left: 50px;
}
.orderedListCircle-item:before {
  background-color: #2b73de;
  border-radius: 35px;
  color: #fff;
  content: counter(orderedCircle-counter);
  counter-increment: orderedCircle-counter;
  display: block;
  float: left;
  height: 35px;
  line-height: normal;
  margin-left: -50px;
  padding-top: 9px;
  text-align: center;
  width: 35px;
  font-size: 1.5rem;
  font-weight: 700;
}
.largeNumberedList {
  counter-reset: orderedCircle-counter;
  margin: 20px 0 0;
}
.largeNumberedList-title,
.largeNumberedList-content {
  padding-left: 40px;
}
.largeNumberedList-title {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 5px;
}
.largeNumberedList-title:before {
  color: #ffd451;
  content: counter(orderedCircle-counter);
  counter-increment: orderedCircle-counter;
  display: block;
  float: left;
  font-size: 4rem;
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  margin-left: -40px;
  text-align: left;
  width: 25px;
}
.largeNumberedList-content {
  margin: 0 0 25px;
}
.inlineList-item {
  display: inline-block;
}
.inlineList.inlineList--bullets {
  line-height: 1.7rem;
}
.inlineList-item.inlineList--bullets + .inlineList-item.inlineList--bullets:before {
  content: "\B7";
  font-family: sans-serif;
  font-size: 1.7rem;
  padding: 0 5px;
  vertical-align: middle;
}
.inlineList-item.inlineList--padded + .inlineList-item.inlineList--padded {
  padding-left: 10px;
}
.inlineList-item.inlineList--paddedLg + .inlineList-item.inlineList--paddedLg {
  padding-left: 15px;
}
.pageSection {
  padding: 20px 0;
}
.pageSection-halfPad {
  padding: 10px 0;
}
.pageSection-extraPad {
  padding: 40px 0;
}
.pageSection-grey {
  background-color: #f3f4f6;
  border-top: 1px solid #e3e6ea;
  border-bottom: 1px solid #e3e6ea;
}
.pageSection-white {
  background-color: #ffffff;
}
.blockSection {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.blockSection--grey {
  background-color: #f3f4f6;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
.blockSection--smallMargin {
  margin-bottom: 2px;
}
.blockSection-inner {
  padding: 20px;
}
.blockSection-inner:before,
.blockSection-inner:after {
  content: " ";
  display: table;
}
.blockSection-inner:after {
  clear: both;
}
.blockSection-inner:before,
.blockSection-inner:after {
  content: " ";
  display: table;
}
.blockSection-inner:after {
  clear: both;
}
.blockSection-inner:before,
.blockSection-inner:after {
  content: " ";
  display: table;
}
.blockSection-inner:after {
  clear: both;
}
.blockSection-inner:before,
.blockSection-inner:after {
  content: " ";
  display: table;
}
.blockSection-inner:after {
  clear: both;
}
.blockSection-divider {
  height: 0px;
  border: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #f2f2f2;
  margin: 10px -20px 20px;
}
.u-display1 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.u-display2 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.u-headline {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.u-title {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.u-subtitle {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.u-body1 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.u-body1 a {
  color: #2b73de;
}
.u-body1 a:hover {
  color: #0049ab;
}
.u-body1 a:visited {
  color: #6ea1ff;
}
.u-body2 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.u-body2 a {
  color: #2b73de;
}
.u-body2 a:hover {
  color: #0049ab;
}
.u-body2 a:visited {
  color: #6ea1ff;
}
.u-body3 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.u-body3 a {
  color: #2b73de;
}
.u-body3 a:hover {
  color: #0049ab;
}
.u-body3 a:visited {
  color: #6ea1ff;
}
.u-label1 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5;
}
.u-label2 {
  font-family: 'Sharp Sans', 'Open Sans', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5;
}
.fontHeading-light,
.fontHeading-book,
.fontHeading-medium,
.fontText-thin,
.fontText-light,
.fontText-book,
.fontText-medium,
.form-control {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fontText-semibold,
.fontText-bold,
.fontText-extrabold {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontText-cursive {
  font-family: 'Homemade Apple', cursive;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.2rem;
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: #3d454d;
}
.bodyCopy {
  font-size: 1.3rem;
}
.bodyCopy--large {
  font-size: 1.5rem;
}
.bodyCopy--small {
  font-size: 1.1rem;
}
.u-label {
  color: #9ea4ae;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.u-label--large {
  color: #9ea4ae;
  font-size: 1.3rem;
  text-transform: uppercase;
}
h1,
.u-h1Like,
h2,
.u-h2Like,
h3,
.u-h3Like,
h4,
.u-h4Like,
h5,
.u-h5Like,
h6,
.u-h6Like {
  line-height: 1.2em;
}
h1.small-margin,
.u-h1Like.small-margin,
h2.small-margin,
.u-h2Like.small-margin,
h3.small-margin,
.u-h3Like.small-margin,
h4.small-margin,
.u-h4Like.small-margin,
h5.small-margin,
.u-h5Like.small-margin,
h6.small-margin,
.u-h6Like.small-margin {
  margin-top: 5px;
  margin-bottom: 10px;
}
h1,
.u-h1Like,
h2,
.u-h2Like {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
h3,
.u-h3Like {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
h4,
.u-h4Like,
h5,
.u-h5Like,
h6,
.u-h6Like {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1,
.u-h1Like {
  font-size: 3.5rem;
}
h2,
.u-h2Like {
  font-size: 2.2rem;
}
h3,
.u-h3Like {
  font-size: 1.7rem;
}
h4,
.u-h4Like {
  font-size: 1.5rem;
}
h5,
.u-h5Like {
  font-size: 1.4rem;
}
h6,
.u-h6Like {
  font-size: 1.3rem;
}
b,
strong {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
i,
em {
  font-style: normal;
}
a:link,
a:visited {
  color: #2b73de;
  text-decoration: none;
}
a:hover,
a:active {
  color: #2665da;
  text-decoration: none;
}
.u-textLike:link,
.u-textLike:visited,
.u-textLike:hover,
.u-textLike:active {
  color: #3d454d;
}
.u-hoverUnderline:hover {
  text-decoration: underline;
}
ol > li {
  list-style-position: inside;
}
.sectionHeading {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #505b66;
  font-size: 1.5rem;
  margin: 14px 0;
}
.u-pullLeft {
  float: left;
}
.u-pullRight {
  float: right;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-clear {
  clear: both;
}
.u-alignLeft {
  text-align: left;
}
.u-alignRight {
  text-align: right;
}
.u-alignCenter {
  text-align: center;
}
.u-horizontalAlignCenter {
  margin-left: auto;
  margin-right: auto;
}
.u-verticalAlignMiddle {
  vertical-align: middle;
}
.u-block {
  display: block;
}
.u-inline {
  display: inline;
}
.u-inlineBlock {
  display: inline-block;
}
.u-hidden {
  display: none;
}
.u-relative,
.u-positionRelative {
  position: relative;
}
.u-absolute,
.u-positionAbsolute {
  position: absolute;
}
.u-invisible {
  visibility: hidden;
  opacity: 0;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.u-flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.u-flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.u-flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.u-flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.u-flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.u-flex-alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-alignContentCenter {
  -ms-flex-line-pack: center;
  align-content: center;
}
.u-flex-alignContentStart {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.u-flex-alignContentEnd {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.u-flex-alignContentSpaceAround {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.u-flex-alignContentSpaceBetween {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.u-flex-alignItemsCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-alignItemsStart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.u-flex-alignItemsEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.u-flex-alignSelfCenter {
  -ms-flex-item-align: center;
  align-self: center;
}
.u-flex-alignSelfStart {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.u-flex-alignSelfEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.u-flex-justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-flex-justifySpaceAround {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.u-flex-justifySpaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.u-flex-rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.u-flex-columnReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.u-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-noMargin {
  margin: 0;
}
.u-noPadding {
  padding: 0;
}
.u-space {
  margin: 10px;
}
.u-space20 {
  margin: 20px;
}
.u-topSpace {
  margin-top: 10px;
}
.u-topSpace20 {
  margin-top: 20px;
}
.u-bottomSpace {
  margin-bottom: 10px;
}
.u-bottomSpace20 {
  margin-bottom: 20px;
}
.u-leftSpace {
  margin-left: 10px;
}
.u-leftSpace20 {
  margin-left: 20px;
}
.u-rightSpace {
  margin-right: 10px;
}
.u-rightSpace20 {
  margin-right: 20px;
}
.u-pad {
  padding: 10px;
}
.u-pad20 {
  padding: 20px;
}
.u-topPad {
  padding-top: 10px;
}
.u-topPad20 {
  padding-top: 20px;
}
.u-bottomPad {
  padding-bottom: 10px;
}
.u-bottomPad20 {
  padding-bottom: 20px;
}
.u-leftPad {
  padding-left: 10px;
}
.u-leftPad20 {
  padding-left: 20px;
}
.u-rightPad {
  padding-right: 10px;
}
.u-rightPad20 {
  padding-right: 20px;
}
.u-fullWidth {
  display: block;
  width: 100%;
}
.u-fullHeight {
  height: 100%;
}
.u-rounded {
  border-radius: 3px;
}
.u-circle {
  border-radius: 50%;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-capitalize {
  text-transform: capitalize;
}
.u-italic {
  font-style: italic;
}
.u-oneLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.u-noStyle,
a.u-noStyle:hover,
a.u-noStyle:active,
a.u-noStyle:visited,
a.u-noStyle:link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.u-clickable {
  cursor: pointer;
}
.u-bgWhite {
  background-color: #ffffff;
}
.u-demphasized {
  color: #9ea4ae;
}
.u-inlineImg {
  display: inline-block;
  vertical-align: bottom;
}
.u-noShadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.u-noBorder {
  border: 0;
}
.u-disableLinks {
  pointer-events: none;
  cursor: default;
}
.u-noOverflow {
  overflow: hidden;
}
.u-listUnstyled,
.inlineList {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.u-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.u-color-black {
  color: #000000;
}
.u-color-coal {
  color: #3d454d;
}
.u-color-slate {
  color: #505b66;
}
.u-color-steel {
  color: #757d88;
}
.u-color-stone {
  color: #9ea4ae;
}
.u-color-silver {
  color: #d0d3da;
}
.u-color-seattle {
  color: #e3e6ea;
}
.u-color-cotton {
  color: #f3f4f6;
}
.u-color-white {
  color: #ffffff;
}
.u-background-black {
  background-color: #000000;
}
.u-background-coal {
  background-color: #3d454d;
}
.u-background-slate {
  background-color: #505b66;
}
.u-background-steel {
  background-color: #757d88;
}
.u-background-stone {
  background-color: #9ea4ae;
}
.u-background-silver {
  background-color: #d0d3da;
}
.u-background-seattle {
  background-color: #e3e6ea;
}
.u-background-cotton {
  background-color: #f3f4f6;
}
.u-background-white {
  background-color: #ffffff;
}
/* Color mixins */
/* Background mixins */
/* Utility color classes */
.u-color-yellow {
  color: #ffd451;
}
.u-color-yellow-dark {
  color: #e8a400;
}
.u-color-yellow-light {
  color: #ffeaa4;
}
.u-color-blue {
  color: #2b73de;
}
.u-color-blue-dark {
  color: #0049ab;
}
.u-color-blue-light {
  color: #6ea1ff;
}
.u-color-info {
  color: #0b8cf3;
}
.u-color-success {
  color: #4caf50;
}
.u-color-warning {
  color: #ff9800;
}
.u-color-error {
  color: #d32f2f;
}
.u-color-legacy-teal {
  color: #42acb4;
}
.u-color-legacy-teal-dark {
  color: #38a2aa;
}
.u-color-gold {
  color: #ffd451;
}
.u-color-gold-dark {
  color: #e8a400;
}
.u-color-teal {
  color: #2b73de;
}
.u-color-teal-dark {
  color: #2b73de;
}
.u-color-ruby {
  color: #d32f2f;
}
.u-color-ruby-dark {
  color: #d32f2f;
}
.u-color-blue-darker {
  color: #3d454d;
}
/* Background color utilities */
.u-background-yellow {
  background-color: #ffd451;
}
.u-background-yellow-dark {
  background-color: #e8a400;
}
.u-background-yellow-light {
  background-color: #ffeaa4;
}
.u-background-blue {
  background-color: #2b73de;
}
.u-background-blue-dark {
  background-color: #0049ab;
}
.u-background-blue-light {
  background-color: #6ea1ff;
}
.u-background-info {
  background-color: #0b8cf3;
}
.u-background-success {
  background-color: #4caf50;
}
.u-background-warning {
  background-color: #ff9800;
}
.u-background-error {
  background-color: #d32f2f;
}
.u-background-legacy-teal {
  background-color: #42acb4;
}
.u-background-legacy-teal-dark {
  background-color: #38a2aa;
}
.u-background-gold {
  background-color: #ffd451;
}
.u-background-gold-dark {
  background-color: #e8a400;
}
.u-background-teal {
  background-color: #2b73de;
}
.u-background-teal-dark {
  background-color: #2b73de;
}
.u-background-ruby {
  background-color: #d32f2f;
}
.u-background-ruby-dark {
  background-color: #d32f2f;
}
.u-background-blue-darker {
  background-color: #3d454d;
}
.modalDialog.authFormModal-dialog {
  max-width: 400px;
  text-align: center;
}
.authFormModal-header {
  margin: 10px;
}
.authFormModal-header-image {
  width: 100px;
  margin: auto;
  padding-top: 15px;
}
.authFormModal-body {
  padding-top: 30px;
  border-top: 1px solid #9ea4ae;
  background-color: #ffffff;
}
.porchModal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
.porchModal-enter,
.porchModal-appear {
  opacity: 0.01;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.porchModal-enter.porchModal-enter-active,
.porchModal-appear.porchModal-appear-active {
  opacity: 1;
}
.porchModal-leave {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.porchModal-leave.porchModal-leave-active {
  opacity: 0.01;
}
.porchModal-backgroundFade {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}
.porchModal-content {
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 20px 70px;
  position: relative;
  width: 90%;
}
.porchModal-content.no-heading {
  padding-top: 20px;
}
.porchModal-content.no-heading .porchModal-heading {
  display: none;
}
.porchModal-heading {
  position: absolute;
  top: 0;
}
.porchModal-body {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.porchModal--fullPage {
  height: 100%;
  width: 100%;
  position: absolute;
}
.porchModal--fullPage .porchModal-body {
  height: auto;
}
.porchModal--fullPage .porchModal-content {
  height: auto;
  min-height: 100vh;
  position: absolute;
  overflow: visible;
}
.porchModal--fullPage .porchModal-backgroundFade {
  position: fixed;
}
.porchModal-btns {
  bottom: 20px;
  position: absolute;
  right: 20px;
}
.porchModal-backBtn,
.porchModal-actionBtn {
  margin-left: 20px;
}
.porchModal-closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 2rem;
  color: #d0d3da;
  cursor: pointer;
  z-index: 200;
}
html.modal-scrollbar {
  overflow-y: scroll;
}
.modalDialog-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 800;
}
.modalDialog-overlay {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}
.modalDialog {
  background: #ffffff;
  border-radius: 1px;
  width: 620px;
  position: relative;
  z-index: 900;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.modalDialog--full {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2b73de;
}
.modalDialog-header {
  height: 50px;
}
.modalDialog-header--full {
  background: #2b73de;
}
.modalDialog-header--light {
  color: #505b66;
  background: #ffffff;
}
.modalDialog-header--dark {
  background: #2b73de;
  color: #ffffff;
}
.modalDialog-title {
  position: relative;
  top: 15px;
  left: 15px;
}
.modalDialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.7rem;
  cursor: pointer;
}
.modalDialog-close--full {
  color: #ffffff;
}
.modalDialog-logoImage {
  width: 120px;
  margin-left: 25px;
  margin-top: 15px;
}
.modalDialog-enter,
.modalDialog-appear {
  opacity: 0.01;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.modalDialog-enter.modalDialog-enter-active,
.modalDialog-appear.modalDialog-appear-active {
  opacity: 1;
}
.modalDialog-leave {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.modalDialog-leave.modalDialog-leave-active {
  opacity: 0.01;
}
.btn-fullWidth {
  max-width: none;
  width: 100%;
}
.authForm {
  padding: 0 20px;
  text-align: center;
}
.authForm .validationError-formValidation {
  margin-bottom: 20px;
}
[dir="ltr"] .authForm .ul-text-input-helperText{
  text-align: left;
}
[dir="rtl"] .authForm .ul-text-input-helperText{
  text-align: right;
}
[dir="ltr"] .authForm .form-helperText{
  text-align: left;
}
[dir="rtl"] .authForm .form-helperText{
  text-align: right;
}
.authForm .form-helperText {
  line-height: 1.6rem;
  margin: 0 0 0 2px;
  color: #d32f2f;
  padding: 0;
  padding: 1px 5px 5px 6px;
  margin-bottom: 20px;
}
.authForm .form-helperText button {
  background: none;
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
  border: none;
}
.authForm-heading {
  color: #3d454d;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 5px;
}
.authForm-subHeading {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-top: 24px;
  margin-bottom: 48px;
  color: #505b66;
  white-space: normal;
}
.authForm-subHeading a {
  text-decoration: underline;
}
.authForm-subHeading.bottom {
  margin: 10px 0 0;
}
.authForm-forgotPassword {
  text-align: left;
  font-size: 16px;
  margin-top: -18px;
}
.authForm-errorButton {
  background: none;
  padding: 0;
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.authForm-signupLink {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 18px;
}
.forgotPasswordSuccess-heading {
  font-weight: 700;
  font-size: 1.7rem;
  color: #3d454d;
  margin-bottom: 5px;
}
.forgotPasswordSuccess-content {
  padding: 0 20px 10px;
}
.forgotPasswordSuccess-content-text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #9ea4ae;
}
.forgotPasswordSuccess-content-help {
  font-size: 1.5rem;
  margin: 15px 0;
}
.forgotPasswordSuccess-content-phone {
  font-size: 1.7rem;
  color: #3d454d;
  margin: 15px 0;
}
.authForm-legal {
  font-size: 16px;
  margin: 13px auto 0 auto;
  color: #505b66;
  width: 80%;
  line-height: 150%;
}
.authForm-legal a {
  text-decoration: underline;
}
.loadSpinner-mask {
  position: absolute;
  opacity: 0.6;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.loadSpinner-default {
  position: absolute;
}
.loadSpinner-fullPage {
  position: fixed;
}
.loadSpinner-img {
  background-color: transparent;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.loadSpinner-title {
  color: #505b66;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.appFooter {
  border-top: 1px solid #d0d3da;
}
.appFooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.appFooter li {
  margin: 0;
}
.appFooter-seoLinks {
  padding: 50px 0;
  background: #e3e6ea;
}
.appFooter-seoLinks-title {
  margin: 15px 0;
}
.appFooter-proSearch {
  text-align: center;
  padding-bottom: 30px;
}
.appFooter-contact {
  padding: 20px 0;
  border: 0;
}
.appFooter-cta {
  font-size: 1.7rem;
  color: #505b66;
}
.appFooter-cta a {
  font-style: normal;
}
.appFooter-socialIcons {
  color: #505b66;
}
.appFooter-socialIcons-link:link,
.appFooter-socialIcons-link:visited,
.appFooter-socialIcons-link:hover,
.appFooter-socialIcons-link:active {
  color: #505b66;
}
.appFooter-socialIcons-link--project-cost {
  font-style: normal;
}
.appFooter-socialLinksCol {
  padding-top: 5px;
}
.appFooter-socialLinksCol .inlineList-item.inlineList--paddedLg {
  padding-left: 0 !important;
  padding-right: 15px;
}
.appFooter-socialLinksCol .inlineList-item.inlineList--paddedLg:last-child {
  padding-right: 0;
}
.appFooter-listHeading {
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  margin-right: 20px;
}
.appFooter-utilLinks {
  padding: 5.6rem 0 0;
}
.appFooter-utilLinks .appFooter__links {
  margin-bottom: 3.2rem;
}
.appFooter-utilLinks .appFooter__list-header {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.appFooter-utilLinks .appFooter__list-header .appFooter__list-header-toggle {
  bottom: 10px;
  display: none;
  float: right;
  font-size: 3.6rem;
  position: absolute;
  right: 0;
}
.appFooter-utilLinks .appFooter__list-subheader {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6rem;
}
.appFooter-utilLinks .appFooter__list-item {
  color: #3d454d;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.appFooter-utilLinks .appFooter__list-item--with-subheader {
  margin-bottom: 3.2rem;
}
.appFooter-utilLinks .appFooter__list-item a,
.appFooter-utilLinks .appFooter__list-item a:visited,
.appFooter-utilLinks .appFooter__list-item a:hover {
  color: #3d454d;
}
.appFooter-utilLinks .inlineList-item {
  color: #525760;
}
.appFooter-utilLinks .appFooter__terms {
  padding: 2rem 0;
  display: inline-block;
  margin-left: 1rem;
}
.appFooter-utilLinks .appFooter__terms footer li {
  margin-bottom: 0;
}
.appFooter-utilLinks .appFooter__terms a {
  color: #525760;
}
.appFooter-utilLinks .appFooter__terms-logo {
  display: inline-block;
  margin-right: 5.6rem;
}
.appFooter-utilLinks .appFooter__icons-wrapper {
  background: #f3f4f6;
  padding: 2.4rem 0;
}
.appFooter-utilLinks .appFooter__icons {
  display: inline-block;
}
.appFooter-utilLinks .appFooter__icons > li:last-child > a {
  margin-right: 0;
}
.appFooter-utilLinks .appFooter__social-icons-wrapper {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
}
.appFooter-utilLinks .appFooter__social-icons a {
  background-color: #3d454d;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-right: 2.4rem;
  padding: 0.5rem;
}
.appFooter-utilLinks .appFooter__ask-a-pro,
.appFooter-utilLinks .appFooter__project-cost {
  margin-top: 1rem;
}
.appFooter .nearbyCities-link,
.appFooter .linkList-link {
  color: #2b73de;
  font-size: 1.1rem;
}
.agentFooter-linkList {
  display: inline-block;
}
.agentFooter-socialIcons {
  float: right;
}
.proAppFooter-wrapper {
  padding: 20px 0;
}
.proAppFooter-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.proAppFooter-item {
  padding: 0 16px;
  font-weight: bold;
  border-left: 1px solid #d0d3da;
  display: inline-block;
  white-space: nowrap;
}
.proAppFooter-item:first-child {
  border-left: none;
}
.proAppFooter-copyrightYear {
  color: #757d88;
  padding-right: 25px;
}
.waitIndicator {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}
.waitIndicator-overlay {
  background: rgba(87, 87, 87, 0.6);
}
.waitIndicator-overlay.white {
  background: rgba(255, 255, 255, 0.6);
}
.waitIndicator-overlay.white .wait-spinner {
  border-color: #999999;
}
.waitIndicator-overlay.white .fa-spinner {
  color: #999999;
}
.waitIndicator-container {
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 300px;
}
.waitIndicator-spinner {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  border: 3px solid #505b66;
  display: inline-block;
  padding: 12px;
  position: relative;
}
.waitIndicator-spinnerImg {
  margin: 0 auto;
}
.waitIndicator-message {
  color: #505b66;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.waitIndicator-loadingBar-container {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 280px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}
.waitIndicator-loadingBar-container img {
  display: inline-block;
}
.porchContent-fixed {
  margin-top: 56px;
}
.porchHeader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.appHeader {
  height: 56px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.4);
}
.appHeader--withBanner {
  margin-top: 70px;
}
.appHeader--proLoggedOut .authForm-heading {
  margin-bottom: 30px;
}
.appHeader--proLoggedOut .authForm-subHeading {
  display: none;
}
.appHeader-logo {
  margin: 16px 20px 0 16px;
}
.appHeader-logoImage {
  height: 24px;
  min-width: 93px;
  width: auto;
}
a.appHeader-a {
  display: inline-block;
  line-height: 20px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #505b66;
}
a.appHeader-a.isSelected {
  border-bottom: 4px solid #ffd451;
  padding: 18px 20px 14px;
  color: #3d454d;
}
a.appHeader-btn {
  vertical-align: top;
  margin-top: 10px;
  height: 32px;
  min-height: inherit;
  padding: 7px;
}
.appHeader--landingPage {
  z-index: 1;
  color: #ffffff;
  background: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.appHeader--landingPage .userMenu-userPhoto {
  margin-right: 15px;
}
.appHeader--landingPage .dropdownMenu:hover .appHeader-a {
  background: none;
}
.appHeader--landingPage .dropdownMenu-list {
  border-radius: 4px;
  border: none;
}
.appHeader--darkBG {
  color: #ffffff;
  background-color: #3d454d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.appHeader--darkBG a.appHeader-a {
  color: #ffffff;
  background: none !important;
}
.appHeader--darkBG a.dropdownMenu-a {
  color: #ffffff !important;
}
.appHeader--darkBG a.dropdownMenu-a:hover {
  color: #505b66 !important;
}
.appHeader--darkBG .dropdownMenu-list {
  background-color: #3d454d;
  border-top: none;
}
.appHeader--darkBG .no-project-header {
  color: #ffffff;
}
.appHeader--darkBG .navHeader {
  color: #ffffff;
}
.userMenu .btn,
.userMenu a.btn,
.userMenu .btn:visited,
.userMenu a.btn:visited {
  color: #ffffff;
}
.userMenu .btn-outline-black {
  color: #505b66;
}
.userMenu .btn-outline-black:hover {
  background-color: white;
  color: #505b66;
}
.userMenu .join-btn.focus-visible {
  outline: #000000 1px solid;
  outline-offset: 0px;
}
.userMenu .join-btn:focus-visible {
  outline: #000000 1px solid;
  outline-offset: 0px;
}
a.userMenu-a {
  padding: 12px 20px;
}
.userMenu-userPhoto {
  margin-right: 8px;
  display: inline;
  vertical-align: middle;
}
.mobileHeaderMenu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobileHeaderMenu-backButton {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  padding: 16px 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mobileHeaderMenu-backtext {
  margin-top: 18px;
}
.mobileHeaderMenu-backButtonArrow {
  float: left;
  margin-right: 8px;
}
.mobileHeaderMenu-hamburger {
  padding: 16px 18px;
}
.mobileHeaderMenu-leftNav-bg {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: absolute;
}
.mobileHeaderMenu-leftNav {
  background-color: #e3e6ea;
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  border-right: 1px solid #d0d3da;
}
.mobileHeaderMenu-leftNav .btn,
.mobileHeaderMenu-leftNav a.btn,
.mobileHeaderMenu-leftNav .btn:visited,
.mobileHeaderMenu-leftNav a.btn:visited {
  color: #ffffff;
}
.mobileHeaderMenu-leftNav a.mobileHeaderMenu-hamburger {
  color: #505b66;
}
.mobileHeaderMenu-leftNav li {
  list-style-type: none;
}
.mobileHeaderMenu-hr {
  border: none;
  border-top: 1px solid #d0d3da;
  margin: 10px -20px 8px;
}
.mobileHeaderMenu-photo {
  margin-bottom: 5px;
}
.mobileHeaderMenu-noPhoto {
  font-size: 56px;
  color: #505b66;
  margin: 0 -6px;
}
.mobileHeaderMenu-accountSettings {
  margin-top: -8px;
  color: #505b66;
  font-weight: 500;
}
.mobileHeaderMenu-arrow {
  position: absolute;
  top: 32%;
  right: 0;
}
.appHeader-overflowMenu {
  padding: 4px 0;
}
.appHeader__ask-a-pro-notifications {
  color: #3d454d !important;
  cursor: pointer;
  right: 75px;
  position: absolute;
}
.appHeader__ask-a-pro-notifications .material-icons {
  line-height: 56px;
}
.accountSettings-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.accountSettings-enter.accountSettings-enter-active {
  opacity: 1;
}
.my-project-menu .material-icons {
  color: #2b73de;
}
.appHeader-navTabs--projects .u-pullLeft {
  width: 273px;
}
.dropdownMenu-list.appHeader-myHome {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}
.dropdownMenu-list.appHeader-myChecklist {
  padding-bottom: 0;
}
.dropdownMenu-list.appHeader-myChecklist .appHeader-myChecklist-footer {
  background-color: white;
  border-top: 1px solid #e3e6ea;
  padding: 16px;
}
.dropdownMenu-list.appHeader-myChecklist .appHeader-myChecklist-footer a {
  text-transform: uppercase;
  color: #2b73de;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 2px;
}
.appHeader .group {
  clear: both;
}
.no-project-header {
  color: #505b66;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.no-project-button {
  min-height: 32px;
  padding: 8px 12px;
  line-height: 1.3;
}
.material-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: top;
  margin: -2px 0 -8px 3px;
}
.material-inverse {
  color: #ffffff;
}
.material-stack-1x,
.material-stack-2x {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  text-align: center;
}
.material-stack-1x {
  line-height: inherit;
  font-size: x-small;
}
.dropdownMenu:hover .appHeader-a {
  background: #e3e6ea;
}
.dropdownMenu-list {
  position: absolute;
  display: none;
  background: #e3e6ea;
  -webkit-box-shadow: 0 1px 3px rgba(61, 69, 77, 0.1), 0 1px 2px rgba(61, 69, 77, 0.1);
  box-shadow: 0 1px 3px rgba(61, 69, 77, 0.1), 0 1px 2px rgba(61, 69, 77, 0.1);
  border: 1px solid #d0d3da;
  z-index: 200;
  min-width: 160px;
  font-size: 1.3rem;
  color: #d0d3da;
  padding: 20px 0;
}
.dropdownMenu-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropdownMenu-list ul li {
  padding: 0;
  margin: 0;
}
.navHeader {
  margin: 0;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 31px;
  color: #505b66;
}
.navHeader a:link,
.navHeader a:visited,
.navHeader a:hover {
  color: #505b66;
}
a.navHeader-a {
  color: #757d88;
  font-weight: 500;
  font-size: 1.3rem;
}
a.dropdownMenu-a {
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  display: block;
  color: #505b66;
  font-weight: 500;
  white-space: nowrap;
  min-width: 210px;
}
a.dropdownMenu-a:hover {
  color: #505b66;
  text-decoration: none;
  background-color: #d0d3da;
}
a.dropdownMenu-a.all {
  color: #505b66;
  font-weight: 700;
  display: inline-block;
}
.col-2 {
  min-width: 360px;
}
.col-3 {
  min-width: 560px;
}
.dropdownMenu:hover:not(.dropdownMenu-list-hidden) .dropdownMenu-list,
.dropdownMenu-list-visible {
  display: block;
}
.dropdownMenu-list-hidden {
  display: none;
}
.dropdownMenu.is-rightAligned .dropdownMenu-list {
  right: 0;
}
.dropdownMenu.is-showing .dropdownMenu-list {
  display: block;
}
.bpAutocomplete-name {
  max-width: calc(100% - 70px);
}
.bpAutocomplete-recordType {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 4px 7px;
  background-color: #6B7178;
  border-radius: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.bpAutocomplete-contact {
  padding-top: 4px;
  line-height: 120%;
  color: #A1A6AA;
  font-size: 13px;
}
.bpAutocomplete.reactAutosuggest .react-autosuggest__suggestion--highlighted,
.bpAutocomplete.reactAutosuggest .react-autosuggest__suggestion:hover {
  background-color: #e3e6ea;
}
.bpAutocomplete.reactAutosuggest .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  max-height: 500px;
}
.backPorchHeader {
  height: 56px;
  background-color: #303E53;
  margin: 0 auto;
}
.backPorchHeader-chevron {
  width: 20px;
  height: auto;
  margin: 0 30px 0 19px;
}
.backPorchHeader .dropdownMenu-list {
  background-color: #ffffff;
  border: none;
  padding: 0;
  -webkit-box-shadow: 2px 2px 3px rgba(117, 125, 136, 0.3), -2px 0 3px rgba(117, 125, 136, 0.3);
  box-shadow: 2px 2px 3px rgba(117, 125, 136, 0.3), -2px 0 3px rgba(117, 125, 136, 0.3);
}
.backPorchHeader a.dropdownMenu-a {
  color: #3d454d;
  height: 39px;
  line-height: 39px;
  padding-left: 15px;
  font-size: 14px;
}
.backPorchHeader a.dropdownMenu-a:hover {
  background-color: #e3e6ea;
}
.backPorchHeader a.dropdownMenu-a.logOut {
  font-weight: 700;
  border-top: 1px solid #e3e6ea;
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.backPorchHeader-logOutIcon.material-icons {
  color: #505b66;
  line-height: 42px;
}
.backPorchHeader .navHeader {
  color: #3d454d;
  padding-top: 8px;
}
.backPorchHeader-userImg {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
.backPorchHeader-userName {
  display: none;
  font-weight: 700;
  font-size: 14px;
  padding-left: 15px;
}
.backPorchHeader .dropdownMenu.userMenu:hover {
  background-color: #ffffff;
  width: 215px;
}
.backPorchHeader .dropdownMenu.userMenu:hover .backPorchHeader-userName {
  display: inline-block;
}
.backPorchHeader .dropdownMenu.userMenu:hover .backPorchHeader-userTab {
  border-bottom: 1px solid #e3e6ea;
  -webkit-box-shadow: 2px 2px 3px rgba(117, 125, 136, 0.3), -2px 0 3px rgba(117, 125, 136, 0.3);
  box-shadow: 2px 2px 3px rgba(117, 125, 136, 0.3), -2px 0 3px rgba(117, 125, 136, 0.3);
}
.backPorchHeader .dropdownMenu.userMenu .dropdownMenu-list {
  width: 215px;
}
.backPorchHeader-userTab {
  height: 56px;
}
.backPorchHeader .search {
  border-left-style: solid;
  border-left-width: 1px;
  margin: 6px 0 6px 8px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-color: #d0d3da;
}
.backPorchHeader .search form {
  width: 100%;
  margin: 0 16px 0 16px;
}
.backPorchHeader .search .reactAutosuggest {
  margin: 0;
  width: 100%;
  max-width: 320px;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input {
  padding: 8px 8px 8px 40px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.backPorchHeader .search .reactAutosuggest .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  top: 44px;
  font-size: 1.4rem;
  border: 0;
  z-index: 200;
}
a.backPorchHeader-tab-a {
  line-height: 56px;
  padding: 0 16px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
  color: #d0d3da;
  display: block;
  overflow: hidden;
}
a.backPorchHeader-tab-a.isSelected {
  border-bottom: 5px solid #ffd451;
  color: #ffffff;
}
a.backPorchHeader-tab-a:hover {
  border-bottom: 5px solid #6ea1ff;
  color: #ffffff;
}
.mobileHeaderMenu-list {
  padding: 5px 0;
}
.mobileHeaderMenu-listItem {
  display: block;
  padding: 9px 0;
  font-size: 14px;
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.menuTop {
  height: 150px;
  padding-top: 75px;
}
.menuTop-loggedIn {
  height: 185px;
  padding-top: 80px;
}
#menuToggle {
  display: block;
  position: absolute;
  z-index: 1;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
#menuToggle:hover {
  min-width: 250px;
  position: fixed;
}
#menuToggle input {
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menu {
  margin: 0px;
  padding: 50px;
  padding-top: 125px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background-color: #ffffff;
  width: 280px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
#menu li {
  font-size: 22px;
}
#menuToggle input:checked ~ ul {
  -webkit-transform: none;
  transform: none;
}
.mobileHeaderMenuV2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobileHeaderMenuV2 .material-icons {
  margin-top: 16px;
}
.mobileHeaderMenuV2-experimental .material-icons {
  margin-top: 20px;
}
.mobileHeaderMenuV2-backButton {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  padding: 16px 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mobileHeaderMenuV2-backtext {
  margin-top: 18px;
}
.mobileHeaderMenuV2-backButtonArrow {
  float: left;
  margin-right: 8px;
}
.mobileHeaderMenuV2-hamburger {
  padding: 16px 18px;
}
.mobileHeaderMenuV2-leftNav-bg {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: absolute;
}
.mobileHeaderMenuV2-leftNav {
  background-color: #e3e6ea;
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.mobileHeaderMenuV2-leftNav .u-bgWhite .material-icons {
  margin-top: 20px;
  margin-left: 20px;
}
.mobileHeaderMenuV2-leftNav a.mobileHeaderMenuV2-hamburger {
  color: #505b66;
}
.mobileHeaderMenuV2-hr {
  border: none;
  border-top: 1px solid #d0d3da;
  margin: 10px -20px 8px;
}
.mobileHeaderMenuV2-photo {
  margin-bottom: 5px;
}
.mobileHeaderMenuV2-noPhoto {
  font-size: 56px;
  color: #505b66;
  margin: 0 -6px;
}
.mobileHeaderMenuV2-accountSettings {
  margin-top: -8px;
  color: #505b66;
  font-weight: 500;
}
.mobileHeaderMenuV2-arrow {
  position: absolute;
  top: 32%;
  right: 0;
}
.mobileHeaderMenuV2-list {
  padding: 5px 0;
}
.mobileHeaderMenuV2-listItem {
  display: block;
  padding: 9px 0;
  font-size: 14px;
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.seoNav .dropdownMenu-list {
  padding: 0.5rem 1rem 1rem;
}
.seoNav .dropdownMenu-list h2 {
  padding-top: 1rem;
}
.seoNav .dropdownMenu-list > .group {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(-webkit-max-content, 0.5fr);
  grid-auto-columns: minmax(max-content, 0.5fr);
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.seoNav .advice-tiles button {
  margin-bottom: 0;
}
.seoNav .navHeader {
  font-size: 1.5rem;
  padding-left: 0;
}
.seoNav a.dropdownMenu-a {
  padding: 0;
  min-width: 0;
}
.proUserMenu {
  position: absolute;
  top: 0;
  right: 0;
}
.proUserMenu .proDropdownMenu {
  position: relative;
}
.proUserMenu .proDropdownMenu-headshot {
  padding: 12px 16px 10px 10px;
  display: inline-block;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.proUserMenu .proDropdownMenu-flyout {
  display: none;
}
.proUserMenu .proDropdownMenu-head {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.proUserMenu .proDropdownMenu-head-name {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 10px 5px 16px;
}
.proUserMenu .proDropdownMenu-links {
  font-size: 1.4rem;
  margin-top: 12px;
}
.proUserMenu .proDropdownMenu-link {
  color: #3d454d;
  display: inline-block;
  padding: 10px 16px;
  width: 100%;
}
.proUserMenu .proDropdownMenu-link-mobile-nav {
  display: none;
}
.proUserMenu .proDropdownMenu-link-logout {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.proUserMenu .proDropdownMenu-link:hover {
  background-color: #f3f4f6;
}
.proUserMenu .proDropdownMenu-section {
  border-top: 1px solid #e3e6ea;
}
.proUserMenu .proDropdownMenu:hover {
  display: block;
  z-index: 200;
}
.proUserMenu .proDropdownMenu:hover .proDropdownMenu-flyout {
  display: block;
}
.proUserMenu .proDropdownMenu:hover .proDropdownMenu-flyout-wrapper {
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(61, 69, 77, 0.1), 0 1px 2px rgba(61, 69, 77, 0.1);
  box-shadow: 0 1px 3px rgba(61, 69, 77, 0.1), 0 1px 2px rgba(61, 69, 77, 0.1);
  border-left: 1px solid #d0d3da;
  border-bottom: 1px solid #d0d3da;
  z-index: 200;
  font-size: 1.3rem;
  color: #3d454d;
}
.proUserMenu-logged-out {
  float: right;
}
.proUserMenu-sign-up {
  margin: 10px 20px;
}
.proBalance {
  padding: 0 0 2px 16px;
}
.proBalance-count {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.proBalance-label {
  color: #505b66;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2px 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
.proBalance-label b {
  color: #3d454d;
}
.proBalance-mobile {
  position: absolute;
  top: 0;
  right: 0;
}
.flyout .inspectorMobileMenu {
  display: none;
  z-index: 200;
  right: auto;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid #d0d3da;
  border-top: 1px solid #d0d3da;
  height: 100vh;
  width: 250px;
}
.flyout .inspectorMobileMenu-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -12px;
}
.flyout .inspectorMobileMenu-user-headshot {
  padding: 12px 16px 10px 10px;
  display: inline-block;
}
.flyout .inspectorMobileMenu-user-name {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 20px 10px 5px 16px;
}
.flyout .inspectorMobileMenu-links {
  font-size: 1.4rem;
  margin-top: 12px;
}
.flyout .inspectorMobileMenu-link {
  color: #3d454d;
  display: inline-block;
  padding: 10px 16px;
  width: 100%;
}
.flyout .inspectorMobileMenu-link-logout {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flyout .inspectorMobileMenu-link:hover {
  background-color: #f3f4f6;
}
.flyout .inspectorMobileMenu-section {
  border-top: 1px solid #e3e6ea;
}
.flyout .inspectorMobileMenu:hover {
  display: block;
  z-index: 10;
}
.flyout .inspectorMobileMenu-link-mobile-nav {
  display: block;
  font-weight: bold;
}
.advice-tiles {
  margin-left: 10px;
}
.advice-tiles__tile {
  display: inline-block;
  margin-right: 17px;
  vertical-align: top;
}
.advice-tiles__text {
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #2F3E54;
  padding-bottom: 5px;
  width: 190px;
}
.advice-tiles__see-more {
  display: block;
}
.advice-tiles img {
  width: 190px;
  height: 138px;
  display: inline-block;
}
.advice-tiles button {
  margin-bottom: 32px;
}
.advice-tiles li {
  display: inline-block;
}
.http-error-bg-container {
  position: relative;
  height: 540px;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
}
.http-error-bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 540px;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.http-error-404-bg-image {
  background-image: url(https://imagescdn.staticp.com/api/application-image/display/v2/a1500x600/bootstrap/0web/error-pages/404-empty-room.jpg);
}
.http-error-500-bg-image {
  background-image: url(https://imagescdn.staticp.com/api/application-image/display/v2/a1500x600/bootstrap/0web/error-pages/500-washing-machine.jpg);
}
.http-error-header {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  margin-top: 75px;
}
.http-error-header-h1 {
  font-size: 5.8rem;
}
.http-error-header-h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.proUserMenu {
  position: absolute;
  top: 0;
  right: 0;
}
.proUserMenu .proDropdownMenu {
  position: relative;
}
.proUserMenu .proDropdownMenu-headshot {
  padding: 12px 16px 10px 10px;
  display: inline-block;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.proUserMenu .proDropdownMenu-flyout {
  display: none;
}
.proUserMenu .proDropdownMenu-head {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.proUserMenu .proDropdownMenu-head-name {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 10px 5px 16px;
}
.proUserMenu .proDropdownMenu-links {
  font-size: 1.4rem;
  margin-top: 12px;
}
.proUserMenu .proDropdownMenu-link {
  color: #3d454d;
  display: inline-block;
  padding: 10px 16px;
  width: 100%;
}
.proUserMenu .proDropdownMenu-link-mobile-nav {
  display: none;
}
.proUserMenu .proDropdownMenu-link-logout {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.proUserMenu .proDropdownMenu-link:hover {
  background-color: #f3f4f6;
}
.proUserMenu .proDropdownMenu-section {
  border-top: 1px solid #e3e6ea;
}
.proUserMenu .proDropdownMenu:hover {
  display: block;
  z-index: 200;
}
.proUserMenu .proDropdownMenu:hover .proDropdownMenu-flyout {
  display: block;
}
.proUserMenu .proDropdownMenu:hover .proDropdownMenu-flyout-wrapper {
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(61, 69, 77, 0.1), 0 1px 2px rgba(61, 69, 77, 0.1);
  box-shadow: 0 1px 3px rgba(61, 69, 77, 0.1), 0 1px 2px rgba(61, 69, 77, 0.1);
  border-left: 1px solid #d0d3da;
  border-bottom: 1px solid #d0d3da;
  z-index: 200;
  font-size: 1.3rem;
  color: #3d454d;
}
.proUserMenu-logged-out {
  float: right;
}
.proUserMenu-sign-up {
  margin: 10px 20px;
}
.proBalance {
  padding: 0 0 2px 16px;
}
.proBalance-count {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.proBalance-label {
  color: #505b66;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2px 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
.proBalance-label b {
  color: #3d454d;
}
.proBalance-mobile {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumbs-crumb + .breadcrumbs-crumb {
  color: #505b66;
  padding-left: 2px;
}
.breadcrumbs {
  font-size: 1rem;
}
.breadcrumbs .breadcrumb-separator {
  padding: 0 4px;
}
.breadcrumbs .material-icons {
  vertical-align: middle;
  font-size: 1em;
}
.reactAutosuggest {
  position: relative;
}
.reactAutosuggest .react-autosuggest__container {
  position: relative;
  width: 100%;
}
.reactAutosuggest .react-autosuggest__input {
  width: 100%;
  height: auto;
  padding: 20px 30px 20px 15px;
  font-weight: normal;
  font-size: 15px;
  border: 1px solid #d3d6db;
  border-radius: 4px;
  background-color: transparent;
}
.reactAutosuggest .react-autosuggest__input:focus {
  outline: none;
  border-color: #2b73de;
  -webkit-box-shadow: 0 0 0 1px #2b73de;
  box-shadow: 0 0 0 1px #2b73de;
}
.reactAutosuggest .react-autosuggest__input::-webkit-input-placeholder {
  color: #505b66;
}
.reactAutosuggest .react-autosuggest__input::-moz-placeholder {
  color: #505b66;
}
.reactAutosuggest .react-autosuggest__input:-ms-input-placeholder {
  color: #505b66;
}
.reactAutosuggest .react-autosuggest__input::-ms-input-placeholder {
  color: #505b66;
}
.reactAutosuggest .react-autosuggest__input::placeholder {
  color: #505b66;
}
.reactAutosuggest .react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.reactAutosuggest .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  border: 1px solid #d3d6db;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  max-height: 400px;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
}
.reactAutosuggest .react-autosuggest__suggestions-container {
  display: none;
}
.reactAutosuggest .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reactAutosuggest .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 15px;
  border-bottom: 1px solid #d3d6db;
  color: #000000;
}
.reactAutosuggest .react-autosuggest__suggestion--highlighted,
.reactAutosuggest .react-autosuggest__suggestion:hover {
  background-color: #2b73de;
}
.reactAutosuggest .react-autosuggest__suggestion--highlighted div,
.reactAutosuggest .react-autosuggest__suggestion:hover div {
  color: #ffffff;
}
.reactAutosuggest .react-autosuggest__section-title {
  border-bottom: 1px solid #d3d6db;
  background-color: #a1a6aa;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.reactAutosuggest .react-autosuggest__section-container:first-child .react-autosuggest__section-title {
  border-top: 0;
}
.reactAutosuggest-floatingLabel-label {
  font-size: 16px;
  color: #505b66;
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 1;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transform: scale(0.75) translate(0px, -15px);
  transform: scale(0.75) translate(0px, -15px);
  -webkit-transform-origin: left top 0px;
  transform-origin: left top 0px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.reactAutosuggest-floatingLabel .react-autosuggest__input {
  padding: 25px 30px 15px 15px;
}
.reactAutosuggest.reactAutosuggest-error .react-autosuggest__input {
  border: 1px solid #e15b4f;
}
.reactAutosuggest.reactAutosuggest-error .reactAutosuggest-floatingLabel-label {
  color: #e15b4f;
}
.company-reviews-section {
  background: #f3f4f6;
}
.seo-proTypeReviews {
  margin: 3.2rem 0;
}
.seo-proTypeReview {
  position: relative;
  width: 26rem;
  height: 35rem;
  margin: 2.4rem 2.4rem 0 0;
  padding: 1.6rem 1.6rem 2.4rem;
  vertical-align: top;
  background-color: #ffffff;
  border: 1px solid #d0d3da;
  display: inline-block;
}
.seo-proTypeReview__headshot-img {
  display: inline-block;
}
.seo-proTypeReview__review-for {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #505b66;
}
.seo-proTypeReview__review-for-name {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.seo-proTypeReview__review-for-name .u-body2 {
  color: #3d454d;
  word-break: break-word;
}
.seo-proTypeReview__body-p a {
  display: block;
}
.seo-proTypeReview__user-profile {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  color: #3d454d !important;
}
.seo-proTypeReview .starRating {
  display: inline-block;
  margin-top: 0.8rem;
}
.seo-proTypeReview__review-date {
  vertical-align: middle;
}
.seo-proTypeReview__rating-key {
  display: none;
}
/*.seo-proTypeReviews {
    margin: 20px 0;
}

.seo-proTypeReview {
    padding: 15px;
    background: white;
    margin-bottom: 20px;

    &:last-child {
      margin-bottom: 0;
    }

    &-headshot {
        padding-right: 10px;

        &-img {
          width: 50px;
          height: 50px;
        }
    }

    &-heading {
        font-size: @fontSize-large;
        margin: 0 0 2px 0;
        .fontHeading-medium;
    }

    &-header .starRating {
        font-size: @fontSize-small;
        margin-left: 60px;
    }

    &-body {
      margin-left: 60px;

      &-p {
        margin-top: 8px;
      }
    }

    &-icon {
        color: @color-teal;
    }

    &-ratingLabel {
        width: 116px;
        display: inline-block;
    }

    &-detail {
      .starRating {
          display: inline-block;
      }

      .row {
          margin-top: 10px;
      }
    }

    &--oneColumn {
      margin-bottom: 0;
      border-bottom: 1px @color-seattle solid;

      &-body {
        margin-left: 0;
      }

      &-userProfile{
        color: @color-coal;
        font-size: @fontSize-medium;
        line-height: @lineHeight-loosest;
      }

      &-companyProfile{
        color: @color-coal;
        font-size: @fontSize-base;
        font-weight: @fontWeight-bold;
      }

      &-showMore{
        background-color: @color-white;
      }
    }
}
*/
.popular-projects-redesign-heading-checks {
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.popular-projects-redesign-heading-checks .material-icons {
  color: #ffd451;
}
.popular-projects-redesign-heading-checksText {
  position: relative;
  padding-left: 30px;
  bottom: 25px;
}
.popular-projects-redesign-seeMore {
  padding-bottom: 143px;
  padding-top: 24px;
}
.popular-projects-redesign-seeMore .buttonContainer {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.popular-projects-redesign-star {
  display: inline-block;
}
.popular-projects-redesign-stars {
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
}
.popular-projects-redesign-stars .material-icons {
  color: #2b73de;
}
.popular-projects-redesign-count {
  position: relative;
  bottom: 5px;
  font-size: 14px;
  color: #505b66;
  line-height: 18px;
  padding-left: 5px;
  display: inline-block;
}
.popular-projects-redesign-subtext {
  font-size: 14px;
  color: #505b66;
  line-height: 24px;
}
.popular-projects-redesign-subtext-icon {
  display: inline-block;
}
.popular-projects-redesign-subtext-icon .material-icons {
  position: relative;
  top: 3;
  width: 5px;
  height: 5px;
  color: #2b73de;
}
.popular-projects-redesign-location {
  display: inline-block;
  margin-right: 18px;
  line-height: 18px;
}
.popular-projects-redesign-row {
  margin: 27px -10px;
}
.popular-projects-redesign-row-title {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  margin-top: 12px;
}
.popular-projects-redesign-row-tiles::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}
.popular-projects-redesign-row-link {
  color: #2b73de;
  font-size: 12px;
  margin: 10% 0;
}
.popular-projects-redesign-subtextContainer {
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-projects-redesign-valuePropsPair {
  width: 50%;
}
.popular-tile-anchor {
  -webkit-box-shadow: 0 2px 2px #757d88;
  box-shadow: 0 2px 2px #757d88;
  cursor: pointer;
  margin: 10px 0;
}
.popular-tile-anchor:hover {
  -webkit-box-shadow: 0 2px 10px #757d88;
  box-shadow: 0 2px 10px #757d88;
}
.popular-tile-anchor .tile {
  margin: 0;
}
.popular-tile-imageContainer {
  position: relative;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.popular-tile-image {
  width: 100%;
}
.popular-tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.popular-tile-footer {
  text-align: left;
  margin: 8px 0;
  font-size: 13.4px;
}
.popular-tile-footer-title {
  font-size: 14px;
  font-weight: 500;
  color: #505b66;
  line-height: 20px;
  padding-top: 5px;
  height: 60px;
  width: 130px;
  padding-bottom: 10px;
}
.popular-tile-footer-description {
  color: #85898C;
}
.popular-tile-footer-price {
  padding-bottom: 5px;
  padding-left: 10px;
}
.popular-tile-footer-price svg {
  position: relative;
  top: 4px;
}
.popular-tile-footer .ui-library-button {
  margin-top: 5px;
  min-width: 113px;
}
.popular-tile-footer .ui-library-button:hover {
  background-color: #2B73DE;
}
.popular-tile-button {
  display: none;
  width: 126px;
  height: 40px;
  position: absolute;
  min-height: 16px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
[dir="ltr"] .unstyled-ul{
  padding-left: unset;
}
[dir="rtl"] .unstyled-ul{
  padding-right: unset;
}
.unstyled-ul {
  list-style-type: none;
  -webkit-padding-start: unset;
}
.modal-box {
  background-color: white;
  width: 40%;
  margin: auto;
  border-radius: 4px;
  margin-top: 2rem;
}
.modal-box .close-modal {
  color: #505b66;
  background-color: white;
  float: right;
  padding: 1rem 1rem 0rem 1rem;
  font-size: 2rem;
  border: none;
}
.modal-box .modal__title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-top: 3rem;
}
.modal-box .modal__subtitle {
  font-size: 11px;
  padding: 0rem 2rem;
}
.modal-box .modal__textarea {
  width: 90%;
  margin: 2rem;
  border-radius: 3px;
  font-size: 11px;
  border-color: #9ea4ae;
}
#calculator-container {
  max-width: 815px;
  border: 1px solid lightgrey;
  margin: auto;
}
#rent-money-calculator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 1.25rem;
}
.calculator-title {
  top: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 40px !important;
  border-bottom: 1px solid black;
  position: absolute !important;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 3rem;
  position: absolute;
  max-width: 380px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.input-container {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  height: 490px;
  padding-top: 15px;
}
.input-container .field {
  padding-bottom: 15px;
}
.input-container .radio {
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  margin-left: 2.5rem;
}
.input-container .label {
  display: block;
  max-width: 100%;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}
.input-container .material-icons {
  position: absolute;
  padding-top: 12px;
  padding-left: 5px;
  color: #d0d3da;
}
.output-container {
  max-width: 330px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.state {
  width: 60% !important;
}
.form-control {
  font-size: 17px;
  text-indent: 25px !important;
  width: 45%;
}
.output-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 175px;
  border-top: 5px solid #ffd351;
  text-align: center;
  border-radius: 3px !important;
  padding-bottom: 1.5rem;
  padding: 20px;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.output-box--label {
  font-size: 12px;
}
.result {
  font-weight: 600 !important;
  font-size: 3rem;
  margin: 0px;
  padding: 15px;
}
.result .more {
  color: red;
}
.result .less {
  color: green;
}
.more {
  color: red;
}
.less {
  color: green;
}
.embed__link {
  padding-top: 5rem;
}
.image-footer {
  width: 100%;
}
.resource .container {
  padding: 1.5rem 0px;
}
.resource .container .thumbnail {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.resource .container .information {
  display: inline-block;
  color: #3d454d;
}
.resource .container .information .title {
  font-size: 18px;
}
.resource .container .information .title a:link,
.resource .container .information .title a:visited {
  color: #3d454d;
}
.resource .container .information .description {
  text-align: justify;
  font-size: 14px;
  padding-top: 5px;
}
.resource-header {
  font-size: 48px;
  color: #3d454d;
  padding: 32px 0px;
}
.resource-subheader {
  font-size: 18px;
  color: #757d88;
}
.resource-searchWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.resource-sectionHeading {
  font-weight: 700;
  font-size: 3.2rem;
  margin: 0 0 8px;
  text-align: center;
}
.resource-sectionSubHeading {
  color: #757d88;
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 0;
  text-align: center;
}
.resource-container {
  background: #f3f4f6;
  height: 250px;
  margin-top: 48px;
  padding-top: 50px;
  width: 100%;
}
.reactAutosuggest {
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #d0d3da;
  border-right: none;
}
.reactAutosuggest .react-autosuggest__suggestion {
  border-bottom: none;
}
.reactAutosuggest .react-autosuggest__input {
  border: none;
}
.reactAutosuggest-floatingLabel .react-autosuggest__input {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
.directory-list {
  padding: 15px 0;
  margin: 15px 0;
}
.shadingLevel-1 {
  -webkit-box-shadow: 0 2px 4px -1px rgba(84, 91, 99, 0.45);
  box-shadow: 0 2px 4px -1px rgba(84, 91, 99, 0.45);
}
.shadingLevel-2 {
  -webkit-box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.35);
}
.shadingLevel-3 {
  -webkit-box-shadow: 0 12px 26px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 12px 26px -8px rgba(0, 0, 0, 0.3);
}
.porchModal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
.porchModal-enter,
.porchModal-appear {
  opacity: 0.01;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.porchModal-enter.porchModal-enter-active,
.porchModal-appear.porchModal-appear-active {
  opacity: 1;
}
.porchModal-leave {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.porchModal-leave.porchModal-leave-active {
  opacity: 0.01;
}
.porchModal-backgroundFade {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}
.porchModal-content {
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 20px 70px;
  position: relative;
  width: 90%;
}
.porchModal-content.no-heading {
  padding-top: 20px;
}
.porchModal-content.no-heading .porchModal-heading {
  display: none;
}
.porchModal-heading {
  position: absolute;
  top: 0;
}
.porchModal-body {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.porchModal--fullPage {
  height: 100%;
  width: 100%;
  position: absolute;
}
.porchModal--fullPage .porchModal-body {
  height: auto;
}
.porchModal--fullPage .porchModal-content {
  height: auto;
  min-height: 100vh;
  position: absolute;
  overflow: visible;
}
.porchModal--fullPage .porchModal-backgroundFade {
  position: fixed;
}
.porchModal-btns {
  bottom: 20px;
  position: absolute;
  right: 20px;
}
.porchModal-backBtn,
.porchModal-actionBtn {
  margin-left: 20px;
}
.porchModal-closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 2rem;
  color: #d0d3da;
  cursor: pointer;
  z-index: 200;
}
html.modal-scrollbar {
  overflow-y: scroll;
}
.modalDialog-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 800;
}
.modalDialog-overlay {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}
.modalDialog {
  background: #ffffff;
  border-radius: 1px;
  width: 620px;
  position: relative;
  z-index: 900;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.modalDialog--full {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2b73de;
}
.modalDialog-header {
  height: 50px;
}
.modalDialog-header--full {
  background: #2b73de;
}
.modalDialog-header--light {
  color: #505b66;
  background: #ffffff;
}
.modalDialog-header--dark {
  background: #2b73de;
  color: #ffffff;
}
.modalDialog-title {
  position: relative;
  top: 15px;
  left: 15px;
}
.modalDialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.7rem;
  cursor: pointer;
}
.modalDialog-close--full {
  color: #ffffff;
}
.modalDialog-logoImage {
  width: 120px;
  margin-left: 25px;
  margin-top: 15px;
}
.modalDialog-enter,
.modalDialog-appear {
  opacity: 0.01;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.modalDialog-enter.modalDialog-enter-active,
.modalDialog-appear.modalDialog-appear-active {
  opacity: 1;
}
.modalDialog-leave {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.modalDialog-leave.modalDialog-leave-active {
  opacity: 0.01;
}
.smartFormV2-container.infoModal {
  background-color: #3d454d;
  color: #ffffff;
  border-radius: 0;
  font-size: 2.2rem;
  line-height: normal;
  line-height: initial;
}
.smartFormV2-container.infoModal .porchModal-body {
  position: static;
  position: initial;
}
a.infoModal-closeIcon {
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  color: inherit;
}
.infoModal-logo {
  margin-left: -20px;
  height: 38px;
}
.notFFUService-sorry {
  font-size: 2.2rem;
  line-height: 150%;
}
.notFFUService-button {
  margin-top: 30px;
  font-family: 'Sharp Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.notFFUService-helpText {
  font-size: 1.7rem;
}
.smartFormV2-container.doneZip .smartFormV2-progressBarGroup {
  visibility: hidden;
}
.doneZip-postalCodeContainer {
  width: 40%;
}
.dropoff-card {
  margin: 0 auto;
  max-width: 600px;
}
.dropoff-card-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 30px 0;
}
.dropoff-card-card-img {
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 65px;
  margin-right: 15px;
}
.dropoff-card-card-body {
  -ms-flex-item-align: center;
  align-self: center;
}
.dropoff-card-card-title {
  margin: 6px 0 4px;
  font-size: 1.5rem;
}
.dropoff-card-description {
  padding: 15px 10px 5px;
}
.dropoff-card .dropoff-card-phone {
  color: #fed35d;
  font-weight: 700;
  padding: 0 5px;
  white-space: nowrap;
}
.dropoff-card-footer {
  border-top: 1px solid #ffffff;
  font-size: 2rem;
  margin-top: 30px;
  padding-top: 30px;
}
.dropoff-card-footer-item {
  padding-bottom: 25px;
  text-indent: -2em;
  padding-left: 2em;
}
.dropoff-card a.dropoff-card-link {
  color: #ffffff;
  text-indent: -2em;
  padding-left: 2em;
}
.dropoff-card a.dropoff-card-link .material-icons {
  vertical-align: text-top;
  padding-right: 0.4em;
  color: #2b73de;
  font-size: 1.5em;
}
.dropoff-card .smartFormV2-answerList {
  padding: 16px 16px 32px;
}
.handyman {
  padding-top: 12rem;
}
.handyman .overline {
  border-left: 9px solid #ffd451;
}
.porchBody.porchBody-homePage .handyman .popular-projects-redesign-subtextContainer {
  padding-top: 0;
}
.porchBody.porchBody-homePage .handyman .popular-projects-redesign-row {
  margin-top: 0;
}
.home-improvement .overline {
  border-left: 9px solid #757d88;
}
.home-improvement .homePage-repairAndImprove-bottom {
  display: none;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-cta .consumerSearch-mobile-icon {
  padding-left: 20px !important;
  background-color: #ffd451;
  width: 70px;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-cta .consumerSearch-mobile-icon .material-icons {
  color: #000000;
}
.consumerSearch-mobile-modal-icon .material-icons {
  color: #000000;
}
.consumer-search-zipCode .ul-text-input .ul-text-input-wrapper {
  border-radius: 0px;
  border-color: #d0d3da;
  border-right: none;
}
.consumer-search-zipCode .ul-text-input .ul-text-input-label {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transform: none;
  transform: none;
  top: 6px;
}
.consumer-search-zipInputModal .ul-text-input .ul-text-input-wrapper {
  border-top: none;
  border-bottom: none;
  margin-bottom: 5px;
}
.consumer-search .alignTop {
  vertical-align: top;
}
.consumer-search-button {
  border-radius: 0 2px 2px 0;
  padding: 0;
  height: 62px;
  font-size: 1.6rem;
  vertical-align: top;
  width: 160px;
}
.consumer-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.consumer-search .search-autosuggest {
  width: 320px;
  background-color: #ffffff;
  border-radius: 2px 0 0 2px;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel {
  display: inline-block;
  padding: 5px 0 0 10px;
  height: 60px;
  width: 320px;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .reactAutosuggest-floatingLabel-label {
  color: rgba(0, 0, 0, 0.3);
  left: 10px;
  font-weight: 700;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__container {
  width: 320px;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__container .react-autosuggest__input {
  border: none;
  padding: 25px 30px 0 0;
  font-size: 14px;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__suggestions-container {
  left: -10px;
  top: 55px;
  max-height: 450px;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__suggestions-container .react-autosuggest__suggestion {
  border-bottom: none;
}
.consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__suggestions-list {
  text-align: left;
}
.consumer-search .ul-text-input .ul-text-input-wrapper {
  border-radius: 0px;
}
.consumer-search .validationErrorOuter {
  width: 110px;
}
.consumer-search .ul-text-input .ul-text-input-label {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  top: 4;
  font-weight: 700;
  background-color: transparent;
}
.consumer-search .ul-text-input .ul-text-input-wrapper {
  height: 62px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #d0d3da;
  border-left: 1px solid #f3f4f6;
  border-bottom: 1px solid #d0d3da;
  border-radius: 0px;
}
.consumer-search .ul-text-input {
  width: 112px;
}
@-webkit-keyframes slidein {
  from {
    margin-top: 75%;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    margin-top: 75%;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideout {
  from {
    margin-top: 0;
    opacity: 1;
  }
  to {
    margin-top: 800px;
    opacity: 0;
  }
}
@keyframes slideout {
  from {
    margin-top: 0;
    opacity: 1;
  }
  to {
    margin-top: 800px;
    opacity: 0;
  }
}
.consumerSearchCTA_after-open {
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  background: rgba(243, 244, 246, 0.95);
}
.consumerSearchCTA_before-close {
  -webkit-animation-name: slideout;
  animation-name: slideout;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.homePage .ils-footer-section {
  border-top: 1px solid #e3e6ea;
}
html,
body {
  overflow-x: hidden;
}
.porchBody.porchBody-homePage .porchBody button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.porchBody.porchBody-homePage iframe {
  border: 0;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-cta {
  background: #ffffff;
  position: relative;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d0d3da;
  color: #9ea4ae;
  cursor: pointer;
  font-size: 16px;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-cta-label {
  position: relative;
  padding-top: 20px;
  font-size: 14px;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-cta-floatingLabel {
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  top: 4;
  font-weight: 700;
  background-color: transparent;
  font-size: 12px;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-cta .consumerSearch-mobile-icon {
  padding-right: 0;
  top: 0;
  right: 0;
  background-color: #ffd451;
  height: 100%;
  color: #3d454d;
  padding-right: 12px;
  padding-top: 20px;
  font-size: 14px;
  padding-left: 15px !important;
  font-weight: 800;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-body {
  padding-left: 8px;
}
.porchBody.porchBody-homePage .consumerSearch-mobile-icon {
  display: inline-block;
  position: absolute;
  right: 0;
}
.porchBody.porchBody-homePage .ui-library-button {
  color: #ffffff;
}
.porchBody.porchBody-homePage .ui-library-button-outline {
  color: #2b73de;
}
.porchBody.porchBody-homePage .ui-library-button-coal {
  color: #3d454d;
}
.porchBody.porchBody-homePage .homePage-hero-title {
  font-weight: 800;
  line-height: 130%;
  margin-top: 0;
}
.porchBody.porchBody-homePage .sub-description {
  font-weight: 500;
  color: #85898c;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}
.porchBody.porchBody-homePage .section {
  margin-bottom: 16px;
}
.porchBody.porchBody-homePage .service-section-band {
  height: 12px;
  margin: 0;
}
.porchBody.porchBody-homePage .service-section-band img {
  width: 120px;
}
.porchBody.porchBody-homePage .guarantee-divider-explanation {
  padding: 32px 0;
  background-color: #9ea4ae;
}
.porchBody.porchBody-homePage .consumer-search-button {
  font-size: 14px;
}
.porchBody.porchBody-homePage .helpBlock {
  font-size: 1.1rem;
}
.porchBody.porchBody-homePage .service-overlay {
  margin-top: 5px;
  margin-bottom: 24px;
}
.consumerSearch-mobile-modal {
  padding: 0 16px;
}
.consumerSearch-mobile-modal-header {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  font-weight: 600;
}
.consumerSearch-mobile-modal-header .consumerSearch-mobile-icon {
  display: inline-block;
}
.consumerSearch-mobile-modal-header .consumerSearch-mobile-icon i {
  font-size: 40px;
}
.consumerSearch-mobile-modal .consumer-search-button {
  background-color: #ffd451;
  font-size: 14px;
}
.homePage-curatorProjectSource {
  width: auto;
  display: inline-block;
  margin-top: 20px;
}
.homePage-curatorPhoneInput-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.homePage-curatorPhoneInput {
  min-width: 357px;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: none;
  padding: 8px;
  font-size: 1.4rem;
}
.homePage-curatorPhoneInput.red {
  color: #d32f2f;
}
.homePage-curatorPhoneInput-or {
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px auto 0;
  text-align: center;
  height: 2em;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homePage-curatorPhoneInput-or:before {
  display: block;
  content: "";
  position: relative;
  left: -10px;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
}
.homePage-curatorPhoneInput-or:after {
  display: block;
  content: "";
  position: relative;
  right: -10px;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
}
.homePage-curatorPhoneInput-acquisitionKey {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*--- NEW  ---*/
.section-path {
  position: absolute;
}
.section-path--mobile {
  display: none;
}
.overline {
  color: #505b66;
  display: inline-block;
  font-size: 16px;
  font-family: Sharp Sans, Open Sans, sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.hero-explanation {
  margin: 3rem 0;
}
.ui-library-button-xlarge {
  height: 6.4rem;
  letter-spacing: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}
.homePage-hero .reactAutosuggest {
  background-color: #ffffff;
  width: 350px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #d0d3da;
  border-right: none;
}
.homePage-hero .reactAutosuggest .react-autosuggest__suggestion {
  border-bottom: none;
}
.homePage-hero .reactAutosuggest .react-autosuggest__input {
  border: none;
}
.homePage-hero .reactAutosuggest-floatingLabel .react-autosuggest__input {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
.search .consumer-search .reactAutosuggest-floatingLabel {
  width: 450px;
  max-height: 62px;
  background-color: white;
  border-radius: 4px 0px 0px 4px;
}
.search .consumer-search .reactAutosuggest-floatingLabel-label {
  font-weight: bold;
  color: #505b66;
}
.search .consumer-search .reactAutosuggest-floatingLabel .reactAutosuggest--suggestion {
  color: black;
}
.search .consumer-search .react-autosuggest__input {
  border-radius: 4px 0px 0px 4px;
  color: #505b66;
}
.search .consumer-search .consumer-search-zipCode label {
  position: absolute;
  line-height: 22px;
  top: 5px;
  pointer-events: none;
  color: #505b66;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.search .consumer-search .consumer-search-zipCode input {
  font-size: 15px;
  padding: 6px 10px 7px;
  color: #3d454d;
}
.search .consumer-search .alignTop {
  vertical-align: top;
}
.search .consumer-search .consumer-search-button {
  vertical-align: middle;
}
.home-improvement {
  padding-top: 3rem;
}
.handyman {
  padding-top: 10rem;
}
.porchBody.porchBody-homePage .popular-projects-redesign-seeMore {
  padding-bottom: 0;
}
.homePage-costGuideTiles {
  padding-top: 10rem;
  padding-bottom: 0;
}
.homePage-startProjectFooter {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.homePage-startProjectFooter .validationErrorOuter {
  display: none;
}
.react-autosuggest__suggestions-container {
  text-align: left;
}
.homePageContentContainer {
  max-width: 940px;
  padding: 0 !important;
}
.homePageRemovePadding {
  padding: 0;
}
.homePageRemoveMargin {
  margin: 0;
}
.homePageGridContainer {
  margin-left: -8px;
  margin-right: -8px;
  max-width: 956px;
}
.homePage-reviews {
  text-align: center;
}
.homePage-reviews-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #3d454d;
  padding-bottom: 44px;
}
.homePage-reviews-message {
  font-size: 16px;
  font-weight: 500;
}
.homePage-move {
  margin-top: 10px;
}
.homePage-move-iconText {
  position: relative;
  display: inline-block;
  bottom: 14;
  font-size: 14px;
  color: #3d454d;
}
.homePage-move-icon {
  border: 1px solid #D0D3DA;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
  height: 56px;
  margin-bottom: 6px;
  border-radius: 5px;
}
.homePage-move-iconImage {
  display: inline-block;
  padding: 3px 10px 0px;
}
.homePage-move-iconImage > * {
  width: 40px;
  height: 40px;
  padding: 5px;
}
.homePage-move-section {
  margin-bottom: 140px;
  padding-top: 48px;
}
.homePage-move-section-getStarted {
  margin-top: 36px;
  margin-bottom: 36px;
}
.homePage-move-section-getStarted .ui-library-button {
  height: 54px;
  width: 100%;
  letter-spacing: 1px;
}
.homePage-move-section-top {
  color: #757D88;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 48px;
  width: 375px;
}
.homePage-move-widget {
  color: #505b66;
  padding-top: 15px;
  z-index: 2;
}
.homePage-move-widget-poweredBy {
  font-weight: bold;
  margin-left: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.homePage-move-widget-poweredBy img {
  display: block;
  width: 126px;
}
.homePage-move-widget-star {
  display: inline-block;
}
.homePage-move-widget-stars {
  margin-left: 2rem;
}
.homePage-move-widget-stars .material-icons {
  color: #2b73de;
}
.homePage-move-widget-count {
  position: relative;
  bottom: 5px;
  font-size: 14px;
  color: #505b66;
  line-height: 18px;
  padding-left: 5px;
  display: inline-block;
}
.homePage-move-widget__a-porch-company {
  margin-left: 3rem;
  font-weight: normal;
}
.homePage-move-widget .ui-library-button {
  width: 90%;
  margin: 20px;
}
.homePage-move-widget .ul-text-input {
  width: 90% !important;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.homePage-move-widget-moveHelpTab {
  color: #3d454d;
  font-weight: bold;
  text-align: center;
  padding-top: 2rem;
}
.homePage-move-widget-moveHelpTab img {
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.homePage-move-widget-moveTruckTab {
  background-color: #f3f4f6;
  font-weight: bold;
  text-align: center;
  padding-top: 2rem;
}
.homePage-move-widget-moveTruckTab a {
  color: #3d454d;
}
.homePage-move-widget-moveTruckTab img {
  height: 30px;
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.homePage-move-widget-checksText {
  display: inline;
  padding-bottom: 5px;
  position: absolute;
  bottom: 5;
  left: 5;
}
.homePage-move-widget-checks {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #505b66;
  line-height: 24px;
}
.homePage-move-widget-checks .material-icons {
  color: #2b73de;
}
.homePage-move-widget-title {
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 10px;
}
.homePage-move-widget-moveText {
  padding-bottom: 10px;
}
.homePage-move-widget-text {
  margin-bottom: 23px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #757D88;
  line-height: 24px;
  max-width: 267px;
}
.homePage-move-hireAHelper {
  background-color: #ffffff;
  width: 380px;
  margin-top: 10px;
}
.homePage-move-hireAHelper .ul-text-input .ul-text-input-wrapper {
  border: 1px solid #d0d3da;
  border-radius: 3px;
  height: 60px;
}
.homePage-move-hireAHelper .ul-text-input-control {
  font-weight: 500;
}
.homePage-move-hireAHelper .ul-text-input-label {
  font-size: 1.4rem;
}
.homePage-move-hireAHelper .ul-text-input .ul-text-input-control {
  padding-top: 28px;
  font-size: 14px;
}
.homePage-move-hireAHelper .ui-library-button-content {
  letter-spacing: 1px;
}
.homePage-move-heading {
  color: #ffffff;
  min-height: 250px;
  margin: 0px 12px;
}
.homePage-move-heading-title {
  padding-top: 80px;
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
}
.homePage-move-heading-message {
  height: 120px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding-top: 13px;
}
.homePage-move-heading-title {
  background-color: #42acb4;
}
.homePage-move-heading-message {
  background-color: #42acb4;
}
.homePage-move-heading-right {
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 46px;
  background-color: #42acb4;
  padding-top: 48px;
  height: 252px;
}
.homePage-move-heading-concierge {
  display: inline-block;
  padding-top: 35px;
}
.homePage-move-heading-phone {
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-left: 26px;
  position: relative;
  bottom: 40px;
  max-width: 300px;
}
.homePage-repairAndImprove {
  margin-top: 10px;
}
.homePage-repairAndImprove-projectsTitle {
  font-weight: bold;
  font-size: 14px;
  padding-top: 48px;
  padding-bottom: 16px;
}
.homePage-repairAndImprove-bottom {
  padding-top: 20px;
  text-align: center;
}
.homePage-repairAndImprove-bottom-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #3d454d;
  position: relative;
  display: inline-block;
}
.homePage-repairAndImprove-bottom-consumerSearch {
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
.homePage-repairAndImprove-bottom-consumerSearch .search-autosuggest .react-autosuggest__suggestion {
  border-bottom: none;
}
.homePage-repairAndImprove-bottom-consumerSearch .search-autosuggest .reactAutosuggest-floatingLabel {
  border: 1px solid #E9EBEE;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__input {
  height: 60px;
  border: 1px solid #E9EBEE;
  border-radius: 0px;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__input::-webkit-input-placeholder {
  color: #3d454d;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__input::-moz-placeholder {
  color: #3d454d;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__input:-ms-input-placeholder {
  color: #3d454d;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__input::-ms-input-placeholder {
  color: #3d454d;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__input::placeholder {
  color: #3d454d;
}
.homePage-repairAndImprove-bottom-consumerSearch .reactAutosuggest .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  text-align: left;
}
.homePage-repairAndImprove-bottom-consumerSearch .consumer-search-button {
  background-color: #ffd451;
  width: 80px;
}
.homePage-repairAndImprove-bottom-consumerSearch .consumer-search-button .material-icons {
  padding-top: 20px;
}
.homePage-repairAndImprove-bottom-guarantee {
  font-size: 14px;
  margin-top: 50px;
  color: #757D88;
  line-height: 22px;
  max-width: 619px;
}
.homePage-repairAndImprove-bottom-guarantee-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.homePage-repairAndImprove-bottom-guarantee a {
  color: #757D88;
  text-decoration: underline;
}
.homePage-repairAndImprove-bottom-guarantee img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 84px;
  width: 84px;
}
.homePage-repairAndImprove-section-checksBox {
  padding-bottom: 10px;
}
.homePage-repairAndImprove-section-checksBox a {
  color: #717684;
  text-decoration: underline;
}
.homePage-repairAndImprove-section-checks {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  height: 30px;
}
.homePage-repairAndImprove-section-checks .material-icons {
  color: #2b73de;
  vertical-align: text-bottom;
}
.homePage-repairAndImprove-section-checksText {
  position: relative;
  padding-left: 30px;
  bottom: 25px;
  color: #505b66;
}
.homePage-repairAndImprove-heading-checksBox {
  padding-top: 20px;
  padding-bottom: 10px;
}
.homePage-repairAndImprove-heading-checks {
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.homePage-repairAndImprove-heading-checks .material-icons {
  color: #ffd451;
}
.homePage-repairAndImprove-heading-checksText {
  position: relative;
  padding-left: 30px;
  bottom: 25px;
}
.homePage-repairAndImprove-heading-about {
  background-color: #2b73de;
  padding-top: 68px;
  padding-bottom: 68px;
}
.homePage-repairAndImprove-popularProjects a {
  color: #3d454d;
}
.homePage-repairAndImprove-popularProjects-svg {
  position: relative;
  top: 15px;
  display: inline-block;
  padding-left: 10px;
}
.homePage-repairAndImprove-popularProjects-iconText {
  display: inline-block;
  position: absolute;
  padding-top: 20px;
  padding-left: 5px;
}
.homePage-repairAndImprove-popularProjects-title {
  color: #505b66;
  padding-bottom: 16px;
  padding-left: 15%;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
}
.homePage-repairAndImprove-popularProjects-icon {
  background-color: #F3F5F9;
  border-radius: 3px;
  height: 60px;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
}
.homePage-repairAndImprove-subText {
  color: #3d454d;
  line-height: 36px;
  font-size: 24px;
  max-width: 430px;
}
.homePage-repairAndImprove-heading {
  color: #ffffff;
  min-height: 250px;
  margin: 0px 12px;
}
.homePage-repairAndImprove-heading-title {
  padding-top: 80px;
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
}
.homePage-repairAndImprove-heading-message {
  height: 120px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding-top: 13px;
}
.homePage-repairAndImprove-heading-title {
  background-color: #2b73de;
}
.homePage-repairAndImprove-heading-message {
  background-color: #2b73de;
}
.homePage-buySellPrep {
  padding-bottom: 140px;
}
.homePage-buySellPrep-heading {
  color: #ffffff;
  min-height: 250px;
  margin: 0px 12px;
}
.homePage-buySellPrep-heading-title {
  padding-top: 80px;
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
}
.homePage-buySellPrep-heading-message {
  height: 120px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding-top: 13px;
}
.homePage-buySellPrep-heading-title {
  background-color: #d32f2f;
}
.homePage-buySellPrep-heading-message {
  background-color: #d32f2f;
}
.homePage-heroSection {
  padding: 12rem 0 6rem 0;
}
.homePage-heroSection-titleText {
  width: 100%;
  line-height: 60px;
}
.homePage-heroSection-section {
  position: relative;
  display: inline-block;
  width: 90%;
  padding-left: 10%;
}
.homePage-heroSection-hero {
  display: inline-block;
  font-size: 56px;
  margin-top: 6rem;
  font-weight: bolder;
  padding-bottom: 50px;
}
.homePage-heroSection-home {
  color: #ffd451;
}
.homePage-heroSection-iconSet {
  padding-top: 25px;
}
.homePage-heroSection-iconSet a {
  color: #3d454d;
}
.homePage-heroSection-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.homePage-heroSection-icon {
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 14px;
  height: 59px;
  width: 59px;
}
.homePage-heroSection-icon img {
  height: 32px;
  width: 32px;
}
.homePage-heroSection-iconText {
  margin-left: 15px;
  width: 85px;
  color: #3d454d;
}
.homePage-heroSection-iconText.move {
  vertical-align: text-bottom;
}
.homePage-heroSection-text {
  margin-top: 15px;
  font-weight: normal;
  color: #9ea4ae;
  font-size: 24px;
  line-height: 34px;
  max-width: 370px;
}
.homePage-heroSection-consumerSearch .search-autosuggest .reactAutosuggest-floatingLabel {
  border-right: 0px solid;
}
.homePage-heroSection .search-autosuggest {
  border-left: 1px solid #d0d3da;
  border-bottom: 1px solid #d0d3da;
  border-top: 1px solid #d0d3da;
  border-right: 0px;
}
.homePage-heroSection .consumer-search-button {
  color: #3d454d;
  background-color: #ffd451;
  height: 62px;
  width: 60px;
}
.homePage-startProjectFooter {
  text-align: center;
  padding-bottom: 10rem;
  padding-top: 10rem;
}
.homePage-startProjectFooter-message {
  font-size: 16px;
  font-weight: 500;
  color: #505b66;
  padding-top: 10px;
  line-height: 24px;
}
.homePage-startProjectFooter-cta {
  padding-bottom: 20px;
}
.homePage-startProjectFooter .reactAutosuggest .react-autosuggest__input {
  height: 60px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.homePage-startProjectFooter .reactAutosuggest .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  text-align: left;
}
.homePage-startProjectFooter .react-autosuggest__suggestion {
  border-bottom: none;
}
.homePage-startProjectFooter .consumer-search-button {
  padding-top: 20px;
  background-color: #ffd451;
  height: 60px;
  width: 60px;
}
.homePage-startProjectFooter-consumerSearch {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.homePage-proSignupFooter {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 72px;
}
.homePage-proSignupFooter-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}
.homePage-proSignupFooter-message {
  font-size: 16px;
  font-weight: 500;
  color: #9ea4ae;
  padding-bottom: 32px;
  padding-top: 10px;
  line-height: 24px;
}
.homePage-proSignupFooter-cta {
  padding-bottom: 20px;
}
.homePage-proSignupFooter .ui-library-button {
  height: 54px;
  min-width: 160px;
}
.homePage-partnerships {
  background-color: #f3f4f6;
  padding-bottom: 100px;
  padding-top: 14rem;
  text-align: center;
}
.homePage-partnerships h2 {
  padding-bottom: 50px;
  margin: auto;
  max-width: 601px;
}
.homePage-partnerships img {
  height: auto;
  margin: 20px 30px;
  display: inline-block;
}
.homePage-partnerships div > div div:nth-child(6) img {
  margin-top: 35px;
}
.homePage-planningGuideTiles {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 0;
}
.homePage-planningGuideTiles-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}
.homePage-planningGuideTiles-message {
  color: #505b66;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px 50px 16px;
  line-height: 24px;
}
.homePage-planningGuideTiles-tiles {
  display: inline-block;
}
.homePage-planningGuideTiles-tile {
  margin-right: 20px;
  display: inline-block;
}
.homePage-planningGuideTiles-text {
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
  font-weight: 500;
  line-height: 20px;
  color: #2F3E54;
  padding-bottom: 25px;
}
.homePage-planningGuideTiles-cta {
  padding-bottom: 20px;
}
.homePage-planningGuideTiles img {
  width: 220px;
  height: 160px;
  display: inline-block;
}
.homePage-planningGuideTiles-seeAll {
  text-align: left;
  padding-top: 10px;
  text-align: center;
  color: #000000;
}
.homePage-planningGuideTiles-seeAll a {
  color: #505b66;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.homePage-costGuideTiles {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 0;
}
.homePage-costGuideTiles-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}
.homePage-costGuideTiles-message {
  color: #505b66;
  font-size: 16px;
  font-weight: 500;
  padding-top: 16px;
  line-height: 24px;
}
.homePage-costGuideTiles-cta {
  padding-bottom: 20px;
}
.homePage-costGuideTiles-guideName {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  color: #3d454d;
  height: 50px;
  padding-left: 15px;
}
.homePage-costGuideTiles-guidePrice {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #2b73de;
  padding-left: 15px;
}
.homePage-costGuideTiles-guides {
  height: 190px;
  padding-top: 14px;
}
.homePage-costGuideTiles-guides-thumbnail {
  max-width: 220px;
}
.homePage-costGuideTiles-cta {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  padding-right: 10px;
  font-weight: bold;
  letter-spacing: 0.83px;
  line-height: 14px;
  text-align: right;
}
.homePage-costGuideTiles-average {
  text-align: left;
  color: #717684;
  padding-left: 15px;
}
.homePage-costGuideTiles-tile {
  height: 222px;
  display: inline-block;
  width: 220px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.homePage-costGuideTiles-seeAll {
  line-height: 20px;
  padding-top: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}
.homePage-costGuideTiles-seeAll a {
  font-size: 14px;
  font-weight: bold;
  color: #505b66;
  text-decoration: none;
}
.homePage .consumerSearch-mobile-modal {
  padding: 0 16px;
}
.homePage .consumerSearch-mobile-modal-header {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  font-weight: 600;
}
.homePage .consumerSearch-mobile-modal-header .consumerSearch-mobile-icon {
  display: inline-block;
}
.homePage .consumerSearch-mobile-modal-header .consumerSearch-mobile-icon i {
  font-size: 40px;
}
.homePage .consumerSearch-mobile-modal .consumer-search-button {
  background-color: #ffd451;
  font-size: 14px;
}
.homePage {
  background-color: #f3f4f6;
}
.individualPopularTile {
  width: 20% !important;
}
.popular-projects-row {
  margin: 27px -10px;
}
.popular-projects-row-title {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  margin-top: 1.2rem;
}
.popular-projects-row-tiles::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}
.popular-projects-row-link {
  color: #2b73de;
  font-size: 12px;
  margin: 10% 0;
}
.popular-tile {
  margin-top: 1.4rem;
}
.popular-tile-anchor {
  -webkit-box-shadow: 0 2px 2px #757d88;
  box-shadow: 0 2px 2px #757d88;
  cursor: pointer;
  margin: 10px 0;
}
.popular-tile-anchor:hover {
  -webkit-box-shadow: 0 2px 10px #757d88;
  box-shadow: 0 2px 10px #757d88;
}
.popular-tile-anchor .tile {
  margin: 0;
}
.popular-tile-imageContainer {
  position: relative;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.popular-tile-price-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: #f3f4f6;
  border-radius: 3px;
  z-index: 1;
  height: 24px;
  width: 66px;
}
.popular-tile-price-tag-estimate {
  background-color: #3d454d;
  padding: 3%;
  color: #f3f4f6;
  font-weight: 700;
  font-size: 13px;
  border-radius: 5px;
}
.popular-tile-price-tag span {
  width: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 13px;
}
.popular-tile-price-tag-image {
  background-color: #3d454d;
  border-radius: 3px 0 0 3px;
  padding: 5.5px 6px;
  height: 24px;
}
.popular-tile-price-tag-image img {
  width: 16px;
}
.popular-tile-image {
  width: 100%;
}
.popular-tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.popular-tile-footer {
  text-align: left;
  margin: 8px 0;
  font-size: 13.4px;
}
.popular-tile-footer-description {
  color: #85898C;
}
.popular-tile-button {
  display: none;
  width: 126px;
  height: 40px;
  position: absolute;
  min-height: 16px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.homePage-hero {
  width: 100%;
  height: 620px;
  background-size: auto 620px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.homePage-hero--overlay {
  position: absolute;
  padding-top: 200px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 72px, rgba(0, 0, 0, 0.55) 320px);
}
.homePage-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.homePage-hero-title {
  color: #ffffff;
  font-size: 56px;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 1.1;
  font-weight: 600;
}
.homePage-hero-subtitle {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 1;
}
.homePage-hero-title {
  font-weight: 800;
  line-height: 130%;
  margin-top: 0;
}
.homePage-hero i {
  width: 24px;
  height: 24px;
}
.homePage-hero .search .consumer-search .reactAutosuggest-floatingLabel {
  width: 450px;
  max-height: 62px;
  background-color: white;
  border-radius: 4px 0px 0px 4px;
}
.homePage-hero .search .consumer-search .reactAutosuggest-floatingLabel-label {
  font-weight: bold;
  color: #505b66;
}
.homePage-hero .search .consumer-search .reactAutosuggest-floatingLabel .reactAutosuggest--suggestion {
  color: black;
}
.homePage-hero .search .consumer-search .react-autosuggest__input {
  border-radius: 4px 0px 0px 4px;
  color: #505b66;
}
.homePage-hero .search .consumer-search .consumer-search-zipCode label {
  position: absolute;
  line-height: 22px;
  top: 5px;
  pointer-events: none;
  color: #505b66;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.homePage-hero .search .consumer-search .consumer-search-zipCode input {
  font-size: 15px;
  padding: 6px 10px 7px;
  color: #3d454d;
}
.homePage-hero .search .consumer-search .alignTop {
  vertical-align: middle;
}
.homePage-hero .search .consumer-search .consumer-search-button {
  vertical-align: middle;
}
.homePage-hero h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.homePage-hero h2::first-letter {
  text-transform: capitalize;
}
.homePage-hero .sub-description {
  font-weight: 500;
  color: #85898C;
  font-size: 18px;
}
.homePage-hero .footer-cta h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.smartFormV2-datePicker {
  position: relative;
  width: 100%;
  max-width: 240px;
}
.smartFormV2-timePicker {
  position: relative;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 240px;
}
.smartFormV2-dateIcon,
.smartFormV2-timeIcon {
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 100;
  pointer-events: none;
  cursor: default;
}
.smartFormV2-timeIcon {
  top: 16px;
}
.smartFormV2-progressBarGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 30px auto 20px;
}
.smartFormV2-progressBarGroup-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.smartFormV2-progressBarGroup-col-details {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin: 0 5px;
}
.smartFormV2-progressBarGroup-label {
  color: #fed35d;
  font-size: 1.3rem;
  font-weight: 200;
  padding-bottom: 0.5em;
  display: inline-block;
}
.ReactModal__Overlay {
  opacity: 0;
}
.ReactModal__Overlay--after-open {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}
.smartFormV2-container {
  position: relative;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  margin-top: 5vh;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: normal;
  max-height: 700px;
  border-radius: 3px;
}
.smartFormV2-container:focus {
  outline: none;
}
.smartFormV2-porchLogo {
  width: 100px;
  height: 35px;
  border: none;
}
.smartFormV2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
}
.smartFormV2-header--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.smartFormV2-questionDescription {
  font-size: 2.2rem;
  font-weight: 400;
  max-width: 450px;
  text-align: center;
}
.smartFormV2-questionExplanation {
  font-size: 1.4rem;
  text-align: center;
  width: 60%;
}
.smartFormV2-questionError {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 450px;
  color: #d32f2f;
  text-align: center;
}
.smartFormV2-answerList {
  padding: 4px 6px;
  background-color: #f3f4f6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}
.smartFormV2-answerList-withImage {
  padding-top: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.smartFormV2-answer {
  border: 2px solid #D0D3DA;
  border-radius: 2px;
  background-color: #ffffff;
  margin: 4px 0;
  min-height: 50px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  cursor: pointer;
}
.smartFormV2-answer-withOther {
  padding: 8px 10px;
  height: 140px;
}
.smartFormV2-answer-withSubDescription {
  height: 120px;
  padding-top: 20px;
  display: block;
}
.smartFormV2-answer-withImage {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  min-height: 1px;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  border: 2px solid #D0D3DA;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 8px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.smartFormV2-answer-withImage--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 2px;
}
.smartFormV2-answer-image {
  position: relative;
  overflow: hidden;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smartFormV2-answer-image--box {
  width: 100%;
  height: 120px;
}
.smartFormV2-answer-image--inline {
  width: 80px;
  min-height: 70px;
}
.smartFormV2-answer-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.smartFormV2-answer-image-check.material-icons {
  z-index: 100;
  font-size: 48px;
}
.smartFormV2-answer-imageFooter {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smartFormV2-answer-imageFooter--box {
  border-top: 2px solid #D0D3DA;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  min-height: 40px;
}
.smartFormV2-answer-imageFooter--inline {
  padding: 16px 0 16px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.smartFormV2-answer-imageFooter--inline .smartFormV2-answer-imageFooter-description {
  font-weight: 600;
}
.smartFormV2-answer-imageFooter--inline .smartFormV2-answer-imageFooter-explanation {
  font-size: 1.2rem;
}
.smartFormV2-answer-checked,
.smartFormV2-answer-checked .smartFormV2-answer-imageFooter {
  border-color: #4282e2;
}
.smartFormV2-answer-checked .smartFormV2-answer-image-overlay {
  background-color: #4282e2;
  opacity: 0.5 !important;
}
.smartFormV2-answer-price {
  position: absolute;
  top: 6px;
  right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 120%;
  font-size: 1.4rem;
}
.smartFormV2-answer-price-overlay {
  position: absolute;
  width: 120px;
  right: -40px;
  top: -15px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.smartFormV2-answer-discount {
  position: absolute;
  width: 100px;
  left: -40px;
  top: -15px;
  height: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #d32f2f;
  color: #ffffff;
  text-align: center;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 4px;
  font-size: 1.1rem;
}
.smartFormV2-answer-oldPrice {
  text-decoration: line-through;
  color: #e3e6ea;
  font-size: 1.2rem;
}
.smartFormV2-answer-withOutImage {
  width: 100%;
  margin-right: 8px;
}
.smartFormV2-answer:hover,
.smartFormV2-answer-withImage:hover,
.smartFormV2-answer-withImage:hover .smartFormV2-answer-imageFooter {
  border-color: #79aeff;
}
.smartFormV2-answer-withImage:hover .smartFormV2-answer-image-overlay {
  background-color: #79aeff;
  opacity: 0.2;
}
.smartFormV2-answer label {
  margin-bottom: 0;
  font-weight: normal;
}
.smartFormV2-answerError {
  font-size: 0.9rem;
  color: #d32f2f;
  display: block;
  padding-left: 40px;
}
.smartFormV2-answerError-text {
  padding-left: 5px;
  font-size: 1.1rem;
  color: #d32f2f;
}
.smartFormV2-answerSubDescription {
  font-size: 1.1rem;
  color: #757d88;
  display: block;
  padding-left: 40px;
  padding-right: 10px;
}
.smartFormV2-answerImage {
  text-align: center;
  width: 100%;
}
.smartFormV2-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.smartFormV2-footer-buttonTextContainer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smartFormV2-footer-backButtonText {
  line-height: 2;
}
.smartFormV2-footer-backButtonText-withArrow {
  line-height: 2;
  padding-right: 20px;
}
.smartFormV2-footer-nextButtonText {
  line-height: 2;
}
.smartFormV2-footer-nextButtonText-withArrow {
  line-height: 2;
  padding-left: 20px;
}
.smartFormV2-footer .porchButton {
  border: none !important;
}
.smartFormV2-footer .porchButton:last-child:hover {
  background-color: white;
  color: black;
}
.smartFormV2-footerLinks {
  border-top: 1px solid #d0d3da;
  padding: 18px 0 20px;
  color: #9ea4ae;
  font-size: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.smartFormV2-footerLinks-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 60px 30px 0;
}
.smartFormV2-footerLinks-item {
  margin-left: 44px;
}
.smartFormV2-footerLinks-item:link,
.smartFormV2-footerLinks-item:visited {
  color: #9ea4ae;
}
.smartFormV2-autoComplete input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.smartFormV2-textarea {
  width: 100%;
  min-height: 200px;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid #e3e6ea;
  padding: 15px;
  font-size: 1.4rem;
  color: #505b66;
}
.smartFormV2-textarea:focus {
  border-color: #2b73de;
  -webkit-box-shadow: 0 0 0 1px #2b73de;
  box-shadow: 0 0 0 1px #2b73de;
}
.smartFormV2-textarea-extendedType {
  min-height: 80px;
  margin-top: 5px;
  padding: 5px;
}
.smartFormV2-textarea-extendedType-error::-webkit-input-placeholder {
  color: #d32f2f;
}
.smartFormV2-textarea-extendedType-error::-moz-placeholder {
  color: #d32f2f;
}
.smartFormV2-textarea-extendedType-error:-ms-input-placeholder {
  color: #d32f2f;
}
.smartFormV2-textarea-extendedType-error::-ms-input-placeholder {
  color: #d32f2f;
}
.smartFormV2-textarea-extendedType-error::placeholder {
  color: #d32f2f;
}
.smartFormV2-textarea-prc {
  padding: 8px;
  font-family: inherit;
  font-size: 1.4rem;
  border: 1px solid #e3e6ea;
  border-radius: 2px;
  resize: none;
  display: block;
  font-weight: 500;
  width: 100%;
  height: 120px;
}
.smartFormV2-textarea-prc:focus {
  border-color: #2b73de;
  -webkit-box-shadow: 0 0 0 1px #2b73de;
  box-shadow: 0 0 0 1px #2b73de;
}
.smartFormV2-textarea-prc::-webkit-input-placeholder {
  color: #9ea4ae;
  font-weight: bold;
}
.smartFormV2-textarea-prc::-moz-placeholder {
  color: #9ea4ae;
  font-weight: bold;
}
.smartFormV2-textarea-prc:-ms-input-placeholder {
  color: #9ea4ae;
  font-weight: bold;
}
.smartFormV2-textarea-prc::-ms-input-placeholder {
  color: #9ea4ae;
  font-weight: bold;
}
.smartFormV2-textarea-prc::placeholder {
  color: #9ea4ae;
  font-weight: bold;
}
.smartFormV2-textarea-prc.error {
  border: 1px solid #d32f2f;
}
.smartFormV2-textarea-prc-wrapper {
  margin-bottom: 24px;
}
.smartFormV2-dropdownContainer {
  position: relative;
}
.smartFormV2-dropdown {
  min-height: 40px;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 30px 12px 10px;
  text-indent: 1px;
  z-index: 100;
  border: none;
  margin: 5px 0;
  font-size: 1.5rem;
  text-overflow: '';
}
.smartFormV2-dropdownError {
  font-size: 0.9rem;
  color: #d32f2f;
  padding-left: 5px;
}
.smartFormV2-dropdown::-ms-expand {
  display: none;
}
.smartFormV2-dropdown-arrow {
  position: absolute;
  top: calc(50% - 15px);
  right: 16px;
  font-size: 3rem;
  color: #ffd451;
  vertical-align: top;
  z-index: 100;
  pointer-events: none;
  cursor: default;
}
.smartFormV2-contactAddress {
  margin: 3% 10px;
}
.smartFormV2-contactInfo {
  padding: 15px 15px 0;
}
.smartFormV2-address--street .react-autosuggest__input {
  border: 1px solid #e3e6ea;
  padding: 18px 8px;
  font-size: 16px;
}
.smartFormV2-address--street .react-autosuggest__input::-webkit-input-placeholder {
  font-weight: bold;
  color: #505b66;
}
.smartFormV2-address--street .react-autosuggest__input::-moz-placeholder {
  font-weight: bold;
  color: #505b66;
}
.smartFormV2-address--street .react-autosuggest__input:-ms-input-placeholder {
  font-weight: bold;
  color: #505b66;
}
.smartFormV2-address--street .react-autosuggest__input::-ms-input-placeholder {
  font-weight: bold;
  color: #505b66;
}
.smartFormV2-address--street .react-autosuggest__input::placeholder {
  font-weight: bold;
  color: #505b66;
}
.smartFormV2-address--street.reactAutosuggest {
  background-color: #ffffff;
  color: #3d454d;
  margin-bottom: 10px;
  border-radius: 5px;
}
.smartFormV2-address--street.reactAutosuggest .reactAutosuggest-floatingLabel-label {
  font-weight: bold;
  left: 8px;
  color: #505b66;
}
.smartFormV2-address--street.reactAutosuggest.reactAutosuggest-floatingLabel .react-autosuggest__input {
  padding: 28px 8px 8px;
}
.smartFormV2-textInput .ul-text-input .ul-text-input-icon {
  margin: 0;
  right: 8px;
  top: calc(50% - 12px);
  position: absolute;
}
.smartFormV2-textInput .ul-text-input .ul-text-input-label {
  font-size: 1.4rem;
}
.smartFormV2-textInput .ul-text-input .ul-text-input-label.ul-text-input-label-active {
  font-size: 12px;
}
.smartFormV2-textInput .ul-text-input.ul-text-input-error .ul-text-input-label {
  color: #d32f2f;
}
.smartFormOverlay-wrapper {
  background-color: rgba(48, 63, 84, 0.9);
  height: 100vh;
  overflow: auto;
  /* Overrides */
}
.smartFormOverlay-wrapper .smartFormV2-container {
  width: auto;
  background-color: transparent;
  color: #ffffff;
  margin: 0 auto;
  max-height: none;
  max-width: 1200px;
  padding: 24px 15px;
}
.smartFormOverlay-wrapper .smartFormV2-container input[type=text],
.smartFormOverlay-wrapper .smartFormV2-container select {
  color: #3d454d;
}
.smartFormOverlay-wrapper .smartFormV2-questionDescription {
  color: #fed35d;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2em;
  max-width: 850px;
  width: 100%;
  margin: 15px auto 0;
  text-align: left;
}
.smartFormOverlay-wrapper .smartFormV2-questionExplanation {
  font-size: 2.2rem;
  max-width: 850px;
  width: 100%;
  margin: 15px auto 0;
  text-align: left;
}
.smartFormOverlay-wrapper .smartFormV2-header {
  display: block;
  min-height: inherit;
}
.smartFormOverlay-wrapper .smartFormV2-header .smartFormV2-header--content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}
.smartFormOverlay-wrapper .smartFormV2-header .smartFormV2-questionError {
  font-size: 1.5rem;
  max-width: 850px;
  width: 100%;
  margin: 15px auto 0;
  text-align: left;
}
.smartFormOverlay-wrapper .smartFormV2-header .material-icons {
  z-index: 50;
}
.smartFormOverlay-wrapper .smartFormV2-answerList {
  max-height: none;
  max-width: 850px;
  width: 100%;
  margin: 15px auto 0;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  padding: 0;
  background-color: transparent;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer {
  background-color: transparent;
  border: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 7px 0;
  display: block;
  min-height: auto;
  height: auto;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer:focus {
  outline: none;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer .smartFormV2-answerError {
  font-size: 1.3rem;
  padding-top: 5px;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer .smartFormV2-textarea-extendedType {
  margin: 15px 0 0 25px;
  min-height: 70px;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer-withImage {
  background-color: transparent;
  border-width: 2px;
  border-color: transparent;
  border-radius: 3px;
  font-size: 1.4rem;
  margin: 0 10px 10px 0;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer-withImage .smartFormV2-answer-imageFooter--box {
  border: 0;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer-withImage .smartFormV2-answer-image--box {
  border-radius: 3px;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer-withImage.smartFormV2-answer-checked {
  border-color: #6ea1ff;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-textarea {
  margin-bottom: 20px;
  max-width: 500px;
  min-height: 160px;
  padding: 8px 15px;
  font-weight: normal;
  line-height: 1.6em;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-contactAddress {
  margin: 0;
  max-width: 500px;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-contactInfo {
  padding: 0;
  max-width: 500px;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-contactInfo input {
  color: #3d454d;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-dropdownContainer {
  max-width: 450px;
  margin-bottom: 20px;
}
.smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer-withImage--box {
  width: calc(25% - 20px);
}
.smartFormOverlay-wrapper .smartFormV2-footer {
  max-width: 850px;
  width: 100%;
  margin: 15px auto;
  padding: 0 0 40px;
  display: block;
}
.smartFormOverlay-wrapper .smartFormV2-footer-nextButtonText {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.smartFormOverlay-wrapper .smartFormV2-footer-backButtonText {
  font-size: 1.4rem;
  font-weight: 500;
}
.smartFormOverlay-wrapper .smartFormV2-footer-buttonTextContainer .material-icons {
  padding-right: 5px;
}
.smartFormOverlay-wrapper .smartForm-confirmation .smartFormV2-header .smartFormV2-questionDescription {
  margin-top: 0;
}
.smartFormOverlay-wrapper .guidedForm-upsellConfirmation-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
}
.ReactModal__Body--open {
  overflow: hidden;
}
.smartForm-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 666px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.smartForm-confirmation-container {
  width: 100%;
  max-width: 1100px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smartForm-confirmation-main {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding: 10px 10px 0 0;
}
.smartForm-confirmation-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.smartForm-confirmation-main ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.smartForm-confirmation .smartFormV2-questionDescription {
  margin-bottom: 16px !important;
}
.smartForm-confirmation .smartFormV2-questionExplanation {
  margin: 0;
}
.smartForm-confirmation-sidebar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  min-width: 240px;
  max-width: 309px;
}
.smartForm-confirmation .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 34px 0;
}
.smartForm-confirmation .flex-row .flex-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-col:not(:last-child) .smartForm-confirmation .flex-row-label {
  padding-right: 20px;
}
.smartForm-confirmation-label {
  font-weight: 500;
  margin: 0;
}
.smartForm-confirmation-icon {
  display: inline-block;
  margin: 5px 10px 5px 0;
  height: 40px;
  width: 40px;
}
.smartForm-confirmation-icon path {
  fill: #ffffff;
}
.smartForm-confirmation-highlight {
  color: #fed35d;
  font-weight: 700;
}
.smartForm-confirmation-error {
  padding: 10px;
  border: 2px solid #d32f2f;
}
.smartForm-confirmation .smartFormV2-questionError {
  text-align: left;
  font-size: 14px;
}
.smartForm-confirmationFallback .smartFormV2-footer-nextButtonText {
  min-width: 144px;
}
.smartForm-confirmationFallback-ul {
  padding-left: 45px;
  margin: 0;
}
.smartForm-confirmationFallback-ul li {
  padding-left: 9px;
}
.smartForm-confirmationFallback-ul.u-listUnstyled {
  padding: 2px 0 0;
  line-height: 200%;
}
.smartForm-confirmationFallback-ul.u-listUnstyled li {
  padding-left: 0;
}
.smartForm-confirmationFallback .smartFormV2-answerList {
  margin: 20px auto 10px;
}
.smartForm-confirmationFallback .confirmation-teamImg {
  width: 120px;
  height: 120px;
  margin-right: 24px;
}
.smartForm-confirmationFallback .confirmation-toggleLabel {
  font-size: 1.8rem;
  line-height: 140%;
}
.smartForm-confirmationFallback .confirmation-toggleContainer {
  font-size: 1.4rem;
  line-height: 146%;
}
.smartForm-confirmationFallback .confirmation-guarantee {
  margin: 18px 0 0 20px;
}
.smartForm-confirmationFallback .confirmation-fallbackText {
  max-width: 510px;
  margin: 8px 10px 4px 0;
}
.smartForm-confirmationFallback .confirmation-check-imgContainer .confirmation-guarantee {
  margin-left: 0;
  margin-bottom: 6px;
}
.smartForm-confirmationFallback .guarantee-img {
  margin-right: 16px;
  width: 28px;
  height: 34px;
}
.checkout-sideBar {
  background-color: #ffffff;
}
.checkout-sideBar-projectDetails {
  font-size: 14px;
  line-height: 20px;
}
.checkout-sideBar-section {
  padding: 7px 23px;
  background-color: #ffffff;
}
.checkout-sideBar-section.top {
  padding-top: 18px;
  padding-bottom: 9px;
}
.checkout-sideBar-section.projectDetails {
  background-color: #EAEBEF;
}
.checkout-sideBar-section.address {
  background-color: #F3F4F6;
  padding-top: 0.1px;
  padding-bottom: 12px;
  color: #3d454d;
}
.checkout-sideBar-section.bottom ul {
  padding-left: 27px;
  margin: 10px 0;
}
.checkout-sideBar-section.bottom li {
  padding-left: 4px;
  margin-bottom: 7px;
}
.checkout-sideBar-price {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 9px;
  color: #3d454d;
}
.checkout-sideBar-toggle {
  font-weight: 700;
  color: #3d454d;
}
.checkout-sideBar-toggle .material-icons {
  vertical-align: middle;
}
.checkout-sideBar-label {
  color: #80858C;
  padding-bottom: 1px;
}
.checkout-sideBar-question {
  margin: 14.4px 0 10px;
  color: #3d454d;
}
.smartFormPage-wrapper .smartFormV2-container {
  width: auto;
  max-height: none;
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}
.smartFormPage-wrapper .smartFormV2-header {
  min-height: auto;
}
.smartFormPage-wrapper .smartFormV2-header--content {
  display: block;
}
.smartFormPage-wrapper .smartFormV2-questionDescription {
  font-weight: bold;
  margin: 0;
  max-width: none;
  text-align: left;
  line-height: normal;
}
.smartFormPage-wrapper .smartFormV2-questionExplanation {
  width: auto;
  text-align: left;
  margin: 4px 0 12px;
}
.smartFormPage-wrapper .smartFormV2-answerList {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  max-height: none;
}
.smartFormPage-wrapper .smartFormV2-answer {
  height: auto;
  min-height: 56px;
  margin: 8px 0;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 14px;
  border-radius: 3px;
  border: 2px solid #f3f4f6;
  background-color: #f3f4f6;
  outline: none;
}
.smartFormPage-wrapper .smartFormV2-answer:hover,
.smartFormPage-wrapper .smartFormV2-answer:focus {
  border: 2px solid #2b73de;
}
.smartFormPage-wrapper .smartFormV2-answer-checked {
  background-color: #2b73de;
  border: 2px solid #2b73de;
  color: #ffffff;
}
.smartFormPage-wrapper .smartFormV2-answer-checked:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #2b73de;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #2b73de;
}
.smartFormPage-wrapper .smartFormV2-answer-checked .smartFormV2-answer-imageFooter--box {
  background-color: #2b73de;
}
.smartFormPage-wrapper .smartFormV2-answer-withImage {
  border-radius: 3px;
  border: 2px solid #ffffff;
  margin: 0 12px 12px 0;
  font-weight: 700;
}
.smartFormPage-wrapper .smartFormV2-answer-withImage:hover {
  border: 2px solid #2b73de;
}
.smartFormPage-wrapper .smartFormV2-answer-withImage--box {
  width: calc(33.333333% - 12px);
}
.smartFormPage-wrapper .smartFormV2-answer-imageFooter--box {
  background-color: #f3f4f6;
  border-top: none;
  min-height: 56px;
}
.smartFormPage-wrapper .smartFormV2-footer {
  padding: 32px 0 24px;
  display: block;
}
.smartFormPage-wrapper .smartFormV2-questionError {
  text-align: left;
  max-width: none;
  padding-bottom: 6px;
}
.smartFormPage-wrapper .smartFormV2-contactAddress {
  margin: 0;
  padding-top: 8px;
}
.smartFormPage-wrapper .smartFormV2-contactInfo {
  padding: 8px 0 0;
}
.smartFormPage-wrapper .smartFormV2-dropdown {
  border: 1px solid #d0d3da;
}
.smartFormPage-wrapper .smartFormV2-dropdown-arrow.material-icons {
  font-size: 30px;
  color: #d0d3da;
}
.smartFormPage-wrapper .smartForm-confirmation {
  max-width: none;
}
.smartFormPage-wrapper .smartForm-confirmation-container {
  padding-top: 0;
}
.smartFormPage-wrapper .smartForm-confirmation-sidebar {
  display: none;
}
.smartFormPage-wrapper .smartForm-confirmation-main {
  color: inherit;
  padding: 0;
  margin-bottom: 0;
}
.smartFormPage-wrapper .smartForm-confirmation-icon path {
  fill: #2b73de;
}
.smartFormPage-wrapper .smartForm-confirmation-highlight {
  color: inherit;
}
.smartFormPage-wrapper .smartForm-confirmationFallback .smartFormV2-header {
  display: none;
}
.smartFormPage-wrapper .smartForm-confirmationFallback .smartFormV2-answer {
  min-height: auto;
  background: none;
  border: none;
}
.smartFormPage-wrapper .guidedForm-upsellConfirmation-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ReactModal__SmartForm--open {
  overflow: hidden;
}
.guidedForm-upsellConfirmation {
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  height: 434px;
  margin-top: 5vh;
  line-height: normal;
}
.guidedForm-upsellConfirmation-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.guidedForm-upsellConfirmation-content .smartFormV2-footer {
  width: 100%;
  padding: 18px 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.guidedForm-upsellConfirmation-content .smartFormV2-footer .porchButton {
  white-space: nowrap;
  overflow: hidden;
}
.guidedForm-upsellConfirmation .smartFormV2-questionDescription {
  padding: 20px 0 40px;
}
.guidedForm-upsellConfirmation .smartFormV2-answerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 18px;
}
.guidedForm-upsellConfirmation-label {
  position: relative;
  max-width: 280px;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
}
.guidedForm-upsellConfirmation-label:first-child {
  padding-bottom: 20px;
}
.guidedForm-upsellConfirmation-label.now {
  min-height: 80px;
}
.guidedForm-upsellConfirmation-wait {
  position: absolute;
  top: 26px;
  left: 42px;
  right: 0;
  line-height: 170%;
  font-size: 1.12rem;
  font-weight: 500;
}
.guidedForm-upsellConfirmation-headerImg {
  width: 88px;
  height: 88px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #e3e6ea;
}
.smartFormV2-modalWrapper .guidedForm-doneDatePicker .smartFormV2-questionDescription {
  margin: 10px 0 16px;
}
.home-projects-top-level-page .footer-cta {
  text-align: center;
  background-color: #f3f4f6;
  padding: 16px 8px 48px 8px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-projects-top-level-page .footer-cta .sub-description {
  text-align: center;
  color: #505b66;
}
.home-projects-top-level-page .home-projects-section__project-list {
  background: #f3f4f6;
}
.home-projects-top-level-page .home-projects-section__project-list .material-icons {
  cursor: pointer;
  line-height: 13.5rem;
  margin: 1.2rem 0;
  text-align: center;
  vertical-align: top;
  width: 5%;
}
.home-projects-top-level-page .home-project-list-mask {
  display: inline-block;
  height: 13.5rem;
  margin: 1.2rem 0;
  overflow: hidden;
  padding: 0;
  width: 90%;
}
.home-projects-top-level-page .home-project-list {
  -webkit-transition: margin-left 0.4s ease-in-out;
  transition: margin-left 0.4s ease-in-out;
  width: 2070px;
  padding-left: 0px;
}
.home-projects-top-level-page .home-project-list__list-item {
  display: inline-block;
  list-style-type: none;
  margin-right: 4.55rem !important;
  text-align: center;
  vertical-align: top;
  width: 5rem;
}
.home-projects-top-level-page .home-project-list__list-item a {
  color: #3d454d;
  display: block;
  width: 75px;
}
.home-projects-top-level-page .home-project-list__list-item a > div:first-child {
  border: 1px solid #e3e6ea;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.home-projects-top-level-page .home-project-list__list-item-name {
  margin-top: 1rem;
}
.home-projects-top-level-page .linkList-link {
  padding: 3px 0 9px;
}
.home-projects-top-level-page .homePage-hero-title {
  font-weight: 800;
  line-height: 130%;
  margin-top: 0;
}
.home-projects-top-level-page i {
  width: 24px;
  height: 24px;
}
.home-projects-top-level-page .search .consumer-search .reactAutosuggest-floatingLabel {
  width: 450px;
  max-height: 62px;
  background-color: white;
  border-radius: 4px 0px 0px 4px;
}
.home-projects-top-level-page .search .consumer-search .reactAutosuggest-floatingLabel-label {
  font-weight: bold;
  color: #505b66;
}
.home-projects-top-level-page .search .consumer-search .reactAutosuggest-floatingLabel .reactAutosuggest--suggestion {
  color: black;
}
.home-projects-top-level-page .search .consumer-search .react-autosuggest__input {
  border-radius: 4px 0px 0px 4px;
  color: #505b66;
}
.home-projects-top-level-page .search .consumer-search .consumer-search-zipCode label {
  position: absolute;
  line-height: 22px;
  top: 5px;
  pointer-events: none;
  color: #505b66;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.home-projects-top-level-page .search .consumer-search .consumer-search-zipCode input {
  font-size: 15px;
  padding: 6px 10px 7px;
  color: #3d454d;
}
.home-projects-top-level-page .search .consumer-search .alignTop {
  vertical-align: middle;
}
.home-projects-top-level-page .search .consumer-search .consumer-search-button {
  vertical-align: middle;
}
.home-projects-top-level-page h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.home-projects-top-level-page h2::first-letter {
  text-transform: capitalize;
}
.home-projects-top-level-page .sub-description {
  font-weight: 500;
  color: #85898C;
  font-size: 18px;
}
.home-projects-top-level-page .footer-cta h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.home-projects-solutions .footer-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.4rem 0;
}
.home-projects-solutions .home-projects-solutions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}
.home-projects-solutions .home-projects-solutions-header-porch-logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 2.4rem;
  width: 10rem;
  margin-top: 4rem;
}
.home-projects-solutions .home-projects-solutions-header-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-projects-solutions .hero-banner {
  width: 100%;
  height: 54rem;
  background-size: auto 54rem;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.home-projects-solutions .hero-banner--overlay {
  position: absolute;
  padding-top: 20rem;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7.2rem, rgba(0, 0, 0, 0)), color-stop(32rem, rgba(0, 0, 0, 0.55)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 7.2rem, rgba(0, 0, 0, 0.55) 32rem);
}
.home-projects-solutions .hero-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.home-projects-solutions .hero-banner-title {
  color: #ffffff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  margin-top: 0px;
  margin-bottom: 1.6rem;
}
.home-projects-solutions .hero-banner-subtitle {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
  line-height: 1;
}
.home-projects-solutions .how-it-works {
  margin-bottom: 6rem;
}
.home-projects-solutions .how-it-works .how-it-works-step {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.home-projects-solutions .how-it-works .how-it-works-step img {
  margin-left: auto;
  margin-right: auto;
  width: 26.4rem;
}
.home-projects-solutions .how-it-works .how-it-works-step-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2rem;
}
.home-projects-solutions .how-it-works .how-it-works-step-number-container {
  color: #F2AE00;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  font-family: "Sharp Sans";
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 6rem;
  margin-right: 2.4rem;
  min-width: 7.2rem;
  text-align: right;
}
.home-projects-solutions .how-it-works-header {
  background-color: #f3f4f6;
  margin-bottom: 8.7rem;
  padding: 6.4rem 0;
  text-align: center;
}
.home-projects-solutions .projects {
  margin-bottom: 4rem;
}
.home-projects-solutions .projects .project-tile img {
  margin-bottom: 1.6rem;
  width: 100%;
}
.home-projects-solutions .projects .project-tile button {
  min-width: 11.3rem;
}
.home-projects-solutions .projects-product-group {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.home-projects-solutions .projects-product-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}
.home-projects-solutions .projects-product-group-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 2.4rem;
  width: 26.4rem;
}
.home-projects-solutions .vetted-network {
  border-bottom: 0.1rem solid #d0d3da;
  padding-bottom: 5.2rem;
}
.home-projects-solutions .vetted-network .vetted-network-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4.8rem;
  padding-bottom: 0.8rem;
}
.home-projects-solutions .vetted-network .vetted-network-box img {
  margin-bottom: 4rem;
}
.home-projects-solutions .container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}
.home-projects-solutions .search .consumer-search .reactAutosuggest-floatingLabel {
  width: 450px;
  max-height: 62px;
  background-color: white;
  border-radius: 4px 0px 0px 4px;
}
.home-projects-solutions .search .consumer-search .reactAutosuggest-floatingLabel-label {
  font-weight: bold;
}
.home-projects-solutions .search .consumer-search .reactAutosuggest-floatingLabel .reactAutosuggest--suggestion {
  color: black;
}
.home-projects-solutions .search .consumer-search .react-autosuggest__input {
  border-radius: 4px 0px 0px 4px;
  color: #505b66;
}
.home-projects-solutions .search .consumer-search .consumer-search-zipCode label {
  position: absolute;
  line-height: 22px;
  top: 5px;
  pointer-events: none;
  color: #505b66;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.home-projects-solutions .search .consumer-search .consumer-search-zipCode input {
  font-size: 15px;
  padding: 6px 10px 7px;
  color: #3d454d;
}
.home-projects-solutions .search .consumer-search .alignTop {
  vertical-align: middle;
}
.home-projects-solutions .search .consumer-search .consumer-search-button {
  vertical-align: middle;
}
.proTypeByCityPage-breadcrumbs {
  font-weight: lighter;
  text-transform: uppercase;
  padding-top: 25px;
  padding-left: 35px;
}
.proTypeByCityPage-consumer-search {
  padding: 10px;
}
.proTypeByCityPage-consumer-search > div:first-child {
  border: 1px solid #D0D3DA;
  border-right: none;
  width: 198px;
  height: 50px;
}
.proTypeByCityPage-consumer-search > div:nth-child(2) {
  border: 1px solid #D0D3DA;
  border-left: none;
  width: 100px;
}
.proTypeByCityPage-consumer-search .alignTop {
  vertical-align: top;
}
.proTypeByCityPage-consumer-search-button {
  border-radius: 0 2px 2px 0;
  padding: 10px;
  font-size: 1.2rem;
  vertical-align: top;
  width: 100px;
}
.proTypeByCityPage-consumer-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.proTypeByCityPage-consumer-search-zipCode {
  height: 48px !important;
  padding-left: 10px;
}
.proTypeByCityPage-consumer-search-autoComplete {
  height: 50px !important;
  width: 198px;
  border: 1px solid #d0d3da;
}
.proTypeByCityPage-headerContent {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d3da;
}
.proTypeByCityPage-header {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.proTypeByCityPage-iconLinks {
  padding-bottom: 25px;
}
.proTypeByCityPage-iconText {
  text-align: center;
  font-size: 24px;
  padding: 10px;
  width: 175px;
  line-height: 28px;
}
.proTypeByCityPage-popularServices {
  padding: 5px;
}
.proTypeByCityPage-services {
  overflow: hidden;
  height: 175px;
}
.proTypeByCityPage-service {
  padding: 5px;
  line-height: 20px;
  color: #505b66;
}
.proTypeByCityPage-service a,
.proTypeByCityPage-service a:visited,
.proTypeByCityPage-service a:hover {
  color: #505b66;
}
.proTypeByCityPage-findProHeader {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  padding-top: 35px;
}
.proTypeByCityPage-findProDescription {
  padding: 40px;
  text-align: center;
}
.proTypeByCityPage-findPro {
  border: 1px solid #d0d3da;
  border-top: 10px solid #ffd451;
  padding: 15px;
}
.proTypeByCityPage-findProBtn {
  display: inline-block;
  padding-top: 10px;
}
.proTypeByCityPage-zipInput {
  width: 100px;
}
.proTypeByCityPage-stats {
  min-width: 400px;
}
.proTypeByCityPage-statCount {
  color: #2b73de;
  font-size: 24px;
  padding: 10px;
}
.proTypeByCityPage-stat {
  display: inline-block;
  padding: 10px;
  height: 80px;
}
.proTypeByCityPage-icon {
  border: 1px solid #d0d3da;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.proTypeByCityPage-seeTopPros {
  padding: 10px;
  min-height: 20px;
  margin-left: 40px;
}
.proTypeByCityPage-seeTopPros a,
.proTypeByCityPage-seeTopPros a:visited,
.proTypeByCityPage-seeTopPros a:hover {
  color: #ffffff;
}
.proTypeByCityPage-iconSet {
  display: inline-block;
}
.proTypeByCityPage-border {
  margin-top: 10px;
  border-right: 1px solid #d0d3da;
}
.proTypeByCityPage-description {
  color: #505b66;
}
.proTypeByCityPage-linkBank {
  background-color: #f3f4f6;
}
.proTypeByCityPage-h1 {
  line-height: 48px;
  font-size: 36px;
  margin: 0px auto;
}
.proTypeByCityPage .heroBanner-content h1 {
  position: relative;
}
.proTypeByCityPage .tileGrid-itemImage {
  height: 280px;
}
.proTypeByCityPage .tileGrid-itemTitle {
  line-height: 110%;
}
.pageSection-extraPad .row {
  margin-left: 0;
  margin-right: 0;
}
.proTypeByCityPage-consumer-search > div:first-child {
  border: none;
}
.app-ContractorsByCensusPlace {
  overflow-x: hidden;
}
.infographic .body {
  font-weight: normal;
  color: #222;
  -webkit-font-smoothing: antialiased;
  padding-right: 0rem;
  padding-left: 0rem;
  padding-top: 0rem;
  padding-bottom: 0.2rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.infographic .header-image {
  padding-top: 1px;
}
.infographic .carousel-text {
  text-align: center;
}
.infographic .carousel {
  margin-right: auto;
  margin-left: auto;
}
.infographic .carousel .slide {
  background: white;
  text-align: center;
}
.infographic .carousel .slide img {
  height: auto;
  width: 70%;
}
.infographic .carousel .control-dots {
  bottom: auto;
  top: 0;
}
.infographic .carousel .control-dots .dot {
  background: black;
}
.infographic .content {
  font-size: 2rem;
  line-height: 140%;
  width: 160rem;
  max-width: 100%;
  margin: auto;
  padding-bottom: 0rem;
}
.infographic .content h2 {
  font-size: 3rem;
  font-style: normal;
}
.infographic .content a {
  word-wrap: break-word;
}
.infographic .content li {
  font-size: 1.8rem;
  line-height: 130%;
}
.infographic .image {
  display: block;
  margin: auto;
  max-width: 100%;
}
.infographic .image__float-right {
  float: right;
  margin-left: 10px;
}
.infographic .image__float-left {
  float: left;
  margin-right: 10px;
}
.infographic .image-title {
  width: 100rem;
  display: block;
  max-width: 100%;
  margin: auto;
}
.cooking-nightmares__the-view-feature {
  text-align: center;
}
.cooking-nightmares__the-view-feature iframe {
  height: 315px;
  width: 560px;
}
.contractor-links {
  padding: 20px 0 0px;
}
.contractor-links-container {
  border-bottom: 1px solid #e3e6ea;
}
.contractor-link-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.contractor-link {
  display: inline-block;
  padding-left: 1rem;
  width: 32%;
}
.contractor-link a,
.contractor-link a:visited,
.contractor-link a:hover {
  color: #505b66;
}
.contractor-link.narrow-bank {
  width: 50%;
}
.about-porch {
  padding: 2rem 10px;
}
.about-porch .p {
  line-height: 185%;
  font-size: 1.4rem;
}
.share-buttons--button {
  display: inline-block;
  list-style-type: none;
}
.most-powerful-women {
  /* FOR RADAR CHART */
  /* FOR DATATABLE */
  /* FLIPBOOK STYLES */
  /*
       * jQuery FlexSlider v2.5.0
       * http://www.woothemes.com/flexslider/
       *
       * Copyright 2012 WooThemes
       * Free to use under the GPLv2 and later license.
       * http://www.gnu.org/licenses/gpl-2.0.html
       *
       * Contributing author: Tyler Smith (@mbmufffin)
       *
       */
  /* ====================================================================================================================
       * FONT-FACE
       * ====================================================================================================================*/
  /* ====================================================================================================================
    * RESETS
    * ====================================================================================================================*/
  /* ====================================================================================================================
       * BASE STYLES
       * ====================================================================================================================*/
  /* ====================================================================================================================
    * DEFAULT THEME
    * ====================================================================================================================*/
}
.most-powerful-women .flipbook-container {
  max-width: 800px;
  margin: 0 auto;
}
.most-powerful-women .text-align--center {
  text-align: center;
}
.most-powerful-women .asset-container-desktop {
  max-width: 800px;
  margin: 0 auto;
}
.most-powerful-women .asset-container-mobile {
  display: none;
}
.most-powerful-women .chart-container {
  background-color: #f5f5f5;
  padding: 0 12px;
}
.most-powerful-women .chart-title-box {
  background-color: #e6e6e6;
  color: #2f3e54;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.most-powerful-women .responsive-image {
  max-width: 100%;
  height: auto;
}
.most-powerful-women .dataTables_wrapper {
  max-width: 1080px;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  /* header coloring */
  /* cell coloring */
}
.most-powerful-women .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: none !important;
}
.most-powerful-women .dataTables_wrapper .DTFC_LeftBodyLiner {
  overflow-x: hidden;
}
.most-powerful-women .dataTables_wrapper #sortable-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.most-powerful-women .dataTables_wrapper th,
.most-powerful-women .dataTables_wrapper td {
  border-bottom: none !important;
  border-top: none !important;
  padding: 0.5em 1em;
}
.most-powerful-women .dataTables_wrapper th {
  text-transform: uppercase;
  color: #fff;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(1) {
  background-color: #2f3e54;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(2),
.most-powerful-women .dataTables_wrapper table th:nth-child(3) {
  background-color: #87afc9;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(4),
.most-powerful-women .dataTables_wrapper table th:nth-child(9),
.most-powerful-women .dataTables_wrapper table th:nth-child(11),
.most-powerful-women .dataTables_wrapper table th:nth-child(13) {
  background-color: #f2ae00;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(5),
.most-powerful-women .dataTables_wrapper table th:nth-child(15),
.most-powerful-women .dataTables_wrapper table th:nth-child(17),
.most-powerful-women .dataTables_wrapper table th:nth-child(19) {
  background-color: #b571b0;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(6),
.most-powerful-women .dataTables_wrapper table th:nth-child(21),
.most-powerful-women .dataTables_wrapper table th:nth-child(23),
.most-powerful-women .dataTables_wrapper table th:nth-child(25) {
  background-color: #87c9b6;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(7),
.most-powerful-women .dataTables_wrapper table th:nth-child(27),
.most-powerful-women .dataTables_wrapper table th:nth-child(29),
.most-powerful-women .dataTables_wrapper table th:nth-child(31) {
  background-color: #9cc44e;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(8),
.most-powerful-women .dataTables_wrapper table th:nth-child(33),
.most-powerful-women .dataTables_wrapper table th:nth-child(35),
.most-powerful-women .dataTables_wrapper table th:nth-child(37) {
  background-color: #79aeff;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(10),
.most-powerful-women .dataTables_wrapper table th:nth-child(12),
.most-powerful-women .dataTables_wrapper table th:nth-child(14) {
  background-color: #e09b00;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(16),
.most-powerful-women .dataTables_wrapper table th:nth-child(18),
.most-powerful-women .dataTables_wrapper table th:nth-child(20) {
  background-color: #a0649f;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(22),
.most-powerful-women .dataTables_wrapper table th:nth-child(24),
.most-powerful-women .dataTables_wrapper table th:nth-child(26) {
  background-color: #7cb5a3;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(28),
.most-powerful-women .dataTables_wrapper table th:nth-child(30),
.most-powerful-women .dataTables_wrapper table th:nth-child(32) {
  background-color: #90af45;
}
.most-powerful-women .dataTables_wrapper table th:nth-child(34),
.most-powerful-women .dataTables_wrapper table th:nth-child(36),
.most-powerful-women .dataTables_wrapper table th:nth-child(38) {
  background-color: #6e9fe5;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(1) {
  background-color: #fff !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(1) {
  background-color: #eee !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(2) {
  background-color: #e3ecf3 !important;
  border-right: 3px solid #2f3e54;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(2) {
  background-color: #d6e0e7 !important;
  border-right: 3px solid #2f3e54;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(3) {
  background-color: #fff !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(3) {
  background-color: #eee !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(4),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(9),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(11),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(13) {
  background-color: #fcecc4 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(4),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(9),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(11),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(13) {
  background-color: #ede0bb !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(5),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(15),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(17),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(19) {
  background-color: #eedeed !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(5),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(15),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(17),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(19) {
  background-color: #e0d2e2 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(6),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(21),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(23),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(25) {
  background-color: #e4f2ee !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(6),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(21),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(23),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(25) {
  background-color: #d6e5e3 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(7),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(27),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(29),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(31) {
  background-color: #e8f1d6 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(7),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(27),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(29),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(31) {
  background-color: #dbe4cc !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(8),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(33),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(35),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(37) {
  background-color: #e0ecff !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(8),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(33),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(35),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(37) {
  background-color: #d3e0f3 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(10),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(12),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(14) {
  background-color: #fef8e8 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(10),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(12),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(14) {
  background-color: #efebdd !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(16),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(18),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(20) {
  background-color: #f8f2f8 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(16),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(18),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(20) {
  background-color: #eae5ec !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(22),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(24),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(26) {
  background-color: #f4faf8 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(22),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(24),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(26) {
  background-color: #e6eded !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(28),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(30),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(32) {
  background-color: #f6faef !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(28),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(30),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(32) {
  background-color: #e8ede4 !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(34),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(36),
.most-powerful-women .dataTables_wrapper table tr:nth-child(odd) td:nth-child(38) {
  background-color: #f3f8ff !important;
}
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(34),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(36),
.most-powerful-women .dataTables_wrapper table tr:nth-child(even) td:nth-child(38) {
  background-color: #e5ebf3 !important;
}
.most-powerful-women .dataTables_wrapper table tr td:first-child {
  width: 105px;
}
.most-powerful-women .slider-well {
  background: #fff;
  border-radius: 0px;
  border: none;
  display: table;
  margin: auto;
  max-width: 800px;
  padding: 0px;
  width: 100%;
}
.most-powerful-women #carousel .slides img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 5px;
}
.most-powerful-women .action-btn {
  -moz-background-clip: padding;
  -moz-border-radius: 0px;
  -moz-box-shadow: none;
  -moz-transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#ffffff')";
  -o-transition: all 0.2s ease-in-out;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  background-clip: padding-box;
  background-color: #ff2a13;
  background: #ff2a13;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 11px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: auto;
  z-index: 1;
}
.most-powerful-women .action-btn:hover,
.most-powerful-women .action-btn:focus,
.most-powerful-women .action-btn:active {
  background: #ff2a13;
  color: #ffffff;
}
.most-powerful-women .action-btn {
  width: 86px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0px !important;
}
.most-powerful-women .action-btn span {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute !important;
  top: 0;
  width: 0;
}
.most-powerful-women .custom-navigation {
  max-width: 800px;
  width: 100%;
}
.most-powerful-women .action-btn.left {
  float: left;
  left: 0px;
  margin-left: 0px;
}
.most-powerful-women .action-btn.right {
  float: right;
  margin-right: 0px;
  right: 0px;
}
.most-powerful-women .social-container {
  display: block;
  float: none;
  height: auto;
  left: 0 !important;
  line-height: 100% !important;
  position: relative;
  width: 100% !important;
}
.most-powerful-women .social-container .blues > a {
  display: inline-block !important;
  padding: 0px !important;
}
.most-powerful-women .social-container .blues {
  height: auto !important;
  margin-right: 2px;
  padding: 12px 30px !important;
  width: auto !important;
}
.most-powerful-women .social-container .blues:first-child {
  margin-right: 20px;
}
.most-powerful-women .social-container .blues:before {
  display: inline-block !important;
  font-size: 1.33em;
  left: 0 !important;
  margin-right: 0.75em;
  position: relative !important;
  top: 0 !important;
}
.most-powerful-women .social-container .blues.twitter:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #1a96c4), color-stop(0%, #2eb2e3)) !important;
  background-image: linear-gradient(#1a96c4 100%, #2eb2e3 0%) !important;
}
.most-powerful-women .social-container .blues.facebook:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #2d4372), color-stop(0%, #3b5997)) !important;
  background-image: linear-gradient(#2d4372 100%, #3b5997 0%) !important;
}
.most-powerful-women #slider .share-area {
  -moz-box-sizing: border-box;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f7f8fc;
  background-image: none;
  border-bottom-right-radius: 0;
  border-radius: 0px;
  border-top-right-radius: 0;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  color: #555;
  display: table-cell;
  float: left;
  font-size: 14px;
  height: 34px;
  height: auto;
  line-height: 1.42857143;
  margin-bottom: 0;
  overflow-x: hidden;
  padding: 6px 12px;
  position: relative;
  resize: none;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}
.most-powerful-women #slider .input-group {
  margin-top: 25px;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.most-powerful-women #slider .input-group-addon {
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  background: #ff2a13;
  border-radius: 0px;
  border: 0px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size: 15px;
  font-weight: 700;
  line-height: 0;
  margin-bottom: 0;
  padding: 2px 12px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.most-powerful-women .embed {
  padding: 20px 40px;
}
.most-powerful-women .embed-btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 23px;
}
.most-powerful-women .controls {
  position: relative;
  display: block;
}
.most-powerful-women a.control_prev {
  left: 0;
}
.most-powerful-women a.control_next {
  right: 0;
}
.most-powerful-women .copied-tip {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #ff2a13;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  text-transform: uppercase;
}
.most-powerful-women .no-js #loader {
  display: none;
}
.most-powerful-women .js #loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.most-powerful-women .se-pre-con {
  background: url(https://cdn.porch.com/v2/assets/Preloader_2.gif?f676556f3b8ad8ae44c52fe5c46de57d) center no-repeat #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.most-powerful-women .flexslider {
  -moz-border-radius: 0px;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: none;
  border-radius: 0px;
  border: 0px solid #fff;
  box-shadow: none;
  margin: 0 0 20px;
}
.most-powerful-women .custom-navigation {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: table;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.most-powerful-women #carousel {
  display: block;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.most-powerful-women #carousel-controls {
  margin-top: 0px;
  padding-bottom: 20px;
}
.most-powerful-women #slider-controls {
  opacity: 0;
  padding: 15px;
  z-index: 100;
}
.most-powerful-women #slider:hover + #slider-controls,
.most-powerful-women #slider-controls:hover {
  opacity: 1;
}
.most-powerful-women #slider-controls.hovered {
  opacity: 1;
}
.most-powerful-women .flex-control-paging {
  display: none !important;
}
.most-powerful-women .thumb-inner {
  position: relative;
  text-align: center;
}
.most-powerful-women .field img {
  display: block;
  width: 100%;
  float: none;
  position: relative;
}
.most-powerful-women .count {
  background: #ffdf00;
  border-radius: 25px;
  display: inline;
  font-size: 20px;
  font-weight: 900;
  height: 35px;
  left: 0;
  line-height: 100%;
  margin-top: -13px;
  margin: auto;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 35px;
  width: auto;
  z-index: 101010;
}
@font-face {
  font-family: 'flexslider-icon';
  font-style: normal;
  font-weight: normal;
  src: url(https://cdn.porch.com/v2/assets/flexslider-icon.eot?9c9cb7a6055043933ba68854f521af45);
  src: url(https://cdn.porch.com/v2/assets/flexslider-icon.eot?9c9cb7a6055043933ba68854f521af45?#iefix) format('embedded-opentype'), url(https://cdn.porch.com/v2/assets/flexslider-icon.woff?f8b92f66539473eea649c8514eb836a0) format('woff'), url(https://cdn.porch.com/v2/assets/flexslider-icon.ttf?b4c9e5057989b9727a5df4e0a21af33c) format('truetype'), url(https://cdn.porch.com/v2/assets/flexslider-icon.svg?10e8a5455c4522c48aa975eacd4f0023#flexslider-icon) format('svg');
}
.most-powerful-women .flex-container a:hover,
.most-powerful-women .flex-slider a:hover,
.most-powerful-women .flex-container a:focus,
.most-powerful-women .flex-slider a:focus {
  outline: none;
}
.most-powerful-women .slides,
.most-powerful-women .slides > li,
.most-powerful-women .flex-control-nav,
.most-powerful-women .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.most-powerful-women .flex-pauseplay span {
  text-transform: capitalize;
}
.most-powerful-women .flexslider {
  margin: 0;
  padding: 0;
}
.most-powerful-women .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.most-powerful-women .flexslider .slides img {
  width: 100%;
  display: block;
}
.most-powerful-women .flexslider .slides:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.most-powerful-women html[xmlns] .flexslider .slides {
  display: block;
}
.most-powerful-women * html .flexslider .slides {
  height: 1%;
}
.most-powerful-women .no-js .flexslider .slides > li:first-child {
  display: block;
}
.most-powerful-women .flexslider {
  -moz-border-radius: 4px;
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 4px;
  border: 4px solid #ffffff;
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
.most-powerful-women .flexslider .slides {
  zoom: 1;
}
.most-powerful-women .flexslider .slides .slides img {
  height: auto;
}
.most-powerful-women .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.most-powerful-women .loading .flex-viewport {
  max-height: 300px;
}
.most-powerful-women .carousel li {
  margin-right: 5px;
}
.most-powerful-women .flex-direction-nav {
  *height: 0;
}
.most-powerful-women .flex-direction-nav a {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 40px;
  z-index: 10;
}
.most-powerful-women .flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  content: '\F001';
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.most-powerful-women .flex-direction-nav a.flex-next:before {
  content: '\F002';
}
.most-powerful-women .flex-direction-nav .flex-prev {
  left: -50px;
}
.most-powerful-women .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.most-powerful-women .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.most-powerful-women .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.most-powerful-women .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.most-powerful-women .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.most-powerful-women .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.most-powerful-women .flex-pauseplay a {
  bottom: 5px;
  color: #000;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 10px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 20px;
  z-index: 10;
}
.most-powerful-women .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\F004';
}
.most-powerful-women .flex-pauseplay a:hover {
  opacity: 1;
}
.most-powerful-women .flex-pauseplay a.flex-play:before {
  content: '\F003';
}
.most-powerful-women .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.most-powerful-women .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.most-powerful-women .flex-control-paging li a {
  -moz-border-radius: 20px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}
.most-powerful-women .flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.most-powerful-women .flex-control-paging li a.flex-active {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.most-powerful-women .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.most-powerful-women .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.most-powerful-women .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.most-powerful-women .flex-control-thumbs img:hover {
  opacity: 1;
}
.most-powerful-women .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(https://cdn.porch.com/v2/assets/layers.png?a6137456ed160d7606981aa57c559898);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(https://cdn.porch.com/v2/assets/layers-2x.png?4f0283c6ce28e888000e978e537a6a56);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(https://cdn.porch.com/v2/assets/marker-icon.png?2273e3d8ad9264b7daa5bdbf8e6b47f8);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.rent-calc-container {
  margin: 0px;
  padding: 0px;
}
.rent-calc-container img {
  width: 100%;
}
.rent-calc-container #calculator-container {
  border: none;
  margin: 0px;
}
.rent-calc-container #calculator-container .image-footer {
  padding-top: 0px;
}
.hero-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-container .hero-banner {
  width: 100vw;
  background-size: cover;
}
.hero-container [class^="parallax-banner-layer"] {
  background-attachment: fixed;
  background-position: 40% 200%!important;
}
.hero-container .hero-children {
  color: black;
  position: relative;
  padding: 1rem;
  width: 80%;
  max-width: 600px;
  margin: auto;
  margin-top: 15vh;
  background: rgba(255, 255, 255, 0.5);
}
.hero-container .hero-children h1 {
  font-weight: 700;
  font-size: 3vh;
}
.porch-author-bio-section {
  margin: 4rem 9.6rem 1rem 9.6rem;
  color: #6b7178;
  font-style: italic;
}
.porch-author-bio-section .porch-author-pic {
  background: url('//cdn.porch.com/bootstrap/0web/logo/porch-logo-textless.png');
  background-position: 0 7.1em;
  background-size: 118px 118px;
  height: 118px;
  width: 118px;
  border: 1px solid #848a92;
  border-radius: 60px;
  margin-right: 2rem;
  float: left;
}
.porch-author-bio-section .porch-author-pic-tariff {
  background: url('//cdn.porch.com/bootstrap/0web/tariff-wars/author-bio-kyle.jpg');
  background-size: 118px 118px;
  height: 118px;
  width: 118px;
  border: 1px solid #848a92;
  border-radius: 60px;
  margin-right: 2rem;
  float: left;
}
.porch-author-bio-section .porch-author-bio-summary {
  padding: 3rem 0rem;
}
.porch-author-bio-section strong {
  font-style: italic;
}
.porch-author-bio-section p {
  clear: none !important;
}
.page-Report.container {
  font-size: 1.7rem;
  line-height: 185%;
  color: #3d454d;
}
.page-Report.container .article,
.page-Report.container .share-buttons-section,
.page-Report.container .fair-use-section,
.page-Report.container .contractor-links,
.page-Report.container .porch-author-bio-section {
  clear: both;
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.page-Report.container .article p,
.page-Report.container .share-buttons-section p,
.page-Report.container .fair-use-section p,
.page-Report.container .contractor-links p,
.page-Report.container .porch-author-bio-section p,
.page-Report.container .article ul,
.page-Report.container .share-buttons-section ul,
.page-Report.container .fair-use-section ul,
.page-Report.container .contractor-links ul,
.page-Report.container .porch-author-bio-section ul,
.page-Report.container .article blockquote,
.page-Report.container .share-buttons-section blockquote,
.page-Report.container .fair-use-section blockquote,
.page-Report.container .contractor-links blockquote,
.page-Report.container .porch-author-bio-section blockquote,
.page-Report.container .article cite,
.page-Report.container .share-buttons-section cite,
.page-Report.container .fair-use-section cite,
.page-Report.container .contractor-links cite,
.page-Report.container .porch-author-bio-section cite {
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: both;
}
.page-Report.container .article p.full-report,
.page-Report.container .share-buttons-section p.full-report,
.page-Report.container .fair-use-section p.full-report,
.page-Report.container .contractor-links p.full-report,
.page-Report.container .porch-author-bio-section p.full-report,
.page-Report.container .article ul.full-report,
.page-Report.container .share-buttons-section ul.full-report,
.page-Report.container .fair-use-section ul.full-report,
.page-Report.container .contractor-links ul.full-report,
.page-Report.container .porch-author-bio-section ul.full-report,
.page-Report.container .article blockquote.full-report,
.page-Report.container .share-buttons-section blockquote.full-report,
.page-Report.container .fair-use-section blockquote.full-report,
.page-Report.container .contractor-links blockquote.full-report,
.page-Report.container .porch-author-bio-section blockquote.full-report,
.page-Report.container .article cite.full-report,
.page-Report.container .share-buttons-section cite.full-report,
.page-Report.container .fair-use-section cite.full-report,
.page-Report.container .contractor-links cite.full-report,
.page-Report.container .porch-author-bio-section cite.full-report {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-Report.container .share-buttons-section h2,
.page-Report.container .fair-use-section h2,
.page-Report.container .contractor-links h2 {
  margin-top: 48px;
}
.page-Report.container .contractor-links .row {
  margin: 0;
}
.page-Report.container .article__subheader {
  font-weight: 700;
  margin-top: 3rem;
}
.page-Report.container .article__subheader_tariff-wars {
  font-weight: 700;
  color: #3d454d;
}
.page-Report.container .article blockquote {
  font-size: 3.5rem;
  font-style: italic;
  line-height: 150%;
  padding: 3rem;
  padding-bottom: 0;
  max-width: calc(512px + 6rem);
}
.page-Report.container .article cite {
  font-weight: 700;
  line-height: 150%;
  float: right;
  font-style: normal;
  margin-bottom: 40px;
}
.page-Report.container .article a:hover,
.page-Report.container .article a:focus,
.page-Report.container .article a:visited,
.page-Report.container .article a:link {
  color: #3d454d;
}
.page-Report.container .article a:not(:hover):not(:focus) {
  text-decoration: underline;
}
.page-Report.container .article__hero {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
}
.page-Report.container .article__hero_tariff-wars {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  width: 100%;
}
.page-Report.container .article__hero_tariff-wars .hero-children {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.page-Report.container .article__hero_tariff-wars .hero-children h1 {
  font-size: 5vh;
  color: #3d454d;
}
.page-Report.container .article__body .article__parallax-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}
.page-Report.container .article__body .article__parallax-wrapper .hero-children h1 {
  font-style: italic;
  font-weight: 500;
}
.page-Report.container .article__body .article__parallax-wrapper_tariff-wars {
  position: absolute;
  width: 100%;
  left: 0;
}
.page-Report.container .article__body .article__parallax-wrapper_tariff-wars .hero-children {
  background: rgba(255, 255, 255, 0.7);
}
.page-Report.container .article__body .article__parallax-wrapper_tariff-wars .hero-children h1 {
  font-style: italic;
  font-weight: 500;
  font-size: 3vh;
  color: #3d454d;
}
.page-Report.container .article__body .article__parallax-wrapper + p {
  margin-top: calc(50vh + 100px);
}
.page-Report.container .article__body .superscript a {
  text-decoration: none !important;
}
.page-Report.container .article__body .article__parallax-wrapper_tariff-wars + .article__subheader_tariff-wars {
  margin-top: calc(45vh + 100px);
}
.page-Report.container .article__body p:nth-child(3),
.page-Report.container .article__body p:nth-child(19) {
  margin-bottom: 4rem;
}
.page-Report.container .article .article__intro {
  color: #6b7178;
  margin-top: calc(50vh + 20px);
  margin-bottom: 32px;
  overflow: hidden;
}
.page-Report.container .article .article__intro__date {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-Report.container .article .article__intro__date + p {
  margin-top: 0;
}
.page-Report.container .article .article__intro__blurb {
  font-style: italic;
}
.page-Report.container .contractor-links-container {
  border: none;
}
.page-Report.container .organization-name {
  font-style: italic;
}
.topCities-heading {
  font-size: 1.5rem;
  margin: 10px 0;
}
.topCities-col {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topCities-row {
  margin-top: 4px;
}
.topCities-row .topCities-row-link {
  text-transform: capitalize;
  color: #2b73de;
  font-size: 1.1rem;
}
.topCities-row-link-state {
  text-transform: uppercase;
}
.state-list {
  margin-bottom: 4rem;
  padding: 0;
  list-style-type: none;
}
.state-list li {
  margin-bottom: 0.5rem;
}
.capitalize {
  text-transform: capitalize;
}
.topCities .hidden-rows {
  display: none;
}
.topCities .inner {
  padding: 10px;
}
.topCities .see-more {
  position: relative;
  height: 0;
  bottom: 5px;
  z-index: 1;
  color: #2b73de;
  cursor: pointer;
  right: -8px;
  font-weight: normal;
  font-size: 10px;
}
.topCities .readMore-link {
  display: none;
}
.topCities input[type="checkbox"]:checked + .five-rows + .hidden-rows {
  width: 100%;
  display: table;
  height: 150px;
  /* any arbitrary height but best at the minimum initial height you would want. */
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 100;
  position: relative;
  bottom: 15px;
}
.topCities input[type="checkbox"]:checked + .five-rows + .hidden-rows + .see-more {
  opacity: 0;
  z-index: -1;
  cursor: default;
}
.topCities input[type="checkbox"]:checked + .five-rows {
  display: none;
}
.topCities label {
  display: block;
  margin: 0;
  width: 62px;
}
.topCities input {
  position: absolute;
  left: -999em;
}
.app-NearMePage .container {
  overflow: hidden;
}
div#preload {
  display: none;
}
.nearMe-h2 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 32px;
  font-Weight: bold;
}
.nearMe-header {
  font-size: 3.2rem;
  font-weight: bold;
  -webkit-margin-after: 2.656rem;
  margin-bottom: 2.656rem;
  -webkit-margin-before: 2.656rem;
  margin-top: 2.656rem;
}
.valueProp-h2 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.hero-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}
.hero-background {
  position: relative;
}
.hero-cta {
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  position: absolute;
  left: 65%;
  top: 80px;
  margin-right: 40px;
  padding: 35px;
  padding-bottom: 0px;
  min-width: 350px;
  min-height: 410px;
  font-size: 14px;
}
.breadcrumbs-crumb-span {
  color: #ffffff;
}
.breadcrumb-separator {
  color: #ffffff;
}
.spinner {
  text-align: center;
}
.porchLoadingCircles {
  width: 100% !important;
}
#serviceTypeId {
  font-size: 14px;
  height: 30px;
  padding-top: 15px;
  font-weight: bold;
  color: #505b66;
}
#companyTypeId {
  font-size: 14px;
  height: 30px;
  padding-top: 15px;
  font-weight: bold;
  color: #505b66;
}
.ul-text-input {
  padding-bottom: 8px;
}
.hero-cta-h2 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  color: #4A5561;
  line-height: 32px;
  text-align: left;
}
.hero-cta-text {
  color: #757D88;
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 16px;
  text-align: left;
}
.breadcrumbs {
  color: #ffffff;
  padding: 10px;
  position: absolute;
  font-size: 12px;
  padding-left: 10%;
  line-height: 16px;
  text-transform: capitalize;
}
.headshot {
  padding: 16px;
  height: 72px;
  display: inline-block;
}
.searchResult {
  border: 1px solid #d0d3da;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px;
  height: 200px;
}
.searchResult-companyInfo {
  display: inline-block;
  position: absolute;
  padding-top: 20px;
  width: 450px;
}
.searchResult-companyName {
  text-decoration: underline;
}
.searchResult-container {
  display: inline-block;
  width: 80%;
}
.searchResult-button {
  display: inline-block;
}
.nearMe-questionAnswer div {
  border: 1px solid #d0d3da;
  border-radius: 3px 3px 0px 3px;
  color: #3d454d;
  line-height: 20px;
  padding: 16px;
  margin-bottom: 20px;
}
.nearMe-question {
  font-weight: bold;
  color: #3d454d;
  font-size: 16px;
  line-height: 20px;
}
.nearMe-answer {
  color: #3d454d;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
.side-cta {
  border: 1px solid #D0D3DA;
  border-radius: 4px;
  margin-top: 35px;
  padding: 16px;
  font-size: 14px;
}
.side-cta-text {
  color: #505b66;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}
.side-cta-h2 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.side-cta-button {
  padding-top: 16px;
}
.hero-cta-button {
  padding-top: 16px;
}
.side-cta-phone {
  padding-top: 16px;
  font-size: 14px;
  color: #3d454d;
  font-weight: bold;
}
.hero-cta-phone {
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #3d454d;
  text-align: left;
}
.valueprop {
  color: #4a5560;
  font-size: 14px;
}
.valueprop-icon {
  max-height: 50px;
  text-align: center;
}
.valueprop-icon svg {
  max-height: 50px;
}
.valueprop-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
}
.valueprop-text {
  text-align: center;
  line-height: 20px;
  padding-bottom: 10px;
}
.valueprop-getstarted {
  text-align: center;
}
/* *** Remove when SEO-5581 is done *** */
.hero-cta .ul-dropdown,
.side-cta .ul-dropdown {
  display: none;
}
.hero-bestof-background {
  height: 348px;
  background-color: #F3F4F6;
}
.hero-bestof.container {
  padding: 0px;
}
.hero-bestof.container .hero-bestof-title {
  float: left;
}
.hero-bestof.container .hero-bestof-title h1 {
  max-width: 552px;
  color: #3D454D;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 60px;
  text-transform: capitalize;
  margin-top: 72px;
}
.hero-bestof.container .hero-bestof-title h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
.hero-bestof.container .hero-bestof-img {
  margin-top: 64px;
  margin-right: 120px;
  float: right;
}
.side-bestof {
  border: 1px solid #D0D3DA;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-top: 35px;
  padding: 20px;
}
.side-bestof h3 {
  color: #3D454D;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.side-bestof ul {
  list-style: none;
  padding: 0;
}
.side-bestof li {
  color: #3D454D;
  padding-left: 40px;
}
.side-bestof li .bestof-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-bestof li .bestof-title svg {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
  margin-left: -40px;
  width: 40px;
}
.side-bestof li .bestof-title h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.side-bestof li p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-top: 0;
}
.seo-proTypeReview {
  width: 100%;
}
.tiles-row {
  margin: 27px -10px;
}
.tiles-row-title {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 12px;
}
.tiles-row-tiles {
  overflow-y: hidden;
}
.tiles-row-tiles::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}
.tiles-row-link {
  color: #2b73de;
  font-size: 12px;
  margin: 10% 0;
}
.tile-anchor {
  -webkit-box-shadow: 0 2px 2px #757d88;
  box-shadow: 0 2px 2px #757d88;
  cursor: pointer;
  margin: 10px 0;
}
.tile-anchor:hover {
  -webkit-box-shadow: 0 2px 10px #757d88;
  box-shadow: 0 2px 10px #757d88;
}
.tile-anchor .tile {
  margin: 0;
}
.tile-image {
  width: 100%;
}
.tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.costGuideTiles {
  padding-top: 152px;
  text-align: center;
  padding-bottom: 150px;
}
.costGuideTiles-cta {
  padding-bottom: 20px;
}
.costGuideTiles-guideName {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  color: #3d454d;
  min-height: 50px;
  text-transform: capitalize;
}
.costGuideTiles-guidePrice {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #2b73de;
}
.costGuideTiles-guides {
  height: 190px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
}
.costGuideTiles-cta {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  padding-right: 10px;
  font-weight: bold;
  letter-spacing: 0.83px;
  line-height: 14px;
  text-align: right;
}
.costGuideTiles-average {
  text-align: left;
  color: #757D88;
}
.costGuideTiles-tile {
  background-image: url('https://cdn.porch.com/bootstrap/0web/home-page/cost-guide.png');
  height: 222px;
  display: inline-block;
  width: 220px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
}
.header {
  min-height: 68px;
  background-color: #303030;
  color: #d0d3da;
}
.header img {
  margin-top: 2px;
  top: 14;
  left: 12;
  opacity: 0.8;
  position: fixed;
}
.title {
  left: 15;
  font-size: 14px;
  position: fixed;
  top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.url {
  display: inline-block;
  position: fixed;
  top: 35;
  min-width: 60%;
}
.nav {
  background-color: #303030;
  border-radius: 20px;
  margin-top: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  min-width: 60%;
  border: 2px solid #3d454d;
}
.nav a {
  text-decoration: underline;
  color: #ffffff;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs,
  .hidden-xs-inline {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .Select-control {
    border-radius: 0;
  }
  .searchWaitIndicator {
    font-size: 2.2rem;
    min-height: 400px;
    padding-top: 25px;
  }
  .searchWaitIndicator-spinner {
    margin-top: 40px;
    font-size: 80px;
  }
  .u-display1 {
    font-size: 32px;
  }
  .u-display1 {
    line-height: 48px;
  }
  .u-display2 {
    font-size: 18px;
  }
  .u-display2 {
    line-height: 28px;
  }
  .u-headline {
    font-size: 28px;
  }
  .u-headline {
    line-height: 40px;
  }
  .u-title {
    font-size: 24px;
  }
  .u-title {
    line-height: 36px;
  }
  .u-subtitle {
    font-size: 18px;
  }
  .u-subtitle {
    line-height: 26px;
  }
  .u-body1 {
    font-size: 16px;
  }
  .u-body1 {
    line-height: 24px;
  }
  .u-body2 {
    font-size: 16px;
  }
  .u-body2 {
    line-height: 24px;
  }
  .u-body3 {
    font-size: 14px;
  }
  .u-body3 {
    line-height: 22px;
  }
  .authFormModal-body {
    padding: 30px 15px 0 15px;
    height: 100%;
  }
  .porchModal input::input-placeholder,
  .porchModal textarea::input-placeholder {
    color: #9ea4ae;
  }
  .porchModal-content {
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: #f3f4f6;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .porchModal-heading {
    position: relative;
    font-size: 1.5rem;
    border-bottom: 1px solid #e3e6ea;
    padding: 0 0 10px 20px;
    font-family: 'Sharp Sans', 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .porchModal-body {
    padding: 0 20px;
  }
  .porchModal-closeIcon {
    z-index: 900;
  }
  .modalDialog {
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .authForm-legal {
    width: 100%;
    white-space: normal;
  }
  .forgotPasswordSuccess-content {
    padding: 10px 0;
    width: 100%;
  }
  .appFooter-cta {
    display: block;
    margin-top: 5px;
  }
  .appFooter-utilLinks {
    padding: 0;
  }
  .appFooter-utilLinks .appFooter__links {
    border-bottom: 1px solid #d0d3da;
    margin-bottom: 0;
  }
  .appFooter-utilLinks .appFooter__links:last-child {
    border-bottom: none;
    margin-top: 2.4rem;
  }
  .appFooter-utilLinks .appFooter__links--is-closed .appFooter__list-item {
    display: none;
  }
  .appFooter-utilLinks .appFooter__list-header {
    line-height: 5.6rem;
    margin-bottom: 0;
    padding-left: 1rem;
  }
  .appFooter-utilLinks .appFooter__list-header .appFooter__list-header-toggle {
    display: block;
    height: auto;
    width: auto;
  }
  .appFooter-utilLinks .appFooter__list-subheader {
    padding-left: 1rem;
  }
  .appFooter-utilLinks .appFooter__list-item {
    padding-left: 1rem;
  }
  .appFooter-utilLinks .appFooter__list-item:last-child {
    margin-bottom: 1.8rem;
  }
  .appFooter-utilLinks .appFooter__terms {
    margin-left: 1rem;
    padding-top: 0.2rem;
  }
  .appFooter-utilLinks .appFooter__terms-logo {
    float: none;
    margin-left: 1rem;
  }
  .appFooter-utilLinks .appFooter__terms-logo img {
    margin: auto;
  }
  .appFooter .nearbyCities {
    margin-bottom: 20px;
  }
  .appFooter .relatedPros {
    margin-bottom: 20px;
  }
  .appFooter-copyrightYear {
    padding-top: 2rem;
  }
  .agentFooter-linkList {
    padding-bottom: 10px;
  }
  .agentFooter-socialIcons {
    display: block;
    float: left;
    margin-right: 30px;
  }
  .proAppFooter-wrapper {
    padding: 15px 0;
    font-size: 1.1rem;
  }
  .proAppFooter-item {
    padding: 0 5px;
  }
  .proAppFooter-copyrightYear {
    -webkit-box-flex: 3;
    -ms-flex: 3 100%;
    flex: 3 100%;
    text-align: center;
    padding: 0 0 10px;
  }
  a.userMenu-a {
    padding-right: 7px;
  }
  .http-error-bg-container {
    max-height: 400px;
  }
  .http-error-header {
    margin-top: 0px;
  }
  .http-error-header-h2 {
    font-size: 1.7rem;
  }
  .seo-proTypeReview {
    width: 100%;
    height: auto;
  }
  .popular-projects-redesign-heading-checksText {
    color: #505b66;
  }
  .popular-projects-redesign-seeMore {
    padding-bottom: 50px;
  }
  .popular-projects-redesign-subtext {
    width: 100%;
  }
  .popular-projects-redesign-row-tiles {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popular-projects-redesign-row-tiles .col-sm-4 {
    width: 205px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .modal-box {
    width: 100%;
  }
  .calculator-title {
    position: relative !important;
    font-size: 2rem;
    line-height: 30px !important;
  }
  .input-container .label {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .form-control {
    font-size: 15px;
  }
  .output-box {
    height: 120px;
  }
  .result {
    padding: 4px;
  }
  .embed__link {
    padding-top: 0px;
  }
  .resource .container .thumbnail {
    padding: 0px;
    float: none;
  }
  .resource .container .information .title {
    padding-top: 10px;
  }
  .resource-header {
    text-align: center;
  }
  .resource-subheader {
    text-align: center;
    padding: 0px 10px;
  }
  .resource-container {
    height: 350px;
    padding-top: 25px;
  }
  .consumer-search-zipCode {
    border-right: 1px solid #d0d3da;
  }
  .porchModal input::input-placeholder,
  .porchModal textarea::input-placeholder {
    color: #505b66;
  }
  .porchModal-content {
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: #f3f4f6;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .porchModal-heading {
    position: relative;
    font-size: 1.5rem;
    border-bottom: 1px solid #e3e6ea;
    padding: 0 0 10px 20px;
    font-family: 'Sharp Sans', 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .porchModal-body {
    padding: 0 20px;
  }
  .porchModal-closeIcon {
    z-index: 900;
  }
  .modalDialog {
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .doneZip-postalCodeContainer {
    width: 100%;
  }
  .dropoff-card-card {
    margin: 20px 0;
  }
  .dropoff-card-footer {
    font-size: 1.5rem;
    margin-top: 20px;
    padding-top: 20px;
  }
  .dropoff-card-footer-item {
    padding-bottom: 20px;
  }
  .home-improvement .homePage-repairAndImprove-bottom {
    display: block;
  }
  .consumer-search-zipCode {
    display: none;
  }
  .consumer-search .spaceTop {
    margin-top: 5px;
    width: 100%;
  }
  .consumer-search-button {
    display: none;
  }
  .consumer-search .search-autosuggest {
    width: 100%;
    border-radius: 2px;
  }
  .consumer-search .search-autosuggest .reactAutosuggest-floatingLabel {
    border-right: none;
  }
  .consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__container .react-autosuggest__input {
    font-size: 16px;
  }
  .section-main-image {
    margin: 0px auto 40px auto;
    max-width: 100%;
  }
  .search .consumer-search .reactAutosuggest-floatingLabel {
    width: 100%;
  }
  .search .consumer-search .consumer-search-zipCode {
    border-left-width: 1px;
  }
  .search .consumer-search .alignTop {
    border: none;
  }
  .homePageContentContainer {
    max-width: 100vw;
    margin-left: 8px;
    margin-right: 8px;
  }
  .homePage-move-icon {
    width: 100%;
  }
  .homePage-move-section-getStarted {
    width: 100%;
  }
  .homePage-move-section {
    margin-left: 8px !important;
  }
  .homePage-move-section-left {
    margin-top: 10px;
    margin-right: 10px;
  }
  .homePage-move-widget-title {
    line-height: 30px;
  }
  .homePage-move-hireAHelper {
    width: 100%;
  }
  .homePage-move-heading {
    margin: auto;
  }
  .homePage-move-heading .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homePage-move-heading-title {
    padding-left: 8px;
    padding-bottom: 60px;
    padding-top: 68px;
  }
  .homePage-move-heading-message {
    color: #3d454d;
    background-color: #ffffff;
    padding-bottom: 48px;
    font-size: 24px;
    height: 150px;
    padding-top: 48px;
    line-height: 32px;
    margin-left: 8px;
  }
  .homePage-repairAndImprove-bottom-text {
    padding-bottom: 10px;
  }
  .homePage-repairAndImprove-bottom-text {
    text-align: left;
    display: block;
  }
  .homePage-repairAndImprove-bottom-consumerSearch {
    padding-left: 0px;
    width: 100%;
  }
  .homePage-repairAndImprove-bottom-guarantee {
    margin-left: 10px;
    margin-right: 10px;
  }
  .homePage-repairAndImprove-section .container {
    padding-left: 8px !important;
  }
  .homePage-repairAndImprove-heading-checksText {
    color: #505b66;
  }
  .homePage-repairAndImprove-subText {
    max-width: none;
  }
  .homePage-repairAndImprove-heading {
    margin: auto;
  }
  .homePage-repairAndImprove-heading .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homePage-repairAndImprove-heading-title {
    padding-left: 8px;
    padding-bottom: 60px;
    padding-top: 68px;
  }
  .homePage-repairAndImprove-heading-message {
    color: #3d454d;
    background-color: #ffffff;
    padding-bottom: 48px;
    font-size: 24px;
    height: 150px;
    padding-top: 48px;
    line-height: 32px;
    margin-left: 8px;
  }
  .homePage-buySellPrep-heading {
    margin: auto;
  }
  .homePage-buySellPrep-heading .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homePage-buySellPrep-heading-title {
    padding-left: 8px;
    padding-bottom: 60px;
    padding-top: 68px;
  }
  .homePage-buySellPrep-heading-message {
    color: #3d454d;
    background-color: #ffffff;
    padding-bottom: 48px;
    font-size: 24px;
    height: 150px;
    padding-top: 48px;
    line-height: 32px;
    margin-left: 8px;
  }
  .homePage-heroSection {
    padding-top: 60px;
  }
  .homePage-heroSection-hero {
    padding-bottom: 0;
  }
  .homePage-heroSection-iconSet {
    margin-left: -10px;
  }
  .homePage-heroSection-icons {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homePage-heroSection-icon {
    position: relative;
    top: 5px;
  }
  .homePage-heroSection-iconText {
    bottom: 0px;
    padding-top: 15px;
    margin-left: 0px;
  }
  .homePage-heroSection-iconText.move {
    padding-left: 0px;
  }
  .homePage-heroSection-iconText.buySellPrep {
    text-align: center;
    padding-left: 5px;
  }
  .homePage-heroSection-text {
    font-size: 18px;
    line-height: 28px;
  }
  .homePage-partnerships h2 {
    padding-left: 16px;
    padding-right: 16px;
    width: 85%;
    max-width: none;
  }
  .homePage-partnerships img {
    width: 60%;
  }
  .homePage-costGuideTiles {
    padding-top: 128px;
  }
  .individualPopularTile {
    width: 40% !important;
    min-width: 160px;
  }
  .popular-projects {
    padding-left: 16px;
  }
  .popular-projects-row-tiles {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popular-projects-row-tiles .col-sm-4 {
    width: 205px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .homePage-hero {
    height: 550px;
  }
  .homePage-hero--overlay {
    padding-top: 160px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80px, rgba(0, 0, 0, 0.55) 280px);
  }
  .homePage-hero-title {
    font-size: 30px;
  }
  .homePage-hero-subtitle {
    font-size: 18px;
  }
  .homePage-hero .search .consumer-search .reactAutosuggest-floatingLabel {
    width: 100%;
  }
  .homePage-hero .search .consumer-search .consumer-search-zipCode {
    border-left-width: 1px;
  }
  .homePage-hero .search .consumer-search .alignTop {
    border: none;
  }
  .homePage-hero .sub-description {
    margin-bottom: 2rem;
  }
  .smartFormV2-progressBarGroup {
    margin: 10px 0;
  }
  .smartFormV2-container {
    width: 100%;
    margin-top: 0;
    height: 100% !important;
    overflow-y: auto;
    max-height: 100vh;
  }
  .smartFormV2-questionDescription {
    max-width: 300px;
  }
  .smartFormV2-questionError {
    max-width: 300px;
  }
  .smartFormV2-answer-withImage--box {
    width: calc(50% - 8px);
  }
  .smartFormV2-footer-nextButtonText-withArrow {
    line-height: 1;
  }
  .smartFormV2-contactInfo {
    padding: 10px 10px 0;
  }
  .smartFormOverlay-wrapper {
    background-color: #303f54;
  }
  .smartFormOverlay-wrapper .smartFormV2-container {
    padding-top: 15px;
  }
  .smartFormOverlay-wrapper .smartFormV2-questionDescription {
    font-size: 2.4rem;
  }
  .smartFormOverlay-wrapper .smartFormV2-questionExplanation {
    font-size: 1.8rem;
  }
  .smartFormOverlay-wrapper .smartFormV2-header .smartFormV2-porchLogo {
    margin: 0 auto;
    width: 90px;
  }
  .smartFormOverlay-wrapper .smartFormV2-answerList-withImage {
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer .smartFormV2-textarea-extendedType {
    margin-left: 0;
  }
  .smartFormOverlay-wrapper .smartFormV2-answerList .smartFormV2-answer-withImage--box {
    width: calc(50% - 20px);
  }
  .smartFormOverlay-wrapper .smartFormV2-footer .porchButton {
    width: 100%;
  }
  .smartFormV2-porchLogo {
    visibility: hidden;
  }
  .smartForm-confirmation-container {
    padding-top: 30px;
  }
  .smartForm-confirmation .flex-row {
    display: block;
    margin: 26px 0 30px;
  }
  .smartForm-confirmation-icon {
    margin: 3px 10px 3px 0;
    width: 32px;
    height: 32px;
  }
  .smartForm-confirmationFallback .confirmation-teamImg {
    margin: -8px auto 18px;
  }
  .smartForm-confirmationFallback .confirmation-fallbackText {
    margin: 0 10px 0 0;
  }
  .smartForm-confirmationFallback .confirmation-check-imgContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .smartForm-confirmationFallback .confirmation-check-imgContainer .confirmation-guarantee {
    margin-bottom: 10px;
  }
  .checkout-sideBar-section {
    padding-left: 18px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .smartFormPage-wrapper .smartFormV2-container {
    margin-top: 0;
    overflow: visible;
    max-height: none;
    height: auto !important;
  }
  .smartFormPage-wrapper .smartFormV2-questionDescription {
    font-size: 24px;
  }
  .smartFormPage-wrapper .smartFormV2-questionExplanation {
    font-size: 18px;
  }
  .smartFormPage-wrapper .smartFormV2-answer {
    min-height: 48px;
    padding: 6px;
    font-size: 14px;
  }
  .smartFormPage-wrapper .smartFormV2-answer-withImage--box {
    width: calc(50% - 12px);
  }
  .smartFormPage-wrapper .smartFormV2-footer {
    padding-top: 16px;
  }
  .smartFormPage-wrapper .smartFormV2-footer-buttonTextContainer {
    padding: 14px;
  }
  .smartFormV2-modalWrapper {
    overflow-y: scroll;
  }
  .guidedForm-upsellConfirmation {
    width: 100%;
    margin-top: 0;
    height: 100vh;
  }
  .guidedForm-upsellConfirmation-content .smartFormV2-footer {
    padding: 10px;
  }
  .home-projects-top-level-page .footer-cta {
    background-color: #f3f4f6;
  }
  .home-projects-top-level-page .search .consumer-search .reactAutosuggest-floatingLabel {
    width: 100%;
  }
  .home-projects-top-level-page .search .consumer-search .consumer-search-zipCode {
    border-left-width: 1px;
  }
  .home-projects-top-level-page .search .consumer-search .alignTop {
    border: none;
  }
  .home-projects-top-level-page .sub-description {
    margin-bottom: 2rem;
  }
  .search .consumer-search .consumer-search-zipCode {
    width: 100%;
  }
  .home-projects-solutions .footer-cta {
    padding: 4.4rem 0 6.4rem 0;
  }
  .home-projects-solutions .footer-cta > h2 {
    font-size: 3.4rem;
  }
  .home-projects-solutions .footer-cta > p {
    font-size: 1.8rem;
  }
  .home-projects-solutions .home-projects-solutions-header {
    margin-bottom: 1.8rem;
  }
  .home-projects-solutions .home-projects-solutions-header-porch-logo {
    height: 2rem;
    width: 7.2rem;
    margin-top: 1.8rem;
  }
  .home-projects-solutions .hero-banner--overlay {
    padding-top: 16rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8rem, rgba(0, 0, 0, 0)), color-stop(28rem, rgba(0, 0, 0, 0.55)));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 8rem, rgba(0, 0, 0, 0.55) 28rem);
  }
  .home-projects-solutions .hero-banner-title {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
  .home-projects-solutions .hero-banner-subtitle {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .home-projects-solutions .how-it-works .how-it-works-step img {
    width: 19.4rem;
  }
  .home-projects-solutions .how-it-works .how-it-works-step-number-container {
    font-size: 2.6rem;
    line-height: 3.6rem;
    min-width: 3.2rem;
  }
  .home-projects-solutions .how-it-works {
    margin-bottom: 4.4rem;
  }
  .home-projects-solutions .how-it-works-header {
    margin-bottom: 0.4rem;
    padding: 4rem 0 4.8rem 0;
  }
  .home-projects-solutions .projects {
    margin-bottom: 0;
  }
  .home-projects-solutions .projects-product-group-list {
    overflow-y: scroll;
  }
  .home-projects-solutions .projects-product-group-item {
    width: 22.4rem;
  }
  .home-projects-solutions .vetted-network .vetted-network-box {
    padding-top: 4rem;
  }
  .home-projects-solutions .vetted-network {
    padding-bottom: 3.2rem;
  }
  .home-projects-solutions .search .consumer-search .reactAutosuggest-floatingLabel {
    width: 100%;
  }
  .home-projects-solutions .search .consumer-search .consumer-search-zipCode {
    border-left-width: 1px;
  }
  .home-projects-solutions .search .consumer-search .alignTop {
    border: none;
  }
  .proTypeByCityPage-breadcrumbs {
    padding-left: 20px;
  }
  .proTypeByCityPage-consumer-search {
    padding: 5px;
  }
  .proTypeByCityPage-consumer-search > div:first-child {
    width: 71%;
  }
  .proTypeByCityPage-consumer-search > div:nth-child(2) {
    width: 29%;
  }
  .proTypeByCityPage-consumer-search .spaceTop {
    margin-top: 5px;
    width: 100%;
  }
  .proTypeByCityPage-consumer-search-button {
    border-radius: 2px;
    width: 100%;
    min-height: 50px;
    min-width: 298px;
    max-width: none;
    height: 50px;
    padding: 12px;
  }
  .proTypeByCityPage-consumer-search-button {
    min-width: 249px;
    height: 25px;
  }
  .proTypeByCityPage-services {
    height: 180px;
  }
  .proTypeByCityPage-findPro {
    padding: 0px !important;
    width: 100%;
  }
  .proTypeByCityPage-stats {
    min-width: 323px;
    padding-left: 0px;
  }
  .proTypeByCityPage-statLabel {
    font-size: 10px;
  }
  .proTypeByCityPage-stat {
    padding: 5px;
  }
  .proTypeByCityPage-icon {
    padding-left: 5px;
    padding-right: 20px;
  }
  .proTypeByCityPage-border {
    border-right: 1px solid #d0d3da;
  }
  .infographic .image__float-right {
    float: none;
    margin: auto;
    max-width: 100%;
  }
  .infographic .image__float-left {
    float: none;
    margin: auto;
    max-width: 100%;
  }
  .infographic h2,
  .infographic p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .hero-container .hero-content-background,
  .hero-container .hero-children {
    margin-top: 5vh;
  }
  .hero-container .hero-children h1 {
    font-size: 2vh;
  }
  .hero-container [class^="parallax-banner-layer"] {
    background-position: 55% 200%!important;
  }
  .porch-author-bio-section {
    margin: 4rem 3rem 1rem 3rem;
  }
  .porch-author-bio-section .porch-author-pic {
    float: none;
    margin: auto;
  }
  .porch-author-bio-section .porch-author-pic-tariff {
    float: none;
    margin: auto;
  }
  .porch-author-bio-section .porch-author-bio-summary {
    padding: none;
  }
  .page-Report.container .article p,
  .page-Report.container .share-buttons-section p,
  .page-Report.container .fair-use-section p,
  .page-Report.container .contractor-links p,
  .page-Report.container .porch-author-bio-section p,
  .page-Report.container .article ul,
  .page-Report.container .share-buttons-section ul,
  .page-Report.container .fair-use-section ul,
  .page-Report.container .contractor-links ul,
  .page-Report.container .porch-author-bio-section ul,
  .page-Report.container .article blockquote,
  .page-Report.container .share-buttons-section blockquote,
  .page-Report.container .fair-use-section blockquote,
  .page-Report.container .contractor-links blockquote,
  .page-Report.container .porch-author-bio-section blockquote,
  .page-Report.container .article cite,
  .page-Report.container .share-buttons-section cite,
  .page-Report.container .fair-use-section cite,
  .page-Report.container .contractor-links cite,
  .page-Report.container .porch-author-bio-section cite {
    margin: 1rem 3rem;
  }
  .page-Report.container .article p.full-report,
  .page-Report.container .share-buttons-section p.full-report,
  .page-Report.container .fair-use-section p.full-report,
  .page-Report.container .contractor-links p.full-report,
  .page-Report.container .porch-author-bio-section p.full-report,
  .page-Report.container .article ul.full-report,
  .page-Report.container .share-buttons-section ul.full-report,
  .page-Report.container .fair-use-section ul.full-report,
  .page-Report.container .contractor-links ul.full-report,
  .page-Report.container .porch-author-bio-section ul.full-report,
  .page-Report.container .article blockquote.full-report,
  .page-Report.container .share-buttons-section blockquote.full-report,
  .page-Report.container .fair-use-section blockquote.full-report,
  .page-Report.container .contractor-links blockquote.full-report,
  .page-Report.container .porch-author-bio-section blockquote.full-report,
  .page-Report.container .article cite.full-report,
  .page-Report.container .share-buttons-section cite.full-report,
  .page-Report.container .fair-use-section cite.full-report,
  .page-Report.container .contractor-links cite.full-report,
  .page-Report.container .porch-author-bio-section cite.full-report {
    margin-top: 3rem 3rem;
  }
  .page-Report.container .article h2,
  .page-Report.container .share-buttons-section h2,
  .page-Report.container .fair-use-section h2,
  .page-Report.container .contractor-links h2,
  .page-Report.container .porch-author-bio-section h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .page-Report.container .article blockquote {
    padding: 2rem;
    padding-bottom: 0;
    font-size: 2.2rem;
  }
  .topCities-list {
    margin: 0 auto;
  }
  .topCities-row-link-state {
    display: none;
  }
  .topCities .see-more {
    bottom: 25px;
    right: -20px;
  }
  .nearMe-h2 {
    text-align: center;
  }
  .hero-cta {
    left: 5%;
  }
  .searchResult-button {
    width: 95%;
  }
  .hero-bestof-background {
    height: auto;
  }
  .hero-bestof.container {
    padding: 24px;
    text-align: center;
  }
  .hero-bestof.container .hero-bestof-title {
    float: none;
  }
  .hero-bestof.container .hero-bestof-title h1 {
    font-size: 34px;
    letter-spacing: -0.1px;
    line-height: 44px;
    margin-top: 40px;
  }
  .hero-bestof.container .hero-bestof-title h3 {
    font-size: 22px;
    letter-spacing: 0.1px;
    line-height: 32px;
    margin-bottom: 60px;
  }
  .hero-bestof.container .hero-bestof-img {
    height: 166px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .tiles {
    padding-left: 16px;
  }
  .tiles-row-tiles {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-row-tiles .col-sm-4 {
    width: 205px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .costGuideTiles {
    padding-top: 128px;
  }
}
@media only screen and (min-width: 768px) {
  .porchBody {
    position: relative;
  }
  .searchWaitIndicator {
    font-size: 3.4rem;
    min-height: 800px;
  }
  .searchWaitIndicator-spinner {
    margin-top: 100px;
    font-size: 100px;
  }
  .sectionHeading {
    font-size: 1.7rem;
    margin: 0 0 20px 0;
  }
  .porchModal-content {
    margin: 20px auto 0;
    max-height: calc(100% - 20px);
    min-height: 300px;
  }
  .porchModal-body {
    height: auto;
  }
  .modalDialog {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: calc(100% - 70px);
  }
  a.appHeader-a:hover {
    color: #3d454d;
  }
  .appHeader--landingPage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .appHeader--landingPage a.appHeader-a {
    font-size: 14px;
    color: #ffffff;
  }
  .appHeader--landingPage a.appHeader-a:hover {
    background: none;
  }
  .userMenu-userName {
    vertical-align: middle;
    max-width: 150px;
    display: inline-block;
  }
  .resource .consumer-search-autoComplete,
  .resource div.spaceTop:last-of-type > div {
    border: 1px solid #e3e6ea;
    border-right: none;
  }
  .porchModal-content {
    margin: 20px auto 0;
    max-height: calc(100% - 20px);
    min-height: 300px;
  }
  .porchModal-body {
    height: auto;
  }
  .modalDialog {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: calc(100% - 70px);
  }
  .smartFormV2-container.infoModal {
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    padding: 30px 15px;
  }
  .notFFUService-container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .dropoff-card-phone-item {
    pointer-events: none;
    cursor: default;
  }
  .porchBody.porchBody-homePage .consumerSearch-mobile-cta {
    display: none;
  }
  .homePage-move-heading {
    background-color: #42acb4;
  }
  .homePage-repairAndImprove-heading {
    background-color: #2b73de;
  }
  .homePage-buySellPrep-heading {
    background-color: #d32f2f;
  }
  .homePage-startProjectFooter-consumerSearch .porchBody.porchBody-homePage .consumerSearch-mobile-cta .consumerSearch-mobile-icon {
    padding-left: 15px !important;
  }
  .popular-projects {
    margin-top: 5px;
  }
  .popular-projects-row-tiles {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popular-projects-row-tiles .col-sm-4 {
    width: 205px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .smartFormV2-answer-withImage--box {
    width: calc(33.33333333% - 8px);
  }
  .smartForm-confirmation {
    margin-left: auto;
  }
  .smartFormPage-wrapper .smartFormV2-questionDescription {
    font-size: 32px;
  }
  .smartFormPage-wrapper .smartFormV2-questionExplanation {
    font-size: 22px;
  }
  .smartFormPage-wrapper .smartFormV2-footer-buttonTextContainer {
    padding: 18px;
  }
  .smartFormPage-wrapper .smartFormV2-dropdownContainer {
    max-width: 400px;
  }
  .smartFormV2-modalWrapper .smartFormV2-answerList {
    max-height: 415px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .home-projects-top-level-page .linkList-col {
    width: 20%;
    float: left;
  }
  .home-projects-solutions .home-projects-solutions-header-porch-logo {
    height: 4rem;
    width: 14.4rem;
  }
  .about-porch .aboutRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tiles {
    margin-top: 5px;
  }
  .tiles-row-tiles {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-row-tiles .col-sm-4 {
    width: 205px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .fullWidthContainer {
    padding: 0 18px 0 38px;
  }
  .homePage-heroSection-section .container {
    width: 992px;
  }
  .homePage-planningGuideTiles .container {
    width: 992px;
  }
  .homePage-costGuideTiles .container {
    width: 992px;
  }
  .hero-container [class^="parallax-banner-layer"] {
    background-position: 50% 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .u-display1 {
    font-size: 56px;
  }
  .u-display1 {
    line-height: 80px;
  }
  .u-display2 {
    font-size: 28px;
  }
  .u-display2 {
    line-height: 36px;
  }
  .u-headline {
    font-size: 28px;
  }
  .u-headline {
    line-height: 40px;
  }
  .u-title {
    font-size: 24px;
  }
  .u-title {
    line-height: 36px;
  }
  .u-subtitle {
    font-size: 18px;
  }
  .u-subtitle {
    line-height: 26px;
  }
  .u-body1 {
    font-size: 16px;
  }
  .u-body1 {
    line-height: 24px;
  }
  .u-body2 {
    font-size: 16px;
  }
  .u-body2 {
    line-height: 24px;
  }
  .u-body3 {
    font-size: 14px;
  }
  .u-body3 {
    line-height: 22px;
  }
  .modalDialog {
    width: 70%;
  }
  .appFooter-utilLinks .appFooter__terms {
    padding-top: 0;
    margin-left: 1rem;
  }
  .modal-box {
    width: 60%;
  }
  .calculator-title {
    position: relative !important;
  }
  .input-container {
    padding-left: 3rem;
  }
  .resource .container .thumbnail {
    width: 370px;
    height: 200px;
    padding-right: 0px;
  }
  .modalDialog {
    width: 70%;
  }
  .consumer-search-button {
    width: 100px;
  }
  .consumer-search .search-autosuggest {
    width: 310px;
  }
  .consumer-search .search-autosuggest .reactAutosuggest-floatingLabel {
    width: 310px;
  }
  .consumer-search .search-autosuggest .reactAutosuggest-floatingLabel .react-autosuggest__container {
    width: 310px;
  }
  .porchBody.porchBody-homePage .consumer-search-button {
    font-size: 12px;
  }
  .individualPopularTile {
    width: 25% !important;
    min-width: 160px;
  }
  .proTypeByCityPage-consumer-search-button {
    min-width: 298px;
    height: 25px;
  }
  .proTypeByCityPage-findPro {
    padding: 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .u-display1 {
    font-size: 72px;
  }
  .u-display1 {
    line-height: 104px;
  }
  .u-display2 {
    font-size: 32px;
  }
  .u-display2 {
    line-height: 48px;
  }
  .u-headline {
    font-size: 24px;
  }
  .u-headline {
    line-height: 36px;
  }
  .u-title {
    font-size: 20px;
  }
  .u-title {
    line-height: 32px;
  }
  .u-subtitle {
    font-size: 16px;
  }
  .u-subtitle {
    line-height: 24px;
  }
  .u-body1 {
    font-size: 14px;
  }
  .u-body1 {
    line-height: 20px;
  }
  .u-body2 {
    font-size: 14px;
  }
  .u-body2 {
    line-height: 20px;
  }
  .u-body3 {
    font-size: 12px;
  }
  .u-body3 {
    line-height: 18px;
  }
  .porchModal-content {
    width: 960px;
  }
  .popular-tile-imageContainer:hover .popular-tile-button {
    display: inline-block;
  }
  .porchModal-content {
    width: 960px;
  }
  .handyman .overline {
    margin-top: 3rem;
  }
  .popular-tile-imageContainer:hover .popular-tile-button {
    display: inline-block;
  }
}
@media only screen and (max-width: 399px), only screen and (max-device-width: 399px) {
  .appFooter-socialLinksCol .inlineList-item.inlineList--paddedLg:last-child {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .appFooter-utilLinks .appFooter__terms .inlineList-item.inlineList--padded {
    margin-bottom: 1rem;
    padding-left: 0;
    width: 100%;
  }
  .appFooter-utilLinks .appFooter__terms-logo.appFooter__terms-logo {
    display: block;
    margin: auto;
    margin-bottom: 2.4rem;
  }
  .appFooter-utilLinks .appFooter__terms-logo.appFooter__terms-logo img {
    margin: auto;
  }
  .appFooter-utilLinks .appFooter__icons {
    display: block;
    text-align: center;
  }
  .appFooter-utilLinks .appFooter__icons li {
    display: inline-block;
  }
  .appFooter-utilLinks .appFooter__icons li.appFooter__terms-logo {
    margin-bottom: 2.4rem;
  }
  .appFooter-utilLinks .appFooter__icons li.appFooter__terms-logo img {
    margin: auto;
  }
  .appFooter-copyrightYear {
    width: 100%;
    padding-top: 2rem;
  }
  .waitIndicator-loadingBar-container {
    left: 5%;
    top: 30%;
    width: 90%;
  }
  .proUserMenu {
    display: none;
    top: 59px;
    right: auto;
  }
  .proUserMenu-logged-out {
    display: none;
  }
  .proUserMenu-showMobile {
    display: block;
    z-index: 200;
  }
  .proUserMenu .proDropdownMenu-headshot {
    padding: 10px 0 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .proUserMenu .proDropdownMenu-flyout {
    display: block;
  }
  .proUserMenu .proDropdownMenu-flyout-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #d0d3da;
    height: 100vh;
    width: 250px;
    z-index: 200;
  }
  .proUserMenu .proDropdownMenu-link-mobile-nav {
    display: block;
    font-weight: bold;
  }
  .proUserMenu-logged-out {
    float: none;
    position: absolute;
    top: 56px;
    background-color: #ffffff;
    border-top: 1px solid #d0d3da;
    border-right: 1px solid #d0d3da;
    height: 100vh;
    width: 250px;
  }
  .proUserMenu-logged-out .appHeader-a {
    display: block;
  }
  .flyout .inspectorMobileMenu {
    display: block;
  }
  .proUserMenu {
    display: none;
    top: 59px;
    right: auto;
  }
  .proUserMenu-logged-out {
    display: none;
  }
  .proUserMenu-showMobile {
    display: block;
    z-index: 200;
  }
  .proUserMenu .proDropdownMenu-headshot {
    padding: 10px 0 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .proUserMenu .proDropdownMenu-flyout {
    display: block;
  }
  .proUserMenu .proDropdownMenu-flyout-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #d0d3da;
    height: 100vh;
    width: 250px;
    z-index: 200;
  }
  .proUserMenu .proDropdownMenu-link-mobile-nav {
    display: block;
    font-weight: bold;
  }
  .proUserMenu-logged-out {
    float: none;
    position: absolute;
    top: 56px;
    background-color: #ffffff;
    border-top: 1px solid #d0d3da;
    border-right: 1px solid #d0d3da;
    height: 100vh;
    width: 250px;
  }
  .proUserMenu-logged-out .appHeader-a {
    display: block;
  }
  .popular-projects-redesign-heading-checks {
    height: 35px;
  }
  .handyman .overline {
    margin-top: 6rem;
  }
  .section-path {
    display: none;
  }
  .section-path--mobile {
    display: block;
  }
  .homePage-move-section {
    padding-top: 0px;
  }
  .homePage-move-heading-right {
    background-color: #ffffff;
    color: #000000;
    padding-top: 0px;
    display: none;
  }
  .homePage-move-heading-concierge {
    display: none;
  }
  .homePage-move-heading-phone {
    color: #000000;
    padding-left: 150px;
    display: none;
  }
  .homePage-repairAndImprove-section-checksBox {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .homePage-repairAndImprove-heading-checks {
    height: 35px;
  }
  .homePage-repairAndImprove-heading-about {
    background-color: #ffffff;
    color: #000000;
    height: 180px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .smartFormV2-questionDescription {
    font-size: 1.5rem;
  }
  .smartFormV2-questionExplanation {
    font-size: 1.2rem;
  }
  .contractor-link {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .appHeader--withBanner {
    margin-top: 0;
    top: 80px;
  }
  .appHeader-logo {
    margin-top: 9px;
  }
  .appHeader-logo.center-xs {
    position: absolute;
    left: 50%;
    top: 18px;
    margin: 0 0 0 -42px;
  }
  .appHeader-logo.appHeader-logo-pro {
    margin: 0 0 0 -54px;
  }
  .appHeader-logoImage {
    height: 21px;
    min-width: 81px;
    width: auto;
  }
  a.appHeader-a {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .userMenu a.appHeader-a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .userMenu .appHeader-btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1115px) {
  .appHeader-navTabs--professionals .u-pullLeft {
    width: 50%;
  }
}
@media only screen and (max-width: 1375px) {
  .appHeader-navTabs--projects .u-pullLeft {
    width: 50%;
  }
}
@media only screen and (max-width: 1245px) {
  .appHeader-navTabs--cost-guides .u-pullLeft {
    width: 50%;
  }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .popular-projects-redesign-subtextContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 24px;
  }
  .popular-projects-redesign-valuePropsPair {
    width: 100%;
  }
  .output-container {
    padding-top: 3rem;
  }
  .resource .container {
    padding: 1rem 0px;
  }
  .homePage-move-section-top {
    width: 100%;
    padding-top: 20px;
  }
  .homePage-move-widget-text {
    max-width: none;
  }
  .proTypeByCityPage-consumer-search-autoComplete {
    border-radius: 0px;
  }
  .rent-calc-container #calculator-container .output-container {
    padding-top: 11rem;
  }
  .rent-calc-container #calculator-container .input-container {
    height: 310px;
  }
  .page-Report.container .article__hero_tariff-wars {
    left: 0;
    width: 100%;
  }
  .page-Report.container .article__body .article__parallax-wrapper_tariff-wars {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  #rent-money-calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) and (min-width: 700px) {
  .calculator-title {
    position: relative !important;
  }
}
@media (max-width: 400px) {
  .resource-container {
    margin-bottom: 12px;
    padding-top: 25px;
  }
}
@media (max-width: 844px) {
  .reactAutosuggest {
    width: 100%;
    border-right: 1px solid #d0d3da;
  }
  .homePage-hero .reactAutosuggest {
    width: 100%;
    border-right: 1px solid #d0d3da;
  }
}
@media only screen and (max-width: 1199px) {
  .homePage-move-heading-phone {
    padding-left: 150px;
    max-width: none;
    bottom: 75px;
  }
  .homePage-heroSection-section {
    padding-left: 3%;
  }
}
@media screen and (min-width: 1360px) {
  .homePage-hero {
    background-size: cover;
  }
  .home-projects-solutions .hero-banner {
    background-size: cover;
  }
}
@media screen and (min-width: 940px) {
  .homePage-hero-mobile {
    background-size: cover;
  }
  .home-projects-solutions .hero-banner-mobile {
    background-size: cover;
  }
}
@media only screen and (max-height: 750px) {
  .smartFormV2-modalWrapper .smartFormV2-container {
    margin-top: 0;
    height: 100vh;
  }
}
@media only screen and (max-height: 702px) {
  .guidedForm-upsellConfirmation {
    margin-top: 0;
    height: 100vh;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .proTypeByCityPage-consumer-search {
    padding: 18px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .proTypeByCityPage-consumer-search {
    padding: 18px;
  }
  .proTypeByCityPage-findPro {
    padding: 0px !important;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .proTypeByCityPage-consumer-search-button {
    min-width: 298px;
    height: 25px;
  }
}
@media (max-width: 600px) {
  .cooking-nightmares__the-view-feature iframe {
    height: 225px;
    width: 360px;
  }
}
@media (max-width: 320px) {
  .cooking-nightmares__the-view-feature iframe {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .most-powerful-women .asset-container-desktop {
    display: none;
  }
  .most-powerful-women .asset-container-mobile {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .most-powerful-women .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .most-powerful-women .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media only screen and (min-width: 480px) and only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .hero-container .hero-children {
    margin-top: 4vh;
  }
  .hero-container .hero-children h1 {
    font-size: 2vh;
  }
}
@media only screen and (max-width: 374px), only screen and (max-device-width: 374px) {
  .hero-container .hero-content-background,
  .hero-container .hero-children {
    margin-top: 5vh;
  }
  .hero-container .hero-children h1 {
    font-size: 3vh;
  }
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .page-Report.container .article__body .article__parallax-wrapper [class^="parallax-banner-layer"] {
    background-position: 77% 200%!important;
  }
}
@media only screen and (min-width: 1100px) {
  .costGuideTiles .container {
    width: 992px;
  }
}


/*# sourceMappingURL=near-me.3dcebf5eb6f0b26f7644.css.map*/