From 6204611f3eac3962d1f2a2fbd1c72fb9a7e53ac8 Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Mon, 23 May 2022 13:32:59 +0100 Subject: [PATCH 01/15] Upgrade to node v16 --- .circleci/config.yml | 2 +- package-lock.json | 58 ++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cf5dd4b92..fc82812ca1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ python_node_browsers: &python_node_browsers image: circleci/python:3.9.5-node-browsers node: &node - image: circleci/node:12 + image: cimg/node:16.13 postgres: &postgres - image: circleci/postgres:10.11-alpine diff --git a/package-lock.json b/package-lock.json index 7fe1417ab6..7f1137954e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "webpack-cli": "^4.8.0" }, "engines": { - "node": "^14.0.0" + "node": "^16.0.0" } }, "node_modules/@babel/code-frame": { @@ -7002,6 +7002,19 @@ "eslint": "^3 || ^4 || ^5 || ^6 || ^7" } }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", + "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, "node_modules/eslint-plugin-react/node_modules/doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", @@ -13133,6 +13146,12 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/jquery": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==", + "peer": true + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -16990,6 +17009,20 @@ "is-typedarray": "^1.0.0" } }, + "node_modules/typescript": { + "version": "4.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", + "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", + "dev": true, + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/unbox-primitive": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", @@ -23413,6 +23446,14 @@ } } }, + "eslint-plugin-react-hooks": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", + "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", + "dev": true, + "peer": true, + "requires": {} + }, "eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", @@ -24242,7 +24283,7 @@ }, "great-styles": { "version": "git+ssh://git@github.com/uktrade/great-styles.git#24dbe5c00711a23e8c98d4a8bbff3fbdcff42cd1", - "from": "great-styles@uktrade/great-styles#v0.6.1" + "from": "great-styles@github:uktrade/great-styles#v0.6.1" }, "growly": { "version": "1.3.0", @@ -27858,6 +27899,12 @@ } } }, + "jquery": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==", + "peer": true + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -30818,6 +30865,13 @@ "is-typedarray": "^1.0.0" } }, + "typescript": { + "version": "4.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", + "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", + "dev": true, + "peer": true + }, "unbox-primitive": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", diff --git a/package.json b/package.json index 5c28d4590f..8e5110ad59 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "globalSetup": "react-components/setupJest.js" }, "engines": { - "node": "^14.0.0" + "node": "^16.13.0" }, "repository": { "type": "git", From d13eeb0da669eaca63b91f5c052f080ca0df2ce6 Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Mon, 23 May 2022 13:33:58 +0100 Subject: [PATCH 02/15] Re-generate domestic CSS --- domestic/static/styles/casestudy.css | 2 +- domestic/static/styles/casestudy.css.map | 2 +- domestic/static/styles/contact-comment.css | 2 +- domestic/static/styles/contact-comment.css.map | 2 +- domestic/static/styles/contact-domestic-business-step.css | 2 +- domestic/static/styles/contact-domestic-business-step.css.map | 2 +- .../static/styles/contact-exporting-advice-business-details.css | 2 +- .../styles/contact-exporting-advice-business-details.css.map | 2 +- domestic/static/styles/contact-guidance.css | 2 +- domestic/static/styles/contact-guidance.css.map | 2 +- domestic/static/styles/contact-selling-online-overseas.css | 2 +- domestic/static/styles/contact-selling-online-overseas.css.map | 2 +- domestic/static/styles/contact.css | 2 +- domestic/static/styles/contact.css.map | 2 +- domestic/static/styles/default.css | 2 +- domestic/static/styles/default.css.map | 2 +- domestic/static/styles/main.css | 2 +- domestic/static/styles/main.css.map | 2 +- domestic/static/styles/marketaccess.css | 2 +- domestic/static/styles/marketaccess.css.map | 2 +- domestic/static/styles/office-finder.css | 2 +- domestic/static/styles/office-finder.css.map | 2 +- domestic/static/styles/ukef-lead-generation-form.css | 2 +- domestic/static/styles/ukef-lead-generation-form.css.map | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/domestic/static/styles/casestudy.css b/domestic/static/styles/casestudy.css index f1e4a42223..99dd172705 100755 --- a/domestic/static/styles/casestudy.css +++ b/domestic/static/styles/casestudy.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}.quote{background-color:#f5f2ed;padding:30px;margin-bottom:30px}.quote cite{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}.quote .company{border-left:#000 solid 1px;padding-left:.5em}.quote .name{display:block;font-weight:600}.quote .role{margin-right:.5em}.quote .text{font-family:georgia,verdana,serif;font-size:24px;font-weight:400;line-height:32px;display:block;margin-bottom:15px}.quote .text:after{content:close-quote;visibility:hidden}.quote .text:before{color:#dfd5c5;content:'"';display:block;font-family:sans-serif;font-size:120px;font-weight:600;height:60px;left:-5px;line-height:120px;position:relative}@media screen and (max-width: 420px){.quote cite{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.54em}.quote .text{font-family:georgia,verdana,serif;font-size:16px;font-weight:400;line-height:1.88em}}.sharing-links{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;margin-bottom:15px}.sharing-links img{display:block;margin-bottom:15px}.sharing-links span{display:block;margin-bottom:15px}.sharing-links li{padding:0}.sharing-links li::before{background-color:transparent}@media(max-width: 767px){.sharing-links{max-width:none;display:table-cell;padding-bottom:30px}.sharing-links li{padding:0;display:inline;list-style-type:none;padding-right:20px;float:left}.sharing-links .label{display:inline;float:left;margin-top:6px;margin-right:20px}}@media(max-width: 480px){.sharing-links{padding-bottom:0}}article{margin-bottom:45px;padding-top:60px;position:relative}article h1{margin-left:calc(8.3333333333% + 4.1666666667%)}article p{clear:both;margin-left:calc(8.3333333333% + 4.1666666667%);width:58.3333333333%}article .content{margin-bottom:45px}article .image{margin:0 0 45px 0;position:relative}article .image img{float:right;margin-bottom:45px;margin-right:25%;max-width:870px;width:66.6666666667%}article .quote{padding-left:calc(8.3333333333% + 4.1666666667%);padding-right:calc(25% + 4.1666666667%)}article .type{left:0;position:absolute;top:20px}.footnote{margin-bottom:90px;margin-left:calc(8.3333333333% + 4.1666666667%);width:58.3333333333%}.image{margin-bottom:30px}.image .quote{background-color:#fff;padding-left:30px;padding-right:0;position:absolute;right:0;top:0;width:25%}.image .quote .company{border:none;display:block;padding-left:0}.image .quote .role{margin-right:0}.sharing-links{left:0;margin-left:0;position:absolute;top:20px;width:16.6666666667%}@media screen and (max-width: 980px){.image .text{font-size:inherit}}@media screen and (max-width: 767px){article{width:auto}article h1,article p{margin-left:0;width:auto}article .image img{float:none;margin-right:0;width:100%}article .quote{padding-left:30px;padding-right:30px}.image .quote{padding:0;position:static;width:auto}.footnote{margin-left:0;width:auto}.sharing-links{left:initial;right:0;top:18px;width:auto}}@media screen and (max-width: 480px){article{margin-bottom:45px;padding-top:45px}article,article .content,article .description,article .image,article .image img{margin-bottom:30px}article .quote{padding:15px}.sharing-links{bottom:-200px;top:inherit;left:0}}/*# sourceMappingURL=casestudy.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}.quote{background-color:#f5f2ed;padding:30px;margin-bottom:30px}.quote cite{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}.quote .company{border-left:#000 solid 1px;padding-left:.5em}.quote .name{display:block;font-weight:600}.quote .role{margin-right:.5em}.quote .text{font-family:georgia,verdana,serif;font-size:24px;font-weight:400;line-height:32px;display:block;margin-bottom:15px}.quote .text:after{content:close-quote;visibility:hidden}.quote .text:before{color:#dfd5c5;content:'"';display:block;font-family:sans-serif;font-size:120px;font-weight:600;height:60px;left:-5px;line-height:120px;position:relative}@media screen and (max-width: 420px){.quote cite{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.54em}.quote .text{font-family:georgia,verdana,serif;font-size:16px;font-weight:400;line-height:1.88em}}.sharing-links{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;margin-bottom:15px}.sharing-links img{display:block;margin-bottom:15px}.sharing-links span{display:block;margin-bottom:15px}.sharing-links li{padding:0}.sharing-links li::before{background-color:transparent}@media(max-width: 767px){.sharing-links{max-width:none;display:table-cell;padding-bottom:30px}.sharing-links li{padding:0;display:inline;list-style-type:none;padding-right:20px;float:left}.sharing-links .label{display:inline;float:left;margin-top:6px;margin-right:20px}}@media(max-width: 480px){.sharing-links{padding-bottom:0}}article{margin-bottom:45px;padding-top:60px;position:relative}article h1{margin-left:calc(8.3333333333% + 4.1666666667%)}article p{clear:both;margin-left:calc(8.3333333333% + 4.1666666667%);width:58.3333333333%}article .content{margin-bottom:45px}article .image{margin:0 0 45px 0;position:relative}article .image img{float:right;margin-bottom:45px;margin-right:25%;max-width:870px;width:66.6666666667%}article .quote{padding-left:calc(8.3333333333% + 4.1666666667%);padding-right:calc(25% + 4.1666666667%)}article .type{left:0;position:absolute;top:20px}.footnote{margin-bottom:90px;margin-left:calc(8.3333333333% + 4.1666666667%);width:58.3333333333%}.image{margin-bottom:30px}.image .quote{background-color:#fff;padding-left:30px;padding-right:0;position:absolute;right:0;top:0;width:25%}.image .quote .company{border:none;display:block;padding-left:0}.image .quote .role{margin-right:0}.sharing-links{left:0;margin-left:0;position:absolute;top:20px;width:16.6666666667%}@media screen and (max-width: 980px){.image .text{font-size:inherit}}@media screen and (max-width: 767px){article{width:auto}article h1,article p{margin-left:0;width:auto}article .image img{float:none;margin-right:0;width:100%}article .quote{padding-left:30px;padding-right:30px}.image .quote{padding:0;position:static;width:auto}.footnote{margin-left:0;width:auto}.sharing-links{left:initial;right:0;top:18px;width:auto}}@media screen and (max-width: 480px){article{margin-bottom:45px;padding-top:45px}article,article .content,article .description,article .image,article .image img{margin-bottom:30px}article .quote{padding:15px}.sharing-links{bottom:-200px;top:inherit;left:0}}/*# sourceMappingURL=casestudy.css.map */ diff --git a/domestic/static/styles/casestudy.css.map b/domestic/static/styles/casestudy.css.map index e5987046f6..8c90960166 100644 --- a/domestic/static/styles/casestudy.css.map +++ b/domestic/static/styles/casestudy.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_quote.scss","../../sass/components/_sharing-links.scss","../../sass/casestudy.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBClKJ,OACE,iBJgCsB,QI/BtB,QNCU,wBMEV,YRmCA,YArCoB,4CAsCpB,eACA,gBACA,mBQlCA,gBACE,2BACA,kBAGF,aACE,cACA,gBAGF,aACE,kBAGF,aRgCA,YAlDiB,sBAmDjB,eACA,gBACA,iBQjCE,cACA,cNtBQ,KMwBR,mBACE,oBACA,kBAGF,oBACE,MJEE,QIDF,YACA,cACA,uBACA,gBACA,gBACA,YACA,UACA,kBACA,kBAON,qCAEI,YRLF,YA5CoB,4CA6CpB,eACA,gBACA,mBQME,aRMF,YAzDiB,sBA0DjB,eACA,gBACA,oBSjEF,eTwCE,YArCoB,4CAsCpB,eACA,gBACA,mBSzCA,mBAEA,mBACE,cACA,cPFQ,KOKV,oBACE,cACA,cPPQ,KOSV,kBACE,UACA,0BACE,6BAON,yBACE,eACE,eACA,mBACA,ePxBQ,KO0BR,kBACE,UACA,eACA,qBACA,mBACA,WAGF,sBACE,eACA,WACA,eACA,mBAQN,yBACE,eACE,kBC9CJ,QACE,cRJU,KQKV,YRNU,KQOV,kBACA,WACE,gDAEF,UACE,WACA,gDACA,MTFS,eSKX,iBACE,cRjBQ,KQoBV,eACE,kBACA,kBAEA,mBACE,YACA,cR1BM,KQ2BN,aTpBO,ISqBP,gBACA,MTjBO,eSqBX,eACE,iDACA,wCAGF,cACE,OACA,kBACA,SAIJ,UACE,mBACA,gDACA,MTrCW,eSwCb,OACE,cRnDU,KQqDV,cACE,iBN9CmB,KM+CnB,aRvDQ,KQwDR,gBACA,kBACA,QACA,MACA,MTtDS,ISwDT,uBACE,YACA,cACA,eAGF,oBACE,eAKN,eACE,OACA,cACA,kBACA,SACA,MT1EW,eS+Eb,qCAEI,aACE,mBAKN,qCACE,QACE,WAEA,qBAEE,cACA,WAIA,mBACE,WACA,eACA,WAIJ,eACE,aR/GM,KQgHN,cRhHM,KQqHR,cACE,UACA,gBACA,WAIJ,UACE,cACA,WAGF,eACE,aACA,QACA,SACA,YAMJ,qCACE,QACE,cR9IQ,KQ+IR,YR/IQ,KQiJR,gFAKE,cRrJM,KQwJR,eACE,QRxJM,KQ4JV,eACE,cACA,YACA","file":"casestudy.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_quote.scss","../../sass/components/_sharing-links.scss","../../sass/casestudy.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBClKJ,OACE,iBJgCsB,QI/BtB,QNCU,wBMEV,YRmCA,YArCoB,4CAsCpB,eACA,gBACA,mBQlCA,gBACE,2BACA,kBAGF,aACE,cACA,gBAGF,aACE,kBAGF,aRgCA,YAlDiB,sBAmDjB,eACA,gBACA,iBQjCE,cACA,cNtBQ,KMwBR,mBACE,oBACA,kBAGF,oBACE,MJEE,QIDF,YACA,cACA,uBACA,gBACA,gBACA,YACA,UACA,kBACA,kBAON,qCAEI,YRLF,YA5CoB,4CA6CpB,eACA,gBACA,mBQME,aRMF,YAzDiB,sBA0DjB,eACA,gBACA,oBSjEF,eTwCE,YArCoB,4CAsCpB,eACA,gBACA,mBSzCA,mBAEA,mBACE,cACA,cPFQ,KOKV,oBACE,cACA,cPPQ,KOSV,kBACE,UACA,0BACE,6BAON,yBACE,eACE,eACA,mBACA,ePxBQ,KO0BR,kBACE,UACA,eACA,qBACA,mBACA,WAGF,sBACE,eACA,WACA,eACA,mBAQN,yBACE,eACE,kBC9CJ,QACE,cRJU,KQKV,YRNU,KQOV,kBACA,WACE,gDAEF,UACE,WACA,gDACA,MTFS,eSKX,iBACE,cRjBQ,KQoBV,eACE,kBACA,kBAEA,mBACE,YACA,cR1BM,KQ2BN,aTpBO,ISqBP,gBACA,MTjBO,eSqBX,eACE,iDACA,wCAGF,cACE,OACA,kBACA,SAIJ,UACE,mBACA,gDACA,MTrCW,eSwCb,OACE,cRnDU,KQqDV,cACE,iBN9CmB,KM+CnB,aRvDQ,KQwDR,gBACA,kBACA,QACA,MACA,MTtDS,ISwDT,uBACE,YACA,cACA,eAGF,oBACE,eAKN,eACE,OACA,cACA,kBACA,SACA,MT1EW,eS+Eb,qCAEI,aACE,mBAKN,qCACE,QACE,WAEA,qBAEE,cACA,WAIA,mBACE,WACA,eACA,WAIJ,eACE,aR/GM,KQgHN,cRhHM,KQqHR,cACE,UACA,gBACA,WAIJ,UACE,cACA,WAGF,eACE,aACA,QACA,SACA,YAMJ,qCACE,QACE,cR9IQ,KQ+IR,YR/IQ,KQiJR,gFAKE,cRrJM,KQwJR,eACE,QRxJM,KQ4JV,eACE,cACA,YACA","file":"casestudy.css"} diff --git a/domestic/static/styles/contact-comment.css b/domestic/static/styles/contact-comment.css index 40de8d3071..c8b34cb860 100755 --- a/domestic/static/styles/contact-comment.css +++ b/domestic/static/styles/contact-comment.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_source_other-container,body.js-enabled #id_industry_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d8d8d8;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_source_other-container,body.js-enabled #id_industry_other-container{top:0}}/*# sourceMappingURL=contact-comment.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_source_other-container,body.js-enabled #id_industry_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d8d8d8;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_source_other-container,body.js-enabled #id_industry_other-container{top:0}}/*# sourceMappingURL=contact-comment.css.map */ diff --git a/domestic/static/styles/contact-comment.css.map b/domestic/static/styles/contact-comment.css.map index fef219ab18..a91423378d 100644 --- a/domestic/static/styles/contact-comment.css.map +++ b/domestic/static/styles/contact-comment.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-comment.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCzDF,wFAEE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBATF,wFAUI","file":"contact-comment.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-comment.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCzDF,wFAEE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBATF,wFAUI","file":"contact-comment.css"} diff --git a/domestic/static/styles/contact-domestic-business-step.css b/domestic/static/styles/contact-domestic-business-step.css index 9ae497be02..b01e2bba30 100755 --- a/domestic/static/styles/contact-domestic-business-step.css +++ b/domestic/static/styles/contact-domestic-business-step.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_company_type_other-container label{display:none}body.js-enabled #id_company_type_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d7d7d7;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_company_type_other-container{top:0}}/*# sourceMappingURL=contact-domestic-business-step.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_company_type_other-container label{display:none}body.js-enabled #id_company_type_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d7d7d7;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_company_type_other-container{top:0}}/*# sourceMappingURL=contact-domestic-business-step.css.map */ diff --git a/domestic/static/styles/contact-domestic-business-step.css.map b/domestic/static/styles/contact-domestic-business-step.css.map index 40e47a785d..29bb9505f1 100644 --- a/domestic/static/styles/contact-domestic-business-step.css.map +++ b/domestic/static/styles/contact-domestic-business-step.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-domestic-business-step.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCxDA,uDACE,aAIJ,iDACE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBARF,iDASI","file":"contact-domestic-business-step.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-domestic-business-step.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCxDA,uDACE,aAIJ,iDACE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBARF,iDASI","file":"contact-domestic-business-step.css"} diff --git a/domestic/static/styles/contact-exporting-advice-business-details.css b/domestic/static/styles/contact-exporting-advice-business-details.css index f2ed7a75e9..9beb1c0da9 100755 --- a/domestic/static/styles/contact-exporting-advice-business-details.css +++ b/domestic/static/styles/contact-exporting-advice-business-details.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_business-company_type_other-container label{display:none}body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d7d7d7;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{top:0}}body.js-enabled #id_business-companies_house_number-container{display:none}/*# sourceMappingURL=contact-exporting-advice-business-details.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_business-company_type_other-container label{display:none}body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d7d7d7;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{top:0}}body.js-enabled #id_business-companies_house_number-container{display:none}/*# sourceMappingURL=contact-exporting-advice-business-details.css.map */ diff --git a/domestic/static/styles/contact-exporting-advice-business-details.css.map b/domestic/static/styles/contact-exporting-advice-business-details.css.map index 99900c97b6..b74a039de4 100644 --- a/domestic/static/styles/contact-exporting-advice-business-details.css.map +++ b/domestic/static/styles/contact-exporting-advice-business-details.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-exporting-advice-business-details.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCxDA,gEACE,aAIJ,gHAEE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBATF,gHAUI,OAIJ,8DACE","file":"contact-exporting-advice-business-details.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-exporting-advice-business-details.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCxDA,gEACE,aAIJ,gHAEE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBATF,gHAUI,OAIJ,8DACE","file":"contact-exporting-advice-business-details.css"} diff --git a/domestic/static/styles/contact-guidance.css b/domestic/static/styles/contact-guidance.css index 0d8700cb29..e23aa16ef1 100755 --- a/domestic/static/styles/contact-guidance.css +++ b/domestic/static/styles/contact-guidance.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}section{background-color:#f6f4f0;padding:40px;margin-bottom:20px;margin-top:20px}section h1.heading-xlarge{font-size:20px}#further-help-link{margin-top:50px;margin-bottom:50px}.guidance-content ol{padding:0 0 0 20px;list-style-position:outside;list-style-type:decimal;margin-top:5px;margin-bottom:20px}.guidance-content ol li{margin-bottom:5px}/*# sourceMappingURL=contact-guidance.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}section{background-color:#f6f4f0;padding:40px;margin-bottom:20px;margin-top:20px}section h1.heading-xlarge{font-size:20px}#further-help-link{margin-top:50px;margin-bottom:50px}.guidance-content ol{padding:0 0 0 20px;list-style-position:outside;list-style-type:decimal;margin-top:5px;margin-bottom:20px}.guidance-content ol li{margin-bottom:5px}/*# sourceMappingURL=contact-guidance.css.map */ diff --git a/domestic/static/styles/contact-guidance.css.map b/domestic/static/styles/contact-guidance.css.map index e16daeecac..dddee43b20 100644 --- a/domestic/static/styles/contact-guidance.css.map +++ b/domestic/static/styles/contact-guidance.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/contact-guidance.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBChKJ,QACE,yBACA,aACA,mBACA,gBACA,0BACE,eAIJ,mBACC,gBACA,mBAIG,qBACI,mBACA,4BACA,wBACA,eACA,mBAEA,wBACI","file":"contact-guidance.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/contact-guidance.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBChKJ,QACE,yBACA,aACA,mBACA,gBACA,0BACE,eAIJ,mBACC,gBACA,mBAIG,qBACI,mBACA,4BACA,wBACA,eACA,mBAEA,wBACI","file":"contact-guidance.css"} diff --git a/domestic/static/styles/contact-selling-online-overseas.css b/domestic/static/styles/contact-selling-online-overseas.css index 9aff2da6e6..1dddf33fe0 100755 --- a/domestic/static/styles/contact-selling-online-overseas.css +++ b/domestic/static/styles/contact-selling-online-overseas.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_business-company_type_other-container label{display:none}body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d7d7d7;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{top:0}}body.js-enabled #id_business-companies_house_number-container{display:none}#content .soo-application-form input,#content .soo-application-form select{width:75%;max-width:375px}#content .soo-application-form input.short-field,#content .soo-application-form select.short-field{width:35%}#content .soo-application-form.step-2,#content .soo-application-form.step-3,#content .soo-application-form.step-4{padding-top:60px}.read-only-input-container{padding-bottom:10px;margin-bottom:0;border-left:5px solid #0858cd;padding-left:15px}.read-only-input-container label{font-weight:bold;padding-bottom:0}.read-only-input-container input,.read-only-input-container textarea{background:transparent;border:0;padding:0}.read-only-input-container input:disabled,.read-only-input-container textarea:disabled{color:#333}.read-only-input-container textarea{overflow:hidden;resize:none}.read-only-input-container.margin-bottom-30{margin-bottom:30px}.read-only-input-container.padding-bottom-0{padding-bottom:0}/*# sourceMappingURL=contact-selling-online-overseas.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}body.js-enabled #id_business-company_type_other-container label{display:none}body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{position:relative;margin-left:10px;top:-20px;border-left:4px solid #d7d7d7;padding-left:20px;margin-bottom:10px}@media(max-width: 769px){body.js-enabled #id_business-company_type_other-container,body.js-enabled #id_business-industry_other-container{top:0}}body.js-enabled #id_business-companies_house_number-container{display:none}#content .soo-application-form input,#content .soo-application-form select{width:75%;max-width:375px}#content .soo-application-form input.short-field,#content .soo-application-form select.short-field{width:35%}#content .soo-application-form.step-2,#content .soo-application-form.step-3,#content .soo-application-form.step-4{padding-top:60px}.read-only-input-container{padding-bottom:10px;margin-bottom:0;border-left:5px solid #0858cd;padding-left:15px}.read-only-input-container label{font-weight:bold;padding-bottom:0}.read-only-input-container input,.read-only-input-container textarea{background:transparent;border:0;padding:0}.read-only-input-container input:disabled,.read-only-input-container textarea:disabled{color:#333}.read-only-input-container textarea{overflow:hidden;resize:none}.read-only-input-container.margin-bottom-30{margin-bottom:30px}.read-only-input-container.padding-bottom-0{padding-bottom:0}/*# sourceMappingURL=contact-selling-online-overseas.css.map */ diff --git a/domestic/static/styles/contact-selling-online-overseas.css.map b/domestic/static/styles/contact-selling-online-overseas.css.map index f3c660487a..75decd2427 100644 --- a/domestic/static/styles/contact-selling-online-overseas.css.map +++ b/domestic/static/styles/contact-selling-online-overseas.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-selling-online-overseas.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCxDA,gEACE,aAIJ,gHAEE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBATF,gHAUI,OAIJ,8DACE,aAKF,2EACE,UACA,gBACA,mGACE,UAIJ,kHACE,iBAIJ,2BACE,oBACA,gBACA,8BACA,kBACA,iCACE,iBACA,iBAEF,qEACE,uBACA,SACA,UAEA,uFACE,MNlDiB,KMqDrB,oCACE,gBACA,YAEF,4CACE,mBAEF,4CACE","file":"contact-selling-online-overseas.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss","../../sass/contact-selling-online-overseas.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE,SCxDA,gEACE,aAIJ,gHAEE,kBACA,iBACA,UACA,8BACA,kBACA,mBAEA,yBATF,gHAUI,OAIJ,8DACE,aAKF,2EACE,UACA,gBACA,mGACE,UAIJ,kHACE,iBAIJ,2BACE,oBACA,gBACA,8BACA,kBACA,iCACE,iBACA,iBAEF,qEACE,uBACA,SACA,UAEA,uFACE,MNlDiB,KMqDrB,oCACE,gBACA,YAEF,4CACE,mBAEF,4CACE","file":"contact-selling-online-overseas.css"} diff --git a/domestic/static/styles/contact.css b/domestic/static/styles/contact.css index 37363e4a44..73788d74a0 100755 --- a/domestic/static/styles/contact.css +++ b/domestic/static/styles/contact.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}/*# sourceMappingURL=contact.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content .form-group input[type=checkbox]{width:38px}li{list-style:none;padding-left:0}li::before{background-color:transparent}ul li::before{background-color:transparent}#form-step-body-text{margin-bottom:20px}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}.show-your-details-title #id_given_name-container::before{content:"Your details";font-size:24px;font-weight:bold;margin-bottom:20px;display:inline-block}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}.collapse-paragraphs-spacing p{margin:0}/*# sourceMappingURL=contact.css.map */ diff --git a/domestic/static/styles/contact.css.map b/domestic/static/styles/contact.css.map index 05f4e7b859..074f65132a 100644 --- a/domestic/static/styles/contact.css.map +++ b/domestic/static/styles/contact.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE","file":"contact.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/contact.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,0CACE,WAGF,GACE,gBACA,eACA,WACE,6BAKF,cACE,6BAIJ,qBACE,mBAGF,OACE,gBAIA,iDACE,WAIJ,0DACE,uBACA,eACA,iBACA,mBACA,qBAGF,eACE,gBACA,ML1BqB,QK2BrB,eACA,0BACA,6BACA,eACA,eACA,qBACA,kBAIA,+BACE","file":"contact.css"} diff --git a/domestic/static/styles/default.css b/domestic/static/styles/default.css index 7cbe9598fe..f8eae18a76 100755 --- a/domestic/static/styles/default.css +++ b/domestic/static/styles/default.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}/*# sourceMappingURL=default.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}/*# sourceMappingURL=default.css.map */ diff --git a/domestic/static/styles/default.css.map b/domestic/static/styles/default.css.map index 45274e7b72..cc83f7b12d 100644 --- a/domestic/static/styles/default.css.map +++ b/domestic/static/styles/default.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE","file":"default.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE","file":"default.css"} diff --git a/domestic/static/styles/main.css b/domestic/static/styles/main.css index 6f1d480275..7a1b886df4 100755 --- a/domestic/static/styles/main.css +++ b/domestic/static/styles/main.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}@media(max-width: 960px){.reverse-columns-l{flex-direction:column-reverse}}@media(max-width: 768px){.reverse-columns-m{flex-direction:column-reverse}}@media(max-width: 640px){.reverse-columns-s{flex-direction:column-reverse}.button-large{width:100%}}.font-overpass{font-family:"Overpass",arial,helvetica,verdana,sans-serif}.highlight-circle{display:inline-block;font-size:19px;font-weight:700;border-radius:50%;height:45px;width:45px;color:#fff;text-align:center;padding-top:8px}.centre-children{text-align:center}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{font-size:20px;line-height:30px}.magna-header .container{max-width:1230px;margin:0 15px}@media(min-width: 641px){.magna-header .container{margin:0 14px}}@media(min-width: 769px){.magna-header .container{margin:0 16px}}@media(min-width: 1025px){.magna-header .container{margin:0 30px}}@media(min-width: 1290px){.magna-header .container{margin:0 auto}}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{padding:20px 0;background:#1e1348;font-family:"Overpass",Arial,Helvetica,sans-serif;font-weight:400}.magna-header:after{display:block;content:"";clear:both}.magna-header a,.magna-header__dropdown a{font-size:1rem;color:#fff;text-decoration:none}.magna-header a:hover,.magna-header__dropdown a:hover{text-decoration:underline}.magna-header__logo{float:left;position:relative;z-index:1;margin-right:1rem;margin-bottom:-100%}.magna-header__logo img{display:block;width:auto;height:60px;margin-top:15px}@media screen and (min-width: 640px){.magna-header__logo img{height:75px;margin-top:13px}}.magna-header__extra-links{float:right;margin:0}.magna-header__extra-links li{display:inline-block;margin-left:1rem}.magna-header__menu{position:relative;float:right;clear:right;display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;align-items:center}@media screen and (min-width: 640px){.magna-header__menu{flex-direction:row-reverse;justify-content:flex-start;padding-left:170px;margin-top:0}}.magna-header__dropdown-button{position:relative;z-index:5;display:none;align-items:center;padding:.5rem 1rem;margin-top:.5rem;background:#1e1348;border:2px solid #fff;font-family:"Overpass",Arial,Helvetica,sans-serif;font-size:1rem;color:#fff;cursor:pointer}.js-enabled .magna-header__dropdown-button{display:flex}.magna-header__dropdown-button:focus{outline:4px solid #ffd000}@media screen and (min-width: 640px){.magna-header__dropdown-button{margin:1rem 0 0 2rem}}.magna-header__dropdown-button[aria-expanded=true]{background:#006ccc}.magna-header__dropdown-button__icon{display:inline-block;position:relative;width:20px;height:20px;margin-left:10px;pointer-events:none}.magna-header__dropdown-button__icon:before,.magna-header__dropdown-button__icon:after{content:"";display:block;position:absolute;width:100%;height:2px;background-color:#fff;left:0;transition:all .2s ease}.magna-header__dropdown-button__icon:before{top:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:before{width:25px;top:9px;left:-2px;transform:rotate(45deg)}.magna-header__dropdown-button__icon:after{bottom:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:after{width:25px;bottom:9px;left:-2px;transform:rotate(-45deg)}.magna-header__overlay{display:none;position:fixed;z-index:2;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5)}[aria-expanded=true]~.magna-header__overlay{display:block}.magna-header__dropdown{display:block;z-index:4;left:0;right:0;top:49px;margin:0 -15px;background:#4b426d;overflow:visible}.js-enabled .magna-header__dropdown{display:none;position:absolute}.magna-header__dropdown[aria-hidden=true]{display:none}.magna-header__dropdown[aria-hidden=false],.js-enabled .magna-header__dropdown--open{display:block;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}@media screen and (min-width: 640px){.magna-header__dropdown{left:auto;top:57px;width:370px;margin:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.magna-header__greeting{padding:15px;background-color:#006ccc;font-family:"Overpass",Arial,Helvetica,sans-serif;color:#fff}.magna-header__menu-items{margin:0;padding:5px 20px}.magna-header__menu-items li{margin:0;padding:0}.magna-header__menu-items li:not(:last-child){border-bottom:1px solid #635a7f}.magna-header__menu-items a,.magna-header__menu-items button{position:relative;display:block;padding:.5rem 0;font-size:1em;font-family:"FS Lucas",Arial,Helvetica,sans-serif}.magna-header__menu-items a:focus,.magna-header__menu-items button:focus{outline:4px solid #ffd000}.magna-header__menu-items a .tag,.magna-header__menu-items button .tag{position:absolute;right:0}.magna-header__menu-items button{width:100%;color:#fff;text-align:left;background:none;border:0;cursor:pointer}.magna-header__menu-items button:hover{text-decoration:underline}.magna-header__menu-items .button:hover{text-decoration:none}.magna-header__search{clear:both;display:flex;flex-basis:100%;justify-content:space-between;margin-top:1rem}@media screen and (min-width: 640px){.magna-header__search{flex-basis:auto}}@media screen and (min-width: 1024px){.magna-header__search{margin-left:2rem}}.magna-header__search input{flex-grow:1;min-width:10rem;padding-left:1rem;font-family:"FS Lucas",Arial,Helvetica,sans-serif;border-radius:0}.magna-header__search input:focus{padding:0 0 0 1rem}.magna-header__search button{flex-shrink:0;height:42px;width:42px;background-repeat:no-repeat;background-position:50%;background-color:#006ccc;background-image:url("/static/images/search.svg");background-size:20px;border:0;color:#fff;cursor:pointer}.magna-header__search button:focus{outline:4px solid #ffd000}.magna-header__nav{margin:1rem 0 0}.magna-header__nav li{display:inline-block;margin:0;padding:0}.magna-header__nav a{display:inline-block;margin:0 0 0 2rem;padding:.5rem 0}.magna-header__nav a:focus{outline:4px solid #ffd000}.magna-header__nav a.active{text-decoration:underline}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.m-f-auto,.m-l-auto{margin-left:auto}.m-r-auto{margin-right:auto}.m-h-auto{margin-left:auto;margin-right:auto}.min-height-s{min-height:29.999999992px}.h-100{height:100%}.d-flex{display:flex}@media(min-width: 641px){.d-flex-t{display:flex}}.flex-center{display:flex;align-items:center;justify-items:center}.flex-jc-space-between{justify-content:space-between}.flex-ai-center{align-items:center}.f-r{float:right}.f-l{float:left}.f-clear{clear:both}.relative{position:relative}.hide-on-mobile{display:none}@media(min-width: 641px){.hide-on-mobile{display:inherit}}@media screen and (min-width: 640px){.hide-sm{display:none}}@media screen and (max-width: 640px){.hide-sm_lt{display:none}}@media screen and (min-width: 640px)and (max-width: 768px){.hide-sm_o{display:none}}@media screen and (min-width: 768px){.hide-md{display:none}}@media screen and (max-width: 768px){.hide-md_lt{display:none}}@media screen and (min-width: 768px)and (max-width: 1024px){.hide-md_o{display:none}}@media screen and (min-width: 1024px){.hide-lg{display:none}}@media screen and (max-width: 1024px){.hide-lg_lt{display:none}}@media screen and (min-width: 1024px)and (max-width: 1200px){.hide-lg_o{display:none}}@media screen and (min-width: 1200px){.hide-xl{display:none}}@media screen and (max-width: 1200px){.hide-xl_lt{display:none}}.rich-text ul li{list-style-type:disc;list-style-position:inside}.width-full{width:100%}:root{--radius: 10px}.radius{border-radius:var(--radius)}.radius-top{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.radius-bottom{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}@media screen and (min-width: 640px){.radius-s{border-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-top-s{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-bottom-s{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}}.radius--small{--radius: 5px}.tag{font-size:20px;line-height:30px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;background:#eb4f4d;border:2px solid transparent;border-radius:5px;color:#fff;cursor:pointer;padding:0 13px}.tag:hover,.tag:active,.tag:focus,.tag:focus:active{background:#e41f13}.tag[disabled]{cursor:auto;opacity:.4}.tag--icon{padding:0 8px 0 13px}.tag--icon i{color:#fce9e9;margin-left:8px;transform:scale(0.85);vertical-align:middle}.tag--small{font-size:var(--font-size-body-2);line-height:20px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;color:#fff;padding:2px 13px}.tag--small.tag--icon{padding:2px 7px 2px 12px}.tag--secondary{background:#4b426d}.tag--secondary:hover,.tag--secondary:active,.tag--secondary:focus,.tag--secondary:focus:active{background:#1e1348}.tag--secondary i{color:#e9e7ed}.tag--tertiary{background:#fff;border-color:#4b426d;color:#4b426d}.tag--tertiary:hover,.tag--tertiary:active,.tag--tertiary:focus,.tag--tertiary:focus:active{background:#e9e7ed;border-color:#1e1348;color:#1e1348}.tag--tertiary i{color:#4b426d}.Modal-Container{z-index:11;position:fixed;display:none;padding:0;left:0;right:0;top:0;bottom:0}.Modal-Container .content{width:calc(100% - 60px);max-width:900px;margin:30px auto 0;border:#8e969c solid 1px;max-height:calc(100vh - 60px);padding:15px;overflow:hidden;background-color:#fff;position:relative;z-index:0}.Modal-Container .content details{margin:15px 0 5px}.Modal-Container .content video{width:100%}.Modal-Container .close{background:#fff;padding:15px;color:#006ccc;cursor:pointer;font-size:inherit;position:absolute;text-decoration:underline;right:30px;top:30px;z-index:1;width:auto}.Modal-Container .close:focus{outline:#ffd000 solid 6px;outline-offset:0}.Modal-Overlay{z-index:10;background-color:#000;display:none;left:0;top:0;bottom:0;right:0;opacity:.4;position:fixed}@media(max-width: 480px){.Modal-Container .content{width:calc(100% - 30px)}.Modal-Container .content{margin:15px;padding:20px 15px}}@media(max-width: 640px){.Modal-Container .close{right:15px;top:20px;padding:10px}}@media(max-width: 900px){.Modal-Container .content{margin:30px}}@media(max-height: 650px){.Modal-Container .content video{max-height:250px;margin:0 auto}.close{right:15px;top:20px}.content{margin:15px;padding:20px 15px}}.language-selector-control{overflow:hidden}.language-selector-control button{color:#fff;font-size:14px;line-height:24px;padding:0 10px}.language-selector-control form{color:#fff;margin:5px 0 0 0;position:relative;z-index:0}.language-selector-control form.enhancedLanguageSelector button{display:none}.language-selector-control option{background-color:#666;color:#000}.language-selector-control p,.language-selector-control select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;background-color:transparent;border:1px solid #666;border-radius:0;color:#fff;cursor:pointer;height:27px;line-height:27px;margin:0;padding:0;width:auto}.language-selector-control .SelectTraker-Tracker{background-image:url("/static/icons/eig-world-language-icon.svg");background-position:left center;background-repeat:no-repeat;background-size:20px;border:none;display:inline-block;padding-left:30px}.language-selector-control .SelectTraker-Tracker .code{text-transform:uppercase}.language-selector-control .SelectTraker-Tracker .code:after{content:" - "}.language-selector-control .SelectTracker-Select{border:none;opacity:0;position:absolute;right:0;text-indent:-1000px;top:0}.language-selector-control .SelectTracker-Select:focus{min-width:150px}.language-selector-control .SelectTracker-Select:focus+p{outline:3px solid #ffd000}.language-selector-dialog a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}.language-selector-dialog li{display:inline;float:none}.language-selector-dialog .domestic-redirect{padding-top:15px}.language-selector-dialog .domestic-redirect span{display:block}.language-selector-dialog .languages{padding-bottom:15px}.LanguageSelectorDialog-Modal{top:0}.LanguageSelectorDialog-Modal a{font-size:21px;text-decoration:underline}.LanguageSelectorDialog-Modal li{float:left;margin-bottom:30px}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px}.LanguageSelectorDialog-Modal #great-languages-selector{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:36px;font-weight:600;line-height:1.1em;margin:0 0 1em 0;font-weight:normal}.LanguageSelectorDialog-Modal ul{display:block}.LanguageSelectorDialog-Modal .countries{overflow:hidden}.LanguageSelectorDialog-Modal .countries a{background-position:top left;background-repeat:no-repeat;background-size:40px;display:block;min-height:40px;padding:5px 0 0 50px}.LanguageSelectorDialog-Modal .languages{overflow:hidden;padding:0}.LanguageSelectorDialog-Modal .domestic-redirect{float:right;padding-left:30px;padding-top:71px;width:33.3333333333%}.LanguageSelectorDialog-Modal .domestic-redirect p{font-size:inherit;font-weight:normal}.LanguageSelectorDialog-Modal .domestic-redirect span{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;display:block;max-width:215px;padding-top:15px}#header-bar .LanguageSelectorDialog-Tracker{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;margin-left:5px;background-image:url("/static/icons/eig-world-language-icon.svg");background-position:0px 2px;background-repeat:no-repeat;background-size:20px;color:#fff;cursor:pointer;display:inline-block;padding-left:25px;text-decoration:none}#header-bar .LanguageSelectorDialog-Tracker:hover{color:#fff;text-decoration:underline}#header-bar .LanguageSelectorDialog-Tracker .label{font-weight:bold;text-transform:capitalize}#header-bar .LanguageSelectorDialog-Tracker .lang{font-weight:bold;text-transform:uppercase}#header-bar .LanguageSelectorDialog-Tracker .lang:after{content:" - "}@media(min-width: 768px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .countries li:nth-child(4n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages ul{padding:5px}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .languages li:nth-child(4n+1){clear:left;margin-left:0}}@media(min-width: 481px)and (max-width: 767px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.LanguageSelectorDialog-Modal .languages li:nth-child(3n+1){clear:left;margin-left:0}}@media screen and (max-width: 580px){.LanguageSelectorDialog-Modal{width:100%;left:0;top:15px}.LanguageSelectorDialog-Modal .close{top:30px;right:30px}.LanguageSelectorDialog-Modal .languages{width:auto}.LanguageSelectorDialog-Modal .domestic-redirect{float:none;padding-left:0;width:auto}.LanguageSelectorDialog-Modal #great-languages-selector{width:80%}}@media screen and (max-width: 480px){#great-languages-select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;font-weight:bold}.LanguageSelectorDialog-Modal{padding:15px}.LanguageSelectorDialog-Modal .content{padding:20px 30px}.LanguageSelectorDialog-Modal a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal .countries a{background-size:20px;min-height:20px;padding:0 0 0 30px}.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:20px;width:calc((100% - (20px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .domestic-redirect{padding-top:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:10px;width:calc((100% - (10px * 1)) / 2)}.LanguageSelectorDialog-Modal .languages li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages p{left:0;top:10px}.LanguageSelectorDialog-Tracker .label,.LanguageSelectorDialog-Tracker .lang::after{position:absolute;z-index:-1}}.eu-exit-banner{border-left:5px solid #0661cf;padding-left:20px;padding-top:5px;padding-bottom:5px}.eu-exit-banner h2{display:inline;font-weight:bold;margin:0}.eu-exit-banner p{display:inline;margin-left:6px;padding:0}.eu-exit-banner div{width:80%}@media(min-width: 768px){.eu-exit-banner{width:80%}}.pagination{text-align:center;width:75%;margin:45px auto 0}.search-results-list .pagination a{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;outline:#ffd000 solid 6px;outline-offset:0;background-color:#fff;border-color:#006ccc;color:#006ccc;margin-bottom:15px;padding-left:15px;padding-right:15px}.search-results-list .pagination a:focus{border-color:#fff}.search-results-list .pagination a:hover{background-color:#006ccc;border-color:#006ccc;color:#fff}.search-results-list .pagination li{display:inline-block}.search-results-list .pagination .current{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;background-color:#006ccc;border-color:#006ccc;color:#fff;cursor:default;padding-left:15px;padding-right:15px}.search-results-list .pagination .next{float:right}.search-results-list .pagination .previous{float:left}.search-results-list .pagination ul{display:inline-block}.blue-underline>.container{border-bottom:5px solid #006ccc;padding-bottom:3em}.float-right{float:right}.float-left{float:left}.fixed{position:fixed}.clear-none{clear:none}.display-none{display:none}.display-block{display:block}.display-only-js{display:none}.js-enabled .display-only-js{display:block}.display-only-no-js{display:block}.js-enabled .display-only-no-js{display:none}.sector-potential-section .view-markets{width:100%;display:inline-block;text-align:center;font-size:19px}@media(min-width: 1081px){.sector-potential-section .sector-potential-wrapper{background:url("/static/images/globe.png") calc(100% + 100px) -150px no-repeat;background-size:auto 110%}}@media(min-width: 641px){.sector-potential-section .view-markets{width:auto}}.sector-potential-form select{width:100%;background-color:#fff}.sector-potential-form .button.show-markets:disabled{pointer-events:none;background:#e2d9cb;color:#f5f2ed}@media(min-width: 641px){.sector-potential-form .view-markets{width:auto}.sector-potential-form select{max-width:650px}}@media(min-width: 961px){.sector-potential-form select{max-width:770px}}.sector-selector-quick-links .quick-links-separator{margin:0 0 45px 0;height:2px;background-color:#8e969c}.sector-selector-quick-links li{display:none;text-align:center;float:left}.sector-selector-quick-links .quick-link{text-decoration:none}.sector-selector-quick-links .sector-name{font-weight:600;text-decoration:underline}.sector-selector-quick-links .quick-links-icon{height:60px;display:block;margin:0 auto 15px}.sector-selector-quick-links .sector-name,.sector-selector-quick-links .sector-page-count{font-size:16px;line-height:16px}@media(max-width: 640px){.sector-selector-quick-links{display:none}}@media(min-width: 641px){.sector-selector-quick-links li:nth-child(-n+3){display:block;width:33.3333333333%}}@media(min-width: 769px){.sector-selector-quick-links li:nth-child(-n+4){display:block;width:25%}}@media(min-width: 961px){.sector-selector-quick-links li:nth-child(-n+6){display:block;width:16.66%}}@media(min-width: 1081px){.sector-selector-quick-links .quick-links-separator{width:60%}}.chevron-banner{position:relative}.chevron-banner:hover .chevron-banner__link-container{background-color:#b31424}@media(min-width: 20em){.chevron-banner:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover.svg")}}.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:2px solid;border-color:#fff}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:0}}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover-border.svg")}}.chevron-banner:focus-within .chevron-banner__link-container{border-right:2px solid;border-color:#0b0c0c;background-color:#fd0}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container{border-right:0}}.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-small.svg")}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-focus.svg")}}.chevron-banner__link-container{background-color:#e61e32;padding:20px;border-radius:5px;border:2px solid transparent;border-right:0}@media(min-width: 20em){.chevron-banner__link-container{border-radius:5px 0 0 5px;margin-right:120px;padding:15px}}@media(min-width: 48.0625em){.chevron-banner__link-container{padding:20px}}.chevron-banner__link-container:after{content:"";position:absolute;right:10px;top:0;width:25px;height:100%;background:url("/static/icons/chevron-banner-small.svg") center right no-repeat;background-size:25px 25px}@media(min-width: 20em){.chevron-banner__link-container:after{content:"";display:block;position:absolute;top:0;right:0;height:100%;min-width:120px;background:url("/static/icons/chevron-banner.svg") -1px center no-repeat;background-size:auto 100%}}@media screen and (min-width: 0\0 )and (min-width: 320px)and (max-width: 364px){.chevron-banner__link-container:after{background-position:-15px center}}@media screen and (min-width: 0\0 )and (min-width: 365px)and (max-width: 640px){.chevron-banner__link-container:after{background-position:-28px center}}@media screen and (min-width: 0\0 )and (min-width: 641px)and (max-width: 769px){.chevron-banner__link-container:after{background-position:-20px center}}@media screen and (min-width: 0\0 )and (min-width: 770px){.chevron-banner__link-container:after{background-position:-14px center}}@media(max-width: 19.99em){.chevron-banner__link{display:block}}.chevron-banner__link{font-size:18px;line-height:20px}@media(min-width: 641px){.chevron-banner__link{font-size:24px;line-height:26px}}@media(min-width: 769px){.chevron-banner__link{font-size:32px;line-height:34px}}@media(min-width: 961px){.chevron-banner__link{font-size:36px;line-height:38px}}.chevron-banner__link:link,.chevron-banner__link:visited,.chevron-banner__link:hover{font-family:"Overpass",arial,helvetica,verdana,sans-serif;font-weight:700;color:#fff;text-decoration:none}.chevron-banner__link:link:focus,.chevron-banner__link:focus,.chevron-banner__link:link:active,.chevron-banner__link:active,a.chevron-banner__link:active:focus{color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;outline:none}.chevron-banner__link:after{content:"";position:absolute;z-index:10;top:0;left:0;width:100%;height:100%}.filters .filter-section{border-bottom:2px solid #e2d9cb}.filters .filter-section:last-child{border-bottom:none}.filters .filter-section>label{display:block;padding:8px 5px 8px 0;cursor:pointer}.filters .filter-section>label:after{content:"";transform:rotate(45deg);border-style:solid;position:relative;border-color:#000;border-width:2px 0 0 2px;top:5px;float:right;height:8px;margin:5px 0 0 0;right:3px;width:8px}.filters .filter-section .multiple-choice label{padding:4px 0 8px}.filters .filter-section .options{display:none;max-height:300px;overflow-y:scroll;margin-bottom:15px}.filters .filter-section .options ul{overflow:hidden}.filters .filter-section .options.full-height{max-height:none;overflow:auto}.filters .filter-section>input[type=checkbox]:checked+label:after{border-width:0 2px 2px 0;top:2px}.filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.filters>h2 span,.filters .filters-sticky-footer{display:none}.filters .mobile-filter-toggle{display:block;cursor:pointer}.js-enabled .filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span{display:none}.filters.mobile-filters{position:absolute;top:0;left:0;background-color:#f5f2ed;z-index:50;width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;padding:30px 20px 100px}.filters.mobile-filters>h2{font-size:19px}.filters.mobile-filters .filter-section>input[type=checkbox]{display:none}.filters.mobile-filters>ul,.filters.mobile-filters>h2 span{display:block}.filters.mobile-filters .options{max-height:none;overflow:auto}.filters.mobile-filters .mobile-filter-toggle{display:none}.filters.mobile-filters .filters-sticky-footer{position:fixed;display:block;bottom:0;left:0;width:100%;background-color:#fff;text-align:center;padding:10px 20px}.filters.mobile-filters .filters-sticky-footer .cancel,.filters.mobile-filters .filters-sticky-footer .update{width:50%;float:left}.filters.mobile-filters .filters-sticky-footer .cancel{padding:10px 30px;display:inline-block}@media(min-width: 641px){.filters{position:relative}.filters .mobile-filter-toggle{display:none}.filters>h2 span{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span,.js-enabled .js-enabled .filters{display:block}}.tabs__nav{border-bottom:2px solid #dfd5c5}.tabs__nav li{display:inline-block}.tabs__nav button{display:block;border:0;border-bottom:4px solid transparent;padding:.5em 1em;margin:0 0 -2px;background:transparent;color:#666}.tabs__nav button[aria-expanded=true],.tabs__nav button:hover{background:transparent;color:#333;border-bottom-color:#333}.js-enabled .tabs__tab,.tabs__tab[aria-hidden=true]{display:none}.js-enabled .tabs__tab[aria-hidden=false]{display:block}.barchart td,.barchart th{font-size:1rem;border:0}.barchart__legend{padding:0;font-weight:normal}.barchart__legend:before{content:"";display:inline-block;width:1em;height:1em;margin-right:.5em;vertical-align:text-top;background:#006ccc}.barchart__title-cell{padding:0 .5em 0 0;width:40%;text-align:right;vertical-align:middle}.barchart__bar-cell{padding:3px 0;vertical-align:middle}.barchart__bar{display:inline-block;padding:.5em 0;background:#006ccc;color:#fff;text-shadow:1px 1px 0 #006ccc;text-indent:.5em}.barchart__bar--small{color:currentColor;text-shadow:none;text-indent:calc(.375em + 100%)}#menu-activator{margin-top:0}a:active{background-color:#ffd000}a:focus{outline:#ffd000 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose,.sector-potential-form #id_sector-container label,.filters .filter-section>input[type=checkbox]{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}.campaign-video-transcript{display:none}.campaign-video-transcript details{border:0;padding:0}@media(max-width: 640px){.campaign-video-transcript details{margin:15px 0 0}}.campaign-video-transcript-text{overflow-y:scroll;padding-bottom:30px}.landing-page .button-video{position:relative}@media(min-width: 769px){.landing-page .button-video{background-color:#fff;color:#006ccc}}.landing-page .campaign-section{padding:0;position:relative;color:#6f787a}.landing-page .campaign-section img{display:block}.landing-page .campaign-related-link{font-weight:700;font-family:"Overpass",arial,helvetica,verdana,sans-serif;display:block;text-align:center}.landing-page .campaign-related-link:active:hover{color:#1e1348}@media(min-width: 641px){.landing-page .campaign-related-link{display:inline;text-align:left;margin-left:15px}}@media(min-width: 769px){.landing-page .campaign-related-link{color:#fff;margin-left:30px}}.landing-page .campaign-heading-container{margin-bottom:30px}.landing-page .campaign-heading{text-transform:uppercase}.landing-page .campaign-heading .if-we-can{display:inline-block;white-space:pre}.landing-page .campaign-content-container{padding-top:30px}@media(min-width: 769px){.landing-page .campaign-section{color:#fff}.landing-page .campaign-content-container{padding:60px;z-index:1;position:absolute;overflow:visible;top:0;bottom:0;left:0;right:0}.landing-page .campaign-heading-container{position:absolute;top:0;bottom:0;right:0;left:0}.landing-page .campaign-heading{max-width:310px;position:absolute;margin-top:60px}.landing-page .campaign-heading .if-we-can{background-color:#e41f13;padding:0 10px 0 30px;white-space:normal}.landing-page .campaign-heading .if-we-can:last-child{margin-top:4px}.landing-page .campaign-subsection{position:absolute;bottom:0}}@media(min-width: 961px){.landing-page .campaign-heading{font-size:52px}}@media(min-width: 1261px){.landing-page .campaign-heading{margin-left:0}}.landing-page .prepare-for-brexit-section .container{border-top:2px solid #e2d9cb}.landing-page .prepare-for-brexit-section .card{min-height:0}.landing-page .sector-potential-section .sector-potential-wrapper{background-color:#f5f2ed}.landing-page .export-goods-from-uk .content-column{padding-top:15px}@media(min-width: 769px){.landing-page .export-goods-from-uk .content-column{padding-top:0}.landing-page .export-goods-from-uk .content-column .button{margin:0 auto}}.article-list-page .number-display{margin-left:10px}.article-list-page .information-banner{background-color:#fff;border:solid #dfd5c5 2px}.article-list-page .list-teaser{padding:2em 0;line-height:1.5}.article-list-page .content-list li{margin-bottom:0;padding-bottom:1em;border-bottom:1px solid #d8d8d8}.article-list-page .content-list li:last-child{border:0}.article-list-page .content-list li a{display:inline-block}.article-list-page .error-reporting{padding-top:30px}.article-list-page .card-inner{padding:30px}.tag-list-page .hero .tag-name{display:block}.article-detail-page article.grid-row{margin-bottom:100px}.article-detail-page article header{padding-bottom:30px}.article-detail-page article header .column-seven-twelfths{padding-bottom:1em}.article-detail-page article header .heading-xlarge{margin-top:.2em}.article-detail-page .column-seven-ninths{width:77.7777777778%;float:right}.article-detail-page .article-content{padding-top:1em;line-height:1.75}.article-detail-page img+.video-container{margin-top:30px}.article-detail-page .quote{background-color:#f5f2ed;width:calc(100vw - 15px);margin:60px 0 60px -30px;padding:30px;font-family:georgia,verdana,serif;font-style:italic}.article-detail-page .quote .body-text{display:block;margin-bottom:15px}.article-detail-page .quote .body-text+:last-child{font-size:19px;font-style:normal}.article-detail-page .quote:before{color:#dfd5c5;content:"“";display:block;font-family:sans-serif;font-size:120px;font-weight:600;height:60px;left:-15px;line-height:120px;position:relative}.article-detail-page .quote:after{content:"";display:block;clear:both}.article-detail-page .content-list li a{display:block}.article-detail-page .related-content-cards{background-color:#f5f2ed;padding-top:30px}.article-detail-page .column-quarter .content-list:last-child{margin-bottom:30px}.article-detail-page .article-content table td,.article-detail-page .article-content table th{border-bottom:1px solid #666}.article-detail-page .article-content hr{background:#666}.article-detail-page .related-content-list .button.cta{width:100%}@media(max-width: 640px){.article-detail-page .column-seven-ninths{width:100%;float:none}.article-detail-page .article-content{margin-left:0}.article-detail-page .related-content-list .content-list{display:none}}@media(min-width: 641px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{padding-left:calc(22.2222222222% + 35px)}.article-detail-page .article-content .quote .body-text{max-width:calc(980px - 25%);width:75%}}@media(min-width: 1261px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{width:calc(100vw - 8px);margin-left:calc(600px - 50vw);padding-left:calc(50vw - 600px + 22.2222222222% + 5px)}}.column-11-12{width:91.6666666667%}.campaign-page .selling-points-list .heading{margin-top:10px}.campaign-page .related-content img{width:100%}@media(max-width: 640px){.section-two-image{margin:0 0 15px 0}.section-two-image img{width:100%}}.accordion-divider{border-top:1px solid #d8d8d8}.accordion-divider:last-child{border-bottom:1px solid #d8d8d8}.accordion-expander{text-decoration:none;color:#006ccc;font-weight:700;position:relative;display:flex;width:100%;background:none;border:0;align-items:center;min-height:88px}.accordion-expander:focus::-moz-focus-inner{border:0}.accordion-expander:focus:focus{outline:#ffbf47 solid 3px}.accordion-expander:after{content:"+";font-weight:700;font-size:36px;position:absolute;right:15px;color:#000}.accordion-expander.active{border-bottom:0}.accordion-expander.active:after{content:"–"}.accordion-content.Expander.collapsed{display:none}.accordion-icon{height:60px;width:60px}.accordion-content .with-arrow{margin:0}.accordion-content .with-arrow:before{display:none}.accordion-content .with-arrow:after{content:"➔";margin-left:0}.accordion-content .subsection-icon{height:50px}.country-guide-page .teaser-section .content-list li{margin-bottom:.75em}@media(min-width: 769px){.country-guide-page .teaser-section .teaser{padding-right:11.1111111111%}}@media(min-width: 769px){.country-guide-page .section-one-body{padding-right:8.3333333333%}}.country-guide-page .section-one-body h2:first-child{margin-top:0}.country-guide-page .case-study{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff}.country-guide-page .case-study .container{min-height:597px;display:flex;align-items:center}.country-guide-page .case-study .container .grid-row{flex-grow:1}.country-guide-page .case-study .decorative-line{width:50%}@media(max-width: 640px){.country-guide-page .case-study .button{width:auto}}.country-guide-page .case-study .button::after{content:"→";margin-left:1em}.country-guide-page .next-steps .container{padding:150px 0}@media(min-width: 961px){.country-guide-page .next-steps .container .cta-link{font-size:36px}}.country-guide-page .next-steps .container .with-arrow{margin:0}.country-guide-page .next-steps .container .with-arrow:before{display:none}.country-guide-page .next-steps .container .with-arrow:after{content:"➔";margin-left:0}.country-guide-page .news-events .card{height:100%}.markets-landing .markets-header{position:relative;padding-top:70px}.markets-landing .controls{position:absolute;top:0;left:0;width:100%}.markets-landing .controls label{display:none}@media(max-width: 640px){.markets-landing .controls .mobile-filter-toggle,.markets-landing .controls .sort-control{width:50%;float:left;margin-bottom:0;height:43px;border:2px solid #dfd5c5;background-color:#fff;color:#333;font-family:"Roboto",arial,helvetica,verdana,sans-serif;line-height:1em;font-size:19px;font-weight:normal;text-align:center;text-align-last:center;cursor:pointer}}.markets-landing .card{min-height:0}.markets-landing .card .heading-large{font-size:16px}.markets-landing .card .subheading{font-size:14px}.markets-landing .card .card-image{display:none}.markets-landing .card .card-inner>:last-child{margin-bottom:0}@media(min-width: 641px){.markets-landing .card .heading-large{font-size:19px}.markets-landing .card .subheading{font-size:15px}.markets-landing .card .card-image{display:block}}.markets-landing .pagination{width:100%}.markets-landing .pagination ol{display:none}@media(min-width: 641px){.markets-landing .markets-header{padding-top:0}.markets-landing .controls{position:static}.markets-landing .controls .sort-control{width:auto;min-width:200px;padding-right:60px;background-color:#fff}.markets-landing .controls label{display:inline}.markets-landing .controls .mobile-filter-toggle{display:none}.markets-landing .pagination ol{display:block}}@media(min-width: 1025px){.markets-landing .pagination{width:75%}}.js-enabled .markets-landing input[type=submit]{display:none}@media(max-width: 640px){.markets-landing .card{margin-bottom:15px}.markets-landing .card .card-inner{padding:20px}.markets-landing .card .card-inner>:last-child{margin-bottom:0}}.accessibility-skip-to-section{font-weight:400;background-color:transparent;color:#fff;display:inline-block;padding:15px;overflow:hidden;position:absolute;text-indent:-1000px;z-index:-1}.accessibility-skip-to-section:hover{z-index:10}.accessibility-skip-to-section:focus{outline:3px solid #ffbf47;outline-offset:0;background-color:#ffbf47;color:#132965;left:0;text-indent:0;top:0;z-index:10}#content{padding:0;color:#333}/*# sourceMappingURL=main.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}@media(max-width: 960px){.reverse-columns-l{flex-direction:column-reverse}}@media(max-width: 768px){.reverse-columns-m{flex-direction:column-reverse}}@media(max-width: 640px){.reverse-columns-s{flex-direction:column-reverse}.button-large{width:100%}}.font-overpass{font-family:"Overpass",arial,helvetica,verdana,sans-serif}.highlight-circle{display:inline-block;font-size:19px;font-weight:700;border-radius:50%;height:45px;width:45px;color:#fff;text-align:center;padding-top:8px}.centre-children{text-align:center}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{font-size:20px;line-height:30px}.magna-header .container{max-width:1230px;margin:0 15px}@media(min-width: 641px){.magna-header .container{margin:0 14px}}@media(min-width: 769px){.magna-header .container{margin:0 16px}}@media(min-width: 1025px){.magna-header .container{margin:0 30px}}@media(min-width: 1290px){.magna-header .container{margin:0 auto}}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{padding:20px 0;background:#1e1348;font-family:"Overpass",Arial,Helvetica,sans-serif;font-weight:400}.magna-header:after{display:block;content:"";clear:both}.magna-header a,.magna-header__dropdown a{font-size:1rem;color:#fff;text-decoration:none}.magna-header a:hover,.magna-header__dropdown a:hover{text-decoration:underline}.magna-header__logo{float:left;position:relative;z-index:1;margin-right:1rem;margin-bottom:-100%}.magna-header__logo img{display:block;width:auto;height:60px;margin-top:15px}@media screen and (min-width: 640px){.magna-header__logo img{height:75px;margin-top:13px}}.magna-header__extra-links{float:right;margin:0}.magna-header__extra-links li{display:inline-block;margin-left:1rem}.magna-header__menu{position:relative;float:right;clear:right;display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;align-items:center}@media screen and (min-width: 640px){.magna-header__menu{flex-direction:row-reverse;justify-content:flex-start;padding-left:170px;margin-top:0}}.magna-header__dropdown-button{position:relative;z-index:5;display:none;align-items:center;padding:.5rem 1rem;margin-top:.5rem;background:#1e1348;border:2px solid #fff;font-family:"Overpass",Arial,Helvetica,sans-serif;font-size:1rem;color:#fff;cursor:pointer}.js-enabled .magna-header__dropdown-button{display:flex}.magna-header__dropdown-button:focus{outline:4px solid #ffd000}@media screen and (min-width: 640px){.magna-header__dropdown-button{margin:1rem 0 0 2rem}}.magna-header__dropdown-button[aria-expanded=true]{background:#006ccc}.magna-header__dropdown-button__icon{display:inline-block;position:relative;width:20px;height:20px;margin-left:10px;pointer-events:none}.magna-header__dropdown-button__icon:before,.magna-header__dropdown-button__icon:after{content:"";display:block;position:absolute;width:100%;height:2px;background-color:#fff;left:0;transition:all .2s ease}.magna-header__dropdown-button__icon:before{top:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:before{width:25px;top:9px;left:-2px;transform:rotate(45deg)}.magna-header__dropdown-button__icon:after{bottom:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:after{width:25px;bottom:9px;left:-2px;transform:rotate(-45deg)}.magna-header__overlay{display:none;position:fixed;z-index:2;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5)}[aria-expanded=true]~.magna-header__overlay{display:block}.magna-header__dropdown{display:block;z-index:4;left:0;right:0;top:49px;margin:0 -15px;background:#4b426d;overflow:visible}.js-enabled .magna-header__dropdown{display:none;position:absolute}.magna-header__dropdown[aria-hidden=true]{display:none}.magna-header__dropdown[aria-hidden=false],.js-enabled .magna-header__dropdown--open{display:block;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}@media screen and (min-width: 640px){.magna-header__dropdown{left:auto;top:57px;width:370px;margin:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.magna-header__greeting{padding:15px;background-color:#006ccc;font-family:"Overpass",Arial,Helvetica,sans-serif;color:#fff}.magna-header__menu-items{margin:0;padding:5px 20px}.magna-header__menu-items li{margin:0;padding:0}.magna-header__menu-items li:not(:last-child){border-bottom:1px solid #635a7f}.magna-header__menu-items a,.magna-header__menu-items button{position:relative;display:block;padding:.5rem 0;font-size:1em;font-family:"FS Lucas",Arial,Helvetica,sans-serif}.magna-header__menu-items a:focus,.magna-header__menu-items button:focus{outline:4px solid #ffd000}.magna-header__menu-items a .tag,.magna-header__menu-items button .tag{position:absolute;right:0}.magna-header__menu-items button{width:100%;color:#fff;text-align:left;background:none;border:0;cursor:pointer}.magna-header__menu-items button:hover{text-decoration:underline}.magna-header__menu-items .button:hover{text-decoration:none}.magna-header__search{clear:both;display:flex;flex-basis:100%;justify-content:space-between;margin-top:1rem}@media screen and (min-width: 640px){.magna-header__search{flex-basis:auto}}@media screen and (min-width: 1024px){.magna-header__search{margin-left:2rem}}.magna-header__search input{flex-grow:1;min-width:10rem;padding-left:1rem;font-family:"FS Lucas",Arial,Helvetica,sans-serif;border-radius:0}.magna-header__search input:focus{padding:0 0 0 1rem}.magna-header__search button{flex-shrink:0;height:42px;width:42px;background-repeat:no-repeat;background-position:50%;background-color:#006ccc;background-image:url("/static/images/search.svg");background-size:20px;border:0;color:#fff;cursor:pointer}.magna-header__search button:focus{outline:4px solid #ffd000}.magna-header__nav{margin:1rem 0 0}.magna-header__nav li{display:inline-block;margin:0;padding:0}.magna-header__nav a{display:inline-block;margin:0 0 0 2rem;padding:.5rem 0}.magna-header__nav a:focus{outline:4px solid #ffd000}.magna-header__nav a.active{text-decoration:underline}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.m-f-auto,.m-l-auto{margin-left:auto}.m-r-auto{margin-right:auto}.m-h-auto{margin-left:auto;margin-right:auto}.min-height-s{min-height:29.999999992px}.h-100{height:100%}.d-flex{display:flex}@media(min-width: 641px){.d-flex-t{display:flex}}.flex-center{display:flex;align-items:center;justify-items:center}.flex-jc-space-between{justify-content:space-between}.flex-ai-center{align-items:center}.f-r{float:right}.f-l{float:left}.f-clear{clear:both}.relative{position:relative}.hide-on-mobile{display:none}@media(min-width: 641px){.hide-on-mobile{display:inherit}}@media screen and (min-width: 640px){.hide-sm{display:none}}@media screen and (max-width: 640px){.hide-sm_lt{display:none}}@media screen and (min-width: 640px)and (max-width: 768px){.hide-sm_o{display:none}}@media screen and (min-width: 768px){.hide-md{display:none}}@media screen and (max-width: 768px){.hide-md_lt{display:none}}@media screen and (min-width: 768px)and (max-width: 1024px){.hide-md_o{display:none}}@media screen and (min-width: 1024px){.hide-lg{display:none}}@media screen and (max-width: 1024px){.hide-lg_lt{display:none}}@media screen and (min-width: 1024px)and (max-width: 1200px){.hide-lg_o{display:none}}@media screen and (min-width: 1200px){.hide-xl{display:none}}@media screen and (max-width: 1200px){.hide-xl_lt{display:none}}.width-full{width:100%}:root{--radius: 10px}.radius{border-radius:var(--radius)}.radius-top{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.radius-bottom{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}@media screen and (min-width: 640px){.radius-s{border-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-top-s{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-bottom-s{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}}.radius--small{--radius: 5px}.tag{font-size:20px;line-height:30px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;background:#eb4f4d;border:2px solid transparent;border-radius:5px;color:#fff;cursor:pointer;padding:0 13px}.tag:hover,.tag:active,.tag:focus,.tag:focus:active{background:#e41f13}.tag[disabled]{cursor:auto;opacity:.4}.tag--icon{padding:0 8px 0 13px}.tag--icon i{color:#fce9e9;margin-left:8px;transform:scale(0.85);vertical-align:middle}.tag--small{font-size:var(--font-size-body-2);line-height:20px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;color:#fff;padding:2px 13px}.tag--small.tag--icon{padding:2px 7px 2px 12px}.tag--secondary{background:#4b426d}.tag--secondary:hover,.tag--secondary:active,.tag--secondary:focus,.tag--secondary:focus:active{background:#1e1348}.tag--secondary i{color:#e9e7ed}.tag--tertiary{background:#fff;border-color:#4b426d;color:#4b426d}.tag--tertiary:hover,.tag--tertiary:active,.tag--tertiary:focus,.tag--tertiary:focus:active{background:#e9e7ed;border-color:#1e1348;color:#1e1348}.tag--tertiary i{color:#4b426d}.Modal-Container{z-index:11;position:fixed;display:none;padding:0;left:0;right:0;top:0;bottom:0}.Modal-Container .content{width:calc(100% - 60px);max-width:900px;margin:30px auto 0;border:#8e969c solid 1px;max-height:calc(100vh - 60px);padding:15px;overflow:hidden;background-color:#fff;position:relative;z-index:0}.Modal-Container .content details{margin:15px 0 5px}.Modal-Container .content video{width:100%}.Modal-Container .close{background:#fff;padding:15px;color:#006ccc;cursor:pointer;font-size:inherit;position:absolute;text-decoration:underline;right:30px;top:30px;z-index:1;width:auto}.Modal-Container .close:focus{outline:#ffd000 solid 6px;outline-offset:0}.Modal-Overlay{z-index:10;background-color:#000;display:none;left:0;top:0;bottom:0;right:0;opacity:.4;position:fixed}@media(max-width: 480px){.Modal-Container .content{width:calc(100% - 30px)}.Modal-Container .content{margin:15px;padding:20px 15px}}@media(max-width: 640px){.Modal-Container .close{right:15px;top:20px;padding:10px}}@media(max-width: 900px){.Modal-Container .content{margin:30px}}@media(max-height: 650px){.Modal-Container .content video{max-height:250px;margin:0 auto}.close{right:15px;top:20px}.content{margin:15px;padding:20px 15px}}.js-enabled .reveal-content{display:none}.js-enabled .reveal-content[aria-hidden=false]{display:inherit}.language-selector-control{overflow:hidden}.language-selector-control button{color:#fff;font-size:14px;line-height:24px;padding:0 10px}.language-selector-control form{color:#fff;margin:5px 0 0 0;position:relative;z-index:0}.language-selector-control form.enhancedLanguageSelector button{display:none}.language-selector-control option{background-color:#666;color:#000}.language-selector-control p,.language-selector-control select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;background-color:transparent;border:1px solid #666;border-radius:0;color:#fff;cursor:pointer;height:27px;line-height:27px;margin:0;padding:0;width:auto}.language-selector-control .SelectTraker-Tracker{background-image:url("/static/icons/eig-world-language-icon.svg");background-position:left center;background-repeat:no-repeat;background-size:20px;border:none;display:inline-block;padding-left:30px}.language-selector-control .SelectTraker-Tracker .code{text-transform:uppercase}.language-selector-control .SelectTraker-Tracker .code:after{content:" - "}.language-selector-control .SelectTracker-Select{border:none;opacity:0;position:absolute;right:0;text-indent:-1000px;top:0}.language-selector-control .SelectTracker-Select:focus{min-width:150px}.language-selector-control .SelectTracker-Select:focus+p{outline:3px solid #ffd000}.language-selector-dialog a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}.language-selector-dialog li{display:inline;float:none}.language-selector-dialog .domestic-redirect{padding-top:15px}.language-selector-dialog .domestic-redirect span{display:block}.language-selector-dialog .languages{padding-bottom:15px}.LanguageSelectorDialog-Modal{top:0}.LanguageSelectorDialog-Modal a{font-size:21px;text-decoration:underline}.LanguageSelectorDialog-Modal li{float:left;margin-bottom:30px}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px}.LanguageSelectorDialog-Modal #great-languages-selector{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:36px;font-weight:600;line-height:1.1em;margin:0 0 1em 0;font-weight:normal}.LanguageSelectorDialog-Modal ul{display:block}.LanguageSelectorDialog-Modal .countries{overflow:hidden}.LanguageSelectorDialog-Modal .countries a{background-position:top left;background-repeat:no-repeat;background-size:40px;display:block;min-height:40px;padding:5px 0 0 50px}.LanguageSelectorDialog-Modal .languages{overflow:hidden;padding:0}.LanguageSelectorDialog-Modal .domestic-redirect{float:right;padding-left:30px;padding-top:71px;width:33.3333333333%}.LanguageSelectorDialog-Modal .domestic-redirect p{font-size:inherit;font-weight:normal}.LanguageSelectorDialog-Modal .domestic-redirect span{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;display:block;max-width:215px;padding-top:15px}#header-bar .LanguageSelectorDialog-Tracker{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;margin-left:5px;background-image:url("/static/icons/eig-world-language-icon.svg");background-position:0px 2px;background-repeat:no-repeat;background-size:20px;color:#fff;cursor:pointer;display:inline-block;padding-left:25px;text-decoration:none}#header-bar .LanguageSelectorDialog-Tracker:hover{color:#fff;text-decoration:underline}#header-bar .LanguageSelectorDialog-Tracker .label{font-weight:bold;text-transform:capitalize}#header-bar .LanguageSelectorDialog-Tracker .lang{font-weight:bold;text-transform:uppercase}#header-bar .LanguageSelectorDialog-Tracker .lang:after{content:" - "}@media(min-width: 768px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .countries li:nth-child(4n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages ul{padding:5px}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .languages li:nth-child(4n+1){clear:left;margin-left:0}}@media(min-width: 481px)and (max-width: 767px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.LanguageSelectorDialog-Modal .languages li:nth-child(3n+1){clear:left;margin-left:0}}@media screen and (max-width: 580px){.LanguageSelectorDialog-Modal{width:100%;left:0;top:15px}.LanguageSelectorDialog-Modal .close{top:30px;right:30px}.LanguageSelectorDialog-Modal .languages{width:auto}.LanguageSelectorDialog-Modal .domestic-redirect{float:none;padding-left:0;width:auto}.LanguageSelectorDialog-Modal #great-languages-selector{width:80%}}@media screen and (max-width: 480px){#great-languages-select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;font-weight:bold}.LanguageSelectorDialog-Modal{padding:15px}.LanguageSelectorDialog-Modal .content{padding:20px 30px}.LanguageSelectorDialog-Modal a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal .countries a{background-size:20px;min-height:20px;padding:0 0 0 30px}.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:20px;width:calc((100% - (20px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .domestic-redirect{padding-top:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:10px;width:calc((100% - (10px * 1)) / 2)}.LanguageSelectorDialog-Modal .languages li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages p{left:0;top:10px}.LanguageSelectorDialog-Tracker .label,.LanguageSelectorDialog-Tracker .lang::after{position:absolute;z-index:-1}}.eu-exit-banner{border-left:5px solid #0661cf;padding-left:20px;padding-top:5px;padding-bottom:5px}.eu-exit-banner h2{display:inline;font-weight:bold;margin:0}.eu-exit-banner p{display:inline;margin-left:6px;padding:0}.eu-exit-banner div{width:80%}@media(min-width: 768px){.eu-exit-banner{width:80%}}.pagination{text-align:center;width:75%;margin:45px auto 0}.search-results-list .pagination a{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;outline:#ffd000 solid 6px;outline-offset:0;background-color:#fff;border-color:#006ccc;color:#006ccc;margin-bottom:15px;padding-left:15px;padding-right:15px}.search-results-list .pagination a:focus{border-color:#fff}.search-results-list .pagination a:hover{background-color:#006ccc;border-color:#006ccc;color:#fff}.search-results-list .pagination li{display:inline-block}.search-results-list .pagination .current{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;background-color:#006ccc;border-color:#006ccc;color:#fff;cursor:default;padding-left:15px;padding-right:15px}.search-results-list .pagination .next{float:right}.search-results-list .pagination .previous{float:left}.search-results-list .pagination ul{display:inline-block}.blue-underline>.container{border-bottom:5px solid #006ccc;padding-bottom:3em}.float-right{float:right}.float-left{float:left}.fixed{position:fixed}.clear-none{clear:none}.display-none{display:none}.display-block{display:block}.display-only-js{display:none}.js-enabled .display-only-js{display:block}.display-only-no-js{display:block}.js-enabled .display-only-no-js{display:none}.sector-potential-section .view-markets{width:100%;display:inline-block;text-align:center;font-size:19px}@media(min-width: 1081px){.sector-potential-section .sector-potential-wrapper{background:url("/static/images/globe.png") calc(100% + 100px) -150px no-repeat;background-size:auto 110%}}@media(min-width: 641px){.sector-potential-section .view-markets{width:auto}}.sector-potential-form select{width:100%;background-color:#fff}.sector-potential-form .button.show-markets:disabled{pointer-events:none;background:#e2d9cb;color:#f5f2ed}@media(min-width: 641px){.sector-potential-form .view-markets{width:auto}.sector-potential-form select{max-width:650px}}@media(min-width: 961px){.sector-potential-form select{max-width:770px}}.sector-selector-quick-links .quick-links-separator{margin:0 0 45px 0;height:2px;background-color:#8e969c}.sector-selector-quick-links li{display:none;text-align:center;float:left}.sector-selector-quick-links .quick-link{text-decoration:none}.sector-selector-quick-links .sector-name{font-weight:600;text-decoration:underline}.sector-selector-quick-links .quick-links-icon{height:60px;display:block;margin:0 auto 15px}.sector-selector-quick-links .sector-name,.sector-selector-quick-links .sector-page-count{font-size:16px;line-height:16px}@media(max-width: 640px){.sector-selector-quick-links{display:none}}@media(min-width: 641px){.sector-selector-quick-links li:nth-child(-n+3){display:block;width:33.3333333333%}}@media(min-width: 769px){.sector-selector-quick-links li:nth-child(-n+4){display:block;width:25%}}@media(min-width: 961px){.sector-selector-quick-links li:nth-child(-n+6){display:block;width:16.66%}}@media(min-width: 1081px){.sector-selector-quick-links .quick-links-separator{width:60%}}.chevron-banner{position:relative}.chevron-banner:hover .chevron-banner__link-container{background-color:#b31424}@media(min-width: 20em){.chevron-banner:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover.svg")}}.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:2px solid;border-color:#fff}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:0}}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover-border.svg")}}.chevron-banner:focus-within .chevron-banner__link-container{border-right:2px solid;border-color:#0b0c0c;background-color:#fd0}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container{border-right:0}}.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-small.svg")}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-focus.svg")}}.chevron-banner__link-container{background-color:#e61e32;padding:20px;border-radius:5px;border:2px solid transparent;border-right:0}@media(min-width: 20em){.chevron-banner__link-container{border-radius:5px 0 0 5px;margin-right:120px;padding:15px}}@media(min-width: 48.0625em){.chevron-banner__link-container{padding:20px}}.chevron-banner__link-container:after{content:"";position:absolute;right:10px;top:0;width:25px;height:100%;background:url("/static/icons/chevron-banner-small.svg") center right no-repeat;background-size:25px 25px}@media(min-width: 20em){.chevron-banner__link-container:after{content:"";display:block;position:absolute;top:0;right:0;height:100%;min-width:120px;background:url("/static/icons/chevron-banner.svg") -1px center no-repeat;background-size:auto 100%}}@media screen and (min-width: 0\0 )and (min-width: 320px)and (max-width: 364px){.chevron-banner__link-container:after{background-position:-15px center}}@media screen and (min-width: 0\0 )and (min-width: 365px)and (max-width: 640px){.chevron-banner__link-container:after{background-position:-28px center}}@media screen and (min-width: 0\0 )and (min-width: 641px)and (max-width: 769px){.chevron-banner__link-container:after{background-position:-20px center}}@media screen and (min-width: 0\0 )and (min-width: 770px){.chevron-banner__link-container:after{background-position:-14px center}}@media(max-width: 19.99em){.chevron-banner__link{display:block}}.chevron-banner__link{font-size:18px;line-height:20px}@media(min-width: 641px){.chevron-banner__link{font-size:24px;line-height:26px}}@media(min-width: 769px){.chevron-banner__link{font-size:32px;line-height:34px}}@media(min-width: 961px){.chevron-banner__link{font-size:36px;line-height:38px}}.chevron-banner__link:link,.chevron-banner__link:visited,.chevron-banner__link:hover{font-family:"Overpass",arial,helvetica,verdana,sans-serif;font-weight:700;color:#fff;text-decoration:none}.chevron-banner__link:link:focus,.chevron-banner__link:focus,.chevron-banner__link:link:active,.chevron-banner__link:active,a.chevron-banner__link:active:focus{color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;outline:none}.chevron-banner__link:after{content:"";position:absolute;z-index:10;top:0;left:0;width:100%;height:100%}.filters .filter-section{border-bottom:2px solid #e2d9cb}.filters .filter-section:last-child{border-bottom:none}.filters .filter-section>label{display:block;padding:8px 5px 8px 0;cursor:pointer}.filters .filter-section>label:after{content:"";transform:rotate(45deg);border-style:solid;position:relative;border-color:#000;border-width:2px 0 0 2px;top:5px;float:right;height:8px;margin:5px 0 0 0;right:3px;width:8px}.filters .filter-section .multiple-choice label{padding:4px 0 8px}.filters .filter-section .options{display:none;max-height:300px;overflow-y:scroll;margin-bottom:15px}.filters .filter-section .options ul{overflow:hidden}.filters .filter-section .options.full-height{max-height:none;overflow:auto}.filters .filter-section>input[type=checkbox]:checked+label:after{border-width:0 2px 2px 0;top:2px}.filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.filters>h2 span,.filters .filters-sticky-footer{display:none}.filters .mobile-filter-toggle{display:block;cursor:pointer}.js-enabled .filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span{display:none}.filters.mobile-filters{position:absolute;top:0;left:0;background-color:#f5f2ed;z-index:50;width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;padding:30px 20px 100px}.filters.mobile-filters>h2{font-size:19px}.filters.mobile-filters .filter-section>input[type=checkbox]{display:none}.filters.mobile-filters>ul,.filters.mobile-filters>h2 span{display:block}.filters.mobile-filters .options{max-height:none;overflow:auto}.filters.mobile-filters .mobile-filter-toggle{display:none}.filters.mobile-filters .filters-sticky-footer{position:fixed;display:block;bottom:0;left:0;width:100%;background-color:#fff;text-align:center;padding:10px 20px}.filters.mobile-filters .filters-sticky-footer .cancel,.filters.mobile-filters .filters-sticky-footer .update{width:50%;float:left}.filters.mobile-filters .filters-sticky-footer .cancel{padding:10px 30px;display:inline-block}@media(min-width: 641px){.filters{position:relative}.filters .mobile-filter-toggle{display:none}.filters>h2 span{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span,.js-enabled .js-enabled .filters{display:block}}.tabs__nav{border-bottom:2px solid #dfd5c5}.tabs__nav li{display:inline-block}.tabs__nav button{display:block;border:0;border-bottom:4px solid transparent;padding:.5em 1em;margin:0 0 -2px;background:transparent;color:#666}.tabs__nav button[aria-expanded=true],.tabs__nav button:hover{background:transparent;color:#333;border-bottom-color:#333}.barchart td,.barchart th{font-size:1rem;border:0}.barchart__legend{padding:0;font-weight:normal}.barchart__legend:before{content:"";display:inline-block;width:1em;height:1em;margin-right:.5em;vertical-align:text-top;background:#006ccc}.barchart__title-cell{padding:0 .5em 0 0;width:40%;text-align:right;vertical-align:middle}.barchart__bar-cell{padding:3px 0;vertical-align:middle}.barchart__bar{display:inline-block;padding:.5em 0;background:#006ccc;color:#fff;text-shadow:1px 1px 0 #006ccc;text-indent:.5em}.barchart__bar--small{color:currentColor;text-shadow:none;text-indent:calc(.375em + 100%)}table th,table td{border-color:#8e969c}#menu-activator{margin-top:0}a:active{background-color:#ffd000}a:focus{outline:#ffd000 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose,.sector-potential-form #id_sector-container label,.filters .filter-section>input[type=checkbox]{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}.campaign-video-transcript{display:none}.campaign-video-transcript details{border:0;padding:0}@media(max-width: 640px){.campaign-video-transcript details{margin:15px 0 0}}.campaign-video-transcript-text{overflow-y:scroll;padding-bottom:30px}.landing-page .button-video{position:relative}@media(min-width: 769px){.landing-page .button-video{background-color:#fff;color:#006ccc}}.landing-page .campaign-section{padding:0;position:relative;color:#6f787a}.landing-page .campaign-section img{display:block}.landing-page .campaign-related-link{font-weight:700;font-family:"Overpass",arial,helvetica,verdana,sans-serif;display:block;text-align:center}.landing-page .campaign-related-link:active:hover{color:#1e1348}@media(min-width: 641px){.landing-page .campaign-related-link{display:inline;text-align:left;margin-left:15px}}@media(min-width: 769px){.landing-page .campaign-related-link{color:#fff;margin-left:30px}}.landing-page .campaign-heading-container{margin-bottom:30px}.landing-page .campaign-heading{text-transform:uppercase}.landing-page .campaign-heading .if-we-can{display:inline-block;white-space:pre}.landing-page .campaign-content-container{padding-top:30px}@media(min-width: 769px){.landing-page .campaign-section{color:#fff}.landing-page .campaign-content-container{padding:60px;z-index:1;position:absolute;overflow:visible;top:0;bottom:0;left:0;right:0}.landing-page .campaign-heading-container{position:absolute;top:0;bottom:0;right:0;left:0}.landing-page .campaign-heading{max-width:310px;position:absolute;margin-top:60px}.landing-page .campaign-heading .if-we-can{background-color:#e41f13;padding:0 10px 0 30px;white-space:normal}.landing-page .campaign-heading .if-we-can:last-child{margin-top:4px}.landing-page .campaign-subsection{position:absolute;bottom:0}}@media(min-width: 961px){.landing-page .campaign-heading{font-size:52px}}@media(min-width: 1261px){.landing-page .campaign-heading{margin-left:0}}.landing-page .prepare-for-brexit-section .container{border-top:2px solid #e2d9cb}.landing-page .prepare-for-brexit-section .card{min-height:0}.landing-page .sector-potential-section .sector-potential-wrapper{background-color:#f5f2ed}.landing-page .export-goods-from-uk .content-column{padding-top:15px}@media(min-width: 769px){.landing-page .export-goods-from-uk .content-column{padding-top:0}.landing-page .export-goods-from-uk .content-column .button{margin:0 auto}}.article-list-page .number-display{margin-left:10px}.article-list-page .information-banner{background-color:#fff;border:solid #dfd5c5 2px}.article-list-page .list-teaser{padding:2em 0;line-height:1.5}.article-list-page .content-list li{margin-bottom:0;padding-bottom:1em;border-bottom:1px solid #d8d8d8}.article-list-page .content-list li:last-child{border:0}.article-list-page .content-list li a{display:inline-block}.article-list-page .error-reporting{padding-top:30px}.article-list-page .card-inner{padding:30px}.tag-list-page .hero .tag-name{display:block}.article-detail-page article.grid-row{margin-bottom:100px}.article-detail-page article header{padding-bottom:30px}.article-detail-page article header .column-seven-twelfths{padding-bottom:1em}.article-detail-page article header .heading-xlarge{margin-top:.2em}.article-detail-page .column-seven-ninths{width:77.7777777778%;float:right}.article-detail-page .article-content{padding-top:1em;line-height:1.75}.article-detail-page img+.video-container{margin-top:30px}.article-detail-page .quote{background-color:#f5f2ed;width:calc(100vw - 15px);margin:60px 0 60px -30px;padding:30px;font-family:georgia,verdana,serif;font-style:italic}.article-detail-page .quote .body-text{display:block;margin-bottom:15px}.article-detail-page .quote .body-text+:last-child{font-size:19px;font-style:normal}.article-detail-page .quote:before{color:#dfd5c5;content:"“";display:block;font-family:sans-serif;font-size:120px;font-weight:600;height:60px;left:-15px;line-height:120px;position:relative}.article-detail-page .quote:after{content:"";display:block;clear:both}.article-detail-page .content-list li a{display:block}.article-detail-page .related-content-cards{background-color:#f5f2ed;padding-top:30px}.article-detail-page .column-quarter .content-list:last-child{margin-bottom:30px}.article-detail-page .article-content table td,.article-detail-page .article-content table th{border-bottom:1px solid #666}.article-detail-page .article-content hr{background:#666}.article-detail-page .related-content-list .button.cta{width:100%}@media(max-width: 640px){.article-detail-page .column-seven-ninths{width:100%;float:none}.article-detail-page .article-content{margin-left:0}.article-detail-page .related-content-list .content-list{display:none}}@media(min-width: 641px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{padding-left:calc(22.2222222222% + 35px)}.article-detail-page .article-content .quote .body-text{max-width:calc(980px - 25%);width:75%}}@media(min-width: 1261px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{width:calc(100vw - 8px);margin-left:calc(600px - 50vw);padding-left:calc(50vw - 600px + 22.2222222222% + 5px)}}.column-11-12{width:91.6666666667%}.campaign-page .selling-points-list .heading{margin-top:10px}.campaign-page .related-content img{width:100%}@media(max-width: 640px){.section-two-image{margin:0 0 15px 0}.section-two-image img{width:100%}}.accordion-divider{border-top:1px solid #d8d8d8}.accordion-divider:last-child{border-bottom:1px solid #d8d8d8}.accordion-expander{text-decoration:none;color:#006ccc;font-weight:700;position:relative;display:flex;width:100%;padding:0;background:none;border:0;align-items:center;min-height:88px;cursor:pointer}.accordion-expander:focus::-moz-focus-inner{border:0}.accordion-expander:focus:focus{outline:#ffbf47 solid 3px}.accordion-expander:after{content:"+";font-weight:700;font-size:36px;position:absolute;right:15px;color:#000}.accordion-expander[aria-expanded=true]:after{content:"–"}.accordion-content[aria-hidden=true]{display:none}.accordion-icon{height:60px;width:60px}.accordion-content .with-arrow{margin:0}.accordion-content .with-arrow:before{display:none}.accordion-content .with-arrow:after{content:"➔";margin-left:0}.accordion-content .subsection-icon{height:50px}.country-guide-page .teaser-section .content-list li{margin-bottom:.75em}@media(min-width: 769px){.country-guide-page .teaser-section .teaser{padding-right:11.1111111111%}}@media(min-width: 769px){.country-guide-page .section-one-body{padding-right:8.3333333333%}}.country-guide-page .section-one-body h2:first-child{margin-top:0}.country-guide-page .case-study{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff}.country-guide-page .case-study .container{min-height:597px;display:flex;align-items:center}.country-guide-page .case-study .container .grid-row{flex-grow:1}.country-guide-page .case-study .decorative-line{width:50%}@media(max-width: 640px){.country-guide-page .case-study .button{width:auto}}.country-guide-page .case-study .button::after{content:"→";margin-left:1em}.country-guide-page .next-steps .container{padding:150px 0}@media(min-width: 961px){.country-guide-page .next-steps .container .cta-link{font-size:36px}}.country-guide-page .next-steps .container .with-arrow{margin:0}.country-guide-page .next-steps .container .with-arrow:before{display:none}.country-guide-page .next-steps .container .with-arrow:after{content:"➔";margin-left:0}.country-guide-page .news-events .card{height:100%}.markets-landing .markets-header{position:relative;padding-top:70px}.markets-landing .controls{position:absolute;top:0;left:0;width:100%}.markets-landing .controls label{display:none}@media(max-width: 640px){.markets-landing .controls .mobile-filter-toggle,.markets-landing .controls .sort-control{width:50%;float:left;margin-bottom:0;height:43px;border:2px solid #dfd5c5;background-color:#fff;color:#333;font-family:"Roboto",arial,helvetica,verdana,sans-serif;line-height:1em;font-size:19px;font-weight:normal;text-align:center;text-align-last:center;cursor:pointer}}.markets-landing .card{min-height:0}.markets-landing .card .heading-large{font-size:16px}.markets-landing .card .subheading{font-size:14px}.markets-landing .card .card-image{display:none}.markets-landing .card .card-inner>:last-child{margin-bottom:0}@media(min-width: 641px){.markets-landing .card .heading-large{font-size:19px}.markets-landing .card .subheading{font-size:15px}.markets-landing .card .card-image{display:block}}.markets-landing .pagination{width:100%}.markets-landing .pagination ol{display:none}@media(min-width: 641px){.markets-landing .markets-header{padding-top:0}.markets-landing .controls{position:static}.markets-landing .controls .sort-control{width:auto;min-width:200px;padding-right:60px;background-color:#fff}.markets-landing .controls label{display:inline}.markets-landing .controls .mobile-filter-toggle{display:none}.markets-landing .pagination ol{display:block}}@media(min-width: 1025px){.markets-landing .pagination{width:75%}}.js-enabled .markets-landing input[type=submit]{display:none}@media(max-width: 640px){.markets-landing .card{margin-bottom:15px}.markets-landing .card .card-inner{padding:20px}.markets-landing .card .card-inner>:last-child{margin-bottom:0}}.accessibility-skip-to-section{font-weight:400;background-color:transparent;color:#fff;display:inline-block;padding:15px;overflow:hidden;position:absolute;text-indent:-1000px;z-index:-1}.accessibility-skip-to-section:hover{z-index:10}.accessibility-skip-to-section:focus{outline:3px solid #ffbf47;outline-offset:0;background-color:#ffbf47;color:#132965;left:0;text-indent:0;top:0;z-index:10}#content{padding:0;color:#333}/*# sourceMappingURL=main.css.map */ diff --git a/domestic/static/styles/main.css.map b/domestic/static/styles/main.css.map index 84aac565c2..75268f5c77 100644 --- a/domestic/static/styles/main.css.map +++ b/domestic/static/styles/main.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_utils.scss","../../sass/partials/_colours.scss","../../../node_modules/great-styles/src/scss/helpers/_vars.scss","../../sass/overrides/_magna.scss","../../../node_modules/great-styles/src/scss/_design-tokens-temp.scss","../../../node_modules/great-styles/src/scss/components/header-footer/_header.scss","../../../node_modules/great-styles/src/scss/_design-tokens.scss","../../../node_modules/great-styles/src/scss/helpers/_mixins.scss","../../../node_modules/great-styles/src/scss/helpers/_colours.scss","../../../node_modules/great-styles/src/scss/helpers/_breakpoints.scss","../../../node_modules/great-styles/src/scss/elements/_utils.scss","../../../node_modules/great-styles/src/scss/elements/_tags.scss","../../sass/components/_modal.scss","../../sass/components/_language-selector-home.scss","../../sass/components/_eu-exit-banner.scss","../../sass/components/_pagination.scss","../../sass/partials/_mixins.scss","../../sass/components/_utils.scss","../../sass/components/_sector-selector-form.scss","../../sass/components/_chevron-banner.scss","../../sass/components/_filters.scss","../../sass/components/_tabs.scss","../../sass/components/_bar-chart.scss","../../sass/partials/_general.scss","../../sass/pages/_landing-page.scss","../../sass/pages/_article-list.scss","../../sass/pages/_tag-list.scss","../../sass/pages/_article-detail.scss","../../sass/pages/_campaign-page.scss","../../sass/components/_accordion.scss","../../sass/pages/_country-guide-page.scss","../../sass/pages/_markets-landing.scss","../../sass/main.scss"],"names":[],"mappings":"CAGQ,gEACA,8DADA,gEACA,8DADA,gEACA,8DADA,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBE7EF,yBACE,mBACE,+BAIJ,yBACE,mBACE,+BAIJ,yBACE,mBACE,8BAGF,cACE,YAKJ,eACE,YHxBuB,8CG2BzB,kBACE,qBACA,eACA,gBACA,kBACA,YACA,WACA,MC3BqB,KD4BrB,kBACA,gBAGF,iBACE,kBE9CF,MACE,2BACA,2BACA,6BACA,mCCKF,cACE,eACA,iBAEA,yBACE,UDPS,OCQT,cAEA,yBAJF,yBAKI,eAGF,yBARF,yBASI,eAGF,0BAZF,yBAaI,eAGF,0BAhBF,yBAiBI,eD9BN,MACE,2BACA,2BACA,6BACA,yCECA,0BACA,0BACA,0BACA,0BACA,0BAEA,yBACA,yBACA,yBATF,MACE,0BACA,0BACA,0BACA,0BACA,0BAEA,yBACA,yBACA,yBFbF,MACE,2BACA,2BACA,6BACA,mCGMF,cAEE,eACA,WCQqB,QDPrB,kDACA,gBEqCA,oBACE,cACA,WACA,WFrCJ,0CAEE,eACA,MG4BM,KH3BN,qBAEA,sDACE,0BAIJ,oBACE,WACA,kBACA,UACA,kBACA,oBAEA,wBACE,cACA,WACA,YACA,gBInCA,qCJ+BF,wBAOI,YACA,iBAKN,2BACE,YACA,SAEA,8BACE,qBACA,iBAIJ,oBACE,kBACA,YACA,YACA,aACA,eACA,WACA,yBACA,mBI9DE,qCJsDJ,oBAWI,2BACA,2BACA,mBACA,cAIJ,+BACE,kBACA,UACA,aACA,mBACA,mBACA,iBACA,WC/DqB,QDgErB,sBACA,kDACA,eACA,MGvCM,KHwCN,eAEA,2CACE,aAvFF,qCACE,0BIDA,qCJwEJ,+BAqBI,sBAGF,mDACE,WGnCU,QHuCd,qCACE,qBACA,kBACA,WACA,YACA,iBACA,oBAEA,uFAEE,WACA,cACA,kBACA,WACA,WACA,iBGxEI,KHyEJ,OACA,wBAGF,4CACE,QAEA,+FACE,WACA,QACA,UACA,wBAIJ,2CACE,WAEA,8FACE,WACA,WACA,UACA,yBAON,uBACE,aACA,eACA,UACA,MACA,SACA,OACA,QACA,gCAEA,4CACE,cAIJ,wBACE,cACA,UACA,OACA,QACA,SACA,eACA,WCtJoB,QDuJpB,iBAEA,oCACE,aACA,kBAGF,0CACE,aAGF,qFAEE,cAEA,6BACA,qBIzLA,qCJiKJ,wBA4BI,UACA,SACA,YACA,UAIJ,0BACE,KACE,UAEF,GACE,WAIJ,kBACE,KACE,UAEF,GACE,WAIJ,wBACE,aACA,iBG1JY,QH2JZ,kDACA,MG9KM,KHiLR,0BACE,SACA,iBAEA,6BACE,SACA,UAEA,8CACE,gCAIJ,6DAEE,kBACA,cACA,gBACA,cACA,kDAhPF,yEACE,0BAmPA,uEACE,kBACA,QAIJ,iCACE,WACA,MGhNI,KHiNJ,gBACA,gBACA,SACA,eAEA,uCACE,0BAIJ,wCACE,qBAIJ,sBACE,WACA,aACA,gBACA,8BACA,gBIjRE,qCJ4QJ,sBAQI,iBIpRA,sCJ4QJ,sBAYI,kBAGF,4BACE,YACA,gBACA,kBACA,kDACA,gBAEA,kCACE,mBAIJ,6BACE,cACA,YACA,WACA,4BACA,wBACA,iBG/OU,QHgPV,kDACA,qBACA,SACA,MGrQI,KHsQJ,eAlTF,mCACE,0BAwTJ,mBACE,gBAEA,sBACE,qBACA,SACA,UAGF,qBACE,qBACA,kBACA,gBArUF,2BACE,0BAwUA,4BACE,0BH/UN,MACE,2BACA,2BACA,6BACA,mCQFF,iBACE,kBACA,gBACA,mBACA,WACA,UACA,YACA,UACA,SAIF,oBAEE,iBAGF,UACE,kBAGF,UACE,iBACA,kBAGF,cACE,WRmDQ,eQhDV,OACE,YAGF,QACE,aHJA,yBGOF,UAEI,cAIJ,aACE,aACA,mBACA,qBAGF,uBACE,8BAGF,gBACE,mBAGF,KACE,YAGF,KACE,WAGF,SACE,WAGF,UACE,kBAGF,gBACE,aH5CA,yBG2CF,gBAII,iBD3EA,qCCkFA,SACE,cDnFF,qCCkFA,YACE,cDnFF,2DCkFA,WACE,cDnFF,qCCkFA,SACE,cDnFF,qCCkFA,YACE,cDnFF,4DCkFA,WACE,cDnFF,sCCkFA,SACE,cDnFF,sCCkFA,YACE,cDnFF,6DCkFA,WACE,cDnFF,sCCkFA,SACE,cDnFF,sCCkFA,YACE,cAUJ,iBACE,qBACA,2BAKF,YACE,WAIJ,MACE,eAGF,QACE,4BAEA,YACE,qCACA,sCAGF,eACE,wCACA,yCDvHA,qCC2HF,UAEI,6BD7HF,qCCiIF,cAEI,qCACA,uCDpIF,qCCwIF,iBAEI,wCACA,0CAMN,eACE,cCxJF,KP0HE,eACA,iBACA,MEpGoB,QFqGpB,uBACA,kBACA,gBO7HA,WLYc,QKXd,6BACA,kBACA,MH6CM,KG5CN,eACA,eAEA,oDAIE,WLDa,QKIf,eACE,YACA,WAGF,WACE,qBAEA,aACE,MLJU,QKKV,gBACA,sBACA,sBAIJ,YPwEA,kCACA,iBACA,MElFoB,QFmFpB,uBACA,kBACA,gBO3EE,MHgBI,KGfJ,iBAEA,sBACE,yBAIJ,gBACE,WLnBkB,QKqBlB,gGAIE,WL3BiB,QK8BnB,kBACE,MLtBgB,QK0BpB,eACE,WHRI,KGSJ,aLnCkB,QKoClB,MLpCkB,QKsClB,4FAIE,WLnCgB,QKoChB,aL7CiB,QK8CjB,ML9CiB,QKiDnB,iBACE,MLhDgB,QMpBtB,iBACE,WACA,eACA,aACA,UACA,OACA,QACA,MACA,SAEA,0BACE,wBACA,gBACA,mBACA,yBACA,8BACA,aACA,gBACA,iBJ4BI,KI3BJ,kBACA,UAEA,kCACE,kBAGF,gCACE,WAIJ,wBACE,WJcI,KIbJ,aACA,MJ8BU,QI7BV,eACA,kBACA,kBACA,0BACA,WACA,SACA,UACA,WAEA,8BL4BF,0BACA,iBKvBF,eACE,WACA,iBJ2BM,KI1BN,aACA,OACA,MACA,SACA,QACA,WACA,eAIF,yBAEI,0BACE,wBAGF,0BACE,YACA,mBAKN,yBAEI,wBACE,WACA,SACA,cAKN,yBACE,0BACE,aAIJ,0BACE,gCACC,iBACA,cAGD,OACE,WACA,SAGF,SACE,YACA,mBC1GJ,2BACE,gBAEA,kCACE,ML2CI,KK1CJ,eACA,iBACA,eAGF,gCACE,MLoCI,KKnCJ,iBACA,kBACA,UAGE,gEACE,aAKN,kCACE,iBLmCO,KKlCP,MLuDI,KKpDN,+DhBYA,YArCoB,4CAsCpB,eACA,gBACA,mBgBZE,6BACA,sBACA,gBACA,MLaI,KKZJ,eACA,YACA,iBACA,SACA,UACA,WAGF,iDACE,kEACA,gCACA,4BACA,qBACA,YACA,qBACA,kBACA,uDACE,yBACA,6DACE,cAKN,iDACE,YACA,UACA,kBACA,QACA,oBACA,MACA,uDACE,gBACA,yDACE,0BASN,4BhBtCA,YArCoB,4CAsCpB,eACA,gBACA,mBgBuCA,6BACE,eACA,WAGF,6CACE,YdpFQ,KcqFR,kDACE,cAIJ,qCACE,ed3FQ,KcgGZ,8BACE,MACA,gCACE,eACA,0BAGF,iCACE,WACA,cd1GQ,Kc6GV,gChB/EA,YA9BoB,4CA+BpB,eACA,gBACA,mBgB8EE,cACA,cdhHQ,KcmHV,wDhB5GA,YAPoB,4CAQpB,eACA,gBACA,kBACA,iBgB0GE,mBAGF,iCACE,cAGF,yCACE,gBACA,2CACE,6BACA,4BACA,qBACA,cACA,gBACA,qBAIJ,yCACE,gBACA,UAGF,iDACE,YACA,ad/IQ,KcgJR,iBACA,Mf1IS,ee4IT,mDACE,kBACA,mBAGF,sDhBnHF,YArCoB,4CAsCpB,eACA,gBACA,mBgBkHI,cACA,gBACA,Yd3JM,KcgKZ,4ChB5HE,YArCoB,4CAsCpB,eACA,gBACA,mBgB2HA,gBACA,kEACA,4BACA,4BACA,qBACA,ML5HM,KK6HN,eACA,qBACA,kBACA,qBAEA,kDACE,MLnII,KKoIJ,0BAGF,mDACE,iBACA,0BAGF,kDACE,iBACA,yBACA,wDACE,cAON,yBAGM,4Cf7KJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,ce8KE,4CACE,YAEF,4CftLJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,eeyLJ,+CAGM,4CfjMJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,cekME,4CfvMJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,ee2MJ,qCACE,8BACE,WACA,OACA,SAEA,qCACE,SACA,WAGF,yCACE,WAGF,iDACE,WACA,eACA,WAGF,wDACE,WAKN,qCAEE,wBhBxOA,YA9BoB,4CA+BpB,eACA,gBACA,mBgBuOE,iBAGF,8BACE,Qd3QQ,Kc6QR,uCACE,kBAGF,gChBpPF,YA9BoB,4CA+BpB,eACA,gBACA,mBgBoPE,gChBvPF,YA9BoB,4CA+BpB,eACA,gBACA,mBgByPI,2CACE,qBACA,gBACA,mBAGF,4CfvQJ,WACA,YCpBY,KDqBZ,oCACA,4DACE,WACA,ceuQA,iDACE,cAIA,4CfjRJ,WACA,YCnBY,KDoBZ,oCACA,4DACE,WACA,cegRE,2CACE,OACA,IdzSM,Kc+SV,oFAEE,kBACA,YC3TN,gBACE,8BACA,kBACA,gBACA,mBAEA,mBACE,eACA,iBACA,SAGF,kBACE,eACA,gBACA,UAGF,oBACE,UAGF,yBAtBF,gBAuBI,WC3BJ,YACE,kBACA,UACA,mBAIA,mCCiCA,mBACA,iBACA,gBACA,eACA,qBACA,iBACA,iBACA,gBACA,kBACA,kBACA,qBACA,mBACA,WTwBA,0BACA,iBSIA,iBR/BM,KQgCN,aRdY,QQeZ,MRfY,QO3DV,chBFQ,KgBGR,ahBHQ,KgBIR,chBJQ,KiB8EV,yCACE,aRpCI,KQuCN,yCACE,iBRtBU,QQuBV,aRvBU,QQwBV,MR1CI,KOpCN,oCACE,qBAGF,0CCsBA,mBACA,iBACA,gBACA,eACA,qBACA,iBACA,iBACA,gBACA,kBACA,kBACA,qBACA,mBACA,WAoBA,iBRJY,QQKZ,aRLY,QQMZ,MRxBM,KQyBN,eDvDE,ahBbQ,KgBcR,chBdQ,KgBiBV,uCACE,YAGF,2CACE,WAGF,oCACE,qBE5BF,2BACE,gCACA,mBAIJ,aACE,YAGF,YACE,WAGF,OACE,eAGF,YACE,WAGF,cACE,aAGF,eACE,cAGF,iBACI,aACA,6BACE,cAIN,oBACE,cACA,gCACE,aC1CF,wCACE,WACA,qBACA,kBACA,eAEF,0BACE,oDACE,+EACA,2BAIJ,yBACE,wCACE,YAaF,8BACE,WACA,iBViBE,KUdJ,qDACE,oBACA,WVmDK,QUlDL,MVwDK,QUpDP,yBACE,qCACE,WAEF,8BACE,iBAIJ,yBACE,8BACE,iBAMJ,oDACE,kBACA,WACA,iBdxCc,Qc2ChB,gCACE,aACA,kBACA,WAEF,yCACE,qBAEF,0CACE,gBACA,0BAEF,+CACE,YACA,cACA,mBAGF,0FAEE,eACA,iBAGF,yBA/BF,6BAgCM,cAGJ,yBACE,gDACE,cACA,sBAIJ,yBACE,gDACE,cACA,WAGJ,yBACE,gDACE,cACA,cAGJ,0BACE,oDACE,WCjHN,gBACE,kBAGF,sDACE,yBAGF,wBACE,4DACI,gEAIN,oEACE,uBACA,kBAGF,wBACE,oEACI,gBAIN,wBACE,0EACI,uEAIN,6DACE,uBACA,qBACA,sBAGF,wBACE,6DACI,gBAIN,mEACE,+DAGF,wBACE,mEACI,gEAIN,gCACE,yBACA,aACA,kBACA,6BACA,eAGF,wBACE,gCACI,0BACA,mBACA,cAIN,6BACE,gCACI,cAIN,sCACE,WACA,kBACA,WACA,MACA,WACA,YACA,gFACA,0BAIF,wBACE,sCACI,WACA,cACA,kBACA,MACA,QACA,YACA,gBACA,yEACA,2BAIN,gFACE,sCACI,kCAIN,gFACE,sCACI,kCAIN,gFACE,sCACI,kCAIN,0DACE,sCACI,kCAIN,2BACE,sBACI,eAIN,sBACE,eACA,iBAGF,yBACE,sBACE,eACA,kBAIJ,yBACE,sBACE,eACA,kBAIJ,yBACE,sBACE,eACA,kBAIJ,qFACE,YtBzJqB,8CsB0JrB,gBACA,MXhHI,KWiHJ,qBAGF,gKAGE,cACA,sBACA,qCACA,aAGF,4BACE,WACA,kBACA,WACA,MACA,OACA,WACA,YCrLA,yBACI,gCACA,oCACI,mBAEJ,+BACI,cACA,sBACA,eACA,qCACI,WACA,wBACA,mBACA,kBACA,aZoER,KYnEQ,yBACA,QACA,YACA,WACA,iBACA,UACA,UAIR,gDACI,kBAGJ,kCACI,aACA,iBACA,kBACA,mBAEA,qCACI,gBAEJ,8CACI,gBACA,cAQR,kEACI,yBACA,QAGJ,qEACQ,cAIb,iDAEK,aAGJ,+BACI,cACA,eAKI,iFACI,cAGR,qDAEI,aAIR,wBACI,kBACA,MACA,OACA,iBZUG,QYTH,WACA,WACA,kBACA,iCACA,wBAEA,2BACI,eAGJ,6DACI,aAGJ,2DAEI,cAGJ,iCACI,gBACA,cAGJ,8CACI,aAGJ,+CACI,eACA,cACA,SACA,OACA,WACA,iBZtEJ,KYuEI,kBACA,kBAEA,8GAEI,UACA,WAEJ,uDACI,kBACA,qBAMZ,yBAzIJ,SA0IQ,kBACA,+BACI,aAEJ,iBACI,cAGA,sFAGI,eCrJhB,WACE,gCAGF,cACE,qBAGF,kBACE,cACA,SACA,oCACA,iBACA,gBACA,uBACA,WAGF,8DAEE,uBACA,WACA,yBAGF,oDAEE,aAGF,0CACE,cC/BF,0BAEE,eACA,SAGF,kBACE,UACA,mBAGF,yBACE,WACA,qBACA,UACA,WACA,kBACA,wBACA,mBAGF,sBACE,mBACA,UACA,iBACA,sBAGF,oBACE,cACA,sBAGF,eACE,qBACA,eACA,mBACA,WACA,8BACA,iBAGF,sBACE,mBACA,iBACA,gCC1CF,gBACE,aAGF,SACE,iBf4Ea,QezEf,QACE,0BAGF,QACE,WACA,oBAEA,ezBMA,WACA,UyBLE,WACA,cxBjBQ,KwBqBZ,MACE,kBAGF,WACE,UxB9BiB,OwB+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,yGACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aCpDF,2BACE,aAEA,mCACE,SACA,UAGF,yBACE,mCACE,iBAKN,gCACE,kBACA,oBAKA,4BACE,kBAEA,yBAHF,4BAII,iBhBgBE,KgBfF,MhBiCQ,SgB7BZ,gCACE,UACA,kBACA,MpBlBU,QoBoBV,oCACE,cAIJ,qCACE,gBACA,Y3B5CqB,8C2B6CrB,cACA,kBAEA,kDACE,MhBiBO,QgBdT,yBAVF,qCAWI,eACA,gBACA,kBAIF,yBAjBF,qCAkBI,MhBjBE,KgBkBF,kBAIJ,0CACE,czBnEQ,KyBuEV,gCACE,yBACA,2CACE,qBACA,gBAIJ,0CACE,iBAGF,yBACE,gCACE,MhBzCE,KgB4CJ,0CACE,aACA,UACA,kBACA,iBACA,MACA,SACA,OACA,QAGF,0CACE,kBACA,MACA,SACA,QACA,OAGF,gCACE,gBACA,kBACA,WzBhHM,KyBkHN,2CACE,iBhB7DI,QgB8DJ,sBACA,mBAEA,sDACE,eAKN,mCACE,kBACA,UAIJ,yBACE,gCACE,gBAIJ,0BACE,gCACE,eAKF,qDACE,6BAEF,gDACE,aAKF,kEACE,iBhB/DK,QgBoEP,oDACE,iBAGF,yBACE,oDACE,cAEA,4DACE,eCnKR,mCACE,iBAGF,uCACE,sBACA,yBAGF,gCACE,cACA,gBAGF,oCACE,gBACA,mBACA,gCAEA,+CACE,SAGF,sCACE,qBAIJ,oCACE,iBAGF,+BACE,aCpCF,+BACE,oDCCA,oBAGF,oCACE,oBAEA,2DACE,mBAGF,oDACE,gBAIJ,0CACE,qBACA,YAGF,sCACE,gBACA,iBAGF,0CACE,gBAGF,4BACE,iB1BFoB,Q0BGpB,yBACA,yBACA,aACA,Y9BlCe,sB8BmCf,kBACA,uCACE,cACA,c5BvCM,K4ByCN,mDACE,eACA,kBAIJ,mCACE,M1BhBE,Q0BiBF,YACA,cACA,uBACA,gBACA,gBACA,YACA,WACA,kBACA,kBAGH,kCACC,WACA,cACA,WAIF,wCACE,cAGF,4CACE,iB1BjCO,Q0BkCP,iBAGF,8DACE,mBAGF,8FAEE,6BAGF,yCACE,W1BpFmB,K0BwFnB,uDACE,WAIJ,yBACE,0CACE,WACA,WAGF,sCACE,cAGF,yDACI,cAIN,yBAIU,8EACE,wCAIR,6CACE,yCACE,wDACE,4BACA,WAKR,0BAIU,8EACE,wCAIR,6CACE,wBACA,+BACA,wDC7IV,cACE,qBAME,6CACE,gBAKF,oCACE,WAKN,yBACE,mBACE,kBAEA,uBACE,YC3BN,mBACE,6BAEA,8BACE,gCAIJ,oBACE,qBACA,M5BIqB,Q4BHrB,gBACA,kBACA,aACA,WACA,gBACA,SACA,mBACA,gBbHA,qDACA,0DaQA,0BACE,YACA,gBACA,eACA,kBACA,M9BzBQ,K8B0BR,WAGF,2BACE,gBAEA,iCACE,YAKN,sCACE,aAGF,gBACE,YACA,WAIA,+BACE,SAEA,sCACE,aAEF,qCACE,YACA,cAIJ,oCACE,YCxDA,qDACE,oBAGF,yBACE,4CACE,8BAKN,yBACE,sCACE,6BAKF,qDACE,aAIJ,gCACE,wBACA,4BACA,sBACA,WAEA,2CACE,iBACA,aACA,mBAEA,qDACE,YAIJ,iDACE,UAGF,yBACE,wCACE,YAIJ,+CACE,YACA,gBAIJ,2CACE,gBAEA,yBACE,qDACE,gBAIJ,uDACE,SAEA,8DACE,aAEF,6DACE,YACA,cAMJ,uCACE,YCzFF,iCACI,kBACA,iBAGJ,2BACI,kBACA,MACA,OACA,WAEA,iCACI,aAEJ,yBACI,0FAEI,UACA,WACA,gBACA,YACA,yBACA,iB9BVO,K8BWP,M9BjBO,K8BkBP,YlCpBM,4CkCqBN,gBACA,eACA,mBACA,kBACA,uBACA,gBAIZ,uBACI,aACA,sCACI,eAGJ,mCACI,eAIJ,mCACI,aAIA,+CACI,gBAIR,yBACI,sCACI,eAEJ,mCACI,eAGJ,mCACI,eAKZ,6BACI,WACA,gCACI,aAIR,yBAEI,iCACI,cAEJ,2BACI,gBACA,yCACI,WACA,gBACA,mBACA,iB9B3EO,K8B6EX,iCACI,eAEJ,iDACI,aAKJ,gCACI,eAKZ,0BACI,6BACI,WAKJ,gDACI,aAIR,yBACI,uBACI,mBACA,mCACI,aAEA,+CACI,iBAOpB,+BACI,gBACA,6BACA,M9BzHmB,K8B0HnB,qBACA,aACA,gBACA,kBACA,oBACA,WAEA,qCACI,WAGJ,qCACE,0BACA,iBACA,iB9BrHiB,Q8BsHjB,M9BnIiB,Q8BoIjB,OACA,cACA,MACA,WCjHN,SACE,UACA,M/BpCqB","file":"main.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_utils.scss","../../sass/partials/_colours.scss","../../../node_modules/great-styles/src/scss/helpers/_vars.scss","../../sass/overrides/_magna.scss","../../../node_modules/great-styles/src/scss/_design-tokens-temp.scss","../../../node_modules/great-styles/src/scss/components/header-footer/_header.scss","../../../node_modules/great-styles/src/scss/_design-tokens.scss","../../../node_modules/great-styles/src/scss/helpers/_mixins.scss","../../../node_modules/great-styles/src/scss/helpers/_colours.scss","../../../node_modules/great-styles/src/scss/helpers/_breakpoints.scss","../../../node_modules/great-styles/src/scss/elements/_utils.scss","../../../node_modules/great-styles/src/scss/elements/_tags.scss","../../sass/components/_modal.scss","../../sass/components/_reveal.scss","../../sass/components/_language-selector-home.scss","../../sass/components/_eu-exit-banner.scss","../../sass/components/_pagination.scss","../../sass/partials/_mixins.scss","../../sass/components/_utils.scss","../../sass/components/_sector-selector-form.scss","../../sass/components/_chevron-banner.scss","../../sass/components/_filters.scss","../../sass/components/_tabs.scss","../../sass/components/_bar-chart.scss","../../sass/components/_table.scss","../../sass/partials/_general.scss","../../sass/pages/_landing-page.scss","../../sass/pages/_article-list.scss","../../sass/pages/_tag-list.scss","../../sass/pages/_article-detail.scss","../../sass/pages/_campaign-page.scss","../../sass/components/_accordion.scss","../../sass/pages/_country-guide-page.scss","../../sass/pages/_markets-landing.scss","../../sass/main.scss"],"names":[],"mappings":"CAGQ,gEACA,8DADA,gEACA,8DADA,gEACA,8DADA,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBE7EF,yBACE,mBACE,+BAIJ,yBACE,mBACE,+BAIJ,yBACE,mBACE,8BAGF,cACE,YAKJ,eACE,YHxBuB,8CG2BzB,kBACE,qBACA,eACA,gBACA,kBACA,YACA,WACA,MC3BqB,KD4BrB,kBACA,gBAGF,iBACE,kBE9CF,MACE,2BACA,2BACA,6BACA,mCCKF,cACE,eACA,iBAEA,yBACE,UDPS,OCQT,cAEA,yBAJF,yBAKI,eAGF,yBARF,yBASI,eAGF,0BAZF,yBAaI,eAGF,0BAhBF,yBAiBI,eD9BN,MACE,2BACA,2BACA,6BACA,yCECA,0BACA,0BACA,0BACA,0BACA,0BAEA,yBACA,yBACA,yBATF,MACE,0BACA,0BACA,0BACA,0BACA,0BAEA,yBACA,yBACA,yBFbF,MACE,2BACA,2BACA,6BACA,mCGMF,cAEE,eACA,WCQqB,QDPrB,kDACA,gBEqCA,oBACE,cACA,WACA,WFrCJ,0CAEE,eACA,MG4BM,KH3BN,qBAEA,sDACE,0BAIJ,oBACE,WACA,kBACA,UACA,kBACA,oBAEA,wBACE,cACA,WACA,YACA,gBInCA,qCJ+BF,wBAOI,YACA,iBAKN,2BACE,YACA,SAEA,8BACE,qBACA,iBAIJ,oBACE,kBACA,YACA,YACA,aACA,eACA,WACA,yBACA,mBI9DE,qCJsDJ,oBAWI,2BACA,2BACA,mBACA,cAIJ,+BACE,kBACA,UACA,aACA,mBACA,mBACA,iBACA,WC/DqB,QDgErB,sBACA,kDACA,eACA,MGvCM,KHwCN,eAEA,2CACE,aAvFF,qCACE,0BIDA,qCJwEJ,+BAqBI,sBAGF,mDACE,WGnCU,QHuCd,qCACE,qBACA,kBACA,WACA,YACA,iBACA,oBAEA,uFAEE,WACA,cACA,kBACA,WACA,WACA,iBGxEI,KHyEJ,OACA,wBAGF,4CACE,QAEA,+FACE,WACA,QACA,UACA,wBAIJ,2CACE,WAEA,8FACE,WACA,WACA,UACA,yBAON,uBACE,aACA,eACA,UACA,MACA,SACA,OACA,QACA,gCAEA,4CACE,cAIJ,wBACE,cACA,UACA,OACA,QACA,SACA,eACA,WCtJoB,QDuJpB,iBAEA,oCACE,aACA,kBAGF,0CACE,aAGF,qFAEE,cAEA,6BACA,qBIzLA,qCJiKJ,wBA4BI,UACA,SACA,YACA,UAIJ,0BACE,KACE,UAEF,GACE,WAIJ,kBACE,KACE,UAEF,GACE,WAIJ,wBACE,aACA,iBG1JY,QH2JZ,kDACA,MG9KM,KHiLR,0BACE,SACA,iBAEA,6BACE,SACA,UAEA,8CACE,gCAIJ,6DAEE,kBACA,cACA,gBACA,cACA,kDAhPF,yEACE,0BAmPA,uEACE,kBACA,QAIJ,iCACE,WACA,MGhNI,KHiNJ,gBACA,gBACA,SACA,eAEA,uCACE,0BAIJ,wCACE,qBAIJ,sBACE,WACA,aACA,gBACA,8BACA,gBIjRE,qCJ4QJ,sBAQI,iBIpRA,sCJ4QJ,sBAYI,kBAGF,4BACE,YACA,gBACA,kBACA,kDACA,gBAEA,kCACE,mBAIJ,6BACE,cACA,YACA,WACA,4BACA,wBACA,iBG/OU,QHgPV,kDACA,qBACA,SACA,MGrQI,KHsQJ,eAlTF,mCACE,0BAwTJ,mBACE,gBAEA,sBACE,qBACA,SACA,UAGF,qBACE,qBACA,kBACA,gBArUF,2BACE,0BAwUA,4BACE,0BH/UN,MACE,2BACA,2BACA,6BACA,mCQFF,iBACE,kBACA,gBACA,mBACA,WACA,UACA,YACA,UACA,SAIF,oBAEE,iBAGF,UACE,kBAGF,UACE,iBACA,kBAGF,cACE,WRmDQ,eQhDV,OACE,YAGF,QACE,aHJA,yBGOF,UAEI,cAIJ,aACE,aACA,mBACA,qBAGF,uBACE,8BAGF,gBACE,mBAGF,KACE,YAGF,KACE,WAGF,SACE,WAGF,UACE,kBAGF,gBACE,aH5CA,yBG2CF,gBAII,iBD3EA,qCCkFA,SACE,cDnFF,qCCkFA,YACE,cDnFF,2DCkFA,WACE,cDnFF,qCCkFA,SACE,cDnFF,qCCkFA,YACE,cDnFF,4DCkFA,WACE,cDnFF,sCCkFA,SACE,cDnFF,sCCkFA,YACE,cDnFF,6DCkFA,WACE,cDnFF,sCCkFA,SACE,cDnFF,sCCkFA,YACE,cAMJ,YACE,WAIJ,MACE,eAGF,QACE,4BAEA,YACE,qCACA,sCAGF,eACE,wCACA,yCD5GA,qCCgHF,UAEI,6BDlHF,qCCsHF,cAEI,qCACA,uCDzHF,qCC6HF,iBAEI,wCACA,0CAMN,eACE,cC7IF,KP0HE,eACA,iBACA,MEpGoB,QFqGpB,uBACA,kBACA,gBO7HA,WLYc,QKXd,6BACA,kBACA,MH6CM,KG5CN,eACA,eAEA,oDAIE,WLDa,QKIf,eACE,YACA,WAGF,WACE,qBAEA,aACE,MLJU,QKKV,gBACA,sBACA,sBAIJ,YPwEA,kCACA,iBACA,MElFoB,QFmFpB,uBACA,kBACA,gBO3EE,MHgBI,KGfJ,iBAEA,sBACE,yBAIJ,gBACE,WLnBkB,QKqBlB,gGAIE,WL3BiB,QK8BnB,kBACE,MLtBgB,QK0BpB,eACE,WHRI,KGSJ,aLnCkB,QKoClB,MLpCkB,QKsClB,4FAIE,WLnCgB,QKoChB,aL7CiB,QK8CjB,ML9CiB,QKiDnB,iBACE,MLhDgB,QMpBtB,iBACE,WACA,eACA,aACA,UACA,OACA,QACA,MACA,SAEA,0BACE,wBACA,gBACA,mBACA,yBACA,8BACA,aACA,gBACA,iBJ4BI,KI3BJ,kBACA,UAEA,kCACE,kBAGF,gCACE,WAIJ,wBACE,WJcI,KIbJ,aACA,MJ8BU,QI7BV,eACA,kBACA,kBACA,0BACA,WACA,SACA,UACA,WAEA,8BL4BF,0BACA,iBKvBF,eACE,WACA,iBJ2BM,KI1BN,aACA,OACA,MACA,SACA,QACA,WACA,eAIF,yBAEI,0BACE,wBAGF,0BACE,YACA,mBAKN,yBAEI,wBACE,WACA,SACA,cAKN,yBACE,0BACE,aAIJ,0BACE,gCACC,iBACA,cAGD,OACE,WACA,SAGF,SACE,YACA,mBC7GJ,4BACE,aAGF,+CACE,gBCFF,2BACE,gBAEA,kCACE,MN2CI,KM1CJ,eACA,iBACA,eAGF,gCACE,MNoCI,KMnCJ,iBACA,kBACA,UAGE,gEACE,aAKN,kCACE,iBNmCO,KMlCP,MNuDI,KMpDN,+DjBYA,YArCoB,4CAsCpB,eACA,gBACA,mBiBZE,6BACA,sBACA,gBACA,MNaI,KMZJ,eACA,YACA,iBACA,SACA,UACA,WAGF,iDACE,kEACA,gCACA,4BACA,qBACA,YACA,qBACA,kBACA,uDACE,yBACA,6DACE,cAKN,iDACE,YACA,UACA,kBACA,QACA,oBACA,MACA,uDACE,gBACA,yDACE,0BASN,4BjBtCA,YArCoB,4CAsCpB,eACA,gBACA,mBiBuCA,6BACE,eACA,WAGF,6CACE,YfpFQ,KeqFR,kDACE,cAIJ,qCACE,ef3FQ,KegGZ,8BACE,MACA,gCACE,eACA,0BAGF,iCACE,WACA,cf1GQ,Ke6GV,gCjB/EA,YA9BoB,4CA+BpB,eACA,gBACA,mBiB8EE,cACA,cfhHQ,KemHV,wDjB5GA,YAPoB,4CAQpB,eACA,gBACA,kBACA,iBiB0GE,mBAGF,iCACE,cAGF,yCACE,gBACA,2CACE,6BACA,4BACA,qBACA,cACA,gBACA,qBAIJ,yCACE,gBACA,UAGF,iDACE,YACA,af/IQ,KegJR,iBACA,MhB1IS,egB4IT,mDACE,kBACA,mBAGF,sDjBnHF,YArCoB,4CAsCpB,eACA,gBACA,mBiBkHI,cACA,gBACA,Yf3JM,KegKZ,4CjB5HE,YArCoB,4CAsCpB,eACA,gBACA,mBiB2HA,gBACA,kEACA,4BACA,4BACA,qBACA,MN5HM,KM6HN,eACA,qBACA,kBACA,qBAEA,kDACE,MNnII,KMoIJ,0BAGF,mDACE,iBACA,0BAGF,kDACE,iBACA,yBACA,wDACE,cAON,yBAGM,4ChB7KJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,cgB8KE,4CACE,YAEF,4ChBtLJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,egByLJ,+CAGM,4ChBjMJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,cgBkME,4ChBvMJ,WACA,YC1BU,KD2BV,oCACA,4DACE,WACA,egB2MJ,qCACE,8BACE,WACA,OACA,SAEA,qCACE,SACA,WAGF,yCACE,WAGF,iDACE,WACA,eACA,WAGF,wDACE,WAKN,qCAEE,wBjBxOA,YA9BoB,4CA+BpB,eACA,gBACA,mBiBuOE,iBAGF,8BACE,Qf3QQ,Ke6QR,uCACE,kBAGF,gCjBpPF,YA9BoB,4CA+BpB,eACA,gBACA,mBiBoPE,gCjBvPF,YA9BoB,4CA+BpB,eACA,gBACA,mBiByPI,2CACE,qBACA,gBACA,mBAGF,4ChBvQJ,WACA,YCpBY,KDqBZ,oCACA,4DACE,WACA,cgBuQA,iDACE,cAIA,4ChBjRJ,WACA,YCnBY,KDoBZ,oCACA,4DACE,WACA,cgBgRE,2CACE,OACA,IfzSM,Ke+SV,oFAEE,kBACA,YC3TN,gBACE,8BACA,kBACA,gBACA,mBAEA,mBACE,eACA,iBACA,SAGF,kBACE,eACA,gBACA,UAGF,oBACE,UAGF,yBAtBF,gBAuBI,WC3BJ,YACE,kBACA,UACA,mBAIA,mCCiCA,mBACA,iBACA,gBACA,eACA,qBACA,iBACA,iBACA,gBACA,kBACA,kBACA,qBACA,mBACA,WVwBA,0BACA,iBUIA,iBT/BM,KSgCN,aTdY,QSeZ,MTfY,QQ3DV,cjBFQ,KiBGR,ajBHQ,KiBIR,cjBJQ,KkB8EV,yCACE,aTpCI,KSuCN,yCACE,iBTtBU,QSuBV,aTvBU,QSwBV,MT1CI,KQpCN,oCACE,qBAGF,0CCsBA,mBACA,iBACA,gBACA,eACA,qBACA,iBACA,iBACA,gBACA,kBACA,kBACA,qBACA,mBACA,WAoBA,iBTJY,QSKZ,aTLY,QSMZ,MTxBM,KSyBN,eDvDE,ajBbQ,KiBcR,cjBdQ,KiBiBV,uCACE,YAGF,2CACE,WAGF,oCACE,qBE5BF,2BACE,gCACA,mBAIJ,aACE,YAGF,YACE,WAGF,OACE,eAGF,YACE,WAGF,cACE,aAGF,eACE,cAGF,iBACI,aACA,6BACE,cAIN,oBACE,cACA,gCACE,aC1CF,wCACE,WACA,qBACA,kBACA,eAEF,0BACE,oDACE,+EACA,2BAIJ,yBACE,wCACE,YAaF,8BACE,WACA,iBXiBE,KWdJ,qDACE,oBACA,WXmDK,QWlDL,MXwDK,QWpDP,yBACE,qCACE,WAEF,8BACE,iBAIJ,yBACE,8BACE,iBAMJ,oDACE,kBACA,WACA,iBfxCc,Qe2ChB,gCACE,aACA,kBACA,WAEF,yCACE,qBAEF,0CACE,gBACA,0BAEF,+CACE,YACA,cACA,mBAGF,0FAEE,eACA,iBAGF,yBA/BF,6BAgCM,cAGJ,yBACE,gDACE,cACA,sBAIJ,yBACE,gDACE,cACA,WAGJ,yBACE,gDACE,cACA,cAGJ,0BACE,oDACE,WCjHN,gBACE,kBAGF,sDACE,yBAGF,wBACE,4DACI,gEAIN,oEACE,uBACA,kBAGF,wBACE,oEACI,gBAIN,wBACE,0EACI,uEAIN,6DACE,uBACA,qBACA,sBAGF,wBACE,6DACI,gBAIN,mEACE,+DAGF,wBACE,mEACI,gEAIN,gCACE,yBACA,aACA,kBACA,6BACA,eAGF,wBACE,gCACI,0BACA,mBACA,cAIN,6BACE,gCACI,cAIN,sCACE,WACA,kBACA,WACA,MACA,WACA,YACA,gFACA,0BAIF,wBACE,sCACI,WACA,cACA,kBACA,MACA,QACA,YACA,gBACA,yEACA,2BAIN,gFACE,sCACI,kCAIN,gFACE,sCACI,kCAIN,gFACE,sCACI,kCAIN,0DACE,sCACI,kCAIN,2BACE,sBACI,eAIN,sBACE,eACA,iBAGF,yBACE,sBACE,eACA,kBAIJ,yBACE,sBACE,eACA,kBAIJ,yBACE,sBACE,eACA,kBAIJ,qFACE,YvBzJqB,8CuB0JrB,gBACA,MZhHI,KYiHJ,qBAGF,gKAGE,cACA,sBACA,qCACA,aAGF,4BACE,WACA,kBACA,WACA,MACA,OACA,WACA,YCrLA,yBACI,gCACA,oCACI,mBAEJ,+BACI,cACA,sBACA,eACA,qCACI,WACA,wBACA,mBACA,kBACA,aboER,KanEQ,yBACA,QACA,YACA,WACA,iBACA,UACA,UAIR,gDACI,kBAGJ,kCACI,aACA,iBACA,kBACA,mBAEA,qCACI,gBAEJ,8CACI,gBACA,cAQR,kEACI,yBACA,QAGJ,qEACQ,cAIb,iDAEK,aAGJ,+BACI,cACA,eAKI,iFACI,cAGR,qDAEI,aAIR,wBACI,kBACA,MACA,OACA,iBbUG,QaTH,WACA,WACA,kBACA,iCACA,wBAEA,2BACI,eAGJ,6DACI,aAGJ,2DAEI,cAGJ,iCACI,gBACA,cAGJ,8CACI,aAGJ,+CACI,eACA,cACA,SACA,OACA,WACA,iBbtEJ,KauEI,kBACA,kBAEA,8GAEI,UACA,WAEJ,uDACI,kBACA,qBAMZ,yBAzIJ,SA0IQ,kBACA,+BACI,aAEJ,iBACI,cAGA,sFAGI,eCrJhB,WACE,gCAGF,cACE,qBAGF,kBACE,cACA,SACA,oCACA,iBACA,gBACA,uBACA,WAGF,8DAEE,uBACA,WACA,yBCtBF,0BAEE,eACA,SAGF,kBACE,UACA,mBAGF,yBACE,WACA,qBACA,UACA,WACA,kBACA,wBACA,mBAGF,sBACE,mBACA,UACA,iBACA,sBAGF,oBACE,cACA,sBAGF,eACE,qBACA,eACA,mBACA,WACA,8BACA,iBAGF,sBACE,mBACA,iBACA,gCC7CF,kBACE,apBsBkB,QqBpBpB,gBACE,aAGF,SACE,iBjB4Ea,QiBzEf,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,e3BDA,WACA,U2BEE,WACA,c1BxBQ,K0B4BZ,MACE,kBAGF,WACE,U1BrCiB,O0BsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,yGACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aC3DF,2BACE,aAEA,mCACE,SACA,UAGF,yBACE,mCACE,iBAKN,gCACE,kBACA,oBAKA,4BACE,kBAEA,yBAHF,4BAII,iBlBgBE,KkBfF,MlBiCQ,SkB7BZ,gCACE,UACA,kBACA,MtBlBU,QsBoBV,oCACE,cAIJ,qCACE,gBACA,Y7B5CqB,8C6B6CrB,cACA,kBAEA,kDACE,MlBiBO,QkBdT,yBAVF,qCAWI,eACA,gBACA,kBAIF,yBAjBF,qCAkBI,MlBjBE,KkBkBF,kBAIJ,0CACE,c3BnEQ,K2BuEV,gCACE,yBACA,2CACE,qBACA,gBAIJ,0CACE,iBAGF,yBACE,gCACE,MlBzCE,KkB4CJ,0CACE,aACA,UACA,kBACA,iBACA,MACA,SACA,OACA,QAGF,0CACE,kBACA,MACA,SACA,QACA,OAGF,gCACE,gBACA,kBACA,W3BhHM,K2BkHN,2CACE,iBlB7DI,QkB8DJ,sBACA,mBAEA,sDACE,eAKN,mCACE,kBACA,UAIJ,yBACE,gCACE,gBAIJ,0BACE,gCACE,eAKF,qDACE,6BAEF,gDACE,aAKF,kEACE,iBlB/DK,QkBoEP,oDACE,iBAGF,yBACE,oDACE,cAEA,4DACE,eCnKR,mCACE,iBAGF,uCACE,sBACA,yBAGF,gCACE,cACA,gBAGF,oCACE,gBACA,mBACA,gCAEA,+CACE,SAGF,sCACE,qBAIJ,oCACE,iBAGF,+BACE,aCpCF,+BACE,oDCCA,oBAGF,oCACE,oBAEA,2DACE,mBAGF,oDACE,gBAIJ,0CACE,qBACA,YAGF,sCACE,gBACA,iBAGF,0CACE,gBAGF,4BACE,iB5BFoB,Q4BGpB,yBACA,yBACA,aACA,YhClCe,sBgCmCf,kBACA,uCACE,cACA,c9BvCM,K8ByCN,mDACE,eACA,kBAIJ,mCACE,M5BhBE,Q4BiBF,YACA,cACA,uBACA,gBACA,gBACA,YACA,WACA,kBACA,kBAGH,kCACC,WACA,cACA,WAIF,wCACE,cAGF,4CACE,iB5BjCO,Q4BkCP,iBAGF,8DACE,mBAGF,8FAEE,6BAGF,yCACE,W5BpFmB,K4BwFnB,uDACE,WAIJ,yBACE,0CACE,WACA,WAGF,sCACE,cAGF,yDACI,cAIN,yBAIU,8EACE,wCAIR,6CACE,yCACE,wDACE,4BACA,WAKR,0BAIU,8EACE,wCAIR,6CACE,wBACA,+BACA,wDC7IV,cACE,qBAME,6CACE,gBAKF,oCACE,WAKN,yBACE,mBACE,kBAEA,uBACE,YC3BN,mBACE,6BAEA,8BACE,gCAIJ,oBACE,qBACA,M9BIqB,Q8BHrB,gBACA,kBACA,aACA,WACA,UACA,gBACA,SACA,mBACA,gBACA,edLA,qDACA,0DcUA,0BACE,YACA,gBACA,eACA,kBACA,MhC3BQ,KgC4BR,WAGF,8CACE,YAIJ,qCACE,aAGF,gBACE,YACA,WAIA,+BACE,SAEA,sCACE,aAEF,qCACE,YACA,cAIJ,oCACE,YCtDA,qDACE,oBAGF,yBACE,4CACE,8BAKN,yBACE,sCACE,6BAKF,qDACE,aAIJ,gCACE,wBACA,4BACA,sBACA,WAEA,2CACE,iBACA,aACA,mBAEA,qDACE,YAIJ,iDACE,UAGF,yBACE,wCACE,YAIJ,+CACE,YACA,gBAIJ,2CACE,gBAEA,yBACE,qDACE,gBAIJ,uDACE,SAEA,8DACE,aAEF,6DACE,YACA,cAMJ,uCACE,YCzFF,iCACI,kBACA,iBAGJ,2BACI,kBACA,MACA,OACA,WAEA,iCACI,aAEJ,yBACI,0FAEI,UACA,WACA,gBACA,YACA,yBACA,iBhCVO,KgCWP,MhCjBO,KgCkBP,YpCpBM,4CoCqBN,gBACA,eACA,mBACA,kBACA,uBACA,gBAIZ,uBACI,aACA,sCACI,eAGJ,mCACI,eAIJ,mCACI,aAIA,+CACI,gBAIR,yBACI,sCACI,eAEJ,mCACI,eAGJ,mCACI,eAKZ,6BACI,WACA,gCACI,aAIR,yBAEI,iCACI,cAEJ,2BACI,gBACA,yCACI,WACA,gBACA,mBACA,iBhC3EO,KgC6EX,iCACI,eAEJ,iDACI,aAKJ,gCACI,eAKZ,0BACI,6BACI,WAKJ,gDACI,aAIR,yBACI,uBACI,mBACA,mCACI,aAEA,+CACI,iBAOpB,+BACI,gBACA,6BACA,MhCzHmB,KgC0HnB,qBACA,aACA,gBACA,kBACA,oBACA,WAEA,qCACI,WAGJ,qCACE,0BACA,iBACA,iBhCrHiB,QgCsHjB,MhCnIiB,QgCoIjB,OACA,cACA,MACA,WC/GN,SACE,UACA,MjCtCqB","file":"main.css"} diff --git a/domestic/static/styles/marketaccess.css b/domestic/static/styles/marketaccess.css index 1f91306870..fcecdb9ab6 100755 --- a/domestic/static/styles/marketaccess.css +++ b/domestic/static/styles/marketaccess.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}.big-number-list{margin:40px 0;list-style:none;counter-reset:counter}.big-number-list li{position:relative;counter-increment:counter;font-size:16px;font-weight:normal;line-height:1.47em;list-style:none;margin:0 0 45px 0;padding:0 0 0 100px;overflow:hidden}.big-number-list li:before{content:counter(counter);font-family:"Overpass",arial,helvetica,verdana,sans-serif;font-size:72px;font-weight:bold;line-height:1.2em;color:#1e1348;left:0;min-width:70px;position:absolute;text-align:center;top:-8px}.list.list-bullet{margin:0}.list.list-bullet+p{margin-top:1em}.list.list-bullet.list-bullet li:before{background-color:#333}.form-label{padding-bottom:15px}.column-one-half a.button{float:right}.column-one-third img{width:100%}.message-box{margin-top:90px;margin-bottom:0}.message-box .box-description a{display:block;font-weight:bold;text-decoration:none}.privacy-policy-text{margin-top:40px}hr{height:4px;background:#999;opacity:.2}form #previous-button{margin-top:40px;display:block}#id_problem-details-product_service-container .form-label{padding-bottom:4px}.form-hint{padding-bottom:15px}.error-message-box{margin-top:0;margin-bottom:20px}dt,dd{margin:15px 0}p.lede+a.button{margin-bottom:20px}.tickbox-with-options-help-text{clear:both;margin-left:10px}@media(max-width: 768px){.report-barrier-image{display:none}.big-number-list li{margin:0 0 30px 0;padding:0 0 0 65px}.big-number-list li:before{font-size:52px;min-width:50px;top:-4px}}/*# sourceMappingURL=marketaccess.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}.big-number-list{margin:40px 0;list-style:none;counter-reset:counter}.big-number-list li{position:relative;counter-increment:counter;font-size:16px;font-weight:normal;line-height:1.47em;list-style:none;margin:0 0 45px 0;padding:0 0 0 100px;overflow:hidden}.big-number-list li:before{content:counter(counter);font-family:"Overpass",arial,helvetica,verdana,sans-serif;font-size:72px;font-weight:bold;line-height:1.2em;color:#1e1348;left:0;min-width:70px;position:absolute;text-align:center;top:-8px}.list.list-bullet{margin:0}.list.list-bullet+p{margin-top:1em}.list.list-bullet.list-bullet li:before{background-color:#333}.form-label{padding-bottom:15px}.column-one-half a.button{float:right}.column-one-third img{width:100%}.message-box{margin-top:90px;margin-bottom:0}.message-box .box-description a{display:block;font-weight:bold;text-decoration:none}.privacy-policy-text{margin-top:40px}hr{height:4px;background:#999;opacity:.2}form #previous-button{margin-top:40px;display:block}#id_problem-details-product_service-container .form-label{padding-bottom:4px}.form-hint{padding-bottom:15px}.error-message-box{margin-top:0;margin-bottom:20px}dt,dd{margin:15px 0}p.lede+a.button{margin-bottom:20px}.tickbox-with-options-help-text{clear:both;margin-left:10px}@media(max-width: 768px){.report-barrier-image{display:none}.big-number-list li{margin:0 0 30px 0;padding:0 0 0 65px}.big-number-list li:before{font-size:52px;min-width:50px;top:-4px}}/*# sourceMappingURL=marketaccess.css.map */ diff --git a/domestic/static/styles/marketaccess.css.map b/domestic/static/styles/marketaccess.css.map index 86ffb4f801..d8703c2f73 100644 --- a/domestic/static/styles/marketaccess.css.map +++ b/domestic/static/styles/marketaccess.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/marketaccess.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCxEF,iBACI,cACA,gBACA,sBACA,oBACI,kBACA,0BACA,eACA,mBACA,mBACA,gBACA,kBACA,oBACA,gBACA,2BACI,yBACA,YTZa,8CSab,eACA,iBACA,kBACA,cACA,OACA,eACA,kBACA,kBACA,SAKZ,kBACI,SAEA,oBACI,eAIR,wCACI,sBAGJ,YACI,oBAGJ,0BACI,YAGJ,sBACI,WAGJ,aACI,gBACA,gBAEI,gCACI,cACA,iBACA,qBAKZ,qBACI,gBAGJ,GACI,WACA,gBACA,WAIA,sBACI,gBACA,cAKJ,0DACI,mBAIR,WACI,oBAGJ,mBACI,aACA,mBAGJ,MACI,cAGJ,gBACI,mBAGJ,gCACI,WACA,iBAGJ,yBACI,sBACG,aAIC,oBACI,kBACA,mBAEA,2BACI,eACA,eACA","file":"marketaccess.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/marketaccess.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCxEF,iBACI,cACA,gBACA,sBACA,oBACI,kBACA,0BACA,eACA,mBACA,mBACA,gBACA,kBACA,oBACA,gBACA,2BACI,yBACA,YTZa,8CSab,eACA,iBACA,kBACA,cACA,OACA,eACA,kBACA,kBACA,SAKZ,kBACI,SAEA,oBACI,eAIR,wCACI,sBAGJ,YACI,oBAGJ,0BACI,YAGJ,sBACI,WAGJ,aACI,gBACA,gBAEI,gCACI,cACA,iBACA,qBAKZ,qBACI,gBAGJ,GACI,WACA,gBACA,WAIA,sBACI,gBACA,cAKJ,0DACI,mBAIR,WACI,oBAGJ,mBACI,aACA,mBAGJ,MACI,cAGJ,gBACI,mBAGJ,gCACI,WACA,iBAGJ,yBACI,sBACG,aAIC,oBACI,kBACA,mBAEA,2BACI,eACA,eACA","file":"marketaccess.css"} diff --git a/domestic/static/styles/office-finder.css b/domestic/static/styles/office-finder.css index 02bb2f0258..c384d74523 100755 --- a/domestic/static/styles/office-finder.css +++ b/domestic/static/styles/office-finder.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ diff --git a/domestic/static/styles/office-finder.css.map b/domestic/static/styles/office-finder.css.map index 6a118a08b5..1a99c9c6a9 100644 --- a/domestic/static/styles/office-finder.css.map +++ b/domestic/static/styles/office-finder.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,OACE,gBAIA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAGF,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KKgCvB,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WL/CmB,KKmDvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,OACE,gBAIA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAGF,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KKgCvB,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WL/CmB,KKmDvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} diff --git a/domestic/static/styles/ukef-lead-generation-form.css b/domestic/static/styles/ukef-lead-generation-form.css index 238c9d6d67..c116529271 100755 --- a/domestic/static/styles/ukef-lead-generation-form.css +++ b/domestic/static/styles/ukef-lead-generation-form.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#id_help-terms_agreed{width:40px}form li{list-style:none}form #previous-button{margin-top:40px;font-size:16px;display:inline-block}form .form-control{width:100%}#heading-container{margin-bottom:40px}#heading-container h2{margin-bottom:10px}#form-container button{margin-top:40px;margin-bottom:40px}#id_help-terms_agreed-label{padding-top:0}/*# sourceMappingURL=ukef-lead-generation-form.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#id_help-terms_agreed{width:40px}form li{list-style:none}form #previous-button{margin-top:40px;font-size:16px;display:inline-block}form .form-control{width:100%}#heading-container{margin-bottom:40px}#heading-container h2{margin-bottom:10px}#form-container button{margin-top:40px;margin-bottom:40px}#id_help-terms_agreed-label{padding-top:0}/*# sourceMappingURL=ukef-lead-generation-form.css.map */ diff --git a/domestic/static/styles/ukef-lead-generation-form.css.map b/domestic/static/styles/ukef-lead-generation-form.css.map index 71968a8f85..b7fe978340 100644 --- a/domestic/static/styles/ukef-lead-generation-form.css.map +++ b/domestic/static/styles/ukef-lead-generation-form.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/ukef-lead-generation-form.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,QACE,WACA,oBAEA,eFMA,WACA,UELE,WACA,cDjBQ,KCqBZ,MACE,kBAGF,WACE,UD9BiB,OC+BjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aExDF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCxEF,sBACE,WAIA,QACE,gBAEF,sBACE,gBACA,eACA,qBAEF,mBACE,WAIJ,mBAII,mBAHA,sBACI,mBAKJ,uBACI,gBACA,mBAIR,4BACE","file":"ukef-lead-generation-form.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/ukef-lead-generation-form.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCxEF,sBACE,WAIA,QACE,gBAEF,sBACE,gBACA,eACA,qBAEF,mBACE,WAIJ,mBAII,mBAHA,sBACI,mBAKJ,uBACI,gBACA,mBAIR,4BACE","file":"ukef-lead-generation-form.css"} From 85e13d17ae990c036ecb1ec2e23c1d0d54c8db4f Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Wed, 25 May 2022 10:14:04 +0100 Subject: [PATCH 03/15] Update package-lock --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 7f1137954e..482bde95b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "webpack-cli": "^4.8.0" }, "engines": { - "node": "^16.0.0" + "node": "^16.13.0" } }, "node_modules/@babel/code-frame": { From 532ebfccffbdac10df5c56932bbbd84bf400b697 Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Wed, 25 May 2022 10:15:19 +0100 Subject: [PATCH 04/15] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869c545f5e..7196796e6b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Enhancements +- CHORE - Update node requirement to v16 + ## [2.8.3](https://github.com/uktrade/great-cms/releases/tag/2.8.3) [Full Changelog](https://github.com/uktrade/great-cms/compare/2.8.2...2.8.3) From cce42144f879bcbaf2efeb832f37ed8e0b1bc4d2 Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Wed, 25 May 2022 16:19:22 +0100 Subject: [PATCH 05/15] Post release changelog update - 2.9.0 No idea how the entry for GLS-186 had ended up under 2.7.0, and why some of the tickets were missing... /shrug --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869c545f5e..e138085633 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ ### Enhancements +## [2.9.0](https://github.com/uktrade/great-cms/releases/tag/2.9.0) + +[Full Changelog](https://github.com/uktrade/great-cms/compare/2.8.3...2.9.0) + +### Enhancements + +- GLS-186 - Use data from API for statistics visualisations +- GLS-228 - Add hardcoded visualisations data for Liechtenstein and Portugal +- GLS-241 - Update visualisations data to latest ONS release + ## [2.8.3](https://github.com/uktrade/great-cms/releases/tag/2.8.3) [Full Changelog](https://github.com/uktrade/great-cms/compare/2.8.2...2.8.3) @@ -62,7 +72,6 @@ - GLS-180 - Add trade visualisations to Country guide pages - GLS-189 - Add feature flag for brand homepage banner - GLS-180 - Extend visualisations to top 5 most visited market guides -- GLS-186 - Use data from API for statistics visualisations ## [2.6.0](https://github.com/uktrade/great-cms/releases/tag/2.6.0) From 7bfa7de9ea8915b9593df00439e82e20283c3265 Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Tue, 7 Jun 2022 12:48:50 +0100 Subject: [PATCH 06/15] Updated Readme --- README.md | 11 ++--------- pii-secret-exclude.txt | 1 + 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ab579c9a76..ace5d3ccff 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![gitflow-image]][gitflow] [![calver-image]][calver] -**CMS for the GREAT platform - the Department for International Trade (DIT)** +**CMS for the GREAT platform - The Department for International Trade (DIT)** --- @@ -23,7 +23,7 @@ ### Requirements -* [Python 3.9](https://www.python.org/downloads/release/python-391/) +* [Python 3.9](https://www.python.org/downloads/release/python-3913/) * [Postgres 10](https://www.postgresql.org/) * [Redis](https://redis.io/) * Any [browser based on Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser)#Browsers_based_on_Chromium) @@ -91,13 +91,6 @@ You can also use regular pytest filters: HEADLESS=false make ARGUMENTS="-k test_anonymous_user_should" pytest ``` -### Getting started - - $ make ARGUMENTS=bootstrap_great manage - -It creates the Great domestic empty homepage and assigns it to the site root. It also creates a superuser `test` with -password `password`, for local development. - ## Geolocation data This project includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com/ diff --git a/pii-secret-exclude.txt b/pii-secret-exclude.txt index 947521b359..338e134a0e 100644 --- a/pii-secret-exclude.txt +++ b/pii-secret-exclude.txt @@ -35,3 +35,4 @@ sso_profile/package-lock.json tests/unit/core/test_validators.py sso_profile/common/sass/partials/_company-profile.scss domestic/sass/partials/_colours.scss +README.md From 2d224e951ef6d4331155625ac32b4b53b1f0dbdd Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Tue, 14 Jun 2022 09:40:16 +0100 Subject: [PATCH 07/15] Office finder template changes for multiple offices --- contact/helpers.py | 3 +- .../domestic/contact/office-finder.html | 28 ++++++++++++------- domestic/sass/office-finder.scss | 21 +++++++++++++- domestic/static/styles/main.css | 19 ++++++++++++- domestic/static/styles/office-finder.css | 2 +- domestic/static/styles/office-finder.css.map | 2 +- 6 files changed, 60 insertions(+), 15 deletions(-) diff --git a/contact/helpers.py b/contact/helpers.py index b1a0ef3a19..48118bf51b 100644 --- a/contact/helpers.py +++ b/contact/helpers.py @@ -19,7 +19,7 @@ def retrieve_regional_office(postcode): def extract_regional_office_details(all_offices): matches = [office for office in all_offices if office['is_match']] formatted_office_details = format_office_details(matches) - return formatted_office_details[0] if formatted_office_details else None + return formatted_office_details if formatted_office_details else None def extract_other_offices_details(all_offices): @@ -35,6 +35,7 @@ def format_office_details(office_list): address.append(office['address_postcode']) office = {'address': '\n'.join(address), **office} offices.append(office) + return offices if len(offices) > 0 else None diff --git a/contact/templates/domestic/contact/office-finder.html b/contact/templates/domestic/contact/office-finder.html index 50065d5557..2c5f076008 100644 --- a/contact/templates/domestic/contact/office-finder.html +++ b/contact/templates/domestic/contact/office-finder.html @@ -34,30 +34,38 @@

