.path-pfb-render {
  background: transparent !important;
}

.pfb-overlay .powered-by-text {
  margin-top: 5px !important;
}

.pfb-overlay #profilebuilder .form-select {
  background: rgba(40, 44, 47, .5);
}

.path-pfb-render #content,
.path-pfb-render #header,
.path-pfb-render #footer,
.path-pfb-render #toolbar-bar,
.path-pfb-render .toolbar-menu-administration {
  display: none;
}

.pfb-overlay .form-item input[type="text"],
.pfb-overlay .form-item input[type="email"],
.pfb-overlay .form-item input[type="password"],
.pfb-overlay .form-item input[type="search"],
.pfb-overlay .form-item textarea,
.pfb-overlay .form-item select {
  max-width: 100% !important;
}

.pfb-overlay form#profilebuilder input {
  padding: 5px !important;
}

.pfb-overlay .modal-body {
  padding: 15px 0 0 15px;
}

/* IMAGE DRIVEN STYLES */
.image-driven .modal-content {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
}

.image-driven .modal-body,
.image-driven div.modal-header {
  background: transparent !important;
}

.image-driven button.close {
  font-size: 50px !important;
  position: absolute !important;
  right: 5px !important;
  z-index: 1000;
}

.image-driven .progressive-reg-description img {
  display: inline;
}

/* END IMAGE DRIVEN */
/* GENERAL IMAGE DRIVEN LEFT */
.image_driven_left .progressive-reg-description p {
  font-size: 12px !important;
}

.image_driven_left.pfb-overlay #profilebuilder input[type=text] {
  font-size: 13px;
}

.image_driven_left .modal-body-container {
  background: #fff !important;
}

.image_driven_left.pfb-overlay .modal-body {
  padding: 0;
}

#progressive-reg-form-container.image_driven_left form#profilebuilder .edit-pfb-submit {
  background: #9E0B0F !important;
  color: #fff !important;
  height: 42px !important;
  width: 236px;
  margin-top: 10px;
}

.image_driven_left .edit-pfb-submit:hover {
  background: #7B0002;
}

.image_driven_left .modal-title {
  display: none !important;
}

.pfb-overlay.image_driven_left .powered-by-text {
  text-align: center;
  margin-top: 35px !important;
  margin-bottom: auto;
}

.image_driven_left .overlay:before {
  height: 0 !important;
  width: 0 !important;
}

.pfb-overlay.image_driven_left img.swoosh {
  display: none !important;
}

.image_driven_left .modal-content {
  background: transparent !important;
  box-shadow: none;
  border: none;
}

.image_driven_left .progressive-title-description p {
  font-size: 15px;
}

.image_driven_left .modal-body-container {
  float: right;
  width: 300px;
  overflow: hidden;
  height: 500px !important;
  padding: 27px 32px;
}

.image_driven_left .modal-body {
  text-align: center;
  padding: 0 !important;
}

.image_driven_left .image-container {
  width: 300px;
  display: inline-block;
  height: 500px;
}

.image_driven_left.pfb-overlay.modal .modal-header {
  background-color: transparent !important;
  border: none !important;
}

.image_driven_left button.close {
  font-size: 40px !important;
  position: absolute !important;
  right: 0 !important;
  top: -15px !important;
  color: #fff !important;
}

.image_driven_left .js-form-type-select {
  margin-bottom: 20px;
}

.image_driven_left .image-container img {
  max-width: 1000px;
  width: auto;
  height: 100%
}

.image_driven_left .image-driven-left-logo img {
  width: 600px;
}

.image_driven_left .image-container {
  overflow: hidden;
}

.image_driven_left .modal-content {
  background: transparent !important;
}

.image_driven_left .modal-dialog {
  width: 600px;
}

.image_driven_left.pfb-overlay .profilebuilder {
  padding: 0 !important;
}

.image_driven_left.pfb-overlay #profilebuilder label {
  top: 0;
  font-size: 12px !important;
}

#progressive-reg-form-container.image_driven_left form#profilebuilder input {
  height: auto !important;
}

.image_driven_left #profilebuilder {
  height: 250px !important
}

.image_driven_left .modal-body,
.image_driven_left .modal-body p {
  padding-bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  .image_driven_left .image-container {
    display: none;
  }

  .image_driven_left .modal-body-container {
    width: 400px;
  }

  .image_driven_left .image-driven-left-logo img {
    width: 400px !important
  }

  .image_driven_left .fieldset-wrapper {
    text-align: center;
  }

  .image_driven_left .modal-body-container {
    float: unset;
  }
}

@media only screen and (min-width: 0) and (max-width: 375px) {
  .intercom-snippet {
    width: 245px !important;
  }
}

/* END GENERAL IMAGE DRIVEN LEFT */
/* GENERAL SV2020  */
.sv2020-template .envelope-container {
  background: #58B447;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -33px;
  position: absolute;
  left: 45%;
  display: inline-block;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.sv2020-template #progressive-reg-form-container .edit-pfb-submit {
  padding: 0;
}

.sv2020-template .modal-header {
  padding: 0;
}

.sv2020-template .powered-by-text {
  background: #fff;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.sv2020-template .modal-content {
  margin-top: 100px !important;
}

.sv2020-template .form-item {
  display: inline-block;
  width: calc(50% - 33px);
  margin-left: 15px;
  margin-right: 15px;
}

.sv2020-template .form-item {
  margin-top: 0;
  margin-bottom: 8px;
}

.sv2020-template .modal-content {
  border-radius: 0 !important
}

#progressive-reg-form-container.sv2020-template form#profilebuilder input {
  margin-bottom: 0 !important;
  padding: 7px !important;
}

.sv2020-template .close {
  top: -52px;
  right: -8px;
  color: white !important;
  opacity: unset !important;
  font-size: 50px !important;
  font-weight: normal !important;
  position: absolute;
}

.sv2020-template .actions-wrapper {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}

.sv2020-template .modal-content {
  padding-left: 25px;
  padding-right: 25px;
}

.sv2020-template .modal-title {
  padding-top: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.sv2020-template .progressive-reg-description p {
  font-size: 13px;
  color: #000;
}

.sv2020-template .form-submit {
  font-weight: bold !important;
  transition: 0.3s;
}

/* END GENERAL SV2020 */
/* SV2020 STYLE */
.pbshowvillage .view-more-intercom {
  background: #2575BA !important;
}

.intercom-notification .pbshowvillage #profilebuilder .form-submit.button:hover {
  background: #3D9C28 !important;
}

.pbshowvillage .intercom-authored-container-avatar img {
  height: 50px !important
}

.sv2020-template.pbshowvillage .modal-title {
  color: #2575BA !important;
  text-transform: uppercase;
}

.sv2020-template.pbshowvillage .close {
  color: #fff !important;
}

.sv2020-template.pbshowvillage input {
  border: 1.5px solid #5D5D5D !important;
}

.sv2020-template.pbshowvillage input.form-submit {
  background: #F25A2D !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 10px !important;
  border: none !important;
}

.sv2020-template.pbshowvillage .modal-title {
  color: #2B71B3 !important
}

.sv2020-template.pbshowvillage .actions-wrapper .form-submit:hover {
  background: #CE380C !important;
}

/* END SV2020 STYLE */
/* GENERAL NIMBLE  */
.nimble-template .envelope-container {
  background: #58B447;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -33px;
  position: absolute;
  left: 45%;
  display: inline-block;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.nimble-template #progressive-reg-form-container .edit-pfb-submit {
  padding: 0;
}

.nimble-template .modal-header {
  padding: 0;
}

.nimble-template .powered-by-text {
  background: #fff;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.nimble-template .modal-content {
  margin-top: 100px !important;
}

.nimble-template .form-item {
  display: inline-block;
  width: calc(50% - 33px);
  margin-left: 15px;
  margin-right: 15px;
}

.nimble-template .form-item {
  margin-top: 0;
  margin-bottom: 8px;
}

.nimble-template .modal-content {
  border-radius: 0 !important
}

#progressive-reg-form-container.nimble-template form#profilebuilder input {
  margin-bottom: 0 !important;
  padding: 7px !important;
}

.nimble-template .close {
  top: -52px;
  right: -8px;
  color: white !important;
  opacity: unset !important;
  font-size: 50px !important;
  font-weight: normal !important;
  position: absolute;
}

.nimble-template .actions-wrapper {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}

.nimble-template .modal-content {
  padding-left: 25px;
  padding-right: 25px;
}

.nimble-template .modal-title {
  padding-top: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.nimble-template .progressive-reg-description p {
  font-size: 13px;
  color: #000;
}

.nimble-template .form-submit {
  font-weight: bold !important;
  transition: 0.3s;
}

/* END GENERAL NIMBLE */
/* NIMBLE THINKERS STYLE */
.intercom-notification .nimblethinkers #profilebuilder .form-submit.button,
.intercom-notification .toast_nimblethinkers #profilebuilder .form-submit.button {
  background: #58B447 !important;
}

.intercom-notification .nimblethinkers #profilebuilder .form-submit.button:hover,
.intercom-notification .toast_nimblethinkers #profilebuilder .form-submit.button:hover {
  background: #3D9C28 !important;
}

.nimblethinkers .intercom-authored-container-avatar img {
  height: 50px !important
}

.nimble-template.nimblethinkers .envelope-container {
  background: #58B447;
}

.nimble-template.nimblethinkers .modal-title {
  color: #58B447 !important;
  text-transform: uppercase;
}

.nimble-template.nimblethinkers .close {
  color: #58B447 !important;
}

.nimble-template.nimblethinkers input {
  border-width: 1.5px !important;
  border-bottom-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
  border-color: #58B447 !important;
}

.nimble-template.nimblethinkers .form-submit {
  background: #58B447 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
}

.nimble-template.nimblethinkers .actions-wrapper .form-submit:hover {
  background: #3D9C28 !important;
}

/* END NIMBLE THINKERS STYLE */
/* SGC HORIZON STYLE */
.intercom-notification .sgchorizon #profilebuilder .form-submit.button {
  background: #F0C414 !important;
}

.sgchorizon .view-more-intercom {
  background: #F0C414 !important;
}

.intercom-notification .sgchorizon #profilebuilder .form-submit.button:hover {
  background: #D8B012 !important;
}

.nimble-template.sgchorizon .envelope-container {
  background: #EEC132;
  color: #000;
}

.nimble-template.sgchorizon .modal-title {
  color: #EEC132 !important;
}

