body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff; }


@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

/*
Because the forms are to be loaded into an Iframe in the Guest page,
then the minimum value of the modals must be used to avoid seeing a phone view
because the resolution of the iframe is less than that used in the boostrap of 768px
*/
.lcc-form {
  /* Place Holders */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .lcc-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1 !important; }
  .lcc-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important; }
  .lcc-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important; }
  .lcc-form :-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important; }
  .lcc-form :focus::-webkit-input-placeholder {
    color: transparent !important; }
  .lcc-form :focus:-moz-placeholder {
    color: transparent !important; }
  .lcc-form :focus::-moz-placeholder {
    color: transparent !important; }
  .lcc-form :focus:-ms-input-placeholder {
    color: transparent !important; }

.lcc-form--editing .lcc-form-field__control {
  color: #000; }

.lcc-form-on-page__main-row {
  justify-content: center; }

.lcc-form-on-page__main-column {
  width: 100%; }

.lcc-form-on-page__main-container {
  background-color: #f3f3f3;
  min-height: 18.75em;
  padding: 21px 10px 0px;
  margin: 10px;
  width: auto; }
  @media only screen and (min-width: 480px) {
    .lcc-form-on-page__main-container {
      padding: 25px 40px 0px; } }
  @media only screen and (min-width: 800px) {
    .lcc-form-on-page__main-container {
      width: 547px;
      margin-left: auto;
      margin-right: auto; } }

.lcc-form-on-page__main-container--editing {
  margin-top: 2rem; }

.lcc-form-on-page__head-line {
  font-size: 1.75em;
  font-weight: 900;
  text-align: center;
  margin-top: -17px;
  margin-bottom: 11px;
  display: block; }
  @media only screen and (max-width: 320px) {
    .lcc-form-on-page__head-line {
      font-size: 1.575em; } }

.lcc-form-on-page__text-lock {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0px 8px; }
  @media only screen and (min-width: 800px) {
    .lcc-form-on-page__text-lock {
      padding: 10px 50px; } }

.lcc-form-on-page__fields-container {
  width: auto; }
  @media only screen and (min-width: 800px) {
    .lcc-form-on-page__fields-container {
      margin: 0 auto;
      width: 376px; } }

.lcc-form-popup .lcc-form-field {
  margin-bottom: 0.8rem; }
.lcc-form-popup .lcc-form-field__control {
  height: 48px; }
.lcc-form-popup .lcc-form-optin-btn {
  font-size: 25px;
  padding: 14px 20px; }
.lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon) .lcc-form-field__control, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--phone .intl-tel-input .lcc-form-field__control, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-container .ui-select-toggle, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-container .ui-select-search, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-placeholder, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-match-text, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--date .date .ui-input-icon__input.form-control, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--number .custom-touch-spin .custom-touch-spin--input {
  padding-left: 43px; }
.lcc-form-popup .lcc-form__fields-container {
  margin-bottom: 1.30rem; }

.lcc-form-popup__main-row {
  justify-content: center; }

.lcc-form-popup__main-column {
  width: 100%; }

.lcc-form-popup__form-container {
  width: auto;
  margin: 10px; }
  @media only screen and (min-width: 800px) {
    .lcc-form-popup__form-container {
      width: 462px;
      margin: 22px auto 0; } }

.lcc-form-popup__text-lock {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 10px 12px 8px; }

