mod-build 4.0.21 → 4.0.22-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/package.json +1 -1
- package/public/resources/scripts/abandonment/abandonment-1df90ee155f6c0893d90.min.js +2 -0
- package/public/resources/scripts/abandonment/abandonment.min.js +2 -0
- package/public/resources/scripts/callrail/callrail-5c7c537f04af468600cf.min.js +2 -0
- package/public/resources/scripts/callrail/callrail.min.js +2 -0
- package/public/resources/scripts/footer/footer-component-7b5e263f64568573ecc0.min.js +2 -0
- package/public/resources/scripts/footer/footer-component.min.js +2 -0
- package/public/resources/scripts/helpers/initNumericOnlyFields.min.js +2 -0
- package/public/resources/scripts/helpers/initNumericOnlyFields.min.js.map +1 -0
- package/public/resources/scripts/helpers/isZipCodeValid.min.js +2 -0
- package/public/resources/scripts/helpers/isZipCodeValid.min.js.map +1 -0
- package/public/resources/scripts/jornaya.hbs +35 -0
- package/public/resources/scripts/jornaya.html +35 -0
- package/public/resources/scripts/mod-alytics/modalytics-0ac7d7a5a72ea67a0f47.min.js +2 -0
- package/public/resources/scripts/mod-alytics/modalytics.min.js +2 -0
- package/public/resources/scripts/mod-form/form/homeowner-62292fdc874b2d2f5c82.min.js +2 -0
- package/public/resources/scripts/mod-form/form/homeowner.min.js +2 -0
- package/public/resources/scripts/mod-utils/modutils-15069d7b728a555fb3f7.min.js +2 -0
- package/public/resources/scripts/mod-utils/modutils.min.js +2 -0
- package/public/resources/scripts/trusted-form.hbs +38 -0
- package/public/resources/scripts/trusted-form.html +38 -0
- package/public/resources/styles/components/abandonment/abandonment-a8571a9e32ed6ef9acb4.min.css +1 -0
- package/public/resources/styles/components/abandonment/abandonment.min.css +1 -0
- package/public/resources/styles/components/footer/mod-footer-1fb2cec3278f29df57d0.min.css +1 -0
- package/public/resources/styles/components/footer/mod-footer.min.css +1 -0
- package/public/resources/styles/components/footer/qs-footer-9a3b0ab00428b03e6e9e.min.css +1 -0
- package/public/resources/styles/components/footer/qs-footer.min.css +1 -0
- package/src/accessible-components/button/_button.scss +319 -0
- package/src/accessible-components/button/back-button.html +8 -0
- package/src/accessible-components/button/button.html +17 -0
- package/src/accessible-components/carousel/_carousel.scss +112 -0
- package/src/accessible-components/carousel/carousel.html +25 -0
- package/src/accessible-components/carousel/carousel.js +3426 -0
- package/src/accessible-components/carousel/carousel.js.map +1 -0
- package/src/accessible-components/carousel/carousel.min.js +6 -0
- package/src/accessible-components/carousel/carousel.min.js.map +1 -0
- package/src/accessible-components/checkbox/_checkbox.scss +153 -0
- package/src/accessible-components/checkbox/checkbox-group.html +18 -0
- package/src/accessible-components/checkbox/checkbox.html +8 -0
- package/src/accessible-components/expand-collapse/_expand-collapse.scss +129 -0
- package/src/accessible-components/expand-collapse/expand-collapse.html +14 -0
- package/src/accessible-components/expand-collapse/expand-collapse.js +52 -0
- package/src/accessible-components/expand-collapse/expand-collapse.min.js +2 -0
- package/src/accessible-components/expand-collapse/expand-collapse.min.js.map +1 -0
- package/src/accessible-components/featured-block/_featured-block.scss +221 -0
- package/src/accessible-components/featured-block/featured-block.html +54 -0
- package/src/accessible-components/foot-assets/foot-assets.html +112 -0
- package/src/accessible-components/footer/footer.html +2 -0
- package/src/accessible-components/gtm-body/gtm-body.html +4 -0
- package/src/accessible-components/head/head.html +187 -0
- package/src/accessible-components/header/_header.scss +289 -0
- package/src/accessible-components/header/header.html +66 -0
- package/src/accessible-components/hero/_hero.scss +405 -0
- package/src/accessible-components/hero/hero.html +53 -0
- package/src/accessible-components/how-it-works/_how-it-works.scss +217 -0
- package/src/accessible-components/how-it-works/how-it-works-carousel.html +12 -0
- package/src/accessible-components/how-it-works/how-it-works-static.html +12 -0
- package/src/accessible-components/how-it-works/how-it-works.html +14 -0
- package/src/accessible-components/information/_information.scss +96 -0
- package/src/accessible-components/information/information.html +32 -0
- package/src/accessible-components/input/_input.scss +204 -0
- package/src/accessible-components/input/input.html +22 -0
- package/src/accessible-components/input/textarea.html +9 -0
- package/src/accessible-components/partners/_partners.scss +234 -0
- package/src/accessible-components/partners/partners.html +56 -0
- package/src/accessible-components/picture/picture.html +19 -0
- package/src/accessible-components/preloader/_preloader.scss +61 -0
- package/src/accessible-components/preloader/preloader.html +23 -0
- package/src/accessible-components/progress-bar/_progress-bar.scss +140 -0
- package/src/accessible-components/progress-bar/progress-bar.html +21 -0
- package/src/accessible-components/progress-bar/progress-bar.js +37 -0
- package/src/accessible-components/progress-bar/progress-bar.min.js +2 -0
- package/src/accessible-components/progress-bar/progress-bar.min.js.map +1 -0
- package/src/accessible-components/radio-button/_radio-button.scss +586 -0
- package/src/accessible-components/radio-button/radio-button.html +33 -0
- package/src/accessible-components/reviews/_reviews.scss +180 -0
- package/src/accessible-components/reviews/reviews-carousel.html +12 -0
- package/src/accessible-components/reviews/reviews-static.html +12 -0
- package/src/accessible-components/reviews/reviews.html +37 -0
- package/src/accessible-components/select/_select.scss +87 -0
- package/src/accessible-components/select/select.html +10 -0
- package/src/accessible-components/steps/_steps.scss +640 -0
- package/src/accessible-components/steps/defaultFormFieldConfig.json +109 -0
- package/src/accessible-components/steps/step-fields.html +38 -0
- package/src/accessible-components/steps/steps.html +168 -0
- package/src/accessible-components/tcpa/_tcpa.scss +49 -0
- package/src/accessible-components/tcpa/tcpa.html +9 -0
- package/src/accessible-components/tile/_tile.scss +117 -0
- package/src/accessible-components/tile/tile.html +14 -0
- package/src/accessible-components/value-props/_value-props.scss +102 -0
- package/src/accessible-components/value-props/value-props.html +17 -0
- package/src/accessible-components/zip-control/_zip-control.scss +79 -0
- package/src/accessible-components/zip-control/zip-control.html +10 -0
- package/src/resources/data/tcpa.json +4 -0
- package/src/resources/templates/modals/about/index.hbs +9 -0
- package/src/resources/templates/modals/about/index.html +9 -0
- package/src/resources/templates/modals/contact-us/index.hbs +348 -0
- package/src/resources/templates/modals/contact-us/index.html +348 -0
- package/src/resources/templates/modals/faq/index.hbs +9 -0
- package/src/resources/templates/modals/faq/index.html +9 -0
- package/src/resources/templates/modals/privacy/index.hbs +236 -0
- package/src/resources/templates/modals/privacy/index.html +236 -0
- package/src/resources/templates/modals/terms/index.hbs +166 -0
- package/src/resources/templates/modals/terms/index.html +166 -0
- package/src/scripts/vendor/visual-website-optimizer.js +0 -1
- package/src/shared-components/card-button/_card-button.scss +49 -0
- package/src/shared-components/card-button/card-button.html +9 -0
- package/src/shared-components/carousel/_carousel.scss +106 -0
- package/src/shared-components/carousel/carousel.html +22 -0
- package/src/shared-components/carousel/carousel.js +3574 -0
- package/src/shared-components/carousel/carousel.js.map +1 -0
- package/src/shared-components/carousel/carousel.min.js +6 -0
- package/src/shared-components/carousel/carousel.min.js.map +1 -0
- package/src/shared-components/carousel/carousel.min.min.js +6 -0
- package/src/shared-components/carousel/carousel.min.min.js.map +1 -0
- package/src/shared-components/checkbox/_checkbox.scss +125 -0
- package/src/shared-components/checkbox/checkbox.html +10 -0
- package/src/shared-components/expand-collapse/_expand-collapse.scss +93 -0
- package/src/shared-components/expand-collapse/expand-collapse.html +8 -0
- package/src/shared-components/expand-collapse/expand-collapse.js +40 -0
- package/src/shared-components/expand-collapse/expand-collapse.min.js +2 -0
- package/src/shared-components/expand-collapse/expand-collapse.min.js.map +1 -0
- package/src/shared-components/featured-block/_featured-block.scss +191 -0
- package/src/shared-components/featured-block/featured-block.html +80 -0
- package/src/shared-components/foot-assets/foot-assets.html +107 -0
- package/src/shared-components/form-tcpa/form-tcpa.html +12 -0
- package/src/shared-components/gtm-body/gtm-body.html +4 -0
- package/src/shared-components/head/head.html +192 -0
- package/src/shared-components/header/_header.scss +200 -0
- package/src/shared-components/header/header.html +73 -0
- package/src/shared-components/hero/_hero.scss +253 -0
- package/src/shared-components/hero/hero.html +126 -0
- package/src/shared-components/how-it-works/_how-it-works.scss +138 -0
- package/src/shared-components/how-it-works/how-it-works.html +19 -0
- package/src/shared-components/input/_input.scss +242 -0
- package/src/shared-components/input/input.html +30 -0
- package/src/shared-components/preloader/_preloader.scss +61 -0
- package/src/shared-components/preloader/preloader.html +49 -0
- package/src/shared-components/progress-bar/_progress-bar.scss +142 -0
- package/src/shared-components/progress-bar/progress-bar.html +20 -0
- package/src/shared-components/progress-bar/progress-bar.js +25 -0
- package/src/shared-components/progress-bar/progress-bar.min.js +2 -0
- package/src/shared-components/progress-bar/progress-bar.min.js.map +1 -0
- package/src/shared-components/radio-button/_radio-button.scss +554 -0
- package/src/shared-components/radio-button/radio-button.html +25 -0
- package/src/shared-components/reviews/_reviews.scss +79 -0
- package/src/shared-components/reviews/reviews.html +27 -0
- package/src/shared-components/select/_select.scss +61 -0
- package/src/shared-components/select/select.html +8 -0
- package/src/shared-components/steps/_steps.scss +414 -0
- package/src/shared-components/steps/defaultFormFieldConfig.json +64 -0
- package/src/shared-components/steps/step-fields.html +36 -0
- package/src/shared-components/steps/steps.html +131 -0
- package/src/shared-components/textarea/_textarea.scss +96 -0
- package/src/shared-components/textarea/textarea.html +13 -0
- package/src/shared-components/theme-toggle/_theme-toggle.scss +68 -0
- package/src/shared-components/theme-toggle/theme-toggle.html +34 -0
- package/src/shared-components/tile/_tile.scss +117 -0
- package/src/shared-components/tile/tile.html +27 -0
- package/src/shared-components/value-props/_value-props.scss +98 -0
- package/src/shared-components/value-props/value-props.html +17 -0
- package/src/shared-components/zip-control/_zip-control.scss +42 -0
- package/src/shared-components/zip-control/zip-control.html +21 -0
- package/tasks/grab-shared-scripts.js +11 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
window.modUtils=function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(i,o,function(t){return e[t]}.bind(null,o));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){"matchMedia"in window&&window.matchMedia("(prefers-color-scheme: dark)").matches&&window.Modalytics&&window.Modalytics.heap("track",["Dark mode detected"])},function(e,t,n){"use strict";function i(e){document.cookie=e+"=;expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/"}function o(e){for(var t=e+"=",n=document.cookie.split(";"),i=0;i<n.length;i++){for(var o=n[i];" "===o.charAt(0);)o=o.substring(1,o.length);if(0===o.indexOf(t))return o.substring(t.length,o.length)}return null}function r(){if(window.heap&&window.heap.appid){var e=o("_hp2_props."+window.heap.appid);if(e)try{return JSON.parse(decodeURIComponent(e))}catch(t){window.Modalytics&&window.Modalytics.heap("track",["Heap Cookie Parse Error",{cookieVal:e}])}else console.log("No tracking params available")}else console.log("Heap is not connected to the page")}function a(e,t,n){var i="";if(n){var o=new Date;o.setTime(o.getTime()+60*n*1e3),i="; expires="+o.toUTCString()}document.cookie=e+"="+t+i+"; path=/"}n.r(t),n.d(t,"deleteCookie",(function(){return i})),n.d(t,"getCookie",(function(){return o})),n.d(t,"getHeapCookieData",(function(){return r})),n.d(t,"setCookie",(function(){return a})),n.d(t,"heapCookie",(function(){return c})),n.d(t,"heapCookieData",(function(){return u})),n.d(t,"setHeapCookie",(function(){return l})),n.d(t,"setHeapCookieData",(function(){return d})),n.d(t,"deleteFirstNameFromqsLeadData",(function(){return p})),n.d(t,"checkForSeasonalUpdates",(function(){return y})),n.d(t,"debounce",(function(){return w})),n.d(t,"fetchScript",(function(){return b})),n.d(t,"isMobileSized",(function(){return k})),n.d(t,"isSpringOrSummer",(function(){return T})),n.d(t,"initSmoothScrolling",(function(){return z})),n.d(t,"trapTabFocusInDialog",(function(){return Q})),n.d(t,"customHeader",(function(){return V})),n.d(t,"gaSend",(function(){return W})),n.d(t,"heap",(function(){return G})),n.d(t,"cleanUrlQueryParamString",(function(){return Y})),n.d(t,"getApiDomain",(function(){return B})),n.d(t,"getEnv",(function(){return $})),n.d(t,"getFormsWSDomain",(function(){return K})),n.d(t,"getHILFormsWsDomain",(function(){return X})),n.d(t,"getLandingPage",(function(){return Z})),n.d(t,"getModernizeDomain",(function(){return ee})),n.d(t,"getSupportedTrackingParams",(function(){return te})),n.d(t,"getUrlParamsToArray",(function(){return ne})),n.d(t,"getUrlParamsToObject",(function(){return re})),n.d(t,"getUrlParamsToObjectLC",(function(){return ae})),n.d(t,"getMotivationJSON",(function(){return ue})),n.d(t,"saveMotivationParamToCookie",(function(){return ce}));var u,c=null,s=!1;function l(e){c=e}function d(e){u=e}var f=new Promise((function(e){new MutationObserver((function(){if(window.heap&&window.heap.appid){!function t(){if(!s){s=!0;var n=o("_hp2_id."+window.heap.appid);n?e(n):setTimeout((function(){s=!1,t()}),150)}}()}})).observe(document.documentElement,{childList:!0,subtree:!0})}));function p(){if(null!==o("qsLeadData")){var e=JSON.parse(o("qsLeadData"));e.PROJECT&&e.PROJECT.FIRSTNAME&&delete e.PROJECT.FIRSTNAME,a("qsLeadData",JSON.stringify(e))}}window.Modalytics&&!window.Modalytics.privacyPreferencesDetected&&f.then((function(e){l(e),d(JSON.parse(decodeURIComponent(c)));var t=new CustomEvent("heapCookieResolved",{detail:{heapCookie:c,heapCookieData:u}});window.dispatchEvent(t)}));var m=new Date,h=m.getFullYear();function y(e){if("hvac"===e){var t=new Date("03-14-".concat(h)),n=new Date("09-25-".concat(h));return!(m>t&&m<n)}}function v(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function w(e,t){var n,i,o;function r(){var a=(new Date).getTime()-o;a<t&&a>=0?n=setTimeout(r,t-a):(n=null,e.apply(void 0,v(i)))}return function(){i=arguments,o=(new Date).getTime(),n||(n=setTimeout(r,t))}}function b(e,t){var n=document.createElement("script");n.onload=t,n.src=e,document.body.appendChild(n)}function k(){return window.innerWidth<768}function T(){var e=new Date,t=e.getFullYear(),n=new Date("03-22-".concat(t)),i=new Date("09-22-".concat(t));return n<e&&e<i}var _=function(){return+new Date};function S(e){return(S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function C(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,O(i.key),i)}}function O(e){var t=function(e,t){if("object"!=S(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=S(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==S(t)?t:String(t)}var P,M,q,E,D="function"==typeof requestIdleCallback,j=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.initTime_=t}var t,n,i;return t=e,(n=[{key:"didTimeout",get:function(){return!1}},{key:"timeRemaining",value:function(){return Math.max(0,50-(_()-this.initTime_))}}])&&C(t.prototype,n),i&&C(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}(),I=D?requestIdleCallback:function(e){var t=new j(_());return setTimeout((function(){return e(t)}),0)},R=D?cancelIdleCallback:function(e){clearTimeout(e)},x="function"==typeof Promise&&Promise.toString().indexOf("[native code]")>-1?function(e){Promise.resolve().then(e)}:(P=0,M=[],q=new MutationObserver((function(){M.forEach((function(e){return e()})),M=[]})),E=document.createTextNode(""),q.observe(E,{characterData:!0}),function(e){M.push(e),E.data=String(++P%2)});function L(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function A(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,H(i.key),i)}}function H(e){var t=function(e,t){if("object"!=U(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=U(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==U(t)?t:String(t)}function U(e){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var N=!("object"!==("undefined"==typeof safari?"undefined":U(safari))||!safari.pushNotification),F=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.ensureTasksRun,i=void 0!==n&&n,o=t.defaultMinTaskTime,r=void 0===o?0:o;L(this,e),this.idleCallbackHandle_=null,this.taskQueue_=[],this.isProcessing_=!1,this.state_=null,this.defaultMinTaskTime_=r,this.ensureTasksRun_=i,this.runTasksImmediately=this.runTasksImmediately.bind(this),this.runTasks_=this.runTasks_.bind(this),this.onVisibilityChange_=this.onVisibilityChange_.bind(this),this.ensureTasksRun_&&(addEventListener("visibilitychange",this.onVisibilityChange_,!0),N&&addEventListener("beforeunload",this.runTasksImmediately,!0))}var t,n,i;return t=e,(n=[{key:"pushTask",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];this.addTask_.apply(this,[Array.prototype.push].concat(t))}},{key:"unshiftTask",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];this.addTask_.apply(this,[Array.prototype.unshift].concat(t))}},{key:"runTasksImmediately",value:function(){this.runTasks_()}},{key:"hasPendingTasks",value:function(){return this.taskQueue_.length>0}},{key:"clearPendingTasks",value:function(){this.taskQueue_=[],this.cancelScheduledRun_()}},{key:"getState",value:function(){return this.state_}},{key:"destroy",value:function(){this.taskQueue_=[],this.cancelScheduledRun_(),this.ensureTasksRun_&&(removeEventListener("visibilitychange",this.onVisibilityChange_,!0),N&&removeEventListener("beforeunload",this.runTasksImmediately,!0))}},{key:"addTask_",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=n.minTaskTime,o=void 0===i?this.defaultMinTaskTime_:i,r={time:_(),visibilityState:document.visibilityState};e.call(this.taskQueue_,{state:r,task:t,minTaskTime:o}),this.scheduleTasksToRun_()}},{key:"scheduleTasksToRun_",value:function(){this.ensureTasksRun_&&"hidden"===document.visibilityState?x(this.runTasks_):this.idleCallbackHandle_||(this.idleCallbackHandle_=I(this.runTasks_))}},{key:"runTasks_",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;if(this.cancelScheduledRun_(),!this.isProcessing_){for(this.isProcessing_=!0;this.hasPendingTasks()&&!J(e,this.taskQueue_[0].minTaskTime);){var t=this.taskQueue_.shift(),n=t.task,i=t.state;this.state_=i,n(i),this.state_=null}this.isProcessing_=!1,this.hasPendingTasks()&&this.scheduleTasksToRun_()}}},{key:"cancelScheduledRun_",value:function(){R(this.idleCallbackHandle_),this.idleCallbackHandle_=null}},{key:"onVisibilityChange_",value:function(){"hidden"===document.visibilityState&&this.runTasksImmediately()}}])&&A(t.prototype,n),i&&A(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}(),J=function(e,t){return!!(e&&e.timeRemaining()<=t)};function z(){document.querySelectorAll('a[href^="#"]').forEach((function(e){e.onclick=function(e){e.preventDefault();var t=this.getAttribute("href"),n=document.querySelector(t).offsetTop;window.scrollTo({top:n,behavior:"smooth"})}}))}setTimeout((function(){new F({ensureTasksRun:!0}).pushTask((function(){"undefined"!=typeof dataLayer&&(window.dataLayer.push({event:"lateLoadTags"}),window.lateLoaded=!0)}))}),1e3),window.lateLoaded=!1,window.IdlizeQueue=new F;n(0);function Q(e){var t='a[href], button, input:not(input[type=hidden]), textarea, select, details, [tabindex]:not([tabindex="-1"])',n=document.getElementById(e),i=n.querySelector(".modal-title"),o=n.querySelector(t),r=n.querySelectorAll(t),a=r[r.length-1];document.addEventListener("keydown",(function(e){if("Tab"===e.key){if(i&&i.textContent.includes("Contact Us")){var r=n.querySelector(".step--active");o=r.querySelector(t)}e.shiftKey?document.activeElement===o&&(a.focus(),e.preventDefault()):document.activeElement===a&&(o.focus(),e.preventDefault())}}))}function V(e,t){var n=modForm.opts.getVars,i=n&&(n.title||n.subtitle),o=document.querySelector(".hero__title"),r=document.querySelector(".hero__subtitle"),a=modForm.opts.form.querySelector(".step--active").getAttribute("data-step-name");if(Object.keys(e).includes(a)?t=a:e.other&&(t="other"),i&&(1===t||"zip"===t))return modForm.initFormDynamicContent(),!1;e&&e[t]&&(o.innerHTML=e[t].headline,o.querySelector(".user-location")&&(o.querySelector(".user-location").innerHTML=modForm.opts.userLocation),e[t].p&&(r.innerHTML=e[t].p))}function W(e,t){if(window.Modalytics&&!window.Modalytics.privacyPreferencesDetected)if("undefined"!=typeof ga)ga((t?t+".":"")+"send",e);else if("undefined"!=typeof _gaq&&("pageview"===e.hitType&&e.page&&_gaq.push([(t?t+".":"")+"_trackPageview",e.page]),"event"===e.hitType&&e.eventCategory)){for(var n=[(t?t+".":"")+"_trackEvent"],i=["eventCategory","eventAction","eventLabel"],o=0;o<i.length;o++)e[i[o]]&&n.push(e[i[o]]);_gaq.push(n)}}function $(){var e=document.URL,t=window.location.hostname,n="production";return n=~t.indexOf(".local")||"localhost"===t||~e.indexOf("file://")||/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(t)?"local":~t.indexOf("staging.")?"staging":~t.indexOf("qa.")||t.startsWith("qa")?"qa":"production",~e.indexOf("env=qa")?n="qa":~e.indexOf("env=production")&&(n="production"),n}function G(e,t){if(window.Modalytics&&!window.Modalytics.privacyPreferencesDetected){if(["track","identify","resetIdentity","addUserProperties","addEventProperties","removeEventProperties","clearEventProperties"].indexOf(e)<0)return void console.log('Heap "'+e+'" method is not supported');void 0!==window.heap&&("identify"===e||"track"===e?window.heap[e](t[0],t[1]):window.heap[e](t)),"production"!==$()&&console.log("Heap",e,t)}}function Y(){var e,t=["src","sub_id","sub2_id","pub_id","account","campaign","ad_group","keyword","campaignid","adgroupid","agid","keywordid","loc1","loc2","kw","gclid","utm_campaign","utm_source","utm_medium","utm_term","utm_content","program","motivation"],n=ne();return n=n.filter((function(e){return-1===t.indexOf(e.name.toLowerCase())})),e=n.length?"?":"",n.forEach((function(t,i){e+=encodeURIComponent(t.name)+"="+encodeURIComponent(t.value),i!==n.length-1&&(e+="&")})),e}function B(){return{local:"https://api.hilstaging.com",staging:"https://api.hilstaging.com",qa:"https://api.hilstaging.com"}[$()]||"https://api.modernize.com"}function K(){var e=window.location.protocol+"//formsws",t=$();return"local"===t?e="http://formsws.local":e+="staging"===t||"qa"===t?".hilstaging.com":".hilprod.com",e}function X(){var e=$();return("production"===e?"https://homeimprovementleads.com":"staging"===e||"qa"===e?"https://staging.homeimprovementleads.com":"http://hil.local")+"/ws/"}function Z(){return window.location.protocol+"//"+window.location.hostname+window.location.pathname}function ee(){return{local:"http://modernize.local",staging:"https://staging.modernize.com",qa:"https://qa.modernize.com"}[$()]||"https://modernize.com"}function te(){return["src","sub_id","sub2_id","pub_id","account","campaign","ad_group","keyword","campaignid","adgroupid","agid","keywordid","loc1","loc2","kw","gclid","utm_campaign","utm_source","utm_medium","utm_term","utm_content","program","motivation"]}function ne(e){var t=[],n=[];if(e||(e=window.location.href.replace(window.location.hash,"")),e.indexOf("?")>-1)for(var i=e.substring(e.indexOf("?")+1).split("&"),o=0;o<i.length;o++)if(i[o]){var r=i[o].split(/=(.+)/),a={name:decodeURIComponent(r[0]),value:void 0!==r[1]?decodeURIComponent(r[1].replace(/\+/g,"%20")):null};-1===n.indexOf(r[0])&&(n.push(r[0]),t.push(a))}return t}function ie(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return oe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return oe(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,a=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){u=!0,r=e},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw r}}}}function oe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function re(e){var t={};e||(e=window.location.href.replace(window.location.hash,""));var n,i=ie(ne(e));try{for(i.s();!(n=i.n()).done;){var o=n.value;t[o.name]=o.value}}catch(e){i.e(e)}finally{i.f()}return t}function ae(e){e||(e=window.location.href.replace(window.location.hash,""));var t=re(e),n={};for(var i in t)if(t.hasOwnProperty(i)){var o=t[i];n[i.toLowerCase()]=o}return n}function ue(e){var t=JSON.parse(sessionStorage.getItem("motivationObj")),n=new XMLHttpRequest;if(t)return t;n.open("GET","".concat(ee(),"/quote/resources/data/motivation.json")),n.setRequestHeader("Content-Type","application/json"),n.addEventListener("load",(function(){if(200===this.status||304===this.status){var t=JSON.parse(this.responseText);return sessionStorage.setItem("motivationObj",JSON.stringify(t.motivation)),void("function"==typeof e&&e(t.motivation))}"function"==typeof e&&e({})})),n.send()}function ce(e){e&&ue((function(t){if(t){Object.keys(t).indexOf(e)>-1&&a("motivation",e,1440)}}))}}]);
|
|
2
|
+
//# sourceMappingURL=modutils.min.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
window.modUtils=function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(i,o,function(t){return e[t]}.bind(null,o));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){"matchMedia"in window&&window.matchMedia("(prefers-color-scheme: dark)").matches&&window.Modalytics&&window.Modalytics.heap("track",["Dark mode detected"])},function(e,t,n){"use strict";function i(e){document.cookie=e+"=;expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/"}function o(e){for(var t=e+"=",n=document.cookie.split(";"),i=0;i<n.length;i++){for(var o=n[i];" "===o.charAt(0);)o=o.substring(1,o.length);if(0===o.indexOf(t))return o.substring(t.length,o.length)}return null}function r(){if(window.heap&&window.heap.appid){var e=o("_hp2_props."+window.heap.appid);if(e)try{return JSON.parse(decodeURIComponent(e))}catch(t){window.Modalytics&&window.Modalytics.heap("track",["Heap Cookie Parse Error",{cookieVal:e}])}else console.log("No tracking params available")}else console.log("Heap is not connected to the page")}function a(e,t,n){var i="";if(n){var o=new Date;o.setTime(o.getTime()+60*n*1e3),i="; expires="+o.toUTCString()}document.cookie=e+"="+t+i+"; path=/"}n.r(t),n.d(t,"deleteCookie",(function(){return i})),n.d(t,"getCookie",(function(){return o})),n.d(t,"getHeapCookieData",(function(){return r})),n.d(t,"setCookie",(function(){return a})),n.d(t,"heapCookie",(function(){return c})),n.d(t,"heapCookieData",(function(){return u})),n.d(t,"setHeapCookie",(function(){return l})),n.d(t,"setHeapCookieData",(function(){return d})),n.d(t,"deleteFirstNameFromqsLeadData",(function(){return p})),n.d(t,"checkForSeasonalUpdates",(function(){return y})),n.d(t,"debounce",(function(){return w})),n.d(t,"fetchScript",(function(){return b})),n.d(t,"isMobileSized",(function(){return k})),n.d(t,"isSpringOrSummer",(function(){return T})),n.d(t,"initSmoothScrolling",(function(){return z})),n.d(t,"trapTabFocusInDialog",(function(){return Q})),n.d(t,"customHeader",(function(){return V})),n.d(t,"gaSend",(function(){return W})),n.d(t,"heap",(function(){return G})),n.d(t,"cleanUrlQueryParamString",(function(){return Y})),n.d(t,"getApiDomain",(function(){return B})),n.d(t,"getEnv",(function(){return $})),n.d(t,"getFormsWSDomain",(function(){return K})),n.d(t,"getHILFormsWsDomain",(function(){return X})),n.d(t,"getLandingPage",(function(){return Z})),n.d(t,"getModernizeDomain",(function(){return ee})),n.d(t,"getSupportedTrackingParams",(function(){return te})),n.d(t,"getUrlParamsToArray",(function(){return ne})),n.d(t,"getUrlParamsToObject",(function(){return re})),n.d(t,"getUrlParamsToObjectLC",(function(){return ae})),n.d(t,"getMotivationJSON",(function(){return ue})),n.d(t,"saveMotivationParamToCookie",(function(){return ce}));var u,c=null,s=!1;function l(e){c=e}function d(e){u=e}var f=new Promise((function(e){new MutationObserver((function(){if(window.heap&&window.heap.appid){!function t(){if(!s){s=!0;var n=o("_hp2_id."+window.heap.appid);n?e(n):setTimeout((function(){s=!1,t()}),150)}}()}})).observe(document.documentElement,{childList:!0,subtree:!0})}));function p(){if(null!==o("qsLeadData")){var e=JSON.parse(o("qsLeadData"));e.PROJECT&&e.PROJECT.FIRSTNAME&&delete e.PROJECT.FIRSTNAME,a("qsLeadData",JSON.stringify(e))}}window.Modalytics&&!window.Modalytics.privacyPreferencesDetected&&f.then((function(e){l(e),d(JSON.parse(decodeURIComponent(c)));var t=new CustomEvent("heapCookieResolved",{detail:{heapCookie:c,heapCookieData:u}});window.dispatchEvent(t)}));var m=new Date,h=m.getFullYear();function y(e){if("hvac"===e){var t=new Date("03-14-".concat(h)),n=new Date("09-25-".concat(h));return!(m>t&&m<n)}}function v(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function w(e,t){var n,i,o;function r(){var a=(new Date).getTime()-o;a<t&&a>=0?n=setTimeout(r,t-a):(n=null,e.apply(void 0,v(i)))}return function(){i=arguments,o=(new Date).getTime(),n||(n=setTimeout(r,t))}}function b(e,t){var n=document.createElement("script");n.onload=t,n.src=e,document.body.appendChild(n)}function k(){return window.innerWidth<768}function T(){var e=new Date,t=e.getFullYear(),n=new Date("03-22-".concat(t)),i=new Date("09-22-".concat(t));return n<e&&e<i}var _=function(){return+new Date};function S(e){return(S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function C(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,O(i.key),i)}}function O(e){var t=function(e,t){if("object"!=S(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=S(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==S(t)?t:String(t)}var P,M,q,E,D="function"==typeof requestIdleCallback,j=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.initTime_=t}var t,n,i;return t=e,(n=[{key:"didTimeout",get:function(){return!1}},{key:"timeRemaining",value:function(){return Math.max(0,50-(_()-this.initTime_))}}])&&C(t.prototype,n),i&&C(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}(),I=D?requestIdleCallback:function(e){var t=new j(_());return setTimeout((function(){return e(t)}),0)},R=D?cancelIdleCallback:function(e){clearTimeout(e)},x="function"==typeof Promise&&Promise.toString().indexOf("[native code]")>-1?function(e){Promise.resolve().then(e)}:(P=0,M=[],q=new MutationObserver((function(){M.forEach((function(e){return e()})),M=[]})),E=document.createTextNode(""),q.observe(E,{characterData:!0}),function(e){M.push(e),E.data=String(++P%2)});function L(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function A(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,H(i.key),i)}}function H(e){var t=function(e,t){if("object"!=U(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=U(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==U(t)?t:String(t)}function U(e){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var N=!("object"!==("undefined"==typeof safari?"undefined":U(safari))||!safari.pushNotification),F=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.ensureTasksRun,i=void 0!==n&&n,o=t.defaultMinTaskTime,r=void 0===o?0:o;L(this,e),this.idleCallbackHandle_=null,this.taskQueue_=[],this.isProcessing_=!1,this.state_=null,this.defaultMinTaskTime_=r,this.ensureTasksRun_=i,this.runTasksImmediately=this.runTasksImmediately.bind(this),this.runTasks_=this.runTasks_.bind(this),this.onVisibilityChange_=this.onVisibilityChange_.bind(this),this.ensureTasksRun_&&(addEventListener("visibilitychange",this.onVisibilityChange_,!0),N&&addEventListener("beforeunload",this.runTasksImmediately,!0))}var t,n,i;return t=e,(n=[{key:"pushTask",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];this.addTask_.apply(this,[Array.prototype.push].concat(t))}},{key:"unshiftTask",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];this.addTask_.apply(this,[Array.prototype.unshift].concat(t))}},{key:"runTasksImmediately",value:function(){this.runTasks_()}},{key:"hasPendingTasks",value:function(){return this.taskQueue_.length>0}},{key:"clearPendingTasks",value:function(){this.taskQueue_=[],this.cancelScheduledRun_()}},{key:"getState",value:function(){return this.state_}},{key:"destroy",value:function(){this.taskQueue_=[],this.cancelScheduledRun_(),this.ensureTasksRun_&&(removeEventListener("visibilitychange",this.onVisibilityChange_,!0),N&&removeEventListener("beforeunload",this.runTasksImmediately,!0))}},{key:"addTask_",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=n.minTaskTime,o=void 0===i?this.defaultMinTaskTime_:i,r={time:_(),visibilityState:document.visibilityState};e.call(this.taskQueue_,{state:r,task:t,minTaskTime:o}),this.scheduleTasksToRun_()}},{key:"scheduleTasksToRun_",value:function(){this.ensureTasksRun_&&"hidden"===document.visibilityState?x(this.runTasks_):this.idleCallbackHandle_||(this.idleCallbackHandle_=I(this.runTasks_))}},{key:"runTasks_",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;if(this.cancelScheduledRun_(),!this.isProcessing_){for(this.isProcessing_=!0;this.hasPendingTasks()&&!J(e,this.taskQueue_[0].minTaskTime);){var t=this.taskQueue_.shift(),n=t.task,i=t.state;this.state_=i,n(i),this.state_=null}this.isProcessing_=!1,this.hasPendingTasks()&&this.scheduleTasksToRun_()}}},{key:"cancelScheduledRun_",value:function(){R(this.idleCallbackHandle_),this.idleCallbackHandle_=null}},{key:"onVisibilityChange_",value:function(){"hidden"===document.visibilityState&&this.runTasksImmediately()}}])&&A(t.prototype,n),i&&A(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}(),J=function(e,t){return!!(e&&e.timeRemaining()<=t)};function z(){document.querySelectorAll('a[href^="#"]').forEach((function(e){e.onclick=function(e){e.preventDefault();var t=this.getAttribute("href"),n=document.querySelector(t).offsetTop;window.scrollTo({top:n,behavior:"smooth"})}}))}setTimeout((function(){new F({ensureTasksRun:!0}).pushTask((function(){"undefined"!=typeof dataLayer&&(window.dataLayer.push({event:"lateLoadTags"}),window.lateLoaded=!0)}))}),1e3),window.lateLoaded=!1,window.IdlizeQueue=new F;n(0);function Q(e){var t='a[href], button, input:not(input[type=hidden]), textarea, select, details, [tabindex]:not([tabindex="-1"])',n=document.getElementById(e),i=n.querySelector(".modal-title"),o=n.querySelector(t),r=n.querySelectorAll(t),a=r[r.length-1];document.addEventListener("keydown",(function(e){if("Tab"===e.key){if(i&&i.textContent.includes("Contact Us")){var r=n.querySelector(".step--active");o=r.querySelector(t)}e.shiftKey?document.activeElement===o&&(a.focus(),e.preventDefault()):document.activeElement===a&&(o.focus(),e.preventDefault())}}))}function V(e,t){var n=modForm.opts.getVars,i=n&&(n.title||n.subtitle),o=document.querySelector(".hero__title"),r=document.querySelector(".hero__subtitle"),a=modForm.opts.form.querySelector(".step--active").getAttribute("data-step-name");if(Object.keys(e).includes(a)?t=a:e.other&&(t="other"),i&&(1===t||"zip"===t))return modForm.initFormDynamicContent(),!1;e&&e[t]&&(o.innerHTML=e[t].headline,o.querySelector(".user-location")&&(o.querySelector(".user-location").innerHTML=modForm.opts.userLocation),e[t].p&&(r.innerHTML=e[t].p))}function W(e,t){if(window.Modalytics&&!window.Modalytics.privacyPreferencesDetected)if("undefined"!=typeof ga)ga((t?t+".":"")+"send",e);else if("undefined"!=typeof _gaq&&("pageview"===e.hitType&&e.page&&_gaq.push([(t?t+".":"")+"_trackPageview",e.page]),"event"===e.hitType&&e.eventCategory)){for(var n=[(t?t+".":"")+"_trackEvent"],i=["eventCategory","eventAction","eventLabel"],o=0;o<i.length;o++)e[i[o]]&&n.push(e[i[o]]);_gaq.push(n)}}function $(){var e=document.URL,t=window.location.hostname,n="production";return n=~t.indexOf(".local")||"localhost"===t||~e.indexOf("file://")||/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(t)?"local":~t.indexOf("staging.")?"staging":~t.indexOf("qa.")||t.startsWith("qa")?"qa":"production",~e.indexOf("env=qa")?n="qa":~e.indexOf("env=production")&&(n="production"),n}function G(e,t){if(window.Modalytics&&!window.Modalytics.privacyPreferencesDetected){if(["track","identify","resetIdentity","addUserProperties","addEventProperties","removeEventProperties","clearEventProperties"].indexOf(e)<0)return void console.log('Heap "'+e+'" method is not supported');void 0!==window.heap&&("identify"===e||"track"===e?window.heap[e](t[0],t[1]):window.heap[e](t)),"production"!==$()&&console.log("Heap",e,t)}}function Y(){var e,t=["src","sub_id","sub2_id","pub_id","account","campaign","ad_group","keyword","campaignid","adgroupid","agid","keywordid","loc1","loc2","kw","gclid","utm_campaign","utm_source","utm_medium","utm_term","utm_content","program","motivation"],n=ne();return n=n.filter((function(e){return-1===t.indexOf(e.name.toLowerCase())})),e=n.length?"?":"",n.forEach((function(t,i){e+=encodeURIComponent(t.name)+"="+encodeURIComponent(t.value),i!==n.length-1&&(e+="&")})),e}function B(){return{local:"https://api.hilstaging.com",staging:"https://api.hilstaging.com",qa:"https://api.hilstaging.com"}[$()]||"https://api.modernize.com"}function K(){var e=window.location.protocol+"//formsws",t=$();return"local"===t?e="http://formsws.local":e+="staging"===t||"qa"===t?".hilstaging.com":".hilprod.com",e}function X(){var e=$();return("production"===e?"https://homeimprovementleads.com":"staging"===e||"qa"===e?"https://staging.homeimprovementleads.com":"http://hil.local")+"/ws/"}function Z(){return window.location.protocol+"//"+window.location.hostname+window.location.pathname}function ee(){return{local:"http://modernize.local",staging:"https://staging.modernize.com",qa:"https://qa.modernize.com"}[$()]||"https://modernize.com"}function te(){return["src","sub_id","sub2_id","pub_id","account","campaign","ad_group","keyword","campaignid","adgroupid","agid","keywordid","loc1","loc2","kw","gclid","utm_campaign","utm_source","utm_medium","utm_term","utm_content","program","motivation"]}function ne(e){var t=[],n=[];if(e||(e=window.location.href.replace(window.location.hash,"")),e.indexOf("?")>-1)for(var i=e.substring(e.indexOf("?")+1).split("&"),o=0;o<i.length;o++)if(i[o]){var r=i[o].split(/=(.+)/),a={name:decodeURIComponent(r[0]),value:void 0!==r[1]?decodeURIComponent(r[1].replace(/\+/g,"%20")):null};-1===n.indexOf(r[0])&&(n.push(r[0]),t.push(a))}return t}function ie(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return oe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return oe(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,a=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){u=!0,r=e},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw r}}}}function oe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function re(e){var t={};e||(e=window.location.href.replace(window.location.hash,""));var n,i=ie(ne(e));try{for(i.s();!(n=i.n()).done;){var o=n.value;t[o.name]=o.value}}catch(e){i.e(e)}finally{i.f()}return t}function ae(e){e||(e=window.location.href.replace(window.location.hash,""));var t=re(e),n={};for(var i in t)if(t.hasOwnProperty(i)){var o=t[i];n[i.toLowerCase()]=o}return n}function ue(e){var t=JSON.parse(sessionStorage.getItem("motivationObj")),n=new XMLHttpRequest;if(t)return t;n.open("GET","".concat(ee(),"/quote/resources/data/motivation.json")),n.setRequestHeader("Content-Type","application/json"),n.addEventListener("load",(function(){if(200===this.status||304===this.status){var t=JSON.parse(this.responseText);return sessionStorage.setItem("motivationObj",JSON.stringify(t.motivation)),void("function"==typeof e&&e(t.motivation))}"function"==typeof e&&e({})})),n.send()}function ce(e){e&&ue((function(t){if(t){Object.keys(t).indexOf(e)>-1&&a("motivation",e,1440)}}))}}]);
|
|
2
|
+
//# sourceMappingURL=modutils.min.js.map
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script id="trustedFormScript" type="text/javascript">
|
|
2
|
+
(function() {
|
|
3
|
+
if (window.trustedForm) return;
|
|
4
|
+
var field = 'xxTrustedFormCertUrl';
|
|
5
|
+
var provideReferrer = false;
|
|
6
|
+
var invertFieldSensitivity = false;
|
|
7
|
+
var formSelector = '';
|
|
8
|
+
if ('tfFormId' in window) {
|
|
9
|
+
formSelector = '&form_selector=' + encodeURI(window.tfFormId);
|
|
10
|
+
}
|
|
11
|
+
var tf = document.createElement('script');
|
|
12
|
+
tf.type = 'text/javascript';
|
|
13
|
+
tf.async = true;
|
|
14
|
+
tf.src = 'http' + ('https:' == document.location.protocol ? 's' : '') +
|
|
15
|
+
'://cdn.trustedform.com/bootstrap.js?provide_referrer=' + encodeURI(provideReferrer) + formSelector + '&field=' + encodeURI(field) + '&l='+new Date().getTime()+Math.random() + '&invert_field_sensitivity=' + invertFieldSensitivity;
|
|
16
|
+
|
|
17
|
+
var initialRequestTime = new Date().getTime();
|
|
18
|
+
|
|
19
|
+
var script = document.createElement('script');
|
|
20
|
+
script.src = tf.src;
|
|
21
|
+
|
|
22
|
+
script.onerror = function(jqxhr, settings, exception) {
|
|
23
|
+
var errorResponseTime = new Date().getTime() - initialRequestTime;
|
|
24
|
+
modUtils.heap('track', ['Token Error', {
|
|
25
|
+
token: 'Trusted Form',
|
|
26
|
+
errorStatus: jqxhr.status,
|
|
27
|
+
errorMessage: jqxhr.statusText,
|
|
28
|
+
errorResponseTime: errorResponseTime + 'ms'
|
|
29
|
+
}]);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
document.body.appendChild(script);
|
|
33
|
+
}
|
|
34
|
+
)();
|
|
35
|
+
</script>
|
|
36
|
+
<noscript>
|
|
37
|
+
<img src="http://api.trustedform.com/ns.gif" />
|
|
38
|
+
</noscript>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script id="trustedFormScript" type="text/javascript">
|
|
2
|
+
(function() {
|
|
3
|
+
if (window.trustedForm) return;
|
|
4
|
+
var field = 'xxTrustedFormCertUrl';
|
|
5
|
+
var provideReferrer = false;
|
|
6
|
+
var invertFieldSensitivity = false;
|
|
7
|
+
var formSelector = '';
|
|
8
|
+
if ('tfFormId' in window) {
|
|
9
|
+
formSelector = '&form_selector=' + encodeURI(window.tfFormId);
|
|
10
|
+
}
|
|
11
|
+
var tf = document.createElement('script');
|
|
12
|
+
tf.type = 'text/javascript';
|
|
13
|
+
tf.async = true;
|
|
14
|
+
tf.src = 'http' + ('https:' == document.location.protocol ? 's' : '') +
|
|
15
|
+
'://cdn.trustedform.com/bootstrap.js?provide_referrer=' + encodeURI(provideReferrer) + formSelector + '&field=' + encodeURI(field) + '&l='+new Date().getTime()+Math.random() + '&invert_field_sensitivity=' + invertFieldSensitivity;
|
|
16
|
+
|
|
17
|
+
var initialRequestTime = new Date().getTime();
|
|
18
|
+
|
|
19
|
+
var script = document.createElement('script');
|
|
20
|
+
script.src = tf.src;
|
|
21
|
+
|
|
22
|
+
script.onerror = function(jqxhr, settings, exception) {
|
|
23
|
+
var errorResponseTime = new Date().getTime() - initialRequestTime;
|
|
24
|
+
modUtils.heap('track', ['Token Error', {
|
|
25
|
+
token: 'Trusted Form',
|
|
26
|
+
errorStatus: jqxhr.status,
|
|
27
|
+
errorMessage: jqxhr.statusText,
|
|
28
|
+
errorResponseTime: errorResponseTime + 'ms'
|
|
29
|
+
}]);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
document.body.appendChild(script);
|
|
33
|
+
}
|
|
34
|
+
)();
|
|
35
|
+
</script>
|
|
36
|
+
<noscript>
|
|
37
|
+
<img src="http://api.trustedform.com/ns.gif" />
|
|
38
|
+
</noscript>
|
package/public/resources/styles/components/abandonment/abandonment-a8571a9e32ed6ef9acb4.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.abandonment__modal{background:rgba(0,0,0,.4);display:block;overflow:auto}.modal__abandonment-dialog{background-color:#fff;border-radius:4px;font-size:26px;line-height:28px;max-width:100%;padding:20px 40px 40px;text-align:center;width:580px}.modal--abandonment .modal-title,.modal__title{border-bottom:1px solid #dcdcdc;color:#545253;font-size:28px;font-weight:700;padding:20px 0}.modal--abandonment .modal-subtitle,.modal__subtitle{color:#545253;font-size:24px;font-weight:700;line-height:30px}.modal__content{margin:auto;padding:20px 0 0;width:360px}.modal--abandonment .modal-phone,.modal__phone{font-size:25px;margin-top:15px}.modal--abandonment .modal-phone i,.modal__phone i{font-size:20px;margin-right:5px}.modal__close{color:#dcdcdc;cursor:pointer;font-size:24px;position:absolute;right:15px;text-align:right;top:15px}.modal--abandonment .modal-title{margin-bottom:25px}.modal--abandonment .modal-subtitle{margin:0 auto;max-width:360px}.modal--abandonment .modal-phone{height:auto;max-width:360px;padding:16px 30px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.abandonment__modal{background:rgba(0,0,0,.4);display:block;overflow:auto}.modal__abandonment-dialog{background-color:#fff;border-radius:4px;font-size:26px;line-height:28px;max-width:100%;padding:20px 40px 40px;text-align:center;width:580px}.modal--abandonment .modal-title,.modal__title{border-bottom:1px solid #dcdcdc;color:#545253;font-size:28px;font-weight:700;padding:20px 0}.modal--abandonment .modal-subtitle,.modal__subtitle{color:#545253;font-size:24px;font-weight:700;line-height:30px}.modal__content{margin:auto;padding:20px 0 0;width:360px}.modal--abandonment .modal-phone,.modal__phone{font-size:25px;margin-top:15px}.modal--abandonment .modal-phone i,.modal__phone i{font-size:20px;margin-right:5px}.modal__close{color:#dcdcdc;cursor:pointer;font-size:24px;position:absolute;right:15px;text-align:right;top:15px}.modal--abandonment .modal-title{margin-bottom:25px}.modal--abandonment .modal-subtitle{margin:0 auto;max-width:360px}.modal--abandonment .modal-phone{height:auto;max-width:360px;padding:16px 30px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.contact-us__thankyou{display:none;text-align:center}.contact-us__thankyou-title{color:#2849ca;font-size:38px;font-weight:700;margin-bottom:10px}.contact-us__thankyou-img{margin:30px auto;width:auto}.contact-us .step{display:none}.contact-us .step--active{display:block}.contact-us .step--active:focus{outline:0!important}.contact-us .step__header{-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset;background-color:#e5e8f9;color:#2849ca;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;margin-bottom:20px;min-height:0;padding:0}.contact-us .step__header-number{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:10px 15px;width:30%}.contact-us .step__header-text{margin:0;padding:10px 15px;width:70%}.contact-us .step__content{padding:0}.contact-us .step__content-item{text-align:center}.contact-us .step__image{margin:15px auto;width:auto}.contact-us .step__error{color:#e97158;font-weight:700;text-align:center}.contact-us .step__error-message{color:#d0391b;display:none;font-size:14px;margin:-10px 0 8px}.contact-us .step__error-message:before{content:"\e91d";font-family:modicons-stroke;font-size:15px;padding-right:7px;vertical-align:bottom}.contact-us .step__list{list-style-type:none;margin:0;text-align:left}.contact-us .field,.contact-us .step__list li{border:1px solid #757575;margin-bottom:15px;padding:10px}.contact-us .step__list a{color:#000;display:block;text-decoration:underline}.contact-us .step__list a+a{margin-top:5px}.contact-us .field{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;transition:all .15s ease}.contact-us .field label{cursor:pointer;display:block;font-weight:400;margin:0;padding-left:35px;position:relative;width:100%}.contact-us .field label::before{background-color:#e5e8f9;content:"";height:22px;left:0;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);transition:background-color .15s ease;width:22px}.contact-us .field:focus-within{outline:2px solid #2849ca;outline-offset:3px}.contact-us .field input:checked+label::before{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;content:"\e920";display:-webkit-flex;display:-ms-flexbox;display:flex;font:14px/1 modicons-fill;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-rendering:auto}.contact-us .form-group{margin:0;text-align:left}.contact-us .form-group label{color:#757575;display:inline-block;font-size:18px;font-weight:400;margin-bottom:4px}.contact-us .form-group textarea{height:75px}.contact-us legend{display:block;font-size:24px;margin-bottom:22px}.contact-us .form-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.contact-us .form-control{background-color:#fff;border:1px solid #757575;border-radius:4px;box-shadow:none;font-size:16px;height:48px;line-height:1.1875;margin:0 0 15px;padding:15px;position:relative;transition:all .15s ease;width:100%}.contact-us .form-control:focus{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .has-error .form-control{background-color:#fcf6f3;border:1px solid #d0391b;color:#d0391b}.contact-us .has-error .form-control:focus{background-color:#fcf6f3;border:1px solid #d0391b}.contact-us .has-error .step__error-message{display:block}.contact-us .btn-back{background-color:transparent;border:2px solid #757575;border-radius:100%;color:#757575;height:48px;max-width:48px;padding:10px;transition:all .15s ease}.contact-us .btn-back::before{content:"\e901";font-size:20px;font-family:modicons-basic}.contact-us .btn-back:focus{background-color:rgba(229,232,249,.4);border-color:#2849ca;color:#2849ca}.contact-us .btn-submit{background-color:transparent;border:2px solid #2849ca;border-radius:30px;color:#2849ca;display:block;font-weight:500;height:48px;max-width:300px;padding:10px 30px;width:60%}.contact-us .btn-submit:active,.contact-us .btn-submit:focus,.contact-us .btn-submit:hover{background-color:#2849ca;color:#fff}.contact-us .btn__spinner::after{border:4px solid #2849ca;border-right-color:#fff;border-top-color:#fff}.g-recaptcha{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}@media (min-width:768px){.contact-us .field:hover{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .field:hover label::before{background-color:#d0d6f4}.contact-us .btn-back:hover{background-color:#e5e8f9;border-color:#2849ca;color:#2849ca}.contact-us .form-control:hover{border:1px solid #2849ca}.contact-us .form-control:focus:hover{border-width:1px}.contact-us .has-error .form-control:hover{border:1px solid #d0391b}}body .modal--abandonment{background-color:transparent;border:0;height:100%;max-height:100%;max-width:100%;outline:0;padding:0;position:fixed;top:0;z-index:100}body .modal--abandonment .modal-header{border:0;padding:0}body .modal--abandonment .modal-content{padding:20px 20px 40px;position:relative;text-align:center}body .modal-dialog{margin:30px auto;width:600px}body .modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;position:relative}body .modal-header{border-bottom:1px solid #e5e5e5;font-size:unset;line-height:1;padding:12px 15px}body .modal-header--close{background-color:transparent;border:0;color:#434142;font-size:54px;font-weight:700;line-height:1;padding:0;position:absolute;right:15px;top:2px;transition:color .15s ease-in-out}body .modal-header--close:focus,body .modal-header--close:hover{color:#767475}body .modal-title{font-size:18px;font-weight:700;line-height:1.4;margin:0;text-transform:capitalize}body .modal-body{max-height:calc(100vh - 210px);overflow-y:auto;padding:15px;position:relative;word-break:break-word}body .modal-body h2{font-size:18px;font-weight:700;margin:0 0 5px}body .modal-body a{color:#3678ba;text-decoration:underline;transition:color .15s ease,background-color .15s ease}body .modal-body h4,body .modal-body ul{margin-bottom:20px}body .modal-body li{margin-bottom:5px}body .modal-body p{font-weight:400;line-height:1.35;margin-bottom:20px}body .modal-body .subtitle,body .modal-body .title{font-size:20px;font-weight:700;line-height:22px;margin-bottom:15px}body .modal-body .subtitle{font-weight:400;margin-top:30px}body .modal-body .subtitle--underlined{font-style:italic;font-weight:700;text-decoration:underline}body .modal-body .blockquote{border-left:5px solid #dcdcdc;margin-left:30px;padding:10px 0 10px 30px}body .modal-body .unordered-list{list-style-type:disc}body .modal-body .unordered-list ul{list-style-type:circle}body .modal-body .unordered-list.no-decorator{list-style-type:none;margin-left:15px}body .modal-body .ordered-list{list-style-type:decimal}body .modal-body .ordered-list li,body .modal-body .ordered-list li p{font-weight:400}body .modal-body .ordered-list,body .modal-body .unordered-list{margin:15px 0 15px 30px;padding:0}body .modal-body .ordered-list li,body .modal-body .unordered-list li{margin:0 0 15px}body .modal-body .ordered-list--roman,body .modal-body .unordered-list--roman{list-style-type:lower-roman;margin-left:25px}body .modal-body .ordered-list--alpha,body .modal-body .unordered-list--alpha{list-style-type:lower-alpha;margin-left:25px}body .modal-body .sublist{counter-reset:subsection;list-style-type:none}body .modal-body .sublist>li{counter-increment:subsection;padding-left:36px;position:relative}body .modal-body .sublist>li:before{content:"";left:0;position:absolute;text-align:right;top:0;white-space:nowrap;width:30px}body .modal-body .sublist--seventeen{counter-reset:section 16}body .modal-body .sublist--seventeen>li:before{content:"17." counter(subsection)}body .modal-body .notes{color:#989797;display:block;font-size:14px;margin-bottom:15px}body .modal-footer{border-top:1px solid #e5e5e5;padding:15px;text-align:center}body .modal-footer .btn{margin:0 auto;text-align:center;width:200px}@media (min-width:768px){body .modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}body .modal-body a:focus,body .modal-body a:hover{background-color:#eff4f9;color:#3678ba}body .modal-body a:not(.modal-client__btn):focus{outline:1px solid #3678ba!important;outline-offset:2px}}dialog[open]{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex}dialog::before{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:fixed;top:0;width:100%}.footer{color:#434142;font-weight:500;padding:35px 0;text-align:center}.footer a{color:#434142;cursor:pointer;transition:color .15s ease;white-space:nowrap}.footer a:active,.footer a:focus,.footer a:hover{color:#989797}.footer__bbb{display:-webkit-flex;display:-ms-flexbox;display:flex;height:46px;margin:20px auto 25px;max-width:125px}.footer__head-link{display:block;font-size:14px;margin:0 auto 20px}.footer__head-link a{text-decoration:underline}.footer__links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__links a{display:inline-block;font-size:14px;line-height:1.1;margin:5px 0 0;white-space:initial}.footer__links li{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.footer__links li+li::before{content:""}.footer__copyright{font-size:14px;font-weight:500;margin:15px 0 0}.footer__captcha-disclosure a{color:#6eb7c2}.footer__captcha-disclosure a:active,.footer__captcha-disclosure a:focus,.footer__captcha-disclosure a:hover{color:#58929b}@media (min-width:768px){.footer{font-size:12px;padding-bottom:50px}.footer__links a{margin:0 10px}.footer__links li{-webkit-flex:unset;-ms-flex:unset;flex:unset}.footer__links li+li::before{border-left:1px solid #434142}.footer__copyright{margin:10px 0 0;font-size:16px}.footer__head-link,.footer__links a{font-size:16px}.footer--spanish .footer__links a{margin:0 5px}}@media (min-width:992px){.footer__copyright{margin:6px 0 0}.footer--spanish .footer__links a{margin:0 10px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.contact-us__thankyou{display:none;text-align:center}.contact-us__thankyou-title{color:#2849ca;font-size:38px;font-weight:700;margin-bottom:10px}.contact-us__thankyou-img{margin:30px auto;width:auto}.contact-us .step{display:none}.contact-us .step--active{display:block}.contact-us .step--active:focus{outline:0!important}.contact-us .step__header{-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset;background-color:#e5e8f9;color:#2849ca;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;margin-bottom:20px;min-height:0;padding:0}.contact-us .step__header-number{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:10px 15px;width:30%}.contact-us .step__header-text{margin:0;padding:10px 15px;width:70%}.contact-us .step__content{padding:0}.contact-us .step__content-item{text-align:center}.contact-us .step__image{margin:15px auto;width:auto}.contact-us .step__error{color:#e97158;font-weight:700;text-align:center}.contact-us .step__error-message{color:#d0391b;display:none;font-size:14px;margin:-10px 0 8px}.contact-us .step__error-message:before{content:"\e91d";font-family:modicons-stroke;font-size:15px;padding-right:7px;vertical-align:bottom}.contact-us .step__list{list-style-type:none;margin:0;text-align:left}.contact-us .field,.contact-us .step__list li{border:1px solid #757575;margin-bottom:15px;padding:10px}.contact-us .step__list a{color:#000;display:block;text-decoration:underline}.contact-us .step__list a+a{margin-top:5px}.contact-us .field{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;transition:all .15s ease}.contact-us .field label{cursor:pointer;display:block;font-weight:400;margin:0;padding-left:35px;position:relative;width:100%}.contact-us .field label::before{background-color:#e5e8f9;content:"";height:22px;left:0;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);transition:background-color .15s ease;width:22px}.contact-us .field:focus-within{outline:2px solid #2849ca;outline-offset:3px}.contact-us .field input:checked+label::before{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;content:"\e920";display:-webkit-flex;display:-ms-flexbox;display:flex;font:14px/1 modicons-fill;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-rendering:auto}.contact-us .form-group{margin:0;text-align:left}.contact-us .form-group label{color:#757575;display:inline-block;font-size:18px;font-weight:400;margin-bottom:4px}.contact-us .form-group textarea{height:75px}.contact-us legend{display:block;font-size:24px;margin-bottom:22px}.contact-us .form-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.contact-us .form-control{background-color:#fff;border:1px solid #757575;border-radius:4px;box-shadow:none;font-size:16px;height:48px;line-height:1.1875;margin:0 0 15px;padding:15px;position:relative;transition:all .15s ease;width:100%}.contact-us .form-control:focus{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .has-error .form-control{background-color:#fcf6f3;border:1px solid #d0391b;color:#d0391b}.contact-us .has-error .form-control:focus{background-color:#fcf6f3;border:1px solid #d0391b}.contact-us .has-error .step__error-message{display:block}.contact-us .btn-back{background-color:transparent;border:2px solid #757575;border-radius:100%;color:#757575;height:48px;max-width:48px;padding:10px;transition:all .15s ease}.contact-us .btn-back::before{content:"\e901";font-size:20px;font-family:modicons-basic}.contact-us .btn-back:focus{background-color:rgba(229,232,249,.4);border-color:#2849ca;color:#2849ca}.contact-us .btn-submit{background-color:transparent;border:2px solid #2849ca;border-radius:30px;color:#2849ca;display:block;font-weight:500;height:48px;max-width:300px;padding:10px 30px;width:60%}.contact-us .btn-submit:active,.contact-us .btn-submit:focus,.contact-us .btn-submit:hover{background-color:#2849ca;color:#fff}.contact-us .btn__spinner::after{border:4px solid #2849ca;border-right-color:#fff;border-top-color:#fff}.g-recaptcha{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}@media (min-width:768px){.contact-us .field:hover{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .field:hover label::before{background-color:#d0d6f4}.contact-us .btn-back:hover{background-color:#e5e8f9;border-color:#2849ca;color:#2849ca}.contact-us .form-control:hover{border:1px solid #2849ca}.contact-us .form-control:focus:hover{border-width:1px}.contact-us .has-error .form-control:hover{border:1px solid #d0391b}}body .modal--abandonment{background-color:transparent;border:0;height:100%;max-height:100%;max-width:100%;outline:0;padding:0;position:fixed;top:0;z-index:100}body .modal--abandonment .modal-header{border:0;padding:0}body .modal--abandonment .modal-content{padding:20px 20px 40px;position:relative;text-align:center}body .modal-dialog{margin:30px auto;width:600px}body .modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;position:relative}body .modal-header{border-bottom:1px solid #e5e5e5;font-size:unset;line-height:1;padding:12px 15px}body .modal-header--close{background-color:transparent;border:0;color:#434142;font-size:54px;font-weight:700;line-height:1;padding:0;position:absolute;right:15px;top:2px;transition:color .15s ease-in-out}body .modal-header--close:focus,body .modal-header--close:hover{color:#767475}body .modal-title{font-size:18px;font-weight:700;line-height:1.4;margin:0;text-transform:capitalize}body .modal-body{max-height:calc(100vh - 210px);overflow-y:auto;padding:15px;position:relative;word-break:break-word}body .modal-body h2{font-size:18px;font-weight:700;margin:0 0 5px}body .modal-body a{color:#3678ba;text-decoration:underline;transition:color .15s ease,background-color .15s ease}body .modal-body h4,body .modal-body ul{margin-bottom:20px}body .modal-body li{margin-bottom:5px}body .modal-body p{font-weight:400;line-height:1.35;margin-bottom:20px}body .modal-body .subtitle,body .modal-body .title{font-size:20px;font-weight:700;line-height:22px;margin-bottom:15px}body .modal-body .subtitle{font-weight:400;margin-top:30px}body .modal-body .subtitle--underlined{font-style:italic;font-weight:700;text-decoration:underline}body .modal-body .blockquote{border-left:5px solid #dcdcdc;margin-left:30px;padding:10px 0 10px 30px}body .modal-body .unordered-list{list-style-type:disc}body .modal-body .unordered-list ul{list-style-type:circle}body .modal-body .unordered-list.no-decorator{list-style-type:none;margin-left:15px}body .modal-body .ordered-list{list-style-type:decimal}body .modal-body .ordered-list li,body .modal-body .ordered-list li p{font-weight:400}body .modal-body .ordered-list,body .modal-body .unordered-list{margin:15px 0 15px 30px;padding:0}body .modal-body .ordered-list li,body .modal-body .unordered-list li{margin:0 0 15px}body .modal-body .ordered-list--roman,body .modal-body .unordered-list--roman{list-style-type:lower-roman;margin-left:25px}body .modal-body .ordered-list--alpha,body .modal-body .unordered-list--alpha{list-style-type:lower-alpha;margin-left:25px}body .modal-body .sublist{counter-reset:subsection;list-style-type:none}body .modal-body .sublist>li{counter-increment:subsection;padding-left:36px;position:relative}body .modal-body .sublist>li:before{content:"";left:0;position:absolute;text-align:right;top:0;white-space:nowrap;width:30px}body .modal-body .sublist--seventeen{counter-reset:section 16}body .modal-body .sublist--seventeen>li:before{content:"17." counter(subsection)}body .modal-body .notes{color:#989797;display:block;font-size:14px;margin-bottom:15px}body .modal-footer{border-top:1px solid #e5e5e5;padding:15px;text-align:center}body .modal-footer .btn{margin:0 auto;text-align:center;width:200px}@media (min-width:768px){body .modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}body .modal-body a:focus,body .modal-body a:hover{background-color:#eff4f9;color:#3678ba}body .modal-body a:not(.modal-client__btn):focus{outline:1px solid #3678ba!important;outline-offset:2px}}dialog[open]{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex}dialog::before{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:fixed;top:0;width:100%}.footer{color:#434142;font-weight:500;padding:35px 0;text-align:center}.footer a{color:#434142;cursor:pointer;transition:color .15s ease;white-space:nowrap}.footer a:active,.footer a:focus,.footer a:hover{color:#989797}.footer__bbb{display:-webkit-flex;display:-ms-flexbox;display:flex;height:46px;margin:20px auto 25px;max-width:125px}.footer__head-link{display:block;font-size:14px;margin:0 auto 20px}.footer__head-link a{text-decoration:underline}.footer__links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__links a{display:inline-block;font-size:14px;line-height:1.1;margin:5px 0 0;white-space:initial}.footer__links li{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.footer__links li+li::before{content:""}.footer__copyright{font-size:14px;font-weight:500;margin:15px 0 0}.footer__captcha-disclosure a{color:#6eb7c2}.footer__captcha-disclosure a:active,.footer__captcha-disclosure a:focus,.footer__captcha-disclosure a:hover{color:#58929b}@media (min-width:768px){.footer{font-size:12px;padding-bottom:50px}.footer__links a{margin:0 10px}.footer__links li{-webkit-flex:unset;-ms-flex:unset;flex:unset}.footer__links li+li::before{border-left:1px solid #434142}.footer__copyright{margin:10px 0 0;font-size:16px}.footer__head-link,.footer__links a{font-size:16px}.footer--spanish .footer__links a{margin:0 5px}}@media (min-width:992px){.footer__copyright{margin:6px 0 0}.footer--spanish .footer__links a{margin:0 10px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.contact-us__thankyou{display:none;text-align:center}.contact-us__thankyou-title{color:#2849ca;font-size:38px;font-weight:700;margin-bottom:10px}.contact-us__thankyou-img{margin:30px auto;width:auto}.contact-us .step{display:none}.contact-us .step--active{display:block}.contact-us .step--active:focus{outline:0!important}.contact-us .step__header{-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset;background-color:#e5e8f9;color:#2849ca;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;margin-bottom:20px;min-height:0;padding:0}.contact-us .step__header-number{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:10px 15px;width:30%}.contact-us .step__header-text{margin:0;padding:10px 15px;width:70%}.contact-us .step__content{padding:0}.contact-us .step__content-item{text-align:center}.contact-us .step__image{margin:15px auto;width:auto}.contact-us .step__error{color:#e97158;font-weight:700;text-align:center}.contact-us .step__error-message{color:#d0391b;display:none;font-size:14px;margin:-10px 0 8px}.contact-us .step__error-message:before{content:"\e91d";font-family:modicons-stroke;font-size:15px;padding-right:7px;vertical-align:bottom}.contact-us .step__list{list-style-type:none;margin:0;text-align:left}.contact-us .field,.contact-us .step__list li{border:1px solid #757575;margin-bottom:15px;padding:10px}.contact-us .step__list a{color:#000;display:block;text-decoration:underline}.contact-us .step__list a+a{margin-top:5px}.contact-us .field{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;transition:all .15s ease}.contact-us .field label{cursor:pointer;display:block;font-weight:400;margin:0;padding-left:35px;position:relative;width:100%}.contact-us .field label::before{background-color:#e5e8f9;content:"";height:22px;left:0;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);transition:background-color .15s ease;width:22px}.contact-us .field:focus-within{outline:2px solid #2849ca;outline-offset:3px}.contact-us .field input:checked+label::before{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;content:"\e920";display:-webkit-flex;display:-ms-flexbox;display:flex;font:14px/1 modicons-fill;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-rendering:auto}.contact-us .form-group{margin:0;text-align:left}.contact-us .form-group label{color:#757575;display:inline-block;font-size:18px;font-weight:400;margin-bottom:4px}.contact-us .form-group textarea{height:75px}.contact-us legend{display:block;font-size:24px;margin-bottom:22px}.contact-us .form-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.contact-us .form-control{background-color:#fff;border:1px solid #757575;border-radius:4px;box-shadow:none;font-size:16px;height:48px;line-height:1.1875;margin:0 0 15px;padding:15px;position:relative;transition:all .15s ease;width:100%}.contact-us .form-control:focus{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .has-error .form-control{background-color:#fcf6f3;border:1px solid #d0391b;color:#d0391b}.contact-us .has-error .form-control:focus{background-color:#fcf6f3;border:1px solid #d0391b}.contact-us .has-error .step__error-message{display:block}.contact-us .btn-back{background-color:transparent;border:2px solid #757575;border-radius:100%;color:#757575;height:48px;max-width:48px;padding:10px;transition:all .15s ease}.contact-us .btn-back::before{content:"\e901";font-size:20px;font-family:modicons-basic}.contact-us .btn-back:focus{background-color:rgba(229,232,249,.4);border-color:#2849ca;color:#2849ca}.contact-us .btn-submit{background-color:transparent;border:2px solid #2849ca;border-radius:30px;color:#2849ca;display:block;font-weight:500;height:48px;max-width:300px;padding:10px 30px;width:60%}.contact-us .btn-submit:active,.contact-us .btn-submit:focus,.contact-us .btn-submit:hover{background-color:#2849ca;color:#fff}.contact-us .btn__spinner::after{border:4px solid #2849ca;border-right-color:#fff;border-top-color:#fff}.g-recaptcha{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}@media (min-width:768px){.contact-us .field:hover{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .field:hover label::before{background-color:#d0d6f4}.contact-us .btn-back:hover{background-color:#e5e8f9;border-color:#2849ca;color:#2849ca}.contact-us .form-control:hover{border:1px solid #2849ca}.contact-us .form-control:focus:hover{border-width:1px}.contact-us .has-error .form-control:hover{border:1px solid #d0391b}}body .modal--abandonment{background-color:transparent;border:0;height:100%;max-height:100%;max-width:100%;outline:0;padding:0;position:fixed;top:0;z-index:100}body .modal--abandonment .modal-header{border:0;padding:0}body .modal--abandonment .modal-content{padding:20px 20px 40px;position:relative;text-align:center}body .modal-dialog{margin:30px auto;width:600px}body .modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;position:relative}body .modal-header{border-bottom:1px solid #e5e5e5;font-size:unset;line-height:1;padding:12px 15px}body .modal-header--close{background-color:transparent;border:0;color:#434142;font-size:54px;font-weight:700;line-height:1;padding:0;position:absolute;right:15px;top:2px;transition:color .15s ease-in-out}body .modal-header--close:focus,body .modal-header--close:hover{color:#767475}body .modal-title{font-size:18px;font-weight:700;line-height:1.4;margin:0;text-transform:capitalize}body .modal-body{max-height:calc(100vh - 210px);overflow-y:auto;padding:15px;position:relative;word-break:break-word}body .modal-body h2{font-size:18px;font-weight:700;margin:0 0 5px}body .modal-body a{color:#3678ba;text-decoration:underline;transition:color .15s ease,background-color .15s ease}body .modal-body h4,body .modal-body ul{margin-bottom:20px}body .modal-body li{margin-bottom:5px}body .modal-body p{font-weight:400;line-height:1.35;margin-bottom:20px}body .modal-body .subtitle,body .modal-body .title{font-size:20px;font-weight:700;line-height:22px;margin-bottom:15px}body .modal-body .subtitle{font-weight:400;margin-top:30px}body .modal-body .subtitle--underlined{font-style:italic;font-weight:700;text-decoration:underline}body .modal-body .blockquote{border-left:5px solid #dcdcdc;margin-left:30px;padding:10px 0 10px 30px}body .modal-body .unordered-list{list-style-type:disc}body .modal-body .unordered-list ul{list-style-type:circle}body .modal-body .unordered-list.no-decorator{list-style-type:none;margin-left:15px}body .modal-body .ordered-list{list-style-type:decimal}body .modal-body .ordered-list li,body .modal-body .ordered-list li p{font-weight:400}body .modal-body .ordered-list,body .modal-body .unordered-list{margin:15px 0 15px 30px;padding:0}body .modal-body .ordered-list li,body .modal-body .unordered-list li{margin:0 0 15px}body .modal-body .ordered-list--roman,body .modal-body .unordered-list--roman{list-style-type:lower-roman;margin-left:25px}body .modal-body .ordered-list--alpha,body .modal-body .unordered-list--alpha{list-style-type:lower-alpha;margin-left:25px}body .modal-body .sublist{counter-reset:subsection;list-style-type:none}body .modal-body .sublist>li{counter-increment:subsection;padding-left:36px;position:relative}body .modal-body .sublist>li:before{content:"";left:0;position:absolute;text-align:right;top:0;white-space:nowrap;width:30px}body .modal-body .sublist--seventeen{counter-reset:section 16}body .modal-body .sublist--seventeen>li:before{content:"17." counter(subsection)}body .modal-body .notes{color:#989797;display:block;font-size:14px;margin-bottom:15px}body .modal-footer{border-top:1px solid #e5e5e5;padding:15px;text-align:center}body .modal-footer .btn{margin:0 auto;text-align:center;width:200px}@media (min-width:768px){body .modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}body .modal-body a:focus,body .modal-body a:hover{background-color:#eff4f9;color:#3678ba}body .modal-body a:not(.modal-client__btn):focus{outline:1px solid #3678ba!important;outline-offset:2px}}dialog[open]{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex}dialog::before{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:fixed;top:0;width:100%}.footer{background-color:#212021;color:#fff;font-weight:500;padding:35px 0;text-align:center}.footer a{color:#fff;cursor:pointer;transition:color .15s ease}.footer a:active,.footer a:focus,.footer a:hover{color:#989797}.footer__bbb{display:-webkit-flex;display:-ms-flexbox;display:flex;height:46px;margin:20px auto 25px;max-width:125px}.footer__head-link{display:block;font-size:14px;margin:0 auto 20px}.footer__head-link a{text-decoration:underline}.footer__links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__links a{display:inline-block;font-size:14px;line-height:1.1;margin:5px 0 0;white-space:initial}.footer__links li{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.footer__links li+li::before{content:""}.footer__copyright{font-size:14px;font-weight:500;margin:15px 0 0}.improvement-center .footer{background-color:transparent;color:#bab9ba}.improvement-center .footer .footer__links{margin-bottom:25px}.improvement-center .footer .footer__copyright,.improvement-center .footer .footer__links a{color:#00667f}@media (min-width:768px){.footer{font-size:12px;padding-bottom:50px}.footer__links a{margin:0 10px}.footer__links li{-webkit-flex:unset;-ms-flex:unset;flex:unset}.footer__links li+li::before{border-left:1px solid #fff}.footer__copyright{margin:10px 0 0;font-size:16px}.footer__head-link,.footer__links a{font-size:16px}.footer--spanish .footer__links a{margin:0 5px}}@media (min-width:992px){.footer__copyright{margin:6px 0 0}.footer--spanish .footer__links a{margin:0 10px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.contact-us__thankyou{display:none;text-align:center}.contact-us__thankyou-title{color:#2849ca;font-size:38px;font-weight:700;margin-bottom:10px}.contact-us__thankyou-img{margin:30px auto;width:auto}.contact-us .step{display:none}.contact-us .step--active{display:block}.contact-us .step--active:focus{outline:0!important}.contact-us .step__header{-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset;background-color:#e5e8f9;color:#2849ca;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;margin-bottom:20px;min-height:0;padding:0}.contact-us .step__header-number{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:10px 15px;width:30%}.contact-us .step__header-text{margin:0;padding:10px 15px;width:70%}.contact-us .step__content{padding:0}.contact-us .step__content-item{text-align:center}.contact-us .step__image{margin:15px auto;width:auto}.contact-us .step__error{color:#e97158;font-weight:700;text-align:center}.contact-us .step__error-message{color:#d0391b;display:none;font-size:14px;margin:-10px 0 8px}.contact-us .step__error-message:before{content:"\e91d";font-family:modicons-stroke;font-size:15px;padding-right:7px;vertical-align:bottom}.contact-us .step__list{list-style-type:none;margin:0;text-align:left}.contact-us .field,.contact-us .step__list li{border:1px solid #757575;margin-bottom:15px;padding:10px}.contact-us .step__list a{color:#000;display:block;text-decoration:underline}.contact-us .step__list a+a{margin-top:5px}.contact-us .field{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;transition:all .15s ease}.contact-us .field label{cursor:pointer;display:block;font-weight:400;margin:0;padding-left:35px;position:relative;width:100%}.contact-us .field label::before{background-color:#e5e8f9;content:"";height:22px;left:0;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);transition:background-color .15s ease;width:22px}.contact-us .field:focus-within{outline:2px solid #2849ca;outline-offset:3px}.contact-us .field input:checked+label::before{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#2849ca;color:#fff;content:"\e920";display:-webkit-flex;display:-ms-flexbox;display:flex;font:14px/1 modicons-fill;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-rendering:auto}.contact-us .form-group{margin:0;text-align:left}.contact-us .form-group label{color:#757575;display:inline-block;font-size:18px;font-weight:400;margin-bottom:4px}.contact-us .form-group textarea{height:75px}.contact-us legend{display:block;font-size:24px;margin-bottom:22px}.contact-us .form-controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.contact-us .form-control{background-color:#fff;border:1px solid #757575;border-radius:4px;box-shadow:none;font-size:16px;height:48px;line-height:1.1875;margin:0 0 15px;padding:15px;position:relative;transition:all .15s ease;width:100%}.contact-us .form-control:focus{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .has-error .form-control{background-color:#fcf6f3;border:1px solid #d0391b;color:#d0391b}.contact-us .has-error .form-control:focus{background-color:#fcf6f3;border:1px solid #d0391b}.contact-us .has-error .step__error-message{display:block}.contact-us .btn-back{background-color:transparent;border:2px solid #757575;border-radius:100%;color:#757575;height:48px;max-width:48px;padding:10px;transition:all .15s ease}.contact-us .btn-back::before{content:"\e901";font-size:20px;font-family:modicons-basic}.contact-us .btn-back:focus{background-color:rgba(229,232,249,.4);border-color:#2849ca;color:#2849ca}.contact-us .btn-submit{background-color:transparent;border:2px solid #2849ca;border-radius:30px;color:#2849ca;display:block;font-weight:500;height:48px;max-width:300px;padding:10px 30px;width:60%}.contact-us .btn-submit:active,.contact-us .btn-submit:focus,.contact-us .btn-submit:hover{background-color:#2849ca;color:#fff}.contact-us .btn__spinner::after{border:4px solid #2849ca;border-right-color:#fff;border-top-color:#fff}.g-recaptcha{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}@media (min-width:768px){.contact-us .field:hover{background-color:rgba(229,232,249,.4);border:1px solid #2849ca}.contact-us .field:hover label::before{background-color:#d0d6f4}.contact-us .btn-back:hover{background-color:#e5e8f9;border-color:#2849ca;color:#2849ca}.contact-us .form-control:hover{border:1px solid #2849ca}.contact-us .form-control:focus:hover{border-width:1px}.contact-us .has-error .form-control:hover{border:1px solid #d0391b}}body .modal--abandonment{background-color:transparent;border:0;height:100%;max-height:100%;max-width:100%;outline:0;padding:0;position:fixed;top:0;z-index:100}body .modal--abandonment .modal-header{border:0;padding:0}body .modal--abandonment .modal-content{padding:20px 20px 40px;position:relative;text-align:center}body .modal-dialog{margin:30px auto;width:600px}body .modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;position:relative}body .modal-header{border-bottom:1px solid #e5e5e5;font-size:unset;line-height:1;padding:12px 15px}body .modal-header--close{background-color:transparent;border:0;color:#434142;font-size:54px;font-weight:700;line-height:1;padding:0;position:absolute;right:15px;top:2px;transition:color .15s ease-in-out}body .modal-header--close:focus,body .modal-header--close:hover{color:#767475}body .modal-title{font-size:18px;font-weight:700;line-height:1.4;margin:0;text-transform:capitalize}body .modal-body{max-height:calc(100vh - 210px);overflow-y:auto;padding:15px;position:relative;word-break:break-word}body .modal-body h2{font-size:18px;font-weight:700;margin:0 0 5px}body .modal-body a{color:#3678ba;text-decoration:underline;transition:color .15s ease,background-color .15s ease}body .modal-body h4,body .modal-body ul{margin-bottom:20px}body .modal-body li{margin-bottom:5px}body .modal-body p{font-weight:400;line-height:1.35;margin-bottom:20px}body .modal-body .subtitle,body .modal-body .title{font-size:20px;font-weight:700;line-height:22px;margin-bottom:15px}body .modal-body .subtitle{font-weight:400;margin-top:30px}body .modal-body .subtitle--underlined{font-style:italic;font-weight:700;text-decoration:underline}body .modal-body .blockquote{border-left:5px solid #dcdcdc;margin-left:30px;padding:10px 0 10px 30px}body .modal-body .unordered-list{list-style-type:disc}body .modal-body .unordered-list ul{list-style-type:circle}body .modal-body .unordered-list.no-decorator{list-style-type:none;margin-left:15px}body .modal-body .ordered-list{list-style-type:decimal}body .modal-body .ordered-list li,body .modal-body .ordered-list li p{font-weight:400}body .modal-body .ordered-list,body .modal-body .unordered-list{margin:15px 0 15px 30px;padding:0}body .modal-body .ordered-list li,body .modal-body .unordered-list li{margin:0 0 15px}body .modal-body .ordered-list--roman,body .modal-body .unordered-list--roman{list-style-type:lower-roman;margin-left:25px}body .modal-body .ordered-list--alpha,body .modal-body .unordered-list--alpha{list-style-type:lower-alpha;margin-left:25px}body .modal-body .sublist{counter-reset:subsection;list-style-type:none}body .modal-body .sublist>li{counter-increment:subsection;padding-left:36px;position:relative}body .modal-body .sublist>li:before{content:"";left:0;position:absolute;text-align:right;top:0;white-space:nowrap;width:30px}body .modal-body .sublist--seventeen{counter-reset:section 16}body .modal-body .sublist--seventeen>li:before{content:"17." counter(subsection)}body .modal-body .notes{color:#989797;display:block;font-size:14px;margin-bottom:15px}body .modal-footer{border-top:1px solid #e5e5e5;padding:15px;text-align:center}body .modal-footer .btn{margin:0 auto;text-align:center;width:200px}@media (min-width:768px){body .modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}body .modal-body a:focus,body .modal-body a:hover{background-color:#eff4f9;color:#3678ba}body .modal-body a:not(.modal-client__btn):focus{outline:1px solid #3678ba!important;outline-offset:2px}}dialog[open]{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex}dialog::before{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:fixed;top:0;width:100%}.footer{background-color:#212021;color:#fff;font-weight:500;padding:35px 0;text-align:center}.footer a{color:#fff;cursor:pointer;transition:color .15s ease}.footer a:active,.footer a:focus,.footer a:hover{color:#989797}.footer__bbb{display:-webkit-flex;display:-ms-flexbox;display:flex;height:46px;margin:20px auto 25px;max-width:125px}.footer__head-link{display:block;font-size:14px;margin:0 auto 20px}.footer__head-link a{text-decoration:underline}.footer__links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__links a{display:inline-block;font-size:14px;line-height:1.1;margin:5px 0 0;white-space:initial}.footer__links li{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.footer__links li+li::before{content:""}.footer__copyright{font-size:14px;font-weight:500;margin:15px 0 0}.improvement-center .footer{background-color:transparent;color:#bab9ba}.improvement-center .footer .footer__links{margin-bottom:25px}.improvement-center .footer .footer__copyright,.improvement-center .footer .footer__links a{color:#00667f}@media (min-width:768px){.footer{font-size:12px;padding-bottom:50px}.footer__links a{margin:0 10px}.footer__links li{-webkit-flex:unset;-ms-flex:unset;flex:unset}.footer__links li+li::before{border-left:1px solid #fff}.footer__copyright{margin:10px 0 0;font-size:16px}.footer__head-link,.footer__links a{font-size:16px}.footer--spanish .footer__links a{margin:0 5px}}@media (min-width:992px){.footer__copyright{margin:6px 0 0}.footer--spanish .footer__links a{margin:0 10px}}
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
$button-border-radius: 2px !default;
|
|
2
|
+
$button-cursor: pointer !default;
|
|
3
|
+
$button-display: inline-block !default;
|
|
4
|
+
$button-font-family: $base-font-family !default;
|
|
5
|
+
$button-font-size: 1.25rem !default;
|
|
6
|
+
$button-font-size-desktop: $button-font-size !default;
|
|
7
|
+
$button-font-style: normal !default;
|
|
8
|
+
$button-font-weight: 700 !default;
|
|
9
|
+
$button-height: 50px !default;
|
|
10
|
+
$button-height-desktop: $button-height !default;
|
|
11
|
+
$button-letter-spacing: 0 !default;
|
|
12
|
+
$button-line-height: 1.05 !default;
|
|
13
|
+
$button-margin: 10px 0 !default;
|
|
14
|
+
$button-padding: 15px 30px !default;
|
|
15
|
+
$button-position: relative !default;
|
|
16
|
+
$button-text-align: center !default;
|
|
17
|
+
$button-text-decoration: none !default;
|
|
18
|
+
$button-text-transform: uppercase !default;
|
|
19
|
+
$button-transition: color .15s ease-in-out, background-color .15s ease-in-out, border .15s ease-in-out !default;
|
|
20
|
+
$button-width: 100% !default;
|
|
21
|
+
$button-z-index: 0 !default;
|
|
22
|
+
|
|
23
|
+
$back-button-align-items: center !default;
|
|
24
|
+
$back-button-background-color: transparent !default;
|
|
25
|
+
$back-button-border: 0 !default;
|
|
26
|
+
$back-button-border-radius: 0 !default;
|
|
27
|
+
$back-button-color: $color-charcoal4 !default;
|
|
28
|
+
$back-button-display: flex !default;
|
|
29
|
+
$back-button-initial-display: none !default;
|
|
30
|
+
$back-button-font-size: .875rem !default;
|
|
31
|
+
$back-button-font-weight: 400 !default;
|
|
32
|
+
$back-button-height: auto !default;
|
|
33
|
+
$back-button-line-height: $button-line-height !default;
|
|
34
|
+
$back-button-margin: 10px 0 0 !default;
|
|
35
|
+
$back-button-padding: 2px 5px !default;
|
|
36
|
+
$back-button-margin-desktop: $back-button-margin !default;
|
|
37
|
+
$back-button-padding-desktop: $back-button-padding !default;
|
|
38
|
+
$back-button-hover-background-color: transparent !default;
|
|
39
|
+
$back-button-hover-color: darken($back-button-color, 10%) !default;
|
|
40
|
+
$back-button-icon-font-size: 90% !default;
|
|
41
|
+
$back-button-icon-margin-right: 4px !default;
|
|
42
|
+
|
|
43
|
+
$back-button-focus-outline: 1px solid rgba($back-button-color, .5) !default;
|
|
44
|
+
$back-button-focus-outline-offset: 2px !default;
|
|
45
|
+
|
|
46
|
+
$button-primary-background-color: $color-a11y-default-button !default;
|
|
47
|
+
$button-primary-border: 0 !default;
|
|
48
|
+
$button-primary-color: $color-white !default;
|
|
49
|
+
$button-primary-font-family: $button-font-family !default;
|
|
50
|
+
$button-primary-max-width: 100% !default;
|
|
51
|
+
$button-primary-hover-background-color: $color-a11y-default-button-hover !default;
|
|
52
|
+
$button-primary-hover-border: $button-primary-border !default;
|
|
53
|
+
$button-primary-hover-color: $color-white !default;
|
|
54
|
+
|
|
55
|
+
$button-secondary-background-color: $button-primary-background-color !default;
|
|
56
|
+
$button-secondary-border: $button-primary-border !default;
|
|
57
|
+
$button-secondary-color: $button-primary-color !default;
|
|
58
|
+
$button-secondary-font-family: $button-font-family !default;
|
|
59
|
+
$button-secondary-font-size: $button-font-size !default;
|
|
60
|
+
$button-secondary-font-size-desktop: $button-secondary-font-size !default;
|
|
61
|
+
$button-secondary-font-style: $button-font-style !default;
|
|
62
|
+
$button-secondary-height: $button-height !default;
|
|
63
|
+
$button-secondary-height-desktop: $button-secondary-height !default;
|
|
64
|
+
$button-secondary-max-width: 100% !default;
|
|
65
|
+
$button-secondary-padding: $button-padding !default;
|
|
66
|
+
$button-secondary-text-transform: $button-text-transform !default;
|
|
67
|
+
$button-secondary-hover-background-color: $button-primary-hover-background-color !default;
|
|
68
|
+
$button-secondary-hover-border: $button-primary-hover-border !default;
|
|
69
|
+
$button-secondary-hover-color: $button-primary-hover-color !default;
|
|
70
|
+
|
|
71
|
+
$button-icon-position: absolute !default;
|
|
72
|
+
$button-icon-font-family: 'modicons-fill' !default;
|
|
73
|
+
$button-icon-font-size: .875rem !default;
|
|
74
|
+
$button-icon-bottom: unset !default;
|
|
75
|
+
$button-icon-left: unset !default;
|
|
76
|
+
$button-icon-right: 15px !default;
|
|
77
|
+
$button-icon-top: 50% !default;
|
|
78
|
+
$button-icon-transform: translateY(-50%) !default;
|
|
79
|
+
|
|
80
|
+
$button-spinner-default-easing: cubic-bezier(.4, .1, .5, 1);
|
|
81
|
+
$button-spinner-default-border-color: $button-primary-background-color !default;
|
|
82
|
+
$button-spinner-default-border-right-color: $color-white !default;
|
|
83
|
+
$button-spinner-default-border-top-color: $button-spinner-default-border-right-color !default;
|
|
84
|
+
|
|
85
|
+
$button-spinner-primary-border-color: $button-primary-background-color !default;
|
|
86
|
+
$button-spinner-primary-border-right-color: $color-white !default;
|
|
87
|
+
$button-spinner-primary-border-top-color: $button-spinner-default-border-right-color !default;
|
|
88
|
+
|
|
89
|
+
$button-spinner-secondary-border-color: $button-secondary-background-color!default;
|
|
90
|
+
$button-spinner-secondary-border-right-color: $color-white !default;
|
|
91
|
+
$button-spinner-secondary-border-top-color: $button-spinner-default-border-right-color !default;
|
|
92
|
+
|
|
93
|
+
$button-disabled-cursor: not-allowed !default;
|
|
94
|
+
$button-disabled-opacity: .65 !default;
|
|
95
|
+
|
|
96
|
+
@keyframes spinnerAnim {
|
|
97
|
+
from { transform: rotate(0deg); }
|
|
98
|
+
to { transform: rotate(360deg); }
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.btn {
|
|
102
|
+
border-radius: $button-border-radius;
|
|
103
|
+
cursor: $button-cursor;
|
|
104
|
+
display: $button-display;
|
|
105
|
+
font-family: $button-font-family;
|
|
106
|
+
font-size: $button-font-size;
|
|
107
|
+
font-style: $button-font-style;
|
|
108
|
+
font-weight: $button-font-weight;
|
|
109
|
+
height: $button-height;
|
|
110
|
+
letter-spacing: $button-letter-spacing;
|
|
111
|
+
line-height: $button-line-height;
|
|
112
|
+
margin: $button-margin;
|
|
113
|
+
padding: $button-padding;
|
|
114
|
+
position: $button-position;
|
|
115
|
+
text-align: $button-text-align;
|
|
116
|
+
text-decoration: $button-text-decoration;
|
|
117
|
+
text-transform: $button-text-transform;
|
|
118
|
+
transition: $button-transition;
|
|
119
|
+
width: $button-width;
|
|
120
|
+
z-index: $button-z-index;
|
|
121
|
+
|
|
122
|
+
&__spinner {
|
|
123
|
+
display: block;
|
|
124
|
+
margin: 0 auto;
|
|
125
|
+
height: 20px;
|
|
126
|
+
left: 50%;
|
|
127
|
+
opacity: 0;
|
|
128
|
+
position: absolute;
|
|
129
|
+
top: 50%;
|
|
130
|
+
transform: translate(-50%, -50%);
|
|
131
|
+
transition: opacity .1s $button-spinner-default-easing;
|
|
132
|
+
visibility: hidden;
|
|
133
|
+
width: 20px;
|
|
134
|
+
|
|
135
|
+
&::before {
|
|
136
|
+
content: '';
|
|
137
|
+
display: inline-block;
|
|
138
|
+
height: 100%;
|
|
139
|
+
vertical-align: middle;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
&::after {
|
|
143
|
+
animation: spinnerAnim 1.5s linear infinite;
|
|
144
|
+
border: 4px solid darken($button-spinner-default-border-color, 20);
|
|
145
|
+
border-radius: 50%;
|
|
146
|
+
border-right-color: $button-spinner-default-border-right-color;
|
|
147
|
+
border-top-color: $button-spinner-default-border-top-color;
|
|
148
|
+
content: '';
|
|
149
|
+
display: block;
|
|
150
|
+
height: 100%;
|
|
151
|
+
left: 0;
|
|
152
|
+
position: absolute;
|
|
153
|
+
top: 0;
|
|
154
|
+
width: 100%;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&__icon {
|
|
159
|
+
bottom: $button-icon-bottom;
|
|
160
|
+
font-family: $button-icon-font-family;
|
|
161
|
+
font-size: $button-icon-font-size;
|
|
162
|
+
left: $button-icon-left;
|
|
163
|
+
position: $button-icon-position;
|
|
164
|
+
right: $button-icon-right;
|
|
165
|
+
top: $button-icon-top;
|
|
166
|
+
transform: $button-icon-transform;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
&--back {
|
|
170
|
+
align-items: $back-button-align-items;
|
|
171
|
+
background-color: $back-button-background-color;
|
|
172
|
+
border: $back-button-border;
|
|
173
|
+
border-radius: $back-button-border-radius;
|
|
174
|
+
color: $back-button-color;
|
|
175
|
+
cursor: $button-cursor;
|
|
176
|
+
display: $back-button-initial-display;
|
|
177
|
+
font-size: $back-button-font-size;
|
|
178
|
+
font-family: $button-font-family;
|
|
179
|
+
font-weight: $back-button-font-weight;
|
|
180
|
+
height: $back-button-height;
|
|
181
|
+
line-height: $back-button-line-height;
|
|
182
|
+
margin: $back-button-margin;
|
|
183
|
+
padding: $back-button-padding;
|
|
184
|
+
transition: $button-transition;
|
|
185
|
+
|
|
186
|
+
i {
|
|
187
|
+
font-size: $back-button-icon-font-size;
|
|
188
|
+
margin-right: $back-button-icon-margin-right;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
&:focus {
|
|
192
|
+
outline: $back-button-focus-outline;
|
|
193
|
+
outline-offset: $back-button-focus-outline-offset;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
&--primary {
|
|
198
|
+
background-color: $button-primary-background-color;
|
|
199
|
+
border: $button-primary-border;
|
|
200
|
+
color: $button-primary-color;
|
|
201
|
+
font-family: $button-primary-font-family;
|
|
202
|
+
max-width: $button-primary-max-width;
|
|
203
|
+
|
|
204
|
+
.btn__spinner {
|
|
205
|
+
&::after {
|
|
206
|
+
border: 4px solid darken($button-spinner-primary-border-color, 20);
|
|
207
|
+
border-right-color: $button-spinner-primary-border-right-color;
|
|
208
|
+
border-top-color: $button-spinner-primary-border-top-color;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
&--secondary {
|
|
214
|
+
background-color: $button-secondary-background-color;
|
|
215
|
+
border: $button-secondary-border;
|
|
216
|
+
color: $button-secondary-color;
|
|
217
|
+
font-family: $button-secondary-font-family;
|
|
218
|
+
font-size: $button-secondary-font-size;
|
|
219
|
+
font-style: $button-secondary-font-style;
|
|
220
|
+
height: $button-secondary-height;
|
|
221
|
+
max-width: $button-secondary-max-width;
|
|
222
|
+
padding: $button-secondary-padding;
|
|
223
|
+
text-transform: $button-secondary-text-transform;
|
|
224
|
+
|
|
225
|
+
.btn__spinner {
|
|
226
|
+
&::after {
|
|
227
|
+
border: 4px solid darken($button-spinner-secondary-border-color, 20);
|
|
228
|
+
border-right-color: $button-spinner-secondary-border-right-color;
|
|
229
|
+
border-top-color: $button-spinner-secondary-border-top-color;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
&--loading {
|
|
235
|
+
cursor: wait;
|
|
236
|
+
|
|
237
|
+
.btn__text {
|
|
238
|
+
visibility: hidden;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.btn__spinner {
|
|
242
|
+
opacity: 1;
|
|
243
|
+
visibility: visible;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
&--primary,
|
|
248
|
+
&--secondary {
|
|
249
|
+
&:disabled {
|
|
250
|
+
cursor: $button-disabled-cursor;
|
|
251
|
+
opacity: $button-disabled-opacity;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.form--loading {
|
|
257
|
+
.btn {
|
|
258
|
+
cursor: wait;
|
|
259
|
+
|
|
260
|
+
&__text {
|
|
261
|
+
visibility: hidden;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
&__spinner {
|
|
265
|
+
opacity: 1;
|
|
266
|
+
visibility: visible;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.form-in-progress {
|
|
272
|
+
.btn--back {
|
|
273
|
+
display: $back-button-display;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@include breakpoint-md {
|
|
278
|
+
.btn {
|
|
279
|
+
font-size: $button-font-size-desktop;
|
|
280
|
+
height: $button-height-desktop;
|
|
281
|
+
|
|
282
|
+
&--back {
|
|
283
|
+
margin: $back-button-margin-desktop;
|
|
284
|
+
padding: $back-button-padding-desktop;
|
|
285
|
+
|
|
286
|
+
&:hover,
|
|
287
|
+
&:active,
|
|
288
|
+
&:focus {
|
|
289
|
+
background-color: $back-button-hover-background-color;
|
|
290
|
+
color: $back-button-hover-color;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
&--primary {
|
|
295
|
+
&:hover,
|
|
296
|
+
&:active,
|
|
297
|
+
&:focus {
|
|
298
|
+
background-color: $button-primary-hover-background-color;
|
|
299
|
+
border: $button-primary-hover-border;
|
|
300
|
+
color: $button-primary-hover-color;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
&--secondary {
|
|
306
|
+
font-size: $button-secondary-font-size-desktop;
|
|
307
|
+
height: $button-secondary-height-desktop;
|
|
308
|
+
|
|
309
|
+
&:hover,
|
|
310
|
+
&:active,
|
|
311
|
+
&:focus {
|
|
312
|
+
background-color: $button-secondary-hover-background-color;
|
|
313
|
+
border: $button-secondary-hover-border;
|
|
314
|
+
color: $button-secondary-hover-color;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<button class="btn--back back-btn{{#if class}} {{class}}{{/if}}" data-btn="back" type="button">
|
|
2
|
+
<i class="{{#if icon}}{{icon}}{{else}}icon-caret-left{{/if}}"></i>
|
|
3
|
+
{{#if iconOnly}}
|
|
4
|
+
<span class="visually-hidden">Back</span>
|
|
5
|
+
{{else}}
|
|
6
|
+
Back
|
|
7
|
+
{{/if}}
|
|
8
|
+
</button>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{{#xif 'this.button.tag && this.button.tag === "a"'}}
|
|
2
|
+
<a class="btn{{#xif 'this.button.attributes && this.button.attributes.class || this.class'}}{{#if this.button.attributes.class}} {{this.button.attributes.class}}{{/if}}{{#if this.class}} {{this.class}}{{/if}}{{/xif}}" {{{addAttributes this.button 'class'}}}>
|
|
3
|
+
{{else}}
|
|
4
|
+
<button class="btn{{#xif 'this.button.attributes && this.button.attributes.class'}} {{this.button.attributes.class}}{{/xif}}" {{{addAttributes this.button 'class'}}}>
|
|
5
|
+
{{/xif}}
|
|
6
|
+
<span class="btn__text">{{{this.button.text}}}</span>
|
|
7
|
+
{{#if this.button.icon}}
|
|
8
|
+
<i class="btn__icon{{#xif 'this.button.icon.attributes && this.button.icon.attributes.class'}} {{this.button.icon.attributes.class}}{{/xif}}" {{{addAttributes this.button.icon 'class'}}}></i>
|
|
9
|
+
{{/if}}
|
|
10
|
+
{{#xif 'this.button.tag && this.button.tag === "a"'}}
|
|
11
|
+
</a>
|
|
12
|
+
{{else}}
|
|
13
|
+
{{#unless this.button.hideSpinner}}
|
|
14
|
+
<span class="btn__spinner"></span>
|
|
15
|
+
{{/unless}}
|
|
16
|
+
</button>
|
|
17
|
+
{{/xif}}
|