.nimble-template.sgchorizon .form-submit:hover {
  background: #CC9F0E !important;
}

.nimble-template.sgchorizon .close {
  color: #EEC132 !important;
}

.nimble-template.sgchorizon input {
  border-width: 1.5px !important;
  border-color: #EEC132 !important;
}

.nimble-template.sgchorizon .form-submit {
  background: #F0C414 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
}

.nimble-template.nimblethinkers .form-submit:hover {
  background: #D8B012 !important;
}

/* END SGC HORIZON STYLE */
#progressive-reg-form-container a {
  color: #337ab7 !important;
}

.powered-by-text {
  font-size: 10px !important;
}

.pfb-overlay #progressive-reg-form-container img[data-align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pfb-overlay #profilebuilder #edit-pfb-submit {
  text-transform: none;
}

.pfb-overlay #profilebuilder .mdl-textfield__label:after,
.pfb-overlay #profilebuilder .mdl-selectfield__icon {
  display: none !important;
}

.pfb-overlay .edit-pfb-submit {
  height: 53px;
  width: 100%;
}

.pfb-overlay .js-form-type-select {
  margin: auto !important;
}

.intercom-snippet .form-item label, .form-item .description {
  font-size: 12px !important
}

#progressive-reg-form-container form#profilebuilder input.form-radio {
  width: auto !important;
}

#progressive-reg-form-container form#profilebuilder input {
  height: auto;
  max-width: 100%;
  width: 100%;
}

#progressive-reg-form-container #profilebuilder select[multiple] {
  height: 125px !important;
}

#profilebuilder {
  margin-top: 10px;
}

.pfb-float .progressive-reg-description p {
  font-size: 17px !important;
}

.modal-content {
  border-radius: 5px !important;
}

.modal-dialog {
  border-radius: 5px !important;
  z-index: 1600;
}

.modal {
  overflow: visible !important;
}

.builder-overlay {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: fit-content;
}

.sticky-footer .actions-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
}

.modal-backdrop.in {
  opacity: .8;
}

.profile-builder .actions-wrapper {
  text-align: right;
}

.profilebuilder .actions-wrapper .fieldset-wrapper {
  height: 60px;
}

.pfb-overlay .profilebuilder {
  padding: 0 15px !important
}

.pfb-overlay form#profilebuilder {
  margin-top: 0 !important;
}

.pfb-overlay form#profilebuilder .panel {
  border: none;
  box-shadow: none;
}

.pfb-overlay form#profilebuilder #edit-pfb-submit,
.pfb-overlay form#profilebuilder #edit-pfb-submit-cancel {
  border-radius: 0px;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.pfb-overlay form#profilebuilder #edit-pfb-submit:hover,
.pfb-overlay form#profilebuilder #edit-pfb-submit-cancel:hover {
  background-color: #094C83;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes example-3 {
  0% {
    opacity: .25;
  }

  100% {
    opacity: 1;
  }
}

@keyframes example-4 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes example-5 {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(50%);
  }
}

@keyframes example-6 {
  0% {
    height: 10px;
    width: 10px;
    opacity: 0;
  }

  50% {
    height: 30px;
    width: 30px;
    opacity: .8;
  }

  90% {
    opacity: 0;
  }
}

@keyframes example-7 {
  0% {
    height: 5px;
    opacity: .5;
  }

  100% {
    height: 15px;
    opacity: 1;
  }
}

@keyframes example-9 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(40px);
  }
}

@keyframes example-10 {
  0% {
    width: 0%;
  }

  100% {
    width: 30px;
  }
}

@keyframes example-11 {
  0%, 100% {
    top: 0;
    left: 0;
  }

  25% {
    top: 0;
    left: 25px;
  }

  50% {
    top: 25px;
    left: 25px;
  }

  75% {
    top: 25px;
    left: 0px;
  }
}

.loader {
  display: flex;
  height: 30px;
  width: 30px;
}

.loaderImage {
  display: none;
  border-radius: 50%;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  border-left: 3px solid rgba(255, 255, 255, 1);
  animation: loader 1s cubic-bezier(.41, .25, .32, .83) infinite;
}

.ui-front.ui-widget-overlay {
  opacity: 0.7 !important;
  background: #000 !important;
}

.pfb-overlay form#profilebuilder {
  padding: 10px 10px 10px 20px;
}

.pfb-overlay img.swoosh {
  width: 100px;
}

.pfb-overlay #profilebuilder .form-select {
  color: #000 !important;
  width: 100%;
  padding-left: 7px;
}

.modal-dialog {
  padding: 0 !important;
}

.modal-dialog.float {
  width: 400px;
  margin: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-dialog {
    margin: 30px auto !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 574px) {
  .image_driven_left .modal-dialog {
    width: 390px !important;
  }
}

.pfb-overlay #profilebuilder label {
  top: -20px;
  font-size: 13px !important;
  width: 100%
}

.pfb-overlay #progressive-reg-form-container {
  background: transparent;
  font-size: 14px !important;
}

/**
* @file
* Styles for system messages.
*/
#profilebuilder .messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#profilebuilder [dir="rtl"] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

#profilebuilder .messages+.messages {
  margin-top: 1.538em;
}

#profilebuilder .messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#progressive-reg-form-container .wa {
  background-color: #F3D8DA;
  color: #721c24;
  width: 100%;
  max-width: 100%;
  border: 1px solid #f8d7da;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
}

.open-window .wa {
  background-color: #F3D8DA;
  color: #721c24;
  width: 100%;
  max-width: 100%;
  border: 1px solid #f8d7da;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 0px 10px 0px;
}

#profilebuilder legend {
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 5px;
}

#profilebuilder legend span {
  font-size: 14px;
}

#profilebuilder .messages__item+.messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
#profilebuilder .messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-image: url(../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

#profilebuilder [dir="rtl"] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

/* See .color-warning in Seven's colors.css */
#profilebuilder .messages--warning {
  background-color: #fdf8ed;
  background-image: url(../../../../misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

#profilebuilder [dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}

/* See .color-error in Seven's colors.css */
#profilebuilder .messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(../img/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

#profilebuilder [dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}

#profilebuilder .messages--error p.error {
  color: #a51b00;
}

/* CONSTRUCTION EQUIPMENT PROD*/
.constructionequipment .modal-header {
  background-color: #c1341f !important;
  color: #fff;
}

.constructionequipment .js-form-type-select option {
  color: white !important;
}

.constructionequipment .swoosh {
  height: auto !important;
  width: 130px !important;
}

.constructionequipment .modal-content {
  background-color: #303030 !important;
}

#progressive-reg-form-container.constructionequipment .progressive-reg-description p {
  color: #fff !important;
}

.constructionequipment .profile-builder {
  background-color: #303030;
}

.constructionequipment .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.constructionequipment .modal-header .close:hover {
  opacity: 1 !important;
}

.constructionequipment .modal-body {
  background-color: #303030;
  color: #fff;
}

.constructionequipment.pfb-overlay #edit-action-buttons {
  background-color: #303030;
  border-radius: 0 !important;
}

.constructionequipment.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.constructionequipment .powered-by-text {
  background: #303030;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.constructionequipment form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.constructionequipment .mdl-textfield {
  padding-bottom: 0;
}

.constructionequipment.pfb-overlay #profilebuilder label {
  color: #E1E1E1 !important;
}

.constructionequipment.pfb-overlay form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #f4ca3e !important;
  border-color: #f4ca3e !important;
}

.constructionequipment.pfb-overlay form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #DFB012 !important;
  border-color: #DFB012 !important;
}

.constructionequipment.pfb-overlay #profilebuilder {
  background-color: #303030;
  color: #fff;
}

.constructionequipment.pfb-overlay #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #f4ca3e !important;
}

.constructionequipment.pfb-overlay #profilebuilder input[type=text] {
  border-bottom-color: #f4ca3e;
}

.constructionequipment.pfb-overlay #profilebuilder label {
  float: left;
}

/* TNARH PROD*/
.tnarh .modal-header {
  background-color: #73AC66 !important;
  color: #fff;
}

.tnarh .swoosh {
  height: auto !important;
  width: 130px !important;
}

.tnarh .modal-content {
  background-color: #303030 !important;
}

#progressive-reg-form-container.tnarh .progressive-reg-description p {
  color: #fff !important;
}

.tnarh .profile-builder {
  background-color: #303030;
}

.tnarh .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.tnarh .modal-header .close:hover {
  opacity: 1 !important;
}

.tnarh .modal-body {
  background-color: #303030;
  color: #fff;
}

.tnarh #edit-action-buttons {
  background-color: #303030;
  border-radius: 0 !important;
}

.tnarh.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.tnarh.pfb-overlay .edit-pfb-submit {
  background-color: #73AC66 !important;
}

.tnarh.pfb-overlay .edit-pfb-submit:hover {
  background-color: #4E8F40 !important;
}

.tnarh .powered-by-text {
  background: #303030;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.tnarh form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.tnarh .mdl-textfield {
  padding-bottom: 0;
}

.tnarh.pfb-overlay #profilebuilder label {
  color: #E1E1E1 !important;
}

.tnarh.pfb-overlay #profilebuilder {
  background-color: #303030;
  color: #fff;
}

.tnarh.pfb-overlay #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #73AC66 !important;
  background: #303030 !important
}

.tnarh.pfb-overlay #profilebuilder input[type=text] {
  border-bottom-color: #73AC66;
}

.tnarh.pfb-overlay #profilebuilder label {
  float: left;
}

/* TNAH PROD*/
.tnah .modal-header {
  background-color: #6A6BB2 !important;
  color: #fff;
}

.tnah .swoosh {
  height: auto !important;
  width: 130px !important;
}

.tnah .modal-content {
  background-color: #303030 !important;
}

#progressive-reg-form-container.tnah .progressive-reg-description p {
  color: #fff !important;
}

.tnah .profile-builder {
  background-color: #303030;
}

.tnah .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.tnah .modal-header .close:hover {
  opacity: 1 !important;
}

.tnah .modal-body {
  background-color: #303030;
  color: #fff;
}

.tnah #edit-action-buttons {
  background-color: #303030;
  border-radius: 0 !important;
}

.tnah.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.tnah.pfb-overlay .edit-pfb-submit {
  background-color: #6A6BB2 !important;
}

.tnah.pfb-overlay .edit-pfb-submit:hover {
  background-color: #494B98 !important;
}