.lcc-form-popup-modal--on-page {
  position: relative; margin: 0 10px; }
  .lcc-form-popup-modal--on-page .lcc-form-popup-modal__dialog {
    margin-bottom: 12px;
    background-color: #fff; }

.lcc-form-popup-modal__header {
	min-height: 28px;
	background-color: transparent;
	border-bottom: 1px solid #ededed;
	padding: 0 !important;
	margin-bottom: -28px;
}
  @media only screen and (min-width: 800px) {
    .lcc-form-popup-modal__header {
      padding: 10px 40px; } }
  .lcc-form-popup-modal__header .close {
    float: none;
    color: #7d7d7d;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    z-index: 9999;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1.6em;
    font-weight: 400;
    background-color: #ddd;
    text-shadow: 0 0 0 #fff; }
  .lcc-form-popup-modal__header .close:hover {
    background-color: #000;
    color: #fff;
  }

.lcc-form-popup-modal__header--no-bordered {
  border-bottom: none; }

.lcc-form-popup-modal__dialog {
  position: relative;
  width: auto;
  margin: 10px auto; }

.lcc-form-popup-modal__dialog-content {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }

.lcc-form-popup-modal__body {
  overflow: hidden;
  background-color: #f5f5f5;
  background-size: 100%;
  padding: 0; }

.lcc-form-popup--webform-popup .lcc-form-popup-modal__dialog {
  max-width: 640px;
}

.lcc-form-popup--webform-popup .lcc-form-popup-modal__header {
  padding: 1rem 0 !important;
}

.lcc-form-popup-modal__header-progress {
  margin: 8px 38px 0 10px;
  width: auto; }
  @media only screen and (min-width: 800px) {
    .lcc-form-popup-modal__header-progress {
      margin: 8px auto 0;
      width: 464px; } }

.lcc-form-popup-modal__progress {
  overflow: hidden;
  height: 24px;
  padding: 2px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 9px; }

.lcc-form-popup-modal__progress-bar {
  float: left;
  width: 0%;
  border-radius: 4px;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: #3297db;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 14px 14px; }

.lcc-form-popup-modal__header-info {
  text-align: center;
  font-size: 13px;
  font-weight: 400; }

.lcc-form-popup-modal__headline-container {
  text-align: center;
  margin: -15px -10px 0 -10px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  padding: 16px 20px; }

.lcc-form-popup-modal__headline {
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  cursor: default; }

.lcc-form-popup__action-button-container {
  padding: 10px;
  text-align: center; }

.lcc-form-popup__action-button-container--edition {
  padding: 0 10px; }

.lcc-form-popup__edition-label {
  max-width: 640px;
  margin: 0 auto 12px;
  position: relative; }
  .lcc-form-popup__edition-label::before {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eeeeee;
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%; }

.lcc-form-popup__edition-label-text {
  padding: 0 10px;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700; }

.lcc-form-popup__edition-label-icon {
  color: #ff9f05;
  margin-right: 5px; }

.lcc-form-popup-exit__content {
  padding: 3.2rem 4rem 0.8rem; }


.lcc-form-popup-exit__content .img-responsive {
  min-width: 100%;
}

@media only screen and (min-width: 800px) {
  .lcc-form-popup-exit__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    flex-direction: row;
    margin: 0 -10px; } }


@media only screen and (max-width: 799px) {
  .lcc-form-popup-exit__content {
    padding: 2.2rem 2rem 0.8rem;
  }

  .pb-lcc-optin-micro-popup-overlay {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 800px) {
  .lcc-form-popup-exit__content-media,
  .lcc-form-popup-exit__content-form-field {
    flex: 1; } }

.lcc-form-popup-exit__content-media {
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 800px) {
    .lcc-form-popup-exit__content-media {
      padding: 0 2rem 0 0; } }

@media only screen and (min-width: 800px) {
  .lcc-form-popup-exit__content-form-field {
    padding: 0;
    max-width:380px; } }

@media only screen and (min-width: 800px) {
  .lcc-form-popup-exit__content-form-field--single-column {
    width: 380px;
    margin: 0 auto; }

  .no-media-column .lcc-form-popup-exit__content-form-field--single-column {
    width: 490px; }

  .no-media-column .lcc-form-popup-exit__optintextn {
    padding: 0 4rem; }

}

.lcc-form-popup-exit__headline-container {
  text-align: center;
  padding: 0.8rem 2rem;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2); }

.lcc-form-popup-exit__headline {
  text-align: center;
  padding: 0 20px;
  font-size: 2.6em;
  text-transform: none;
  font-weight: 800;
  cursor: default; }

.lcc-form-popup-exit__sub-headline {
  display: inline-block;
  font-size: 1.8em;
  text-align: center;
  text-transform: none;
  font-weight: 600;
  width: 100%;
  cursor: default; }


.lcc-form-popup-exit__optintext {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 1.7em;
	line-height: 110%;
}

.lcc-form-popup-exit__text-lock {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 1rem 1rem 0.3rem; }

.lcc-form-optin-btn {
  overflow: visible;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  line-height: 1.42857143;
  color: #fff;
  background-color: #ffa91e;
  background-image: none;
  border-style: solid;
  outline: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 -2px 0 rgba(4, 4, 4, 0.1);
  box-shadow: inset 0 -2px 0 rgba(4, 4, 4, 0.1);
  font-size: 1.625em;
  width: 100%;
  max-width: 640px;
  text-shadow: 0 1px 1px #aaa;
  font-weight: 900;
  border-radius: 4px;
  white-space: inherit;
  padding: 13px 20px; }
  @media only screen and (max-width: 799px) {
    .lcc-form-optin-btn {
      font-size: 1.375em; } }

.lcc-form__fields-container {
  margin-bottom: 5px; }

.lcc-form-field {
  margin-bottom: 10px;
  position: relative; }

.lcc-form-field--has-error .lcc-form-field__control,
.lcc-form-field--has-error .ui-select-container,
.lcc-form-field--has-error .date {
  border-color: #a94442; }

.lcc-form-field__icon {
  margin: 0;
  top: 50%;
  margin-top: -0.8rem;
  left: 0;
  margin-left: 12px;
  line-height: 1;
  color: #CACACA;
  /*  font-size: 18px;
    width: 18px;
    height: 18px;*/
  font-size: 1.8em;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 5; }

.lcc-form-field__require-icon {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -12px;
  margin-top: 3px;
  font-size: 14px;
  color: #f13939;
  font-weight: 800;
  display: block;
  width: 10px;
  height: 10px;
  line-height: 1; }
  .lcc-form-field__require-icon::before {
    content: "*"; }

.lcc-form-field__control {
  font-size: 1.4em;
  color: #000;
  outline: none;
  padding: 6px 12px 6px 35px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.lcc-form-field--phone .lcc-form-field__icon {
	font-size: 2.6em;
	margin-top: -1.1rem;
	left: 0.2rem; }
.lcc-form-field--phone .intl-tel-input {
  color: #000;
  max-height: 130px;
  display: block; }
  .lcc-form-field--phone .intl-tel-input .flag-dropdown {
    right: 0;
    margin-right: 7px; }
    .lcc-form-field--phone .intl-tel-input .flag-dropdown:hover {
      background-color: transparent; }
      .lcc-form-field--phone .intl-tel-input .flag-dropdown:hover .selected-flag {
        background-color: transparent; }
  .lcc-form-field--phone .intl-tel-input .lcc-form-field__control {
    padding-left: 35px; }
  .lcc-form-field--phone .intl-tel-input .country-list {
    right: 0;
    max-width: 365px;
    min-width: 200px;
    margin-right: -7px;
    height: 130px;
    z-index: 15; }

.lcc-form-field--long-text .lcc-form-field__icon {
  top: 0;
  margin-top: 10px; }
.lcc-form-field--long-text .lcc-form-field__control {
  height: auto; }

.lcc-form-field--number {
  display: flex;
  flex-direction: column; }
  .lcc-form-field--number label {
    order: 1;
    align-self: flex-start;
    display: block;
    margin-bottom: 5px;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .lcc-form-field--number .lcc-form-field__icon {
    bottom: 0;
    top: initial;
    margin-bottom: 16px; }
  .lcc-form-field--number .custom-touch-spin {
    order: 2;
    border: 1px solid transparent;
    border-radius: 4px; }
    .lcc-form-field--number .custom-touch-spin .custom-touch-spin--input {
      font-size: 16px;
      border-top: none;
      border-left: none;
      border-bottom: none;
      border-radius: 0;
      flex: 1;
      min-width: 40px;
      height: 40px;
      border-radius: 0 !important;
      border-color: #e1e1e1 !important;
      padding-left: 35px; }
      .lcc-form-field--number .custom-touch-spin .custom-touch-spin--input:active, .lcc-form-field--number .custom-touch-spin .custom-touch-spin--input:focus {
        border-color: #e1e1e1 !important; }
    .lcc-form-field--number .custom-touch-spin .bootstrap-touchspin {
      display: flex; }
    .lcc-form-field--number .custom-touch-spin .input-group-btn-vertical {
      background-color: #fff;
      display: flex;
      flex-direction: column;
      flex: 0 0 25px; }
    .lcc-form-field--number .custom-touch-spin .bootstrap-touchspin-up,
    .lcc-form-field--number .custom-touch-spin .bootstrap-touchspin-down {
      border: none;
      border-radius: 0 !important;
      flex: 1;
      padding: inherit !important;
      margin: 0 !important;
      line-height: 1; }
    .lcc-form-field--number .custom-touch-spin .bootstrap-touchspin .input-group-btn-vertical i {
      position: relative;
      top: auto;
      left: auto; }
  @media only screen and (min-width: 800px) {
    .lcc-form-field--number {
      flex-direction: row;
      align-items: center; }
      .lcc-form-field--number label {
        order: 2;
        align-self: center;
        margin-left: 10px;
        margin-bottom: 0; }
      .lcc-form-field--number .custom-touch-spin {
        flex: 0 0 150px;
        order: 1; }
      .lcc-form-field--number .lcc-form-field__icon {
        top: 50%;
        margin-top: -9px;
        bottom: initial;
        margin-bottom: initial; } }

.lcc-form-field--dropdown {
  position: relative; }
  .lcc-form-field--dropdown.has-error {
    color: #a94442; }
  .lcc-form-field--dropdown .ui-select-container {
    border-style: solid;
    outline: none;
    border-radius: 2px; }
    .lcc-form-field--dropdown .ui-select-container .ui-select-toggle,
    .lcc-form-field--dropdown .ui-select-container .ui-select-search {
      height: 40px;
      font-size: 15px;
      line-height: 1.3;
      padding: 8px 12px 8px 35px;
      border: none; }
  .lcc-form-field--dropdown .ui-select-match:focus, .lcc-form-field--dropdown .ui-select-match:active {
    outline: none; }
  .lcc-form-field--dropdown .ui-select-toggle:hover {
    background-color: #fff; }
  .lcc-form-field--dropdown .ui-select-placeholder {
    color: #ACACAC; }
  .lcc-form-field--dropdown .ui-select-placeholder,
  .lcc-form-field--dropdown .ui-select-match-text {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    padding-left: 35px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .lcc-form-field--dropdown .ui-select-match-text span {
    display: initial; }
  .lcc-form-field--dropdown .ui-select-choices {
    font-size: 15px; }
  .lcc-form-field--dropdown .dropdown-menu {
    min-width: 160px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0;
    top: 100%;
    left: 0; }
  .lcc-form-field--dropdown .ui-select-no-choice {
    margin-top: 0; }

.lcc-form-field--date .date {
  border-width: 0;
  border-style: solid;
  border-radius: 2px;
  background-color: #fff; }
  .lcc-form-field--date .date .input-group-addon {
    border-radius: 0 2px 2px 0;
    background-color: transparent;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left: 1px solid #e1e1e1;
    cursor: pointer; }
  .lcc-form-field--date .date .ui-input-icon__input.form-control {
    border-radius: 2px 0 0 2px !important;
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding-left: 35px;
    height: 40px; }

.lcc-form-field--boolean {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0; }
  .lcc-form-field--boolean input {
    margin: 0; }
  .lcc-form-field--boolean label {
    order: 1;
    align-self: flex-start;
    display: block;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 10px; }

.lcc-form-field--no-icon .lcc-form-field__control,
.lcc-form-field--no-icon .date .ui-input-icon__input.form-control,
.lcc-form-field--no-icon .ui-select-placeholder,
.lcc-form-field--no-icon .ui-select-match-text,
.lcc-form-field--no-icon .custom-touch-spin .custom-touch-spin--input {
  padding-left: 12px; }
.lcc-form-field--no-icon .intl-tel-input input.lcc-form-field__control {
  padding-left: 12px; }

.cover-media,
.cover-media .img-overlay,
.cover-media img {
    border-radius: 0.2rem;
}

@media only screen and (min-width: 950px) {
  .new-lcc-form-popup-modal__dialog--md {
    width: 950px; }

  .lcc-form-field--phone .intl-tel-input .country-list {
    max-width: 380px; }
}

@media only screen and (max-width: 949px) {
  .new-lcc-form-popup-modal__dialog--md {
    width: 780px; }

  .lcc-form-field--phone .intl-tel-input .country-list {
    max-width: 330px; }

  .lcc-form-popup-exit__content {
    padding-top: 2.2rem;
  }

  .lcc-form-popup-exit__optintext {
    margin-bottom: 1.0rem;
  }

}

@media only screen and (max-width: 799px) {
  .new-lcc-form-popup-modal__dialog--md {
    width: 100%; }

  .lcc-form-popup-exit__headline-container {
    padding: 0.5rem 2rem;
    font-size: 0.7em;
  }

  .lcc-form-popup-exit__optintext {
    margin-bottom: 1.2rem;
  }
}

.lc-type-exit-popup-alternative .lcc-form-popup-exit__sub-headline {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.15rem;
}

.lc-type-exit-popup-alternative .lcc-form-popup-exit__headline {
	font-size: 4.2em;
	font-weight: 700;
	line-height: 1em;
}

.lc-type-exit-popup-alternative .lcc-form-popup-exit__headline-container {
  box-shadow: unset;
  padding: 4rem 6rem 0.8rem;
}

.lc-type-exit-popup-alternative .lcc-form-popup-exit__content {
  padding: 1.5rem 6rem 4rem;
}

@media only screen and (max-width: 949px) {
  .lc-type-exit-popup-alternative .lcc-form-popup-exit__content {
    padding: 1.5rem 3.9rem 2rem;
  }
}


@media only screen and (max-width: 799px) {
  .new-lcc-form-popup-modal__dialog--md {
    max-width: 400px; }

  .lcc-form-popup-exit__content {
    width: 331px;
    margin: 0 auto;
  }

  .lcc-form-popup-exit__content,
  .lc-type-exit-popup-alternative .lcc-form-popup-exit__content {
    padding-left: 0;
    padding-right: 0;
  }

  .lc-type-exit-popup-alternative .lcc-form-popup-exit__headline-container {
    padding: 2.5rem 3rem 0.8rem;
  }
}

.pb-lcc-optin-micro-popup-headline-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 1.5rem;
}

.pb-lcc-optin-micro-popup-headline-left {
	flex: 1;
  max-width: 7.5rem;
	padding-right: 2rem;
	display: flex;
	margin-bottom: 2rem;
}

.pb-lcc-optin-micro-popup-headline-right {
  display: flex;
	flex: 1;
  flex-direction: column;
  text-align: left !important;
	margin-bottom: 2.5rem;
}

.pb-lcc-optin-micro-popup-headline-right.text-center {
  text-align: center !important;
}

.pb-lcc-optin-micro-popup-headline-text {
  font-size: 2.2em;
}

.pb-lcc-optin-micro-popup-headline-subtext {
	font-size: 3.70em;
	font-weight: 600;
	line-height: 0.95em;
}

.lc-type-micro-popup-elegant .pb-lcc-optin-micro-popup-headline-subtext {
	font-weight: 700;
	font-size: 3.9em;
}

.pb-lcc-optin-micro-popup-additionalText-container {
  font-size: 1.35em;
	margin-bottom: 1.5rem;
}

.lc-type-micro-popup-elegant .pb-lcc-optin-micro-popup-additionalText-container {
	font-weight: 600;
}


@media only screen and (max-width: 629px) {
  div .pb-lcc-optin-micro-popup-body {
    padding: 3.5rem 3.5rem !important;
  }
}

.pb-lcc-optin-micro-popup-body__btn-container {
	display: flex;
	flex-direction: row;
  justify-content: space-between;
  padding: 0 !important;
}

.pb-lcc-optin-micro-popup-body__btn-container > .fc-flex__col.fc-btn {
  border-radius: 0.5rem;
}

.pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight,
.pb-lcc-optin-micro-popup-body__btn-container .micro-yes-btn-highlight,
.pb-lcc-optin-micro-popup-body__btn-container .micro-pr-branding-highlight{
  text-transform: none;
  border: 0 none transparent;
  box-shadow: inset 0 -0.35rem 0 rgba(0,0,0,.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem 1.5rem !important;
}

.pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight {
  margin-left: 1rem !important;
  color: #666 !important;
}

@media only screen and (max-width: 767px) {
  .pb-lcc-optin-micro-popup-body__btn-container {
    align-items: center;
    flex-direction: row !important;
  }

  .pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight,
  .pb-lcc-optin-micro-popup-body__btn-container .micro-yes-btn-highlight {
    margin-left: 0 !important;
    min-width: 20rem;
    margin-bottom: 0.5rem;
  }

  /*apply only when there are 2 lines text PR-770 */
  .pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight span span span:first-child:nth-last-child(2){
    font-size: 100%!important;
  }
  /*apply only to second line text PR-770 PR-719 */
  .pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight span span ~ span{
    display: block!important;
    font-size: 70%!important;
  }
  .pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight span span span span:first-child{
    font-size: 100%!important;
  }
}

@media only screen and (max-width: 629px) {
  .pb-lcc-optin-micro-popup-headline-container {
    flex-direction: column;
    align-items: center;
  }
  .pb-lcc-optin-micro-popup-headline-right {
    text-align: center !important;
  }
}

.pb-lcc-optin-micro-popup-headline-left .cover-media .img-overlay a {
  left: unset !important;
}

.pb-lcc-optin-micro-popup-headline-left .cover-media {
  margin: auto 0;
}

.pb-lcc-optin-micro-popup-headline-left .cover-media img {
  margin: 0;
  max-height: 7.2rem;
}

.no-additional-text .pb-lcc-optin-micro-popup-headline-container {
  border: 0 none transparent;
  margin-top: 3.5rem;
}

.no-headline .pb-lcc-optin-micro-popup-additionalText-container {
  margin-top: 5.2rem;
}

.lc-type-micro-popup-elegant .pb-lcc-optin-micro-popup-body {
  min-height: 40.5rem;
}

.lc-type-micro-popup-elegant .no-additional-text .pb-lcc-optin-micro-popup-headline-container {
  margin-top: 2.5rem;
}

.lc-type-micro-popup-elegant .no-headline .pb-lcc-optin-micro-popup-additionalText-container {
  margin-top: 10rem;
}

.lc-type-webform .lcc-form-on-page__head-line {
	font-size: 2.3em;
	line-height: 0.95em;
}

.lc-type-webform .lcc-form-field {
  margin-bottom: 0.6rem; }
.lc-type-webform .lcc-form-field__control {
  height: 48px; border-radius: 0.4rem; }
.lc-type-webform .lcc-form-optin-btn {
  font-size: 25px;
  padding: 14px 20px; }
.lc-type-webform .lcc-form-field:not(.lcc-form-field--no-icon) .lcc-form-field__control, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--phone .intl-tel-input .lcc-form-field__control, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-container .ui-select-toggle, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-container .ui-select-search, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-placeholder, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--dropdown .ui-select-match-text, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--date .date .ui-input-icon__input.form-control, .lcc-form-popup .lcc-form-field:not(.lcc-form-field--no-icon).lcc-form-field--number .custom-touch-spin .custom-touch-spin--input {
  padding-left: 43px; }
.lc-type-webform .lcc-form__fields-container {
  margin-bottom: 1.30rem; }

.lc-type-webform .lcc-form-popup-modal__header {
	margin-bottom: 0.6rem;
	padding-bottom: 0.8rem !important;
}

.lc-type-webform .lcc-form-popup-modal__dialog-content {
  padding-top: 1.5rem;
}

.lc-type-webform .lcc-form-popup__text-lock {
  margin-bottom: 0.5rem;
}

.lc-type-webform .lcc-form-popup-modal__headline-container {
  padding: 1rem 2rem;
}


@media only screen and (min-width: 630px) {
  .lc-type-webform .lcc-form-popup-modal__dialog {
    width: 640px;
    margin: 30px auto;
  }
}

.lc-type-form-call #form-headline-highlight {
	font-size: 2.8em;
	font-weight: 800;
}

.lc-type-form-call #form-sub-headline-highlight {
	color: #595959;
	font-size: 2.2em;
}

.lc-type-form-call #form-helper-text-highlight {
	font-size: 2.2em;
}

.lc-type-form-call #form-helper-text-highlight {
	font-size: 1.6em;
	font-weight: 600;
  margin-top: 1rem;
	margin-bottom: 0.8rem;
}

.lc-type-form-call .pb-ctc-form {
  padding-bottom: 1rem;
}

.lc-type-form-call .pb-ctc-form .lcc-form-field {
  margin-bottom: 0;
}

.lc-type-form-call .pb-ctc-form .lcc-form-field input {
  height: 4.2rem;
  padding-right: 3.5rem;
}

.lc-type-form-call .pb-ctc-form #form-button-highlight {
	height: 100%;
	border-radius: 0.3rem;
	text-transform: none;
	border: 0 none transparent;
	box-shadow: inset 0 -0.25rem 0 rgba(0,0,0,.1);
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	font-weight: 800;
	font-size: 1.7em;
  min-height: 4.2rem;
}

.lc-type-form-call .lcc-form-field--phone .intl-tel-input .country-list {
  max-width: 350px;
}


/* Old design */

.lcc-popup-olddesign .lcc-form-popup-exit__sub-headline {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #FFA107;
	font-weight: 700;
	margin-top: 15px;
	width: 100%;
	cursor: default;
}

.lcc-popup-olddesign .lcc-form-popup-exit__headline {
	text-align: center;
	background-color: #fff;
	padding: 0 20px;
	font-size: 22px;
	text-transform: none;
	font-weight: 700;
	cursor: default;
	margin-top: -4px;
	margin-bottom: 11px;
}

.lcc-popup-olddesign .lcc-form-popup-exit__headline-container {
	box-shadow: unset !important;
	border-bottom: 1px solid #ededed;
}

.lcc-popup-olddesign .lcc-form-popup-exit__content {
	padding: 20px 33px;
}

.lcc-popup-olddesign .lcc-form-field--phone .lcc-form-field__icon {
	left: -0.8rem;
}

.lcc-popup-olddesign .lcc-form-field {
	margin-bottom: 5px;
}

.lcc-form .lcc-popup-olddesign ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #acacac !important;
    opacity: 1 !important; }
.lcc-form .lcc-popup-olddesign ::-moz-placeholder {
    /* Firefox 19+ */
    color: #acacac !important; }
.lcc-form .lcc-popup-olddesign :-ms-input-placeholder {
    /* IE 10+ */
    color: #acacac !important; }
.lcc-form .lcc-popup-olddesign :-moz-placeholder {
    /* Firefox 18- */
    color: #acacac !important; }

.lcc-popup-olddesign .lcc-form-optin-btn {
  background-image: unset !important;
}

.lcc-popup-olddesign .lcc-form-field__control {
	font-size: 15px;
}

.lcc-popup-olddesign .lcc-form-popup-exit__content-form-field {
	padding: 0;
	max-width: 440px;
}

.lcc-popup-olddesign .lcc-form-popup-exit__content-media {
	margin-bottom: 0;
}

.lcc-popup-olddesign .lcc-form-popup-modal__header .close {
    color: #fff;
    background-color: #000; }
.lcc-popup-olddesign .lcc-form-popup-modal__header .close:hover {
    background-color: #000;
    color: #fff;
  }

.no-media-column-size {
  max-width: 500px !important;
}

.no-media-column-size .lcc-form-popup-exit__content {
  width: auto;
}

.lcc-popup-olddesign .pb-lcc-optin-micro-popup-body__btn-container {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 50px 50px 120px !important;
}

.lcc-popup-olddesign .pb-lcc-optin-micro-popup-body__btn-container > .fc-flex__col.fc-btn {
	text-transform: uppercase;
	border-radius: 2px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	text-shadow: none;
}

.lcc-popup-olddesign .pb-lcc-optin-micro-popup-body__btn-container .micro-no-btn-highlight {
	color: #000 !important;
}

.lcc-popup-olddesign .pb-lcc-optin-micro-popup-body {
	min-height: 500px;
}

.lcc-form-popup .lcc-popup-olddesign .lcc-form-field--phone .lcc-form-field__icon,
.lcc-form-on-page .lcc-popup-olddesign .lcc-form-field--phone .lcc-form-field__icon {
	left: 0.2rem;
}

.lcc-form-on-page .lcc-popup-olddesign .lcc-form-field--phone .lcc-form-field__icon {
  left: -1rem;
}

/* ************* */
.micro-announcement-bg-highlight {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0.5rem 2.25rem;
  align-items: center;
  justify-content: center;
  font-size:11.5pt;
}

.micro-announcement-headline-cont {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: left;
  margin-bottom: 0;
  max-width: 1024px;
}

.micro-announcement-headline-close {
  position: relative;
  opacity: 0.3;
  margin-right: 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: normal;
  transition: 0.5s ease opacity;
}

.micro-announcement-headline-close i {
    position: absolute;
    top: -0.5em;
    left: -0.5em;
}

.micro-announcement-headline-close:hover {
  opacity: 1;
}

.micro-announcement-anim-ng-hide {
  transition: 0.5s ease opacity;
}

.micro-announcement-anim-ng-hide {
  opacity: 1 !important;
  max-height: 100rem !important;
}

.micro-announcement-anim-ng-hide.ng-hide {
  display: flex !important;
  opacity: 0 !important;
  max-height: 0 !important;
}



@media only screen and (max-width: 629px) {
  .micro-announcement-bg-highlight {
    flex-direction: column;
  }
  .micro-announcement-headline-cont {
    justify-content: center;
    margin-bottom: 0.75em;
  }


  .micro-announcement-headline-close {
    width: 100%;
    text-align: right;
    margin-bottom: -1.5rem;
  }

  .micro-announcement-headline-close i {
    position: static;
    margin-right: -1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .micro-main-btn-highlight {
    flex: 1 !important;
    width: 100% !important;
  }
}