Find your local trade office

{% endif %} {% if office_details %} - {% if not office_details.override_office_details %} -
+ {% for office in office_details %} + {% if not office.override_office_details %} + +
+ +

Your local Trade office for {{ form.cleaned_data.postcode }} is


-

{{ office_details.name }}

- {{ office_details.address|linebreaks }} +

{{ office.name }}

+ {{ office.address|linebreaks }}

Telephone

-

{{ office_details.phone }}

+

{{ office.phone }}

{% if office_details.phone_other %} -

{{ office_details.phone_other_comment }}

-

{{ office_details.phone_other }}

+

{{ office.phone_other_comment }}

+

{{ office.phone_other }}

{% endif %}
- Contact {{ office_details.name }} office + Contact {{ office.name }} office +
{% else %}

Your local Trade office for {{ form.cleaned_data.postcode }} is


-

{{ office_details.name }}

- {{ office_details.override_office_details|safe }} +

{{ office.name }}

+ {{ office.override_office_details|safe }}
+ + {% endif %} + {% endfor %} {% endif %} diff --git a/domestic/sass/office-finder.scss b/domestic/sass/office-finder.scss index c248a8fa1b..b80f31aee0 100755 --- a/domestic/sass/office-finder.scss +++ b/domestic/sass/office-finder.scss @@ -19,7 +19,7 @@ button { } h1 { - margin-bottom: 15px; + margin-bottom: 15px; } form p { margin-bottom: 30px; @@ -37,6 +37,24 @@ button { hr { background: $mid-grey; } + .column { + float: left; + padding: 10px; + height: 300px; /* Should be removed. Only for demonstration */ + } + + .left { + width: 50%; + } + + .right { + width: 50%; + } + .row:after { + content: ""; + display: table; + clear: both; + } } #other-results { @@ -56,6 +74,7 @@ button { margin-left: 0; background: $mid-grey; } + } #office-name { diff --git a/domestic/static/styles/main.css b/domestic/static/styles/main.css index 7a1b886df4..a370b3d291 100755 --- a/domestic/static/styles/main.css +++ b/domestic/static/styles/main.css @@ -1 +1,18 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}@media(max-width: 960px){.reverse-columns-l{flex-direction:column-reverse}}@media(max-width: 768px){.reverse-columns-m{flex-direction:column-reverse}}@media(max-width: 640px){.reverse-columns-s{flex-direction:column-reverse}.button-large{width:100%}}.font-overpass{font-family:"Overpass",arial,helvetica,verdana,sans-serif}.highlight-circle{display:inline-block;font-size:19px;font-weight:700;border-radius:50%;height:45px;width:45px;color:#fff;text-align:center;padding-top:8px}.centre-children{text-align:center}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{font-size:20px;line-height:30px}.magna-header .container{max-width:1230px;margin:0 15px}@media(min-width: 641px){.magna-header .container{margin:0 14px}}@media(min-width: 769px){.magna-header .container{margin:0 16px}}@media(min-width: 1025px){.magna-header .container{margin:0 30px}}@media(min-width: 1290px){.magna-header .container{margin:0 auto}}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{padding:20px 0;background:#1e1348;font-family:"Overpass",Arial,Helvetica,sans-serif;font-weight:400}.magna-header:after{display:block;content:"";clear:both}.magna-header a,.magna-header__dropdown a{font-size:1rem;color:#fff;text-decoration:none}.magna-header a:hover,.magna-header__dropdown a:hover{text-decoration:underline}.magna-header__logo{float:left;position:relative;z-index:1;margin-right:1rem;margin-bottom:-100%}.magna-header__logo img{display:block;width:auto;height:60px;margin-top:15px}@media screen and (min-width: 640px){.magna-header__logo img{height:75px;margin-top:13px}}.magna-header__extra-links{float:right;margin:0}.magna-header__extra-links li{display:inline-block;margin-left:1rem}.magna-header__menu{position:relative;float:right;clear:right;display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;align-items:center}@media screen and (min-width: 640px){.magna-header__menu{flex-direction:row-reverse;justify-content:flex-start;padding-left:170px;margin-top:0}}.magna-header__dropdown-button{position:relative;z-index:5;display:none;align-items:center;padding:.5rem 1rem;margin-top:.5rem;background:#1e1348;border:2px solid #fff;font-family:"Overpass",Arial,Helvetica,sans-serif;font-size:1rem;color:#fff;cursor:pointer}.js-enabled .magna-header__dropdown-button{display:flex}.magna-header__dropdown-button:focus{outline:4px solid #ffd000}@media screen and (min-width: 640px){.magna-header__dropdown-button{margin:1rem 0 0 2rem}}.magna-header__dropdown-button[aria-expanded=true]{background:#006ccc}.magna-header__dropdown-button__icon{display:inline-block;position:relative;width:20px;height:20px;margin-left:10px;pointer-events:none}.magna-header__dropdown-button__icon:before,.magna-header__dropdown-button__icon:after{content:"";display:block;position:absolute;width:100%;height:2px;background-color:#fff;left:0;transition:all .2s ease}.magna-header__dropdown-button__icon:before{top:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:before{width:25px;top:9px;left:-2px;transform:rotate(45deg)}.magna-header__dropdown-button__icon:after{bottom:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:after{width:25px;bottom:9px;left:-2px;transform:rotate(-45deg)}.magna-header__overlay{display:none;position:fixed;z-index:2;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5)}[aria-expanded=true]~.magna-header__overlay{display:block}.magna-header__dropdown{display:block;z-index:4;left:0;right:0;top:49px;margin:0 -15px;background:#4b426d;overflow:visible}.js-enabled .magna-header__dropdown{display:none;position:absolute}.magna-header__dropdown[aria-hidden=true]{display:none}.magna-header__dropdown[aria-hidden=false],.js-enabled .magna-header__dropdown--open{display:block;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}@media screen and (min-width: 640px){.magna-header__dropdown{left:auto;top:57px;width:370px;margin:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.magna-header__greeting{padding:15px;background-color:#006ccc;font-family:"Overpass",Arial,Helvetica,sans-serif;color:#fff}.magna-header__menu-items{margin:0;padding:5px 20px}.magna-header__menu-items li{margin:0;padding:0}.magna-header__menu-items li:not(:last-child){border-bottom:1px solid #635a7f}.magna-header__menu-items a,.magna-header__menu-items button{position:relative;display:block;padding:.5rem 0;font-size:1em;font-family:"FS Lucas",Arial,Helvetica,sans-serif}.magna-header__menu-items a:focus,.magna-header__menu-items button:focus{outline:4px solid #ffd000}.magna-header__menu-items a .tag,.magna-header__menu-items button .tag{position:absolute;right:0}.magna-header__menu-items button{width:100%;color:#fff;text-align:left;background:none;border:0;cursor:pointer}.magna-header__menu-items button:hover{text-decoration:underline}.magna-header__menu-items .button:hover{text-decoration:none}.magna-header__search{clear:both;display:flex;flex-basis:100%;justify-content:space-between;margin-top:1rem}@media screen and (min-width: 640px){.magna-header__search{flex-basis:auto}}@media screen and (min-width: 1024px){.magna-header__search{margin-left:2rem}}.magna-header__search input{flex-grow:1;min-width:10rem;padding-left:1rem;font-family:"FS Lucas",Arial,Helvetica,sans-serif;border-radius:0}.magna-header__search input:focus{padding:0 0 0 1rem}.magna-header__search button{flex-shrink:0;height:42px;width:42px;background-repeat:no-repeat;background-position:50%;background-color:#006ccc;background-image:url("/static/images/search.svg");background-size:20px;border:0;color:#fff;cursor:pointer}.magna-header__search button:focus{outline:4px solid #ffd000}.magna-header__nav{margin:1rem 0 0}.magna-header__nav li{display:inline-block;margin:0;padding:0}.magna-header__nav a{display:inline-block;margin:0 0 0 2rem;padding:.5rem 0}.magna-header__nav a:focus{outline:4px solid #ffd000}.magna-header__nav a.active{text-decoration:underline}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.m-f-auto,.m-l-auto{margin-left:auto}.m-r-auto{margin-right:auto}.m-h-auto{margin-left:auto;margin-right:auto}.min-height-s{min-height:29.999999992px}.h-100{height:100%}.d-flex{display:flex}@media(min-width: 641px){.d-flex-t{display:flex}}.flex-center{display:flex;align-items:center;justify-items:center}.flex-jc-space-between{justify-content:space-between}.flex-ai-center{align-items:center}.f-r{float:right}.f-l{float:left}.f-clear{clear:both}.relative{position:relative}.hide-on-mobile{display:none}@media(min-width: 641px){.hide-on-mobile{display:inherit}}@media screen and (min-width: 640px){.hide-sm{display:none}}@media screen and (max-width: 640px){.hide-sm_lt{display:none}}@media screen and (min-width: 640px)and (max-width: 768px){.hide-sm_o{display:none}}@media screen and (min-width: 768px){.hide-md{display:none}}@media screen and (max-width: 768px){.hide-md_lt{display:none}}@media screen and (min-width: 768px)and (max-width: 1024px){.hide-md_o{display:none}}@media screen and (min-width: 1024px){.hide-lg{display:none}}@media screen and (max-width: 1024px){.hide-lg_lt{display:none}}@media screen and (min-width: 1024px)and (max-width: 1200px){.hide-lg_o{display:none}}@media screen and (min-width: 1200px){.hide-xl{display:none}}@media screen and (max-width: 1200px){.hide-xl_lt{display:none}}.width-full{width:100%}:root{--radius: 10px}.radius{border-radius:var(--radius)}.radius-top{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.radius-bottom{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}@media screen and (min-width: 640px){.radius-s{border-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-top-s{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-bottom-s{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}}.radius--small{--radius: 5px}.tag{font-size:20px;line-height:30px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;background:#eb4f4d;border:2px solid transparent;border-radius:5px;color:#fff;cursor:pointer;padding:0 13px}.tag:hover,.tag:active,.tag:focus,.tag:focus:active{background:#e41f13}.tag[disabled]{cursor:auto;opacity:.4}.tag--icon{padding:0 8px 0 13px}.tag--icon i{color:#fce9e9;margin-left:8px;transform:scale(0.85);vertical-align:middle}.tag--small{font-size:var(--font-size-body-2);line-height:20px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;color:#fff;padding:2px 13px}.tag--small.tag--icon{padding:2px 7px 2px 12px}.tag--secondary{background:#4b426d}.tag--secondary:hover,.tag--secondary:active,.tag--secondary:focus,.tag--secondary:focus:active{background:#1e1348}.tag--secondary i{color:#e9e7ed}.tag--tertiary{background:#fff;border-color:#4b426d;color:#4b426d}.tag--tertiary:hover,.tag--tertiary:active,.tag--tertiary:focus,.tag--tertiary:focus:active{background:#e9e7ed;border-color:#1e1348;color:#1e1348}.tag--tertiary i{color:#4b426d}.Modal-Container{z-index:11;position:fixed;display:none;padding:0;left:0;right:0;top:0;bottom:0}.Modal-Container .content{width:calc(100% - 60px);max-width:900px;margin:30px auto 0;border:#8e969c solid 1px;max-height:calc(100vh - 60px);padding:15px;overflow:hidden;background-color:#fff;position:relative;z-index:0}.Modal-Container .content details{margin:15px 0 5px}.Modal-Container .content video{width:100%}.Modal-Container .close{background:#fff;padding:15px;color:#006ccc;cursor:pointer;font-size:inherit;position:absolute;text-decoration:underline;right:30px;top:30px;z-index:1;width:auto}.Modal-Container .close:focus{outline:#ffd000 solid 6px;outline-offset:0}.Modal-Overlay{z-index:10;background-color:#000;display:none;left:0;top:0;bottom:0;right:0;opacity:.4;position:fixed}@media(max-width: 480px){.Modal-Container .content{width:calc(100% - 30px)}.Modal-Container .content{margin:15px;padding:20px 15px}}@media(max-width: 640px){.Modal-Container .close{right:15px;top:20px;padding:10px}}@media(max-width: 900px){.Modal-Container .content{margin:30px}}@media(max-height: 650px){.Modal-Container .content video{max-height:250px;margin:0 auto}.close{right:15px;top:20px}.content{margin:15px;padding:20px 15px}}.js-enabled .reveal-content{display:none}.js-enabled .reveal-content[aria-hidden=false]{display:inherit}.language-selector-control{overflow:hidden}.language-selector-control button{color:#fff;font-size:14px;line-height:24px;padding:0 10px}.language-selector-control form{color:#fff;margin:5px 0 0 0;position:relative;z-index:0}.language-selector-control form.enhancedLanguageSelector button{display:none}.language-selector-control option{background-color:#666;color:#000}.language-selector-control p,.language-selector-control select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;background-color:transparent;border:1px solid #666;border-radius:0;color:#fff;cursor:pointer;height:27px;line-height:27px;margin:0;padding:0;width:auto}.language-selector-control .SelectTraker-Tracker{background-image:url("/static/icons/eig-world-language-icon.svg");background-position:left center;background-repeat:no-repeat;background-size:20px;border:none;display:inline-block;padding-left:30px}.language-selector-control .SelectTraker-Tracker .code{text-transform:uppercase}.language-selector-control .SelectTraker-Tracker .code:after{content:" - "}.language-selector-control .SelectTracker-Select{border:none;opacity:0;position:absolute;right:0;text-indent:-1000px;top:0}.language-selector-control .SelectTracker-Select:focus{min-width:150px}.language-selector-control .SelectTracker-Select:focus+p{outline:3px solid #ffd000}.language-selector-dialog a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}.language-selector-dialog li{display:inline;float:none}.language-selector-dialog .domestic-redirect{padding-top:15px}.language-selector-dialog .domestic-redirect span{display:block}.language-selector-dialog .languages{padding-bottom:15px}.LanguageSelectorDialog-Modal{top:0}.LanguageSelectorDialog-Modal a{font-size:21px;text-decoration:underline}.LanguageSelectorDialog-Modal li{float:left;margin-bottom:30px}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px}.LanguageSelectorDialog-Modal #great-languages-selector{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:36px;font-weight:600;line-height:1.1em;margin:0 0 1em 0;font-weight:normal}.LanguageSelectorDialog-Modal ul{display:block}.LanguageSelectorDialog-Modal .countries{overflow:hidden}.LanguageSelectorDialog-Modal .countries a{background-position:top left;background-repeat:no-repeat;background-size:40px;display:block;min-height:40px;padding:5px 0 0 50px}.LanguageSelectorDialog-Modal .languages{overflow:hidden;padding:0}.LanguageSelectorDialog-Modal .domestic-redirect{float:right;padding-left:30px;padding-top:71px;width:33.3333333333%}.LanguageSelectorDialog-Modal .domestic-redirect p{font-size:inherit;font-weight:normal}.LanguageSelectorDialog-Modal .domestic-redirect span{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;display:block;max-width:215px;padding-top:15px}#header-bar .LanguageSelectorDialog-Tracker{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;margin-left:5px;background-image:url("/static/icons/eig-world-language-icon.svg");background-position:0px 2px;background-repeat:no-repeat;background-size:20px;color:#fff;cursor:pointer;display:inline-block;padding-left:25px;text-decoration:none}#header-bar .LanguageSelectorDialog-Tracker:hover{color:#fff;text-decoration:underline}#header-bar .LanguageSelectorDialog-Tracker .label{font-weight:bold;text-transform:capitalize}#header-bar .LanguageSelectorDialog-Tracker .lang{font-weight:bold;text-transform:uppercase}#header-bar .LanguageSelectorDialog-Tracker .lang:after{content:" - "}@media(min-width: 768px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .countries li:nth-child(4n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages ul{padding:5px}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .languages li:nth-child(4n+1){clear:left;margin-left:0}}@media(min-width: 481px)and (max-width: 767px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.LanguageSelectorDialog-Modal .languages li:nth-child(3n+1){clear:left;margin-left:0}}@media screen and (max-width: 580px){.LanguageSelectorDialog-Modal{width:100%;left:0;top:15px}.LanguageSelectorDialog-Modal .close{top:30px;right:30px}.LanguageSelectorDialog-Modal .languages{width:auto}.LanguageSelectorDialog-Modal .domestic-redirect{float:none;padding-left:0;width:auto}.LanguageSelectorDialog-Modal #great-languages-selector{width:80%}}@media screen and (max-width: 480px){#great-languages-select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;font-weight:bold}.LanguageSelectorDialog-Modal{padding:15px}.LanguageSelectorDialog-Modal .content{padding:20px 30px}.LanguageSelectorDialog-Modal a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal .countries a{background-size:20px;min-height:20px;padding:0 0 0 30px}.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:20px;width:calc((100% - (20px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .domestic-redirect{padding-top:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:10px;width:calc((100% - (10px * 1)) / 2)}.LanguageSelectorDialog-Modal .languages li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages p{left:0;top:10px}.LanguageSelectorDialog-Tracker .label,.LanguageSelectorDialog-Tracker .lang::after{position:absolute;z-index:-1}}.eu-exit-banner{border-left:5px solid #0661cf;padding-left:20px;padding-top:5px;padding-bottom:5px}.eu-exit-banner h2{display:inline;font-weight:bold;margin:0}.eu-exit-banner p{display:inline;margin-left:6px;padding:0}.eu-exit-banner div{width:80%}@media(min-width: 768px){.eu-exit-banner{width:80%}}.pagination{text-align:center;width:75%;margin:45px auto 0}.search-results-list .pagination a{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;outline:#ffd000 solid 6px;outline-offset:0;background-color:#fff;border-color:#006ccc;color:#006ccc;margin-bottom:15px;padding-left:15px;padding-right:15px}.search-results-list .pagination a:focus{border-color:#fff}.search-results-list .pagination a:hover{background-color:#006ccc;border-color:#006ccc;color:#fff}.search-results-list .pagination li{display:inline-block}.search-results-list .pagination .current{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;background-color:#006ccc;border-color:#006ccc;color:#fff;cursor:default;padding-left:15px;padding-right:15px}.search-results-list .pagination .next{float:right}.search-results-list .pagination .previous{float:left}.search-results-list .pagination ul{display:inline-block}.blue-underline>.container{border-bottom:5px solid #006ccc;padding-bottom:3em}.float-right{float:right}.float-left{float:left}.fixed{position:fixed}.clear-none{clear:none}.display-none{display:none}.display-block{display:block}.display-only-js{display:none}.js-enabled .display-only-js{display:block}.display-only-no-js{display:block}.js-enabled .display-only-no-js{display:none}.sector-potential-section .view-markets{width:100%;display:inline-block;text-align:center;font-size:19px}@media(min-width: 1081px){.sector-potential-section .sector-potential-wrapper{background:url("/static/images/globe.png") calc(100% + 100px) -150px no-repeat;background-size:auto 110%}}@media(min-width: 641px){.sector-potential-section .view-markets{width:auto}}.sector-potential-form select{width:100%;background-color:#fff}.sector-potential-form .button.show-markets:disabled{pointer-events:none;background:#e2d9cb;color:#f5f2ed}@media(min-width: 641px){.sector-potential-form .view-markets{width:auto}.sector-potential-form select{max-width:650px}}@media(min-width: 961px){.sector-potential-form select{max-width:770px}}.sector-selector-quick-links .quick-links-separator{margin:0 0 45px 0;height:2px;background-color:#8e969c}.sector-selector-quick-links li{display:none;text-align:center;float:left}.sector-selector-quick-links .quick-link{text-decoration:none}.sector-selector-quick-links .sector-name{font-weight:600;text-decoration:underline}.sector-selector-quick-links .quick-links-icon{height:60px;display:block;margin:0 auto 15px}.sector-selector-quick-links .sector-name,.sector-selector-quick-links .sector-page-count{font-size:16px;line-height:16px}@media(max-width: 640px){.sector-selector-quick-links{display:none}}@media(min-width: 641px){.sector-selector-quick-links li:nth-child(-n+3){display:block;width:33.3333333333%}}@media(min-width: 769px){.sector-selector-quick-links li:nth-child(-n+4){display:block;width:25%}}@media(min-width: 961px){.sector-selector-quick-links li:nth-child(-n+6){display:block;width:16.66%}}@media(min-width: 1081px){.sector-selector-quick-links .quick-links-separator{width:60%}}.chevron-banner{position:relative}.chevron-banner:hover .chevron-banner__link-container{background-color:#b31424}@media(min-width: 20em){.chevron-banner:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover.svg")}}.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:2px solid;border-color:#fff}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:0}}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover-border.svg")}}.chevron-banner:focus-within .chevron-banner__link-container{border-right:2px solid;border-color:#0b0c0c;background-color:#fd0}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container{border-right:0}}.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-small.svg")}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-focus.svg")}}.chevron-banner__link-container{background-color:#e61e32;padding:20px;border-radius:5px;border:2px solid transparent;border-right:0}@media(min-width: 20em){.chevron-banner__link-container{border-radius:5px 0 0 5px;margin-right:120px;padding:15px}}@media(min-width: 48.0625em){.chevron-banner__link-container{padding:20px}}.chevron-banner__link-container:after{content:"";position:absolute;right:10px;top:0;width:25px;height:100%;background:url("/static/icons/chevron-banner-small.svg") center right no-repeat;background-size:25px 25px}@media(min-width: 20em){.chevron-banner__link-container:after{content:"";display:block;position:absolute;top:0;right:0;height:100%;min-width:120px;background:url("/static/icons/chevron-banner.svg") -1px center no-repeat;background-size:auto 100%}}@media screen and (min-width: 0\0 )and (min-width: 320px)and (max-width: 364px){.chevron-banner__link-container:after{background-position:-15px center}}@media screen and (min-width: 0\0 )and (min-width: 365px)and (max-width: 640px){.chevron-banner__link-container:after{background-position:-28px center}}@media screen and (min-width: 0\0 )and (min-width: 641px)and (max-width: 769px){.chevron-banner__link-container:after{background-position:-20px center}}@media screen and (min-width: 0\0 )and (min-width: 770px){.chevron-banner__link-container:after{background-position:-14px center}}@media(max-width: 19.99em){.chevron-banner__link{display:block}}.chevron-banner__link{font-size:18px;line-height:20px}@media(min-width: 641px){.chevron-banner__link{font-size:24px;line-height:26px}}@media(min-width: 769px){.chevron-banner__link{font-size:32px;line-height:34px}}@media(min-width: 961px){.chevron-banner__link{font-size:36px;line-height:38px}}.chevron-banner__link:link,.chevron-banner__link:visited,.chevron-banner__link:hover{font-family:"Overpass",arial,helvetica,verdana,sans-serif;font-weight:700;color:#fff;text-decoration:none}.chevron-banner__link:link:focus,.chevron-banner__link:focus,.chevron-banner__link:link:active,.chevron-banner__link:active,a.chevron-banner__link:active:focus{color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;outline:none}.chevron-banner__link:after{content:"";position:absolute;z-index:10;top:0;left:0;width:100%;height:100%}.filters .filter-section{border-bottom:2px solid #e2d9cb}.filters .filter-section:last-child{border-bottom:none}.filters .filter-section>label{display:block;padding:8px 5px 8px 0;cursor:pointer}.filters .filter-section>label:after{content:"";transform:rotate(45deg);border-style:solid;position:relative;border-color:#000;border-width:2px 0 0 2px;top:5px;float:right;height:8px;margin:5px 0 0 0;right:3px;width:8px}.filters .filter-section .multiple-choice label{padding:4px 0 8px}.filters .filter-section .options{display:none;max-height:300px;overflow-y:scroll;margin-bottom:15px}.filters .filter-section .options ul{overflow:hidden}.filters .filter-section .options.full-height{max-height:none;overflow:auto}.filters .filter-section>input[type=checkbox]:checked+label:after{border-width:0 2px 2px 0;top:2px}.filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.filters>h2 span,.filters .filters-sticky-footer{display:none}.filters .mobile-filter-toggle{display:block;cursor:pointer}.js-enabled .filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span{display:none}.filters.mobile-filters{position:absolute;top:0;left:0;background-color:#f5f2ed;z-index:50;width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;padding:30px 20px 100px}.filters.mobile-filters>h2{font-size:19px}.filters.mobile-filters .filter-section>input[type=checkbox]{display:none}.filters.mobile-filters>ul,.filters.mobile-filters>h2 span{display:block}.filters.mobile-filters .options{max-height:none;overflow:auto}.filters.mobile-filters .mobile-filter-toggle{display:none}.filters.mobile-filters .filters-sticky-footer{position:fixed;display:block;bottom:0;left:0;width:100%;background-color:#fff;text-align:center;padding:10px 20px}.filters.mobile-filters .filters-sticky-footer .cancel,.filters.mobile-filters .filters-sticky-footer .update{width:50%;float:left}.filters.mobile-filters .filters-sticky-footer .cancel{padding:10px 30px;display:inline-block}@media(min-width: 641px){.filters{position:relative}.filters .mobile-filter-toggle{display:none}.filters>h2 span{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span,.js-enabled .js-enabled .filters{display:block}}.tabs__nav{border-bottom:2px solid #dfd5c5}.tabs__nav li{display:inline-block}.tabs__nav button{display:block;border:0;border-bottom:4px solid transparent;padding:.5em 1em;margin:0 0 -2px;background:transparent;color:#666}.tabs__nav button[aria-expanded=true],.tabs__nav button:hover{background:transparent;color:#333;border-bottom-color:#333}.barchart td,.barchart th{font-size:1rem;border:0}.barchart__legend{padding:0;font-weight:normal}.barchart__legend:before{content:"";display:inline-block;width:1em;height:1em;margin-right:.5em;vertical-align:text-top;background:#006ccc}.barchart__title-cell{padding:0 .5em 0 0;width:40%;text-align:right;vertical-align:middle}.barchart__bar-cell{padding:3px 0;vertical-align:middle}.barchart__bar{display:inline-block;padding:.5em 0;background:#006ccc;color:#fff;text-shadow:1px 1px 0 #006ccc;text-indent:.5em}.barchart__bar--small{color:currentColor;text-shadow:none;text-indent:calc(.375em + 100%)}table th,table td{border-color:#8e969c}#menu-activator{margin-top:0}a:active{background-color:#ffd000}a:focus{outline:#ffd000 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose,.sector-potential-form #id_sector-container label,.filters .filter-section>input[type=checkbox]{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}.campaign-video-transcript{display:none}.campaign-video-transcript details{border:0;padding:0}@media(max-width: 640px){.campaign-video-transcript details{margin:15px 0 0}}.campaign-video-transcript-text{overflow-y:scroll;padding-bottom:30px}.landing-page .button-video{position:relative}@media(min-width: 769px){.landing-page .button-video{background-color:#fff;color:#006ccc}}.landing-page .campaign-section{padding:0;position:relative;color:#6f787a}.landing-page .campaign-section img{display:block}.landing-page .campaign-related-link{font-weight:700;font-family:"Overpass",arial,helvetica,verdana,sans-serif;display:block;text-align:center}.landing-page .campaign-related-link:active:hover{color:#1e1348}@media(min-width: 641px){.landing-page .campaign-related-link{display:inline;text-align:left;margin-left:15px}}@media(min-width: 769px){.landing-page .campaign-related-link{color:#fff;margin-left:30px}}.landing-page .campaign-heading-container{margin-bottom:30px}.landing-page .campaign-heading{text-transform:uppercase}.landing-page .campaign-heading .if-we-can{display:inline-block;white-space:pre}.landing-page .campaign-content-container{padding-top:30px}@media(min-width: 769px){.landing-page .campaign-section{color:#fff}.landing-page .campaign-content-container{padding:60px;z-index:1;position:absolute;overflow:visible;top:0;bottom:0;left:0;right:0}.landing-page .campaign-heading-container{position:absolute;top:0;bottom:0;right:0;left:0}.landing-page .campaign-heading{max-width:310px;position:absolute;margin-top:60px}.landing-page .campaign-heading .if-we-can{background-color:#e41f13;padding:0 10px 0 30px;white-space:normal}.landing-page .campaign-heading .if-we-can:last-child{margin-top:4px}.landing-page .campaign-subsection{position:absolute;bottom:0}}@media(min-width: 961px){.landing-page .campaign-heading{font-size:52px}}@media(min-width: 1261px){.landing-page .campaign-heading{margin-left:0}}.landing-page .prepare-for-brexit-section .container{border-top:2px solid #e2d9cb}.landing-page .prepare-for-brexit-section .card{min-height:0}.landing-page .sector-potential-section .sector-potential-wrapper{background-color:#f5f2ed}.landing-page .export-goods-from-uk .content-column{padding-top:15px}@media(min-width: 769px){.landing-page .export-goods-from-uk .content-column{padding-top:0}.landing-page .export-goods-from-uk .content-column .button{margin:0 auto}}.article-list-page .number-display{margin-left:10px}.article-list-page .information-banner{background-color:#fff;border:solid #dfd5c5 2px}.article-list-page .list-teaser{padding:2em 0;line-height:1.5}.article-list-page .content-list li{margin-bottom:0;padding-bottom:1em;border-bottom:1px solid #d8d8d8}.article-list-page .content-list li:last-child{border:0}.article-list-page .content-list li a{display:inline-block}.article-list-page .error-reporting{padding-top:30px}.article-list-page .card-inner{padding:30px}.tag-list-page .hero .tag-name{display:block}.article-detail-page article.grid-row{margin-bottom:100px}.article-detail-page article header{padding-bottom:30px}.article-detail-page article header .column-seven-twelfths{padding-bottom:1em}.article-detail-page article header .heading-xlarge{margin-top:.2em}.article-detail-page .column-seven-ninths{width:77.7777777778%;float:right}.article-detail-page .article-content{padding-top:1em;line-height:1.75}.article-detail-page img+.video-container{margin-top:30px}.article-detail-page .quote{background-color:#f5f2ed;width:calc(100vw - 15px);margin:60px 0 60px -30px;padding:30px;font-family:georgia,verdana,serif;font-style:italic}.article-detail-page .quote .body-text{display:block;margin-bottom:15px}.article-detail-page .quote .body-text+:last-child{font-size:19px;font-style:normal}.article-detail-page .quote:before{color:#dfd5c5;content:"“";display:block;font-family:sans-serif;font-size:120px;font-weight:600;height:60px;left:-15px;line-height:120px;position:relative}.article-detail-page .quote:after{content:"";display:block;clear:both}.article-detail-page .content-list li a{display:block}.article-detail-page .related-content-cards{background-color:#f5f2ed;padding-top:30px}.article-detail-page .column-quarter .content-list:last-child{margin-bottom:30px}.article-detail-page .article-content table td,.article-detail-page .article-content table th{border-bottom:1px solid #666}.article-detail-page .article-content hr{background:#666}.article-detail-page .related-content-list .button.cta{width:100%}@media(max-width: 640px){.article-detail-page .column-seven-ninths{width:100%;float:none}.article-detail-page .article-content{margin-left:0}.article-detail-page .related-content-list .content-list{display:none}}@media(min-width: 641px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{padding-left:calc(22.2222222222% + 35px)}.article-detail-page .article-content .quote .body-text{max-width:calc(980px - 25%);width:75%}}@media(min-width: 1261px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{width:calc(100vw - 8px);margin-left:calc(600px - 50vw);padding-left:calc(50vw - 600px + 22.2222222222% + 5px)}}.column-11-12{width:91.6666666667%}.campaign-page .selling-points-list .heading{margin-top:10px}.campaign-page .related-content img{width:100%}@media(max-width: 640px){.section-two-image{margin:0 0 15px 0}.section-two-image img{width:100%}}.accordion-divider{border-top:1px solid #d8d8d8}.accordion-divider:last-child{border-bottom:1px solid #d8d8d8}.accordion-expander{text-decoration:none;color:#006ccc;font-weight:700;position:relative;display:flex;width:100%;padding:0;background:none;border:0;align-items:center;min-height:88px;cursor:pointer}.accordion-expander:focus::-moz-focus-inner{border:0}.accordion-expander:focus:focus{outline:#ffbf47 solid 3px}.accordion-expander:after{content:"+";font-weight:700;font-size:36px;position:absolute;right:15px;color:#000}.accordion-expander[aria-expanded=true]:after{content:"–"}.accordion-content[aria-hidden=true]{display:none}.accordion-icon{height:60px;width:60px}.accordion-content .with-arrow{margin:0}.accordion-content .with-arrow:before{display:none}.accordion-content .with-arrow:after{content:"➔";margin-left:0}.accordion-content .subsection-icon{height:50px}.country-guide-page .teaser-section .content-list li{margin-bottom:.75em}@media(min-width: 769px){.country-guide-page .teaser-section .teaser{padding-right:11.1111111111%}}@media(min-width: 769px){.country-guide-page .section-one-body{padding-right:8.3333333333%}}.country-guide-page .section-one-body h2:first-child{margin-top:0}.country-guide-page .case-study{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff}.country-guide-page .case-study .container{min-height:597px;display:flex;align-items:center}.country-guide-page .case-study .container .grid-row{flex-grow:1}.country-guide-page .case-study .decorative-line{width:50%}@media(max-width: 640px){.country-guide-page .case-study .button{width:auto}}.country-guide-page .case-study .button::after{content:"→";margin-left:1em}.country-guide-page .next-steps .container{padding:150px 0}@media(min-width: 961px){.country-guide-page .next-steps .container .cta-link{font-size:36px}}.country-guide-page .next-steps .container .with-arrow{margin:0}.country-guide-page .next-steps .container .with-arrow:before{display:none}.country-guide-page .next-steps .container .with-arrow:after{content:"➔";margin-left:0}.country-guide-page .news-events .card{height:100%}.markets-landing .markets-header{position:relative;padding-top:70px}.markets-landing .controls{position:absolute;top:0;left:0;width:100%}.markets-landing .controls label{display:none}@media(max-width: 640px){.markets-landing .controls .mobile-filter-toggle,.markets-landing .controls .sort-control{width:50%;float:left;margin-bottom:0;height:43px;border:2px solid #dfd5c5;background-color:#fff;color:#333;font-family:"Roboto",arial,helvetica,verdana,sans-serif;line-height:1em;font-size:19px;font-weight:normal;text-align:center;text-align-last:center;cursor:pointer}}.markets-landing .card{min-height:0}.markets-landing .card .heading-large{font-size:16px}.markets-landing .card .subheading{font-size:14px}.markets-landing .card .card-image{display:none}.markets-landing .card .card-inner>:last-child{margin-bottom:0}@media(min-width: 641px){.markets-landing .card .heading-large{font-size:19px}.markets-landing .card .subheading{font-size:15px}.markets-landing .card .card-image{display:block}}.markets-landing .pagination{width:100%}.markets-landing .pagination ol{display:none}@media(min-width: 641px){.markets-landing .markets-header{padding-top:0}.markets-landing .controls{position:static}.markets-landing .controls .sort-control{width:auto;min-width:200px;padding-right:60px;background-color:#fff}.markets-landing .controls label{display:inline}.markets-landing .controls .mobile-filter-toggle{display:none}.markets-landing .pagination ol{display:block}}@media(min-width: 1025px){.markets-landing .pagination{width:75%}}.js-enabled .markets-landing input[type=submit]{display:none}@media(max-width: 640px){.markets-landing .card{margin-bottom:15px}.markets-landing .card .card-inner{padding:20px}.markets-landing .card .card-inner>:last-child{margin-bottom:0}}.accessibility-skip-to-section{font-weight:400;background-color:transparent;color:#fff;display:inline-block;padding:15px;overflow:hidden;position:absolute;text-indent:-1000px;z-index:-1}.accessibility-skip-to-section:hover{z-index:10}.accessibility-skip-to-section:focus{outline:3px solid #ffbf47;outline-offset:0;background-color:#ffbf47;color:#132965;left:0;text-indent:0;top:0;z-index:10}#content{padding:0;color:#333}/*# sourceMappingURL=main.css.map */ +/* Error: Can't find stylesheet to import. + * , + * 8 | @import 'node_modules/great-styles/src/scss/helpers/vars'; + * | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + * ' + * domestic/sass/overrides/_magna.scss 8:9 @import + * domestic/sass/main.scss 16:9 root stylesheet */ + +body::before { + font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", + "Droid Sans Mono", monospace, monospace; + white-space: pre; + display: block; + padding: 1em; + margin-bottom: 1em; + border-bottom: 2px solid black; + content: "Error: Can't find stylesheet to import.\a \2577 \a 8 \2502 @import 'node_modules/great-styles/src/scss/helpers/vars';\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a domestic/sass/overrides/_magna.scss 8:9 @import\a domestic/sass/main.scss 16:9 root stylesheet"; +} diff --git a/domestic/static/styles/office-finder.css b/domestic/static/styles/office-finder.css index c384d74523..8a0008f5af 100755 --- a/domestic/static/styles/office-finder.css +++ b/domestic/static/styles/office-finder.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#results .column{float:left;padding:10px;height:300px}#results .left{width:50%}#results .right{width:50%}#results .row:after{content:"";display:table;clear:both}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ diff --git a/domestic/static/styles/office-finder.css.map b/domestic/static/styles/office-finder.css.map index 1a99c9c6a9..8fc2292e66 100644 --- a/domestic/static/styles/office-finder.css.map +++ b/domestic/static/styles/office-finder.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,OACE,gBAIA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAGF,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KKgCvB,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WL/CmB,KKmDvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,OACE,gBAIA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAGF,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KK8BrB,iBACE,WACA,aACA,aAGF,eACE,UAGF,gBACE,UAEF,oBACE,WACA,cACA,WAIJ,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WLjEmB,KKsEvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} From 41fa1f89f51443e4317d28a196b89f3dfa086546 Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Tue, 14 Jun 2022 16:02:17 +0100 Subject: [PATCH 08/15] Fully enable Data Pipeline stats --- config/settings.py | 1 - domestic/fixtures/market_guide_stats.json | 1309 ----------------- domestic/models.py | 12 +- .../templates/domestic/country_guide.html | 26 +- tests/unit/domestic/test_models.py | 50 +- 5 files changed, 8 insertions(+), 1390 deletions(-) delete mode 100644 domestic/fixtures/market_guide_stats.json diff --git a/config/settings.py b/config/settings.py index f65ef12295..64d02ca123 100644 --- a/config/settings.py +++ b/config/settings.py @@ -749,7 +749,6 @@ FEATURE_SHOW_REPORT_BARRIER_CONTENT = env.bool('FEATURE_SHOW_REPORT_BARRIER_CONTENT', False) FEATURE_SHOW_MARKET_GUIDE_BAU_LINKS = env.bool('FEATURE_SHOW_MARKET_GUIDE_BAU_LINKS', False) FEATURE_SHOW_MARKET_GUIDE_VISUALISATIONS = env.bool('FEATURE_SHOW_MARKET_GUIDE_VISUALISATIONS', False) -FEATURE_DATA_PIPELINE_STATS = env.bool('FEATURE_DATA_PIPELINE_STATS', False) FEATURE_SHOW_BRAND_BANNER = env.bool('FEATURE_SHOW_BRAND_BANNER', False) FEATURE_SHOW_MAGNA_LINKS_IN_HEADER = env.bool('FEATURE_SHOW_MAGNA_LINKS_IN_HEADER', False) FEATURE_SHOW_INTERNATIONAL_FOOTER_LINK = env.bool('FEATURE_SHOW_INTERNATIONAL_FOOTER_LINK', False) diff --git a/domestic/fixtures/market_guide_stats.json b/domestic/fixtures/market_guide_stats.json deleted file mode 100644 index 8436f9b7b9..0000000000 --- a/domestic/fixtures/market_guide_stats.json +++ /dev/null @@ -1,1309 +0,0 @@ -{ - "CN": { - "metadata": { - "country": "China", - "iso2": "CN" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - } - }, - "data": { - "total_uk_exports": 27000000000, - "trading_position": 6, - "percentage_of_uk_trade": 4.3 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "billion" - }, - "data": [ - { - "year": 2012, - "exports": 15600000000, - "imports": 31500000000, - "total": 47100000000 - }, - { - "year": 2013, - "exports": 16900000000, - "imports": 32800000000, - "total": 49700000000 - }, - { - "year": 2014, - "exports": 19400000000, - "imports": 35900000000, - "total": 55200000000 - }, - { - "year": 2015, - "exports": 18400000000, - "imports": 39600000000, - "total": 58000000000 - }, - { - "year": 2016, - "exports": 19500000000, - "imports": 42900000000, - "total": 62400000000 - }, - { - "year": 2017, - "exports": 25200000000, - "imports": 45200000000, - "total": 70400000000 - }, - { - "year": 2018, - "exports": 27100000000, - "imports": 46100000000, - "total": 73200000000 - }, - { - "year": 2019, - "exports": 36300000000, - "imports": 50500000000, - "total": 86800000000 - }, - { - "year": 2020, - "exports": 26200000000, - "imports": 57100000000, - "total": 83200000000 - }, - { - "year": 2021, - "exports": 27000000000, - "imports": 66100000000, - "total": 93000000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Crude oil", - "value": 3900000000, - "percent": 100 - }, - { - "label": "Cars", - "value": 3600000000, - "percent": 92.3 - }, - { - "label": "Medicinal & pharmaceutical products", - "value": 1600000000, - "percent": 41 - }, - { - "label": "Non-ferrous metals", - "value": 1100000000, - "percent": 28.2 - }, - { - "label": "Mechanical power generators (intermediate)", - "value": 731100000, - "percent": 18.7 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Travel", - "value": 2800000000, - "percent": 100 - }, - { - "label": "Transportation", - "value": 1400000000, - "percent": 50 - }, - { - "label": "Other Business Services", - "value": 1400000000, - "percent": 50 - }, - { - "label": "Financial", - "value": 927000000, - "percent": 33.1 - }, - { - "label": "Intellectual property", - "value": 808000000, - "percent": 28.9 - } - ] - } - }, - "US": { - "metadata": { - "country": "United States", - "iso2": "US" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": { - "total_uk_exports": 132200000000, - "trading_position": 1, - "percentage_of_uk_trade": 21.1 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "billion" - }, - "data": [ - { - "year": 2012, - "exports": 88100000000, - "imports": 51800000000, - "total": 139900000000 - }, - { - "year": 2013, - "exports": 93100000000, - "imports": 52200000000, - "total": 145300000000 - }, - { - "year": 2014, - "exports": 94400000000, - "imports": 56300000000, - "total": 150700000000 - }, - { - "year": 2015, - "exports": 102700000000, - "imports": 60400000000, - "total": 163000000000 - }, - { - "year": 2016, - "exports": 110900000000, - "imports": 67599999999, - "total": 178500000000 - }, - { - "year": 2017, - "exports": 118500000000, - "imports": 72400000000, - "total": 190900000000 - }, - { - "year": 2018, - "exports": 128500000000, - "imports": 78100000000, - "total": 206600000000 - }, - { - "year": 2019, - "exports": 145100000000, - "imports": 88300000000, - "total": 233400000000 - }, - { - "year": 2020, - "exports": 128699999999, - "imports": 76100000000, - "total": 204700000000 - }, - { - "year": 2021, - "exports": 132199999999, - "imports": 83000000000, - "total": 215200000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Cars", - "value": 5400000000, - "percent": 100 - }, - { - "label": "Medicinal & pharmaceutical products", - "value": 5000000000, - "percent": 92.6 - }, - { - "label": "Mechanical power generators (intermediate)", - "value": 3000000000, - "percent": 55.6 - }, - { - "label": "Organic chemicals", - "value": 2300000000, - "percent": 42.6 - }, - { - "label": "Scientific instruments (capital)", - "value": 2100000000, - "percent": 38.9 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Other Business Services", - "value": 39600000000, - "percent": 100 - }, - { - "label": "Financial", - "value": 19800000000, - "percent": 50 - }, - { - "label": "Insurance and Pension", - "value": 9100000000, - "percent": 23 - }, - { - "label": "Telecommunications, computer and information services", - "value": 6100000000, - "percent": 15.4 - }, - { - "label": "Intellectual property", - "value": 3500000000, - "percent": 8.8 - } - ] - } - }, - "AU": { - "metadata": { - "country": "Australia", - "iso2": "AU" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - } - }, - "data": { - "total_uk_exports": 9800000000, - "trading_position": 15, - "percentage_of_uk_trade": 1.6 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "billion" - }, - "data": [ - { - "year": 2012, - "exports": 9600000000, - "imports": 4700000000, - "total": 14300000000 - }, - { - "year": 2013, - "exports": 9500000000, - "imports": 4900000000, - "total": 14400000000 - }, - { - "year": 2014, - "exports": 9100000000, - "imports": 4300000000, - "total": 13400000000 - }, - { - "year": 2015, - "exports": 8900000000, - "imports": 4400000000, - "total": 13300000000 - }, - { - "year": 2016, - "exports": 9600000000, - "imports": 4700000000, - "total": 14300000000 - }, - { - "year": 2017, - "exports": 10600000000, - "imports": 5300000000, - "total": 15900000000 - }, - { - "year": 2018, - "exports": 11300000000, - "imports": 4700000000, - "total": 16000000000 - }, - { - "year": 2019, - "exports": 11300000000, - "imports": 6700000000, - "total": 18000000000 - }, - { - "year": 2020, - "exports": 9500000000, - "imports": 4800000000, - "total": 14300000000 - }, - { - "year": 2021, - "exports": 9800000000, - "imports": 4600000000, - "total": 14400000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "million" - }, - "data": [ - { - "label": "Medicinal & pharmaceutical products", - "value": 602900000, - "percent": 100 - }, - { - "label": "Cars", - "value": 348400000, - "percent": 57.8 - }, - { - "label": "Other manufactures (consumer)", - "value": 326700000, - "percent": 54.2 - }, - { - "label": "Specialised machinery (capital)", - "value": 235600000, - "percent": 39.1 - }, - { - "label": "Beverages", - "value": 208100000, - "percent": 34.5 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Insurance and Pension", - "value": 1500000000, - "percent": 100 - }, - { - "label": "Other Business Services", - "value": 1400000000, - "percent": 93.3 - }, - { - "label": "Financial", - "value": 737000000, - "percent": 49.1 - }, - { - "label": "Telecommunications, computer and information services", - "value": 589000000, - "percent": 39.3 - }, - { - "label": "Travel", - "value": 336000000, - "percent": 22.4 - } - ] - } - }, - "DE": { - "metadata": { - "country": "Germany", - "iso2": "DE" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - } - }, - "data": { - "total_uk_exports": 46600000000, - "trading_position": 2, - "percentage_of_uk_trade": 7.4 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "billion" - }, - "data": [ - { - "year": 2012, - "exports": 44400000000, - "imports": 61800000000, - "total": 106200000000 - }, - { - "year": 2013, - "exports": 43200000000, - "imports": 65000000000, - "total": 108200000000 - }, - { - "year": 2014, - "exports": 44100000000, - "imports": 70000000000, - "total": 114100000000 - }, - { - "year": 2015, - "exports": 44100000000, - "imports": 70200000000, - "total": 114300000000 - }, - { - "year": 2016, - "exports": 48600000000, - "imports": 74000000000, - "total": 122600000000 - }, - { - "year": 2017, - "exports": 55500000000, - "imports": 80100000000, - "total": 135600000000 - }, - { - "year": 2018, - "exports": 54900000000, - "imports": 79700000000, - "total": 134600000000 - }, - { - "year": 2019, - "exports": 55300000000, - "imports": 77200000000, - "total": 132500000000 - }, - { - "year": 2020, - "exports": 49700000000, - "imports": 66200000000, - "total": 115900000000 - }, - { - "year": 2021, - "exports": 46600000000, - "imports": 62700000000, - "total": 109200000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Aircraft", - "value": 2600000000, - "percent": 100 - }, - { - "label": "Non-ferrous metals", - "value": 2500000000, - "percent": 96.2 - }, - { - "label": "Mechanical power generators (intermediate)", - "value": 1900000000, - "percent": 73.1 - }, - { - "label": "Cars", - "value": 1800000000, - "percent": 69.2 - }, - { - "label": "Medicinal & pharmaceutical products", - "value": 1500000000, - "percent": 57.7 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Other Business Services", - "value": 8000000000, - "percent": 100 - }, - { - "label": "Telecommunications, computer and information services", - "value": 2700000000, - "percent": 33.8 - }, - { - "label": "Financial", - "value": 2400000000, - "percent": 30 - }, - { - "label": "Intellectual property", - "value": 1200000000, - "percent": 15 - }, - { - "label": "Transportation", - "value": 1000000000, - "percent": 12.5 - } - ] - } - }, - "IN": { - "metadata": { - "country": "India", - "iso2": "IN" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - } - }, - "data": { - "total_uk_exports": 8400000000, - "trading_position": 20, - "percentage_of_uk_trade": 1.3 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "billion" - }, - "data": [ - { - "year": 2012, - "exports": 7500000000, - "imports": 9000000000, - "total": 16500000000 - }, - { - "year": 2013, - "exports": 7500000000, - "imports": 8800000000, - "total": 16300000000 - }, - { - "year": 2014, - "exports": 6500000000, - "imports": 9500000000, - "total": 16000000000 - }, - { - "year": 2015, - "exports": 6900000000, - "imports": 9100000000, - "total": 16000000000 - }, - { - "year": 2016, - "exports": 6100000000, - "imports": 9800000000, - "total": 15900000000 - }, - { - "year": 2017, - "exports": 6800000000, - "imports": 11600000000, - "total": 18400000000 - }, - { - "year": 2018, - "exports": 9400000000, - "imports": 12400000000, - "total": 21800000000 - }, - { - "year": 2019, - "exports": 9000000000, - "imports": 14900000000, - "total": 23900000000 - }, - { - "year": 2020, - "exports": 7200000000, - "imports": 11700000000, - "total": 18800000000 - }, - { - "year": 2021, - "exports": 8400000000, - "imports": 15900000000, - "total": 24300000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "million" - }, - "data": [ - { - "label": "Non-ferrous metals", - "value": 785800000, - "percent": 100 - }, - { - "label": "Metal ores & scrap", - "value": 553600000, - "percent": 70.5 - }, - { - "label": "Mechanical power generators (intermediate)", - "value": 397300000, - "percent": 50.6 - }, - { - "label": "Crude oil", - "value": 239900000, - "percent": 30.5 - }, - { - "label": "General industrial machinery (capital)", - "value": 229000000, - "percent": 29.1 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "billion" - }, - "data": [ - { - "label": "Other Business Services", - "value": 1600000000, - "percent": 100 - }, - { - "label": "Travel", - "value": 760000000, - "percent": 47.5 - }, - { - "label": "Transportation", - "value": 414000000, - "percent": 25.9 - }, - { - "label": "Telecommunications, computer and information services", - "value": 204000000, - "percent": 12.8 - }, - { - "label": "Intellectual property", - "value": 147000000, - "percent": 9.2 - } - ] - } - }, - "PT": { - "metadata": { - "country": "Portugal", - "iso2": "PT" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - } - }, - "data": { - "total_uk_exports": 2300000000, - "trading_position": 40, - "percentage_of_uk_trade": 0.4 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "billion" - }, - "data": [ - { - "year": 2012, - "exports": 2600000000, - "imports": 3400000000, - "total": 6000000000 - }, - { - "year": 2013, - "exports": 2600000000, - "imports": 3600000000, - "total": 6300000000 - }, - { - "year": 2014, - "exports": 2600000000, - "imports": 4000000000, - "total": 6700000000 - }, - { - "year": 2015, - "exports": 2500000000, - "imports": 4600000000, - "total": 7200000000 - }, - { - "year": 2016, - "exports": 2900000000, - "imports": 4900000000, - "total": 7700000000 - }, - { - "year": 2017, - "exports": 3100000000, - "imports": 5300000000, - "total": 8400000000 - }, - { - "year": 2018, - "exports": 3300000000, - "imports": 5500000000, - "total": 8800000000 - }, - { - "year": 2019, - "exports": 3500000000, - "imports": 5800000000, - "total": 9200000000 - }, - { - "year": 2020, - "exports": 2500000000, - "imports": 3700000000, - "total": 6300000000 - }, - { - "year": 2021, - "exports": 2300000000, - "imports": 4500000000, - "total": 6800000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "million" - }, - "data": [ - { - "label": "Mechanical power generators (intermediate)", - "value": 181600000, - "percent": 100 - }, - { - "label": "Cars", - "value": 110200000, - "percent": 60.7 - }, - { - "label": "Crude oil", - "value": 102200000, - "percent": 56.3 - }, - { - "label": "Metal ores & scrap", - "value": 86100000, - "percent": 47.4 - }, - { - "label": "Iron & steel", - "value": 58900000, - "percent": 32.4 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "million" - }, - "data": [ - { - "label": "Other Business Services", - "value": 222000000, - "percent": 100 - }, - { - "label": "Travel", - "value": 202000000, - "percent": 91 - }, - { - "label": "Transportation", - "value": 199000000, - "percent": 89.6 - }, - { - "label": "Telecommunications, computer and information services", - "value": 156000000, - "percent": 70.3 - }, - { - "label": "Financial", - "value": 110000000, - "percent": 49.5 - } - ] - } - }, - "LI": { - "metadata": { - "country": "Liechtenstein", - "iso2": "LI" - }, - "highlights": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted", - "next_release": "To be announced", - "notes": [ - "Data includes goods and services combined in the four quarters to the end of Q4 2021." - ] - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - } - }, - "data": { - "total_uk_exports": 98000000, - "trading_position": 118, - "percentage_of_uk_trade": 0.02 - } - }, - "market_trends": { - "metadata": { - "source": { - "label": "ONS UK total trade: all countries", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/datasets/uktotaltradeallcountriesseasonallyadjusted ", - "next_release": "To be announced", - "notes": [ - "Total trade is the sum of all exports and imports over the same time period.", - "Data includes goods and services combined." - ] - }, - "unit": "million" - }, - "data": [ - { - "year": 2012, - "exports": 62000000, - "imports": 1000000, - "total": 63000000 - }, - { - "year": 2013, - "exports": 29000000, - "imports": 1000000, - "total": 30000000 - }, - { - "year": 2014, - "exports": 50000000, - "imports": 7000000, - "total": 57000000 - }, - { - "year": 2015, - "exports": 81000000, - "imports": 27000000, - "total": 108000000 - }, - { - "year": 2016, - "exports": 90000000, - "imports": 45000000, - "total": 135000000 - }, - { - "year": 2017, - "exports": 115000000, - "imports": 64000000, - "total": 179000000 - }, - { - "year": 2018, - "exports": 107000000, - "imports": 34000000, - "total": 141000000 - }, - { - "year": 2019, - "exports": 65000000, - "imports": 11000000, - "total": 76000000 - }, - { - "year": 2020, - "exports": 166000000, - "imports": 16000000, - "total": 182000000 - }, - { - "year": 2021, - "exports": 98000000, - "imports": 24000000, - "total": 122000000 - } - ] - }, - "goods_exports": { - "metadata": { - "source": { - "label": "ONS UK trade", - "url": "https://www.ons.gov.uk/economy/nationalaccounts/balanceofpayments/bulletins/uktrade/latest", - "next_release": "13 June 2022" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "million" - }, - "data": [ - { - "label": "Miscellaneous electrical goods (intermediate)", - "value": 9700000, - "percent": 100 - }, - { - "label": "Scientific instruments (capital)", - "value": 700000, - "percent": 7.2 - }, - { - "label": "Works of art", - "value": 630000, - "percent": 6.5 - }, - { - "label": "Office machinery (capital)", - "value": 540000, - "percent": 5.6 - }, - { - "label": "Mineral manufactures", - "value": 500000, - "percent": 5.2 - } - ] - }, - "services_exports": { - "metadata": { - "source": { - "label": "ONS UK trade in services: service type by partner country", - "url": "https://www.ons.gov.uk/businessindustryandtrade/internationaltrade/datasets/uktradeinservicesservicetypebypartnercountrynonseasonallyadjusted", - "next_release": "To be announced" - }, - "reference_period": { - "resolution": "quarter", - "period": 4, - "year": 2021 - }, - "unit": "million" - }, - "data": [ - { - "label": "Other Business Services", - "value": 39000000, - "percent": 100 - }, - { - "label": "Transportation", - "value": 31000000, - "percent": 79.5 - }, - { - "label": "Financial", - "value": 6000000, - "percent": 15.4 - } - ] - } - } -} diff --git a/domestic/models.py b/domestic/models.py index 63f8c4a6c4..04f013a5fc 100644 --- a/domestic/models.py +++ b/domestic/models.py @@ -1,5 +1,3 @@ -import json -import os from urllib.parse import unquote_plus from django.conf import settings @@ -915,14 +913,8 @@ def stats(self): iso2 = getattr(self.country, 'iso2', None) - if iso2 in ['US', 'AU', 'DE', 'CN', 'IN', 'PT', 'LI']: - if settings.FEATURE_DATA_PIPELINE_STATS: - return helpers.get_stats_by_country(iso2=iso2) - else: - json_data = open(os.path.join(settings.ROOT_DIR, 'domestic', 'fixtures', 'market_guide_stats.json')) - data = json.load(json_data) - - return data[iso2] + if iso2: + return helpers.get_stats_by_country(iso2=iso2) return None diff --git a/domestic/templates/domestic/country_guide.html b/domestic/templates/domestic/country_guide.html index ca9ec6697b..e8065586b8 100644 --- a/domestic/templates/domestic/country_guide.html +++ b/domestic/templates/domestic/country_guide.html @@ -6,24 +6,6 @@ {% block css_layout_class %}country-guide-page{% endblock %} -{% block head_css %} - {{ block.super }} - - {# TODO: remove to fully enable stats once experiment has completed #} - {% if page.stats %} - - {% endif %} - {# Visit the page with ?variant=B to preview stats #} - {% if request.GET.variant == 'B' %} - - {% endif %} -{% endblock %} - {% block head_js %} {{ block.super }} @@ -343,12 +325,12 @@

Total import and export values between {{ page.headin {% endif %} + {% else %} + {# NOTE: image only shows if there are no stats for a given market guide -- this should mean never! However, we keep it here in case stats fail to fetch. #} + {% image page.section_one_image fill-640x360 as section_one_image %} + {% include 'components/image_with_caption.html' with rendition=section_one_image main_caption=page.section_one_image_caption sub_caption=page.section_one_image_caption_company img_classes="m-f-auto m-r-auto" %} {% endif %} - {# TODO: remove image completely when stats are enabled. This is only here to let the experiment revert to the image when stats are removed from the DOM. #} - {% image page.section_one_image fill-640x360 as section_one_image %} - {% include 'components/image_with_caption.html' with rendition=section_one_image main_caption=page.section_one_image_caption sub_caption=page.section_one_image_caption_company img_classes="m-f-auto m-r-auto" %} - diff --git a/tests/unit/domestic/test_models.py b/tests/unit/domestic/test_models.py index fa7ead6865..4c31951fca 100644 --- a/tests/unit/domestic/test_models.py +++ b/tests/unit/domestic/test_models.py @@ -541,36 +541,10 @@ def test_trade_and_duties_links_no_country(domestic_homepage): @pytest.mark.parametrize( 'iso2', - ('CN', 'US', 'AU', 'DE', 'IN', 'PT', 'LI'), + ('CN', 'US', 'AU', 'DE', 'FR', 'IT'), ) @pytest.mark.django_db -def test_stats_most_visited_guide( - iso2, - domestic_homepage, - settings, -): - settings.FEATURE_SHOW_MARKET_GUIDE_VISUALISATIONS = True - - country = CountryFactory(name='Country name', slug='country-slug', iso2=iso2) - - page = CountryGuidePageFactory( - parent=domestic_homepage, - title='Test GCP', - country=country, - ) - - assert len(page.stats['highlights']['data']) == 3 - assert len(page.stats['market_trends']['data']) == 10 - assert len(page.stats['goods_exports']['data']) == 5 - assert len(page.stats['services_exports']['data']) == 3 if iso2 == 'LI' else 5 - - -@pytest.mark.parametrize( - 'iso2', - ('CN', 'US', 'AU', 'DE', 'IN', 'PT', 'LI'), -) -@pytest.mark.django_db -def test_stats_most_visited_guide_data_pipeline( +def test_stats( iso2, mock_trade_highlights, mock_market_trends, @@ -580,7 +554,6 @@ def test_stats_most_visited_guide_data_pipeline( settings, ): settings.FEATURE_SHOW_MARKET_GUIDE_VISUALISATIONS = True - settings.FEATURE_DATA_PIPELINE_STATS = True country = CountryFactory(name='Country name', slug='country-slug', iso2=iso2) @@ -596,25 +569,6 @@ def test_stats_most_visited_guide_data_pipeline( assert len(page.stats['services_exports']['data']) == 2 -@pytest.mark.parametrize( - 'iso2', - ('FR', 'IT', 'ES'), -) -@pytest.mark.django_db -def test_stats_not_most_visited_guide(iso2, domestic_homepage, settings): - settings.FEATURE_SHOW_MARKET_GUIDE_VISUALISATIONS = True - - country = CountryFactory(name='Country name', slug='country-slug', iso2=iso2) - - page = CountryGuidePageFactory( - parent=domestic_homepage, - title='Test GCP', - country=country, - ) - - assert page.stats is None - - @pytest.mark.django_db def test_stats_feature_off(domestic_homepage, settings): settings.FEATURE_SHOW_MARKET_GUIDE_VISUALISATIONS = False From fd647eac1cd2f0454f7c9ced4545665fe58a2d44 Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Tue, 14 Jun 2022 16:05:33 +0100 Subject: [PATCH 09/15] Update changelog GLS-257 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee8edbb3b..50649244e9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Enhancements +- GLS-257 - rollout Market Guide v1 with data pipeline stats - CHORE - Update node requirement to v16 ## [2.9.0](https://github.com/uktrade/great-cms/releases/tag/2.9.0) From aca62a383f8e14b13776d5feb6ea308d28228fec Mon Sep 17 00:00:00 2001 From: Fred Marecesche Date: Tue, 14 Jun 2022 16:29:58 +0100 Subject: [PATCH 10/15] Fix header search box on office finder --- domestic/sass/office-finder.scss | 8 ++++---- domestic/static/styles/main.css | 19 +------------------ domestic/static/styles/office-finder.css | 2 +- domestic/static/styles/office-finder.css.map | 2 +- 4 files changed, 7 insertions(+), 24 deletions(-) diff --git a/domestic/sass/office-finder.scss b/domestic/sass/office-finder.scss index b80f31aee0..2fd7c0c8c1 100755 --- a/domestic/sass/office-finder.scss +++ b/domestic/sass/office-finder.scss @@ -5,10 +5,6 @@ @import './partials/colours'; @import './components/form-wizard'; -button { - margin-top: 30px; -} - #content { input, textarea, select { width: 100%; @@ -28,6 +24,10 @@ button { #search-section { padding-bottom: 45px; + + button { + margin-top: 30px; + } } #results { diff --git a/domestic/static/styles/main.css b/domestic/static/styles/main.css index a370b3d291..7a1b886df4 100755 --- a/domestic/static/styles/main.css +++ b/domestic/static/styles/main.css @@ -1,18 +1 @@ -/* Error: Can't find stylesheet to import. - * , - * 8 | @import 'node_modules/great-styles/src/scss/helpers/vars'; - * | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - * ' - * domestic/sass/overrides/_magna.scss 8:9 @import - * domestic/sass/main.scss 16:9 root stylesheet */ - -body::before { - font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", - "Droid Sans Mono", monospace, monospace; - white-space: pre; - display: block; - padding: 1em; - margin-bottom: 1em; - border-bottom: 2px solid black; - content: "Error: Can't find stylesheet to import.\a \2577 \a 8 \2502 @import 'node_modules/great-styles/src/scss/helpers/vars';\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a domestic/sass/overrides/_magna.scss 8:9 @import\a domestic/sass/main.scss 16:9 root stylesheet"; -} +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}@media(max-width: 960px){.reverse-columns-l{flex-direction:column-reverse}}@media(max-width: 768px){.reverse-columns-m{flex-direction:column-reverse}}@media(max-width: 640px){.reverse-columns-s{flex-direction:column-reverse}.button-large{width:100%}}.font-overpass{font-family:"Overpass",arial,helvetica,verdana,sans-serif}.highlight-circle{display:inline-block;font-size:19px;font-weight:700;border-radius:50%;height:45px;width:45px;color:#fff;text-align:center;padding-top:8px}.centre-children{text-align:center}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{font-size:20px;line-height:30px}.magna-header .container{max-width:1230px;margin:0 15px}@media(min-width: 641px){.magna-header .container{margin:0 14px}}@media(min-width: 769px){.magna-header .container{margin:0 16px}}@media(min-width: 1025px){.magna-header .container{margin:0 30px}}@media(min-width: 1290px){.magna-header .container{margin:0 auto}}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--font-size-title-1: 24px;--font-size-title-2: 28px;--font-size-title-3: 36px;--font-size-title-4: 48px;--font-size-title-5: 60px;--font-size-body-1: 12px;--font-size-body-2: 16px;--font-size-body-3: 20px}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.magna-header{padding:20px 0;background:#1e1348;font-family:"Overpass",Arial,Helvetica,sans-serif;font-weight:400}.magna-header:after{display:block;content:"";clear:both}.magna-header a,.magna-header__dropdown a{font-size:1rem;color:#fff;text-decoration:none}.magna-header a:hover,.magna-header__dropdown a:hover{text-decoration:underline}.magna-header__logo{float:left;position:relative;z-index:1;margin-right:1rem;margin-bottom:-100%}.magna-header__logo img{display:block;width:auto;height:60px;margin-top:15px}@media screen and (min-width: 640px){.magna-header__logo img{height:75px;margin-top:13px}}.magna-header__extra-links{float:right;margin:0}.magna-header__extra-links li{display:inline-block;margin-left:1rem}.magna-header__menu{position:relative;float:right;clear:right;display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;align-items:center}@media screen and (min-width: 640px){.magna-header__menu{flex-direction:row-reverse;justify-content:flex-start;padding-left:170px;margin-top:0}}.magna-header__dropdown-button{position:relative;z-index:5;display:none;align-items:center;padding:.5rem 1rem;margin-top:.5rem;background:#1e1348;border:2px solid #fff;font-family:"Overpass",Arial,Helvetica,sans-serif;font-size:1rem;color:#fff;cursor:pointer}.js-enabled .magna-header__dropdown-button{display:flex}.magna-header__dropdown-button:focus{outline:4px solid #ffd000}@media screen and (min-width: 640px){.magna-header__dropdown-button{margin:1rem 0 0 2rem}}.magna-header__dropdown-button[aria-expanded=true]{background:#006ccc}.magna-header__dropdown-button__icon{display:inline-block;position:relative;width:20px;height:20px;margin-left:10px;pointer-events:none}.magna-header__dropdown-button__icon:before,.magna-header__dropdown-button__icon:after{content:"";display:block;position:absolute;width:100%;height:2px;background-color:#fff;left:0;transition:all .2s ease}.magna-header__dropdown-button__icon:before{top:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:before{width:25px;top:9px;left:-2px;transform:rotate(45deg)}.magna-header__dropdown-button__icon:after{bottom:3px}.magna-header__dropdown-button[aria-expanded=true] .magna-header__dropdown-button__icon:after{width:25px;bottom:9px;left:-2px;transform:rotate(-45deg)}.magna-header__overlay{display:none;position:fixed;z-index:2;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5)}[aria-expanded=true]~.magna-header__overlay{display:block}.magna-header__dropdown{display:block;z-index:4;left:0;right:0;top:49px;margin:0 -15px;background:#4b426d;overflow:visible}.js-enabled .magna-header__dropdown{display:none;position:absolute}.magna-header__dropdown[aria-hidden=true]{display:none}.magna-header__dropdown[aria-hidden=false],.js-enabled .magna-header__dropdown--open{display:block;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}@media screen and (min-width: 640px){.magna-header__dropdown{left:auto;top:57px;width:370px;margin:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.magna-header__greeting{padding:15px;background-color:#006ccc;font-family:"Overpass",Arial,Helvetica,sans-serif;color:#fff}.magna-header__menu-items{margin:0;padding:5px 20px}.magna-header__menu-items li{margin:0;padding:0}.magna-header__menu-items li:not(:last-child){border-bottom:1px solid #635a7f}.magna-header__menu-items a,.magna-header__menu-items button{position:relative;display:block;padding:.5rem 0;font-size:1em;font-family:"FS Lucas",Arial,Helvetica,sans-serif}.magna-header__menu-items a:focus,.magna-header__menu-items button:focus{outline:4px solid #ffd000}.magna-header__menu-items a .tag,.magna-header__menu-items button .tag{position:absolute;right:0}.magna-header__menu-items button{width:100%;color:#fff;text-align:left;background:none;border:0;cursor:pointer}.magna-header__menu-items button:hover{text-decoration:underline}.magna-header__menu-items .button:hover{text-decoration:none}.magna-header__search{clear:both;display:flex;flex-basis:100%;justify-content:space-between;margin-top:1rem}@media screen and (min-width: 640px){.magna-header__search{flex-basis:auto}}@media screen and (min-width: 1024px){.magna-header__search{margin-left:2rem}}.magna-header__search input{flex-grow:1;min-width:10rem;padding-left:1rem;font-family:"FS Lucas",Arial,Helvetica,sans-serif;border-radius:0}.magna-header__search input:focus{padding:0 0 0 1rem}.magna-header__search button{flex-shrink:0;height:42px;width:42px;background-repeat:no-repeat;background-position:50%;background-color:#006ccc;background-image:url("/static/images/search.svg");background-size:20px;border:0;color:#fff;cursor:pointer}.magna-header__search button:focus{outline:4px solid #ffd000}.magna-header__nav{margin:1rem 0 0}.magna-header__nav li{display:inline-block;margin:0;padding:0}.magna-header__nav a{display:inline-block;margin:0 0 0 2rem;padding:.5rem 0}.magna-header__nav a:focus{outline:4px solid #ffd000}.magna-header__nav a.active{text-decoration:underline}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-desktop-large: 1200px}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.m-f-auto,.m-l-auto{margin-left:auto}.m-r-auto{margin-right:auto}.m-h-auto{margin-left:auto;margin-right:auto}.min-height-s{min-height:29.999999992px}.h-100{height:100%}.d-flex{display:flex}@media(min-width: 641px){.d-flex-t{display:flex}}.flex-center{display:flex;align-items:center;justify-items:center}.flex-jc-space-between{justify-content:space-between}.flex-ai-center{align-items:center}.f-r{float:right}.f-l{float:left}.f-clear{clear:both}.relative{position:relative}.hide-on-mobile{display:none}@media(min-width: 641px){.hide-on-mobile{display:inherit}}@media screen and (min-width: 640px){.hide-sm{display:none}}@media screen and (max-width: 640px){.hide-sm_lt{display:none}}@media screen and (min-width: 640px)and (max-width: 768px){.hide-sm_o{display:none}}@media screen and (min-width: 768px){.hide-md{display:none}}@media screen and (max-width: 768px){.hide-md_lt{display:none}}@media screen and (min-width: 768px)and (max-width: 1024px){.hide-md_o{display:none}}@media screen and (min-width: 1024px){.hide-lg{display:none}}@media screen and (max-width: 1024px){.hide-lg_lt{display:none}}@media screen and (min-width: 1024px)and (max-width: 1200px){.hide-lg_o{display:none}}@media screen and (min-width: 1200px){.hide-xl{display:none}}@media screen and (max-width: 1200px){.hide-xl_lt{display:none}}.width-full{width:100%}:root{--radius: 10px}.radius{border-radius:var(--radius)}.radius-top{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.radius-bottom{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}@media screen and (min-width: 640px){.radius-s{border-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-top-s{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}}@media screen and (min-width: 640px){.radius-bottom-s{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}}.radius--small{--radius: 5px}.tag{font-size:20px;line-height:30px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;background:#eb4f4d;border:2px solid transparent;border-radius:5px;color:#fff;cursor:pointer;padding:0 13px}.tag:hover,.tag:active,.tag:focus,.tag:focus:active{background:#e41f13}.tag[disabled]{cursor:auto;opacity:.4}.tag--icon{padding:0 8px 0 13px}.tag--icon i{color:#fce9e9;margin-left:8px;transform:scale(0.85);vertical-align:middle}.tag--small{font-size:var(--font-size-body-2);line-height:20px;color:#4b426d;font-family:"FS Lucas";font-style:normal;font-weight:600;color:#fff;padding:2px 13px}.tag--small.tag--icon{padding:2px 7px 2px 12px}.tag--secondary{background:#4b426d}.tag--secondary:hover,.tag--secondary:active,.tag--secondary:focus,.tag--secondary:focus:active{background:#1e1348}.tag--secondary i{color:#e9e7ed}.tag--tertiary{background:#fff;border-color:#4b426d;color:#4b426d}.tag--tertiary:hover,.tag--tertiary:active,.tag--tertiary:focus,.tag--tertiary:focus:active{background:#e9e7ed;border-color:#1e1348;color:#1e1348}.tag--tertiary i{color:#4b426d}.Modal-Container{z-index:11;position:fixed;display:none;padding:0;left:0;right:0;top:0;bottom:0}.Modal-Container .content{width:calc(100% - 60px);max-width:900px;margin:30px auto 0;border:#8e969c solid 1px;max-height:calc(100vh - 60px);padding:15px;overflow:hidden;background-color:#fff;position:relative;z-index:0}.Modal-Container .content details{margin:15px 0 5px}.Modal-Container .content video{width:100%}.Modal-Container .close{background:#fff;padding:15px;color:#006ccc;cursor:pointer;font-size:inherit;position:absolute;text-decoration:underline;right:30px;top:30px;z-index:1;width:auto}.Modal-Container .close:focus{outline:#ffd000 solid 6px;outline-offset:0}.Modal-Overlay{z-index:10;background-color:#000;display:none;left:0;top:0;bottom:0;right:0;opacity:.4;position:fixed}@media(max-width: 480px){.Modal-Container .content{width:calc(100% - 30px)}.Modal-Container .content{margin:15px;padding:20px 15px}}@media(max-width: 640px){.Modal-Container .close{right:15px;top:20px;padding:10px}}@media(max-width: 900px){.Modal-Container .content{margin:30px}}@media(max-height: 650px){.Modal-Container .content video{max-height:250px;margin:0 auto}.close{right:15px;top:20px}.content{margin:15px;padding:20px 15px}}.js-enabled .reveal-content{display:none}.js-enabled .reveal-content[aria-hidden=false]{display:inherit}.language-selector-control{overflow:hidden}.language-selector-control button{color:#fff;font-size:14px;line-height:24px;padding:0 10px}.language-selector-control form{color:#fff;margin:5px 0 0 0;position:relative;z-index:0}.language-selector-control form.enhancedLanguageSelector button{display:none}.language-selector-control option{background-color:#666;color:#000}.language-selector-control p,.language-selector-control select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;background-color:transparent;border:1px solid #666;border-radius:0;color:#fff;cursor:pointer;height:27px;line-height:27px;margin:0;padding:0;width:auto}.language-selector-control .SelectTraker-Tracker{background-image:url("/static/icons/eig-world-language-icon.svg");background-position:left center;background-repeat:no-repeat;background-size:20px;border:none;display:inline-block;padding-left:30px}.language-selector-control .SelectTraker-Tracker .code{text-transform:uppercase}.language-selector-control .SelectTraker-Tracker .code:after{content:" - "}.language-selector-control .SelectTracker-Select{border:none;opacity:0;position:absolute;right:0;text-indent:-1000px;top:0}.language-selector-control .SelectTracker-Select:focus{min-width:150px}.language-selector-control .SelectTracker-Select:focus+p{outline:3px solid #ffd000}.language-selector-dialog a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}.language-selector-dialog li{display:inline;float:none}.language-selector-dialog .domestic-redirect{padding-top:15px}.language-selector-dialog .domestic-redirect span{display:block}.language-selector-dialog .languages{padding-bottom:15px}.LanguageSelectorDialog-Modal{top:0}.LanguageSelectorDialog-Modal a{font-size:21px;text-decoration:underline}.LanguageSelectorDialog-Modal li{float:left;margin-bottom:30px}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px}.LanguageSelectorDialog-Modal #great-languages-selector{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:36px;font-weight:600;line-height:1.1em;margin:0 0 1em 0;font-weight:normal}.LanguageSelectorDialog-Modal ul{display:block}.LanguageSelectorDialog-Modal .countries{overflow:hidden}.LanguageSelectorDialog-Modal .countries a{background-position:top left;background-repeat:no-repeat;background-size:40px;display:block;min-height:40px;padding:5px 0 0 50px}.LanguageSelectorDialog-Modal .languages{overflow:hidden;padding:0}.LanguageSelectorDialog-Modal .domestic-redirect{float:right;padding-left:30px;padding-top:71px;width:33.3333333333%}.LanguageSelectorDialog-Modal .domestic-redirect p{font-size:inherit;font-weight:normal}.LanguageSelectorDialog-Modal .domestic-redirect span{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;display:block;max-width:215px;padding-top:15px}#header-bar .LanguageSelectorDialog-Tracker{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em;margin-left:5px;background-image:url("/static/icons/eig-world-language-icon.svg");background-position:0px 2px;background-repeat:no-repeat;background-size:20px;color:#fff;cursor:pointer;display:inline-block;padding-left:25px;text-decoration:none}#header-bar .LanguageSelectorDialog-Tracker:hover{color:#fff;text-decoration:underline}#header-bar .LanguageSelectorDialog-Tracker .label{font-weight:bold;text-transform:capitalize}#header-bar .LanguageSelectorDialog-Tracker .lang{font-weight:bold;text-transform:uppercase}#header-bar .LanguageSelectorDialog-Tracker .lang:after{content:" - "}@media(min-width: 768px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .countries li:nth-child(4n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages ul{padding:5px}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.LanguageSelectorDialog-Modal .languages li:nth-child(4n+1){clear:left;margin-left:0}}@media(min-width: 481px)and (max-width: 767px){.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.LanguageSelectorDialog-Modal .languages li:nth-child(3n+1){clear:left;margin-left:0}}@media screen and (max-width: 580px){.LanguageSelectorDialog-Modal{width:100%;left:0;top:15px}.LanguageSelectorDialog-Modal .close{top:30px;right:30px}.LanguageSelectorDialog-Modal .languages{width:auto}.LanguageSelectorDialog-Modal .domestic-redirect{float:none;padding-left:0;width:auto}.LanguageSelectorDialog-Modal #great-languages-selector{width:80%}}@media screen and (max-width: 480px){#great-languages-select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;font-weight:bold}.LanguageSelectorDialog-Modal{padding:15px}.LanguageSelectorDialog-Modal .content{padding:20px 30px}.LanguageSelectorDialog-Modal a{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal p{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em}.LanguageSelectorDialog-Modal .countries a{background-size:20px;min-height:20px;padding:0 0 0 30px}.LanguageSelectorDialog-Modal .countries li{float:left;margin-left:20px;width:calc((100% - (20px * 1)) / 2)}.LanguageSelectorDialog-Modal .countries li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .domestic-redirect{padding-top:0}.LanguageSelectorDialog-Modal .languages li{float:left;margin-left:10px;width:calc((100% - (10px * 1)) / 2)}.LanguageSelectorDialog-Modal .languages li:nth-child(2n+1){clear:left;margin-left:0}.LanguageSelectorDialog-Modal .languages p{left:0;top:10px}.LanguageSelectorDialog-Tracker .label,.LanguageSelectorDialog-Tracker .lang::after{position:absolute;z-index:-1}}.eu-exit-banner{border-left:5px solid #0661cf;padding-left:20px;padding-top:5px;padding-bottom:5px}.eu-exit-banner h2{display:inline;font-weight:bold;margin:0}.eu-exit-banner p{display:inline;margin-left:6px;padding:0}.eu-exit-banner div{width:80%}@media(min-width: 768px){.eu-exit-banner{width:80%}}.pagination{text-align:center;width:75%;margin:45px auto 0}.search-results-list .pagination a{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;outline:#ffd000 solid 6px;outline-offset:0;background-color:#fff;border-color:#006ccc;color:#006ccc;margin-bottom:15px;padding-left:15px;padding-right:15px}.search-results-list .pagination a:focus{border-color:#fff}.search-results-list .pagination a:hover{background-color:#006ccc;border-color:#006ccc;color:#fff}.search-results-list .pagination li{display:inline-block}.search-results-list .pagination .current{border-style:solid;border-width:2px;box-shadow:none;cursor:pointer;display:inline-block;font-weight:bold;line-height:26px;overflow:hidden;padding:10px 45px;text-align:center;text-decoration:none;vertical-align:top;width:auto;background-color:#006ccc;border-color:#006ccc;color:#fff;cursor:default;padding-left:15px;padding-right:15px}.search-results-list .pagination .next{float:right}.search-results-list .pagination .previous{float:left}.search-results-list .pagination ul{display:inline-block}.blue-underline>.container{border-bottom:5px solid #006ccc;padding-bottom:3em}.float-right{float:right}.float-left{float:left}.fixed{position:fixed}.clear-none{clear:none}.display-none{display:none}.display-block{display:block}.display-only-js{display:none}.js-enabled .display-only-js{display:block}.display-only-no-js{display:block}.js-enabled .display-only-no-js{display:none}.sector-potential-section .view-markets{width:100%;display:inline-block;text-align:center;font-size:19px}@media(min-width: 1081px){.sector-potential-section .sector-potential-wrapper{background:url("/static/images/globe.png") calc(100% + 100px) -150px no-repeat;background-size:auto 110%}}@media(min-width: 641px){.sector-potential-section .view-markets{width:auto}}.sector-potential-form select{width:100%;background-color:#fff}.sector-potential-form .button.show-markets:disabled{pointer-events:none;background:#e2d9cb;color:#f5f2ed}@media(min-width: 641px){.sector-potential-form .view-markets{width:auto}.sector-potential-form select{max-width:650px}}@media(min-width: 961px){.sector-potential-form select{max-width:770px}}.sector-selector-quick-links .quick-links-separator{margin:0 0 45px 0;height:2px;background-color:#8e969c}.sector-selector-quick-links li{display:none;text-align:center;float:left}.sector-selector-quick-links .quick-link{text-decoration:none}.sector-selector-quick-links .sector-name{font-weight:600;text-decoration:underline}.sector-selector-quick-links .quick-links-icon{height:60px;display:block;margin:0 auto 15px}.sector-selector-quick-links .sector-name,.sector-selector-quick-links .sector-page-count{font-size:16px;line-height:16px}@media(max-width: 640px){.sector-selector-quick-links{display:none}}@media(min-width: 641px){.sector-selector-quick-links li:nth-child(-n+3){display:block;width:33.3333333333%}}@media(min-width: 769px){.sector-selector-quick-links li:nth-child(-n+4){display:block;width:25%}}@media(min-width: 961px){.sector-selector-quick-links li:nth-child(-n+6){display:block;width:16.66%}}@media(min-width: 1081px){.sector-selector-quick-links .quick-links-separator{width:60%}}.chevron-banner{position:relative}.chevron-banner:hover .chevron-banner__link-container{background-color:#b31424}@media(min-width: 20em){.chevron-banner:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover.svg")}}.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:2px solid;border-color:#fff}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container{border-right:0}}@media(min-width: 20em){.chevron-banner--hover-border:hover .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-hover-border.svg")}}.chevron-banner:focus-within .chevron-banner__link-container{border-right:2px solid;border-color:#0b0c0c;background-color:#fd0}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container{border-right:0}}.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-small.svg")}@media(min-width: 20em){.chevron-banner:focus-within .chevron-banner__link-container:after{background-image:url("/static/icons/chevron-banner-focus.svg")}}.chevron-banner__link-container{background-color:#e61e32;padding:20px;border-radius:5px;border:2px solid transparent;border-right:0}@media(min-width: 20em){.chevron-banner__link-container{border-radius:5px 0 0 5px;margin-right:120px;padding:15px}}@media(min-width: 48.0625em){.chevron-banner__link-container{padding:20px}}.chevron-banner__link-container:after{content:"";position:absolute;right:10px;top:0;width:25px;height:100%;background:url("/static/icons/chevron-banner-small.svg") center right no-repeat;background-size:25px 25px}@media(min-width: 20em){.chevron-banner__link-container:after{content:"";display:block;position:absolute;top:0;right:0;height:100%;min-width:120px;background:url("/static/icons/chevron-banner.svg") -1px center no-repeat;background-size:auto 100%}}@media screen and (min-width: 0\0 )and (min-width: 320px)and (max-width: 364px){.chevron-banner__link-container:after{background-position:-15px center}}@media screen and (min-width: 0\0 )and (min-width: 365px)and (max-width: 640px){.chevron-banner__link-container:after{background-position:-28px center}}@media screen and (min-width: 0\0 )and (min-width: 641px)and (max-width: 769px){.chevron-banner__link-container:after{background-position:-20px center}}@media screen and (min-width: 0\0 )and (min-width: 770px){.chevron-banner__link-container:after{background-position:-14px center}}@media(max-width: 19.99em){.chevron-banner__link{display:block}}.chevron-banner__link{font-size:18px;line-height:20px}@media(min-width: 641px){.chevron-banner__link{font-size:24px;line-height:26px}}@media(min-width: 769px){.chevron-banner__link{font-size:32px;line-height:34px}}@media(min-width: 961px){.chevron-banner__link{font-size:36px;line-height:38px}}.chevron-banner__link:link,.chevron-banner__link:visited,.chevron-banner__link:hover{font-family:"Overpass",arial,helvetica,verdana,sans-serif;font-weight:700;color:#fff;text-decoration:none}.chevron-banner__link:link:focus,.chevron-banner__link:focus,.chevron-banner__link:link:active,.chevron-banner__link:active,a.chevron-banner__link:active:focus{color:#0b0c0c;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #0b0c0c;outline:none}.chevron-banner__link:after{content:"";position:absolute;z-index:10;top:0;left:0;width:100%;height:100%}.filters .filter-section{border-bottom:2px solid #e2d9cb}.filters .filter-section:last-child{border-bottom:none}.filters .filter-section>label{display:block;padding:8px 5px 8px 0;cursor:pointer}.filters .filter-section>label:after{content:"";transform:rotate(45deg);border-style:solid;position:relative;border-color:#000;border-width:2px 0 0 2px;top:5px;float:right;height:8px;margin:5px 0 0 0;right:3px;width:8px}.filters .filter-section .multiple-choice label{padding:4px 0 8px}.filters .filter-section .options{display:none;max-height:300px;overflow-y:scroll;margin-bottom:15px}.filters .filter-section .options ul{overflow:hidden}.filters .filter-section .options.full-height{max-height:none;overflow:auto}.filters .filter-section>input[type=checkbox]:checked+label:after{border-width:0 2px 2px 0;top:2px}.filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.filters>h2 span,.filters .filters-sticky-footer{display:none}.filters .mobile-filter-toggle{display:block;cursor:pointer}.js-enabled .filters .filter-section>input[type=checkbox]:checked+label+.options{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span{display:none}.filters.mobile-filters{position:absolute;top:0;left:0;background-color:#f5f2ed;z-index:50;width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;padding:30px 20px 100px}.filters.mobile-filters>h2{font-size:19px}.filters.mobile-filters .filter-section>input[type=checkbox]{display:none}.filters.mobile-filters>ul,.filters.mobile-filters>h2 span{display:block}.filters.mobile-filters .options{max-height:none;overflow:auto}.filters.mobile-filters .mobile-filter-toggle{display:none}.filters.mobile-filters .filters-sticky-footer{position:fixed;display:block;bottom:0;left:0;width:100%;background-color:#fff;text-align:center;padding:10px 20px}.filters.mobile-filters .filters-sticky-footer .cancel,.filters.mobile-filters .filters-sticky-footer .update{width:50%;float:left}.filters.mobile-filters .filters-sticky-footer .cancel{padding:10px 30px;display:inline-block}@media(min-width: 641px){.filters{position:relative}.filters .mobile-filter-toggle{display:none}.filters>h2 span{display:block}.js-enabled .filters>ul,.js-enabled .filters>h2 span,.js-enabled .js-enabled .filters{display:block}}.tabs__nav{border-bottom:2px solid #dfd5c5}.tabs__nav li{display:inline-block}.tabs__nav button{display:block;border:0;border-bottom:4px solid transparent;padding:.5em 1em;margin:0 0 -2px;background:transparent;color:#666}.tabs__nav button[aria-expanded=true],.tabs__nav button:hover{background:transparent;color:#333;border-bottom-color:#333}.barchart td,.barchart th{font-size:1rem;border:0}.barchart__legend{padding:0;font-weight:normal}.barchart__legend:before{content:"";display:inline-block;width:1em;height:1em;margin-right:.5em;vertical-align:text-top;background:#006ccc}.barchart__title-cell{padding:0 .5em 0 0;width:40%;text-align:right;vertical-align:middle}.barchart__bar-cell{padding:3px 0;vertical-align:middle}.barchart__bar{display:inline-block;padding:.5em 0;background:#006ccc;color:#fff;text-shadow:1px 1px 0 #006ccc;text-indent:.5em}.barchart__bar--small{color:currentColor;text-shadow:none;text-indent:calc(.375em + 100%)}table th,table td{border-color:#8e969c}#menu-activator{margin-top:0}a:active{background-color:#ffd000}a:focus{outline:#ffd000 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose,.sector-potential-form #id_sector-container label,.filters .filter-section>input[type=checkbox]{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}.campaign-video-transcript{display:none}.campaign-video-transcript details{border:0;padding:0}@media(max-width: 640px){.campaign-video-transcript details{margin:15px 0 0}}.campaign-video-transcript-text{overflow-y:scroll;padding-bottom:30px}.landing-page .button-video{position:relative}@media(min-width: 769px){.landing-page .button-video{background-color:#fff;color:#006ccc}}.landing-page .campaign-section{padding:0;position:relative;color:#6f787a}.landing-page .campaign-section img{display:block}.landing-page .campaign-related-link{font-weight:700;font-family:"Overpass",arial,helvetica,verdana,sans-serif;display:block;text-align:center}.landing-page .campaign-related-link:active:hover{color:#1e1348}@media(min-width: 641px){.landing-page .campaign-related-link{display:inline;text-align:left;margin-left:15px}}@media(min-width: 769px){.landing-page .campaign-related-link{color:#fff;margin-left:30px}}.landing-page .campaign-heading-container{margin-bottom:30px}.landing-page .campaign-heading{text-transform:uppercase}.landing-page .campaign-heading .if-we-can{display:inline-block;white-space:pre}.landing-page .campaign-content-container{padding-top:30px}@media(min-width: 769px){.landing-page .campaign-section{color:#fff}.landing-page .campaign-content-container{padding:60px;z-index:1;position:absolute;overflow:visible;top:0;bottom:0;left:0;right:0}.landing-page .campaign-heading-container{position:absolute;top:0;bottom:0;right:0;left:0}.landing-page .campaign-heading{max-width:310px;position:absolute;margin-top:60px}.landing-page .campaign-heading .if-we-can{background-color:#e41f13;padding:0 10px 0 30px;white-space:normal}.landing-page .campaign-heading .if-we-can:last-child{margin-top:4px}.landing-page .campaign-subsection{position:absolute;bottom:0}}@media(min-width: 961px){.landing-page .campaign-heading{font-size:52px}}@media(min-width: 1261px){.landing-page .campaign-heading{margin-left:0}}.landing-page .prepare-for-brexit-section .container{border-top:2px solid #e2d9cb}.landing-page .prepare-for-brexit-section .card{min-height:0}.landing-page .sector-potential-section .sector-potential-wrapper{background-color:#f5f2ed}.landing-page .export-goods-from-uk .content-column{padding-top:15px}@media(min-width: 769px){.landing-page .export-goods-from-uk .content-column{padding-top:0}.landing-page .export-goods-from-uk .content-column .button{margin:0 auto}}.article-list-page .number-display{margin-left:10px}.article-list-page .information-banner{background-color:#fff;border:solid #dfd5c5 2px}.article-list-page .list-teaser{padding:2em 0;line-height:1.5}.article-list-page .content-list li{margin-bottom:0;padding-bottom:1em;border-bottom:1px solid #d8d8d8}.article-list-page .content-list li:last-child{border:0}.article-list-page .content-list li a{display:inline-block}.article-list-page .error-reporting{padding-top:30px}.article-list-page .card-inner{padding:30px}.tag-list-page .hero .tag-name{display:block}.article-detail-page article.grid-row{margin-bottom:100px}.article-detail-page article header{padding-bottom:30px}.article-detail-page article header .column-seven-twelfths{padding-bottom:1em}.article-detail-page article header .heading-xlarge{margin-top:.2em}.article-detail-page .column-seven-ninths{width:77.7777777778%;float:right}.article-detail-page .article-content{padding-top:1em;line-height:1.75}.article-detail-page img+.video-container{margin-top:30px}.article-detail-page .quote{background-color:#f5f2ed;width:calc(100vw - 15px);margin:60px 0 60px -30px;padding:30px;font-family:georgia,verdana,serif;font-style:italic}.article-detail-page .quote .body-text{display:block;margin-bottom:15px}.article-detail-page .quote .body-text+:last-child{font-size:19px;font-style:normal}.article-detail-page .quote:before{color:#dfd5c5;content:"“";display:block;font-family:sans-serif;font-size:120px;font-weight:600;height:60px;left:-15px;line-height:120px;position:relative}.article-detail-page .quote:after{content:"";display:block;clear:both}.article-detail-page .content-list li a{display:block}.article-detail-page .related-content-cards{background-color:#f5f2ed;padding-top:30px}.article-detail-page .column-quarter .content-list:last-child{margin-bottom:30px}.article-detail-page .article-content table td,.article-detail-page .article-content table th{border-bottom:1px solid #666}.article-detail-page .article-content hr{background:#666}.article-detail-page .related-content-list .button.cta{width:100%}@media(max-width: 640px){.article-detail-page .column-seven-ninths{width:100%;float:none}.article-detail-page .article-content{margin-left:0}.article-detail-page .related-content-list .content-list{display:none}}@media(min-width: 641px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{padding-left:calc(22.2222222222% + 35px)}.article-detail-page .article-content .quote .body-text{max-width:calc(980px - 25%);width:75%}}@media(min-width: 1261px){.article-detail-page .article-content:not(.column-seven-ninths)>*:not(.quote){padding-left:calc(22.2222222222% + 5px)}.article-detail-page .article-content .quote{width:calc(100vw - 8px);margin-left:calc(600px - 50vw);padding-left:calc(50vw - 600px + 22.2222222222% + 5px)}}.column-11-12{width:91.6666666667%}.campaign-page .selling-points-list .heading{margin-top:10px}.campaign-page .related-content img{width:100%}@media(max-width: 640px){.section-two-image{margin:0 0 15px 0}.section-two-image img{width:100%}}.accordion-divider{border-top:1px solid #d8d8d8}.accordion-divider:last-child{border-bottom:1px solid #d8d8d8}.accordion-expander{text-decoration:none;color:#006ccc;font-weight:700;position:relative;display:flex;width:100%;padding:0;background:none;border:0;align-items:center;min-height:88px;cursor:pointer}.accordion-expander:focus::-moz-focus-inner{border:0}.accordion-expander:focus:focus{outline:#ffbf47 solid 3px}.accordion-expander:after{content:"+";font-weight:700;font-size:36px;position:absolute;right:15px;color:#000}.accordion-expander[aria-expanded=true]:after{content:"–"}.accordion-content[aria-hidden=true]{display:none}.accordion-icon{height:60px;width:60px}.accordion-content .with-arrow{margin:0}.accordion-content .with-arrow:before{display:none}.accordion-content .with-arrow:after{content:"➔";margin-left:0}.accordion-content .subsection-icon{height:50px}.country-guide-page .teaser-section .content-list li{margin-bottom:.75em}@media(min-width: 769px){.country-guide-page .teaser-section .teaser{padding-right:11.1111111111%}}@media(min-width: 769px){.country-guide-page .section-one-body{padding-right:8.3333333333%}}.country-guide-page .section-one-body h2:first-child{margin-top:0}.country-guide-page .case-study{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff}.country-guide-page .case-study .container{min-height:597px;display:flex;align-items:center}.country-guide-page .case-study .container .grid-row{flex-grow:1}.country-guide-page .case-study .decorative-line{width:50%}@media(max-width: 640px){.country-guide-page .case-study .button{width:auto}}.country-guide-page .case-study .button::after{content:"→";margin-left:1em}.country-guide-page .next-steps .container{padding:150px 0}@media(min-width: 961px){.country-guide-page .next-steps .container .cta-link{font-size:36px}}.country-guide-page .next-steps .container .with-arrow{margin:0}.country-guide-page .next-steps .container .with-arrow:before{display:none}.country-guide-page .next-steps .container .with-arrow:after{content:"➔";margin-left:0}.country-guide-page .news-events .card{height:100%}.markets-landing .markets-header{position:relative;padding-top:70px}.markets-landing .controls{position:absolute;top:0;left:0;width:100%}.markets-landing .controls label{display:none}@media(max-width: 640px){.markets-landing .controls .mobile-filter-toggle,.markets-landing .controls .sort-control{width:50%;float:left;margin-bottom:0;height:43px;border:2px solid #dfd5c5;background-color:#fff;color:#333;font-family:"Roboto",arial,helvetica,verdana,sans-serif;line-height:1em;font-size:19px;font-weight:normal;text-align:center;text-align-last:center;cursor:pointer}}.markets-landing .card{min-height:0}.markets-landing .card .heading-large{font-size:16px}.markets-landing .card .subheading{font-size:14px}.markets-landing .card .card-image{display:none}.markets-landing .card .card-inner>:last-child{margin-bottom:0}@media(min-width: 641px){.markets-landing .card .heading-large{font-size:19px}.markets-landing .card .subheading{font-size:15px}.markets-landing .card .card-image{display:block}}.markets-landing .pagination{width:100%}.markets-landing .pagination ol{display:none}@media(min-width: 641px){.markets-landing .markets-header{padding-top:0}.markets-landing .controls{position:static}.markets-landing .controls .sort-control{width:auto;min-width:200px;padding-right:60px;background-color:#fff}.markets-landing .controls label{display:inline}.markets-landing .controls .mobile-filter-toggle{display:none}.markets-landing .pagination ol{display:block}}@media(min-width: 1025px){.markets-landing .pagination{width:75%}}.js-enabled .markets-landing input[type=submit]{display:none}@media(max-width: 640px){.markets-landing .card{margin-bottom:15px}.markets-landing .card .card-inner{padding:20px}.markets-landing .card .card-inner>:last-child{margin-bottom:0}}.accessibility-skip-to-section{font-weight:400;background-color:transparent;color:#fff;display:inline-block;padding:15px;overflow:hidden;position:absolute;text-indent:-1000px;z-index:-1}.accessibility-skip-to-section:hover{z-index:10}.accessibility-skip-to-section:focus{outline:3px solid #ffbf47;outline-offset:0;background-color:#ffbf47;color:#132965;left:0;text-indent:0;top:0;z-index:10}#content{padding:0;color:#333}/*# sourceMappingURL=main.css.map */ diff --git a/domestic/static/styles/office-finder.css b/domestic/static/styles/office-finder.css index 8a0008f5af..46811b30af 100755 --- a/domestic/static/styles/office-finder.css +++ b/domestic/static/styles/office-finder.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}button{margin-top:30px}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#results .column{float:left;padding:10px;height:300px}#results .left{width:50%}#results .right{width:50%}#results .row:after{content:"";display:table;clear:both}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#search-section button{margin-top:30px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#results .column{float:left;padding:10px;height:300px}#results .left{width:50%}#results .right{width:50%}#results .row:after{content:"";display:table;clear:both}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ diff --git a/domestic/static/styles/office-finder.css.map b/domestic/static/styles/office-finder.css.map index 8fc2292e66..78e1f5d791 100644 --- a/domestic/static/styles/office-finder.css.map +++ b/domestic/static/styles/office-finder.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCpEF,OACE,gBAIA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAGF,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KK8BrB,iBACE,WACA,aACA,aAGF,eACE,UAGF,gBACE,UAEF,oBACE,WACA,cACA,WAIJ,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WLjEmB,KKsEvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCnEA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAEA,uBACE,gBAIJ,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KK8BrB,iBACE,WACA,aACA,aAGF,eACE,UAGF,gBACE,UAEF,oBACE,WACA,cACA,WAIJ,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WLjEmB,KKsEvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} From 46ab2270eef4061055e09d0ebc1f2b02a55cd41c Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Tue, 14 Jun 2022 16:37:20 +0100 Subject: [PATCH 11/15] Reverted style --- domestic/sass/office-finder.scss | 29 +++++++------------- domestic/static/styles/office-finder.css | 2 +- domestic/static/styles/office-finder.css.map | 2 +- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/domestic/sass/office-finder.scss b/domestic/sass/office-finder.scss index 2fd7c0c8c1..7649e9f970 100755 --- a/domestic/sass/office-finder.scss +++ b/domestic/sass/office-finder.scss @@ -6,7 +6,10 @@ @import './components/form-wizard'; #content { - input, textarea, select { + + input, + textarea, + select { width: 100%; } @@ -17,6 +20,7 @@ h1 { margin-bottom: 15px; } + form p { margin-bottom: 30px; } @@ -34,42 +38,29 @@ background-color: #F6F4F0; margin: 0; padding: 1px 30px 40px; + hr { background: $mid-grey; } - .column { - float: left; - padding: 10px; - height: 300px; /* Should be removed. Only for demonstration */ - } - - .left { - width: 50%; - } - - .right { - width: 50%; - } - .row:after { - content: ""; - display: table; - clear: both; - } } #other-results { padding-bottom: 0; + h2 { margin-bottom: 45px; margin-top: 60px; } + h3 { margin-top: 0; margin-bottom: 15px; } + .grid-row { padding: 0; } + hr { margin-left: 0; background: $mid-grey; diff --git a/domestic/static/styles/office-finder.css b/domestic/static/styles/office-finder.css index 46811b30af..a2f8c6adfd 100755 --- a/domestic/static/styles/office-finder.css +++ b/domestic/static/styles/office-finder.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#search-section button{margin-top:30px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#results .column{float:left;padding:10px;height:300px}#results .left{width:50%}#results .right{width:50%}#results .row:after{content:"";display:table;clear:both}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ +@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@import"https://fonts.googleapis.com/css?family=Overpass:700";@media(min-width: 768px){.lg-6{float:left;margin-left:30px;width:calc((100% - (30px * 5)) / 6)}.lg-6:nth-child(6n+1){clear:left;margin-left:0}.lg-5{float:left;margin-left:30px;width:calc((100% - (30px * 4)) / 5)}.lg-5:nth-child(5n+1){clear:left;margin-left:0}.lg-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.lg-4:nth-child(4n+1){clear:left;margin-left:0}.lg-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.lg-3:nth-child(3n+1){clear:left;margin-left:0}.lg-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.lg-2:nth-child(2n+1){clear:left;margin-left:0}.lg-1{float:none;margin-left:0;width:auto}}@media(max-width: 767px){.md-4{float:left;margin-left:30px;width:calc((100% - (30px * 3)) / 4)}.md-4:nth-child(4n+1){clear:left;margin-left:0}.md-3{float:left;margin-left:30px;width:calc((100% - (30px * 2)) / 3)}.md-3:nth-child(3n+1){clear:left;margin-left:0}.md-2{float:left;margin-left:30px;width:calc((100% - (30px * 1)) / 2)}.md-2:nth-child(2n+1){clear:left;margin-left:0}.md-1{float:none;margin-left:0;width:auto}}@media(max-width: 480px){.sm-4{float:left;margin-left:15px;width:calc((100% - (15px * 3)) / 4)}.sm-4:nth-child(4n+1){clear:left;margin-left:0}.sm-3{float:left;margin-left:15px;width:calc((100% - (15px * 2)) / 3)}.sm-3:nth-child(3n+1){clear:left;margin-left:0}.sm-2{float:left;margin-left:15px;width:calc((100% - (15px * 1)) / 2)}.sm-2:nth-child(2n+1){clear:left;margin-left:0}.sm-1{float:none;margin-left:0;width:auto}}.clearfix{clear:both}section>.container{overflow:inherit}#next-container>.container{overflow:hidden}#menu-activator{margin-top:0}a:active{background-color:#ffbf47}a:focus{outline:#ffbf47 solid 3px}button.link{padding:0;border:0;background:none;cursor:pointer}section{clear:both;padding-bottom:90px}section .intro{float:left;width:50%;clear:left;margin-bottom:45px}table{margin-bottom:2em}.container{max-width:1200px;margin:0 auto}@media(max-width: 1260px){.container{margin:0 30px}}@media(max-width: 420px){.container{margin:0 20px}}.group{clear:both;float:none}.verbose{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#content .hidden{display:none}ul,ol,nav ul,nav ol{list-style:none}.navigation{margin:0}.navigation li{padding:0}.navigation li::before{display:none}.link-back-to{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:15px;font-weight:400;line-height:1.47em}a.button-cta{padding-bottom:10px;padding-left:45px;padding-right:45px;padding-top:10px;border:2px solid;box-shadow:none;background-color:#fff;border-color:#006ccc;color:#006ccc}a.button-cta:visited{background-color:#fff}a.button-cta:visited{color:#006ccc}a.button-cta:link,a.button-cta:link:focus,a.button-cta:hover,a.button-cta:focus{background-color:#006ccc;color:#fff}fieldset:after{clear:both;content:"";display:block}label{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;color:#333;display:inline-block}label .description{color:#666;display:block}select{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;display:block;margin-bottom:30px;border:2px solid #333;padding:10px;background:#fff url("/static/images/down-arrow.svg") no-repeat 98%/15px;height:50px;-moz-appearance:none;-webkit-appearance:none;text-overflow:""}textarea{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;border:2px solid #333;display:block;margin-bottom:30px;padding:5px;width:100%}.error{color:#e41f13}.checkbox,.radio{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;margin-bottom:15px;position:relative;padding:4px 0 0 45px;-ms-touch-action:manipulation;touch-action:manipulation}.checkbox input,.radio input{cursor:pointer;left:0;height:36px;margin:0;opacity:0;position:absolute;top:0;width:36px}.checkbox label,.radio label{cursor:pointer}.checkbox label:before,.radio label:before{background:transparent;border:2px solid #666;content:"";height:32px;left:0;position:absolute;top:0;width:32px;z-index:0}.checkbox input:checked+label::after{background:transparent;border:solid #00549f;border-width:0 0 5px 5px;content:"";height:7px;left:7px;position:absolute;top:10px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px;z-index:0}.checkbox label::before{border-radius:4px}.radio input:checked+label::after{background-color:#00549f;border-radius:50%;content:"";height:20px;left:8px;position:absolute;top:8px;width:20px;z-index:0}.radio label::before{border-radius:50%}.radio [type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 4px #ffbf47;-moz-box-shadow:0 0 0 4px #ffbf47;box-shadow:0 0 0 4px #ffbf47}.checkbox [type=checkbox]:focus+label::before{-webkit-box-shadow:0 0 0 3px #ffbf47;-moz-box-shadow:0 0 0 3px #ffbf47;box-shadow:0 0 0 3px #ffbf47}@media(max-width: 767px){input[type=text]{font-family:"Roboto",arial,helvetica,verdana,sans-serif;font-size:19px;font-weight:400;line-height:1.58em;max-width:none}}#content .input-field-container .errorlist li::before{background-color:transparent}#content .input-field-container.has-error{padding-left:30px;border-left:4px solid #b00d23}#content .input-field-container.has-error ul.errorlist{border:none;margin:0 0 10px;padding:0}#content .input-field-container.has-error ul.errorlist li{color:#b00d23;font-weight:600}#content .input-field-container.has-error input,#content .input-field-container.has-error select,#content .input-field-container.has-error textarea{border-color:#b00d23}.SelectiveLookupDisplay{background-color:#fff;border:#666 solid 1px;max-height:221px;overflow:scroll;z-index:2;padding-left:0;font-size:16px;margin-top:-1px;margin-left:1px;font-family:"Roboto",arial,helvetica,sans-serif;overflow-x:hidden}.SelectiveLookupDisplay li{cursor:pointer;border-top:#666 solid 1px;padding:12px 24px;position:relative;top:-1px}.SelectiveLookupDisplay li:focus{border-color:#ffbf47;border-style:solid;border-width:4px 3px 3px 3px;box-shadow:none;outline:0;padding:8px 22px;-webkit-box-shadow:none}.SelectiveLookupDisplay li:hover,.SelectiveLookupDisplay li:focus{background-color:#328dc2 !important;color:#fff}.SelectiveLookupDisplay #company-lookup-name-not-in-companies-house{border-top:2px solid #666;background:#d8d8d8}#company-lookup-name{padding:12px 24px}.helptext{color:#666;display:block}#content input,#content textarea,#content select{width:100%}#content .form-group input[type=checkbox]{width:38px}#content h1{margin-bottom:15px}#content form p{margin-bottom:30px}#search-section{padding-bottom:45px}#search-section button{margin-top:30px}#results{background-color:#f6f4f0;margin:0;padding:1px 30px 40px}#results hr{background:#666}#other-results{padding-bottom:0}#other-results h2{margin-bottom:45px;margin-top:60px}#other-results h3{margin-top:0;margin-bottom:15px}#other-results .grid-row{padding:0}#other-results hr{margin-left:0;background:#666}#office-name{margin-top:0}.previous-step{margin-top:30px;color:#00549f;cursor:pointer;text-decoration:underline;background-color:transparent;border-width:0;font-size:18px;display:inline-block;margin-right:20px}/*# sourceMappingURL=office-finder.css.map */ diff --git a/domestic/static/styles/office-finder.css.map b/domestic/static/styles/office-finder.css.map index 78e1f5d791..ea2d5e8691 100644 --- a/domestic/static/styles/office-finder.css.map +++ b/domestic/static/styles/office-finder.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cCnEA,iDACE,WAGF,0CACE,WAGF,YACE,mBAEF,gBACE,mBAIJ,gBACE,oBAEA,uBACE,gBAIJ,SACE,yBACA,SACA,sBACA,YACE,WL5BmB,KK8BrB,iBACE,WACA,aACA,aAGF,eACE,UAGF,gBACE,UAEF,oBACE,WACA,cACA,WAIJ,eACE,iBACA,kBACE,mBACA,gBAEF,kBACE,aACA,mBAEF,yBACE,UAEF,kBACE,cACA,WLjEmB,KKsEvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} +{"version":3,"sourceRoot":"","sources":["../../sass/partials/_typography.scss","../../sass/partials/_layout.scss","../../sass/partials/_vars.scss","../../sass/partials/_general.scss","../../sass/partials/_colours.scss","../../sass/partials/_content.scss","../../sass/partials/_elements.scss","../../sass/partials/_forms.scss","../../sass/components/_form-wizard.scss","../../sass/office-finder.scss"],"names":[],"mappings":"AAGQ,gEACA,8DC8CR,yBACE,MApBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAgBF,MArBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAiBF,MAtBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAkBF,MAvBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAmBF,MAxBA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cAoBF,MAdA,WACA,cACA,YAgBF,yBACE,MA9BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA0BF,MA/BA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA2BF,MAhCA,WACA,YC1BU,KD2BV,oCACA,sBACE,WACA,cA4BF,MAtBA,WACA,cACA,YAwBF,yBACE,MAtCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAkCF,MAvCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAmCF,MAxCA,WACA,YCzBU,KD0BV,oCACA,sBACE,WACA,cAoCF,MA9BA,WACA,cACA,YA+BF,UACE,WAGF,mBACI,iBAGJ,2BACE,gBEjFF,gBACE,aAGF,SACE,iBCyBqB,QDtBvB,QACE,0BAGF,YACE,UACA,SACA,gBACA,eAGF,QACE,WACA,oBAEA,eFDA,WACA,UEEE,WACA,cDxBQ,KC4BZ,MACE,kBAGF,WACE,UDrCiB,OCsCjB,cAEA,0BAJF,WAKI,eAGF,yBARF,WASI,eAIJ,OAGE,WACA,WAGF,SACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,iBACE,aE/DF,oBACE,gBAGF,YACE,SACA,eACE,UACA,uBACE,aCTN,cNuCE,YArCoB,4CAsCpB,eACA,gBACA,mBMtCF,aACE,oBACA,kBACA,mBACA,iBACA,iBACA,gBACA,sBACA,qBACA,cAEA,qBACE,sBAGF,qBACE,cAGF,gFAIE,yBACA,WCVF,eACE,WACA,WACA,cAIJ,MPOE,YA9BoB,4CA+BpB,eACA,gBACA,mBORA,MHvBqB,KGwBrB,qBAEA,mBACE,MH1BmB,KG2BnB,cAIJ,OPJE,YA9BoB,4CA+BpB,eACA,gBACA,mBOGA,cACA,cLrCU,KKsCV,sBACA,aACA,wEACA,YACA,qBACA,wBACA,iBAGF,SPjBE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgBA,sBACA,cACA,cLnDU,KKoDV,YACA,WAGF,OACE,MH3DqB,QGgEvB,iBPhCE,YA9BoB,4CA+BpB,eACA,gBACA,mBOgCA,cLhEU,KKiEV,kBACA,qBACA,8BACA,0BAEA,6BACE,eACA,OACA,YACA,SACA,UACA,kBACA,MACA,WAGF,6BACE,eAEA,2CACE,uBACA,sBACA,WACA,YACA,OACA,kBACA,MACA,WACA,UAOF,qCACE,uBACA,qBACA,yBACA,WACA,WACA,SACA,kBACA,SACA,6BACA,iCACA,yBACA,WACA,UAIJ,wBACE,kBAMA,kCACE,iBH7GiB,QG8GjB,kBACA,WACA,YACA,SACA,kBACA,QACA,WACA,UAIJ,qBACE,kBAIJ,wCACE,qCACA,kCACA,6BAEF,8CACE,qCACA,kCACA,6BAKF,yBACE,iBP/HA,YA9BoB,4CA+BpB,eACA,gBACA,mBO8HE,gBC/JF,sDACE,6BAEF,0CACE,kBACA,8BAGE,uDACE,YACA,gBACA,UACA,0DACE,MJhBa,QIiBb,gBAIN,oJACE,aJtBiB,QI2BvB,wBACE,iBJjBqB,KIkBrB,sBACA,iBACA,gBACA,UACA,eACA,eACA,gBACA,gBACA,gDACA,kBACA,2BACE,eACA,0BACA,kBACA,kBACA,SACA,iCACE,aJhBiB,QIiBjB,mBACA,6BACA,gBACA,UACA,iBACA,wBAEF,kEAEE,oCACA,MJ9CiB,KIiDrB,oEACE,0BACA,WJvDmB,QI2DvB,qBACE,kBAGF,UACE,MJjEqB,KIkErB,cClEA,iDAGE,WAGF,0CACE,WAGF,YACE,mBAGF,gBACE,mBAIJ,gBACE,oBAEA,uBACE,gBAIJ,SACE,yBACA,SACA,sBAEA,YACE,WLjCmB,KKqCvB,eACE,iBAEA,kBACE,mBACA,gBAGF,kBACE,aACA,mBAGF,yBACE,UAGF,kBACE,cACA,WLxDmB,KK6DvB,aACE,aAGF,eACE,gBACA,cACA,eACA,0BACA,6BACA,eACA,eACA,qBACA","file":"office-finder.css"} From 5d160539a593a823dfbd6a86f6b2c58694f7a00b Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Tue, 14 Jun 2022 17:02:19 +0100 Subject: [PATCH 12/15] Layout amendment for office finder --- .../domestic/contact/office-finder.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/contact/templates/domestic/contact/office-finder.html b/contact/templates/domestic/contact/office-finder.html index 2c5f076008..613f14dea7 100644 --- a/contact/templates/domestic/contact/office-finder.html +++ b/contact/templates/domestic/contact/office-finder.html @@ -29,19 +29,20 @@

Find your local trade office

- {% if not office_details and other_offices %} -

We couldn’t find an exact match for your postcode. You can contact a DIT office near you.

- {% endif %} + {% if not office_details and other_offices %} +

We couldn’t find an exact match for your postcode. You can contact a DIT office near you.

+ {% endif %} {% if office_details %} - {% for office in office_details %} - {% if not office.override_office_details %} - -
+
+

Your local Trade office(s) for {{ form.cleaned_data.postcode }} is

+
+
-

Your local Trade office for {{ form.cleaned_data.postcode }} is

-
+ {% for office in office_details %} + {% if not office.override_office_details %} +

{{ office.name }}

{{ office.address|linebreaks }}

Telephone

From d75c9a625f4997c882fe5b54283d6c8448c344e2 Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Tue, 14 Jun 2022 17:38:59 +0100 Subject: [PATCH 13/15] Fix test --- pii-secret-exclude.txt | 2 ++ tests/unit/contact/test_helpers.py | 2 +- tests/unit/contact/test_views.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pii-secret-exclude.txt b/pii-secret-exclude.txt index 338e134a0e..030dbe92f6 100644 --- a/pii-secret-exclude.txt +++ b/pii-secret-exclude.txt @@ -36,3 +36,5 @@ tests/unit/core/test_validators.py sso_profile/common/sass/partials/_company-profile.scss domestic/sass/partials/_colours.scss README.md +tests/unit/contact/test_helpers.py +tests/unit/contact/test_views.py diff --git a/tests/unit/contact/test_helpers.py b/tests/unit/contact/test_helpers.py index bdfebf6d75..d9f4029d53 100644 --- a/tests/unit/contact/test_helpers.py +++ b/tests/unit/contact/test_helpers.py @@ -129,7 +129,7 @@ def test_extract_other_offices_details_empty(): def test_extract_regional_office_details(all_offices, office_formatted): regional_office = extract_regional_office_details(all_offices) - assert regional_office == office_formatted[0] + assert regional_office == office_formatted def test_extract_regional_office_details_empty(): diff --git a/tests/unit/contact/test_views.py b/tests/unit/contact/test_views.py index e0c49ac11a..0574eeea25 100644 --- a/tests/unit/contact/test_views.py +++ b/tests/unit/contact/test_views.py @@ -665,7 +665,7 @@ def test_office_finder_valid(all_office_details, client): assert response.status_code == 200 - assert response.context_data['office_details'] == { + assert response.context_data['office_details'][0] == { 'address': ( 'The International Trade Centre\n' '5 Merus Court\n' 'Meridian Business Park\n' 'Leicester\n' 'LE19 1RJ' ), From d3794a89a138722822a4819b2913051e00d1db4f Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Tue, 14 Jun 2022 17:46:10 +0100 Subject: [PATCH 14/15] Added Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee8edbb3b..7701113a30 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Bugs fixed +- GLS-223 - Multiple office for single region + ### Enhancements - CHORE - Update node requirement to v16 From 0f8f4df2cb4599e6a74cc95c4186486b586aba54 Mon Sep 17 00:00:00 2001 From: Rizwan Mansuri Date: Wed, 15 Jun 2022 11:54:33 +0100 Subject: [PATCH 15/15] Amended title based on number of offices --- contact/templates/domestic/contact/office-finder.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contact/templates/domestic/contact/office-finder.html b/contact/templates/domestic/contact/office-finder.html index 613f14dea7..fed3318851 100644 --- a/contact/templates/domestic/contact/office-finder.html +++ b/contact/templates/domestic/contact/office-finder.html @@ -36,7 +36,8 @@

Find your local trade office

{% if office_details %}
-

Your local Trade office(s) for {{ form.cleaned_data.postcode }} is

+ +

Your local Trade office{%if office_details|length > 1 %}s{% endif %} for {{ form.cleaned_data.postcode }} is