.tnah .powered-by-text {
  background: #303030;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.tnah form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.tnah .mdl-textfield {
  padding-bottom: 0;
}

.tnah.pfb-overlay #profilebuilder label {
  color: #E1E1E1 !important;
}

.tnah.pfb-overlay #profilebuilder {
  background-color: #303030;
  color: #fff;
}

.tnah.pfb-overlay #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #6A6BB2 !important;
  background: #303030 !important
}

.tnah.pfb-overlay #profilebuilder input[type=text] {
  border-bottom-color: #6A6BB2;
}

.tnah.pfb-overlay #profilebuilder label {
  float: left;
}

/* Image Driven Styles */
.tnah.pfb-overlay .modal-body-container {
  background: #303030;
}

.tnah.pfb-overlay .modal-body {
  font-size: 16px;
}

.tnah.pfb-overlay .image-container {
  width: 50%;
  display: inline-block;
  height: 320px;
}

/* THE DIAPASON PROD */
.thediapason .modal-header {
  background-color: #AE361E !important;
  color: #fff;
}

.thediapason .modal-content {
  background-color: #F2F2F2;
}

.thediapason .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.thediapason .progressive-reg-description p {
  color: #000 !important;
}

.thediapason .profile-builder {
  background-color: #F2F2F2;
}

.thediapason .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.thediapason .modal-header .close:hover {
  opacity: 1 !important;
}

.thediapason .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.thediapason #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

.thediapason.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.thediapason .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.thediapason form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.thediapason .mdl-textfield {
  padding: 0 !important;
}

.thediapason #profilebuilder label {
  color: #000 !important;
}

.thediapason form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #AE361E !important;
  border-color: #AE361E !important;
  color: #fff !important;
}

.thediapason form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #CD553C !important;
  border-color: #CD553C !important;
}

.thediapason #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #000;
}

.thediapason #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.thediapason #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.thediapason #profilebuilder label {
  float: left;
}

/* PROBUILDER PROD */
.probuilder .modal-header {
  background-color: #A90911 !important;
  color: #fff;
}

.probuilder.pfb-overlay .edit-pfb-submit {
  background: #A90911 !important;
  color: #fff !important;
}

.probuilder .modal-content {
  background-color: #F2F2F2;
}

.probuilder .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.probuilder .progressive-reg-description p {
  color: #000 !important;
}

.probuilder .profile-builder {
  background-color: #F2F2F2;
}

.probuilder .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.probuilder .modal-header .close:hover {
  opacity: 1 !important;
}

.probuilder .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.probuilder #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

.probuilder.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.probuilder .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.probuilder form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.probuilder .mdl-textfield {
  padding-bottom: 0;
}

.probuilder #profilebuilder label {
  color: #000 !important;
}

.probuilder form#profilebuilder #edit-action-buttons .edit-pfb-submit {
  background-color: #A90911;
  border-color: #A90911;
  color: #fff !important;
  margin-top: 15px;
}

.probuilder #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #000;
}

.probuilder #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #A90911 !important;
}

.probuilder #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.probuilder #profilebuilder label {
  float: left;
}

/* P3WORLD PROD */
.p3world .modal-header {
  background-color: #404041 !important;
  color: #fff;
}

.p3world .swoosh {
  height: auto !important;
  width: 130px !important;
}

.pfb-overlay #profilebuilder label {
  color: #000 !important;
}

.modal-title img {
  display: inline-block;
  margin-right: 20px;
}

#progressive-reg-form-container.p3world .progressive-reg-description p {
  color: #000 !important;
}

#progressive-reg-form-container.p3world form#profilebuilder input {
  margin-bottom: 0;
}

.p3world.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.p3world .powered-by-text {
  background: #F8F8F8;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.p3world .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.p3world .modal-header .close:hover {
  opacity: 1 !important;
}

.p3world form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #7ebef1 !important;
  border-color: #7ebef1 !important;
  color: #fff !important;
}

.p3world form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #58A8E5 !important;
  border-color: #58A8E5 !important;
}

.p3world #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.p3world #profilebuilder {
  background: #F8F8F8;
}

.p3world .profile-builder {
  background-color: #F8F8F8;
}

.p3world .modal-body {
  background-color: #F8F8F8;
}

/* WWD PROD */
.wwdmag .modal-header {
  background-color: #E1E1E1 !important;
  color: #fff;
}

.wwdmag .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.wwdmag .progressive-reg-description p {
  color: #000 !important;
}

.wwdmag .modal-content {
  background-color: #F2F2F2;
}

.wwdmag .profile-builder {
  background-color: #F2F2F2;
}

.wwdmag .modal-header .close {
  opacity: .8 !important;
  color: #000 !important;
}

.wwdmag .modal-header .close:hover {
  opacity: 1 !important;
}

.wwdmag .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.wwdmag .mdl-js-selectfield .mdl-selectfield__label {
  position: absolute;
  top: calc(100% - 173px) !important;
}

.wwdmag #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

#progressive-reg-form-container.wwdmag form#profilebuilder select {
  display: block;
  margin-top: 30px;
}

.wwdmag.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.wwdmag .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.wwdmag form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.wwdmag .mdl-textfield {
  padding-bottom: 0;
}

.wwdmag #profilebuilder label {
  color: #000 !important;
}

.wwdmag form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #02676d !important;
  border-color: #02676d !important;
  color: #fff !important;
}

.wwdmag form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #003B3E !important;
  border-color: #003B3E !important;
}

.wwdmag #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #000;
}

.wwdmag #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.wwdmag #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.wwdmag #profilebuilder label {
  float: left;
}

.wwdmag.pfb-overlay .form-submit:hover {
  background-color: #005458;
}

.wwdmag.pfb-overlay .form-submit {
  background-color: #02676d;
  color: white !important;
  padding: 15px !important;
}

/* SWS PROD */
.estormwater .modal-header {
  background-color: #73C661 !important;
  color: #fff;
}

.estormwater.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.estormwater .powered-by-text {
  background: #0461A3;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.estormwater .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.estormwater .modal-header .close:hover {
  opacity: 1 !important;
}

.estormwater .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

.estormwater form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #73C661 !important;
  border-color: #73C661 !important;
}

.estormwater form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #4EA63B !important;
  border-color: #4EA63B !important;
}

.estormwater #profilebuilder input[type=text] {
  border-bottom-color: #73C661 !important;
}

.estormwater #profilebuilder {
  background: #0461A3;
}

.estormwater .profile-builder {
  background-color: #0461A3;
}

.estormwater .modal-body {
  background-color: #0461A3;
  color: #fff;
}

.estormwater.pfb-overlay .modal-content {
  background: #0461A3 !important;
}

.estormwater.pfb-overlay#progressive-reg-form-container a {
  color: #73C661 !important;
}

.estormwater #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #73C661 !important;
}

/* FURNTIURE LIGHTING AND DECOR PROD */
.furniturelightingdecor .modal-header {
  background-color: #f2665e !important;
  color: #fff;
}

.furniturelightingdecor.pfb-overlay .modal-content {
  background: #F8F8F8 !important;
}

.furniturelightingdecor.pfb-overlay#progressive-reg-form-container a {
  color: #f2665e !important
}

.furniturelightingdecor .powered-by-text {
  font-size: 10px;
}

.furniturelightingdecor .powered-by-text {
  background: #F8F8F8;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.furniturelightingdecor .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.furniturelightingdecor .modal-header .close:hover {
  opacity: 1 !important;
}

.furniturelightingdecor form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #f2665e !important;
  border-color: #f2665e !important;
}

.furniturelightingdecor form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #D74139 !important;
  border-color: #D74139 !important;
}

.furniturelightingdecor #profilebuilder input[type=text] {
  border-bottom-color: #f2665e;
  margin-bottom: 0 !important;
}

.furniturelightingdecor .profile-builder {
  background-color: #F8F8F8;
}

.furniturelightingdecor #profilebuilder {
  background: #F8F8F8;
}

.furniturelightingdecor .modal-body {
  background-color: #F8F8F8;
}

.furniturelightingdecor .progressive-reg-description p {
  color: #000 !important;
}

/*ROADS & BRIDGES ONLINE PROD*/
/* DEV D8 */
.drupal8 .modal-header {
  background-color: #f2665e !important;
  color: #fff;
}

.drupal8 .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.drupal8 .modal-header .close:hover {
  opacity: 1 !important;
}

.drupal8 form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #f2665e !important;
  border-color: #f2665e !important;
}

.drupal8 form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #A30056 !important;
  border-color: #A30056 !important;
}

.drupal8 #profilebuilder input[type=text] {
  border-bottom-color: #f2665e;
}

.drupal8 .profile-builder {
  background-color: #F8F8F8;
}

.drupal8 #profilebuilder {
  background: #F8F8F8;
}

.drupal8 .modal-body {
  background-color: #F8F8F8;
}

/* D7 SITES */
/*ITN ONLINE*/
.itnonline .modal-header {
  background-color: #638cc3 !important;
  color: #fff;
}

.itnonline.pfb-overlay .powered-by-text,
.itnonline.pfb-float .powered-by-text {
  background: #4c6a91;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.itnonline.pfb-overlay .powered-by-text {
  font-size: 10px;
  margin-top: 15px !important;
}

.itnonline .swoosh {
  width: 100px !important;
  margin-right: 15px !important;
  display: inline-block !important;
}

.itnonline .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.itnonline .modal-header .close:hover {
  opacity: 1 !important;
}

.itnonline .modal-body {
  background-color: #4c6a91;
  color: #fff;
  padding: 15px 0 0 15px;
}

.itnonline .profile-builder {
  background-color: #4c6a91;
}

.itnonline #edit-action-buttons {
  background-color: #4c6a91;
}

.itnonline #profilebuilder .edit-pfb-submit {
  background-color: #638cc3 !important;
  color: #fff !important;
  margin-top: 20px;
  border-color: #638cc3 !important;
  padding-bottom: 35px;
}

.itnonline.pfb-overlay #profilebuilder {
  background-color: #4c6a91;
  color: #fff;
}

#progressive-reg-form-container.itnonline #profilebuilder input {
  color: #000;
  height: 45px;
}

#progressive-reg-form-container.itnonline #profilebuilder label {
  color: #fff !important;
}

#progressive-reg-form-container.itnonline #profilebuilder select {
  color: #000;
  height: 45px;
}

.mrm2019 .modal-header {
  background-color: #638cc3 !important;
  color: #fff;
}

