@font-face {
font-family: 'FontAwesome';
src: url(//andysheppard.co.uk/wp-content/themes/arcade/library/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//andysheppard.co.uk/wp-content/themes/arcade/library/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//andysheppard.co.uk/wp-content/themes/arcade/library/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//andysheppard.co.uk/wp-content/themes/arcade/library/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//andysheppard.co.uk/wp-content/themes/arcade/library/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//andysheppard.co.uk/wp-content/themes/arcade/library/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}.entry-content .addthis_button,.entry-content .addthis_toolbox,.entry-header .addthis_button,.entry-header .addthis_toolbox{margin:10px 0 10px 0}.addthis_button_tweet{min-width:83px;float:left}.atwidget iframe{max-width:none}a.at-share-btn,a.at-share-btn:hover,div.addthis_native_toolbox a,div.addthis_native_toolbox a:hover,div.addthis_tool a,div.addthis_tool a:hover,div.addthis_toolbox a,div.addthis_toolbox a:hover{border:0;box-shadow:none;-webkit-box-shadow:none}div.addthis_toolbox br{display:none}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//andysheppard.co.uk/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//andysheppard.co.uk/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//andysheppard.co.uk/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}@font-face { font-family: 'Guifx v2 Transports'; font-style: normal; font-weight: 400; src: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/Guifx_v2_Transports.woff) format('woff'); } .mejs-ted .mejs-controls { background: #eee; height: 65px } .mejs-ted .mejs-button, .mejs-ted .mejs-time { position: absolute; background: #ddd } .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total { background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-ted.png) 0 -52px repeat-x; height: 6px } .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering { height: 6px } .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded { width: 0 } .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current { width: 0; height: 6px; background: rgba(203, 0, 3, 0.5); } .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle { display: block; margin: 0; width: 14px; height: 21px; top: -7px; border: 0; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-ted.png) no-repeat; background:#cb0003; border:2px solid #b3b3b3; border-radius:3px; outline: solid 2px white; outline-offset: -3px; box-sizing:border-box; overflow:hidden; } .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle::before { content: ' '; display:block; width:6px; height:10px; margin-left: 3px; margin-top: 4px; background-repeat:repeat; background-image: radial-gradient(circle at 0.2px 0.2px, white 1px, transparent 0); background-size: 3px 3px; } .mejs-ted .mejs-controls .mejs-captions-button, .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle { display: none } .mejs-ted .mejs-controls .mejs-playpause-button { top: 29px; left: 9px; width: 49px; height: 28px; border: 2px solid #ccc; border-radius:5px; background: linear-gradient(#f7f7f7, #e5e5e5); box-shadow: 0 5px 6px -5px #666666; } .mejs-ted .mejs-controls .mejs-playpause-button:active{ box-shadow:none; background: linear-gradient(#f7f7f7, #c0c0c0); border-bottom-color:#c0c0c0; } .mejs-ted .mejs-controls .mejs-playpause-button button { width: 49px; height: 28px; background:transparent; margin: 0; padding: 0 } .mejs-ted .mejs-controls .mejs-playpause-button::before{ display: inline-block; font-family: "Guifx v2 Transports"; width: 49px; height: 28px; text-align: center; line-height: 28px; color: #666666; font-size: 16px; position: absolute; top:-2px; left:-2px; text-shadow: 1px 1px 0px rgba(255,255,255,.3); font-weight:normal !important; } .mejs-ted .mejs-controls .mejs-playpause-button::before{ content: "1"; } .mejs-ted .mejs-controls .mejs-playpause-button.mejs-pause::before { content: "2"; } .mejs-ted .mejs-controls .mejs-fullscreen-button { top: 34px; right: 9px; width: 17px; height: 15px; background: 0 0 } .mejs-ted .mejs-controls .mejs-fullscreen-button button { width: 19px; height: 17px; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-ted.png) 0 -66px no-repeat; margin: 0; padding: 0 } .mejs-ted .mejs-controls .mejs-unfullscreen button { background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-ted.png) -21px -66px no-repeat; margin: 0; padding: 0 } .mejs-ted .mejs-controls .mejs-volume-button { top: 30px; right: 35px; width: 24px; height: 22px; border: 1px solid #ccc; border-radius:5px; background: linear-gradient(#f7f7f7, #e5e5e5); box-shadow: 0 5px 6px -5px #666666 } .mejs-ted .mejs-controls .mejs-volume-button:active { box-shadow:none; background: linear-gradient(#f7f7f7, #c0c0c0); border-bottom-color:#c0c0c0; } .mejs-ted .mejs-controls .mejs-volume-button button::before{ content: "$"; font-family: 'Guifx v2 Transports'; color: #666666; width:24px; height:22px; line-height:22px; text-align:center; display:block; font-size:14px; text-shadow: 1px 1px 0px rgba(255,255,255,.3); font-weight:normal !important; } .mejs-ted .mejs-controls .mejs-volume-button.mejs-unmute button::before{ content: "!"; } .mejs-ted .mejs-controls .mejs-volume-button button{ background:transparent !important; } .mejs-ted .mejs-controls .mejs-mute button { width: 24px; height: 22px; margin: 0; padding: 0 } .mejs-ted .mejs-controls .mejs-unmute button { width: 24px; height: 22px; margin: 0; padding: 0 } .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider { background: #fff; border: 1px solid #aaa; border-width: 1px 1px 0; width: 22px; height: 65px; top: -65px } .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total { background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-ted.png) -41px -66px repeat-y; left: 8px; width: 6px; height: 50px } .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current { left: 8px; width: 6px; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-ted.png) -48px -66px repeat-y; height: 50px } .mejs-ted .mejs-controls .mejs-time span { color: #333 } .mejs-ted .mejs-controls .mejs-currenttime-container { position: absolute; top: 32px; right: 100px; border: 1px solid #999; background: #fff; padding-top: 2px; border-radius: 3px; color: #333 } .mejs-ted .mejs-controls .mejs-duration-container { position: absolute; top: 32px; right: 65px; border: 1px solid #999; background: #fff; padding-top: 2px; border-radius: 3px; color: #333 } .mejs-ted .mejs-controls .mejs-time button { color: #333 } .mejs-wmp .mejs-controls { background: transparent; height: 65px } .mejs-wmp .mejs-controls::before{ height: 30px; content:" "; width: 200px; display:inline-block; position:absolute; background:#1111119e; left:50%; top:24px; transform:translateX(-50%); border-radius:50px } .mejs-wmp .mejs-button, .mejs-wmp .mejs-time { position: absolute; background: 0 0 } .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total { background-color: transparent; border: 1px solid #ccc; height: 3px } .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering { height: 3px } .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded { background-color: rgba(255,255,255, .3); width: 0; height: 3px } .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current { width: 0; height: 1px; background-color: #014CB6; border: 1px solid #7FC9FA; border-width: 1px 0; border-color: #7FC9FA #fff #619FF2 } .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle { display: block; margin: 0; width: 16px; height: 9px; top: -4px; background: rgb(128,181,234); background: linear-gradient(180deg, rgba(128,181,234,1) 0%, rgba(2,111,226,1) 42%, rgba(98,213,252,1) 100%); border-radius:3px; border:1px solid; box-sizing:border-box; } .mejs-wmp .mejs-controls .mejs-captions-button, .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float { display: none } .mejs-wmp .mejs-controls .mejs-playpause-button { top: 10px; left: 50%; margin: 10px 0 0 -20px; width: 40px; height: 40px } .mejs-wmp .mejs-controls .mejs-playpause-button button { width: 36px; height: 36px; margin: 0; padding: 0; left:2px; top:2px; background: rgb(128,181,234); background: linear-gradient(180deg, rgba(128,181,234,1) 0%, rgba(5,56,110,1) 45%, rgba(98,213,252,1) 100%); border-radius: 50px; border:2px solid #545856; outline:2px solid #8987879e; -webkit-box-shadow: inset 0px 2px 5px 0px rgba(99,214,252,1); -moz-box-shadow: inset 0px 2px 5px 0px rgba(99,214,252,1); box-shadow: inset 0px 2px 5px 0px rgba(99,214,252,1); outline-offset:0 !important; box-sizing:border-box; position:relative; } .mejs-wmp .mejs-controls .mejs-pause button { } .mejs-wmp .mejs-controls .mejs-playpause-button button::before { display: inline-block; content: "1"; font-family: "Guifx v2 Transports"; width: 36px; height: 36px; text-align: center; line-height: 36px; color: white; font-size: 22px; position: absolute; left: -2px; top: -2px; text-shadow: 1px 1px 2px rgb(5 56 110); opacity:0.9; font-weight:normal !important; } .mejs-wmp .mejs-controls .mejs-pause button::before { content: "2"; } .mejs-wmp .mejs-controls .mejs-currenttime-container { position: absolute; top: 25px; left: 50%; margin-left: -93px } .mejs-wmp .mejs-controls .mejs-duration-container { position: absolute; top: 25px; left: 50%; margin-left: -58px } .mejs-wmp .mejs-controls .mejs-volume-button { top: 32px; right: 50%; margin-right: -55px; width: 20px; height: 15px } .mejs-wmp .mejs-controls .mejs-volume-button button { margin: 0; padding: 0; width: 20px; height: 15px; background: transparent !important; } .mejs-wmp .mejs-controls .mejs-volume-button button::before{ content: "$"; font-family: 'Guifx v2 Transports'; font-size: 14px; position: absolute; left: 0; top: 0; line-height: 15px; color: white; text-shadow: 1px 1px 1px #333333; font-weight:normal !important; } .mejs-wmp .mejs-controls .mejs-volume-button.mejs-unmute button::before{ content: "!"; } .mejs-wmp .mejs-controls .mejs-unmute button { margin: 0; padding: 0; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-wmp.png) -42px 0 no-repeat; width: 20px; height: 15px } .mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(102,102,102, .6) } .mejs-wmp .mejs-controls .mejs-fullscreen-button { top: 32px; right: 50%; margin-right: -82px; width: 15px; height: 14px } .mejs-wmp .mejs-controls .mejs-fullscreen-button button { margin: 0; padding: 0; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/vendors/mejs-skins/controls-wmp.png) -63px 0 no-repeat; width: 15px; height: 14px } .ms-player.multiple .mejs-wmp .mejs-controls::before{background:transparent;}.music-store,
.music-store *,
.ms-shopping-cart,
.ms-shopping-cart *,
.music-store-song *,
.ms-shopping-cart-list *,
.ms-shopping-cart-summary *,
.ms-shopping-cart-text{
box-sizing: border-box !important;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.music-store{margin: 0 auto;
max-width: var(--content-width);}
.ms-shopping-cart-list a{display:inline-block !important;}
.music-store a:before,
.ms-shopping-cart a:before,
.music-store-song a:before,
.music-store-collection a:before,
.ms-shopping-cart-list a:before,
.ms-shopping-cart-summary a:before,
.music-store a:after,
.ms-shopping-cart a:after,
.music-store-song a:after,
.music-store-collection a:after,
.ms-shopping-cart-list a:after,
.ms-shopping-cart-summary a:after{display:none !important;}
.ms-shopping-cart-summary select,
.music-store select,
.music-store-song select{font-size:16px;line-height:20px;}
.music-store-items .clearer{clear:both;height:20px;}
.ms-player *:not(.mejs-time-float):not(.mejs-volume-handle):not(.mejs-volume-slider){transform: none;}
.ms-payment-gateway-label{font-size:16px;line-height:20px;font-style:italic;}
.price-selection [type="radio"]{margin-right:10px;}
.music-store-song a,
.music-store-pagination a{box-shadow: none !important;}
.music-store-pagination{text-align:center;position:relative;clear:both;}
.music-store-pagination .page-link{margin:0 5px;display:inline;}
.music-store-pagination .page-selected{font-weight:bold;}
.music-store-item {float:left;margin-bottom:20px;}
.music-store-items{position:relative;clear:both;padding-top:10px;}
.music-store-header{width:100%;position:relative;clear:both;margin-bottom:10px;}
.music-store-filters{ float:left; margin-bottom:5px; }
.music-store-header .music-store-filters span{display:inline-block; padding-right: 5px;}
.music-store-ordering{float:right;}
.music-store-header .music-store-filters span:first-child,
.music-store-header .music-store-ordering span:first-child{font-size:16px;line-height:20px;}
.music-store-song{width:92%;margin-left:4%;}
.music-store-song .song-cover{width:150px; max-height:150px; margin-bottom:5px; overflow:hidden;}
.music-store-song .song-cover img{box-shadow:none !important;border:0 !important;}
.music-store-song .song-cover.single{width:250px;height:auto;max-height:none;}
.music-store-song .song-cover img{width:100%;} .music-store-song .left-column{float:left;width:150px;}
.music-store-song .right-column{	float:left; padding-left:10px; width:-moz-calc(100% - 160px); width:-webkit-calc(100% - 160px);	width:calc(100% - 160px);}
.ms-title-player-row{display:flex;align-items:center;gap:5px;}
.ms-title-player-row .ms-player{margin:0 !important;}
.ms-title-player-row .song-title{display:flex;align-items center;gap:5px;}
.ms-title-player-row .song-title a{flex-grow:1;}
.song-payment-buttons form{display: flex;gap:5px;align-items: center;} .ms_song  .entry-title{display:none;}
.music-store-song .left-column.single{float:left;width: 250px;}
.music-store-song .right-column.single{	float:left; padding-left:10px; width:-moz-calc(100% - 260px); width:-webkit-calc(100% - 260px);	width:calc(100% - 260px);}
.music-store-song .song-title{font-size:20px;line-height:26px;}
.music-store-song .song-title.single{font-weight:normal; font-size:32px; line-height:36px;}
.music-store-song .song-title.single div:first-child{margin-top:10px;}
.music-store-song .label{font-weight:normal; font-style:italic;font-size:16px; line-height:20px;margin-right:5px;}
.music-store-song .song-artist ul,
.music-store-song .song-album ul,
.music-store-song .song-genre ul,
.music-store-song .song-gender ul,
.music-store-song .song-tempo ul{padding:0; margin:0;clear:both;line-height:20px;}
.music-store-song .song-artist li,
.music-store-song .song-album li,
.music-store-song .song-genre li,
.music-store-song .song-gender li,
.music-store-song .song-tempo li{padding:0; margin:0 5px 0 0; display:inline-block;font-size:16px;line-height:20px;}
.music-store-song .song-artist li .arrow,
.music-store-song .song-album li .arrow,
.music-store-song .song-genre li .arrow,
.music-store-song .song-gender li .arrow,
.music-store-song .song-tempo li .arrow{color: #E47911; font-size: 20px; font-weight: bold; margin-right: 0.2em;}
.music-store-song a{text-decoration:none !important;}
.music-store-song .song-price{color: #990000; font-size:20px; line-height:26px;}
.music-store-song .right-column.single .song-payment-buttons{margin-top:10px;margin-bottom:10px;}
.ms-add-to-cart.add-to-cart{
background-color: #000000;
border: 2px solid #000000;
color: #fff;
padding: 12px 24px;
font-size: 16px;
font-weight: 600;
text-align: center;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
box-sizing: border-box;
}
.ms-add-to-cart.add-to-cart:hover{
background-color: #000000;
border-color: #000000;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.ms-add-to-cart.add-to-cart:active{
transform: translateY(0);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.music-store-song .bottom-content{margin-top:30px;}
.music-store-song  .ms-player .mejs-container{ margin:0; display:block !important; }
select[name="ms_payment_gateway"],
select.ms_payment_gateway,
input.ms-variable-price-box{max-width:100%;min-width:80px;padding:2px 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:16px;line-height:20px;}
.music-store-song .ms-player{margin-bottom:10px;}
.music-store-song .ms-player.multiple{width:30px;position:relative;float:left;margin:0 5px 0 0;overflow:hidden;} .ms-player .mejs-time{overflow:visible !important;}
.ms-player .mejs-time-handle-content,
.ms-player .mejs-time-hovered{display:none !important;}
.ms-player .mejs-controls .mejs-time-rail .mejs-time-float{border:0;}
.ms-player .mejs-controls{padding:0 !important;}
.ms-player.multiple{flex-shrink:0;} .ms-player.mejs-classic.multiple{ width:26px !important; height: 26px !important;}
.ms-player.mejs-classic.multiple .mejs-playpause-button{ margin-left:-3px;margin-top:-6px;}
.ms-player.multiple:empty{display:none;} .mejs-container.mejs-ted {bottom:0;position:absolute;margin:0;}
.mejs-ted .mejs-mediaelement{background:none;}
.hentry .mejs-ted .mejs-controls,
.mejs-ted .mejs-controls {background: #eee;height: 65px;}
.ms-player.multiple .mejs-container.mejs-ted,
.ms-player.multiple .mejs-ted .mejs-controls{background:none;}
.ms-player.multiple .mejs-ted .mejs-controls .mejs-playpause-button{top:auto;bottom:0;left:0;}
.ms-player .mejs-ted .mejs-controls .mejs-time{height:17px; padding: 2px 3px 0;}
.ms-player .mejs-ted .mejs-controls .mejs-time-rail{margin: 0;height:21px;}
.ms-player .mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current{width: 100%;} .ms-player .mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current{left:0;}
.ms-player .mejs-ted .mejs-controls .mejs-playpause-button{border-radius:5px;overflow:hidden;}
.ms-player.single.mejs-ted{height:65px;position:relative;}
.ms-player.multiple.mejs-ted{width:49px;height:28px;} .mejs-container.mejs-wmp {position:absolute;bottom:0;background:none;margin:0;}
.mejs-wmp .mejs-mediaelement{background:none;}
.ms-player.multiple .mejs-container.mejs-wmp,
.ms-player.multiple .mejs-wmp .mejs-controls{background:none;}
.ms-player.multiple .mejs-wmp .mejs-controls .mejs-playpause-button {top:auto; bottom:0;}
.ms-player .mejs-wmp .mejs-controls .mejs-currenttime-container,
.ms-player .mejs-wmp .mejs-controls .mejs-duration-container{top:20px;}
.ms-player .mejs-wmp .mejs-time-rail{padding-top:0; margin: 5px 10px;}
.ms-player .mejs-wmp .mejs-controls div.mejs-time-rail{height:3px;}
.ms-player .mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current{width: 100%;}
.ms-player.single.mejs-wmp{height:65px;position:relative;background-color:rgba(0,0,0,0.8);border-radius:10px;}
.ms-player.multiple.mejs-wmp div,
.ms-player.multiple.mejs-wmp{width:40px;height:40px;}
.ms-player.multiple.mejs-wmp .mejs-controls .mejs-playpause-button{border-radius:50px;width:36px;height:36px;overflow:hidden;}
.ms-player.multiple.mejs-wmp .mejs-controls .mejs-playpause-button button{margin-left:-2px;margin-top:-2px;} .ms-player .midiPlayer span{ display:block; border: 0; text-decoration:none; color:transparent !important; outline-color: transparent !important; float:right;}
.ms-player.mejs-classic .midiPlay,
.ms-player.mejs-classic .midiStop{ background: rgba(0,0,0,0.9); overflow: hidden;  height: 30px; width: 26px;}
.ms-player.mejs-classic .midiPlay span,
.ms-player.mejs-classic .midiStop span{ height: 16px; width: 16px; margin:7px 5px; background: transparent url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/controls.svg) no-repeat;}
.ms-player.mejs-classic .midiStop span{ background-position: 0 -16px; }
.ms-player.mejs-ted .midiPlay,
.ms-player.mejs-ted .midiStop{ overflow: hidden; }
.ms-player.mejs-ted .midiPlay span,
.ms-player.mejs-ted .midiStop span{ height: 28px; width: 49px; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/controls-ted.png) no-repeat -50px -23px;}
.ms-player.mejs-ted .midiStop span{ background-position: 0 -23px; }
.ms-player.mejs-wmp .midiPlay,
.ms-player.mejs-wmp .midiStop{ overflow: hidden; }
.ms-player.mejs-wmp .midiPlay span,
.ms-player.mejs-wmp .midiStop span{ height: 40px; width: 40px; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/controls-wmp.png) no-repeat 0 0;}
.ms-player.mejs-wmp .midiStop span{ background-position: 0 -40px; } .music-store-song .song-price.single{color: #333;display:inline-block;background-color:#EFEFEF;padding:0 10px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-shadow: 1px 1px #FFF;}
.music-store-song .song-info{text-align:right;}
.ms_song .entry-header{display:none;}
.explain-text{font-style:italic;font-size:16px; line-height:20px;}
.music-store-tabs{list-style: none outside none;margin: 0 0 1.618em;overflow: hidden;padding: 0 0 0 1em !important;position: relative;}
.music-store-tabs:before{border-bottom: 1px solid #E0DADF;bottom: 0;content: " ";left: 0;position: absolute;width: 100%;z-index: 1;}
.music-store-tabs li{
overflow-x:visible !important;
overflow-y:visible !important;
background: #f7f6f7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGRhZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f7f6f7 0%, #e0dadf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f7), color-stop(100%,#e0dadf));
background: -webkit-linear-gradient(top, #f7f6f7 0%,#e0dadf 100%);
background: -o-linear-gradient(top, #f7f6f7 0%,#e0dadf 100%);
background: -ms-linear-gradient(top, #f7f6f7 0%,#e0dadf 100%);
background: linear-gradient(to bottom, #f7f6f7 0%,#e0dadf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f7', endColorstr='#e0dadf',GradientType=0 );
border: 1px solid #E0DADF;border-top-left-radius: 4px;border-top-right-radius: 4px;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.6) inset;display: inline-block;margin: 0 -5px;padding:10px 20px;position: relative;z-index: 0;cursor:pointer;}
.music-store-tabs li:after{border-bottom-left-radius: 4px;box-shadow: -2px 2px 0 #E0DADF;right: -6px !important;bottom: -2px !important;border: 1px solid #E0DADF;border-width: 0px 0px 1px 1px;content: " ";height: 5px;position: absolute;width: 5px; margin: none !important;}
.music-store-tabs li:before{border-bottom-right-radius: 4px;box-shadow: 2px 2px 0 #E0DADF;left: -6px !important;bottom: -2px !important;border: 1px solid #E0DADF;border-width: 0 1px 1px 0;content: " ";height: 5px;position: absolute !important;width: 5px; margin: none !important;}
.music-store-tabs li.active-tab {background: none repeat scroll 0 0 #FFFFFF;border-bottom-color: #FFFFFF;z-index: 2;box-shadow: none;}
.music-store-tabs li.active-tab:after {box-shadow: -2px 2px 0 #FFFFFF;}
.music-store-tabs li.active-tab:before {box-shadow: 2px 2px 0 #FFFFFF;}
.music-store-tabs-container{display:none;}
.music-store-tabs-container.active-tab{display:block;}
.music-store-sales-counter{text-align:center;}
.music-store-sales-counter img{display:inline-block;}
.ms-clear,
.clear {clear: both;}
.fb_iframe_widget_lift{ max-width:auto; }
.buy-now-btn{border:0;max-width:none;}
.music-store-error-mssg{ border: 1px solid #FF0000; color: #FF0000; text-align:center; width:100%; }
.music-store-error-mssg ul{ list-style:none; margin:10px;}
.music-store-error-mssg ul li{margin:5px;}
@media screen and (max-width:600px) {
.music-store-item {clear:both;}
.music-store-header{min-width:0;}
.music-store-filters{white-space:normal;}
.music-store-header span{ display: inline-block;clear:both;float:left;}
.music-store-ordering{float:left;}
.music-store-song .left-column{width:100%;clear:both;}
.music-store-song .right-column.single{float:left; padding-left:0; width:100%;}
.music-store-song .song-cover{width:100%;max-height:none;}
}
.music-store-song .ms-player .mejs-offscreen{display:none;}
.music-store-filtering-result{ padding-left: 5px; border-top:1px solid rgba(51, 51, 51, 0.1); border-bottom:1px solid rgba(51, 51, 51, 0.1); width:100%; } .song-popularity{clear:both;}
.star-active{ display:inline-block; height: 14px; width: 15px; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/star_on.png) 0 0 no-repeat;cursor:pointer;position:relative;}
.star-inactive{ display:inline-block; height: 14px; width: 15px; background: url(//andysheppard.co.uk/wp-content/plugins/music-store/ms-styles/star_off.png) 0 0 no-repeat;cursor:pointer;position:relative;}
.star-active:hover:after,
.star-inactive:hover:after {
background: rgba(0, 0, 0, .5);
border-radius: 25%;
bottom: 16px;
left: -2px;
color: #fff;
content: attr(data-title);
padding: 0;
position: absolute;
z-index: 98;
width: 20px;
height: 20px;
font-size: 12px;
text-align: center;
line-height: 22px;
font-family: sans-serif;
}
.song-popularity .votes{font-size:16px; line-height:18px;}
.song-popularity .votes::after{content:')';}
.song-popularity .votes::before{content:' (';}
.song-popularity .votes::empty{display:none;} .music-store-purchased-items{margin-top:30px;}
.music-store-purchased-item{border-bottom:1px dashed #3333333d;padding-bottom:10px; margin-bottom:10px;}
.music-store-purchased-item .left-column{float:left;clear:none;width:150px;margin-right:10px}
.music-store-purchased-item .right-column{float:left;clear:none;width:calc( 100% - 160px );}
.music-store-purchased-item .label{font-style:italic;}
.music-store-purchased-item *{font-size:14px;}
.music-store-purchased-item .ms-player *{font-size:11px;}
.music-store-purchased-item .music-store-purchased-item-title *{font-size:18px;} #ms-login-form{max-width: 50%;}
#ms-login-form label{display: block; width: 100%; clear: both;}
#ms-login-form input[type="text"],
#ms-login-form input[type="password"]{height: 40px; padding: 5px; line-height: 20px; width: 100%; box-sizing: border-box;}
#ms-login-form [type="submit"]{background: black; color: white; border: 0; padding: 10px 20px; border-radius: 5px; }
#ms-login-form [type="submit"]:hover{ background: #333;	} .ms-player:has(.ms-player-visualizer){position:relative;}
.ms-player-visualizer {
width: 100%;
height: 50px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
position:relative;
}
.ms-player-visualizer-bars-container {
top: 0;
bottom: 0;
left:0;
right:0;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
align-items: flex-end;
gap: 4px;
background: transparent;
padding: 5px 0;
box-sizing: border-box;
overflow: hidden;
position:absolute;
}
.ms-player-visualizer-bar {
flex: 0 0 4px;
height: 0;
background: repeating-linear-gradient(
to top,
rgba(255, 255, 255, 0) 0px,
rgba(255, 255, 255, 0) 1px,
rgba(0, 115, 170, 1) 2px,
rgba(0, 115, 170, 1) 3px
);
opacity: 0.85;
box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
border-radius: 3px;
transition: height 0.08s ease-out, opacity 0.08s ease-out;
}
.ms-player:has( .mejs-wmp ) .ms-player-visualizer{padding-left:20px; padding-right:20px;}
.ms-player:has( .mejs-ted ) .ms-player-visualizer{padding:10px 10px 5px 10px;background:#eee;height:50px;}
.ms-player:has( .mejs-ted ) .ms-player-visualizer-bar{
background: linear-gradient(to top, #606368, #a1a4a8);
background: repeating-linear-gradient(
to top,
rgba(255, 255, 255, 0) 0px,
rgba(255, 255, 255, 0) 1px,
rgba(0, 0, 0, 0.5) 2px,
rgba(0, 0, 0, 0.5) 3px
);
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
opacity: 0.5 !important;
}.ms-payment-button-container{display: inline-flex !important;width:120px !important;flex-direction: column;}
.ms-payment-button-container *{box-sizing: border-box !important;}
.ms-payment-button-cards-container{width:100% !important;display: block !important;}
.ms-purchased-button,
.ms-payment-button{
text-transform:uppercase;
outline: none !important;
width:100% !important;
appearance:none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
background:#ffc439 !important;
color:#111 !important;
border:1px solid transparent !important;
border-radius:13px !important;
padding:5px 20px !important;
text-align:center !important;
text-shadow: 1px 1px rgba(255,255,255,.5) !important;
align-items: center;
cursor:pointer !important;
font-size:10px !important;
text-decoration: none !important;
}
.ms-purchased-button{background:#0081D7 !important;color:white !important;text-shadow: 1px 1px rgba(74,122,138,.7) !important;max-width:120px !important;}
.ms-purchased-button:hover,
.ms-payment-button:hover{box-shadow:inset 0 0 100px 100px rgba(0,0,0,.05) !important;}
.ms-payment-button-card{
height:15px !important;
width: 22.50% !important;
max-width: 56px !important;
margin-top: 2px !important;
margin-left: 1.25% !important;
margin-right: 1.25% !important;
display:inline-block !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
.ms-payment-button-visa{
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MCAyNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMCAxLjkyN0MwIC44NjMuODkyIDAgMS45OTIgMGgzNi4wMTZDMzkuMTA4IDAgNDAgLjg2MyA0MCAxLjkyN3YyMC4xNDZDNDAgMjMuMTM3IDM5LjEwOCAyNCAzOC4wMDggMjRIMS45OTJDLjg5MiAyNCAwIDIzLjEzNyAwIDIyLjA3M1YxLjkyN3oiIHN0eWxlPSJmaWxsOiByZ2IoMzMsIDg2LCAxNTQpOyIvPgogIDxwYXRoIGQ9Ik0xOS41OTYgNy44ODVsLTIuMTEgOS40NzhIMTQuOTNsMi4xMS05LjQ3OGgyLjU1NHptMTAuNzQzIDYuMTJsMS4zNDMtMy41Ni43NzMgMy41NkgzMC4zNHptMi44NSAzLjM1OGgyLjM2bC0yLjA2My05LjQ3OEgzMS4zMWMtLjQ5MiAwLS45MDUuMjc0LTEuMDg4LjY5NWwtMy44MzIgOC43ODNoMi42ODJsLjUzMi0xLjQxNWgzLjI3NmwuMzEgMS40MTV6bS02LjY2Ny0zLjA5NGMuMDEtMi41MDItMy42LTIuNjQtMy41NzctMy43Ni4wMDgtLjMzOC4zNDUtLjcgMS4wODMtLjc5My4zNjUtLjA0NSAxLjM3My0uMDggMi41MTcuNDI1bC40NDgtMi4wMWMtLjYxNS0uMjE0LTEuNDA1LS40Mi0yLjM5LS40Mi0yLjUyMyAwLTQuMyAxLjI4OC00LjMxMyAzLjEzMy0uMDE2IDEuMzY0IDEuMjY4IDIuMTI1IDIuMjM0IDIuNTguOTk2LjQ2NCAxLjMzLjc2MiAxLjMyNSAxLjE3Ny0uMDA2LjYzNi0uNzkzLjkxOC0xLjUyNi45MjgtMS4yODUuMDItMi4wMy0uMzMzLTIuNjIzLS42bC0uNDYyIDIuMDhjLjU5OC4yNjIgMS43LjQ5IDIuODQuNTAyIDIuNjgyIDAgNC40MzctMS4yNzMgNC40NDUtMy4yNDN6TTE1Ljk0OCA3Ljg4NGwtNC4xMzggOS40NzhoLTIuN0w3LjA3NiA5LjhjLS4xMjMtLjQ2Ni0uMjMtLjYzNy0uNjA2LS44MzQtLjYxNS0uMzItMS42My0uNjItMi41Mi0uODA2bC4wNi0uMjc1aDQuMzQ1Yy41NTQgMCAxLjA1Mi4zNTQgMS4xNzguOTY2bDEuMDc2IDUuNDg2IDIuNjU1LTYuNDVoMi42ODN6IiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPgo8L3N2Zz4=);
}
.ms-payment-button-mastercard{
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MCAyNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMCAxLjkyN0MwIC44NjMuODkyIDAgMS45OTIgMGgzNi4wMTZDMzkuMTA4IDAgNDAgLjg2MyA0MCAxLjkyN3YyMC4xNDZDNDAgMjMuMTM3IDM5LjEwOCAyNCAzOC4wMDggMjRIMS45OTJDLjg5MiAyNCAwIDIzLjEzNyAwIDIyLjA3M1YxLjkyN3oiIHN0eWxlPSJmaWxsOiByZ2IoNjIsIDU3LCA1Nyk7Ii8+CiAgPHBhdGggc3R5bGU9ImZpbGw6IHJnYigyNTUsIDk1LCAwKTsiIGQ9Ik0gMjIuMjA1IDMuOTAxIEwgMTUuNjg4IDMuOTAxIEwgMTUuNjg4IDE1LjU4OSBMIDIyLjIwNSAxNS41ODkiLz4KICA8cGF0aCBkPSJNIDE2LjEgOS43NDcgQyAxNi4xIDcuMzcxIDE3LjIxOCA1LjI2NSAxOC45MzUgMy45MDEgQyAxNy42NyAyLjkxMiAxNi4wNzggMi4zMTIgMTQuMzQyIDIuMzEyIEMgMTAuMjIzIDIuMzEyIDYuODkyIDUuNjM2IDYuODkyIDkuNzQ2IEMgNi44OTIgMTMuODUzIDEwLjIyMyAxNy4xNzggMTQuMzQyIDE3LjE3OCBDIDE2LjA3OCAxNy4xNzggMTcuNjcgMTYuNTggMTguOTM1IDE1LjU4OCBDIDE3LjIxNiAxNC4yNDYgMTYuMDk5IDEyLjExOSAxNi4wOTkgOS43NDUgWiIgc3R5bGU9ImZpbGw6IHJnYigyMzUsIDAsIDI3KTsiLz4KICA8cGF0aCBkPSJNIDMwLjk5NiA5Ljc0NyBDIDMwLjk5NiAxMy44NTQgMjcuNjYzIDE3LjE3OSAyMy41NDcgMTcuMTc5IEMgMjEuODEgMTcuMTc5IDIwLjIxNiAxNi41ODEgMTguOTU0IDE1LjU4OSBDIDIwLjY5MSAxNC4yMjcgMjEuNzg4IDEyLjEyIDIxLjc4OCA5Ljc0NiBDIDIxLjc4OCA3LjM3IDIwLjY3MSA1LjI2NCAxOC45NTQgMy45IEMgMjAuMjE2IDIuOTExIDIxLjgxIDIuMzExIDIzLjU0NyAyLjMxMSBDIDI3LjY2MyAyLjMxMSAzMC45OTYgNS42NTcgMzAuOTk2IDkuNzQ1IFoiIHN0eWxlPSJmaWxsOiByZ2IoMjQ3LCAxNTgsIDI3KTsiLz4KICA8cGF0aCBkPSJNIDcuMTY3IDIyLjQ4MSBMIDcuMTY3IDIwLjQzIEMgNy4xNjcgMTkuNjQxIDYuNjg1IDE5LjEyNyA1Ljg1NyAxOS4xMjcgQyA1LjQ0MyAxOS4xMjcgNC45OTMgMTkuMjYyIDQuNjgzIDE5LjcxIEMgNC40NCAxOS4zMzIgNC4wOTYgMTkuMTI3IDMuNTc5IDE5LjEyNyBDIDMuMjMzIDE5LjEyNyAyLjg4OCAxOS4yMyAyLjYxMiAxOS42MDcgTCAyLjYxMiAxOS4xOTcgTCAxLjg4NiAxOS4xOTcgTCAxLjg4NiAyMi40ODEgTCAyLjYxMiAyMi40ODEgTCAyLjYxMiAyMC42NjggQyAyLjYxMiAyMC4wODYgMi45MjEgMTkuODEyIDMuNDA2IDE5LjgxMiBDIDMuODg4IDE5LjgxMiA0LjEzMSAyMC4xMjEgNC4xMzEgMjAuNjY5IEwgNC4xMzEgMjIuNDgxIEwgNC44NTYgMjIuNDgxIEwgNC44NTYgMjAuNjY4IEMgNC44NTYgMjAuMDg2IDUuMjA0IDE5LjgxMiA1LjY1MSAxOS44MTIgQyA2LjEzNyAxOS44MTIgNi4zNzcgMjAuMTIxIDYuMzc3IDIwLjY2OSBMIDYuMzc3IDIyLjQ4MSBMIDcuMTcxIDIyLjQ4MSBaIE0gMTcuOTA5IDE5LjE5NyBMIDE2LjczNCAxOS4xOTcgTCAxNi43MzQgMTguMjA0IEwgMTYuMDA3IDE4LjIwNCBMIDE2LjAwNyAxOS4xOTcgTCAxNS4zNTIgMTkuMTk3IEwgMTUuMzUyIDE5Ljg0NSBMIDE2LjAwNyAxOS44NDUgTCAxNi4wMDcgMjEuMzUxIEMgMTYuMDA3IDIyLjEwNiAxNi4zMTkgMjIuNTUxIDE3LjE0NiAyMi41NTEgQyAxNy40NTkgMjIuNTUxIDE3LjgwNCAyMi40NDkgMTguMDQ0IDIyLjMwOSBMIDE3LjgzOSAyMS42OTUgQyAxNy42MzIgMjEuODMxIDE3LjM4OSAyMS44NjcgMTcuMjE2IDIxLjg2NyBDIDE2Ljg3MiAyMS44NjcgMTYuNzM0IDIxLjY2IDE2LjczNCAyMS4zMTkgTCAxNi43MzQgMTkuODQ3IEwgMTcuOTA5IDE5Ljg0NyBMIDE3LjkwOSAxOS4xOTggWiBNIDI0LjA1MyAxOS4xMjcgQyAyMy42MzkgMTkuMTI3IDIzLjM2NCAxOS4zMzIgMjMuMTkxIDE5LjYwNyBMIDIzLjE5MSAxOS4xOTcgTCAyMi40NjUgMTkuMTk3IEwgMjIuNDY1IDIyLjQ4MSBMIDIzLjE5MSAyMi40ODEgTCAyMy4xOTEgMjAuNjMzIEMgMjMuMTkxIDIwLjA4NiAyMy40MzQgMTkuNzc3IDIzLjg4MiAxOS43NzcgQyAyNC4wMTggMTkuNzc3IDI0LjE5MiAxOS44MTIgMjQuMzMgMTkuODQ3IEwgMjQuNTM4IDE5LjE2MiBDIDI0LjQwMSAxOS4xMjcgMjQuMTkyIDE5LjEyNyAyNC4wNTIgMTkuMTI3IFogTSAxNC43NjUgMTkuNDY5IEMgMTQuNDIgMTkuMjI5IDEzLjkzNyAxOS4xMjcgMTMuNDE4IDE5LjEyNyBDIDEyLjU4OCAxOS4xMjcgMTIuMDM2IDE5LjUzOCAxMi4wMzYgMjAuMTg4IEMgMTIuMDM2IDIwLjczNiAxMi40NTMgMjEuMDQ0IDEzLjE3NSAyMS4xNDYgTCAxMy41MjQgMjEuMTgxIEMgMTMuOTAzIDIxLjI0OSAxNC4xMDggMjEuMzUxIDE0LjEwOCAyMS41MjMgQyAxNC4xMDggMjEuNzY1IDEzLjgzMiAyMS45MzQgMTMuMzUgMjEuOTM0IEMgMTIuODY0IDIxLjkzNCAxMi40ODQgMjEuNzY0IDEyLjI0NCAyMS41OTIgTCAxMS44OTggMjIuMTM5IEMgMTIuMjc4IDIyLjQxMSAxMi43OTQgMjIuNTQ5IDEzLjMxMyAyMi41NDkgQyAxNC4yOCAyMi41NDkgMTQuODMxIDIyLjEwNSAxNC44MzEgMjEuNDg4IEMgMTQuODMxIDIwLjkwOCAxNC4zODMgMjAuNTk5IDEzLjY5MiAyMC40OTYgTCAxMy4zNDggMjAuNDYyIEMgMTMuMDM3IDIwLjQyOCAxMi43OTUgMjAuMzYgMTIuNzk1IDIwLjE1NSBDIDEyLjc5NSAxOS45MTQgMTMuMDM4IDE5Ljc3NyAxMy40MTggMTkuNzc3IEMgMTMuODMgMTkuNzc3IDE0LjI0NSAxOS45NDkgMTQuNDUzIDIwLjA1MiBMIDE0Ljc2NCAxOS40NjkgWiBNIDM0LjAzMyAxOS4xMjcgQyAzMy42MTggMTkuMTI3IDMzLjM0MiAxOS4zMzIgMzMuMTcxIDE5LjYwNyBMIDMzLjE3MSAxOS4xOTcgTCAzMi40NDUgMTkuMTk3IEwgMzIuNDQ1IDIyLjQ4MSBMIDMzLjE3MSAyMi40ODEgTCAzMy4xNzEgMjAuNjMzIEMgMzMuMTcxIDIwLjA4NiAzMy40MTQgMTkuNzc3IDMzLjg2MiAxOS43NzcgQyAzMy45OTggMTkuNzc3IDM0LjE3IDE5LjgxMiAzNC4zMDcgMTkuODQ3IEwgMzQuNTE1IDE5LjE2MiBDIDM0LjM4IDE5LjEyNyAzNC4xNzIgMTkuMTI3IDM0LjAzMyAxOS4xMjcgWiBNIDI0Ljc3OSAyMC44MzggQyAyNC43NzkgMjEuODM0IDI1LjQ3IDIyLjU1MSAyNi41NCAyMi41NTEgQyAyNy4wMjUgMjIuNTUxIDI3LjM2OSAyMi40NDkgMjcuNzE1IDIyLjE3MyBMIDI3LjM2OSAyMS41OTMgQyAyNy4wOTIgMjEuNzk4IDI2LjgxNiAyMS45MDEgMjYuNTA0IDIxLjkwMSBDIDI1LjkxOSAyMS45MDEgMjUuNTA1IDIxLjQ5IDI1LjUwNSAyMC44NCBDIDI1LjUwNSAyMC4yMjYgMjUuOTE5IDE5LjgxMyAyNi41MDcgMTkuNzggQyAyNi44MTYgMTkuNzggMjcuMDkyIDE5Ljg4MyAyNy4zNjkgMjAuMDg5IEwgMjcuNzE1IDE5LjUwNyBDIDI3LjM2OSAxOS4yMzMgMjcuMDI0IDE5LjEzIDI2LjU0IDE5LjEzIEMgMjUuNDcgMTkuMTMgMjQuNzc5IDE5Ljg1IDI0Ljc3OSAyMC44NDEgWiBNIDMxLjQ3OCAyMC44MzggTCAzMS40NzggMTkuMTk4IEwgMzAuNzUgMTkuMTk4IEwgMzAuNzUgMTkuNjA4IEMgMzAuNTEgMTkuMyAzMC4xNjUgMTkuMTI4IDI5LjcxNyAxOS4xMjggQyAyOC43ODQgMTkuMTI4IDI4LjA1OCAxOS44NDggMjguMDU4IDIwLjg0IEMgMjguMDU4IDIxLjgzNSAyOC43ODQgMjIuNTUyIDI5LjcxNiAyMi41NTIgQyAzMC4xOTcgMjIuNTUyIDMwLjU0MyAyMi4zODIgMzAuNzQ4IDIyLjA3NCBMIDMwLjc0OCAyMi40ODQgTCAzMS40NzcgMjIuNDg0IEwgMzEuNDc3IDIwLjg0IFogTSAyOC44MTggMjAuODM4IEMgMjguODE4IDIwLjI1OSAyOS4xOTYgMTkuNzc5IDI5LjgxOSAxOS43NzkgQyAzMC40MDYgMTkuNzc5IDMwLjgyMSAyMC4yMjQgMzAuODIxIDIwLjg0IEMgMzAuODIxIDIxLjQyNCAzMC40MDYgMjEuOTAyIDI5LjgxOSAyMS45MDIgQyAyOS4xOTYgMjEuODY5IDI4LjgxOCAyMS40MjQgMjguODE4IDIwLjg0MSBaIE0gMjAuMTQ4IDE5LjEyOCBDIDE5LjE4MyAxOS4xMjggMTguNDk0IDE5LjgxMyAxOC40OTQgMjAuODQgQyAxOC40OTQgMjEuODY5IDE5LjE4MyAyMi41NTIgMjAuMTg1IDIyLjU1MiBDIDIwLjY3MSAyMi41NTIgMjEuMTU0IDIyLjQxNyAyMS41MzMgMjIuMTA4IEwgMjEuMTg4IDIxLjU5NSBDIDIwLjkxNCAyMS43OTkgMjAuNTY1IDIxLjkzNyAyMC4yMjIgMjEuOTM3IEMgMTkuNzcyIDIxLjkzNyAxOS4zMjMgMjEuNzMyIDE5LjIxOSAyMS4xNDkgTCAyMS42NzEgMjEuMTQ5IEwgMjEuNjcxIDIwLjg3OCBDIDIxLjcwNSAxOS44MTUgMjEuMDgzIDE5LjEzIDIwLjE1IDE5LjEzIFogTSAyMC4xNDggMTkuNzQ4IEMgMjAuNiAxOS43NDggMjAuOTExIDIwLjAxOSAyMC45OCAyMC41MzIgTCAxOS4yNTMgMjAuNTMyIEMgMTkuMzIxIDIwLjA4NyAxOS42MzMgMTkuNzQ4IDIwLjE0OCAxOS43NDggWiBNIDM4LjE0MSAyMC44NCBMIDM4LjE0MSAxNy44OTggTCAzNy40MTIgMTcuODk4IEwgMzcuNDEyIDE5LjYxIEMgMzcuMTczIDE5LjMwMiAzNi44MjggMTkuMTMgMzYuMzggMTkuMTMgQyAzNS40NDYgMTkuMTMgMzQuNzIxIDE5Ljg1IDM0LjcyMSAyMC44NDEgQyAzNC43MjEgMjEuODM3IDM1LjQ0NiAyMi41NTQgMzYuMzc5IDIyLjU1NCBDIDM2Ljg2MSAyMi41NTQgMzcuMjA2IDIyLjM4MyAzNy40MSAyMi4wNzYgTCAzNy40MSAyMi40ODYgTCAzOC4xNCAyMi40ODYgTCAzOC4xNCAyMC44NDEgWiBNIDM1LjQ4MSAyMC44NCBDIDM1LjQ4MSAyMC4yNjEgMzUuODYxIDE5Ljc4IDM2LjQ4NCAxOS43OCBDIDM3LjA2OSAxOS43OCAzNy40ODYgMjAuMjI2IDM3LjQ4NiAyMC44NDEgQyAzNy40ODYgMjEuNDI2IDM3LjA2OSAyMS45MDQgMzYuNDg0IDIxLjkwNCBDIDM1Ljg2MSAyMS44NyAzNS40ODEgMjEuNDI2IDM1LjQ4MSAyMC44NDMgWiBNIDExLjIzNyAyMC44NCBMIDExLjIzNyAxOS4yIEwgMTAuNTE1IDE5LjIgTCAxMC41MTUgMTkuNjEgQyAxMC4yNzIgMTkuMzAyIDkuOTI4IDE5LjEzIDkuNDc4IDE5LjEzIEMgOC41NDUgMTkuMTMgNy44MiAxOS44NSA3LjgyIDIwLjg0MSBDIDcuODIgMjEuODM3IDguNTQ1IDIyLjU1NCA5LjQ3NyAyMi41NTQgQyA5Ljk2IDIyLjU1NCAxMC4zMDQgMjIuMzgzIDEwLjUxMiAyMi4wNzYgTCAxMC41MTIgMjIuNDg2IEwgMTEuMjM2IDIyLjQ4NiBMIDExLjIzNiAyMC44NDEgWiBNIDguNTQ2IDIwLjg0IEMgOC41NDYgMjAuMjYxIDguOTI2IDE5Ljc4IDkuNTQ4IDE5Ljc4IEMgMTAuMTM0IDE5Ljc4IDEwLjU1IDIwLjIyNiAxMC41NSAyMC44NDEgQyAxMC41NSAyMS40MjYgMTAuMTM0IDIxLjkwNCA5LjU0OCAyMS45MDQgQyA4LjkyNiAyMS44NyA4LjU0NiAyMS40MjYgOC41NDYgMjAuODQzIFoiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7Ii8+Cjwvc3ZnPg==);
}
.ms-payment-buttonmex{
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MCAyNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzguMzMzIDI0SDEuNjY3Qy43NSAyNCAwIDIzLjI4IDAgMjIuNFYxLjZDMCAuNzIuNzUgMCAxLjY2NyAwaDM2LjY2NkMzOS4yNSAwIDQwIC43MiA0MCAxLjZ2MjAuOGMwIC44OC0uNzUgMS42LTEuNjY3IDEuNnoiIHN0eWxlPSJmaWxsOiByZ2IoMjAsIDExOSwgMTkwKTsiLz4KICA8cGF0aCBkPSJNNi4yNiAxMi4zMmgyLjMxM0w3LjQxNSA5LjY2TTI3LjM1MyA5Ljk3N2gtMy43Mzh2MS4yM2gzLjY2NnYxLjM4NGgtMy42NzV2MS4zODVoMy44MjF2MS4wMDVjLjYyMy0uNzcgMS4zMy0xLjQ2NiAyLjAyNS0yLjIzNWwuNzA3LS43N2MtLjkzNC0xLjAwNC0xLjg3LTIuMDgtMi44MDQtMy4wNzV2MS4wNzd6IiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPgogIDxwYXRoIGQ9Ik0zOC4yNSA3aC01LjYwNWwtMS4zMjggMS40TDMwLjA3MiA3SDE2Ljk4NGwtMS4wMTcgMi40MTZMMTQuODc3IDdoLTkuNThMMS4yNSAxNi41aDQuODI2bC42MjMtMS41NTZoMS40bC42MjMgMS41NTZIMjkuOTlsMS4zMjctMS40ODMgMS4zMjggMS40ODNoNS42MDVsLTQuMzYtNC42NjdMMzguMjUgN3ptLTE3LjY4NSA4LjFoLTEuNTU3VjkuODgzTDE2LjY3MyAxNS4xaC0xLjMzTDEzLjAxIDkuODgzbC0uMDg0IDUuMjE3SDkuNzNsLS42MjMtMS41NTZoLTMuMjdMNS4xMzIgMTUuMUgzLjQybDIuODg0LTYuNzcyaDIuNDJsMi42NDUgNi4yMzNWOC4zM2gyLjY0NmwyLjEwNyA0LjUxIDEuODY4LTQuNTFoMi41NzVWMTUuMXptMTQuNzI3IDBoLTIuMDI0bC0yLjAyNC0yLjI2LTIuMDIzIDIuMjZIMjIuMDZWOC4zMjhIMjkuNTNsMS43OTUgMi4xNzcgMi4wMjQtMi4xNzdoMi4wMjVMMzIuMjYgMTEuNzVsMy4wMzIgMy4zNXoiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7Ii8+Cjwvc3ZnPg==);
}
.ms-payment-button-discover{
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MCAyNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzguMzMzIDI0SDEuNjY3Qy43NSAyNCAwIDIzLjI4IDAgMjIuNFYxLjZDMCAuNzIuNzUgMCAxLjY2NyAwaDM2LjY2NkMzOS4yNSAwIDQwIC43MiA0MCAxLjZ2MjAuOGMwIC44OC0uNzUgMS42LTEuNjY3IDEuNnoiIHN0eWxlPSJmaWxsOiByZ2IoMTcsIDQ5LCA4Mik7Ii8+CiAgPHBhdGggZD0iTSA1LjQ5OCAxMy4zNDkgQyA1LjE2IDEzLjY1NCA0LjcyMiAxMy43ODcgNC4wMjggMTMuNzg3IEwgMy43MzggMTMuNzg3IEwgMy43MzggMTAuMTQxIEwgNC4wMjggMTAuMTQxIEMgNC43MjIgMTAuMTQxIDUuMTQzIDEwLjI2NSA1LjQ5OCAxMC41ODcgQyA1Ljg2OCAxMC45MTcgNi4wOTMgMTEuNDMxIDYuMDkzIDExLjk1OSBDIDYuMDkzIDEyLjQ4OSA1Ljg2OSAxMy4wMTkgNS40OTggMTMuMzQ5IFogTSA0LjI0MyA5LjIwNiBMIDIuNjY2IDkuMjA2IEwgMi42NjYgMTQuNzIxIEwgNC4yMzYgMTQuNzIxIEMgNS4wNjkgMTQuNzIxIDUuNjcxIDE0LjUyNCA2LjE5OSAxNC4wODQgQyA2LjgyOSAxMy41NjQgNy4xOTkgMTIuNzc5IDcuMTk5IDExLjk2OCBDIDcuMTk5IDEwLjM0IDUuOTg1IDkuMjA2IDQuMjQzIDkuMjA2IFogTSA3LjY5NiAxNC43MjEgTCA4Ljc3IDE0LjcyMSBMIDguNzcgOS4yMDcgTCA3LjY5NiA5LjIwNyBNIDExLjM5MyAxMS4zMjMgQyAxMC43NDggMTEuMDgzIDEwLjU1OSAxMC45MjYgMTAuNTU5IDEwLjYyOCBDIDEwLjU1OSAxMC4yODEgMTAuODk3IDEwLjAxOCAxMS4zNTkgMTAuMDE4IEMgMTEuNjgxIDEwLjAxOCAxMS45NDYgMTAuMTUgMTIuMjI2IDEwLjQ2NCBMIDEyLjc4OCA5LjcyNyBDIDEyLjMyNiA5LjMyMiAxMS43NzMgOS4xMTUgMTEuMTcgOS4xMTUgQyAxMC4xOTUgOS4xMTUgOS40NTIgOS43OTMgOS40NTIgMTAuNjk1IEMgOS40NTIgMTEuNDU1IDkuNzk4IDExLjg0NSAxMC44MDcgMTIuMjA4IEMgMTEuMjI3IDEyLjM1NiAxMS40NDIgMTIuNDU1IDExLjU1IDEyLjUyMiBDIDExLjc2NSAxMi42NjIgMTEuODcyIDEyLjg2MiAxMS44NzIgMTMuMDkyIEMgMTEuODcyIDEzLjU0IDExLjUxOCAxMy44NzIgMTEuMDM4IDEzLjg3MiBDIDEwLjUyOCAxMy44NzIgMTAuMTE0IDEzLjYxNCA5Ljg2OCAxMy4xMzYgTCA5LjE3MyAxMy44MDYgQyA5LjY2OCAxNC41MzIgMTAuMjYzIDE0Ljg1NiAxMS4wOCAxNC44NTYgQyAxMi4xOTYgMTQuODU2IDEyLjk4IDE0LjExMSAxMi45OCAxMy4wNDQgQyAxMi45OCAxMi4xNjggMTIuNjE3IDExLjc3MSAxMS4zOTUgMTEuMzI0IFogTSAxMy4zMTYgMTEuOTY4IEMgMTMuMzE2IDEzLjU4OCAxNC41ODYgMTQuODQ1IDE2LjIyMyAxNC44NDUgQyAxNi42ODUgMTQuODQ1IDE3LjA4MSAxNC43NTUgMTcuNTcgMTQuNTI1IEwgMTcuNTcgMTMuMjU4IEMgMTcuMTQgMTMuNjg4IDE2Ljc2IDEzLjg2MiAxNi4yNzMgMTMuODYyIEMgMTUuMTkxIDEzLjg2MiAxNC40MjMgMTMuMDc3IDE0LjQyMyAxMS45NjIgQyAxNC40MjMgMTAuOTAyIDE1LjIxNSAxMC4wNjcgMTYuMjIzIDEwLjA2NyBDIDE2LjczNSAxMC4wNjcgMTcuMTIzIDEwLjI1IDE3LjU3IDEwLjY4NyBMIDE3LjU3IDkuNDIxIEMgMTcuMDk4IDkuMTgxIDE2LjcxIDkuMDgxIDE2LjI0OCA5LjA4MSBDIDE0LjYyMSA5LjA4MSAxMy4zMTYgMTAuMzY0IDEzLjMxNiAxMS45NjggWiBNIDI2LjA4OCAxMi45MTEgTCAyNC42MiA5LjIwNiBMIDIzLjQ0NiA5LjIwNiBMIDI1Ljc4MyAxNC44NjIgTCAyNi4zNjEgMTQuODYyIEwgMjguNzQxIDkuMjA3IEwgMjcuNTc2IDkuMjA3IE0gMjkuMjI2IDE0LjcyMSBMIDMyLjI3MiAxNC43MjEgTCAzMi4yNzIgMTMuNzg3IEwgMzAuMjk5IDEzLjc4NyBMIDMwLjI5OSAxMi4yOTkgTCAzMi4xOTkgMTIuMjk5IEwgMzIuMTk5IDExLjM2NSBMIDMwLjI5OSAxMS4zNjUgTCAzMC4yOTkgMTAuMTQxIEwgMzIuMjcyIDEwLjE0MSBMIDMyLjI3MiA5LjIwNiBMIDI5LjIyNiA5LjIwNiBNIDM0LjM3MyAxMS43NDUgTCAzNC4wNTkgMTEuNzQ1IEwgMzQuMDU5IDEwLjA3NSBMIDM0LjM4OSAxMC4wNzUgQyAzNS4wNTkgMTAuMDc1IDM1LjQyMyAxMC4zNTUgMzUuNDIzIDEwLjg5MyBDIDM1LjQyMyAxMS40NDcgMzUuMDU5IDExLjc0NSAzNC4zNzMgMTEuNzQ1IFogTSAzNi41MjggMTAuODM1IEMgMzYuNTI4IDkuODAyIDM1LjgxOCA5LjIwNyAzNC41NzggOS4yMDcgTCAzMi45ODYgOS4yMDcgTCAzMi45ODYgMTQuNzIxIEwgMzQuMDU5IDE0LjcyMSBMIDM0LjA1OSAxMi41MDYgTCAzNC4xOTkgMTIuNTA2IEwgMzUuNjg2IDE0LjcyMSBMIDM3LjAwNiAxNC43MjEgTCAzNS4yNzMgMTIuMzk4IEMgMzYuMDgzIDEyLjIzMyAzNi41MjggMTEuNjc4IDM2LjUyOCAxMC44MzUgWiIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz4KICA8ZyBpZD0iTWFya2luZ0Jhc2VfMV8iIHRyYW5zZm9ybT0ibWF0cml4KDAuMDg5Nzc2LCAwLCAwLCAwLjA4OTc3NiwgMi4xOTIyOTYsIDUuNzI0OTgpIj4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjI0LjM5MTciIHkxPSI0NC4xNzMxIiB4Mj0iMjAxLjMzIiB5Mj0iODAuMjgwNyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE0MS43MzIzKSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0Y4OUYyMSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuMjUwMiIgc3R5bGU9InN0b3AtY29sb3I6I0Y3OUEyMyIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNTMzMSIgc3R5bGU9InN0b3AtY29sb3I6I0Y3OEUyMiIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNjE5NiIgc3R5bGU9InN0b3AtY29sb3I6I0Y2ODcyMSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNzIzMiIgc3R5bGU9InN0b3AtY29sb3I6I0Y0ODIyMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMjc2MjMiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8Y2lyY2xlIGZpbGw9InVybCgjU1ZHSURfMV8pIiBjeD0iMjA3LjM0MyIgY3k9IjcwLjg2NiIgcj0iMzMuMzA3Ii8+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIyMC43NDg3IiB5MT0iNDQuNjY0IiB4Mj0iMTg3LjA0MzYiIHkyPSIxMTAuNTQyNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE0MS43MzIzKSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0Y2ODcyMTtzdG9wLW9wYWNpdHk6MCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuMzU4NyIgc3R5bGU9InN0b3AtY29sb3I6I0UyNzAyNztzdG9wLW9wYWNpdHk6MC4yNzA0Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMC43MDMiIHN0eWxlPSJzdG9wLWNvbG9yOiNENDYxMkM7c3RvcC1vcGFjaXR5OjAuNTI5OSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuOTgxNiIgc3R5bGU9InN0b3AtY29sb3I6I0QxNUQyRDtzdG9wLW9wYWNpdHk6MC43NCIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxjaXJjbGUgb3BhY2l0eT0iMC42NSIgZmlsbD0idXJsKCNTVkdJRF8yXykiIGN4PSIyMDcuMzQzIiBjeT0iNzAuODY2IiByPSIzMy4zMDciLz4KICA8L2c+CiAgPGcgaWQ9Ik9yYW5nZV8xXyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHRyYW5zZm9ybT0ibWF0cml4KDAuNDY5MjI0LCAwLCAwLCAwLjQ2OTIyNCwgMTMuNzg1MDg1LCA2LjE5OTE0OSkiPgogICAgPGcgaWQ9Ik9yYW5nZSI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik0xMywzOGMyMC4xLDAsNDAsMCw0MCwwYzEuNywwLDMtMS4zLDMtM1YxOEM1NiwxOCw1MS4yLDMxLjgsMTMsMzh6IiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMTI5LCAzOCk7Ii8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
}