(function( blueConic, undefined ) { var templates = {}; templates['030c89b6-70d5-4265-8fa4-37fa1366d01d'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcpContentTemplate {\n  background-color: #0099CC;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  padding: 10px;\n}\n\n.bcpContentTemplate,\n.bcpContentTemplate * {\n  box-sizing: border-box;\n}\n\n.bcpContentTemplate > * {\n  flex: 1 0;\n  padding: 5px;\n}\n\n.bcpContentTemplateWithButtons {\n  justify-content: space-between;\n}\n\n.bcpContentTemplateWithButtons::before {\n  content: \" \";\n  flex: 1 1;\n}\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3 {\n  font-weight: bold;\n}\n\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3,\n.bcpContentTemplate > span {\n  text-align: center;\n  line-height: 1.1em;\n  color: #FFF;\n  margin-top: 0;\n  margin-bottom: 0;\n}\n\n.bcpContentTemplate > h1 {\n  font-size: 30px;\n}\n\n.bcpContentTemplate > h2 {\n  font-size: 20px;\n}\n.bcpContentTemplate > h3 {\n  font-size: 16px;\n  color: #111;\n}\n\n.bcpContentTemplate > span {\n  font-size: 14px;\n}\n.bcpContentTemplate .uniForm .formHolder {\n  padding: 0px;\n}\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  width: 100%;\n  white-space: normal;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal {\n  display: flex;\n  justify-content: center;\n  width: 100%;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n  flex: 0 1;\n  text-align: center;\n  padding: 5px;\n  border-radius: 5px;\n}\n.bcpContentTemplate .uniForm input[type=\"radio\"] {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .blueConicRadioButtonList label {\n    font-size: 20px;\n    color: #FFF;\n    text-align: center;\n    margin: 0px 20px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n    margin: 0 5px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction {\n  background-color: #F37839;\n  border: none;\n  box-shadow: inset 0 0 0 #333, 0 1px 2px #333;\n  color: #FFFFFF;\n  cursor: pointer;\n  font-size: 16px;\n\n  transition: box-shadow .25s ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n  border-radius: 0 5px 5px 0;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:active, \n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333, 0 0 0 #333;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  background-color: #0099CC;\n  border: 2px solid;\n  box-shadow: none;\n  color: #FFFFFF;\n  text-shadow: none;\n\n  transition-duration: .25s;\n  transition-property: background-color, color;\n  transition-timing-function: ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:active {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField label {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField {\n  width: 100%;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput {\n  font-size: 16px;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge {\n  border-radius: 5px 0 0 5px;\n  height: 36px;\n  width: 100%;\n  padding-left: 10px;\n}\n\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder #okMsg,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  border: none;\n  margin: 0;\n  padding: 0;\n  text-align: center;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n  white-space: nowrap;\n  text-align: right;\n  width: 100%;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset > * {\n  display: inline-block;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset .errormsg {\n  display: block;\n  color: #FFF;\n  font-size: 12px;\n}\n\n@media (max-width: 768px) {\n  .bcpContentTemplate {\n    flex-direction: column;\n  }\n\n  .bcpContentTemplate .bcpContentButtons {\n    margin-top: 5px;\n    min-width: 100%;\n    width: 100%;\n  }\n\n  .bcpContentTemplate h1,\n  .bcpContentTemplate h2,\n  .bcpContentTemplate span {\n    min-width: 100%;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder {\n    margin-right: 0;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder > * {\n    width: 100%;\n  }\n}\n\n@media (max-width: 480px) {\n  .bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge,\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n    border-radius: 5px;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton {\n    width: 100%;\n  }\n  .bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n    white-space: normal;\n  }\n\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder.blueConicSingleLineText,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder fieldset > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton > * {\n    margin: 5px 0;\n    width: 100%;\n  }\n}","html":"<div class=\"bcpContentTemplate bcpContentTemplateWithButtons\"> \n   <h3>Hey there!</h3> \n   <h1 class=\"bcShortText\">Are you already a customer?</h1> \n   \n   <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1518694052318,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;RadioButtonList&quot;,&quot;settings&quot;:{&quot;required&quot;:false,&quot;values&quot;:[{&quot;id&quot;:1,&quot;name&quot;:&quot;YES&quot;,&quot;identifier&quot;:&quot;yes&quot;},{&quot;id&quot;:2,&quot;name&quot;:&quot;NO&quot;,&quot;identifier&quot;:&quot;no&quot;}],&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:&quot;set&quot;,&quot;repeatdirection&quot;:&quot;horizontal&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeproperty&quot;:&quot;isCustomer&quot;}}],&quot;handling&quot;:{},&quot;styling&quot;:{},&quot;actions&quot;:[{&quot;id&quot;:1523366648118,&quot;type&quot;:&quot;text&quot;,&quot;text&quot;:&quot;Thank you!&quot;,&quot;closeText&quot;:&quot;Close&quot;}]}\" data-bc-pluginid=\"forms\"></div> \n</div>\n\n","js":"","precompiled":""}; templates['0c35a73a-e427-48f0-9aa8-1d9ee3783eff'] = {"css":".bcTemplate1 {\n  margin: 0 -1em -1em 0;\n  padding: 0;\n  overflow: hidden;\n}\n.bcTemplate1:after {\n  content: '';\n  display: block;\n  clear: both;\n}\n.bcTemplate1 ul {\n  margin: 0;\n  padding: 0;\n}\n.bcTemplate1 .bcRecommendedItem {\n  margin:0;\n  list-style-type: none;\n  float: left;\n  max-width: 550px;\n  min-width: 240px;\n  overflow: hidden;\n  padding:0 0 1em 0;\n  \n}\n.bcpMaxWidth .bcTemplate1 .bcRecommendedItem {\n  width: 25%;\n}\n.bcpDefaultWidth .bcTemplate1 .bcRecommendedItem {\n  width: 50%;\n}\n.bcpSmallWidth .bcTemplate1 .bcRecommendedItem {\n  width: 100%;\n  float: none;\n  display:table;\n  padding: 0;\n  text-align:left;\n}\n\n.bcTemplate1 .bcRecommendedItem > a {\n  margin: 0 1em 0 0;\n  display: block;\n  cursor: pointer;\n}\n\n.bcTemplate1 .bcLinkBox {\n  padding: 0.5em;\n}\n\n.bcpSmallwidth .bcTemplate1 .bcLinkBox ,\n.bcpSmallwidth .bcTemplate1 .bcImageBox {\n  padding: 0.5em 0.5em 0.5em 0;\n}\n\n.bcTemplate1 img {\n  width: 100%;\n  max-width:600px;\n  max-height:600px;\n  display: block;\n}\n\n.bcpSmallWidth .bcTemplate1 img {\n  width: 55px;\n  height: 55px;\n  float: left;\n}\n\n.bcTemplate1 .bcLinkText {\n  width: 100%;\n  line-height: 1.2;\n  height: 3.6em;\n  margin: 0;\n  padding: 0;\n  \n  display: block;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n.bcpSmallWidth .bcTemplate1 .bcWrapper {\n  display: table-cell;\n  vertical-align: middle;    \n}\n\n@supports ((display:-webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical)) {\n  .bcTemplate1 .bcLinkText {\n    display: -webkit-box;\n    -webkit-box-orient: vertical;  \n    -webkit-line-clamp: 3;\n    word-wrap:break-word;    \n  }\n  .bcTemplate1 .bcLinkText:after {\n    display: none;\n  }\n}","html":"<table id=\"related_assets_links\">\n    <tbody>    {{#recommendations}}                \n        <tr>\n            <td>\n                <a href=\"{{URL}}\" title=\"{{name}}\">{{name}}</a>\n            </td>\n            <td>\n                <div class>\n                    <figure>\n                        <a href=\"{{URL}}\" title=\"{{name}}\">                        {{#image}}                                                    \n                            <img src=\"{{image}}\" />                          {{/image}}                                                 \n                        </a>\n                    </figure>\n                </div>\n            </td>\n        </tr>        {{/recommendations}}              \n    </tbody>\n</table>","js":"","precompiled":""}; templates['10423dcb-e91c-404b-8cd3-45fbdd5dac43'] = {"css":"","html":"<div class=\"bcLightboxTemplate bcMediumInput\">\n    <h2>GET THE LATEST NORTH CAROLINA PREP SPORTS NEWS, SCORES &amp; HIGHLIGHT VIDEOS</h2>\n    <h1 class=\"bcShortText\">Subscribe to our newsletter:</h1>\n    <div class=\"bcButtonRow\">\n        <div class=\"bccomplexobject\" data-bc-id=\"1\">\n            <!-- Placeholder for 'forms 1'. This element can't be edited. -->\n        </div>\n    </div>\n</div>","js":"","precompiled":""}; templates['1320bf61-3a1c-4afd-bc57-433d1e9b7649'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate bcMediumInput\">\n  <h2>GET THE LATEST UPDATES AND EXCLUSIVE OFFERS</h2>\n  <h1 class=\"bcShortText\">Subscribe to our newsletter:</h1>\n  <div class=\"bcButtonRow\">\n    <div\n      class=\"bccomplexobject\"\n      data-bc-config='{\"id\":1463470138461,\"fields\":[{\"id\":\"bcf-1\",\"fieldType\":\"SingleLineText\",\"settings\":{\"required\":true,\"label\":\"Label\",\"value\":\"\",\"description\":\"\",\"storeValue\":true,\"overwriteValue\":\"set\",\"prefillValue\":false,\"fieldSize\":\"medium\",\"storeproperty\":\"email\"}},{\"id\":\"bcf-2\",\"fieldType\":\"Button\",\"settings\":{\"label\":\"SEND\"}}],\"routing\":{\"type\":\"form_routing_close_lightbox\",\"inline_message\":\"The form has been sent.\"},\"handling\":{},\"styling\":{}}'\n      data-bc-pluginid=\"forms\"\n    >\n      <div\n        class=\"bcForm\"\n        data-bc-external=\"true\"\n        data-bc-id=\"1463470138461\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['1503b15c-f43c-4e67-9217-cc005386f3b0'] = {"css":".bcTemplate3 {\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n  box-sizing:initial;\n}\n.bcTemplate3:after {\n  content: '';\n  display: block;\n  clear: both;\n}\n.bcTemplate3 ul {\n  padding: 0;\n  margin: 0;\n}\n.bcTemplate3 li {\n  overflow: hidden;\n  list-style-type: none;\n  border-bottom: solid #eee 1px;\n  padding: 0;\n  margin: 0;\n  max-width: 100%;\n  float: none;\n  display: table;\n}\n.bcTemplate3 li:last-child {\n  border-bottom: none;\n}\n.bcTemplate3 li a img {\n  height: 55px;\n  max-height: 55px;\n  width: 55px;\n  max-width: 55px;\n  display: block;\n  float: left\n}\n.bcTemplate3 .bcWrapper {\n  display: table-cell;\n  vertical-align: top;\n}\n.bcTemplate3 .bcImageBox,\n.bcTemplate3 .bcLinkBox {\n  padding: 0.5em 0.5em 0.5em 0;\n}\n.bcTemplate3 .bcRecommendedItem .bcLinkText {\n  display: block;  \n  line-height: 1.2;\n  height: 3.6em;\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n  text-align: left;\n  text-overflow: ellipsis;\n  word-wrap: break-word;\n}\n.bcTemplate3 .bcRecommendedItem a {\n  cursor: pointer;\n  display:block;\n  text-decoration: none;\n}\n\n@supports ((display:-webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical)) {\n  .bcTemplate3 .bcRecommendedItem .bcLinkText {\n    display: -webkit-box;\n    -webkit-box-orient: vertical;\n    -webkit-line-clamp: 3;\n  }\n}\n","html":"<div class=\"bcRecommendations bcTemplate3\">\n  <ul>\n    {{#recommendations}}\n      <li class=\"bcRecommendedItem\">\n          <a href=\"{{URL}}\" title=\"{{name}}\">\n              <span class=\"bcWrapper bcImageBox\">\n              {{#image}}\n                <img src=\"{{image}}&width=55&height=55\" />\n              {{/image}}\n              </span>\n              <span class=\"bcWrapper bcLinkBox\">            \n                <p class=\"bcLinkText\">{{name}}</p>\n              </span>\n          </a>\n      </li>\n    {{/recommendations}}\n  </ul>\n</div>","js":"","precompiled":""}; templates['180fff97-dea5-4258-a468-c33b4d1fa361'] = {"css":".bcTemplate1 {\n  margin: 0 -1em -1em 0;\n  padding: 0;\n  overflow: hidden;\n}\n.bcTemplate1:after {\n  content: '';\n  display: block;\n  clear: both;\n}\n.bcTemplate1 ul {\n  margin: 0;\n  padding: 0;\n}\n.bcTemplate1 .bcRecommendedItem {\n  margin:0;\n  list-style-type: none;\n  float: left;\n  max-width: 240px;\n  min-width: 240px;\n  overflow: hidden;\n  padding:0 0 1em 0;\n  \n}\n.bcpMaxWidth .bcTemplate1 .bcRecommendedItem {\n  width: 25%;\n}\n.bcpDefaultWidth .bcTemplate1 .bcRecommendedItem {\n  width: 50%;\n}\n.bcpSmallWidth .bcTemplate1 .bcRecommendedItem {\n  width: 100%;\n  float: none;\n  display:table;\n  padding: 0;\n  text-align:left;\n}\n\n.bcTemplate1 .bcRecommendedItem > a {\n  margin: 0 1em 0 0;\n  display: block;\n  cursor: pointer;\n}\n\n.bcTemplate1 .bcLinkBox {\n  padding: 0.5em;\n}\n\n.bcpSmallwidth .bcTemplate1 .bcLinkBox ,\n.bcpSmallwidth .bcTemplate1 .bcImageBox {\n  padding: 0.5em 0.5em 0.5em 0;\n}\n\n.bcTemplate1 img {\n  width: 100%;\n  max-width:550px;\n  max-height:550px;\n  display: block;\n}\n\n.bcpSmallWidth .bcTemplate1 img {\n  width: 55px;\n  height: 55px;\n  float: left;\n}\n\n.bcTemplate1 .bcLinkText {\n  width: 100%;\n  line-height: 1.2;\n  height: 3.6em;\n  margin: 0;\n  padding: 0;\n  \n  display: block;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n.bcpSmallWidth .bcTemplate1 .bcWrapper {\n  display: table-cell;\n  vertical-align: middle;    \n}\n\n@supports ((display:-webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical)) {\n  .bcTemplate1 .bcLinkText {\n    display: -webkit-box;\n    -webkit-box-orient: vertical;  \n    -webkit-line-clamp: 3;\n    word-wrap:break-word;    \n  }\n  .bcTemplate1 .bcLinkText:after {\n    display: none;\n  }\n}","html":"<div class=\"bcRecommendations bcTemplate1\">\n  <ul class=\"\">\n    {{#recommendations}}\n    <li class=\"bcRecommendedItem\">    \n      <a href=\"{{URL}}\" title=\"{{name}}\">\n        <span class=\"bcWrapper bcImageBox\">\n          {{#image}}\n            <img src=\"{{image}}&width=500&height=500\" />\n          {{/image}}\n        </span>\n        <div class=\"bcWrapper bcLinkBox\">\n          <p class=\"bcLinkText\">{{name}}</p>\n        </div>\n      </a>\n    </li>\n    {{/recommendations}}\n  </ul>\n</div>","js":"","precompiled":""}; templates['194b8e94-d0a8-488c-88d7-9b827b9a09cf'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h1 class=\"bcShortText\">Special offer: Grab your discount now!</h1>\n  <h2>Do you want to save 5% off any item today?</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\"><a href=\"/\">YES, I WANT THIS OFFER</a></div>\n  </div>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcSecondaryButton\" type=\"button\"><a href=\"/\">No, I don&#39;t like special offers</a></div>\n  </div>\n</div>","js":"","precompiled":""}; templates['1fbe371c-65a4-4380-a9a7-f0f17e8d9a3f'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">We need your consent</h1>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <h2 class=\"bcpGDPRDescription\">\n      I provide consent to:\n    </h2>\n    <div class=\"bcpGDPRComponent\">\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"{!bcp.defaultTemplateConsentDetailedList!}\"],\"purposes\":[\"purpose1\",\"purpose2\",\"purpose3\",\"purpose4\",\"purpose5\",\"purpose6\",\"purpose7\",\"purpose8\",\"purpose9\",\"purpose10\"],\"submitText\":[\"OK\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null], \"actions\":[{\"id\":1521714153021,\"type\":\"close\",\"delay\":0}]},\"data-bc-template-id\":\"{!bcp.defaultTemplateConsentDetailedList!}\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['244af3a5-f8e7-4fd0-947c-f9f431cd87d7'] = {"css":".bcpGDPRContentTemplate  * {\n    box-sizing: border-box;\n    min-width: initial;\n}\n.bcpGDPRContentTemplate {\n    background-color: #f3fcff;\n    line-height:1;\n    overflow-wrap: break-word;\n    /* only supported by a few browsers */\n    overflow-wrap: hyphenate-word;  \n    text-align: left;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader,\n.bcpGDPRContentTemplate .bcpGDPRDescription {\n    font-weight: bold;    \n}\n.bcpGDPRContentTemplate .bcpGDPRHeader {\n    width: 100%;\n    background-color: #0097cf;\n    display: flex;\n    flex-direction: column;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader .bcpGDPRTitle {\n    padding: 10px 20px 0px;\n    line-height: 30px;\n    margin: 0;\n    color: #ffffff;\n    font-size: 26px;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRContent {    \n    margin: 0;    \n}\n\n\n.bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n    padding: 20px 20px 0px;\n    margin: 0;\n    font-size: 14px;\n    line-height: 16px;\n    color: #222;\n}\n\n\n/* Privacy settings */\n.bcpPrivacySettings {\n    height: 100%;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n    font-size: 14px;\n    font-weight: normal;\n}\n.bcpPrivacySettings h2 {\n    font-size: 20px;\n    line-height: 22px;\n}\n.bcpPrivacySettings hr {\n    margin: 0;\n}\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    margin: 0;\n}\n.bcpPrivacySettings .bcpGDPRHeader {\n    display: flex;\n    flex-direction: column;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    flex: 0 0;\n    white-space: nowrap;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    flex: 1 1;\n    display: flex;\n    justify-content: flex-start;\n    flex-flow: row wrap;\n    align-items: center;\n    line-height: 20px;\n    padding: 10px;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    color: #fff;\n    margin: 0 10px;\n    font-size: 14px;\n    cursor: pointer;\n}\n.bcpPrivacySettings .bcpGDPRContent {\n    padding: 0 10px;\n}\n.bcpPrivacySettings h2 {\n    padding: 10px 0px 20px;\n    color: #555;\n    line-height: 1;\n}\n.bcpPrivacySettings .bcpGDPRComponent {\n    padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n    min-width: 100px;\n    padding: 0px;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    padding: 10px 0px 0px;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    width: 100%;\n}\n.bcpPrivacySettings .bcProfileOverview th {\n    font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n    font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n    background: none;\n    border: 0;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    border: 1px solid #ddd;\n    border-radius: 4px;\n    background: #fff\n}\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n    padding: 10px;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    color: #ccc;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    border: 0px;\n    border-right: 0px;\n    color: #555;\n    word-break: break-all;\n}\n.bcpPrivacySettings .bcpDataActions {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n    float: left;\n    margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpComponentHeader h2 {\n    display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button {\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    text-align: center;\n    padding: 5px 20px;\n    min-width: 70px;\n    margin-top: 5px;\n    cursor: pointer;\n    font-size: 16px;\n    background-color: #eeeeee;\n    color: #555;\n}\n.bcpPrivacySettings .bcProfileRequest.bcProfileRequestReplaced {\n    font-size: 14px;\n    line-height: 20px;\n}\n.bcpPrivacySettings .bcProfileRequest > div {\n    width: 100%;\n    margin: 5px 0;\n}\n.bcpPrivacySettings .bcProfileRequest label {\n    font-weight: normal;\n    color: #555;\n    line-height: 20px;\n    padding: 8px 0px;\n}\n.bcpPrivacySettings .bcProfileRequest button {\n    margin-left: 150px;\n}\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n    opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n    border: 1px solid #555;\n    outline: none;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n   padding: 8px 10px;\n   border-radius: 4px; \n   border: 1px solid #ddd;\n   display: inline-block;\n   width: calc(100% - 150px);\n   min-width: 200px;\n   -webkit-box-shadow: none;\n   -moz-box-shadow: none;\n   box-shadow: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n    margin-top: 10px;\n}\n.bcpDataActions input.bcEraseProfileCheckbox {\n    margin: 4px 10px 4px 4px;\n}\n\n/* styles from screens lower than 768px; */\n@media screen and (max-width: 868px) {\n    .bcpGDPRContentTemplate {\n      width: 100%;\n      min-width: 0;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n    \n    .bcpPrivacySettings .bcpGDPRComponent {\n        padding: 20px 0px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader {\n        height: 80px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n      position: relative;\n      width: 100%;\n      text-align: center;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n      display: block;\n      padding: 0 10px;\n      margin: 0px;\n      line-height: 1;\n      left: 0;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n    .bcpPrivacySettings .bcpDataActions .bcGDPR {\n        clear: both;\n        float: none;\n        margin: 5px 0;\n    }\n    .bcpDataActions .bcEraseProfileStatement,\n    .bcpPrivacySettings p {\n        font-size: 16px;\n    }\n    \n    .bcpPrivacySettings .bcpDataActions {\n        padding-bottom: 20px;\n    }\n\n    .bcpPrivacySettings .bcProfileOverview,\n    .bcpPrivacySettings .bcProfileOverview tbody,\n    .bcpPrivacySettings .bcProfileOverview tr,\n    .bcpPrivacySettings .bcProfileOverview td {\n        display: block;\n        width: 100%;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview tr th {\n        display: none;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n        padding: 5px 10px;\n    }\n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n        padding: 0px 0px 20px 40px;\n        width: 100%;\n    }\n\n    .bcpPrivacySettings .bcProfileRequest label {\n        width: 100%;\n    }\n    .bcpPrivacySettings .bcProfileRequest textarea,\n    .bcpPrivacySettings .bcProfileRequest input,\n    .bcpPrivacySettings .bcProfileRequest button {\n        width: 100%;\n        margin: 0;\n        padding: 10px 20px;\n    }\n\n    \n    .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n    .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n    .bcpPrivacySettings .bcProfileRequest button, \n    .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n        width: 100%;\n        padding: 10px 20px;\n        font-size: 20px;\n        min-height: 45px;\n    }\n\n    .bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n      font-size: 18px;\n      line-height: 28px;\n      padding: 20px 10px 10px;\n    }\n}","html":"<div class=\"bcpGDPRContentTemplate bcpPrivacySettings\">\n  <div class=\"bcpGDPRHeader\">\n     <h1 class=\"bcpGDPRTitle\">Privacy Settings</h1>\n     <div class=\"bcpInnerMenu\">\n       <a href=\"#bcpManage\">Manage my consent</a>\n       <a href=\"#bcpContactUs\">Contact us</a>\n       <a href=\"#bcpMyData\">Delete my profile</a>\n       <a href=\"#bcpPolicy\">Policy</a>\n     </div>\n  </div>\n  <div class=\"bcpGDPRContent\">\n     <a name=\"bcpManage\"></a>\n     <div class=\"bcpGDPRComponent\">\n        <h2>Manage my consent</h2>\n        <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1511267569476,&quot;type&quot;:&quot;consentManagement&quot;,&quot;parameters&quot;:{&quot;template&quot;:[&quot;{!bcp.defaultTemplateConsentDetailedList!}&quot;],&quot;purposes&quot;:[],&quot;submitText&quot;:[&quot;Save&quot;],&quot;refuseText&quot;:[&quot;&quot;],&quot;filterConsentedPurposes&quot;:[null], &quot;actions&quot;:[]}}\" data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n     </div>\n     <hr>     \n     <a name=\"bcpContactUs\"></a>\n     <div class=\"bcpGDPRComponent\">\n        <h2>Contact us</h2>\n        <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1522152408635,&quot;type&quot;:&quot;profileRequest&quot;,&quot;parameters&quot;:{&quot;fieldTitle&quot;:[&quot;Message&quot;],&quot;fieldPlaceholder&quot;:[&quot;Enter your message&quot;],&quot;senderTitle&quot;:[&quot;Sender email&quot;],&quot;senderPlaceholder&quot;:[&quot;Enter your email address&quot;],&quot;submitText&quot;:[&quot;Send form&quot;],&quot;submitAfterMessage&quot;:[&quot;Your email message is sent&quot;],&quot;emailRecipient&quot;:[&quot;&quot;],&quot;emailSubject&quot;:[&quot;BlueConic privacy management request&quot;],&quot;emailBody&quot;:[&quot;Hello, a form has been filled in by: {email}. Visit this URL to edit the profile: {profileLink}. The message: {message}. Have a good day!&quot;]}}\" data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n     </div>\n     <hr>\n     <a name=\"bcpMyData\"></a>\n     <div class=\"bcpGDPRComponent\">\n       <div class=\"bcpComponentHeader\">\n         <h2>Delete my profile</h2>\n       </div>\n        <div class=\"bcpDataActions\">\n          <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1522152230919,&quot;type&quot;:&quot;profileErasement&quot;,&quot;parameters&quot;:{&quot;erasementButtonText&quot;:[&quot;Delete my profile&quot;],&quot;erasementConsentStatement&quot;:[&quot;I request to erase my profile. This also means that my preferences and history will be erased.&quot;],&quot;erasementAfterSubmitText&quot;:[&quot;undefined&quot;],&quot;erasementConsentChecked&quot;:[true]}}\" data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n        </div>\n     </div>\n     <hr>\n     <a name=\"bcpPolicy\"></a>\n     <div class=\"bcpGDPRComponent\">\n        <h2>Policy</h2>\n        <p>Add information about your privacy policy. Such as what data you collect, the objectives for the data, how the visitor can review / change his collected data, what privacy options are available, how you protect the data and how to contact you with complains or question regarding privacy.</p>\n     </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['26935fc8-9574-49ab-b13f-1e95c751bb80'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h3>Hey there!</h3>\n  <h1 class=\"bcShortText\">Are you already a customer?</h1>\n\n  <div\n    class=\"bccomplexobject\"\n    data-bc-config='{\"id\":1518694052318,\"fields\":[{\"id\":\"bcf-1\",\"fieldType\":\"RadioButtonList\",\"settings\":{\"required\":false,\"values\":[{\"id\":1,\"name\":\"YES\",\"identifier\":\"yes\"},{\"id\":2,\"name\":\"NO\",\"identifier\":\"no\"}],\"storeValue\":true,\"overwriteValue\":\"set\",\"repeatdirection\":\"horizontal\",\"label\":\"Are you a:\",\"description\":\"\",\"storeproperty\":\"isCustomer\"}}],\"routing\":{\"type\":\"form_routing_close_lightbox\",\"inline_message\":\"The form has been sent.\"},\"handling\":{},\"styling\":{}}'\n    data-bc-pluginid=\"forms\"\n  ></div>\n</div>\n","js":"","precompiled":""}; templates['2f47a35d-a736-48ba-818c-35a4dbdbce8e'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate bcLargeInput\">\n  <h1 class=\"bcMediumText\">Can&#39;t find what you are looking for?</h1>\n  <h2>\n    FILL IN YOUR EMAIL ADDRESS AND WE&#39;LL GET BACK TO YOU WITHIN AN HOUR\n  </h2>\n  <div class=\"bcButtonRow\">\n    <div\n      class=\"bccomplexobject\"\n      data-bc-config='{\"id\":1463668057057,\"fields\":[{\"id\":\"bcf-1\",\"fieldType\":\"SingleLineText\",\"settings\":{\"required\":true,\"label\":\"Label\",\"value\":\"\",\"description\":\"\",\"storeValue\":true,\"overwriteValue\":\"set\",\"fieldSize\":\"medium\"}},{\"id\":\"bcf-2\",\"fieldType\":\"SingleLineText\",\"settings\":{\"required\":true,\"label\":\"Label\",\"value\":\"\",\"description\":\"\",\"storeValue\":true,\"overwriteValue\":\"set\",\"fieldSize\":\"medium\",\"storeproperty\":\"email\"}},{\"id\":\"bcf-3\",\"fieldType\":\"Button\",\"settings\":{\"label\":\"SEND\"}}],\"routing\":{\"type\":\"form_routing_inline\",\"inline_message\":\"The form has been sent.\"},\"handling\":{},\"styling\":{}}'\n      data-bc-pluginid=\"forms\"\n    >\n      <div\n        class=\"bcForm\"\n        data-bc-external=\"true\"\n        data-bc-id=\"1463470138461\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['36416a89-abf1-43bf-bd00-0bb7603b6763'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox bcpPrivacySettings\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">\n      Privacy Settings\n    </h1>\n    <div class=\"bcpInnerMenu\">\n      <a href=\"#bcpManage\"\n        >Manage my consent</a\n      >\n      <a href=\"#bcpMyData\"\n        >My data</a\n      >\n      <a href=\"#bcpContactUs\"\n        >Contact us</a\n      >\n      <a href=\"#bcpPolicy\"\n        >Policy</a\n      >\n    </div>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <a name=\"bcpManage\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Manage my consent</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"7d5c7f04-ad5b-4de0-8438-415e1df4336c\"],\"purposes\":[],\"submitText\":[\"Save\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null], \"actions\":[]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpMyData\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <div class=\"bcpComponentHeader\">\n        <h2>My data</h2>\n      </div>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1522152107696,\"type\":\"profileOverview\",\"parameters\":{\"propertiesHeader\":[\"Properties\"],\"valuesHeader\":[\"Values\"],\"downloadText\":[\"Download my profile\"],\"profileProperties\":[],\"downloadOption\":[true],\"hideEmpty\":[null]},\"data-bc-template-id\":\"\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n      <div class=\"bcpDataActions\">\n        <div\n          class=\"bccomplexobject\"\n          data-bc-config='{\"id\":1522152230919,\"type\":\"profileErasement\",\"parameters\":{\"erasementButtonText\":[\"Delete my profile\"],\"erasementConsentStatement\":[\"I hereby request to erase my profile. This also means that my preferences and history will be removed.\"],\"erasementAfterSubmitText\":[\"undefined\"]}}'\n          data-bc-pluginid=\"toolbar_gdpr_components\"\n        ></div>\n      </div>\n      <p>Is there something incorrect or do you have any questions related to your privacy? Please contact us via the form below!</p>\n    </div>\n    <hr />\n    <a name=\"bcpContactUs\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Contact us</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1522152408635,\"type\":\"profileRequest\",\"parameters\":{\"fieldTitle\":[\"Message\"],\"fieldPlaceholder\":[\"Enter your message\"],\"senderTitle\":[\"Sender email\"],\"senderPlaceholder\":[\"Enter your email address (optional)\"],\"submitText\":[\"Send form\"],\"submitAfterMessage\":[\"Your email is sent\"],\"emailRecipient\":[\"\"],\"emailSubject\":[\"BlueConic privacy management request\"],\"emailBody\":[\"Hello, a form has been filled in by: {email}. Visit this URL to edit the profile: {profileLink}. The message: {message}. Have a good day!\"]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpPolicy\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Policy</h2>\n      <p>Add information about your privacy policy. Such as what data you collect, the objectives for the data, how the visitor can review / change his collected data, what privacy options are avaible, how you protect the data and how to contact you with complains.</p>\n    </div>\n  </div>\n  <div class=\"bcpGDPRFooter\">\n    <div class=\"bcCloseButtonWrapper\">\n      <button class=\"bcLightboxCloseButton\">\n        Close\n      </button>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['3c930d2c-e109-462f-9662-3783cc4173ab'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcSlideOutTemplate, .bcSlideOutTrigger, .bcSlideOutContent {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n}\n\n.bcSlideOutTemplate .bcSlideOutContent {\n  margin-top: -1px;\n}\n\n.bcSlideOut.bcRight.bcSlideOutOpen.bcSlideOutTemplate .bcSlideOutContent {\n  border-radius: 0 0 0 4px;\n}\n\n.bcSlideOutTemplate .bcSlideOutTrigger:hover {\n  background: #0099CC;\n}\n\n.bcSlideOutTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0;\n  padding: 10px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcSlideOutTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n}\n\n.bcSlideOutTemplate .bcButtonRow h2 {\n  padding-left: 10px;\n  text-align: left;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton a,\n.bcSlideOutTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton:hover, .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcSlideOutTemplate .bcPrimaryButton:active,\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow {\n  width: 320px;\n  background: #0099CC;\n  //border-radius: 4px;\n  padding: 20px 10px 10px 10px;\n  margin-top: -1px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n  background-color: #0099CC;\n  border-radius: 4px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset * {\n box-sizing: border-box;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder {\n  padding: 0;\n  float: left;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcEm,\n.bcSlideOutTemplate .bcLabel,\n.bcSlideOutTemplate .uniForm label {\n  display: none;\n}\n\n.bcSlideOutTemplate .bcButtonRow .textInput {\n  width: calc(100% + 65px);\n  color: #333333;\n  font-size: 15px;\n  margin: 0px 0 10px 10px;\n  height: 30px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 15px;\n  font-weight: bold;\n  margin: 0 0 20px 0;\n  height: 30px;\n  width: 90px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .uniForm fieldset > .fieldHolder:nth-child(1) {\n  width: calc(100% - 90px);\n  padding: 0;\n  margin: 0px;\n  margin-right: -15px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 105px);\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 7px);\n  height: 29px;\n  margin-top: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 90px;\n  margin-top:20px;\n}\n\n.bcSlideOutTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcSlideOutTemplate\">\n  <h1 class=\"bcShortText bcSlideOutTrigger\">Can’t find what you are looking for?</h1>\n  <div class=\"bcButtonRow bcSlideOutContent\">\n    <h2>ENTER YOUR PHONE NUMBER AND WE WILL CALL YOU:</h2>\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;enter your phone number&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['3ee37afc-8fb7-440d-b106-dd713c68268d'] = {"css":".bcOneLineTemplate {\n  padding:0;\n  margin:0;\n}\n.bcOneLineTemplate li {\n  border-bottom: solid #eee 1px;\n  list-style-type: none;\n  padding: 1.0em 0.5em 1.0em 0.5em;\n}\n\n.bcOneLineTemplate li:last-child {\n  border-bottom: none;\n}\n\n.bcOneLineTemplate .bcRecommendedItem a {\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    overflow: hidden;\n    display: block;\n    cursor:pointer;\n}\n","html":"<ul class=\"bcRecommendations bcOneLineTemplate bcTemplate4\">\n  {{#recommendations}}\n  <li class=\"bcRecommendedItem\">\n    <a href=\"{{URL}}\" title=\"{{name}}\">{{name}}</a>\n  </li>\n  {{/recommendations}}\n</ul>","js":"","precompiled":""}; templates['42b08b20-a577-4ad6-bfb4-cde5f8543cde'] = {"css":"","html":"<ul class=\"list-featured\">    {{#recommendations}}          \n    <li>\n        <div class=\"sidebar-recommended-img-wrapper\">\n            <a href=\"{{URL}}\">{{#image}}                                                  \n                <img src=\"{{image}}&width=100&height=75\" width=\"100\" height=\"75\" alt=\"\">{{/image}}                             \n            </a>\n        </div>\n        <div class=\"h-6\">{{category}}</div>\n        <a href=\"{{URL}}\">{{name}}</a>\n    </li>{{/recommendations}}\n</ul>","js":"","precompiled":""}; templates['431c7a83-71d2-4069-9493-f332e693d030'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox bcpPrivacySettings\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">\n      Privacy Settings\n    </h1>\n    <div class=\"bcpInnerMenu\">\n      <a href=\"#bcpManage\"\n        >Manage my consent</a\n      >\n      <a href=\"#bcpContactUs\"\n        >Contact us</a\n      >\n      <a href=\"#bcpMyData\"\n        >Delete my profile</a\n      >\n      <a href=\"#bcpPolicy\"\n        >Policy</a\n      >\n    </div>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <a name=\"bcpManage\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Manage my consent</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"7d5c7f04-ad5b-4de0-8438-415e1df4336c\"],\"purposes\":[],\"submitText\":[\"Save\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null], \"actions\":[]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpContactUs\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Contact us</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1522152408635,\"type\":\"profileRequest\",\"parameters\":{\"fieldTitle\":[\"Message\"],\"fieldPlaceholder\":[\"Enter your message\"],\"senderTitle\":[\"Sender email\"],\"senderPlaceholder\":[\"Enter your email address (optional)\"],\"submitText\":[\"Send form\"],\"submitAfterMessage\":[\"Your email is sent\"],\"emailRecipient\":[\"\"],\"emailSubject\":[\"BlueConic privacy management request\"],\"emailBody\":[\"Hello, a form has been filled in by: {email}. Visit this URL to edit the profile: {profileLink}. The message: {message}. Have a good day!\"]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpMyData\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <div class=\"bcpComponentHeader\">\n        <h2>\n          Delete my profile\n        </h2>\n      </div>\n      <div class=\"bcpDataActions\">\n        <div\n          class=\"bccomplexobject\"\n          data-bc-config='{\"id\":1522152230919,\"type\":\"profileErasement\",\"parameters\":{\"erasementButtonText\":[\"Delete my profile\"],\"erasementConsentStatement\":[\"I hereby request to erase my profile. This also means that my preferences and history will be removed.\"],\"erasementAfterSubmitText\":[\"undefined\"],\"erasementConsentChecked\":[true]}}'\n          data-bc-pluginid=\"toolbar_gdpr_components\"\n        ></div>\n      </div>\n    </div>\n    <hr />\n    <a name=\"bcpPolicy\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Policy</h2>\n      <p>Add information about your privacy policy. Such as what data you collect, the objectives for the data, how the visitor can review / change his collected data, what privacy options are avaible, how you protect the data and how to contact you with complains.</p>\n    </div>\n  </div>\n  <div class=\"bcpGDPRFooter\">\n    <div class=\"bcCloseButtonWrapper\">\n      <button class=\"bcLightboxCloseButton\">\n        Close\n      </button>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['4cdae5e0-723e-4d22-bbc2-668f5f8be3e8'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate bcMediumInput\">\n  <h1 class=\"bcLongText\">Get access to our exclusive white paper &quot;Using relevancy to generate leads and lifetime value&quot;!</h1>\n  <h2>ENTER YOUR EMAIL AND WE&#39;LL SEND THE LINK</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['52e94835-ff76-427d-b796-adce4c352edb'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcpContentTemplate {\n  background-color: #0099CC;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  padding: 10px;\n}\n\n.bcpContentTemplate,\n.bcpContentTemplate * {\n  box-sizing: border-box;\n}\n\n.bcpContentTemplate > * {\n  flex: 1 0;\n  padding: 5px;\n}\n\n.bcpContentTemplateWithButtons {\n  justify-content: space-between;\n}\n\n.bcpContentTemplateWithButtons::before {\n  content: \" \";\n  flex: 1 1;\n}\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3 {\n  font-weight: bold;\n}\n\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3,\n.bcpContentTemplate > span {\n  text-align: center;\n  line-height: 1.1em;\n  color: #FFF;\n  margin-top: 0;\n  margin-bottom: 0;\n}\n\n.bcpContentTemplate > h1 {\n  font-size: 30px;\n}\n\n.bcpContentTemplate > h2 {\n  font-size: 20px;\n}\n.bcpContentTemplate > h3 {\n  font-size: 16px;\n  color: #111;\n}\n\n.bcpContentTemplate > span {\n  font-size: 14px;\n}\n.bcpContentTemplate .uniForm .formHolder {\n  padding: 0px;\n}\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  width: 100%;\n  white-space: normal;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal {\n  display: flex;\n  justify-content: center;\n  width: 100%;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n  flex: 0 1;\n  text-align: center;\n  padding: 5px;\n  border-radius: 5px;\n}\n.bcpContentTemplate .uniForm input[type=\"radio\"] {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .blueConicRadioButtonList label {\n    font-size: 20px;\n    color: #FFF;\n    text-align: center;\n    margin: 0px 20px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n    margin: 0 5px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction {\n  background-color: #F37839;\n  border: none;\n  box-shadow: inset 0 0 0 #333, 0 1px 2px #333;\n  color: #FFFFFF;\n  cursor: pointer;\n  font-size: 16px;\n\n  transition: box-shadow .25s ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n  border-radius: 0 5px 5px 0;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:active, \n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333, 0 0 0 #333;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  background-color: #0099CC;\n  border: 2px solid;\n  box-shadow: none;\n  color: #FFFFFF;\n  text-shadow: none;\n\n  transition-duration: .25s;\n  transition-property: background-color, color;\n  transition-timing-function: ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:active {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField label {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField {\n  width: 100%;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput {\n  font-size: 16px;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge {\n  border-radius: 5px 0 0 5px;\n  height: 36px;\n  width: 100%;\n  padding-left: 10px;\n}\n\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder #okMsg,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  border: none;\n  margin: 0;\n  padding: 0;\n  text-align: center;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n  white-space: nowrap;\n  text-align: right;\n  width: 100%;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset > * {\n  display: inline-block;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset .errormsg {\n  display: block;\n  color: #FFF;\n  font-size: 12px;\n}\n\n@media (max-width: 768px) {\n  .bcpContentTemplate {\n    flex-direction: column;\n  }\n\n  .bcpContentTemplate .bcpContentButtons {\n    margin-top: 5px;\n    min-width: 100%;\n    width: 100%;\n  }\n\n  .bcpContentTemplate h1,\n  .bcpContentTemplate h2,\n  .bcpContentTemplate span {\n    min-width: 100%;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder {\n    margin-right: 0;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder > * {\n    width: 100%;\n  }\n}\n\n@media (max-width: 480px) {\n  .bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge,\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n    border-radius: 5px;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton {\n    width: 100%;\n  }\n  .bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n    white-space: normal;\n  }\n\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder.blueConicSingleLineText,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder fieldset > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton > * {\n    margin: 5px 0;\n    width: 100%;\n  }\n}","html":"<div class=\"bcpContentTemplate\">\n  <span>Do you want to save 5% on any item today? Use code: 5%</span>\n</div>\n  ","js":"","precompiled":""}; templates['5caf7afb-4b15-42dd-ba50-6268719814c6'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h1 class=\"bcShortText\">Special offer: Grab your discount now!</h1>\n  <h2>Do you want to save 5% off any item today?</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\">\n      <a href=\"/\">YES, I WANT THIS OFFER</a>\n    </div>\n  </div>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcSecondaryButton\" type=\"button\">\n      <a href=\"/\">No, I don&#39;t like special offers</a>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['666d8e06-9d36-40c1-a5b8-82ef132ec4af'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h2>Special offer: Grab your discount now!</h2>\n  <h1 class=\"bcMediumText\">Save 5% off any item</h1>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\"><a href=\"/\">LEARN MORE</a></div>\n  </div>\n</div>","js":"","precompiled":""}; templates['6bfcd00d-9cee-4344-94a8-7e9321f12b8a'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox bcpGDPRContentLightbox\">\n  <div class=\"bcpGDPRContent\">\n    <p class=\"bcpGDPRDescription\">\n      We need your consent to keep track of your interests so we can show you personalized recommendations.\n    </p>\n    <div class=\"bcpGDPRComponent\">\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1517476779634,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"{!bcp.defaultTemplateConsentButtons!}\"],\"purposes\":[],\"submitText\":[\"I agree\"],\"refuseText\":[\"No thanks\"],\"filterConsentedPurposes\":[null], \"actions\":[{\"id\":1521714153021,\"type\":\"close\",\"delay\":0}]},\"data-bc-template-id\":\"{!bcp.defaultTemplateConsentButtons!}\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['7712520b-a5d1-4789-b2fc-4b34d4c45cf1'] = {"css":"/* styles from screens between 480px and 768px; */\n\n\n/*\n * CSS added by BlueConic to style the template\n */\n\n.bcToasterTemplate {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n  padding-top: 10px;\n  padding-bottom: 10px;\n  width:350px;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n\n\n.bcToasterTemplate .bcToasterDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  display: flex;\n  justify-content: center;\n}\n\n.bcToasterTemplate .bcLinkWrapper,\n.bcToasterTemplate .bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcToasterTemplate .bcToasterCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcToasterTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0 20px 10px 20px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcToasterTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n  margin: 0 20px 10px 10px;\n}\n\n.bcToasterTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcToasterTemplate .bcPrimaryButton a,\n.bcToasterTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcToasterTemplate .bcPrimaryButton:hover, .bcToasterTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcToasterTemplate .bcPrimaryButton:active,\n.bcToasterTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcToasterTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 2px solid;\n  color: #FFFFFF;\n  font-size: 14px;\n  margin: 0 10px 10px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  line-height: 30px;\n}\n\n.bcToasterTemplate .bcSecondaryButton:hover, .bcToasterTemplate .bcSecondaryButton:active {\n  border: 2px solid #FFFFFF;\n}\n\n.bcToasterTemplate .bcSecondaryButton:hover a, .bcToasterTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcToaster .bcClose {\n  cursor: pointer;\n  display: none;\n  position: absolute;\n  top: 5px;\n  right: 5px;\n}\n\n.bcToaster.bcShowClose .bcClose {\n  display: block;\n  width: 18px;\n  height: 18px;\n}\n\n.bcToaster.bcShowClose.bcDefaultClose .bcClose:after {\n  content: '×';\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  border: 1px solid white;\n  text-align: center;\n  background-color: #333;\n  display: inline-block;\n  color: white;\n  cursor: pointer !important;\n  line-height: 20px;\n  font-size: 14px;\n  font-family: Times New Roman;\n}\n\n.bcToaster.bcShowClose.bcDefaultClose .bcClose:hover:after {\n  background-color: #666;\n}\n\n.bcToasterTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  text-align: center;\n}\n\n.bcToasterTemplate h3 {\n  font-size: 20px;\n  text-align: center;\n  margin: 0 20px 10px 10px;\n}\n\n.bcToasterTemplate  ul.horizontal > li {\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  text-align: center;\n  margin: 10px 15px;\n  float: unset;\n}\n\n.bcToasterTemplate input[type=\"radio\"]+label {\n  font-size: 30px;\n  font-weight: bold;\n  padding: 18px 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcToasterTemplate ul.horizontal > li:active, .bcToasterTemplate ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcToasterTemplate input[type=\"radio\"] {\ndisplay: none;\n}\n\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcToasterTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n.bcToasterTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n.bcToasterTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcToasterTemplate   ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n.bcToasterTemplate  input[type=\"radio\"]+label { \n  width: auto;\n  padding: 18px 5px;\n  float: unset;\n}\n\n.bcToasterTemplate .bcButtonRow .uniForm fieldset * {\n    box-sizing: initial;\n}\n\n}","html":"<div class=\"bcToasterTemplate\">\n  <h1 class=\"bcShortText\">Special offer: Grab your discount now!</h1>\n  <h2>Do you want to save 5% off any item today?</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\">\n      <a href=\"/\">YES, I WANT THIS OFFER</a>\n    </div>\n  </div>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcSecondaryButton\" type=\"button\">\n      <a href=\"/\">No, I don&#39;t like special offers</a>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['7977abf6-5907-438c-8ef8-470a7e61619c'] = {"css":".bcTemplate2:after{\n  content:'';\n  display:block;\n  clear:both;\n}\n\n.bcTemplate2 {\n  overflow:hidden;\n  margin:0 -1em -1em 0;\n  padding:0;  \n}\n\n.bcTemplate2 ul {\n  margin:0;\n  padding:0;\n}\n\n.bcTemplate2 .bcRecommendedItem {\n  margin:0;\n  padding:0 0 1em 0;\n  list-style-type: none;\n  float:left;\n  max-width:550px;  \n  min-width:240px;\n  overflow:hidden;    \n}\n\n.bcTemplate2 .bcRecommendedItem > a {\n  margin: 0 1em 0 0;\n  display: block;\n  cursor: pointer;\n}\n\n.bcpMaxWidth .bcTemplate2 .bcRecommendedItem {\n  width:25%;\n}\n.bcpDefaultWidth .bcTemplate2 .bcRecommendedItem {\n  width:50%;\n}\n.bcpSmallWidth .bcTemplate2 .bcRecommendedItem {\n  width:100%;\n}\n\n.bcTemplate2 img {  \n  width:100%;  \n  display:block;\n}\n\n.bcTemplate2 .bcLinkBox {\n  padding:0.5em;  \n}\n\n.bcTemplate2 .bcLinkText {  \n  width: 100%;\n  line-height: 1.2;\n  height: 3.6em;\n  margin: 0;\n  padding: 0;\n\n  display: block;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  position: relative;\n}\n\n.bcTemplate2 a {\n  cursor: pointer;\n}\n\n@supports ((display:-webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical)) {\n  .bcTemplate2 .bcLinkText {\n    display: -webkit-box;\n    -webkit-box-orient: vertical;  \n    -webkit-line-clamp: 3;\n    word-wrap:break-word;    \n  }\n  .bcTemplate2 .bcLinkText:after {\n    display: none;\n  }\n}","html":"<div class=\"bcRecommendations bcTemplate2\">\n  <ul class=\"\">\n    {{#recommendations}}\n    <li class=\"bcRecommendedItem\">\n      <a href=\"{{URL}}\" title=\"{{name}}\">\n        {{#image}}\n          <img src=\"{{image}}&width=500&height=500\" />\n        {{/image}}\n        <div class=\"bcLinkBox\">\n          <p class=\"bcLinkText\">{{name}}</p>\n        </div>\n      </a>\n    </li>\n    {{/recommendations}}\n  </ul>\n</div>","js":"","precompiled":""}; templates['799f1d04-766c-4ab3-ac64-3db4ba100673'] = {"css":"","html":"<div class=\"bcLightboxTemplate bcMediumInput\">\n    <h2>GET THE LATEST NORTH CAROLINA PREP SPORTS NEWS, SCORES &amp; HIGHLIGHT VIDEOS</h2>\n    <h1 class=\"bcShortText\">Subscribe to our newsletter:</h1>\n    <div class=\"bcButtonRow\">\n        <div class=\"bccomplexobject\" data-bc-id=\"1\">\n            <!-- Placeholder for 'forms 1'. This element can't be edited. -->\n        </div>\n    </div>\n</div>","js":"","precompiled":""}; templates['79d2c4b7-7ad6-4133-a725-d449c13e2547'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h2>YOU HAVE REACHED YOUR MONTHLY ARTICLE LIMIT. FOR ACCESS TO MORE CONTENT:</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\"><a href=\"/\">SUBSCRIBE TODAY</a></div>\n  </div>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcSecondaryButton\" type=\"button\"><a href=\"/\">I&#39;m not interested in more content right now</a></div>\n  </div>\n</div>","js":"","precompiled":""}; templates['7d1f8466-785e-46ef-8b4f-e4a58f513ea4'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">We need your consent</h1>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <h2 class=\"bcpGDPRDescription\">\n      I provide consent to:\n    </h2>\n    <div class=\"bcpGDPRComponent\">\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"{!bcp.defaultTemplateConsentDetailedList!}\"],\"purposes\":[\"purpose1\",\"purpose2\",\"purpose3\",\"purpose4\",\"purpose5\",\"purpose6\",\"purpose7\",\"purpose8\",\"purpose9\",\"purpose10\"],\"submitText\":[\"OK\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null], \"actions\":[{\"id\":1521714153021,\"type\":\"close\",\"delay\":0}]},\"data-bc-template-id\":\"{!bcp.defaultTemplateConsentDetailedList!}\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['86e0e9b1-4a2c-4e5e-97d7-8e189b7785d6'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox bcpPrivacySettings\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">\n      Privacy Settings\n    </h1>\n    <div class=\"bcpInnerMenu\">\n      <a href=\"#bcpManage\"\n        >Manage my consent</a\n      >\n      <a href=\"#bcpContactUs\"\n        >Contact us</a\n      >\n      <a href=\"#bcpMyData\"\n        >Delete my profile</a\n      >\n      <a href=\"#bcpPolicy\"\n        >Policy</a\n      >\n    </div>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <a name=\"bcpManage\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Manage my consent</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"7d5c7f04-ad5b-4de0-8438-415e1df4336c\"],\"purposes\":[],\"submitText\":[\"Save\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null], \"actions\":[]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpContactUs\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Contact us</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1522152408635,\"type\":\"profileRequest\",\"parameters\":{\"fieldTitle\":[\"Message\"],\"fieldPlaceholder\":[\"Enter your message\"],\"senderTitle\":[\"Sender email\"],\"senderPlaceholder\":[\"Enter your email address (optional)\"],\"submitText\":[\"Send form\"],\"submitAfterMessage\":[\"Your email is sent\"],\"emailRecipient\":[\"\"],\"emailSubject\":[\"BlueConic privacy management request\"],\"emailBody\":[\"Hello, a form has been filled in by: {email}. Visit this URL to edit the profile: {profileLink}. The message: {message}. Have a good day!\"]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpMyData\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <div class=\"bcpComponentHeader\">\n        <h2>\n          Delete my profile\n        </h2>\n      </div>\n      <div class=\"bcpDataActions\">\n        <div\n          class=\"bccomplexobject\"\n          data-bc-config='{\"id\":1522152230919,\"type\":\"profileErasement\",\"parameters\":{\"erasementButtonText\":[\"Delete my profile\"],\"erasementConsentStatement\":[\"I hereby request to erase my profile. This also means that my preferences and history will be removed.\"],\"erasementAfterSubmitText\":[\"undefined\"],\"erasementConsentChecked\":[true]}}'\n          data-bc-pluginid=\"toolbar_gdpr_components\"\n        ></div>\n      </div>\n    </div>\n    <hr />\n    <a name=\"bcpPolicy\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Policy</h2>\n      <p>Add information about your privacy policy. Such as what data you collect, the objectives for the data, how the visitor can review / change his collected data, what privacy options are avaible, how you protect the data and how to contact you with complains.</p>\n    </div>\n  </div>\n  <div class=\"bcpGDPRFooter\">\n    <div class=\"bcCloseButtonWrapper\">\n      <button class=\"bcLightboxCloseButton\">\n        Close\n      </button>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['8a54ad8a-fef0-4e6e-aae7-cbd5eb4cbbfb'] = {"css":".bcGDPR {\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n}\n.bcGDPR:after {\n  content: '';\n  display: block;\n  clear: both;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper {\n    padding: 20px;\n}\n\n.bcpObjectiveTemplate {\n    padding: 10px 20px 20px;\n    width: auto;\n    height: 100%;\n    font-size: 14px;\n    box-sizing: border-box;\n}\n\n.bcpObjectiveButtonsTemplate {\n    padding: 0 15px 20px;\n}\n\n.bcpObjectiveTemplate .bcpObjectives {\n    padding: 0px;\n    margin: 0px 0px 8px;\n    list-style-type: none;\n}\n.bcpObjectiveTemplate ul li {\n    margin: 0;\n}\n\n.bcpObjectiveTemplate .bcpObjective {\n      min-height: 30px;\n      line-height: 20px;\n      padding: 5px 0px;\n}\n.bcpObjectiveTemplate .bcpObjective:hover {\n    background-color: #F7F7F7;\n}\n\n.bcpObjectiveTemplate .bcpObjective input[type=checkbox] {\n    margin: 4px 3px;\n}\n.bcpObjectiveTemplate .bcpObjective input[type=checkbox],\n.bcpObjectiveTemplate .bcpObjective label {\n    line-height: 20px;\n    width: 20px;\n    font-weight: normal;\n    display: inline-block;\n    vertical-align: top;\n    cursor: pointer;\n}\n.bcpObjectiveTemplate .bcpObjective label {\n    padding-bottom: 5px;\n    font-size: 14px;\n    color: #222;\n    width: calc(100% - 60px);\n}\n.bcpObjectiveTemplate .bcpObjective label.bcpDescription  {\n    color: #999;\n    margin-left: 30px;\n    white-space: pre-wrap;\n}\n.bcpObjectiveTemplate .bcpObjective .bcpObjectiveCheckbox {\n    width: 16px;\n    height: 16px;\n    margin: 6px 0px;\n}\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n.bcpObjectiveTemplate .bcpConsentButton,\n.bcpObjectiveTemplate .bcpOkButton{\n    font-size: 16px;\n    font-weight: normal;\n    text-align: center;\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    min-width: 70px;\n    padding: 5px 20px;\n    cursor: pointer;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton:hover,\n.bcpObjectiveTemplate .bcpConsentButton:hover {\n    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);\n    background-color: #DDD;\n}\n.bcpObjectiveTemplate .bcpOkButton:hover,\n.bcpObjectiveTemplate .bcpConsentOKButton:hover {\n    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);\n    background-color: #18CF7D;\n}\n\n.bcGDPR .bcpObjectiveTemplate .bcpOkButton,\n.bcpObjectiveTemplate .bcpOkButton,\n.bcpObjectiveTemplate .bcpConsentOKButton {\n    background-color: #14B16B;\n    color: #fff;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n.bcpObjectiveTemplate .bcpConsentCancelButton {\n    background-color: #eeeeee;\n    color: #555555;\n}\n\n/* styles from screens lower 768px; */\n@media screen and (max-width: 768px) {\n    .bcpObjectiveTemplate .bcpObjective label {\n      padding-left: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n    .bcpObjectiveTemplate {\n      font-family: Arial;\n      font-size: 16px;\n      line-height: 20px;\n      padding: 0 10px 10px;\n    }\n    .bcpObjectiveTemplate .bcpObjective {\n      color: #666666;\n      min-height: 30px;\n      padding: 0px 0px 10px;\n    }\n\n    .bcpObjectiveTemplate .bcpObjective .bcpObjectiveCheckbox {\n      width: 32px;\n      height: 32px;\n    }\n\n    .bcpObjectiveTemplate .bcpObjective label {\n      width: calc(100% - 50px);\n      padding-left: 15px;\n    }\n\n    .bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n    .bcpObjectiveTemplate .bcpConsentButton {\n        margin: 5px;\n    }\n\n    .bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n    .bcpObjectiveTemplate .bcpConsentButton,\n    .bcpObjectiveTemplate .bcpOkButton{\n      border-radius: 8px;\n\n      font-size: 20px;\n      min-height: 45px;\n\n      text-align: center;\n      padding: 5px 10px;\n      width: 100%\n    }\n}","html":"<div class=\"bcpObjectiveTemplate\">\n  {{^objectives.length}}        \n    No objectives found / already consented to all objectives\n  {{/objectives.length}}  \n  {{#objectives.length}}        \n  <ul class=\"bcpObjectives\">\n    {{#objectives}}\n    <li class=\"bcpObjective\">\n      <input class=\"bcObjective\" type=\"checkbox\" value=\"{{id}}\" id=\"{{id}}\" />\n      <label for={{id}}>{{title}}</label> \n    </li>\n    {{/objectives}}\n  </ul>\n  <button class=\"bcGiveConsent bcpOkButton\">{{submitText}}</button>\n  {{/objectives.length}}  \n</div>","js":"","precompiled":""}; templates['a2e7f0cc-0733-487c-816e-ba0bd33832a4'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcpContentTemplate {\n  background-color: #0099CC;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  padding: 10px;\n}\n\n.bcpContentTemplate,\n.bcpContentTemplate * {\n  box-sizing: border-box;\n}\n\n.bcpContentTemplate > * {\n  flex: 1 0;\n  padding: 5px;\n}\n\n.bcpContentTemplateWithButtons {\n  justify-content: space-between;\n}\n\n.bcpContentTemplateWithButtons::before {\n  content: \" \";\n  flex: 1 1;\n}\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3 {\n  font-weight: bold;\n}\n\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3,\n.bcpContentTemplate > span {\n  text-align: center;\n  line-height: 1.1em;\n  color: #FFF;\n  margin-top: 0;\n  margin-bottom: 0;\n}\n\n.bcpContentTemplate > h1 {\n  font-size: 30px;\n}\n\n.bcpContentTemplate > h2 {\n  font-size: 20px;\n}\n.bcpContentTemplate > h3 {\n  font-size: 16px;\n  color: #111;\n}\n\n.bcpContentTemplate > span {\n  font-size: 14px;\n}\n.bcpContentTemplate .uniForm .formHolder {\n  padding: 0px;\n}\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  width: 100%;\n  white-space: normal;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal {\n  display: flex;\n  justify-content: center;\n  width: 100%;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n  flex: 0 1;\n  text-align: center;\n  padding: 5px;\n  border-radius: 5px;\n}\n.bcpContentTemplate .uniForm input[type=\"radio\"] {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .blueConicRadioButtonList label {\n    font-size: 20px;\n    color: #FFF;\n    text-align: center;\n    margin: 0px 20px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n    margin: 0 5px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction {\n  background-color: #F37839;\n  border: none;\n  box-shadow: inset 0 0 0 #333, 0 1px 2px #333;\n  color: #FFFFFF;\n  cursor: pointer;\n  font-size: 16px;\n\n  transition: box-shadow .25s ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n  border-radius: 0 5px 5px 0;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:active, \n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333, 0 0 0 #333;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  background-color: #0099CC;\n  border: 2px solid;\n  box-shadow: none;\n  color: #FFFFFF;\n  text-shadow: none;\n\n  transition-duration: .25s;\n  transition-property: background-color, color;\n  transition-timing-function: ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:active {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField label {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField {\n  width: 100%;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput {\n  font-size: 16px;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge {\n  border-radius: 5px 0 0 5px;\n  height: 36px;\n  width: 100%;\n  padding-left: 10px;\n}\n\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder #okMsg,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  border: none;\n  margin: 0;\n  padding: 0;\n  text-align: center;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n  white-space: nowrap;\n  text-align: right;\n  width: 100%;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset > * {\n  display: inline-block;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset .errormsg {\n  display: block;\n  color: #FFF;\n  font-size: 12px;\n}\n\n@media (max-width: 768px) {\n  .bcpContentTemplate {\n    flex-direction: column;\n  }\n\n  .bcpContentTemplate .bcpContentButtons {\n    margin-top: 5px;\n    min-width: 100%;\n    width: 100%;\n  }\n\n  .bcpContentTemplate h1,\n  .bcpContentTemplate h2,\n  .bcpContentTemplate span {\n    min-width: 100%;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder {\n    margin-right: 0;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder > * {\n    width: 100%;\n  }\n}\n\n@media (max-width: 480px) {\n  .bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge,\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n    border-radius: 5px;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton {\n    width: 100%;\n  }\n  .bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n    white-space: normal;\n  }\n\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder.blueConicSingleLineText,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder fieldset > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton > * {\n    margin: 5px 0;\n    width: 100%;\n  }\n}","html":"<div class=\"bcpContentTemplate bcpContentTemplateWithButtons\">\n    <h1>Special offer: Save 5% on any item</h1>\n    <div class=\"bcpContentButtons\">\n      <div class=\"bccomplexobject\"\n        data-bc-config=\"{&quot;id&quot;:3,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;REVEAL CODE&quot;,&quot;className&quot;:&quot;bcpContentPrimaryButton&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_inline&quot;,&quot;inline_message&quot;:&quot;CODE&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{},&quot;actions&quot;:[{&quot;id&quot;:1523366648118,&quot;type&quot;:&quot;text&quot;,&quot;text&quot;:&quot;CODE&quot;,&quot;closeText&quot;:&quot;Close&quot;}]}\"\n        data-bc-pluginid=\"forms\">\n      </div>\n    </div>\n  </div>","js":"","precompiled":""}; templates['b2f6fdfd-a8a1-4903-8aeb-53d3843c0c07'] = {"css":".bcpGDPRContentTemplate  * {\n    box-sizing: border-box;\n    min-width: initial;\n}\n.bcpGDPRContentTemplate {\n    background-color: #f3fcff;\n    line-height:1;\n    overflow-wrap: break-word;\n    /* only supported by a few browsers */\n    overflow-wrap: hyphenate-word;  \n    text-align: left;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader,\n.bcpGDPRContentTemplate .bcpGDPRDescription {\n    font-weight: bold;    \n}\n.bcpGDPRContentTemplate .bcpGDPRHeader {\n    width: 100%;\n    background-color: #0097cf;\n    display: flex;\n    flex-direction: column;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader .bcpGDPRTitle {\n    padding: 10px 20px 0px;\n    line-height: 30px;\n    margin: 0;\n    color: #ffffff;\n    font-size: 26px;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRContent {    \n    margin: 0;    \n}\n\n\n.bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n    padding: 20px 20px 0px;\n    margin: 0;\n    font-size: 14px;\n    line-height: 16px;\n    color: #222;\n}\n\n\n/* Privacy settings */\n.bcpPrivacySettings {\n    height: 100%;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n    font-size: 14px;\n    font-weight: normal;\n}\n.bcpPrivacySettings h2 {\n    font-size: 20px;\n    line-height: 22px;\n}\n.bcpPrivacySettings hr {\n    margin: 0;\n}\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    margin: 0;\n}\n.bcpPrivacySettings .bcpGDPRHeader {\n    display: flex;\n    flex-direction: column;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    flex: 0 0;\n    white-space: nowrap;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    flex: 1 1;\n    display: flex;\n    justify-content: flex-start;\n    flex-flow: row wrap;\n    align-items: center;\n    line-height: 20px;\n    padding: 10px;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    color: #fff;\n    margin: 0 10px;\n    font-size: 14px;\n    cursor: pointer;\n}\n.bcpPrivacySettings .bcpGDPRContent {\n    padding: 0 10px;\n}\n.bcpPrivacySettings h2 {\n    padding: 10px 0px 20px;\n    color: #555;\n    line-height: 1;\n}\n.bcpPrivacySettings .bcpGDPRComponent {\n    padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n    min-width: 100px;\n    padding: 0px;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    padding: 10px 0px 0px;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    width: 100%;\n}\n.bcpPrivacySettings .bcProfileOverview th {\n    font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n    font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n    background: none;\n    border: 0;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    border: 1px solid #ddd;\n    border-radius: 4px;\n    background: #fff\n}\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n    padding: 10px;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    color: #ccc;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    border: 0px;\n    border-right: 0px;\n    color: #555;\n    word-break: break-all;\n}\n.bcpPrivacySettings .bcpDataActions {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n    float: left;\n    margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpComponentHeader h2 {\n    display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button {\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    text-align: center;\n    padding: 5px 20px;\n    min-width: 70px;\n    margin-top: 5px;\n    cursor: pointer;\n    font-size: 16px;\n    background-color: #eeeeee;\n    color: #555;\n}\n.bcpPrivacySettings .bcProfileRequest.bcProfileRequestReplaced {\n    font-size: 14px;\n    line-height: 20px;\n}\n.bcpPrivacySettings .bcProfileRequest > div {\n    width: 100%;\n    margin: 5px 0;\n}\n.bcpPrivacySettings .bcProfileRequest label {\n    font-weight: normal;\n    color: #555;\n    line-height: 20px;\n    padding: 8px 0px;\n}\n.bcpPrivacySettings .bcProfileRequest button {\n    margin-left: 150px;\n}\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n    opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n    border: 1px solid #555;\n    outline: none;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n   padding: 8px 10px;\n   border-radius: 4px; \n   border: 1px solid #ddd;\n   display: inline-block;\n   width: calc(100% - 150px);\n   min-width: 200px;\n   -webkit-box-shadow: none;\n   -moz-box-shadow: none;\n   box-shadow: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n    margin-top: 10px;\n}\n.bcpDataActions input.bcEraseProfileCheckbox {\n    margin: 4px 10px 4px 4px;\n}\n\n/* styles from screens lower than 768px; */\n@media screen and (max-width: 868px) {\n    .bcpGDPRContentTemplate {\n      width: 100%;\n      min-width: 0;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n    \n    .bcpPrivacySettings .bcpGDPRComponent {\n        padding: 20px 0px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader {\n        height: 80px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n      position: relative;\n      width: 100%;\n      text-align: center;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n      display: block;\n      padding: 0 10px;\n      margin: 0px;\n      line-height: 1;\n      left: 0;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n    .bcpPrivacySettings .bcpDataActions .bcGDPR {\n        clear: both;\n        float: none;\n        margin: 5px 0;\n    }\n    .bcpDataActions .bcEraseProfileStatement,\n    .bcpPrivacySettings p {\n        font-size: 16px;\n    }\n    \n    .bcpPrivacySettings .bcpDataActions {\n        padding-bottom: 20px;\n    }\n\n    .bcpPrivacySettings .bcProfileOverview,\n    .bcpPrivacySettings .bcProfileOverview tbody,\n    .bcpPrivacySettings .bcProfileOverview tr,\n    .bcpPrivacySettings .bcProfileOverview td {\n        display: block;\n        width: 100%;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview tr th {\n        display: none;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n        padding: 5px 10px;\n    }\n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n        padding: 0px 0px 20px 40px;\n        width: 100%;\n    }\n\n    .bcpPrivacySettings .bcProfileRequest label {\n        width: 100%;\n    }\n    .bcpPrivacySettings .bcProfileRequest textarea,\n    .bcpPrivacySettings .bcProfileRequest input,\n    .bcpPrivacySettings .bcProfileRequest button {\n        width: 100%;\n        margin: 0;\n        padding: 10px 20px;\n    }\n\n    \n    .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n    .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n    .bcpPrivacySettings .bcProfileRequest button, \n    .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n        width: 100%;\n        padding: 10px 20px;\n        font-size: 20px;\n        min-height: 45px;\n    }\n\n    .bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n      font-size: 18px;\n      line-height: 28px;\n      padding: 20px 10px 10px;\n    }\n}","html":"<div class=\"bcpGDPRContentTemplate bcpPrivacySettings\">\n  <div class=\"bcpGDPRHeader\">\n     <h1 class=\"bcpGDPRTitle\">Privacy Settings</h1>\n     <div class=\"bcpInnerMenu\">\n       <a href=\"#bcpManage\">Manage my consent</a>\n       <a href=\"#bcpMyData\">My data</a>\n       <a href=\"#bcpContactUs\">Contact us</a>\n       <a href=\"#bcpPolicy\">Policy</a>\n     </div>\n  </div>\n  <div class=\"bcpGDPRContent\">\n     <a name=\"bcpManage\"></a>\n     <div class=\"bcpGDPRComponent\">\n        <h2>Manage my consent</h2>\n        <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1511267569476,&quot;type&quot;:&quot;consentManagement&quot;,&quot;parameters&quot;:{&quot;template&quot;:[&quot;{!bcp.defaultTemplateConsentDetailedList!}&quot;],&quot;purposes&quot;:[],&quot;submitText&quot;:[&quot;Save&quot;],&quot;refuseText&quot;:[&quot;&quot;],&quot;filterConsentedPurposes&quot;:[null], &quot;actions&quot;:[]}}\"  data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n     </div>\n     <hr>\n     <a name=\"bcpMyData\"></a>\n     <div class=\"bcpGDPRComponent\">\n       <div class=\"bcpComponentHeader\">\n         <h2>My data</h2>\n       </div>\n        <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1522152107696,&quot;type&quot;:&quot;profileOverview&quot;,&quot;parameters&quot;:{&quot;propertiesHeader&quot;:[&quot;Properties&quot;],&quot;valuesHeader&quot;:[&quot;Values&quot;],&quot;downloadText&quot;:[&quot;Download my profile&quot;],&quot;profileProperties&quot;:[],&quot;downloadOption&quot;:[true],&quot;hideEmpty&quot;:[null]},&quot;data-bc-template-id&quot;:&quot;&quot;}\" data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n        <div class=\"bcpDataActions\">\n          <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1522152230919,&quot;type&quot;:&quot;profileErasement&quot;,&quot;parameters&quot;:{&quot;erasementButtonText&quot;:[&quot;Delete my profile&quot;],&quot;erasementConsentStatement&quot;:[&quot;I request to erase my profile. This also means that my preferences and history will be erased.&quot;],&quot;erasementAfterSubmitText&quot;:[&quot;undefined&quot;]}}\" data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n        </div>\n        <p>Is something incorrect or do you have any questions related to your privacy? Please contact us via de form below!</p>\n     </div>\n     <hr>\n     <a name=\"bcpContactUs\"></a>\n     <div class=\"bcpGDPRComponent\">\n        <h2>Contact us</h2>\n        <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1522152408635,&quot;type&quot;:&quot;profileRequest&quot;,&quot;parameters&quot;:{&quot;fieldTitle&quot;:[&quot;Message&quot;],&quot;fieldPlaceholder&quot;:[&quot;Enter your message&quot;],&quot;senderTitle&quot;:[&quot;Sender email&quot;],&quot;senderPlaceholder&quot;:[&quot;Enter your email address&quot;],&quot;submitText&quot;:[&quot;Send form&quot;],&quot;submitAfterMessage&quot;:[&quot;Your email message is sent&quot;],&quot;emailRecipient&quot;:[&quot;&quot;],&quot;emailSubject&quot;:[&quot;BlueConic privacy management request&quot;],&quot;emailBody&quot;:[&quot;Hello, a form has been filled in by: {email}. Visit this URL to edit the profile: {profileLink}. The message: {message}. Have a good day!&quot;]}}\"  data-bc-pluginid=\"toolbar_gdpr_components\"></div>\n     </div>\n     <hr>\n     <a name=\"bcpPolicy\"></a>\n     <div class=\"bcpGDPRComponent\">\n        <h2>Policy</h2>\n        <p>Add information about your privacy policy. Such as what data you collect, the objectives for the data, how the visitor can review / change his collected data, what privacy options are available, how you protect the data and how to contact you with complains or question regarding privacy.</p>\n     </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['bac32f82-5ff6-489c-912c-84795005cabf'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcpContentTemplate {\n  background-color: #0099CC;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  padding: 10px;\n}\n\n.bcpContentTemplate,\n.bcpContentTemplate * {\n  box-sizing: border-box;\n}\n\n.bcpContentTemplate > * {\n  flex: 1 0;\n  padding: 5px;\n}\n\n.bcpContentTemplateWithButtons {\n  justify-content: space-between;\n}\n\n.bcpContentTemplateWithButtons::before {\n  content: \" \";\n  flex: 1 1;\n}\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3 {\n  font-weight: bold;\n}\n\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3,\n.bcpContentTemplate > span {\n  text-align: center;\n  line-height: 1.1em;\n  color: #FFF;\n  margin-top: 0;\n  margin-bottom: 0;\n}\n\n.bcpContentTemplate > h1 {\n  font-size: 30px;\n}\n\n.bcpContentTemplate > h2 {\n  font-size: 20px;\n}\n.bcpContentTemplate > h3 {\n  font-size: 16px;\n  color: #111;\n}\n\n.bcpContentTemplate > span {\n  font-size: 14px;\n}\n.bcpContentTemplate .uniForm .formHolder {\n  padding: 0px;\n}\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  width: 100%;\n  white-space: normal;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal {\n  display: flex;\n  justify-content: center;\n  width: 100%;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n  flex: 0 1;\n  text-align: center;\n  padding: 5px;\n  border-radius: 5px;\n}\n.bcpContentTemplate .uniForm input[type=\"radio\"] {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .blueConicRadioButtonList label {\n    font-size: 20px;\n    color: #FFF;\n    text-align: center;\n    margin: 0px 20px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n    margin: 0 5px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction {\n  background-color: #F37839;\n  border: none;\n  box-shadow: inset 0 0 0 #333, 0 1px 2px #333;\n  color: #FFFFFF;\n  cursor: pointer;\n  font-size: 16px;\n\n  transition: box-shadow .25s ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n  border-radius: 0 5px 5px 0;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:active, \n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333, 0 0 0 #333;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  background-color: #0099CC;\n  border: 2px solid;\n  box-shadow: none;\n  color: #FFFFFF;\n  text-shadow: none;\n\n  transition-duration: .25s;\n  transition-property: background-color, color;\n  transition-timing-function: ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:active {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField label {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField {\n  width: 100%;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput {\n  font-size: 16px;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge {\n  border-radius: 5px 0 0 5px;\n  height: 36px;\n  width: 100%;\n  padding-left: 10px;\n}\n\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder #okMsg,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  border: none;\n  margin: 0;\n  padding: 0;\n  text-align: center;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n  white-space: nowrap;\n  text-align: right;\n  width: 100%;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset > * {\n  display: inline-block;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset .errormsg {\n  display: block;\n  color: #FFF;\n  font-size: 12px;\n}\n\n@media (max-width: 768px) {\n  .bcpContentTemplate {\n    flex-direction: column;\n  }\n\n  .bcpContentTemplate .bcpContentButtons {\n    margin-top: 5px;\n    min-width: 100%;\n    width: 100%;\n  }\n\n  .bcpContentTemplate h1,\n  .bcpContentTemplate h2,\n  .bcpContentTemplate span {\n    min-width: 100%;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder {\n    margin-right: 0;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder > * {\n    width: 100%;\n  }\n}\n\n@media (max-width: 480px) {\n  .bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge,\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n    border-radius: 5px;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton {\n    width: 100%;\n  }\n  .bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n    white-space: normal;\n  }\n\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder.blueConicSingleLineText,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder fieldset > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton > * {\n    margin: 5px 0;\n    width: 100%;\n  }\n}","html":"<div class=\"bcpContentTemplate bcpContentTemplateWithButtons\">\n    <h2>Help us to improve our website!</h2>\n    <div class=\"bcpContentButtons\">\n      <div class=\"bccomplexobject\"\n        data-bc-config=\"{&quot;id&quot;:2,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;Start questionnaire&quot;,&quot;className&quot;:&quot;bcpContentSecondaryButton&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_url&quot;,&quot;inline_message&quot;:&quot;Thank you!&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{},&quot;actions&quot;:[{&quot;id&quot;:1523450060849,&quot;type&quot;:&quot;redirect&quot;}]}\"\n        data-bc-pluginid=\"forms\">\n    </div>\n  </div>\n  ","js":"","precompiled":""}; templates['bc8dbdb7-17c5-4f66-9da2-e9d6ae9b579c'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcSlideOutTemplate, .bcSlideOutTrigger, .bcSlideOutContent {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n}\n\n.bcSlideOutTemplate .bcSlideOutContent {\n  margin-top: -1px;\n}\n\n.bcSlideOut.bcRight.bcSlideOutOpen.bcSlideOutTemplate .bcSlideOutContent {\n  border-radius: 0 0 0 4px;\n}\n\n.bcSlideOutTemplate .bcSlideOutTrigger:hover {\n  background: #0099CC;\n}\n\n.bcSlideOutTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0;\n  padding: 10px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcSlideOutTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n}\n\n.bcSlideOutTemplate .bcButtonRow h2 {\n  padding-left: 10px;\n  text-align: left;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton a,\n.bcSlideOutTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton:hover, .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcSlideOutTemplate .bcPrimaryButton:active,\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow {\n  width: 320px;\n  background: #0099CC;\n  //border-radius: 4px;\n  padding: 20px 10px 10px 10px;\n  margin-top: -1px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n  background-color: #0099CC;\n  border-radius: 4px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset * {\n box-sizing: border-box;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder {\n  padding: 0;\n  float: left;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcEm,\n.bcSlideOutTemplate .bcLabel,\n.bcSlideOutTemplate .uniForm label {\n  display: none;\n}\n\n.bcSlideOutTemplate .bcButtonRow .textInput {\n  width: calc(100% + 65px);\n  color: #333333;\n  font-size: 15px;\n  margin: 0px 0 10px 10px;\n  height: 30px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 15px;\n  font-weight: bold;\n  margin: 0 0 20px 0;\n  height: 30px;\n  width: 90px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .uniForm fieldset > .fieldHolder:nth-child(1) {\n  width: calc(100% - 90px);\n  padding: 0;\n  margin: 0px;\n  margin-right: -15px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 105px);\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 7px);\n  height: 29px;\n  margin-top: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 90px;\n  margin-top:20px;\n}\n\n.bcSlideOutTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcSlideOutTemplate\">\n  <h1 class=\"bcShortText bcSlideOutTrigger\">Get updates and exclusive offers</h1>\n  <div class=\"bcButtonRow bcSlideOutContent\">\n    <h2>SUBSCRIBE TO OUR NEWSLETTER:</h2>\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;enter your email address&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['bdc27158-f615-4ee9-89bf-b30f7495088c'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcSlideOutTemplate, .bcSlideOutTrigger, .bcSlideOutContent {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n}\n\n.bcSlideOutTemplate .bcSlideOutContent {\n  margin-top: -1px;\n}\n\n.bcSlideOut.bcRight.bcSlideOutOpen.bcSlideOutTemplate .bcSlideOutContent {\n  border-radius: 0 0 0 4px;\n}\n\n.bcSlideOutTemplate .bcSlideOutTrigger:hover {\n  background: #0099CC;\n}\n\n.bcSlideOutTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0;\n  padding: 10px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcSlideOutTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n}\n\n.bcSlideOutTemplate .bcButtonRow h2 {\n  padding-left: 10px;\n  text-align: left;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton a,\n.bcSlideOutTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton:hover, .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcSlideOutTemplate .bcPrimaryButton:active,\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow {\n  width: 320px;\n  background: #0099CC;\n  //border-radius: 4px;\n  padding: 20px 10px 10px 10px;\n  margin-top: -1px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n  background-color: #0099CC;\n  border-radius: 4px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset * {\n box-sizing: border-box;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder {\n  padding: 0;\n  float: left;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcEm,\n.bcSlideOutTemplate .bcLabel,\n.bcSlideOutTemplate .uniForm label {\n  display: none;\n}\n\n.bcSlideOutTemplate .bcButtonRow .textInput {\n  width: calc(100% + 65px);\n  color: #333333;\n  font-size: 15px;\n  margin: 0px 0 10px 10px;\n  height: 30px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 15px;\n  font-weight: bold;\n  margin: 0 0 20px 0;\n  height: 30px;\n  width: 90px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .uniForm fieldset > .fieldHolder:nth-child(1) {\n  width: calc(100% - 90px);\n  padding: 0;\n  margin: 0px;\n  margin-right: -15px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 105px);\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 7px);\n  height: 29px;\n  margin-top: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 90px;\n  margin-top:20px;\n}\n\n.bcSlideOutTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcSlideOutTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcSlideOutTemplate bcMediumInput\">\n  <h1 class=\"bcLongText bcSlideOutTrigger\">Get our free ebook in your inbox now!</h1>\n  <div class=\"bcButtonRow bcSlideOutContent\">\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;enter your email address&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n    </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['c02361f1-ca67-4c7d-babf-96a14ce774b4'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcpContentTemplate {\n  background-color: #0099CC;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  padding: 10px;\n}\n\n.bcpContentTemplate,\n.bcpContentTemplate * {\n  box-sizing: border-box;\n}\n\n.bcpContentTemplate > * {\n  flex: 1 0;\n  padding: 5px;\n}\n\n.bcpContentTemplateWithButtons {\n  justify-content: space-between;\n}\n\n.bcpContentTemplateWithButtons::before {\n  content: \" \";\n  flex: 1 1;\n}\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3 {\n  font-weight: bold;\n}\n\n.bcpContentTemplate > h1,\n.bcpContentTemplate > h2,\n.bcpContentTemplate > h3,\n.bcpContentTemplate > span {\n  text-align: center;\n  line-height: 1.1em;\n  color: #FFF;\n  margin-top: 0;\n  margin-bottom: 0;\n}\n\n.bcpContentTemplate > h1 {\n  font-size: 30px;\n}\n\n.bcpContentTemplate > h2 {\n  font-size: 20px;\n}\n.bcpContentTemplate > h3 {\n  font-size: 16px;\n  color: #111;\n}\n\n.bcpContentTemplate > span {\n  font-size: 14px;\n}\n.bcpContentTemplate .uniForm .formHolder {\n  padding: 0px;\n}\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  width: 100%;\n  white-space: normal;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal {\n  display: flex;\n  justify-content: center;\n  width: 100%;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n  flex: 0 1;\n  text-align: center;\n  padding: 5px;\n  border-radius: 5px;\n}\n.bcpContentTemplate .uniForm input[type=\"radio\"] {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .blueConicRadioButtonList label {\n    font-size: 20px;\n    color: #FFF;\n    text-align: center;\n    margin: 0px 20px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li {\n    margin: 0 5px;\n}\n\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction {\n  background-color: #F37839;\n  border: none;\n  box-shadow: inset 0 0 0 #333, 0 1px 2px #333;\n  color: #FFFFFF;\n  cursor: pointer;\n  font-size: 16px;\n\n  transition: box-shadow .25s ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n  border-radius: 0 5px 5px 0;\n}\n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:active, \n.bcpContentTemplateWithButtons .uniForm ul.horizontal > li:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentPrimaryButton .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333, 0 0 0 #333;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction {\n  background-color: #0099CC;\n  border: 2px solid;\n  box-shadow: none;\n  color: #FFFFFF;\n  text-shadow: none;\n\n  transition-duration: .25s;\n  transition-property: background-color, color;\n  transition-timing-function: ease;\n}\n\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:hover,\n.bcpContentTemplate .uniForm .bcpContentSecondaryButton .buttonInput.primaryAction:active {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField label {\n  display: none;\n}\n\n.bcpContentTemplate .uniForm .bcpContentInputField {\n  width: 100%;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput {\n  font-size: 16px;\n}\n.bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge {\n  border-radius: 5px 0 0 5px;\n  height: 36px;\n  width: 100%;\n  padding-left: 10px;\n}\n\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .formHolder #okMsg,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder,\n.bcpContentTemplate .bcpContentButtons .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  border: none;\n  margin: 0;\n  padding: 0;\n  text-align: center;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n  white-space: nowrap;\n  text-align: right;\n  width: 100%;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset > * {\n  display: inline-block;\n}\n\n.bcpContentTemplate .bcpContentButtons .formHolder fieldset .errormsg {\n  display: block;\n  color: #FFF;\n  font-size: 12px;\n}\n\n@media (max-width: 768px) {\n  .bcpContentTemplate {\n    flex-direction: column;\n  }\n\n  .bcpContentTemplate .bcpContentButtons {\n    margin-top: 5px;\n    min-width: 100%;\n    width: 100%;\n  }\n\n  .bcpContentTemplate h1,\n  .bcpContentTemplate h2,\n  .bcpContentTemplate span {\n    min-width: 100%;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder {\n    margin-right: 0;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder > * {\n    width: 100%;\n  }\n}\n\n@media (max-width: 480px) {\n  .bcpContentTemplate .uniForm .bcpContentInputField .textInput.bcLarge,\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction {\n    border-radius: 5px;\n  }\n\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton {\n    width: 100%;\n  }\n  .bcpContentTemplate .bcpContentButtons .formHolder fieldset {\n    white-space: normal;\n  }\n\n  .bcpContentTemplate .uniForm .bcpContentSubmitButton .buttonInput.primaryAction,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder .fieldHolder.blueConicSingleLineText,\n  .bcpContentTemplate .bcpContentButtons .uniForm .formHolder fieldset > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentPrimaryButton > *,\n  .bcpContentTemplate .bcpContentButtons .uniForm .bcpContentSecondaryButton > * {\n    margin: 5px 0;\n    width: 100%;\n  }\n}","html":"<div class=\"bcpContentTemplate bcpContentTemplateWithButtons\">\n    <h2>Subscribe to our newsletter.</h2>\n    <div class=\"bcpContentButtons\">\n      <div class=\"bccomplexobject\"\n        data-bc-config=\"{ &quot;id&quot;:1, &quot;fields&quot;:[{ &quot;id&quot;:&quot;bcf-1&quot;, &quot;fieldType&quot;:&quot;SingleLineText&quot;, &quot;settings&quot;:{ &quot;required&quot;:true, &quot;storeValue&quot;:true, &quot;storeproperty&quot;: &quot;email&quot;, &quot;overwriteValue&quot;:&quot;set&quot;, &quot;fieldSize&quot;:&quot;large&quot;, &quot;className&quot;:&quot;bcpContentInputField&quot;, &quot;validation&quot;: &quot;email&quot;, &quot;value&quot;: &quot;Enter email address&quot; } }, { &quot;id&quot;:&quot;bcf-2&quot;, &quot;fieldType&quot;:&quot;Button&quot;, &quot;settings&quot;:{ &quot;label&quot;:&quot;SEND&quot;, &quot;className&quot;:&quot;bcpContentPrimaryButton bcpContentSubmitButton&quot; } }], &quot;routing&quot;:{ &quot;type&quot;:&quot;form_routing_close_lightbox&quot;, &quot;inline_message&quot;:&quot;Thank you!&quot; },&quot;handling&quot;:{},&quot;styling&quot;:{},&quot;actions&quot;:[{&quot;id&quot;:1523366648118,&quot;type&quot;:&quot;text&quot;,&quot;text&quot;:&quot;Thank you!&quot;,&quot;closeText&quot;:&quot;Close&quot;}]}\"\n        data-bc-pluginid=\"forms\">\n      </div>\n    </div>\n  </div>\n  ","js":"","precompiled":""}; templates['c2cf69d3-2d5b-4832-be85-831ec0253321'] = {"css":"/* styles from screens between 480px and 768px; */\n\n\n/*\n * CSS added by BlueConic to style the template\n */\n\n.bcToasterTemplate {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n  padding-top: 10px;\n  padding-bottom: 10px;\n  width:350px;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n\n\n.bcToasterTemplate .bcToasterDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  display: flex;\n  justify-content: center;\n}\n\n.bcToasterTemplate .bcLinkWrapper,\n.bcToasterTemplate .bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcToasterTemplate .bcToasterCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcToasterTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0 20px 10px 20px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcToasterTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n  margin: 0 20px 10px 10px;\n}\n\n.bcToasterTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcToasterTemplate .bcPrimaryButton a,\n.bcToasterTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcToasterTemplate .bcPrimaryButton:hover, .bcToasterTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcToasterTemplate .bcPrimaryButton:active,\n.bcToasterTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcToasterTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 2px solid;\n  color: #FFFFFF;\n  font-size: 14px;\n  margin: 0 10px 10px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  line-height: 30px;\n}\n\n.bcToasterTemplate .bcSecondaryButton:hover, .bcToasterTemplate .bcSecondaryButton:active {\n  border: 2px solid #FFFFFF;\n}\n\n.bcToasterTemplate .bcSecondaryButton:hover a, .bcToasterTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcToaster .bcClose {\n  cursor: pointer;\n  display: none;\n  position: absolute;\n  top: 5px;\n  right: 5px;\n}\n\n.bcToaster.bcShowClose .bcClose {\n  display: block;\n  width: 18px;\n  height: 18px;\n}\n\n.bcToaster.bcShowClose.bcDefaultClose .bcClose:after {\n  content: '×';\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  border: 1px solid white;\n  text-align: center;\n  background-color: #333;\n  display: inline-block;\n  color: white;\n  cursor: pointer !important;\n  line-height: 20px;\n  font-size: 14px;\n  font-family: Times New Roman;\n}\n\n.bcToaster.bcShowClose.bcDefaultClose .bcClose:hover:after {\n  background-color: #666;\n}\n\n.bcToasterTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  text-align: center;\n}\n\n.bcToasterTemplate h3 {\n  font-size: 20px;\n  text-align: center;\n  margin: 0 20px 10px 10px;\n}\n\n.bcToasterTemplate  ul.horizontal > li {\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  text-align: center;\n  margin: 10px 15px;\n  float: unset;\n}\n\n.bcToasterTemplate input[type=\"radio\"]+label {\n  font-size: 30px;\n  font-weight: bold;\n  padding: 18px 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcToasterTemplate ul.horizontal > li:active, .bcToasterTemplate ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcToasterTemplate input[type=\"radio\"] {\ndisplay: none;\n}\n\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcToasterTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n.bcToasterTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n.bcToasterTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcToasterTemplate   ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n.bcToasterTemplate  input[type=\"radio\"]+label { \n  width: auto;\n  padding: 18px 5px;\n  float: unset;\n}\n\n.bcToasterTemplate .bcButtonRow .uniForm fieldset * {\n    box-sizing: initial;\n}\n\n}","html":"<div class=\"bcToasterTemplate horzontal\">\n  <h3>Hey there!</h3>\n  <h1 class=\"bcShortText\">Are you already a customer?</h1>\n\n  <div\n    class=\"bccomplexobject\"\n    data-bc-config='{\"id\":1518694052318,\"fields\":[{\"id\":\"bcf-1\",\"fieldType\":\"RadioButtonList\",\"settings\":{\"required\":false,\"values\":[{\"id\":1,\"name\":\"YES\",\"identifier\":\"yes\"},{\"id\":2,\"name\":\"NO\",\"identifier\":\"no\"}],\"storeValue\":true,\"overwriteValue\":\"set\",\"repeatdirection\":\"horizontal\",\"description\":\"\",\"storeproperty\":\"isCustomer\"}}],\"routing\":{\"type\":\"form_routing_close_lightbox\",\"inline_message\":\"The form has been sent.\"},\"handling\":{},\"styling\":{}}'\n    data-bc-pluginid=\"forms\"\n  ></div>\n</div>\n","js":"","precompiled":""}; templates['c437d800-1ce7-4252-ba74-a4320721402e'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcSlideOutTemplate {\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcSlideOutTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0;\n  padding: 10px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcSlideOutTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n}\n\n.bcSlideOutTemplate .bcButtonRow h2 {\n  padding-left: 10px;\n  text-align: left;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton a,\n.bcSlideOutTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton:hover, .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcSlideOutTemplate .bcPrimaryButton:active,\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow {\n  max-width: 320px;\n  width: 100%;\n  padding: 20px 10px 10px 10px;\n  margin-top: -1px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n  border-radius: 4px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset * {\n box-sizing: border-box;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder {\n  padding: 0;\n  float: left;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcEm,\n.bcSlideOutTemplate .bcLabel,\n.bcSlideOutTemplate .uniForm label {\n  display: none;\n}\n\n.bcSlideOutTemplate .bcButtonRow .textInput {\n  width: calc(100% + 20px);\n  padding: 0 10px;\n  color: #333333;\n  font-size: 15px;\n  margin: 0px 0 10px 10px;\n  height: 30px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 15px;\n  font-weight: bold;\n  height: 30px;\n  width: 90px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  padding: 0;\n  margin-left: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n  width: calc(100% - 40px);\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: auto;\n  padding-right: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: 100%;\n  height: 30px;\n  padding-right: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3) .buttonInput.primaryAction,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) .buttonInput.primaryAction {\n  margin-left: 0px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 90px;\n  margin-top:0px;\n}\n\n.bcSlideOutTemplate ::-webkit-input-placeholder,\n.bcSlideOutTemplate :-moz-placeholder,\n.bcSlideOutTemplate ::-moz-placeholder,\n.bcSlideOutTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcSlideOutTemplate, .bcSlideOutTrigger, .bcSlideOutContent {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n}\n.bcSlideOutTemplate .bcSlideOutTrigger:hover {\n  background: #0099CC;\n}\n\n.bcSlideOutTemplate .bcSlideOutContent {\n  margin-top: -1px;\n}\n\n.bcSlideOut.bcRight.bcSlideOutOpen.bcSlideOutTemplate .bcSlideOutContent {\n  border-radius: 0 0 0 4px;\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n  .bcSlideOutTemplate h1 {\n    font-size: 20px;\n    line-height: 20px;\n  }\n\n  .bcSlideOutTemplate .bcButtonRow {\n    max-width: 220px;\n  }\n\n  .bcSlideOutTemplate .bcButtonRow .textInput {\n    width: 100%;\n    border-radius: 10px;\n  }\n  \n  .bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1),\n  .bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder {\n    width: 100%;\n  }\n  .bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n    padding: 0 10px;\n  }\n\n  .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n    width: 100%;\n    margin-top: 0px;\n    border-radius: 10px;\n    margin-left: 0px;\n  }\n  .bcSlideOutTemplate .uniForm fieldset > .fieldHolder:nth-child(1) {\n    width: 100%;\n    padding-right: 20px;\n  }\n\n  .bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n  .bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n    padding-right: 10px;\n  }\n\n  .bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n  .bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n    width: 100%;\n  }\n}","html":"<div class=\"bcSlideOutTemplate bcLargeInput\">\n  <h1 class=\"bcShortText bcSlideOutTrigger\">Can’t find what you are looking for?</h1>\n  <div class=\"bcButtonRow bcSlideOutContent\">\n    <h2>FILL IN YOUR EMAIL ADDRESS AND WE’LL GET BACK TO YOU WITHIN AN HOUR:</h2>\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463668057057,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;tell us what you are looking for&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:&quot;set&quot;,&quot;fieldSize&quot;:&quot;medium&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;enter your email address&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:&quot;set&quot;,&quot;fieldSize&quot;:&quot;medium&quot;,&quot;storeproperty&quot;:&quot;email&quot;}},{&quot;id&quot;:&quot;bcf-3&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_inline&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['c59bf6fd-a68c-4248-b8da-30f056e5f361'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n.bcSlideOutTemplate {\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcSlideOutTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0;\n  padding: 10px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcSlideOutTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n}\n\n.bcSlideOutTemplate .bcButtonRow h2 {\n  padding-left: 10px;\n  text-align: left;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton a,\n.bcSlideOutTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcSlideOutTemplate .bcPrimaryButton:hover, .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcSlideOutTemplate .bcPrimaryButton:active,\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow {\n  max-width: 320px;\n  width: 100%;\n  padding: 20px 10px 10px 10px;\n  margin-top: -1px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n  border-radius: 4px;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm fieldset * {\n box-sizing: border-box;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder {\n  padding: 0;\n  float: left;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcSlideOutTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcSlideOutTemplate .bcEm,\n.bcSlideOutTemplate .bcLabel,\n.bcSlideOutTemplate .uniForm label {\n  display: none;\n}\n\n.bcSlideOutTemplate .bcButtonRow .textInput {\n  width: calc(100% + 20px);\n  padding: 0 10px;\n  color: #333333;\n  font-size: 15px;\n  margin: 0px 0 10px 10px;\n  height: 30px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcSlideOutTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 15px;\n  font-weight: bold;\n  height: 30px;\n  width: 90px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  padding: 0;\n  margin-left: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n  width: calc(100% - 40px);\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: auto;\n  padding-right: 10px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: 100%;\n  height: 30px;\n  padding-right: 20px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3) .buttonInput.primaryAction,\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) .buttonInput.primaryAction {\n  margin-left: 0px;\n}\n\n.bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 90px;\n  margin-top:0px;\n}\n\n.bcSlideOutTemplate ::-webkit-input-placeholder,\n.bcSlideOutTemplate :-moz-placeholder,\n.bcSlideOutTemplate ::-moz-placeholder,\n.bcSlideOutTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcSlideOutTemplate, .bcSlideOutTrigger, .bcSlideOutContent {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n}\n.bcSlideOutTemplate .bcSlideOutTrigger:hover {\n  background: #0099CC;\n}\n\n.bcSlideOutTemplate .bcSlideOutContent {\n  margin-top: -1px;\n}\n\n.bcSlideOut.bcRight.bcSlideOutOpen.bcSlideOutTemplate .bcSlideOutContent {\n  border-radius: 0 0 0 4px;\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n  .bcSlideOutTemplate h1 {\n    font-size: 20px;\n    line-height: 20px;\n  }\n\n  .bcSlideOutTemplate .bcButtonRow {\n    max-width: 220px;\n  }\n\n  .bcSlideOutTemplate .bcButtonRow .textInput {\n    width: 100%;\n    border-radius: 10px;\n  }\n  \n  .bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1),\n  .bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder {\n    width: 100%;\n  }\n  .bcSlideOutTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n    padding: 0 10px;\n  }\n\n  .bcSlideOutTemplate .bcButtonRow .buttonInput.primaryAction {\n    width: 100%;\n    margin-top: 0px;\n    border-radius: 10px;\n    margin-left: 0px;\n  }\n  .bcSlideOutTemplate .uniForm fieldset > .fieldHolder:nth-child(1) {\n    width: 100%;\n    padding-right: 20px;\n  }\n\n  .bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n  .bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n    padding-right: 10px;\n  }\n\n  .bcSlideOutTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n  .bcSlideOutTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n    width: 100%;\n  }\n}","html":"<div class=\"bcSlideOutTemplate\">\n  <h1 class=\"bcMediumText bcSlideOutTrigger\">Get access to our exclusive white paper</h1>\n  <div class=\"bcButtonRow bcSlideOutContent\">\n    <h2>ENTER YOUR EMAIL AND WE’LL SEND THE LINK:</h2>\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;enter your email address&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['c9ab9b41-515b-4cfa-88e5-63b593b90ac1'] = {"css":".bcGDPR {\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n}\n.bcGDPR:after {\n  content: '';\n  display: block;\n  clear: both;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper {\n    padding: 20px;\n}\n\n.bcpObjectiveTemplate {\n    padding: 10px 20px 20px;\n    width: auto;\n    height: 100%;\n    font-size: 14px;\n    box-sizing: border-box;\n}\n\n.bcpObjectiveButtonsTemplate {\n    padding: 0 15px 20px;\n}\n\n.bcpObjectiveTemplate .bcpObjectives {\n    padding: 0px;\n    margin: 0px 0px 8px;\n    list-style-type: none;\n}\n.bcpObjectiveTemplate ul li {\n    margin: 0;\n}\n\n.bcpObjectiveTemplate .bcpObjective {\n      min-height: 30px;\n      line-height: 20px;\n      padding: 5px 0px;\n}\n.bcpObjectiveTemplate .bcpObjective:hover {\n    background-color: #F7F7F7;\n}\n\n.bcpObjectiveTemplate .bcpObjective input[type=checkbox] {\n    margin: 4px 3px;\n}\n.bcpObjectiveTemplate .bcpObjective input[type=checkbox],\n.bcpObjectiveTemplate .bcpObjective label {\n    line-height: 20px;\n    width: 20px;\n    font-weight: normal;\n    display: inline-block;\n    vertical-align: top;\n    cursor: pointer;\n}\n.bcpObjectiveTemplate .bcpObjective label {\n    padding-bottom: 5px;\n    font-size: 14px;\n    color: #222;\n    width: calc(100% - 60px);\n}\n.bcpObjectiveTemplate .bcpObjective label.bcpDescription  {\n    color: #999;\n    margin-left: 30px;\n    white-space: pre-wrap;\n}\n.bcpObjectiveTemplate .bcpObjective .bcpObjectiveCheckbox {\n    width: 16px;\n    height: 16px;\n    margin: 6px 0px;\n}\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n.bcpObjectiveTemplate .bcpConsentButton,\n.bcpObjectiveTemplate .bcpOkButton{\n    font-size: 16px;\n    font-weight: normal;\n    text-align: center;\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    min-width: 70px;\n    padding: 5px 20px;\n    cursor: pointer;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton:hover,\n.bcpObjectiveTemplate .bcpConsentButton:hover {\n    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);\n    background-color: #DDD;\n}\n.bcpObjectiveTemplate .bcpOkButton:hover,\n.bcpObjectiveTemplate .bcpConsentOKButton:hover {\n    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);\n    background-color: #18CF7D;\n}\n\n.bcGDPR .bcpObjectiveTemplate .bcpOkButton,\n.bcpObjectiveTemplate .bcpOkButton,\n.bcpObjectiveTemplate .bcpConsentOKButton {\n    background-color: #14B16B;\n    color: #fff;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n.bcpObjectiveTemplate .bcpConsentCancelButton {\n    background-color: #eeeeee;\n    color: #555555;\n}\n\n/* styles from screens lower 768px; */\n@media screen and (max-width: 768px) {\n    .bcpObjectiveTemplate .bcpObjective label {\n      padding-left: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n    .bcpObjectiveTemplate {\n      font-family: Arial;\n      font-size: 16px;\n      line-height: 20px;\n      padding: 0 10px 10px;\n    }\n    .bcpObjectiveTemplate .bcpObjective {\n      color: #666666;\n      min-height: 30px;\n      padding: 0px 0px 10px;\n    }\n\n    .bcpObjectiveTemplate .bcpObjective .bcpObjectiveCheckbox {\n      width: 32px;\n      height: 32px;\n    }\n\n    .bcpObjectiveTemplate .bcpObjective label {\n      width: calc(100% - 50px);\n      padding-left: 15px;\n    }\n\n    .bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n    .bcpObjectiveTemplate .bcpConsentButton {\n        margin: 5px;\n    }\n\n    .bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n    .bcpObjectiveTemplate .bcpConsentButton,\n    .bcpObjectiveTemplate .bcpOkButton{\n      border-radius: 8px;\n\n      font-size: 20px;\n      min-height: 45px;\n\n      text-align: center;\n      padding: 5px 10px;\n      width: 100%\n    }\n}","html":"<div class=\"bcpObjectiveTemplate\">\n  {{^objectives.length}}        \n    No objectives found / already consented to all objectives\n  {{/objectives.length}}  \n  {{#objectives.length}}        \n  <ul class=\"bcpObjectives\">\n    {{#objectives}}\n    <li class=\"bcpObjective\">\n      <input class=\"bcObjective\" type=\"checkbox\" value=\"{{id}}\" id=\"{{id}}\" />\n      <label for={{id}}>{{title}}</label>\n      <label class=\"bcpDescription\" for={{id}}>{{description}}</label> \n    </li>\n    {{/objectives}}\n  </ul>\n  <button class=\"bcGiveConsent bcpOkButton\">{{submitText}}</button>\n  {{/objectives.length}}  \n</div>","js":"","precompiled":""}; templates['c9f8f1f6-14ab-4a62-ad84-6dcafb8415a8'] = {"css":".bcGDPR {\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n}\n.bcGDPR:after {\n  content: '';\n  display: block;\n  clear: both;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper {\n    padding: 20px;\n}\n\n.bcpObjectiveTemplate {\n    padding: 10px 20px 20px;\n    width: auto;\n    height: 100%;\n    font-size: 14px;\n    box-sizing: border-box;\n}\n\n.bcpObjectiveButtonsTemplate {\n    padding: 0 15px 20px;\n}\n\n.bcpObjectiveTemplate .bcpObjectives {\n    padding: 0px;\n    margin: 0px 0px 8px;\n    list-style-type: none;\n}\n.bcpObjectiveTemplate ul li {\n    margin: 0;\n}\n\n.bcpObjectiveTemplate .bcpObjective {\n      min-height: 30px;\n      line-height: 20px;\n      padding: 5px 0px;\n}\n.bcpObjectiveTemplate .bcpObjective:hover {\n    background-color: #F7F7F7;\n}\n\n.bcpObjectiveTemplate .bcpObjective input[type=checkbox] {\n    margin: 4px 3px;\n}\n.bcpObjectiveTemplate .bcpObjective input[type=checkbox],\n.bcpObjectiveTemplate .bcpObjective label {\n    line-height: 20px;\n    width: 20px;\n    font-weight: normal;\n    display: inline-block;\n    vertical-align: top;\n    cursor: pointer;\n}\n.bcpObjectiveTemplate .bcpObjective label {\n    padding-bottom: 5px;\n    font-size: 14px;\n    color: #222;\n    width: calc(100% - 60px);\n}\n.bcpObjectiveTemplate .bcpObjective label.bcpDescription  {\n    color: #999;\n    margin-left: 30px;\n    white-space: pre-wrap;\n}\n.bcpObjectiveTemplate .bcpObjective .bcpObjectiveCheckbox {\n    width: 16px;\n    height: 16px;\n    margin: 6px 0px;\n}\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n.bcpObjectiveTemplate .bcpConsentButton,\n.bcpObjectiveTemplate .bcpOkButton{\n    font-size: 16px;\n    font-weight: normal;\n    text-align: center;\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    min-width: 70px;\n    padding: 5px 20px;\n    cursor: pointer;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton:hover,\n.bcpObjectiveTemplate .bcpConsentButton:hover {\n    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);\n    background-color: #DDD;\n}\n.bcpObjectiveTemplate .bcpOkButton:hover,\n.bcpObjectiveTemplate .bcpConsentOKButton:hover {\n    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);\n    background-color: #18CF7D;\n}\n\n.bcGDPR .bcpObjectiveTemplate .bcpOkButton,\n.bcpObjectiveTemplate .bcpOkButton,\n.bcpObjectiveTemplate .bcpConsentOKButton {\n    background-color: #14B16B;\n    color: #fff;\n}\n\n.bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n.bcpObjectiveTemplate .bcpConsentCancelButton {\n    background-color: #eeeeee;\n    color: #555555;\n}\n\n/* styles from screens lower 768px; */\n@media screen and (max-width: 768px) {\n    .bcpObjectiveTemplate .bcpObjective label {\n      padding-left: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n    .bcpObjectiveTemplate {\n      font-family: Arial;\n      font-size: 16px;\n      line-height: 20px;\n      padding: 0 10px 10px;\n    }\n    .bcpObjectiveTemplate .bcpObjective {\n      color: #666666;\n      min-height: 30px;\n      padding: 0px 0px 10px;\n    }\n\n    .bcpObjectiveTemplate .bcpObjective .bcpObjectiveCheckbox {\n      width: 32px;\n      height: 32px;\n    }\n\n    .bcpObjectiveTemplate .bcpObjective label {\n      width: calc(100% - 50px);\n      padding-left: 15px;\n    }\n\n    .bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n    .bcpObjectiveTemplate .bcpConsentButton {\n        margin: 5px;\n    }\n\n    .bcGDPR .bcAfterSubmitTextWrapper .bcClose .bcCloseButton,\n    .bcpObjectiveTemplate .bcpConsentButton,\n    .bcpObjectiveTemplate .bcpOkButton{\n      border-radius: 8px;\n\n      font-size: 20px;\n      min-height: 45px;\n\n      text-align: center;\n      padding: 5px 10px;\n      width: 100%\n    }\n}","html":"<div class=\"bcpObjectiveTemplate bcpObjectiveButtonsTemplate\">\n  <button class=\"bcGiveConsent bcpConsentButton bcpConsentOKButton\">{{submitText}}</button>\n  <button class=\"bcRefuseConsent bcpConsentButton bcpConsentCancelButton\">{{refuseText}}</button>\n</div>","js":"","precompiled":""}; templates['d3f11a08-b9e2-4de8-9d84-44df3e286e95'] = {"css":".bcpGDPRLightbox * {\n  box-sizing: border-box;\n}\n\n.bcpGDPRLightbox {\n  min-width: 700px;\n  min-height: 256px;\n  background-color: #f3fcff;\n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n  text-align: left;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader,\n.bcpGDPRLightbox .bcpGDPRDescription {\n  font-weight: bold;  \n}\n\n.bcpGDPRLightbox .bcpGDPRHeader {\n  padding: 10px 20px;\n  width: 100%;\n  background-color: #0097cf;\n}\n\n.bcpGDPRLightbox .bcpGDPRHeader .bcpGDPRTitle {\n  margin: 0;\n  color: #ffffff;\n  font-size: 26px;\n}\n\n.bcpGDPRLightbox .bcpGDPRContent {  \n  margin: 0;  \n}\n\n.bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n  padding: 20px 20px 0px;\n  margin: 0;\n  font-size: 14px;\n  line-height: 16px;\n  color: #222;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox {\n  min-width: 320px;\n  min-height: 150px;\n}\n\n.bcpGDPRLightbox.bcpGDPRContentLightbox .bcpGDPRContent .bcpGDPRDescription {\n  padding: 20px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.5;\n  color: #555;\n}\n\n/* Privacy settings */\n.bcpPrivacySettings {\n  height: 100%;\n  overflow: hidden;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n.bcpPrivacySettings h2 {\n  font-size: 20px;\n  line-height: 22px;\n}\n\n.bcpPrivacySettings hr {\n  margin: 0;\n}\n\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  margin: 0;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n  flex: 0 0;\n  white-space: nowrap;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n  margin: 10px;\n}\n\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n  color: #fff;\n  margin-right: 10px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 1.6em;\n}\n\n.bcpPrivacySettings .bcpGDPRContent {\n  height: calc(100% - 100px);\n  padding: 0 10px;\n  overflow-y: scroll;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter {\n  border-top: 1px solid #ddd;\n  width: 100%;\n  height: 50px;\n  background-color: #f3fcff;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n  float: right;\n  margin:  5px 30px;\n}\n\n.bcpPrivacySettings h2 {\n  padding: 10px 0px 20px;\n  color: #555;\n  line-height: 1;\n}\n\n.bcpPrivacySettings .bcpGDPRComponent {\n  padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n  min-width: 100px;\n  padding: 0px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n  min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n  padding: 10px 0px 0px;\n}\n\n.bcpPrivacySettings .bcProfileOverview th {\n  font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n  font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n  background: none;\n  border: 0;\n}\n\n.bcpPrivacySettings .bcProfileOverview {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #fff;\n  width: 100%;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n  padding: 10px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n  color: #ccc;\n}\n\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n  border: 0px;\n  border-right: 0px;\n  color: #555;\n  word-break: break-all;\n}\n\n.bcpPrivacySettings .bcpDataActions {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n  float: left;\n  margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n  display: block;\n  min-height: 50px;\n}\n\n.bcpPrivacySettings .bcpComponentHeader h2 {\n  display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button,\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button {\n  border: 0;\n  border-radius: 4px;\n  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n  min-height: 30px;\n  text-align: center;\n  padding: 5px 20px;\n  min-width: 70px;\n  margin-top: 5px;\n  cursor: pointer;\n  font-size: 16px;\n  background-color: #eeeeee;\n  color: #555;\n}\n\n.bcpPrivacySettings .bcProfileRequest > div {\n  width: 100%;\n  margin: 5px 0;\n}\n\n.bcpPrivacySettings .bcProfileRequest label {\n  font-weight: normal;\n  color: #555;\n  line-height: 20px;\n  padding: 8px 0px;\n}\n\n.bcpPrivacySettings .bcProfileRequest button {\n  margin-left: 150px;\n}\n\n.bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button:hover {\n  opacity: 0.8;\n}\n\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n  opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n  border: 1px solid #555;\n  outline: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n  margin-top: 10px;\n}\n\n.bcpDataActions input.bcEraseProfileCheckbox {\n  margin: 4px 10px 4px 4px;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n  padding: 8px 10px;\n  border-radius: 4px; \n  border: 1px solid #ddd;\n  display: inline-block;\n  width: calc(100% - 150px);\n  box-shadow: none;\n}\n\n/* styles from screens lower than 768px; */\n@media (max-width: 768px) {\n  .bcpGDPRLightbox {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader {\n    flex-direction: column;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    margin: 10px 0 0 0;\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    margin-right: 5px;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n  .bcpPrivacySettings .bcpGDPRComponent {\n    padding: 20px 0px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRContent {\n    height: calc(100% - 145px);\n  }\n\n  .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    position: relative;\n    width: 100%;\n    text-align: center;\n  }\n\n  .bcpPrivacySettings .bcpDataActions .bcGDPR {\n    clear: both;\n    float: none;\n    margin: 5px 0;\n  }\n\n  .bcpDataActions .bcEraseProfileStatement,\n  .bcpPrivacySettings p {\n    font-size: 16px;\n  }\n  \n  .bcpPrivacySettings .bcpDataActions {\n    padding-bottom: 20px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview,\n  .bcpPrivacySettings .bcProfileOverview tbody,\n  .bcpPrivacySettings .bcProfileOverview tr,\n  .bcpPrivacySettings .bcProfileOverview td {\n    display: block;\n    width: 100%;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview tr th {\n    display: none;\n  }\n  \n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    padding: 5px 10px;\n  }\n\n  .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    padding: 0px 0px 20px 40px;\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest label {\n    width: 100%;\n  }\n\n  .bcpPrivacySettings .bcProfileRequest textarea,\n  .bcpPrivacySettings .bcProfileRequest input,\n  .bcpPrivacySettings .bcProfileRequest button {\n    width: 100%;\n    margin: 0;\n    padding: 10px 20px;\n  }\n\n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper {\n    float: none;\n  }\n  \n  .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n  .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n  .bcpPrivacySettings .bcProfileRequest button, \n  .bcpPrivacySettings .bcpGDPRFooter .bcCloseButtonWrapper button,\n  .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    width: 100%;\n    padding: 10px 20px;\n    font-size: 20px;\n    min-height: 45px;\n  }\n\n  .bcpGDPRLightbox .bcpGDPRContent .bcpGDPRDescription {  \n    font-size: 18px;\n    line-height: 28px;\n    padding: 20px 10px 10px;\n  }\n}\n","html":"<div class=\"bcpGDPRLightbox bcpPrivacySettings\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">\n      Privacy Settings\n    </h1>\n    <div class=\"bcpInnerMenu\">\n      <a href=\"#bcpManage\"\n        >Manage my consent</a\n      >\n      <a href=\"#bcpMyData\"\n        >My data</a\n      >\n      <a href=\"#bcpContactUs\"\n        >Contact us</a\n      >\n      <a href=\"#bcpPolicy\"\n        >Policy</a\n      >\n    </div>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <a name=\"bcpManage\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Manage my consent</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"7d5c7f04-ad5b-4de0-8438-415e1df4336c\"],\"purposes\":[],\"submitText\":[\"Save\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null], \"actions\":[]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpMyData\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <div class=\"bcpComponentHeader\">\n        <h2>My data</h2>\n      </div>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1522152107696,\"type\":\"profileOverview\",\"parameters\":{\"propertiesHeader\":[\"Properties\"],\"valuesHeader\":[\"Values\"],\"downloadText\":[\"Download my profile\"],\"profileProperties\":[],\"downloadOption\":[true],\"hideEmpty\":[null]},\"data-bc-template-id\":\"\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n      <div class=\"bcpDataActions\">\n        <div\n          class=\"bccomplexobject\"\n          data-bc-config='{\"id\":1522152230919,\"type\":\"profileErasement\",\"parameters\":{\"erasementButtonText\":[\"Delete my profile\"],\"erasementConsentStatement\":[\"I hereby request to erase my profile. This also means that my preferences and history will be removed.\"],\"erasementAfterSubmitText\":[\"undefined\"]}}'\n          data-bc-pluginid=\"toolbar_gdpr_components\"\n        ></div>\n      </div>\n      <p>Is there something incorrect or do you have any questions related to your privacy? Please contact us via the form below!</p>\n    </div>\n    <hr />\n    <a name=\"bcpContactUs\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Contact us</h2>\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1522152408635,\"type\":\"profileRequest\",\"parameters\":{\"fieldTitle\":[\"Message\"],\"fieldPlaceholder\":[\"Enter your message\"],\"senderTitle\":[\"Sender email\"],\"senderPlaceholder\":[\"Enter your email address (optional)\"],\"submitText\":[\"Send form\"],\"submitAfterMessage\":[\"Your email is sent\"],\"emailRecipient\":[\"\"],\"emailSubject\":[\"BlueConic privacy management request\"],\"emailBody\":[\"Hello, a form has been filled in by: {email}. Visit this URL to edit the profile: {profileLink}. The message: {message}. Have a good day!\"]}}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n    <hr />\n    <a name=\"bcpPolicy\"></a>\n    <div class=\"bcpGDPRComponent\">\n      <h2>Policy</h2>\n      <p>Add information about your privacy policy. Such as what data you collect, the objectives for the data, how the visitor can review / change his collected data, what privacy options are avaible, how you protect the data and how to contact you with complains.</p>\n    </div>\n  </div>\n  <div class=\"bcpGDPRFooter\">\n    <div class=\"bcCloseButtonWrapper\">\n      <button class=\"bcLightboxCloseButton\">\n        Close\n      </button>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['d9b50481-7182-4487-92fc-686e86c0be87'] = {"css":"/* styles from screens between 480px and 768px; */\n\n\n/*\n * CSS added by BlueConic to style the template\n */\n\n.bcToasterTemplate {\n  background-color: #0099CC;\n  border: 2px;\n  border-color: #FFFFFF;\n  padding-top: 10px;\n  padding-bottom: 10px;\n  width:350px;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n\n\n.bcToasterTemplate .bcToasterDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  display: flex;\n  justify-content: center;\n}\n\n.bcToasterTemplate .bcLinkWrapper,\n.bcToasterTemplate .bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcToasterTemplate .bcToasterCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcToasterTemplate h1 {\n  color: #FFFFFF;\n  text-align: center;\n  margin: 0 20px 10px 20px;\n  font-size: 30px;\n  line-height:30px;\n}\n\n\n.bcToasterTemplate h2 {\n  color: #333333;\n  font-size: 14px;\n  text-align: center;\n  margin: 0 20px 10px 10px;\n}\n\n.bcToasterTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 16px;\n  margin: 0 10px 5px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n  line-height: 30px;\n}\n\n.bcToasterTemplate .bcPrimaryButton a,\n.bcToasterTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcToasterTemplate .bcPrimaryButton:hover, .bcToasterTemplate .bcButtonRow .buttonInput.primaryAction:hover,.bcToasterTemplate .bcPrimaryButton:active,\n.bcToasterTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcToasterTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 2px solid;\n  color: #FFFFFF;\n  font-size: 14px;\n  margin: 0 10px 10px 10px;\n  border-radius: 5px;\n  text-align: center;\n  cursor: pointer;\n  line-height: 30px;\n}\n\n.bcToasterTemplate .bcSecondaryButton:hover, .bcToasterTemplate .bcSecondaryButton:active {\n  border: 2px solid #FFFFFF;\n}\n\n.bcToasterTemplate .bcSecondaryButton:hover a, .bcToasterTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcToaster .bcClose {\n  cursor: pointer;\n  display: none;\n  position: absolute;\n  top: 5px;\n  right: 5px;\n}\n\n.bcToaster.bcShowClose .bcClose {\n  display: block;\n  width: 18px;\n  height: 18px;\n}\n\n.bcToaster.bcShowClose.bcDefaultClose .bcClose:after {\n  content: '×';\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  border: 1px solid white;\n  text-align: center;\n  background-color: #333;\n  display: inline-block;\n  color: white;\n  cursor: pointer !important;\n  line-height: 20px;\n  font-size: 14px;\n  font-family: Times New Roman;\n}\n\n.bcToaster.bcShowClose.bcDefaultClose .bcClose:hover:after {\n  background-color: #666;\n}\n\n.bcToasterTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  text-align: center;\n}\n\n.bcToasterTemplate h3 {\n  font-size: 20px;\n  text-align: center;\n  margin: 0 20px 10px 10px;\n}\n\n.bcToasterTemplate  ul.horizontal > li {\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  text-align: center;\n  margin: 10px 15px;\n  float: unset;\n}\n\n.bcToasterTemplate input[type=\"radio\"]+label {\n  font-size: 30px;\n  font-weight: bold;\n  padding: 18px 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcToasterTemplate ul.horizontal > li:active, .bcToasterTemplate ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcToasterTemplate input[type=\"radio\"] {\ndisplay: none;\n}\n\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcToasterTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n.bcToasterTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n.bcToasterTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcToasterTemplate   ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n.bcToasterTemplate  input[type=\"radio\"]+label { \n  width: auto;\n  padding: 18px 5px;\n  float: unset;\n}\n\n.bcToasterTemplate .bcButtonRow .uniForm fieldset * {\n    box-sizing: initial;\n}\n\n}","html":"<div class=\"bcToasterTemplate bcMediumInput\">\n  <h1 class=\"bcLongText\">New customer?</h1>\n  <h2>RECEIVE 10% OFF YOUR FIRST ORDER!</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\">\n      <a href=\"/\">REVEAL CODE</a>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['dba7b61c-829e-4ce8-9192-af31f177d4ad'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate bcMediumInput\">\n  <h1 class=\"bcShortText\">Get our free ebook in your inbox now!</h1>\n  <div class=\"bcButtonRow\">\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;,&quot;storeproperty&quot;:&quot;email&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['ec11134d-fbca-45bb-957e-0326f11cd1ec'] = {"css":".bcpGDPRContentTemplate  * {\n    box-sizing: border-box;\n    min-width: initial;\n}\n.bcpGDPRContentTemplate {\n    background-color: #f3fcff;\n    line-height:1;\n    overflow-wrap: break-word;\n    /* only supported by a few browsers */\n    overflow-wrap: hyphenate-word;  \n    text-align: left;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader,\n.bcpGDPRContentTemplate .bcpGDPRDescription {\n    font-weight: bold;    \n}\n.bcpGDPRContentTemplate .bcpGDPRHeader {\n    width: 100%;\n    background-color: #0097cf;\n    display: flex;\n    flex-direction: column;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader .bcpGDPRTitle {\n    padding: 10px 20px 0px;\n    line-height: 30px;\n    margin: 0;\n    color: #ffffff;\n    font-size: 26px;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRContent {    \n    margin: 0;    \n}\n\n\n.bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n    padding: 20px 20px 0px;\n    margin: 0;\n    font-size: 14px;\n    line-height: 16px;\n    color: #222;\n}\n\n\n/* Privacy settings */\n.bcpPrivacySettings {\n    height: 100%;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n    font-size: 14px;\n    font-weight: normal;\n}\n.bcpPrivacySettings h2 {\n    font-size: 20px;\n    line-height: 22px;\n}\n.bcpPrivacySettings hr {\n    margin: 0;\n}\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    margin: 0;\n}\n.bcpPrivacySettings .bcpGDPRHeader {\n    display: flex;\n    flex-direction: column;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    flex: 0 0;\n    white-space: nowrap;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    flex: 1 1;\n    display: flex;\n    justify-content: flex-start;\n    flex-flow: row wrap;\n    align-items: center;\n    line-height: 20px;\n    padding: 10px;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    color: #fff;\n    margin: 0 10px;\n    font-size: 14px;\n    cursor: pointer;\n}\n.bcpPrivacySettings .bcpGDPRContent {\n    padding: 0 10px;\n}\n.bcpPrivacySettings h2 {\n    padding: 10px 0px 20px;\n    color: #555;\n    line-height: 1;\n}\n.bcpPrivacySettings .bcpGDPRComponent {\n    padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n    min-width: 100px;\n    padding: 0px;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    padding: 10px 0px 0px;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    width: 100%;\n}\n.bcpPrivacySettings .bcProfileOverview th {\n    font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n    font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n    background: none;\n    border: 0;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    border: 1px solid #ddd;\n    border-radius: 4px;\n    background: #fff\n}\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n    padding: 10px;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    color: #ccc;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    border: 0px;\n    border-right: 0px;\n    color: #555;\n    word-break: break-all;\n}\n.bcpPrivacySettings .bcpDataActions {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n    float: left;\n    margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpComponentHeader h2 {\n    display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button {\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    text-align: center;\n    padding: 5px 20px;\n    min-width: 70px;\n    margin-top: 5px;\n    cursor: pointer;\n    font-size: 16px;\n    background-color: #eeeeee;\n    color: #555;\n}\n.bcpPrivacySettings .bcProfileRequest.bcProfileRequestReplaced {\n    font-size: 14px;\n    line-height: 20px;\n}\n.bcpPrivacySettings .bcProfileRequest > div {\n    width: 100%;\n    margin: 5px 0;\n}\n.bcpPrivacySettings .bcProfileRequest label {\n    font-weight: normal;\n    color: #555;\n    line-height: 20px;\n    padding: 8px 0px;\n}\n.bcpPrivacySettings .bcProfileRequest button {\n    margin-left: 150px;\n}\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n    opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n    border: 1px solid #555;\n    outline: none;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n   padding: 8px 10px;\n   border-radius: 4px; \n   border: 1px solid #ddd;\n   display: inline-block;\n   width: calc(100% - 150px);\n   min-width: 200px;\n   -webkit-box-shadow: none;\n   -moz-box-shadow: none;\n   box-shadow: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n    margin-top: 10px;\n}\n.bcpDataActions input.bcEraseProfileCheckbox {\n    margin: 4px 10px 4px 4px;\n}\n\n/* styles from screens lower than 768px; */\n@media screen and (max-width: 868px) {\n    .bcpGDPRContentTemplate {\n      width: 100%;\n      min-width: 0;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n    \n    .bcpPrivacySettings .bcpGDPRComponent {\n        padding: 20px 0px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader {\n        height: 80px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n      position: relative;\n      width: 100%;\n      text-align: center;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n      display: block;\n      padding: 0 10px;\n      margin: 0px;\n      line-height: 1;\n      left: 0;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n    .bcpPrivacySettings .bcpDataActions .bcGDPR {\n        clear: both;\n        float: none;\n        margin: 5px 0;\n    }\n    .bcpDataActions .bcEraseProfileStatement,\n    .bcpPrivacySettings p {\n        font-size: 16px;\n    }\n    \n    .bcpPrivacySettings .bcpDataActions {\n        padding-bottom: 20px;\n    }\n\n    .bcpPrivacySettings .bcProfileOverview,\n    .bcpPrivacySettings .bcProfileOverview tbody,\n    .bcpPrivacySettings .bcProfileOverview tr,\n    .bcpPrivacySettings .bcProfileOverview td {\n        display: block;\n        width: 100%;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview tr th {\n        display: none;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n        padding: 5px 10px;\n    }\n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n        padding: 0px 0px 20px 40px;\n        width: 100%;\n    }\n\n    .bcpPrivacySettings .bcProfileRequest label {\n        width: 100%;\n    }\n    .bcpPrivacySettings .bcProfileRequest textarea,\n    .bcpPrivacySettings .bcProfileRequest input,\n    .bcpPrivacySettings .bcProfileRequest button {\n        width: 100%;\n        margin: 0;\n        padding: 10px 20px;\n    }\n\n    \n    .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n    .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n    .bcpPrivacySettings .bcProfileRequest button, \n    .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n        width: 100%;\n        padding: 10px 20px;\n        font-size: 20px;\n        min-height: 45px;\n    }\n\n    .bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n      font-size: 18px;\n      line-height: 28px;\n      padding: 20px 10px 10px;\n    }\n}","html":"<div class=\"bcpGDPRContentTemplate\">\n  <div class=\"bcpGDPRHeader\">\n    <h1 class=\"bcpGDPRTitle\">We need your consent</h1>\n  </div>\n  <div class=\"bcpGDPRContent\">\n    <h2 class=\"bcpGDPRDescription\">\n      I provide consent to:\n    </h2>\n    <div class=\"bcpGDPRComponent\">\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1511267569476,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"{!bcp.defaultTemplateConsentDetailedList!}\"],\"purposes\":[null],\"submitText\":[\"OK\"],\"refuseText\":[\"\"],\"filterConsentedPurposes\":[null],\"actions\":[{\"id\":1523366648118,\"type\":\"text\",\"text\":\"OK\",\"closeText\":\"Close\"}]},\"data-bc-template-id\":\"{!bcp.defaultTemplateConsentDetailedList!}\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['ecf8300b-258c-4959-ac5d-f5b5d3789b1b'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate bcMediumInput\">\n  <h1 class=\"bcMediumText\">Can&#39;t find what you are looking for?</h1>\n  <h2>ENTER YOUR PHONE NUMBER AND WE WILL CALL YOU</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bccomplexobject\" data-bc-config=\"{&quot;id&quot;:1463470138461,&quot;fields&quot;:[{&quot;id&quot;:&quot;bcf-1&quot;,&quot;fieldType&quot;:&quot;SingleLineText&quot;,&quot;settings&quot;:{&quot;required&quot;:true,&quot;label&quot;:&quot;Label&quot;,&quot;value&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;storeValue&quot;:true,&quot;overwriteValue&quot;:true,&quot;prefillValue&quot;:false,&quot;fieldSize&quot;:&quot;medium&quot;,&quot;storeproperty&quot;:&quot;&quot;}},{&quot;id&quot;:&quot;bcf-2&quot;,&quot;fieldType&quot;:&quot;Button&quot;,&quot;settings&quot;:{&quot;label&quot;:&quot;SEND&quot;}}],&quot;routing&quot;:{&quot;type&quot;:&quot;form_routing_close_lightbox&quot;,&quot;inline_message&quot;:&quot;The form has been sent.&quot;},&quot;handling&quot;:{},&quot;styling&quot;:{}}\" data-bc-pluginid=\"forms\">\n      <div class=\"bcForm\" data-bc-external=\"true\" data-bc-id=\"1463470138461\"></div>\n    </div>\n  </div>\n</div>","js":"","precompiled":""}; templates['ed50ba66-9d17-4cb1-a36f-c2fdeefcc2fa'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h1 class=\"bcShortText\">New customer?</h1>\n  <h2>RECEIVE 10% OFF YOUR FIRST ORDER!</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\"><a href=\"/\">REVEAL CODE</a></div>\n  </div>\n</div>","js":"","precompiled":""}; templates['ee724ff8-489e-4e9b-ae54-ffd059e879f6'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding-top: 30px;\n  padding-bottom: 10px;\n  line-height:1;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n  cursor: pointer;\n  text-decoration: underline;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  height: 30px;\n  padding-left: 10px;\n  padding-right: 10px;\n  font-size: 14px;\n  color: #333333;\n  border-radius: 4px;\n  background-color: #ffffff;\n  border: solid 1px #999999;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 30px 30px 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n  font-weight: bold;\n  text-align: center;\n  margin: 0 20px 20px 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  width: 100%;\n  padding: 0;\n  float: left;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  width: calc(100% - 40px);\n  color: #333333;\n  font-size: 20px;\n  margin: 0 0 20px 20px;\n  padding: 0 20px 0 20px;\n  height: 60px;\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 0;\n  height: 60px;\n  width: 180px;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 80px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 80px;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  display: inline-block;\n  width: 100%;\n  color: #FFFFFF;\n  text-decoration: none;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  background-color: #0099CC;\n  border: 4px solid;\n  color: #FFFFFF;\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 20px 20px 20px;\n  min-height: 60px;\n  border-radius: 10px;\n  flex-grow: 1;\n  line-height: 60px;\n  text-align: center;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active a {\n  background-color: #FFFFFF;\n  color: #0099CC;\n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  margin: 0 20px 20px 20px;\n  border-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: block;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(1) input {\n  width: calc(100% - 20px);\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2) {\n  width: 180px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate ::-moz-placeholder {\n  font-style: italic;\n}\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h1 class=\"bcShortText\">Not sure which is for you?</h1>\n  <h2>CHECK OUT THIS BLOG POST FOR MORE INFORMATION</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\"><a href=\"/\">BLOG POST</a></div>\n  </div>\n</div>","js":"","precompiled":""}; templates['f19a84a4-0b65-4724-aab2-b9ffdcc14ad4'] = {"css":".bcpGDPRContentTemplate  * {\n    box-sizing: border-box;\n    min-width: initial;\n}\n.bcpGDPRContentTemplate {\n    background-color: #f3fcff;\n    line-height:1;\n    overflow-wrap: break-word;\n    /* only supported by a few browsers */\n    overflow-wrap: hyphenate-word;  \n    text-align: left;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader,\n.bcpGDPRContentTemplate .bcpGDPRDescription {\n    font-weight: bold;    \n}\n.bcpGDPRContentTemplate .bcpGDPRHeader {\n    width: 100%;\n    background-color: #0097cf;\n    display: flex;\n    flex-direction: column;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRHeader .bcpGDPRTitle {\n    padding: 10px 20px 0px;\n    line-height: 30px;\n    margin: 0;\n    color: #ffffff;\n    font-size: 26px;\n}\n\n.bcpGDPRContentTemplate .bcpGDPRContent {    \n    margin: 0;    \n}\n\n\n.bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n    padding: 20px 20px 0px;\n    margin: 0;\n    font-size: 14px;\n    line-height: 16px;\n    color: #222;\n}\n\n\n/* Privacy settings */\n.bcpPrivacySettings {\n    height: 100%;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate,\n.bcpDataActions .bcEraseProfileStatement,\n.bcpPrivacySettings p {\n    font-size: 14px;\n    font-weight: normal;\n}\n.bcpPrivacySettings h2 {\n    font-size: 20px;\n    line-height: 22px;\n}\n.bcpPrivacySettings hr {\n    margin: 0;\n}\n.bcpPrivacySettings h2,\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    margin: 0;\n}\n.bcpPrivacySettings .bcpGDPRHeader {\n    display: flex;\n    flex-direction: column;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n    flex: 0 0;\n    white-space: nowrap;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n    flex: 1 1;\n    display: flex;\n    justify-content: flex-start;\n    flex-flow: row wrap;\n    align-items: center;\n    line-height: 20px;\n    padding: 10px;\n}\n.bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n    color: #fff;\n    margin: 0 10px;\n    font-size: 14px;\n    cursor: pointer;\n}\n.bcpPrivacySettings .bcpGDPRContent {\n    padding: 0 10px;\n}\n.bcpPrivacySettings h2 {\n    padding: 10px 0px 20px;\n    color: #555;\n    line-height: 1;\n}\n.bcpPrivacySettings .bcpGDPRComponent {\n    padding: 30px 20px;\n}\n\n.bcpPrivacySettings .bcpObjectiveTemplate {\n    min-width: 100px;\n    padding: 0px;\n}\n.bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n    min-height: 30px;\n}\n\n.bcpPrivacySettings .bcProfileOverviewWrapper {\n    padding: 10px 0px 0px;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    width: 100%;\n}\n.bcpPrivacySettings .bcProfileOverview th {\n    font-size: 16px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td {\n    font-size: 14px;\n}\n\n.bcpPrivacySettings .bcProfileOverview td,\n.bcpPrivacySettings .bcProfileOverview tr,\n.bcpPrivacySettings .bcProfileOverview th {\n    background: none;\n    border: 0;\n}\n.bcpPrivacySettings .bcProfileOverview {\n    border: 1px solid #ddd;\n    border-radius: 4px;\n    background: #fff\n}\n.bcpPrivacySettings .bcProfileOverview tr th {\n   color: #555;\n   border-bottom: 1px solid #ddd;\n}\n\n.bcpPrivacySettings .bcProfileOverview tr th,\n.bcpPrivacySettings .bcProfileOverview td {\n    padding: 10px;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n    color: #ccc;\n}\n.bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n    border: 0px;\n    border-right: 0px;\n    color: #555;\n    word-break: break-all;\n}\n.bcpPrivacySettings .bcpDataActions {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpDataActions .bcGDPR {\n    float: left;\n    margin: 0 20px 0 0;\n}\n\n.bcpPrivacySettings .bcpComponentHeader {\n    display: block;\n    min-height: 50px;\n}\n.bcpPrivacySettings .bcpComponentHeader h2 {\n    display: inline-block;\n}\n\n.bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton,\n.bcpPrivacySettings .bcProfileRequest button {\n    border: 0;\n    border-radius: 4px;\n    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);\n    min-height: 30px;\n    text-align: center;\n    padding: 5px 20px;\n    min-width: 70px;\n    margin-top: 5px;\n    cursor: pointer;\n    font-size: 16px;\n    background-color: #eeeeee;\n    color: #555;\n}\n.bcpPrivacySettings .bcProfileRequest.bcProfileRequestReplaced {\n    font-size: 14px;\n    line-height: 20px;\n}\n.bcpPrivacySettings .bcProfileRequest > div {\n    width: 100%;\n    margin: 5px 0;\n}\n.bcpPrivacySettings .bcProfileRequest label {\n    font-weight: normal;\n    color: #555;\n    line-height: 20px;\n    padding: 8px 0px;\n}\n.bcpPrivacySettings .bcProfileRequest button {\n    margin-left: 150px;\n}\n.bcpPrivacySettings .bcpDataActions .bcEraseProfileButton:disabled,\n.bcpPrivacySettings .bcProfileRequest button:disabled {\n    opacity: 0.5;\n}\n\n.bcpPrivacySettings .bcProfileRequest input:focus,\n.bcpPrivacySettings .bcProfileRequest textarea:focus {\n    border: 1px solid #555;\n    outline: none;\n}\n\n.bcpPrivacySettings .bcProfileRequest input,\n.bcpPrivacySettings .bcProfileRequest textarea {\n   padding: 8px 10px;\n   border-radius: 4px; \n   border: 1px solid #ddd;\n   display: inline-block;\n   width: calc(100% - 150px);\n   min-width: 200px;\n   -webkit-box-shadow: none;\n   -moz-box-shadow: none;\n   box-shadow: none;\n}\n\n.bcpPrivacySettings .bcpDataActions button.bcEraseProfileButton {\n    margin-top: 10px;\n}\n.bcpDataActions input.bcEraseProfileCheckbox {\n    margin: 4px 10px 4px 4px;\n}\n\n/* styles from screens lower than 768px; */\n@media screen and (max-width: 868px) {\n    .bcpGDPRContentTemplate {\n      width: 100%;\n      min-width: 0;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n}\n\n/* styles from screens lower than 480px */\n@media (max-width: 580px) {\n    \n    .bcpPrivacySettings .bcpGDPRComponent {\n        padding: 20px 0px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader {\n        height: 80px;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpGDPRTitle {\n      position: relative;\n      width: 100%;\n      text-align: center;\n    }\n\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu {\n      display: block;\n      padding: 0 10px;\n      margin: 0px;\n      line-height: 1;\n      left: 0;\n    }\n    .bcpPrivacySettings .bcpGDPRHeader .bcpInnerMenu a {\n        margin: 5px;\n    }\n    .bcpPrivacySettings .bcpDataActions .bcGDPR {\n        clear: both;\n        float: none;\n        margin: 5px 0;\n    }\n    .bcpDataActions .bcEraseProfileStatement,\n    .bcpPrivacySettings p {\n        font-size: 16px;\n    }\n    \n    .bcpPrivacySettings .bcpDataActions {\n        padding-bottom: 20px;\n    }\n\n    .bcpPrivacySettings .bcProfileOverview,\n    .bcpPrivacySettings .bcProfileOverview tbody,\n    .bcpPrivacySettings .bcProfileOverview tr,\n    .bcpPrivacySettings .bcProfileOverview td {\n        display: block;\n        width: 100%;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview tr th {\n        display: none;\n    }\n    \n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyLabel {\n        padding: 5px 10px;\n    }\n    .bcpPrivacySettings .bcProfileOverview td.bcPropertyValues {\n        padding: 0px 0px 20px 40px;\n        width: 100%;\n    }\n\n    .bcpPrivacySettings .bcProfileRequest label {\n        width: 100%;\n    }\n    .bcpPrivacySettings .bcProfileRequest textarea,\n    .bcpPrivacySettings .bcProfileRequest input,\n    .bcpPrivacySettings .bcProfileRequest button {\n        width: 100%;\n        margin: 0;\n        padding: 10px 20px;\n    }\n\n    \n    .bcpPrivacySettings .bcDownloadWrapper .bcDownloadProfileButton,\n    .bcpPrivacySettings .bcpDataActions .bcEraseProfileButton, \n    .bcpPrivacySettings .bcProfileRequest button, \n    .bcpPrivacySettings .bcpObjectiveTemplate .bcpOkButton {\n        width: 100%;\n        padding: 10px 20px;\n        font-size: 20px;\n        min-height: 45px;\n    }\n\n    .bcpGDPRContentTemplate .bcpGDPRContent .bcpGDPRDescription {    \n      font-size: 18px;\n      line-height: 28px;\n      padding: 20px 10px 10px;\n    }\n}","html":"<div class=\"bcpGDPRContentTemplate\">\n  <div class=\"bcpGDPRContent\">\n    <p class=\"bcpGDPRDescription\">\n      We need your consent to keep track of your interests so we can show you personalized news recommendations.\n    </p>\n    <div class=\"bcpGDPRComponent\">\n      <div\n        class=\"bccomplexobject\"\n        data-bc-config='{\"id\":1517476779634,\"type\":\"consentManagement\",\"parameters\":{\"template\":[\"{!bcp.defaultTemplateConsentButtons!}\"],\"purposes\":[],\"submitText\":[\"I agree\"],\"refuseText\":[\"No thanks\"],\"filterConsentedPurposes\":[null],\"actions\":[{\"id\":1523366648118,\"type\":\"text\",\"text\":\"Thank you\",\"closeText\":\"Close\"}]},\"data-bc-template-id\":\"{!bcp.defaultTemplateConsentButtons!}\"}'\n        data-bc-pluginid=\"toolbar_gdpr_components\"\n      ></div>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['f874f069-dec9-4532-bb67-541eab8bde9c'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h1 class=\"bcShortText\">Special offer: Grab your discount now!</h1>\n  <h2>Do you want to save 5% off any item today?</h2>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcPrimaryButton\" type=\"button\">\n      <a href=\"/\">YES, I WANT THIS OFFER</a>\n    </div>\n  </div>\n  <div class=\"bcButtonRow\">\n    <div class=\"bcSecondaryButton\" type=\"button\">\n      <a href=\"/\">No, I don&#39;t like special offers</a>\n    </div>\n  </div>\n</div>\n","js":"","precompiled":""}; templates['fac21256-fbd1-4da0-95e7-040963a8d301'] = {"css":"/*\n * CSS added by BlueConic to style the template\n */\n\n\n/* Default styling and styles for browsers larger than 768px; */\n.bcLightboxTemplate {\n  background-color: #0099CC;\n  padding: 30px;  \n  line-height:1;\n  overflow-wrap: break-word;\n  /* only supported by a few browsers */\n  overflow-wrap: hyphenate-word;  \n}\n\n.bcLightboxTemplate *:not(input) {\n  text-align: center;\n  font-weight: bold;  \n}\n\n.bcLightboxTemplate > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxDontShowAgainLink {\n  background-color: #0099CC;\n  color: #FFFFFF;\n}\n\n.bcLinkWrapper,\n.bcCloseButtonWrapper {\n  text-align: center;\n}\n\n.bcCloseButtonWrapper .bcLightboxCloseButton {\n  background-color: #ffffff;\n  border-radius: 4px;\n  border: solid 1px #999999;\n  color: #333333;\n  cursor: pointer;\n  font-size: 14px;\n  height: 30px;\n  padding: 0 10px;  \n}\n\n.bcLightboxTemplate h1 {\n  color: #FFFFFF;\n  margin-bottom: 30px;\n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 40px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 70px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h2 {\n  color: #333333;\n  font-size: 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .formHolder {\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset {\n  border: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm fieldset * {\n  box-sizing: border-box;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder {\n  float: left;\n  padding: 0;\n  width: 100%;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error {\n  background: none;\n  border: none;\n  margin: 0;\n}\n\n.bcLightboxTemplate .uniForm .fieldHolder.error .textInput {\n  border: 1px solid #E12B2B;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .textInput {\n  float: inherit;\n}\n\n.bcLightboxTemplate .bcButtonRow .uniForm .fieldHolder .buttonHolder {\n  background: none;\n  margin: 0;\n  padding: 0;\n}\n\n.bcLightboxTemplate .bcEm,\n.bcLightboxTemplate .bcLabel,\n.bcLightboxTemplate .uniForm label {\n  display: none;\n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-top-left-radius: 10px;\n  border-bottom-left-radius: 10px;\n  box-shadow: inset 0 1px 5px #333;\n  color: #333333;\n  font-size: 20px;\n  height: 60px;\n  padding: 0 20px;\n}\n\n.bcLightboxTemplate .bcButtonRow .bcMedium.textInput:active {\n  border: 1px inset #F37839;\n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  background-color: #F37839;\n  border-radius: 0 10px 10px 0;\n  border: none;\n  box-shadow: 0 1px 2px #333;\n  color: #FFFFFF;\n  font-size: 20px;\n  height: 60px;  \n  width: 200px;\n}\n\n.bcLightboxTemplate .bcPrimaryButton,\n.bcLightboxTemplate .bcSecondaryButton {  \n  border-radius: 10px;\n  cursor: pointer;\n}\n\n.bcLightboxTemplate .bcPrimaryButton a,\n.bcLightboxTemplate .bcSecondaryButton a {\n  color: #FFFFFF;\n  display: inline-block;\n  text-decoration: none;\n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton:active,\n.bcLightboxTemplate .buttonInput.primaryAction:active {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  background-color: #F37839;\n  box-shadow: 0 1px 2px #333;\n  font-size: 40px;\n  line-height: 80px;\n  min-height: 80px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {  \n  border: 4px solid #FFF;  \n  font-size: 20px;\n  line-height: 60px;  \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton:active {\n  border: 4px solid #FFFFFF;  \n}\n\n.bcLightboxTemplate .bcMedium.textInput.bcNoButton {\n  border-radius: 10px;  \n}\n\n/* bcLargeInput means that the first input field is full width and the second is shared with the button */\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder input,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder input {\n  width: 100%;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child input {  \n  border-top-right-radius: 10px;\n  border-bottom-right-radius: 10px;\n}\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child {\n  display: inline-block;\n  width: calc(100% - 200px);\n}\n\n\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:last-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:last-child {\n  width: 200px;\n}\n\n.bcLightboxTemplate ::-webkit-input-placeholder, \n.bcLightboxTemplate :-moz-placeholder,\n.bcLightboxTemplate ::-moz-placeholder,\n.bcLightboxTemplate :-ms-input-placeholder {\n  font-style: italic;\n}\n\n.bcLightboxTemplate ul.horizontal {\n  margin: 0 auto;\n  width: auto;\n  clear: both;\n  float: unset;\n  display: inline-block;\n}\n.bcLightboxTemplate h3 {\n  margin-top: 0px;\n  font-size: 50px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: auto;\n  float: unset;\n  background-color: #F37839;\n  color: #FFFFFF;\n  box-shadow: 0 2px 5px #333;\n  max-width: 45%;\n  cursor: pointer;\n  border-radius: 10px;\n  display: inline-block;\n  margin: 20px 15px;\n  padding: 18px 40px;\n}\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \n  font-weight: bold;\n  font-size: 40px;\n  text-align: center;\n  cursor: pointer;\n  display: inline-block;\n  margin: 0;\n  word-break: break-all; \n}\n\n.bcLightboxTemplate  ul.horizontal > li:active, .bcLightboxTemplate  ul.horizontal > li:hover {\n  box-shadow: inset 0 1px 2px #333;\n}\n\n.bcLightboxTemplate input[type=\"radio\"] {\n  display: none;\n}\n\n\n/* styles from screens between 480px and 768px; */\n\n@media screen and (max-width: 768px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul > li input[type=\"radio\"]+label {\n    font-size: 30px;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  margin: 15px 15px;\n}\n\n.bcLightboxTemplate {\n  padding: 20px 20px 20px 20px;    \n}\n\n.bcLightboxTemplate h1.bcLongText {\n  font-size: 24px;\n}\n\n.bcLightboxTemplate h1.bcShortText {\n  font-size: 50px;\n}\n\n.bcLightboxTemplate h1.bcMediumText {\n  font-size: 30px;\n}\n\n.bcLightboxTemplate h2 {\n  font-size: 18px;  \n}\n\n.bcLightboxTemplate .bcButtonRow .textInput {\n  border-radius: 10px;\n  font-size: 18px;\n  height: 50px;    \n  padding: 0 20px;    \n}\n\n.bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n  border-radius: 10px;\n  font-size: 30px;\n  height: 50px;    \n  width: 100%;\n}\n\n.bcLightboxTemplate .bcPrimaryButton {\n  font-size: 30px;\n  line-height: 60px;    \n  min-height: 60px;\n}\n\n.bcLightboxTemplate .bcSecondaryButton {\n  font-size: 18px;\n  line-height: 50px;\n  min-height: 50px;\n}\n\n.bcLightboxTemplate fieldset > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\n.bcLightboxTemplate fieldset > *,\n.bcLightboxTemplate fieldset input{\n  width:100%;\n}\n  \n/* need to write overwrite existing styles */\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2), \n.bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2) input,\n.bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}\n\n/* styles from screens lower than 480px */\n@media screen and (max-width: 480px) {\n\n.bcLightboxTemplate h3 ,\n.bcLightboxTemplate ul.horizontal > li input[type=\"radio\"]+label {\n    font-size: 20px;\n}\n\n.bcLightboxTemplate   ul.horizontal  {\n  width: 100%;\n}\n\n.bcLightboxTemplate  ul.horizontal > li {\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0px;\n  padding: 0;\n}\n\n\n.bcLightboxTemplate input[type=\"radio\"]+label { \nwidth: 100%;\npadding: 18px 0px;\n}\n\n\n.bcLightboxTemplate  ul > li:nth-child(2) input[type=\"radio\"]+label {\n    margin-left: 0px;    \n}\n\n\n  .bcLightboxTemplate {\n    padding: 15px;\n  }\n  .bcLightboxTemplate > *:not(:last-child),\n  .bcLightboxTemplate fieldset > *:not(:last-child),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:first-child {\n    margin-bottom:10px;\n  }\n  .bcLightboxTemplate h1.bcLongText {\n    font-size: 16px;\n  }\n\n  .bcLightboxTemplate h1.bcShortText {\n    font-size: 30px;\n  }\n\n  .bcLightboxTemplate h1.bcMediumText {\n    font-size: 20px;\n  }\n\n  .bcLightboxTemplate h2 {\n    font-size: 14px;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .textInput {\n    font-size: 14px;\n    height: 40px;\n    padding: 0 20px;\n    width: 100%;\n  }\n\n  .bcLightboxTemplate .bcButtonRow .buttonInput.primaryAction {\n    font-size: 20px;\n    height: 40px;\n  }\n\n  .bcLightboxTemplate .bcPrimaryButton {\n    font-size: 16px;\n    line-height: 32px;\n    min-height: 32px;\n\n  }\n  .bcLightboxTemplate .bcSecondaryButton {\n    font-size: 14px;\n    line-height: 24px;\n    min-height: 24px;\n  }\n\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:first-child,\n  .bcLightboxTemplate.bcMediumInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(2),\n  .bcLightboxTemplate.bcLargeInput .uniForm fieldset > .fieldHolder:nth-child(3){\n    width: 100%;\n  }\n}","html":"<div class=\"bcLightboxTemplate\">\n  <h3>Hey there!</h3>\n  <h1 class=\"bcShortText\">Are you already a customer?</h1>\n\n  <div\n    class=\"bccomplexobject\"\n    data-bc-config='{\"id\":1518694052318,\"fields\":[{\"id\":\"bcf-1\",\"fieldType\":\"RadioButtonList\",\"settings\":{\"required\":false,\"values\":[{\"id\":1,\"name\":\"YES\",\"identifier\":\"yes\"},{\"id\":2,\"name\":\"NO\",\"identifier\":\"no\"}],\"storeValue\":true,\"overwriteValue\":\"set\",\"repeatdirection\":\"horizontal\",\"label\":\"Are you a:\",\"description\":\"\",\"storeproperty\":\"isCustomer\"}}],\"routing\":{\"type\":\"form_routing_close_lightbox\",\"inline_message\":\"The form has been sent.\"},\"handling\":{},\"styling\":{}}'\n    data-bc-pluginid=\"forms\"\n  ></div>\n</div>\n","js":"","precompiled":""}; blueConic.fn.registerTemplates(templates); })(blueConicClient);