.mrm2019.pfb-overlay .powered-by-text,
.mrm2019.pfb-float .powered-by-text {
  background: #4c6a91;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.mrm2019.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.mrm2019 .swoosh {
  width: 100px !important;
  margin-right: 15px !important;
  display: inline-block !important;
}

.mrm2019 .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.mrm2019 .modal-header .close:hover {
  opacity: 1 !important;
}

.mrm2019 .modal-body {
  background-color: #4c6a91;
  color: #fff;
}

.mrm2019 .profile-builder {
  background-color: #4c6a91;
}

.mrm2019 #edit-action-buttons {
  background-color: #4c6a91;
}

.mrm2019 #profilebuilder .edit-pfb-submit {
  background-color: #638cc3 !important;
  color: #fff !important;
  margin-top: 20px;
  border-color: #638cc3 !important;
  padding-bottom: 35px;
}

.mrm2019 #profilebuilder {
  background-color: #4c6a91 !important;
  color: #fff;
}

#progressive-reg-form-container.mrm2019 #profilebuilder input {
  color: #000;
  height: 45px;
}

#progressive-reg-form-container.mrm2019 #profilebuilder label {
  color: #fff !important;
}

#progressive-reg-form-container.mrm2019 #profilebuilder select {
  color: #000;
  height: 45px;
}

/*BDC NETWORK PROD*/
.bdcnetwork .modal-header {
  background-color: #B12B26 !important;
  color: #fff;
}

.bdcnetwork.pfb-overlay .powered-by-text,
.bdcnetwork.pfb-float .powered-by-text {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.bdcnetwork .swoosh {
  display: inline-block;
  padding-right: 15px;
  height: auto !important;
  width: 130px !important;
}

.bdcnetwork .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.bdcnetwork .modal-header .close:hover {
  opacity: 1 !important;
}

.bdcnetwork.pfb-overlay #profilebuilder label {
  color: #fff !important;
}

.bdcnetwork .edit-pfb-submit {
  margin-top: 20px !important;
  background-color: #B12B26 !important;
  border-color: #B12B26 !important;
}

.bdcnetwork .form-select {
  height: 50px;
}

.bdcnetwork .profile-builder {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcnetwork .profile-builder {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcnetwork .modal-content {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcnetwork .modal-body {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
  color: #fff;
}

.bdcnetwork #edit-action-buttons {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcnetwork #profilebuilder {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
  color: #fff;
}

/* Image Driven Styles */
.bdcnetwork.pfb-overlay .modal-body-container {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcnetwork.pfb-overlay .modal-body {
  font-size: 16px;
}

/* BDCUNIVERSITY PROD */
.bdcuniversity .modal-header {
  background-color: #B12B26 !important;
  color: #fff;
}

.bdcuniversity.pfb-overlay .powered-by-text,
.bdcuniversity.pfb-float .powered-by-text {
  background: #424242;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.bdcuniversity .swoosh {
  display: inline-block;
  padding-right: 15px;
  height: auto !important;
  width: 160px !important;
}

.bdcuniversity .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.bdcuniversity .modal-header .close:hover {
  opacity: 1 !important;
}

.bdcuniversity .profile-builder {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcuniversity .modal-body {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
  color: #fff;
}

.bdcuniversity #edit-action-buttons {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcuniversity #profilebuilder {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
  color: #fff;
}

/* Image Driven Styles */
.bdcuniversity.pfb-overlay .modal-body-container {
  background: url(https://www.bdcnetwork.com/sites/all/themes/sgc/images/grayTexture.gif) repeat !important;
}

.bdcuniversity.pfb-overlay .modal-body {
  font-size: 16px;
}

/* TRENDING NOW */
#block-sgc-trending-now-sgc-trending-now h2 {
  background: #303030 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-sgc-trending-now-sgc-trending-now {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #303030;
}

#block-sgc-trending-now-sgc-trending-now a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now p {
  font-family: sans-serif;
  margin-top: 0px !important;
}

#block-sgc-trending-now-sgc-trending-now a:hover {
  color: #EEE !important;
}

/* ITN */
#block-sgc-trending-now-sgc-trending-now.itnonline h2 {
  background: #638cc3 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.itnonline {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #638cc3;
}

#block-sgc-trending-now-sgc-trending-now.itnonline a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.itnonline p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.itnonline a:hover {
  color: #C6EEBD !important;
}

/* RPO */
#block-sgc-trending-now-sgc-trending-now.residentialproductsonline h2 {
  background: #3e9f97 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #3e9f97;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline a:hover {
  color: #9CDED9 !important;
}

/*RESIDENTIAL PRODUCTS PROD*/
.residentialproductsonline.pfb-overlay .powered-by-text,
.residentialproductsonline.pfb-float .powered-by-text {
  background: #000;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.residentialproductsonline.pfb-overlay #profilebuilder label {
  color: #fff !important;
}

.residentialproductsonline.pfb-overlay .swoosh,
.residentialproductsonline.pfb-float .swoosh {
  margin-right: 15px !important;
  display: inline-block !important;
}

.residentialproductsonline .modal-header {
  background-color: #fff !important;
  color: #000;
}

.residentialproductsonline .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.residentialproductsonline .modal-header .close:hover {
  opacity: 1 !important;
}

.residentialproductsonline .profile-builder {
  background-color: #000;
}

.residentialproductsonline .modal-body {
  background-color: #000;
  color: #fff;
}

.residentialproductsonline #edit-action-buttons {
  background-color: #000;
}

.residentialproductsonline form#profilebuilder #edit-action-buttons button {
  background-color: #3e9f97 !important;
  color: #fff;
  border-color: #3e9f97 !important;
}

.residentialproductsonline form#profilebuilder #edit-action-buttons button:hover {
  background-color: #E76207 !important;
  border-color: #E76207 !important;
  color: #fff;
}

.residentialproductsonline #profilebuilder {
  background-color: #000 !important;
  color: #fff;
}

/* Image Driven Styles */
.residentialproductsonline.pfb-overlay .modal-body-container {
  background-color: #000 !important;
}

.residentialproductsonline.pfb-overlay .modal-body {
  font-size: 16px;
}

/* DAIC */
#block-sgc-trending-now-sgc-trending-now.dicardiology h2 {
  background: #af2228 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #af2228;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology a:hover {
  color: #9CDED9 !important;
}

/* PROREMODELER */
#block-sgc-trending-now-sgc-trending-now.proremodeler h2 {
  background: #025b9e !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  color: #fff !important;
  border-bottom: none;
}

.proremodeler.pfb-overlay #profilebuilder label {
  color: #000 !important;
}

.proremodeler.pfb-overlay #profilebuilder .form-select {
  background: #f8f8f8 !important;
  border-bottom-color: #025B9E;
}

.proremodeler.pfb-overlay .modal-content {
  background: #f8f8f8 !important;
}

.proremodeler.pfb-overlay#progressive-reg-form-container a {
  color: #FF0000 !important;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #025b9e;
}

.proremodeler.pfb-overlay .edit-pfb-submit {
  background: #025B9E;
  color: #fff !important;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler p {
  font-family: sans-serif;
  border: none !important;
  padding: 0;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler a:hover {
  color: #A0CDF0 !important;
}

.build-aid.pfb-overlay .modal-header {
 background: #A5503F !important;
}

.build-aid.pfb-overlay .modal-content {
 background: #FBFAEE !important;
}

.build-aid.pfb-overlay .edit-pfb-submit {
  background: #A5503F !important;
  color: #fff !important;
}

.build-aid.pfb-overlay #profilebuilder input[type=text] {
  background: #FBFAEE !important;
  border-bottom-color: #A5503F !important;
}

.build-aid.pfb-overlay .powered-by-text {
  background: #FBFAEE;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

/* ITN DEV */
#block-sgc-trending-now-sgc-trending-now.itn h2 {
  background: #638cc3 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.itn {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #638cc3;
}

#block-sgc-trending-now-sgc-trending-now.itn a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.itn p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.itn a:hover {
  color: #C6EEBD !important;
}

/* DEV PROREMODELER */
#block-sgc-trending-now-sgc-trending-now.pr h2 {
  background: #025b9e !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  color: #fff !important;
  border-bottom: none;
}

#block-sgc-trending-now-sgc-trending-now.pr {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #025b9e;
}

#block-sgc-trending-now-sgc-trending-now.pr a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.pr p {
  font-family: sans-serif;
  border: none !important;
}

#block-sgc-trending-now-sgc-trending-now.pr a:hover {
  color: #A0CDF0 !important;
}

/* ROADS & BRIDGES */
#block-sgc-trending-now-sgc-trending-now.roadsbridges h2 {
  background: #ffc20e !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #ffc20e;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges a:hover {
  color: #EEE !important;
}

.pfb-overlay #progressive-reg-form-container img[data-align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pfb-overlay #profilebuilder #edit-pfb-submit {
  text-transform: none;
}

.pfb-overlay #profilebuilder .mdl-textfield__label:after,
.pfb-overlay #profilebuilder .mdl-selectfield__icon {
  display: none !important;
}

.pfb-overlay .edit-pfb-submit {
  height: 53px;
  margin-top: 10px !important;
}

.pfb-overlay .js-form-type-select {
  margin-top: 20px
}

.image_driven_left .edit-pfb-submit {
  background: #7B0002;
  color: #fff !important;
}

#progressive-reg-form-container #profilebuilder select[multiple] {
  height: 125px !important;
}

#profilebuilder {
  margin-top: 10px;
}

/* // RADIO/CHECKBOX BUTTON STYLES */
.accent-orange .form-item input[type="radio"]:checked:before {
  display: none !important;
}

#profilebuilder .form-type-checkbox input {
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 0 0 0;
}

.accent-orange .form-item input[type="checkbox"]:checked:before {
  color: #1976D2 !important;
}

#profilebuilder .form-item input[type="radio"]:before {
  display: none;
}

#profilebuilder .form-type-radio input {
  -webkit-box-shadow: none;
  box-shadow: none !important;
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 0 !important;
}

#profilebuilder .form-type-radio label {
  display: inline-block;
  padding-top: 10px !important;
}

#profilebuilder legend span {
  font-weight: normal;
}

#profilebuilder .profilebuilder .form-item.form-type-radio {
  display: block;
  margin-top: 9px !important;
}

/* // END RADIO BUTTON STYLES */
.pfb-float .progressive-reg-description p {
  font-size: 17px !important;
}

