@visitscotland/component-library 5.9.3 → 5.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/manifest.json +2 -2
- package/dist/client/scripts/9c64203930fa566e3776.js +1 -0
- package/dist/client/styles/9c64203930fa566e3776.css +1 -0
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library.js +1 -1
- package/dist/components/vs-component-library.mjs +1 -1
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{8144ff247c2bdf9d2646.css → e150909873d064ab0c81.css} +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/e79c376b28bc625aea22.js +0 -1
- package/dist/client/styles/e79c376b28bc625aea22.css +0 -1
package/dist/ssr/manifest.json
CHANGED
|
@@ -125,7 +125,7 @@ label,legend{font-weight:600;margin-bottom:0}legend{font-size:1.125rem}.error{fo
|
|
|
125
125
|
.vs-megalink-single-image{--negative-margin: -200px;--image-height: 400px;min-width:100%}.vs-megalink-single-image .vs-megalink-single-image__title{margin-bottom:2rem;margin-top:0}.vs-megalink-single-image .vs-megalink-single-image__content{position:relative;z-index:10;background-color:#fff;box-shadow:0px 1px 2px 0px rgba(0,0,0,.3),0px 1px 3px 1px rgba(0,0,0,.15);margin:0rem .75rem;padding:2rem 1.5rem;clear:both}.vs-megalink-single-image .vs-megalink-single-image__content p{margin-bottom:1rem}@media(min-width: 576px){.vs-megalink-single-image .vs-megalink-single-image__content{background-color:#fff;box-shadow:none}}@media(min-width: 992px){.vs-megalink-single-image .vs-megalink-single-image__content{background-color:#fff;box-shadow:0px 1px 2px 0px rgba(0,0,0,.3),0px 1px 3px 1px rgba(0,0,0,.15)}}.vs-megalink-single-image .vs-megalink-single-image__link-list{list-style:none;padding:0;margin:0}.vs-megalink-single-image .vs-megalink-single-image__link-list-item{margin-top:1rem;font-size:1.125rem}.vs-megalink-single-image .vs-megalink-single-image__link-list-item:first-of-type{margin-bottom:0rem}.vs-megalink-single-image .vs-image-with-caption{overflow:hidden;margin:0 -12px -2rem}.vs-megalink-single-image .vs-megalink-single-image__button{margin-top:1.75rem}@media(min-width: 576px){.vs-megalink-single-image{margin:0}.vs-megalink-single-image .vs-image-with-caption{margin-bottom:0}.vs-megalink-single-image .vs-megalink-single-image__content{background:rgba(0,0,0,0)}}@media(min-width: 992px){.vs-megalink-single-image{width:100%;margin:0 0 5rem;display:flex;flex-direction:column}.vs-megalink-single-image .vs-megalink-single-image__text-container{min-height:calc(var(--image-height)/2 + 4rem)}.vs-megalink-single-image .vs-megalink-single-image__content{min-height:100%;padding:3rem 3rem 3rem 3rem;margin:0;background:#fff}.vs-megalink-single-image .vs-megalink-single-image__image-container{width:66%;align-self:flex-end}.vs-megalink-single-image .vs-image-with-caption{width:100%;margin:0 0 calc(var(--negative-margin) - 4rem)}.vs-megalink-single-image--alternate .vs-megalink-single-image__image-container{align-self:flex-start}.vs-megalink-single-image--alternate .vs-megalink-single-image__content{align-self:flex-end}}@media(min-width: 1200px){.vs-megalink-single-image .vs-megalink-single-image__content{padding:3rem 6rem 3rem 3rem}}
|
|
126
126
|
.vs-megalinks{padding:3rem 0 3rem}.vs-megalinks .row{display:flex;min-width:100%}.vs-megalinks .vs-megalinks__intro{width:100%;text-align:center;margin-bottom:2rem}.vs-megalinks .vs-megalinks__intro p:first-of-type{margin-top:1.5rem}.vs-megalinks .vs-megalinks__intro p:last-of-type{margin-bottom:0}.vs-megalinks .vs-megalinks__heading{margin-bottom:0 !important}.vs-megalinks .vs-megalinks__button{width:100%;text-align:center}.vs-megalinks--multi-image{padding-bottom:0}.vs-megalinks--multi-image .vs-megalinks__button{margin-bottom:3rem}.vs-megalinks--link-list .vs-megalinks__button{margin-top:2rem}@media(min-width: 992px){.vs-megalinks{padding:6rem 0 6rem}.vs-megalinks .vs-megalinks__intro{text-align:center;margin-bottom:3rem}.vs-megalinks--multi-image{padding-bottom:2rem}.vs-megalinks--multi-image .vs-megalinks__button{margin-bottom:4rem}.vs-megalinks--single-image{padding-bottom:0}}.vs-megalinks--light+.vs-megalinks--light{padding-top:0}.vs-megalinks--grey{background:#f2f2f8}.vs-megalinks--grey+.vs-megalinks--grey{padding-top:0}.has-edit-button.theme-light+.has-edit-button.theme-light .vs-megalinks{padding-top:0}.has-edit-button.theme-grey+.has-edit-button.theme-grey .vs-megalinks{padding-top:0}
|
|
127
127
|
.vs-modal{display:block}.vs-modal .modal-dialog{margin:2rem auto;z-index:1100}@media(min-width: 576px){.vs-modal .modal-dialog{max-width:none;width:100%}}.vs-modal .modal-body{padding:1.25rem 0rem}@media(min-width: 576px){.vs-modal .modal-body{padding:1.25rem .5rem}}.vs-modal .modal-body .vs-video{width:100%}@media(min-width: 992px){.vs-modal .modal-lg,.vs-modal .modal-xl{max-width:924px}}@media(min-width: 1200px){.vs-modal .modal-xl{max-width:1140px}}.vs-modal .row>[class*=col-]{display:block}.b-overlay .bg-dark{background-color:rgba(0,0,0,.5)}
|
|
128
|
-
.vs-page-intro__wrapper{position:relative;background:#fff}@media(min-width: 992px){.vs-page-intro__wrapper{background:rgba(0,0,0,0);width:100%;max-width:960px;margin-right:auto;margin-left:auto}}@media(min-width: 1200px){.vs-page-intro__wrapper{max-width:1140px}}@media(min-width: 1400px){.vs-page-intro__wrapper{max-width:1340px}}.vs-page-intro__wrapper>.container{background:#fff;padding-bottom:2rem}@media(min-width: 992px){.vs-page-intro__wrapper>.container{padding-bottom:3rem}}.vs-page-intro__fullscreen-mobile-header{position:relative}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper{position:relative;height:4rem}@media(min-width: 992px){.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper{display:none}}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper .breadcrumb{margin-bottom:0rem}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__share{width:auto;top:calc(-100vh + 6rem + .5rem)}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption--hero .vs-image-with-caption__image-wrapper{height:calc(100vh - 4rem - 6rem - .5rem);width:calc(100% + 1rem);margin-left:-1rem}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption--hero .vs-image-with-caption__captions{width:calc(100% + 1rem)}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__wrapper{margin-top:.5rem}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption__captions{padding:0rem 1rem}.vs-page-intro__share{position:absolute;top:.75rem;right:.25rem}@media(min-width: 576px){.vs-page-intro__share{top:1rem;right:1rem}}@media(min-width: 992px){.vs-page-intro__share{top:7.2rem}}@media(min-width: 992px){.vs-page-intro--hero .vs-page-intro__share{top:4rem}}@media(min-width: 992px){.vs-page-intro--hero .vs-page-intro__wrapper{margin-top:-240px}}.vs-page-intro--hero .vs-hero{margin-bottom:0rem}@media(min-width: 992px){.vs-page-intro--hero .vs-hero .vs-caption{bottom:200px}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.vs-page-intro--hero .vs-hero .vs-caption{min-width:200px}}@media(min-width: 992px){.vs-page-intro--hero .vs-image-with-caption--hero img{min-height:101%;position:absolute;transform:translateY(-50%);top:50%}}.vs-page-intro__breadcrumb{margin-top:.75rem}.vs-page-intro__lower,.vs-page-intro__lower .row{background-color:#f2f2f8}.vs-page-intro--grey{background:#f2f2f8}
|
|
128
|
+
.vs-page-intro__wrapper{position:relative;background:#fff}@media(min-width: 992px){.vs-page-intro__wrapper{background:rgba(0,0,0,0);width:100%;max-width:960px;margin-right:auto;margin-left:auto}}@media(min-width: 1200px){.vs-page-intro__wrapper{max-width:1140px}}@media(min-width: 1400px){.vs-page-intro__wrapper{max-width:1340px}}.vs-page-intro__wrapper>.container{background:#fff;padding-bottom:2rem}@media(min-width: 992px){.vs-page-intro__wrapper>.container{padding-bottom:3rem}}.vs-page-intro__fullscreen-mobile-header{position:relative}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper{position:relative;height:4rem}@media(min-width: 992px){.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper{display:none}}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper .breadcrumb{margin-bottom:0rem;flex-wrap:nowrap}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__share{width:auto;top:calc(-100vh + 6rem + .5rem)}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption--hero .vs-image-with-caption__image-wrapper{height:calc(100vh - 4rem - 6rem - .5rem);width:calc(100% + 1rem);margin-left:-1rem}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption--hero .vs-image-with-caption__captions{width:calc(100% + 1rem)}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__wrapper{margin-top:.5rem}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption__captions{padding:0rem 1rem}.vs-page-intro__share{position:absolute;top:.75rem;right:.25rem}@media(min-width: 576px){.vs-page-intro__share{top:1rem;right:1rem}}@media(min-width: 992px){.vs-page-intro__share{top:7.2rem}}@media(min-width: 992px){.vs-page-intro--hero .vs-page-intro__share{top:4rem}}@media(min-width: 992px){.vs-page-intro--hero .vs-page-intro__wrapper{margin-top:-240px}}.vs-page-intro--hero .vs-hero{margin-bottom:0rem}@media(min-width: 992px){.vs-page-intro--hero .vs-hero .vs-caption{bottom:200px}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.vs-page-intro--hero .vs-hero .vs-caption{min-width:200px}}@media(min-width: 992px){.vs-page-intro--hero .vs-image-with-caption--hero img{min-height:101%;position:absolute;transform:translateY(-50%);top:50%}}.vs-page-intro__breadcrumb{margin-top:.75rem}.vs-page-intro__lower,.vs-page-intro__lower .row{background-color:#f2f2f8}.vs-page-intro--grey{background:#f2f2f8}
|
|
129
129
|
.vs-pagination{align-items:center;display:flex;flex-direction:column;font-size:1rem}.vs-pagination__count{display:flex}@media(min-width: 576px){.vs-pagination__count{display:none}}.vs-pagination__controls{display:flex;justify-content:center;width:100%}@media(max-width: 767.98px){.vs-pagination__controls{justify-content:space-between}}.vs-pagination__list{display:flex;flex-direction:row;list-style:none;padding-left:0rem}@media(max-width: 767.98px){.vs-pagination__list{display:none}}.vs-pagination__item{margin-right:.5rem}.vs-pagination__item:first-child{margin-left:.5rem}.vs-pagination__item .vs-button{color:#200f2e;background-color:#fff;border-color:#fff;padding:.25rem .75rem}.vs-pagination__item .vs-button .vs-icon:not(.vs-map-marker-icon__marker,.vs-map-marker-icon__icon){color:#200f2e}.vs-pagination__item .vs-button:hover{color:#200f2e;background-color:#fff;border-color:#fff}.vs-pagination__item .vs-button:hover .vs-icon{color:#200f2e}.vs-pagination__item .vs-button:active,.vs-pagination__item .vs-button:active:focus{color:#fff;background-color:#1f49d6;border-color:#fff}.vs-pagination__item .vs-button:active .vs-icon,.vs-pagination__item .vs-button:active:focus .vs-icon{color:#fff}.vs-pagination__item .vs-button:hover{text-decoration:underline}.vs-pagination__item .vs-button.disabled{background-color:#fff !important}.vs-pagination__item--active .vs-button{background-color:#1f49d6;color:#fff;border-radius:1000rem;line-height:1;padding:.5rem .75rem}.vs-pagination__item--ellipses{align-items:flex-end;display:flex}.vs-pagination__prev .vs-button,.vs-pagination__next .vs-button{border:none;margin-top:.25rem}.vs-pagination__prev .vs-button.disabled,.vs-pagination__next .vs-button.disabled{background-color:#fff !important}.vs-pagination__prev .vs-button:hover,.vs-pagination__next .vs-button:hover{background-color:#fff !important;text-decoration:underline}
|
|
130
130
|
.vs-panel.card{background-color:#e5e5f0;border-color:#e9e9e9;padding:3rem 1rem 3rem}.vs-panel.card .card-body{padding:1.25rem}@media(min-width: 768px){.vs-panel.card{padding:3rem 2rem 4rem}}@media(min-width: 992px){.vs-panel.card{padding:3rem 5rem 4rem}}@media(min-width: 1400px){.vs-panel.card{padding:3rem 6rem 4rem}}.vs-panel.card .vs-panel__title{display:block;text-align:center}.vs-panel.card .card-header{text-align:center;background:none;border-bottom-width:0;padding:0}
|
|
131
131
|
.vs-autocomplete{position:relative}.vs-autocomplete__list{background-color:#fff;max-height:250px;overflow-y:scroll;padding-left:0;position:absolute;width:100%;z-index:10}.vs-autocomplete__list-wrapper{position:relative}.vs-autocomplete__list-item{cursor:pointer;font-size:1rem;list-style:none;padding:.5rem 1rem}.vs-autocomplete__list-item:hover,.vs-autocomplete__list-item--hover{background-color:#d6e5ff;color:#1f49d6}.vs-autocomplete .vs-icon{position:absolute;top:calc(50% - .5rem);right:1rem}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.VsPageIntro=n():t.VsPageIntro=n()}(self,(function(){return(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[979],{4924:function(t,n,e){"use strict";e.d(n,{X:function(){return c}});var o=e(20641),s=e(90033),r={key:0,class:"vs-page-intro__fs-mobile-heading-wrapper","data-test":"vs-page-intro__mobile-breadcrumb"},l={class:"vs-page-intro__wrapper"},a={class:"vs-page-intro__share"},i={key:0,class:"list-inline"},u={key:0,class:"vs-page-intro__lower py-300","data-test":"vs-page-intro__lower"};function c(t,n,e,c,f,d){var g=(0,o.g2)("VsCol"),v=(0,o.g2)("VsRow"),b=(0,o.g2)("VsContainer"),p=(0,o.g2)("VsHeading"),m=(0,o.g2)("VsBody");return(0,o.uX)(),(0,o.CE)("div",{class:(0,s.normalizeClass)(["vs-page-intro",d.introClasses]),"data-test":"vs-page-intro"},[e.fullscreenMobile?((0,o.uX)(),(0,o.CE)("div",r,[(0,o.bF)(b,null,{default:(0,o.k6)((function(){return[(0,o.bF)(v,{class:(0,s.normalizeClass)(e.fullscreenMobile?"d-none-md":"")},{default:(0,o.k6)((function(){return[(0,o.bF)(g,{cols:"9",lg:e.heroIntro?"8":"","offset-lg":e.heroIntro?"1":""},{default:(0,o.k6)((function(){return[(0,o.Lk)("div",{class:(0,s.normalizeClass)(["vs-page-intro__breadcrumb",e.heroIntro?"mt-lg-100":"mt-lg-200"])},[(0,o.RG)(t.$slots,"vs-intro-breadcrumb")],2)]})),_:3},8,["lg","offset-lg"])]})),_:3},8,["class"])]})),_:3})])):(0,o.Q3)("",!0),(0,o.RG)(t.$slots,"vs-intro-hero"),(0,o.Lk)("div",l,[(0,o.bF)(b,null,{default:(0,o.k6)((function(){return[(0,o.bF)(v,{class:(0,s.normalizeClass)(e.fullscreenMobile?"d-none d-lg-flex":"")},{default:(0,o.k6)((function(){return[(0,o.bF)(g,{cols:"10",lg:e.heroIntro?"8":"","offset-lg":e.heroIntro?"1":""},{default:(0,o.k6)((function(){return[(0,o.Lk)("div",{class:(0,s.normalizeClass)(["vs-page-intro__breadcrumb",e.heroIntro?"mt-lg-100":"mt-lg-200"])},[(0,o.RG)(t.$slots,"vs-intro-breadcrumb")],2)]})),_:3},8,["lg","offset-lg"])]})),_:3},8,["class"]),(0,o.Lk)("div",a,[(0,o.RG)(t.$slots,"vs-share-button")]),(0,o.bF)(v,null,{default:(0,o.k6)((function(){return[(0,o.bF)(g,{cols:"11",md:e.heroIntro?"11":"10",lg:e.heroIntro?"7":"10",xl:e.heroIntro?"8":"10","offset-lg":e.heroIntro?"1":"0",class:"mt-050"},{default:(0,o.k6)((function(){return[(0,o.bF)(p,{level:"1","heading-style":"display-s",id:"main-heading"},{default:(0,o.k6)((function(){return[(0,o.RG)(t.$slots,"vs-intro-heading")]})),_:3}),(0,o.RG)(t.$slots,"vs-article-data")]})),_:3},8,["md","lg","xl","offset-lg"])]})),_:3}),(0,o.bF)(v,null,{default:(0,o.k6)((function(){return[(0,o.bF)(g,(0,o.v6)({"data-test":"vs-page-intro__content",cols:"12"},d.contentColProps),{default:(0,o.k6)((function(){return[(0,o.bF)(m,{variant:"lead"},{default:(0,o.k6)((function(){return[(0,o.RG)(t.$slots,"vs-intro-content")]})),_:3}),t.$slots["vs-intro-start-finish"]&&t.$slots["vs-intro-start-finish"]()?((0,o.uX)(),(0,o.CE)("dl",i,[(0,o.RG)(t.$slots,"vs-intro-start-finish")])):(0,o.Q3)("",!0)]})),_:3},16),t.$slots["vs-intro-table-of-contents"]&&t.$slots["vs-intro-table-of-contents"]()?((0,o.uX)(),(0,o.Wv)(g,{key:0,cols:"12",md:"5"},{default:(0,o.k6)((function(){return[(0,o.RG)(t.$slots,"vs-intro-table-of-contents")]})),_:3})):(0,o.Q3)("",!0),(0,o.RG)(t.$slots,"vs-intro-summary-box")]})),_:3})]})),_:3}),t.$slots["vs-intro-lower"]&&t.$slots["vs-intro-lower"]()?((0,o.uX)(),(0,o.CE)("div",u,[(0,o.RG)(t.$slots,"vs-intro-lower")])):(0,o.Q3)("",!0)])],2)}},22684:function(){},44927:function(t,n,e){"use strict";var o=e(13838),s=e(44580),r=e(11438);n.A={name:"VsPageIntro",status:"prototype",release:"0.0.1",components:{VsHeading:o.default,VsBody:s.default,VsContainer:r.T$,VsRow:r.AQ,VsCol:r.Il},props:{background:{type:String,default:"light",validator:function(t){return t.match(/(light|grey)/)}},heroIntro:{type:Boolean,default:!1},isItinerary:{type:Boolean,default:!1},fullscreenMobile:{type:Boolean,default:!1},hasToc:{type:Boolean,default:!1}},computed:{introClasses:function(){return["vs-page-intro--".concat(this.background),this.heroIntro?"vs-page-intro--hero":"",this.fullscreenMobile?"vs-page-intro__fullscreen-mobile-header":""]},contentColProps:function(){var t={};return this.isItinerary?(t.md="6",t.lg="5",t.xl="6",t["offset-lg"]="1"):this.heroIntro?(t.md="12",t.lg="7",t.xl="8",t["offset-lg"]="1"):this.hasToc?t.md="7":t.md="8",t}}}},51724:function(t,n,e){"use strict";e.d(n,{X:function(){return o.X}});var o=e(4924)},52006:function(t,n,e){"use strict";e(99666)},59633:function(t,n,e){"use strict";e.r(n);var o=e(51724),s=e(64579);e(52006);const r=(0,e(66262).A)(s.A,[["render",o.X]]);n.default=r},64579:function(t,n,e){"use strict";e.d(n,{A:function(){return o.A}});var o=e(44927)},99666:function(t,n,e){"use strict";var o=e(85072),s=e.n(o),r=e(97825),l=e.n(r),a=e(77659),i=e.n(a),u=e(55056),c=e.n(u),f=e(10540),d=e.n(f),g=e(41113),v=e.n(g),b=e(22684),p=e.n(b),m={};m.styleTagTransform=v(),m.setAttributes=c(),m.insert=i().bind(null,"head"),m.domAPI=l(),m.insertStyleElement=d(),s()(p(),m),p()&&p().locals&&p().locals}},function(t){return t.O(0,[641,6262,7510,3751,4352,7800,9394,2543,8638,3838,2368,7521,1438,4580],(function(){return t(t.s=59633)})),t.O()}])}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.vs-page-intro__wrapper{position:relative;background:#fff}@media(min-width: 992px){.vs-page-intro__wrapper{background:rgba(0,0,0,0);width:100%;max-width:960px;margin-right:auto;margin-left:auto}}@media(min-width: 1200px){.vs-page-intro__wrapper{max-width:1140px}}@media(min-width: 1400px){.vs-page-intro__wrapper{max-width:1340px}}.vs-page-intro__wrapper>.container{background:#fff;padding-bottom:2rem}@media(min-width: 992px){.vs-page-intro__wrapper>.container{padding-bottom:3rem}}.vs-page-intro__fullscreen-mobile-header{position:relative}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper{position:relative;height:4rem}@media(min-width: 992px){.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper{display:none}}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__fs-mobile-heading-wrapper .breadcrumb{margin-bottom:0rem}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__share{width:auto;top:calc(-100vh + 6rem + .5rem)}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption--hero .vs-image-with-caption__image-wrapper{height:calc(100vh - 4rem - 6rem - .5rem);width:calc(100% + 1rem);margin-left:-1rem}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption--hero .vs-image-with-caption__captions{width:calc(100% + 1rem)}.vs-page-intro__fullscreen-mobile-header .vs-page-intro__wrapper{margin-top:.5rem}.vs-page-intro__fullscreen-mobile-header .vs-image-with-caption__captions{padding:0rem 1rem}.vs-page-intro__share{position:absolute;top:.75rem;right:.25rem}@media(min-width: 576px){.vs-page-intro__share{top:1rem;right:1rem}}@media(min-width: 992px){.vs-page-intro__share{top:7.2rem}}@media(min-width: 992px){.vs-page-intro--hero .vs-page-intro__share{top:4rem}}@media(min-width: 992px){.vs-page-intro--hero .vs-page-intro__wrapper{margin-top:-240px}}.vs-page-intro--hero .vs-hero{margin-bottom:0rem}@media(min-width: 992px){.vs-page-intro--hero .vs-hero .vs-caption{bottom:200px}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.vs-page-intro--hero .vs-hero .vs-caption{min-width:200px}}@media(min-width: 992px){.vs-page-intro--hero .vs-image-with-caption--hero img{min-height:101%;position:absolute;transform:translateY(-50%);top:50%}}.vs-page-intro__breadcrumb{margin-top:.75rem}.vs-page-intro__lower,.vs-page-intro__lower .row{background-color:#f2f2f8}.vs-page-intro--grey{background:#f2f2f8}
|