﻿:root{--Primary:#002f87;--OnPrimary:#fff;--PrimaryContainer:#ccd5e7;--OnPrimaryContainer:#00091b;--PrimaryExtended:#001c51;--Secondary:#00aeef;--OnSecondary:#fff;--SecondaryContainer:#cceffc;--OnSecondaryContainer:#002330;--Tertiary:#868686;--OnTertiary:#fff;--TertiaryContainer:#e7e7e7;--OnTertiaryContainer:#1b1b1b;--Error:#da291c;--OnError:#fff;--ErrorContainer:#f8d4d2;--OnErrorContainer:#2c0806;--Background:#e7e7e7;--OnBackground:#0e0e0e;--Surface:#fbfbfb;--OnSurface:#0e0e0e;--SurfaceVariant:#0e0e0e;--OnSurfaceVariant:#757578;--Outline:#e7e8ed;--OutlineVariant:#f0f3f4;--OutlineShadow:#000;--OutlineScrimOverlay:#0006;--InverseSurface:#444;--InverseOnSurface:#f7f7f7;--InversePrimary:#ccd5e7;--PrimaryFixed:#ccd5e7;--OnPrimaryFixed:#00091b;--PrimaryFixedDim:#99accf;--PrimaryFixedVariant:#001c51;--SecondaryFixed:#cceffc;--OnSecondaryFixed:#002330;--SecondaryFixedDim:#99dff9;--OnSecondaryFixedVariant:#00688f;--TertiaryFixed:#e7e7e7;--OnTertiaryFixed:#1b1b1b;--TertiaryFixedDim:#cfcfcf;--OnTertiaryFixedVariant:#505050;--CallToAction:#059b00;--OnCallToAction:#fff;--CallToActionContainer:#cdebcc;--OnCallToActionContainer:#011f00;--SurfaceDim:#fff;--SurfaceBright:#fbfbfb;--SurfaceContainerLowest:#fff;--SurfaceContainerLow:#fcfcfc;--SurfaceContainer:#fbfbfb;--SurfaceContainerHigh:#fafafa;--SurfaceContainerHighest:#f7f7f7;--SurfaceTint:#00266c;--hovered:8%;--focused:12%;--pressed:16%;--hovered-legacy:.08;--focused-legacy:.12;--pressed-legacy:.16;--box-shadow-lowest-15:0px 1px 3px 1px #00000026;--box-shadow-lowest-30:0px 1px 2px 0px #0000004d;--box-shadow-low-15:0px 2px 6px 2px #00000026;--box-shadow-low-30:0px 1px 2px 0px #0000004d;--box-shadow-15:0px 1px 3px 0px #00000026;--box-shadow-30:0px 4px 8px 3px #0000004d;--box-shadow-high-15:0px 2px 3px 0px #00000026;--box-shadow-high-30:0px 6px 10px 4px #0000004d;--box-shadow-highest-15:0px 4px 4px 0px #00000026;--box-shadow-highest-30:0px 8px 12px 6px #0000004d;--elevation-20:var(--box-shadow-lowest-15),var(--box-shadow-lowest-30);--elevation-40:var(--box-shadow-low-15),var(--box-shadow-low-30);--elevation-60:var(--box-shadow-15),var(--box-shadow-30);--elevation-80:var(--box-shadow-high-15),var(--box-shadow-high-30);--elevation-100:var(--box-shadow-highest-15),var(--box-shadow-highest-30);--animation-normal:.2s;--animation-slow:.4s;--pulse-color:#f3f3f3;--animation-duration:1.2s;--base-width:124px;--base-height:196px;--base-img-height:124px;--slick-list-base-width:830px;--avatar-offset:calc(0px + 12px);}.shoelace.hide{display:none;}.shoelace.btn{font-family:'Quicksand',sans-serif;width:100%;padding:0 1rem;border-radius:9999px;font-weight:600;transition:background var(--animation-normal) cubic-bezier(.2,0,0,1),box-shadow var(--animation-normal) cubic-bezier(.2,0,0,1),background-color var(--animation-normal) ease-out,width .3s ease-out;border:1px solid transparent;color:var(--current-color);background-color:var(--current-background);height:var(--current-height);font-size:var(--current-font-size);cursor:pointer;--hidden-selection-padding:0px;position:relative;box-sizing:border-box;display:inline-flex;text-align:center;flex-direction:row;justify-content:center;align-items:center;white-space:nowrap;text-overflow:ellipsis;gap:.5rem;}.shoelace.btn::after{content:'';position:absolute;top:var(--hidden-selection-padding);left:var(--hidden-selection-padding);right:var(--hidden-selection-padding);bottom:var(--hidden-selection-padding);background:transparent;cursor:pointer;box-sizing:border-box;z-index:-1;border-radius:inherit;z-index:100;}.shoelace.btn:hover{box-shadow:var(--elevation-20);background:linear-gradient(0deg,rgb(from var(--blend-color)rgb/ var(--hovered-legacy)),rgb(from var(--blend-color)rgb/ var(--hovered-legacy))),var(--current-background);}.shoelace.btn:active{box-shadow:none;background:linear-gradient(0deg,rgb(from var(--blend-color)rgb/ var(--pressed-legacy)),rgb(from var(--blend-color)rgb/ var(--pressed-legacy))),var(--current-background);}@supports(background:color-mix(in srgb,#000,#fff)){.shoelace.btn:hover{background:color-mix(in srgb,var(--blend-color) var(--hovered),var(--current-background));}.shoelace.btn:active{background:color-mix(in srgb,var(--blend-color) var(--pressed),var(--current-background));}}.shoelace.btn.round{width:var(--current-height);justify-content:center;}.shoelace.btn.sm{--current-height:40px;--current-font-size:14px;--hidden-selection-padding:-4px;}.shoelace.btn.md{--current-height:48px;--current-font-size:16px;}.shoelace.btn.lg{--current-height:52px;--current-font-size:18px;}.shoelace.btn.icon{display:flex;align-items:center;justify-content:center;padding:0;width:var(--current-height);}.shoelace.btn.icon::after{border-radius:50%;z-index:100;}.shoelace.btn.icon.sm{--current-height:22px;--current-font-size:14px;--hidden-selection-padding:-13px;}.shoelace.btn.icon.md{--current-height:30px;--current-font-size:18px;--hidden-selection-padding:-9px;}.shoelace.btn.icon.lg{--current-height:40px;--current-font-size:20px;--hidden-selection-padding:-4px;}.shoelace.btn.icon i{position:relative;font-size:var(--current-font-size);}.shoelace.btn svg{fill:var(--current-color);}.btn.loading-light,.btn.loading-dark{width:var(--current-height)!important;justify-content:center;font-size:0;position:relative;cursor:wait;}.btn.loading-light::after{content:url('/Images/spinner-light.svg');animation:fa-spin .7s infinite linear;position:absolute;display:flex;justify-content:center;align-items:center;}.btn.loading-dark::after{content:url('/Images/spinner-dark.svg');animation:fa-spin .7s infinite linear;position:absolute;display:flex;justify-content:center;align-items:center;}.shoelace.chip{justify-content:space-between;}.shoelace.seg-left{border-radius:999px 0 0 999px;}.shoelace.seg-right{border-radius:0 999px 999px 0;border-left:0;}.shoelace.seg-center{border-radius:0;border-left:0;}.shoelace.btn.seg-left:hover,.shoelace.btn.seg-right:hover,.shoelace.btn.seg-center:hover,.shoelace.btn.seg-left:active,.shoelace.btn.seg-right:active,.shoelace.btn.seg-center:active,.shoelace.btn.seg-left:focus,.shoelace.btn.seg-right:focus,.shoelace.btn.seg-center:focus{box-shadow:none;}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.shoelace.svg-rotate{animation:spin 2s linear infinite;display:block;margin:auto;min-width:var(--current-font-size);width:var(--current-font-size);min-height:var(--current-font-size);height:var(--current-font-size);}.shoelace.menu-group{list-style:none;display:flex;flex-direction:column;padding:.5rem 0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;transition:background var(--animation-normal) cubic-bezier(.2,0,0,1);border-radius:.25rem;background-color:var(--Surface);box-shadow:var(--elevation-20);}.shoelace.menu-group .menu-group-item{display:flex;flex-direction:row;align-items:center;width:100%;padding:0;box-sizing:border-box;cursor:pointer;}.shoelace.menu-group .menu-group-item a{display:flex;align-items:center;color:inherit;width:100%;height:100%;padding:.5rem .75rem;text-decoration:none!important;box-sizing:border-box;transition:background var(--animation-normal) cubic-bezier(.2,0,0,1);}.shoelace.menu-group .menu-group-item a:hover,.shoelace.menu-group .menu-group-item a:focus{background:linear-gradient(0deg,#ffffff14,#ffffff14),var(--PrimaryFixedDim);}.shoelace.menu-group .menu-group-item a:active{background:linear-gradient(0deg,#ffffff1e,#ffffff1e),var(--PrimaryFixedDim);}.shoelace.menu-group .menu-group-item a::selection{background:linear-gradient(0deg,#ffffff28,#ffffff28),var(--PrimaryFixedDim);}.shoelace.menu-group .menu-group-item i:first-child{font-size:1.25rem;margin-right:1rem;min-width:32px;text-align:center;}.shoelace.menu-group .menu-group-item i:last-child{font-size:1rem;}.shoelace.menu-group .item-label-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}.shoelace.menu-group .item-label{font-weight:400;font-size:1rem;margin:0;}.shoelace.menu-group .item-supporting{font-weight:400;font-size:.875rem;margin:0;}.shoelace.menu-sm .menu-group-item a{height:40px;max-height:40px;min-height:40px;}.shoelace.menu-md .menu-group-item a{height:48px;max-height:48px;min-height:48px;}.shoelace.menu-lg .menu-group-item a{height:56px;max-height:56px;min-height:56px;}.shoelace.menu-group .menu-group-item a::before,.shoelace.menu-group .menu-group-item a::after,.shoelace.menu-group .menu-group-item a *{text-decoration:none!important;}.shoelace.snackbar{font-family:'Quicksand',sans-serif;border-radius:4px;font-weight:500;min-width:288px;max-width:367px;font-size:1rem;border:0;color:var(--current-color);background-color:var(--current-background);display:flex;flex-wrap:wrap;justify-content:space-between;box-shadow:var(--elevation-20);}.shoelace.snackbar p{margin:.75rem 0 0 1rem;text-align:left;flex-grow:1;}.shoelace.snackbar .action-container{display:flex;justify-content:flex-end;align-items:center;flex-grow:1;gap:.75rem;margin:.75rem 1rem;}.shoelace .tick{margin-bottom:1px;}.shoelace .checkbox input.hide{position:absolute;opacity:0;width:0;height:0;}.shoelace .checkbox{top:50%;left:50%;position:relative;border-radius:3px;display:flex;justify-content:center;align-items:flex-end;transform:translate(-50%,-50%);transition:background-color var(--animation-normal) cubic-bezier(.2,0,0,1);}.shoelace .checked{width:18px;height:18px;background-color:var(--checkbox-color);color:var(--tick-color);transition:background-color var(--animation-slow) cubic-bezier(.2,0,0,1);}.shoelace .unchecked{width:16px;height:16px;color:none;background-color:none;border:solid 2px #808080;}.shoelace.chk{display:flex;height:40px;width:40px;border-radius:50%;cursor:pointer;position:relative;--hidden-selection-padding:-4px;}.shoelace.chk::before{content:'';position:absolute;top:var(--hidden-selection-padding);left:var(--hidden-selection-padding);right:var(--hidden-selection-padding);bottom:var(--hidden-selection-padding);border-radius:50%;background-color:transparent;}.shoelace.chk:hover{background-color:var(--hovered-color);}.shoelace.chk:focus{background-color:var(--focused-color);}.shoelace.chk:active{background-color:var(--pressed-color);}.shoelace.chk-primary{--checkbox-color:var(--Primary);--tick-color:var(--OnPrimary);--hovered-color:#002f8714;--focused-color:#002f871e;--pressed-color:#b4b8c0;}.shoelace.chk-error{--checkbox-color:var(--Error);--tick-color:var(--OnError);--hovered-color:#da291c14;--focused-color:#da291c1e;--pressed-color:#500e004d;}.shoelace.chk-disabled{--checkbox-color:var(--Error);--tick-color:var(--OnError);--hovered-color:#da291c14;--focused-color:#da291c1e;--pressed-color:#500e004d;}.shoelace.skeleton-loader{background-color:#e7e7e7;animation:pulse var(--animation-duration) infinite;}@keyframes pulse{0%,100%{background-color:#e7e7e7;}50%{background-color:#f3f3f3;}}.shoelace.disabled{--current-background:var(--TertiaryContainer);--current-color:var(--Tertiary);cursor:not-allowed;}.shoelace.btn.disabled:hover{box-shadow:none;background:var(--current-background);}.shoelace.btn.disabled:active{background:var(--current-background);}.shoelace.btn.disabled::after{cursor:not-allowed;}.shoelace.primary{--current-background:var(--Primary);--current-color:var(--OnPrimary);--blend-color:var(--OnPrimary);}.shoelace.secondary{--current-background:var(--Secondary);--current-color:var(--OnSecondary);--blend-color:var(--OnSecondary);}.shoelace.cta{--current-background:var(--CallToAction);--current-color:var(--OnCallToAction);--blend-color:var(--OnCallToAction);}.shoelace.cta-container{--current-background:var(--CallToActionContainer);--current-color:var(--OnCallToActionContainer);--blend-color:var(--OnCallToActionContainer);}.shoelace.tonal{--current-background:var(--PrimaryFixed);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);}.shoelace.outlined{--current-background:var(--OnPrimary);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);border:1px solid var(--OnPrimaryContainer);}.shoelace.seg-inactive{--current-background:var(--SurfaceContainerLowest);--current-color:var(--OnSurface);--blend-color:var(--Primary);border:1px solid var(--Outline);}.shoelace.text{--current-background:var(--OnPrimary);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);}.shoelace.transparent{--current-background:var(--OnPrimary);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);}.shoelace.transparent{background-color:transparent;}.shoelace.transparent.round{background-color:var(--OnPrimary);}.shoelace.primary-extended{--current-background:var(--PrimaryExtended);--current-color:var(--InverseOnSurface);--blend-color:var(--InverseOnSurface);}.shoelace.tertiary{--current-background:var(--Tertiary);--current-color:var(--OnTertiary);--blend-color:var(--OnTertiary);}.shoelace.error{--current-background:var(--Error);--current-color:var(--OnError);--blend-color:var(--OnError);}.shoelace.err-container{--current-background:var(--ErrorContainer);--current-color:var(--OnErrorContainer);--blend-color:var(--OnErrorContainer);}.shoelace.input-wrapper{width:100%;min-width:210px;height:56px;position:relative;}.shoelace .input-field .icon{position:absolute;top:1.2em;width:var(--current-height);padding:0 1em;color:var(--current-color);right:0;}.shoelace .input-field .icon.password{right:3em;}.shoelace .input-field .icon-left{position:absolute;top:35%;width:var(--current-height);left:1em;z-index:1;}.shoelace .input-field{min-width:210px;width:100%;}.shoelace .input-field input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;height:1em;width:1em;border-radius:50em;background:url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;background-size:contain;opacity:0;pointer-events:none;}.shoelace .inputTextField{display:flex;width:inherit;height:56px;position:relative;outline:0;border-radius:4px;border:var(--current-border);color:var(--current-color);cursor:pointer;background-color:transparent;z-index:2;}.shoelace .inputPrompt{margin:0 1rem 0 0;position:absolute;border:0;font-size:12px;min-width:40px;font-weight:400;line-height:16px;text-align:center;background:none;color:var(--current-color);cursor:pointer;top:37%;width:var(--current-height);right:0;z-index:10;}.shoelace .input-field .icon.hide,.shoelace .inputPrompt.hide{display:none;}.shoelace .input-field .icon{z-index:10;}.shoelace .supportingText{position:absolute;font-size:12px;top:5em;margin:0 1em;color:var(--current-color);}.shoelace .input-field .placeholder{cursor:text;position:absolute;left:var(--field-padding);width:calc(100% - (var(--field-padding)*2));overflow:hidden;white-space:nowrap;text-overflow:ellipsis;top:1em;line-height:100%;transform:translateY(-50%);color:var(--current-color);transition:top .3s ease,color .3s ease,font-size .3s ease;z-index:3;}.shoelace .default-padding{padding:1em 6em 1em 1em;}.shoelace .default-margin{margin:.7em 1em;}.shoelace .search-padding{padding:1em 5.5em 1em 3em;}.shoelace .search-margin{margin:.9em 2.5em;}.shoelace .inactive{--current-border:1px solid var(--SurfaceVariant);--current-color:var(--SurfaceVariant);}.shoelace .input-field input:disabled{--current-border:1px solid var(--SurfaceVariantOpacity12);--current-color:var(--SurfaceVariantOpacity12);}.shoelace .input-field input:disabled~.icon,.shoelace .input-field input:disabled~.placeholder,.shoelace .input-field input:disabled~.supportingText{--current-color:var(--SurfaceVariantOpacity12);}.shoelace .input-field input:invalid:focus{--current-border:3px solid var(--Error);}.shoelace .input-field input:invalid{--current-border:1px solid var(--Error);}.shoelace .input-field input:invalid~.placeholder::after{content:" !";font-weight:700;}.shoelace .input-field input:invalid~.placeholder,.shoelace .input-field input:invalid~.icon,.shoelace .input-field input:invalid~.inputPrompt,.shoelace .input-field input:invalid~.supportingText{--current-color:var(--Error);}.shoelace .input-field input:active{outline:auto;animation-timing-function:cubic-bezier(.2,0,0,1);animation-duration:200ms;}.shoelace .input-field input:valid:focus,.shoelace .input-field input:valid:not(:empty){--current-border:3px solid var(--Primary);}.shoelace .input-field input:valid:focus~.placeholder{--current-color:var(--Primary);}.shoelace .focus-empty{font-family:Quicksand;font-size:12px;font-weight:400;line-height:16px;top:-7px!important;background:#fff;padding:4px;--current-color:var(--Primary);}footer{background:var(--PrimaryExtended);margin-top:24px;padding-bottom:24px;}footer *,footer *::before,footer *::after{margin:0;border:0;padding:0;font-size:100%;font-size:inherit;box-sizing:border-box;}@media(min-width:841px){footer{background-color:var(--Primary);}}footer img[src*=".svg"]{width:auto;}footer .fa-question-circle:before{content:"";}footer .fa-memo-circle-info::before{content:"";}footer .fa-info-circle:before{content:"";}footer .fa-building:before{content:"";}footer .fa-chevron-down::before{content:"";}footer .fa-chevron-up::before{content:"";}footer .signup-bg{background-color:var(--Primary);min-height:12px;}footer .signup{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:12px;background-color:var(--Primary);color:var(--OnPrimary);font-size:15px;}footer .signup p.wrap{display:flex;flex-direction:row;flex-flow:wrap;justify-content:center;}footer .signup p.wrap span{text-align:center;}footer .signup a.btn{width:279px;}footer .imageslots-bg{background-color:var(--TertiaryContainer);}@media(min-width:841px){footer .imageslots-bg{background-color:var(--OnPrimary);}}footer .imageslots{height:160px;display:grid;align-content:center;grid-template-columns:repeat(4,1fr);column-gap:12px;padding:0 12px;background-color:var(--TertiaryContainer);}@media(min-width:841px){footer .imageslots{background-color:var(--OnPrimary);}}footer .imageslots div[class^='slot']{height:112px;background-color:var(--OnPrimary);border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;}@media(min-width:841px){footer .imageslots div[class^='slot']{background-color:var(--OnPrimary);}}@media(max-width:1024px){footer .imageslots div[class^='slot']{padding:0 12px;}}footer .imageslots .slot1 a{display:flex;flex-direction:column;align-items:center;}footer .imageslots .slot1 a img{width:237px;height:35px;}footer .imageslots .slot1 a p{display:flex;flex-direction:row;flex-flow:wrap;justify-content:center;font-size:16px;}footer .imageslots .slot1 a p span:nth-child(1){text-decoration:underline;padding-right:6px;}footer .imageslots .slot1 a p span:nth-child(2){padding-right:6px;}footer .imageslots .slot2 a{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;padding:12px;gap:12px;}footer .imageslots .slot3{gap:12px;}footer .imageslots .slot3 p{display:flex;flex-direction:row;flex-flow:wrap;justify-content:center;font-size:16px;}footer .imageslots .slot3 p span.sz{font-family:Tahoma;color:var(--Primary);font-size:15px;font-weight:700;}footer .imageslots div.slot4{flex-direction:row;gap:32px;}footer .imageslots div.slot4 i{color:var(--Primary);font-size:40px;}footer .imageslots div.slot4 span{display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;background-color:var(--Primary);}footer .imageslots div.slot4 span i{font-size:25px;color:var(--OnPrimary);}@media(max-width:1024px){footer .imageslots{height:284px;grid-template-columns:repeat(2,1fr);row-gap:12px;}}@media(max-width:840px){footer .imageslots{height:520px;grid-template-columns:1fr;}}footer .imageslots.noapp{grid-template-columns:repeat(3,1fr);}@media(max-width:1024px){footer .imageslots.noapp{height:284px;grid-template-columns:repeat(2,1fr);row-gap:12px;}footer .imageslots.noapp .slot4{grid-column:1/spa;width:calc(50%);margin:0 auto;}}@media(max-width:840px){footer .imageslots.noapp{height:390px;grid-template-columns:1fr;}footer .imageslots.noapp .slot4{grid-column:auto;width:auto;margin:0;}}footer .links-bg{background-color:var(--PrimaryExtended);}@media(min-width:841px){footer .links-bg{background-color:var(--Primary);}}footer .links{height:400px;display:grid;align-content:center;grid-template-columns:repeat(4,1fr);column-gap:12px;padding:12px;background-color:var(--PrimaryExtended);}@media(min-width:841px){footer .links{background-color:var(--Primary);}}footer .links>div{height:376px;background-color:var(--Primary);border-radius:8px;color:var(--OnPrimary);font-size:18px;padding:16px 0;}footer .links>div div{padding-top:16px;}footer .links>div span{padding-left:16px;}footer .links>div i{padding-left:16px;}footer .links>div i[class^='fa-light fa-chevron-']{display:none;}footer .links>div ul{display:flex;flex-direction:column;align-items:start;}footer .links>div ul li{display:flex;flex-direction:row;height:40px;width:100%;align-items:center;padding-left:16px;}footer .links>div ul li a{color:var(--OnPrimary);font-size:14px;font-weight:normal;width:100%;padding:20px 0;}footer .links>div ul li:hover{background:#ffffff14;}footer .links>div ul li:active{background:#ffffff1f;}@media(min-width:841px){footer .links>div span{font-weight:600;}}@media(max-width:840px){footer .links{height:auto;grid-template-columns:1fr;row-gap:12px;}footer .links>div{height:auto;position:relative;cursor:pointer;}footer .links>div i[class^='fa-light fa-chevron-']{display:inline;position:absolute;right:12px;}footer .links>div div{display:none;}}footer .copyright-bg{background-color:var(--PrimaryExtended);}@media(min-width:841px){footer .copyright-bg{background-color:var(--Primary);}}footer .copyright{height:74px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;background-color:var(--PrimaryExtended);color:var(--OnPrimary);font-size:12px;}@media(min-width:841px){footer .copyright{background-color:var(--Primary);}}footer .copyright p.wrap{display:flex;flex-direction:row;flex-flow:wrap;justify-content:center;}@media(max-width:1024px){footer .copyright{font-size:10px;}}footer .button{width:296px;height:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--Secondary);border-radius:32px;color:var(--OnPrimary);font-weight:600;font-size:16px;margin-bottom:0;}footer .button.blue{background-color:var(--Primary);}footer .button.green{background-color:var(--CallToAction);}footer .button:visited{color:var(--OnPrimary);}footer .social-link{width:32px;height:32px;}footer .social-link-fb,footer .social-link-instagram,footer .social-link-pInterest{background-repeat:no-repeat;}footer .social-link-instagram{background-position:-128px 0;}footer .social-link-pInterest{background-position:-96px 0;}