.modal-content {
  border-radius: 5px !important;
}

.modal-dialog {
  border-radius: 5px !important;
  z-index: 1600;
}

.modal {
  overflow: visible !important;
}

body.modal-open {
  overflow: scroll !important;
}

.builder-overlay {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: fit-content;
}

.sticky-footer .actions-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
}

.modal-backdrop.in {
  opacity: .8;
}

.profile-builder .actions-wrapper {
  text-align: right;
}

.profilebuilder .actions-wrapper .fieldset-wrapper {
  height: 60px;
}

.pfb-overlay form#profilebuilder {
  margin-top: 0 !important;
}

.pfb-overlay form#profilebuilder .panel {
  border: none;
  box-shadow: none;
}

.pfb-overlay form#profilebuilder #edit-pfb-submit,
.pfb-overlay form#profilebuilder #edit-pfb-submit-cancel {
  border-radius: 0px;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.pfb-overlay form#profilebuilder #edit-pfb-submit:hover,
.pfb-overlay form#profilebuilder #edit-pfb-submit-cancel:hover {
  background-color: #094C83;
}

.ui-front.ui-widget-overlay {
  opacity: 0.7 !important;
  background: #000 !important;
}

.pfb-overlay form#profilebuilder {
  padding: 10px 10px 10px 20px;
}

.pfb-overlay #profilebuilder input[type=text] {
  color: #000 !important;
  border-width: 0 0 1px 0;
  box-shadow: none;
  width: 100% !important;
  background: #f8f8f8;
  border-bottom-color: #025B9E;
}

.pfb-overlay img.swoosh {
  width: 100px;
}

.pfb-overlay #profilebuilder .form-select {
  color: #000 !important;
  width: 100%;
}

.intercom-notification #profilebuilder .form-select {
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.modal-dialog {
  padding: 0 !important;
}

.modal-dialog.float {
  width: 400px;
  margin: auto;
}

.pfb-overlay #profilebuilder label {
  top: -20px;
  font-size: 13px !important;
  width: 100%
}

.pfb-overlay #progressive-reg-form-container {
  background: transparent;
  font-size: 14px !important;
}

/**
* @file
* Styles for system messages.
*/
#profilebuilder .messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#profilebuilder [dir="rtl"] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

#profilebuilder .messages+.messages {
  margin-top: 1.538em;
}

#profilebuilder .messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#profilebuilder legend {
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 5px;
}

#profilebuilder legend span {
  font-size: 14px;
}

#profilebuilder .messages__item+.messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
#profilebuilder .messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-image: url(../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

#profilebuilder [dir="rtl"] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

/* See .color-warning in Seven's colors.css */
#profilebuilder .messages--warning {
  background-color: #fdf8ed;
  background-image: url(../../../../misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

#profilebuilder [dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}

/* See .color-error in Seven's colors.css */
#profilebuilder .messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(../img/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

#profilebuilder [dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}

#profilebuilder .messages--error p.error {
  color: #a51b00;
}

/* CONSTRUCTION EQUIPMENT PROD*/
#block-sgc-trending-now-sgc-trending-now.constructionequipment h2 {
  background: #303030 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-sgc-trending-now-sgc-trending-now.constructionequipment {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #303030;
}

#block-sgc-trending-now-sgc-trending-now.constructionequipment a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.constructionequipment p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.constructionequipment a:hover {
  color: #EEE !important;
}

.constructionequipment .modal-header {
  background-color: #c1341f !important;
  color: #fff;
}

.constructionequipment .swoosh {
  height: auto !important;
  width: 130px !important;
}

.constructionequipment .modal-content {
  background-color: #303030 !important;
}

#progressive-reg-form-container.constructionequipment .progressive-reg-description p {
  color: #fff !important;
}

.constructionequipment .profile-builder {
  background-color: #303030;
}

.constructionequipment .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.constructionequipment .modal-header .close:hover {
  opacity: 1 !important;
}

.constructionequipment .modal-body {
  background-color: #303030;
  color: #fff;
}

.constructionequipment.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.constructionequipment .powered-by-text {
  background: #303030;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.constructionequipment form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.constructionequipment .mdl-textfield {
  padding-bottom: 0;
}

.constructionequipment.pfb-overlay #profilebuilder label {
  color: #E1E1E1 !important;
}

.constructionequipment.pfb-overlay form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #f4ca3e !important;
  border-color: #f4ca3e !important;
}

.constructionequipment.pfb-overlay form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #DFB012 !important;
  border-color: #DFB012 !important;
}

.constructionequipment.pfb-overlay #profilebuilder {
  background-color: #303030;
  color: #fff;
}

.constructionequipment.pfb-overlay #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #f4ca3e !important;
}

.constructionequipment.pfb-overlay #profilebuilder input[type=text] {
  border-bottom-color: #f4ca3e;
}

.constructionequipment.pfb-overlay #profilebuilder label {
  float: left;
}

/* TNARH PROD*/
.tnarh .modal-header {
  background-color: #73AC66 !important;
  color: #fff;
}

.tnarh .swoosh {
  height: auto !important;
  width: 130px !important;
}

.tnarh .modal-content {
  background-color: #303030 !important;
}

#progressive-reg-form-container.tnarh .progressive-reg-description p {
  color: #fff !important;
}

.tnarh .profile-builder {
  background-color: #303030;
}

.tnarh .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.tnarh .modal-header .close:hover {
  opacity: 1 !important;
}

.tnarh .modal-body {
  background-color: #303030;
  color: #fff;
}

.tnarh #edit-action-buttons {
  background-color: #303030;
  border-radius: 0 !important;
}

.tnarh.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.tnarh.pfb-overlay .edit-pfb-submit {
  background-color: #73AC66 !important;
}

.tnarh.pfb-overlay .edit-pfb-submit:hover {
  background-color: #4E8F40 !important;
}

.tnarh .powered-by-text {
  background: #303030;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.tnarh form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.tnarh .mdl-textfield {
  padding-bottom: 0;
}

.tnarh.pfb-overlay #profilebuilder label {
  color: #E1E1E1 !important;
}

.tnarh.pfb-overlay #profilebuilder {
  background-color: #303030;
  color: #fff;
}

.tnarh.pfb-overlay #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #73AC66 !important;
}

.tnarh.pfb-overlay #profilebuilder input[type=text] {
  border-bottom-color: #73AC66;
}

.tnarh.pfb-overlay #profilebuilder label {
  float: left;
}

/* THE DIAPASON PROD */
.thediapason .modal-header {
  background-color: #AE361E !important;
  color: #fff;
}

.thediapason .modal-content {
  background-color: #F2F2F2;
}

.thediapason .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.thediapason .progressive-reg-description p {
  color: #000 !important;
}

.thediapason .profile-builder {
  background-color: #F2F2F2;
}

.thediapason .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.thediapason .modal-header .close:hover {
  opacity: 1 !important;
}

.thediapason .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.thediapason #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

.thediapason.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.thediapason .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.thediapason form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.thediapason .mdl-textfield {
  padding: 0 !important;
}

.thediapason #profilebuilder label {
  color: #000 !important;
}

.thediapason form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #AE361E !important;
  border-color: #AE361E !important;
  color: #fff !important;
}

.thediapason form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #CD553C !important;
  border-color: #CD553C !important;
}

.thediapason #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #000;
}

.thediapason #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.thediapason #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.thediapason #profilebuilder label {
  float: left;
}

/* PROBUILDER PROD */
.probuilder .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.probuilder .progressive-reg-description p {
  color: #000 !important;
}

.probuilder .profile-builder {
  background-color: #F2F2F2;
}

.probuilder .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.probuilder #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

.probuilder.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.probuilder .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.probuilder form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.probuilder .mdl-textfield {
  padding-bottom: 0;
}

.probuilder #profilebuilder label {
  color: #000 !important;
}

.probuilder form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #D31821 !important;
  border-color: #D31821 !important;
  color: #fff !important;
}

.probuilder form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #A90911 !important;
  border-color: #A90911 !important;
}

.probuilder #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #000;
}

.probuilder #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.probuilder #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.probuilder #profilebuilder label {
  float: left;
}

/* Image Driven Styles */
.probuilder.pfb-overlay .modal-body-container {
  background-color: #F2F2F2 !important;
}

.probuilder.pfb-overlay .modal-body {
  font-size: 16px;
}

/* PROTRADECRAFT PROD */
.protradecraft .modal-header {
  background-color: #EB1C23 !important;
  color: #fff !important;
}

.protradecraft .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.protradecraft .progressive-reg-description p {
  color: #000 !important;
}

.protradecraft .profile-builder {
  background-color: #F2F2F2;
}

.protradecraft .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.protradecraft .modal-header .close:hover {
  opacity: 1 !important;
}

.protradecraft .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.protradecraft #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

.protradecraft.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.protradecraft .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.protradecraft form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.protradecraft .mdl-textfield {
  padding-bottom: 0;
}

.protradecraft #profilebuilder label {
  color: #000 !important;
}

.protradecraft form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #D31821 !important;
  border-color: #D31821 !important;
  color: #fff !important;
}

.protradecraft form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #A90911 !important;
  border-color: #A90911 !important;
}

.protradecraft #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #fff;
}

.protradecraft #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.protradecraft #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.protradecraft #profilebuilder label {
  float: left;
}

/* Image Driven Styles */
.protradecraft.pfb-overlay .modal-body-container {
  background-color: #F2F2F2 !important;
}

.protradecraft.pfb-overlay .modal-body {
  font-size: 16px;
}

/* P3WORLD PROD */
.p3world .modal-header {
  background-color: #404041 !important;
  color: #fff;
}

.p3world .swoosh {
  height: auto !important;
  width: 130px !important;
}

.pfb-overlay #profilebuilder label {
  color: #000 !important;
}

.modal-title img {
  display: inline-block;
  margin-right: 20px;
}

#progressive-reg-form-container.p3world .progressive-reg-description p {
  color: #000 !important;
}

#progressive-reg-form-container.p3world form#profilebuilder input {
  margin-bottom: 0;
}

.p3world.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.p3world .powered-by-text {
  background: #F8F8F8;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.p3world .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.p3world .modal-header .close:hover {
  opacity: 1 !important;
}

.p3world form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #7ebef1 !important;
  border-color: #7ebef1 !important;
  color: #fff !important;
}

.p3world form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #58A8E5 !important;
  border-color: #58A8E5 !important;
}

.p3world #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.p3world #profilebuilder {
  background: #F8F8F8;
}

.p3world .profile-builder {
  background-color: #F8F8F8;
}

.p3world .modal-body {
  background-color: #F8F8F8;
}

/* SWS PROD */
.estormwater .modal-header {
  background-color: #73C661 !important;
  color: #fff;
}

.estormwater.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.estormwater .powered-by-text {
  background: #0461A3;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

.estormwater .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.estormwater .modal-header .close:hover {
  opacity: 1 !important;
}

.estormwater .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

.estormwater form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #73C661 !important;
  border-color: #73C661 !important;
}

.estormwater form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #4EA63B !important;
  border-color: #4EA63B !important;
}

.estormwater #profilebuilder input[type=text] {
  border-bottom-color: #73C661 !important;
}

.estormwater #profilebuilder label {
  color: #fff !important;
  font-size: 14px;
}

.estormwater #profilebuilder {
  background: #0461A3;
}

.estormwater .profile-builder {
  background-color: #0461A3;
}

.estormwater .modal-body {
  background-color: #0461A3;
  color: #fff;
}

.estormwater #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #73C661 !important;
}

/* WQP PROD */
.wqpmag .modal-header {
  background-color: #01416e !important;
  color: #fff;
}

.wqpmag .actions-wrapper .form-submit {
  background-color: #01416e !important;
}

.wqpmag .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.wqpmag .progressive-reg-description p {
  color: #fff !important;
}

.wqpmag .profile-builder {
  background-color: #007bb8;
}

.wqpmag .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.wqpmag .modal-header .close:hover {
  opacity: 1 !important;
}

.wqpmag .modal-body {
  background-color: #007bb8;
  color: #fff;
}

.wqpmag #edit-action-buttons {
  background-color: #007bb8;
  border-radius: 0 !important;
}

.wqpmag.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.wqpmag .powered-by-text {
  background: #007bb8;
  color: #fff;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.wqpmag .mdl-textfield {
  padding-bottom: 0;
}

.wqpmag #profilebuilder label {
  color: #fff !important;
}

.wqpmag form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #01416e !important;
  border-color: #01416e !important;
  color: #fff !important;
}

.wqpmag form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #003153 !important;
  border-color: #003153 !important;
}

.wqpmag #profilebuilder {
  background-color: #007bb8 !important;
  color: #fff;
}

.wqpmag.pfb-overlay .modal-content {
  background: #007bb8 !important;
}

.wqpmag.pfb-overlay#progressive-reg-form-container a {
  color: #fff !important;
}

.wqpmag #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.wqpmag #profilebuilder input[type=text] {
  border-bottom-color: #D31821;
}

.wqpmag #profilebuilder label {
  float: left;
}

/* DEV D8 */
.drupal8 .modal-header {
  background-color: #f2665e !important;
  color: #fff;
}

.drupal8 .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.drupal8 .modal-header .close:hover {
  opacity: 1 !important;
}

.drupal8 form#profilebuilder #edit-action-buttons #edit-pfb-submit {
  background-color: #f2665e !important;
  border-color: #f2665e !important;
}

.drupal8 form#profilebuilder #edit-action-buttons #edit-pfb-submit:hover {
  background-color: #A30056 !important;
  border-color: #A30056 !important;
}

.drupal8 #profilebuilder input[type=text] {
  border-bottom-color: #f2665e;
}

.drupal8 .profile-builder {
  background-color: #F8F8F8;
}

.drupal8 #profilebuilder {
  background: #F8F8F8;
}

.drupal8 .modal-body {
  background-color: #F8F8F8;
}

/* UNIVERSAL FLOAT STYLING */
.float-icon {
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999999999999;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 5%;
  position: fixed;
  bottom: -100px;
  right: 25px;
  background: #1976D2;
  color: #fff;
  text-align: center;
}

.notif-count {
  margin-top: 4px;
  font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif !important;
}

.notification-bubble {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999999999999;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: -100px;
  right: 15px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  background: rgb(210, 38, 40);
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.intercom-authored-container {
  z-index: 99999;
}

.intercom-notification .profilebuilder #edit-action-buttons {
  background: transparent !important;
}

.pfb-teaser {
  font-size: 13px;
  margin-top: 3px;
}

.intercom-notification #profilebuilder select[multiple] {
  height: 100px !important;
  padding-left: 5px;
}

.intercom-notification #profilebuilder {
  background-color: transparent !important;
  background: transparent !important;
}

.intercom-notification .pfb-description p {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.intercom-authored-container .pfb-description p {
  margin-bottom: 0 !important;
}

.intercom-snippet:focus {
  outline: 0;
  outline: none;
}

.float-icon i {
  font-size: 38px;
  margin: 9px 0;
}

.speech-bubble {
  position: relative;
  background: #ff7c63;
  border-radius: .4em;
  width: 400px;
  padding: 10px;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #ff7c63;
  border-bottom: 0;
  border-right: 0;
  margin-left: -6px;
  margin-bottom: -12px;
}

.intercom-notification {
  padding-top: 10px;
  max-height: 120px;
  -webkit-animation: intercom-notification-animation 250ms ease;
  animation: intercom-notification-animation 250ms ease;
  clear: both;
  position: fixed;
  bottom: 110px;
  right: 27px;
  z-index: 99999999999999999;
}

.intercom-notification-master {
  padding-top: 10px;
  max-height: 130px !important;
  width: 400px;
  -webkit-animation: intercom-notification-animation 250ms ease;
  animation: intercom-notification-animation 250ms ease;
  clear: both;
  position: fixed;
  bottom: 110px;
  right: 0 !important;
  z-index: 99999999999999999;
}

.intercom-snippet {
  max-height: 120px;
  width: 340px;
}

.intercom-snippet .intercom-authored-container {
  border-radius: 0;
  padding: 20px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .5);
  box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .5);
}

.intercom-authored-container:hover {
  cursor: pointer;
}

.intercom-authored-container.open-window:hover {
  cursor: default;
}

.intercom-authored-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px !important;
  line-height: 1.5;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.intercom-snippet .intercom-authored-container-top {
  padding: 0;
}

.intercom-authored-container-top {
  padding: 24px 24px 16px;
  white-space: nowrap;
}

.intercom-authored-container-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.intercom-authored-container-avatar img {
  width: auto !important;
  height: 25px !important;
}

.intercom-author-summary {
  font-size: 13px !important;
  display: inline-block;
  vertical-align: middle;
  color: #737376;
  line-height: 1.2;
  padding-top: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.intercom-author-summary-name-from {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intercom-author-summary span {
  white-space: nowrap;
}

.intercom-author-summary-name {
  font-weight: 700;
  color: #686868;
}

.intercom-author-summary-from-clause {
  color: #737376;
}

.intercom-snippet-body {
  margin: 5px 0 0;
  font-size: 14px !important;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  color: #000;
  -webkit-animation: intercom-notification-body-animation 500ms ease;
  animation: intercom-notification-body-animation 500ms ease;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.intercom-notification,
.intercom-notification body,
.intercom-notification h1,
.intercom-notification a,
.intercom-notification p,
.intercom-notification .pfb-description p,
.intercom-notification .pfb-description input {
  font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif !important;
}

.intercom-container-body {
  overflow: hidden;
  text-overflow: ellipsis;
}

.float-icon.minimize:hover {
  background: #044887 !important;
  cursor: pointer;
}

.float-icon.expand-toasts:hover {
  background: #044887 !important;
  cursor: pointer;
}

.intercom-notification {
  all: none;
}

.intercom-notification button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s;
}

.intercom-notification button:focus,
.intercom-notification button:active:focus,
.intercom-notification button.active:focus,
.intercom-notification button.focus,
.intercom-notification button:active.focus,
.intercom-notification button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.intercom-notification button:hover,
.intercom-notification button:focus,
.intercom-notification button.focus,
.view-more-intercom:hover {
  color: #333333;
  text-decoration: none;
}

.svg-inline--fa.fa-user-circle.fa-w-16,
.svg-inline--fa.fa-times-circle.fa-w-16 {
  height: 42px;
  bottom: 7px;
  right: 7px;
  position: absolute;
  font-size: 41px;
}

.scrolltop {
  display: none;
}

.intercom-notification input {
  width: 100%;
  height: auto;
  padding-left: 7px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px !important;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.07) !important;
  border: 1px solid #e1e1e1;
  color: #000;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04) !important;
  -webkit-appearance: none;
}

#profilebuilder .form-radios input {
  -webkit-appearance: radio;
}

.intercom-notification select {
  width: 100%;
  height: auto;
  padding-left: 10px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px !important;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.07) !important;
  border: 1px solid #e1e1e1;
  color: #000 !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04) !important;
  -webkit-appearance: none;
}

.intercom-notification #profilebuilder label {
  display: block;
}

.intercom-notification .form-item label {
  display: block;
  color: black !important;
  font-weight: bold;
}

.intercom-notification #profilebuilder input.button {
  margin-top: 15px;
  background: #1976D2 !important;
  color: #fff !important;
  height: 40px;
  padding: 10px !important;
}

.intercom-notification #profilebuilder input.edit-pfb-submit.button:hover {
  background: #044887 !important;
}

.float-icon.minimize:hover {
  background: #044887 !important;
}

.hovered-close {
  width: 370px;
  position: absolute;
  height: 89px;
  left: -30px;
  top: 0;
  z-index: -1;
}

.intercom-authored-container.important-notice {
  box-shadow: 0 2px 8px 0 rgba(217, 30, 24, .6) !important;
}

.material-icons.pfb-btn.hovered-close-button {
  display: none !important;
  left: 3px;
  position: absolute;
  top: 0;
  padding: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
  background-color: #9a9a9a !important;
  border: 2px solid #fff !important;
  border-radius: 50%;
  transition: all .2s ease;
  font-size: 12px !important;
  opacity: unset !important;
  color: #fff !important;
  font-weight: bold !important;
  opacity: .8 !important;
}

.material-icons.pfb-btn.hovered-close-button:hover {
  opacity: 1 !important;
}

.pfb-btn.close-button:hover,
.view-more-intercom:hover {
  background: #969595 !important;
  color: #fff;
}

.expand-toasts {
  cursor: pointer;
}

.view-more-intercom {
  background: #f1f1f1 !important;
  color: #000;
  padding: 6px 12px;
  border-radius: 0;
  font-size: 10px;
}

.intercom-notification .pfb-description a {
  color: #1976D2 !important;
}

.intercom-notification #profilebuilder .form-item {
  margin: 16px 0 0 0 !important;
}

.intercom-notification #profilebuilder fieldset.form-item {
  margin: 0 !important;
}

.intercom-notification #profilebuilder input {
  color: #000 !important;
}

.intercom-author-summary-name-from .close-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #f1f1f1 !important;
}

.view-more-pfb {
  position: absolute;
  top: 0;
  right: 0;
}

/* D7 SITES */
/*ITN ONLINE*/
.itnonline .modal-header {
  background-color: #638cc3 !important;
  color: #fff;
}

.itnonline.pfb-overlay .powered-by-text,
.itnonline.pfb-float .powered-by-text {
  background: #4c6a91;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.itnonline.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.itnonline .swoosh {
  width: 100px !important;
  margin-right: 15px !important;
  display: inline-block !important;
}

.itnonline .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.itnonline .modal-header .close:hover {
  opacity: 1 !important;
}

.itnonline .modal-body {
  background-color: #4c6a91;
  color: #fff;
}

.itnonline .modal-content {
  background-color: #4c6a91;
}

.itnonline .profile-builder {
  background-color: #4c6a91;
}

.itnonline #edit-action-buttons {
  background-color: #4c6a91;
}

.itnonline #profilebuilder .edit-pfb-submit {
  background-color: #638cc3 !important;
  color: #fff !important;
  margin-top: 20px;
  border-color: #638cc3 !important;
  padding-bottom: 35px;
}

#progressive-reg-form-container.itnonline #profilebuilder input {
  color: #000;
  height: 45px;
}

#progressive-reg-form-container.itnonline #profilebuilder label {
  color: #fff !important;
}

#progressive-reg-form-container.itnonline #profilebuilder select {
  color: #000;
  height: 45px;
}

.mrm2019 .modal-header {
  background-color: #638cc3 !important;
  color: #fff;
}

.mrm2019.pfb-overlay .powered-by-text,
.mrm2019.pfb-float .powered-by-text {
  background: #4c6a91;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.mrm2019.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.mrm2019 .swoosh {
  width: 100px !important;
  margin-right: 15px !important;
  display: inline-block !important;
}

.mrm2019 .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.mrm2019 .modal-header .close:hover {
  opacity: 1 !important;
}

.mrm2019 .modal-body {
  background-color: #4c6a91;
  color: #fff;
}

.mrm2019 .profile-builder {
  background-color: #4c6a91;
}

.mrm2019 #edit-action-buttons {
  background-color: #4c6a91;
}

.mrm2019 #profilebuilder .edit-pfb-submit {
  background-color: #638cc3 !important;
  color: #fff !important;
  margin-top: 20px;
  border-color: #638cc3 !important;
  padding-bottom: 35px;
}

.mrm2019 #profilebuilder {
  background-color: #4c6a91 !important;
  color: #fff;
}

#progressive-reg-form-container.mrm2019 #profilebuilder input {
  color: #000;
  height: 45px;
}

#progressive-reg-form-container.mrm2019 #profilebuilder label {
  color: #fff !important;
}

#progressive-reg-form-container.mrm2019 #profilebuilder select {
  color: #000;
  height: 45px;
}

/* TRENDING NOW */
#block-sgc-trending-now-sgc-trending-now {
  display: none;
  float: right;
  width: 200px;
  padding: 12px;
  border-radius: 3px;
  margin: 5px;
  zoom: .9;
}

#block-sgc-trending-now-sgc-trending-now li a {
  color: #000 !important;
  font-style: normal !important;
  font-size: 12px !important;
}

#block-sgc-trending-now-sgc-trending-now h2 {
  color: #fff;
  font-size: 16px !important;
  text-align: center;
}

#block-sgc-trending-now-sgc-trending-now p {
  display: inline-block;
  line-height: 16px !important;
  font-style: normal !important;
  font-size: 26px !important;
  width: 100%;
}

/* ITN */
#block-sgc-trending-now-sgc-trending-now.itnonline h2 {
  background: #638cc3 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.itnonline {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #638cc3;
}

#block-sgc-trending-now-sgc-trending-now.itnonline a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.itnonline p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.itnonline a:hover {
  color: #C6EEBD !important;
}

/* RPO */
#block-sgc-trending-now-sgc-trending-now.residentialproductsonline h2 {
  background: #3e9f97 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #3e9f97;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.residentialproductsonline a:hover {
  color: #9CDED9 !important;
}

/* DAIC */
#block-sgc-trending-now-sgc-trending-now.dicardiology h2 {
  background: #af2228 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #af2228;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.dicardiology a:hover {
  color: #9CDED9 !important;
}

/* PROREMODELER */
#block-sgc-trending-now-sgc-trending-now.proremodeler h2 {
  background: #025b9e !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  color: #fff !important;
  border-bottom: none;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #025b9e;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler p {
  font-family: sans-serif;
  border: none !important;
  padding: 0;
}

#block-sgc-trending-now-sgc-trending-now.proremodeler a:hover {
  color: #A0CDF0 !important;
}

/* ITN DEV */
#block-sgc-trending-now-sgc-trending-now.itn h2 {
  background: #638cc3 !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
}

#block-sgc-trending-now-sgc-trending-now.itn {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #638cc3;
}

#block-sgc-trending-now-sgc-trending-now.itn a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.itn p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.itn a:hover {
  color: #C6EEBD !important;
}

/* DEV PROREMODELER */
#block-sgc-trending-now-sgc-trending-now.pr h2 {
  background: #025b9e !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  color: #fff !important;
  border-bottom: none;
}

#block-sgc-trending-now-sgc-trending-now.pr {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #025b9e;
}

#block-sgc-trending-now-sgc-trending-now.pr a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.pr p {
  font-family: sans-serif;
  border: none !important;
}

#block-sgc-trending-now-sgc-trending-now.pr a:hover {
  color: #A0CDF0 !important;
}

/*PROREMODELER PROD*/
.proremodeler.pfb-overlay .powered-by-text,
.proremodeler.pfb-float .powered-by-text {
  background: #f8f8f8;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.proremodeler.pfb-overlay .swoosh,
.proremodeler.pfb-float .swoosh {
  margin-right: 15px !important;
  display: inline-block !important;
}

.proremodeler .modal-header {
  background-color: #025B9E !important;
  color: #fff;
}

.proremodeler .modal-header .close {
  opacity: .8 !important;
  color: #000 !important;
}

.proremodeler .modal-header .close:hover {
  opacity: 1 !important;
}

.proremodeler .profile-builder {
  background-color: #000;
}

.proremodeler .modal-body {
  background-color: #f8f8f8;
  color: #000;
}

.proremodeler #edit-action-buttons {
  background-color: #f8f8f8;
}

.proremodeler form#profilebuilder #edit-action-buttons button {
  background-color: #3e9f97 !important;
  color: #fff;
  border-color: #3e9f97 !important;
}

.proremodeler form#profilebuilder #edit-action-buttons button:hover {
  background-color: #E76207 !important;
  border-color: #E76207 !important;
}

.proremodeler #profilebuilder {
  background-color: #f8f8f8 !important;
  color: #000;
}

/* Image Driven Styles */
.proremodeler.pfb-overlay .modal-body-container {
  background-color: #000 !important;
}

.proremodeler.pfb-overlay .modal-body {
  font-size: 16px;
}

/*TRAFFIC AND TRANSIT PRODUCTS PROD*/
.traffictransit .modal-header {
  background-color: #73020c !important;
  color: #fff;
}

.traffictransit.pfb-overlay .powered-by-text,
.traffictransit.pfb-float .powered-by-text {
  background: #8C8D91;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.traffictransit.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.traffictransit .swoosh {
  width: 100px !important;
  margin-right: 15px !important;
  display: inline-block !important;
}

.traffictransit .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.traffictransit .modal-header .close:hover {
  opacity: 1 !important;
}

.traffictransit .profile-builder {
  background-color: #8C8D91;
}

.traffictransit .modal-body {
  background-color: #8C8D91;
  color: #fff;
}

.traffictransit #edit-action-buttons {
  background-color: #8C8D91;
  border-radius: 0 !important;
}

.traffictransit form#profilebuilder #edit-action-buttons button {
  background-color: #73020c !important;
  border-color: #73020c !important;
}

.traffictransit form#profilebuilder #edit-action-buttons button:hover {
  background-color: #E30D12 !important;
  border-color: #E30D12 !important;
}

.traffictransit #profilebuilder {
  background-color: #8C8D91 !important;
  color: #fff;
}

/* ROADS & BRIDGES */
#block-sgc-trending-now-sgc-trending-now.roadsbridges h2 {
  background: #ffc20e !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges {
  box-shadow: -3px 7px 15px 0px #ccc;
  background: #ffc20e;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges p {
  font-family: sans-serif;
}

#block-sgc-trending-now-sgc-trending-now.roadsbridges a:hover {
  color: #EEE !important;
}

/* Roads & Bridges PROD*/
.roadsbridges.pfb-overlay .js-form-type-select {
  margin-top: 0;
}

.roadsbridges .modal-header {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/noisy_banner.png) repeat !important;
  color: #000;
}

.roadsbridges .swoosh {
  height: auto !important;
  width: 130px !important;
}

.roadsbridges .modal-content {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png) !important;
}

#progressive-reg-form-container.roadsbridges .progressive-reg-description p {
  color: #fff !important;
}

.roadsbridges .profile-builder {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png) !important;
}

.roadsbridges .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.roadsbridges .modal-header .close:hover {
  opacity: 1 !important;
}

.roadsbridges .modal-body {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png) !important;
  color: #fff;
}

.roadsbridges #edit-action-buttons {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png) !important;
  border-radius: 0 !important;
}

.roadsbridges.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.roadsbridges.pfb-overlay .edit-pfb-submit {
  background-color: #FEC00E !important;
}

.roadsbridges.pfb-overlay .edit-pfb-submit:hover {
  background-color: #CB9700 !important;
}

.roadsbridges .powered-by-text {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png) !important;
  color: #E1E1E1;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.roadsbridges form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.roadsbridges .mdl-textfield {
  padding-bottom: 0;
}

.roadsbridges.pfb-overlay #profilebuilder label {
  color: #E1E1E1 !important;
}

.roadsbridges.pfb-overlay #profilebuilder {
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png);
  color: #fff;
}

.roadsbridges.pfb-overlay #profilebuilder .form-select {
  color: #fff !important;
  border-bottom-color: #FEC00E !important;
  background: url(https://www.roadsbridges.com/sites/rb/themes/mdl/images/dark_stripes_nav.png) !important;
}

.roadsbridges.pfb-overlay #profilebuilder input[type=text] {
  border-bottom-color: #FEC00E;
}

.roadsbridges.pfb-overlay #profilebuilder label {
  float: left;
}

/* CUSTOM TEMPLATE WWD */
.exit-template .envelope-container {
  background: #58B447;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -33px;
  position: absolute;
  left: 45%;
  display: inline-block;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.exit-template #progressive-reg-form-container .edit-pfb-submit {
  padding: 0;
}

.exit-template .modal-header {
  padding: 0;
}

.exit-template .modal-content {
  margin-top: 100px !important;
  background-position: center !important;
}

.exit-template .form-item {
  width: calc(65%);
  margin: 0 auto 8px auto !important;
}

.exit-template.protradecraft .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/PTC_ExitIntent_Background.png") !important;
}

.exit-template.protradecraft #edit-action-buttons .edit-pfb-submit,
.exit-template.protradecraft #edit-action-buttons .edit-pfb-submit:hover {
  background: #E71D32 !important;
}

.exit-template.proremodeler .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/PR_ExitIntent_Background.png") !important;
}

.exit-template.proremodeler #edit-action-buttons .edit-pfb-submit,
.exit-template.proremodeler #edit-action-buttons .edit-pfb-submit:hover {
  background: #000000 !important;
}

.exit-template.custombuilderonline .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/CB_ExitIntent_Background.png") !important;
}

.exit-template.custombuilderonline #edit-action-buttons .edit-pfb-submit,
.exit-template.custombuilderonline #edit-action-buttons .edit-pfb-submit:hover {
  background: #274D43 !important;
}

.exit-template.residentialproductsonline .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/PROD_ExitIntent_Background.png") !important;
}

.exit-template.residentialproductsonline #edit-action-buttons .edit-pfb-submit,
.exit-template.residentialproductsonline #edit-action-buttons .edit-pfb-submit:hover {
  background: #3E9F97 !important;
}

.exit-template.furniturelightingdecor .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/FLD_ExitIntent_Background.png") !important;
}

.exit-template.furniturelightingdecor #edit-action-buttons .edit-pfb-submit,
.exit-template.furniturelightingdecor #edit-action-buttons .edit-pfb-submit:hover {
  background: #000000 !important;
}

.exit-template.traffictransit .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/T%26T_ExitIntent_Background.png") !important;
}

.exit-template.traffictransit #edit-action-buttons .edit-pfb-submit,
.exit-template.traffictransit #edit-action-buttons .edit-pfb-submit:hover {
  background: #C84623 !important;
}

.exit-template.roadsbridges .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/R%26B_ExitIntent_Background.png") !important;
}

.exit-template.roadsbridges #edit-action-buttons .edit-pfb-submit,
.exit-template.roadsbridges #edit-action-buttons .edit-pfb-submit:hover {
  background: #FFB300 !important;
}

.exit-template.thediapason .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/DIAP_ExitIntent_Background.png") !important;
}

.exit-template.thediapason #edit-action-buttons .edit-pfb-submit,
.exit-template.thediapason #edit-action-buttons .edit-pfb-submit:hover {
  background: #481812 !important;
}

.exit-template.bdcnetwork .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/BDC_ExitIntent_Background.png") !important;
}

.exit-template.bdcnetwork #edit-action-buttons .edit-pfb-submit,
.exit-template.bdcnetwork #edit-action-buttons .edit-pfb-submit:hover {
  background: #30CEF2 !important;
}

.exit-template.constructionequipment .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/CE_ExitIntent_Background.png") !important;
}

.exit-template.constructionequipment #edit-action-buttons .edit-pfb-submit,
.exit-template.constructionequipment #edit-action-buttons .edit-pfb-submit:hover {
  background: #F4CA3E !important;
}

.exit-template.probuilder .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/PB_ExitIntent_Background.png") !important;
}

.exit-template.probuilder #edit-action-buttons .edit-pfb-submit,
.exit-template.probuilder #edit-action-buttons .edit-pfb-submit:hover {
  background: #000 !important;
}

.exit-template.wwdmag .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/WWD_ExitIntent_Background.png") !important;
}

.exit-template.wwdmag #edit-action-buttons .edit-pfb-submit,
.exit-template.wwdmag #edit-action-buttons .edit-pfb-submit:hover {
  background: #01BBC6 !important;
}

.exit-template.wqpmag .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/WQP_ExitIntent_Background.png") !important;
}

.exit-template.wqpmag input.form-submit {
  background: #189BDB !important;
}

.exit-template.wqpmag .actions-wrapper .form-submit:hover {
  background: #06628F !important;
}

.exit-template.estormwater .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/SWS_ExitIntent_Background.png") !important;
}

.exit-template.estormwater #edit-action-buttons .edit-pfb-submit,
.exit-template.estormwater #edit-action-buttons .edit-pfb-submit:hover {
  background: #72C760 !important;
}

.exit-template.pfbsandbox .modal-content {
  border-radius: 0 !important;
  background-image: url("https://sgc-vault.s3.us-east-1.amazonaws.com/s3fs-public/vault/SWS_ExitIntent_Background.png") !important;
}

.exit-template.pfbsandbox input.form-submit {
  background: #72C760 !important;
}

.exit-template.pfbsandbox .actions-wrapper .form-submit:hover {
  background: #338C1F !important;
}

.exit-template.estormwater .actions-wrapper .form-submit:hover {
  background: #338C1F !important;
}

#progressive-reg-form-container.exit-template form#profilebuilder input {
  margin-bottom: 0 !important;
  padding: 20px !important;
}

.exit-template .modal-header .close {
  top: -52px;
  right: -8px;
  color: white !important;
  opacity: unset !important;
  font-size: 50px !important;
  font-weight: normal !important;
  position: absolute;
}

.exit-template .powered-by-text {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 30px !important;
}

.exit-template.pfb-overlay #profilebuilder label {
  color: #fff !important;
}

.wwdmag.exit-template.pfb-overlay #profilebuilder label {
  color: #fff !important;
}

.exit-template .modal-content {
  padding-left: 25px;
  padding-right: 25px;
}

.exit-template .modal-title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: #fff !important;
}

#progressive-reg-form-container.exit-template .progressive-reg-description p {
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px !important;
}

.exit-template .progressive-reg-description {
  text-align: center;
}

.exit-template .form-submit {
  font-weight: bold !important;
  transition: 0.3s;
}

.exit-template input,
#progressive-reg-form-container.exit-template form#profilebuilder input {
  border: none !important;
}

.exit-template .powered-by-text {
  background: transparent !important;
  color: #fff;
}

.exit-template input.form-submit {
  background: #F25A2D;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 10px !important;
  border: none !important;
  border-radius: 5px;
  padding: 14px !important;
}

.exit-template .modal-title {
  color: #2575BA !important;
  text-transform: uppercase;
}

.exit-template .close {
  color: #fff !important;
}

.exit-template input {
  border: 1.5px solid #5D5D5D !important;
}

.exit-template .modal-header,
.exit-template .modal-body{
  background-color: transparent !important;
  background: transparent !important;
  color: #fff;
}

.exit-template.pfb-overlay .profile-builder,
.exit-template #profilebuilder,
.exit-template.pfb-overlay #edit-action-buttons {
  background-color: transparent !important;
  background: transparent !important;
}

.exit-template #profilebuilder,
.exit-template .profile-builder,
.exit-template #edit-action-buttons {
  background-color: transparent !important;
}

.exit-template .modal-title {
  color: #FFF !important
}

.exit-template .actions-wrapper .form-submit:hover {
  background: #CE380C !important;
}

/* END GENERAL SV2020 */
/* Corporate PROD */
.scrantongillette .modal-header {
  background-color: #262460 !important;
  color: #fff;
}

.scrantongillette .modal-content {
  background-color: #F2F2F2;
}

.scrantongillette .swoosh {
  height: auto !important;
  width: 130px !important;
  display: inline-block;
  margin-right: 15px;
}

#progressive-reg-form-container.scrantongillette .progressive-reg-description p {
  color: #000 !important;
}

.scrantongillette .profile-builder {
  background-color: #F2F2F2;
}

.scrantongillette .modal-header .close {
  opacity: .8 !important;
  color: #fff !important;
}

.scrantongillette .modal-header .close:hover {
  opacity: 1 !important;
}

.scrantongillette .modal-body {
  background-color: #F2F2F2;
  color: #000;
}

.scrantongillette #edit-action-buttons {
  background-color: #F2F2F2;
  border-radius: 0 !important;
}

.scrantongillette.pfb-overlay .powered-by-text {
  font-size: 10px;
}

.scrantongillette .powered-by-text {
  background: #F2F2F2;
  color: #000;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;
}

#progressive-reg-form-container.scrantongillette form#profilebuilder input {
  margin-bottom: 0;
}

#progressive-reg-form-container.scrantongillette .mdl-textfield {
  padding-bottom: 0;
}

.scrantongillette #profilebuilder label {
  color: #000 !important;
}

.scrantongillette form#profilebuilder #edit-action-buttons .edit-pfb-submit {
  background-color: #262460 !important;
  border-color: #262460 !important;
  color: #fff !important;
  margin-top: 15px;
  padding: 5px;
}

.scrantongillette #profilebuilder {
  background-color: #F2F2F2 !important;
  color: #000;
}

.scrantongillette #profilebuilder .form-select {
  color: #000 !important;
  border-bottom-color: #f4ca3e !important;
}

.scrantongillette #profilebuilder input[type=text] {
  border-bottom-color: #262460;
}

.scrantongillette #profilebuilder label {
  float: left;
}

.intercom-authored-container-top,
.intercom-notification #profilebuilder {
  display: none;
}

.open-window .intercom-authored-container-top,
.open-window #profilebuilder {
  display: block !important;
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  30% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  45% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* Recommended Content Style */
.pfb-ribbon {
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.pfb-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #e43;
  background: linear-gradient(#e7565a 0%, #e43 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.pfb-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #e43;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e43;
}

.pfb-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #e43;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e43;
}

.views-element-container .feed .pfb-ribbon {
  top: 3px !important;
}
