@font-face {
  font-family: 'Muli';
  src: url('muli-regular-webfont.eot');
  src: url('muli-regular-webfont.eot?#iefix') format('embedded-opentype'), url('muli-regular-webfont.woff') format('woff'), url('muli-regular-webfont.ttf') format('truetype'), url('muli-regular-webfont.svg#muliregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Regular-webfont.eot');
  src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Italic-webfont.eot');
  src: url('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Italic-webfont.woff') format('woff'), url('OpenSans-Italic-webfont.ttf') format('truetype'), url('OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Bold-webfont.eot');
  src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Bold-webfont.woff') format('woff'), url('OpenSans-Bold-webfont.ttf') format('truetype'), url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Indie Flower';
  src: url('indieflower-webfont.eot');
  src: url('indieflower-webfont.eot?#iefix') format('embedded-opentype'), url('indieflower-webfont.woff') format('woff'), url('indieflower-webfont.ttf') format('truetype'), url('indieflower-webfont.svg#indie_flowerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
* LESS CSS VARIABLES AND MIXINS
----------------------------------------------------------------------
*/
/**
* Variables
--------------------------------*/
/* Colors */
/* Sizes */
/* Font families */
/* Layout */
/* overall width of contents, not wrappers */
/* fixed width of aside role="complementary" */
/* space between columns */
footer {
  clear: both;
  box-sizing: border-box;
}
footer span {
  display: inline-block;
  width: 50%;
  text-align: right;
  margin-top: 0;
}
/* Helper mixins */
.call-to-action-font {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
.hyphens {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.box-sized {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
.box-style-yellow {
  border: 0.125em solid #e0df39;
  padding: 18px;
  background: #f1f1a7;
}
.border-radius {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.translucent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.headings {
  font-weight: bold;
}
/**
* -------------------------------------------------------------- 
End LESS CSS VARIABLES AND MIXINS
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
::-ms-clear {
  display: none !important;
}
::-webkit-input-placeholder {
  line-height: 1.33;
}
/**
* Body
----------------------------------------------------------------------
*/
body {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #28546d;
  margin-top: 78px;
  background: #fff;
}
/**
* Generic links
----------------------------------------------------------------------
*/
a,
a:visited {
  color: #265169;
  border-bottom: 1px solid;
  text-decoration: none;
}
a:hover {
  color: #87b8d4;
  border-bottom: 2px solid;
}
a:active {
  outline: none;
  border-bottom: 3px solid;
}
a:focus,
button:focus,
input[type="submit"]:focus {
  outline: 1px dotted #333333;
}
/**
* Flow
----------------------------------------------------------------------
*/
body * + * {
  margin-top: 27px;
}
blockquote,
figure {
  padding: 18px;
}
noscript + * {
  margin-top: 0 !important;
}
blockquote p {
  font-size: 1.25em;
  font-style: italic;
}
caption {
  text-align: center;
  padding: 9px;
  padding-bottom: 0;
}
blockquote footer:before {
  content: '\2014';
  padding: 0 9px 0 0;
}
blockquote p:before,
q:before {
  content: '\201C';
}
blockquote p:after,
q:after {
  content: '\201D';
}
/**
* Header nav
----------------------------------------------------------------------
*/
header nav li {
  display: inline-block;
  margin-right: 1em;
}
header nav a,
header nav a:visited {
  color: #2a546b;
  border: 0;
  font-size: 1.125em;
  padding-left: 1.66em;
  background-size: auto 100%;
  background-position: left top !important;
}
header nav a.active span {
  color: #686a6e;
  border-bottom: 2px solid;
}
header nav .icon-pencil {
  background-color: transparent;
}
header nav a:hover {
  border: 0;
}
header nav a.icon-info {
  background-image: url(/images/icons/png/info.png);
}
header nav a.icon-pencil {
  background-image: url(/images/icons/png/pencil.png);
}
header nav a.icon-eye {
  background-image: url(/images/icons/png/eye.png);
}
header nav a:focus span,
header nav a:hover span {
  outline: none !important;
  border-bottom: 2px solid;
}
/**
* Media
----------------------------------------------------------------------
*/
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
img.center-image {
  display: block;
  margin: auto;
}
.home-banner img {
  height: 2.75em;
  vertical-align: -1.3em;
}
.home-banner p {
  margin-top: -47.25px;
  font-size: 1.5em;
}
.mural {
  background-image: url(../images/17ec87fe.about.jpg);
  background-position: center center;
  padding-top: 100px;
  color: #28546d !important;
  text-shadow: 2px 2px 2px #fefefe, -2px 2px 2px #fefefe, -2px -2px 2px #fefefe, 2px -2px 2px #fefefe;
}
.contact-intro {
  background-image: url(../images/61ef5602.contact.jpg);
}
.media-outlets img {
  max-width: 200px;
}
.thumbs {
  text-align: center;
}
.thumbs a {
  border: 0;
  display: inline-block;
  vertical-align: baseline;
  width: 24%;
  text-align: center;
}
/**
* Paragraphs and lists
----------------------------------------------------------------------
*/
p:only-child {
  text-align: left;
}
p + p,
li,
dt,
dd {
  margin-top: 0;
}
p * {
  margin: 0;
}
p + p {
  margin-top: 13.5px;
}
/* for introductory paragraphs belonging to major sections */
h1 ~ p,
header + p,
hgroup + p {
  font-size: 1.125em;
}
li {
  list-style: disc inside;
}
ol li {
  list-style-type: decimal;
}
dl {
  font-size: 0;
}
dt,
dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  display: inline-block;
  font-size: 18px;
  width: 75%;
  line-height: 1.125;
  margin-top: 0.5em;
  vertical-align: baseline;
}
dt {
  width: 25%;
  text-align: right;
  font-style: italic;
  padding-right: 1.5em;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/**
* Headings
----------------------------------------------------------------------
*/
h1,
h2,
h3,
h4 {
  font-family: 'Muli', sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
}
* + h1,
* + h2,
* + h3,
* + hgroup {
  margin-top: 40.5px;
}
* + h4 {
  margin-top: 1.5rem;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
h3 {
  font-size: 1.25em;
  text-align: left;
}
h2 {
  font-size: 1.75em;
}
h1,
h2#page-title {
  font-size: 2.25em;
}
h1 span {
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden;
}
h1 {
  text-align: center;
}
h2 + p {
  margin-top: 9px;
}
#page {
  width: 100% !important;
}
/**
* Phrasing
----------------------------------------------------------------------
*/
p * {
  line-height: 1;
}
strong,
abbr,
b {
  font-weight: 700;
}
em,
cite,
q {
  font-style: italic;
}
abbr {
  letter-spacing: 0.125em;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
}
small {
  font-size: 0.9em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
i {
  font-style: normal;
}
code {
  background: #eee;
  padding: 0.25em;
  font-family: 'Lucida Console', monospace;
  font-size: 0.9em;
  letter-spacing: 1px;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
sup,
sub {
  line-height: 0;
  font-size: 0.8em;
}
sup {
  vertical-align: super;
  font-style: italic;
}
sub {
  vertical-align: sub;
  position: relative;
  top: -0.125em;
  font-size: 0.8em;
}
kbd {
  font-family: 'Lucida Console', monospaced;
  border: 2px solid;
  padding: 0 0.125em;
  white-space: nowrap;
}
/**
* Forms
----------------------------------------------------------------------
*/
fieldset {
  padding: 1.5em;
  border: 0.125em solid #e0df39;
}
legend {
  font-size: 1.25rem;
  font-style: italic;
  padding: 0 0.5em;
}
legend + div {
  margin-top: 0;
}
label {
  font-weight: 700;
}
.label-and-button {
  position: relative;
}
.label-and-button label {
  padding: 0;
}
.label-and-button button,
.symptoms label:after,
#checklist ol button {
  background-color: #5cd9cd;
  color: #5cd9cd;
  border-radius: 0 7px 7px 0;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  background-image: url(../images/ab2d8206.add.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#checklist ol li {
  border-color: #28546d;
  border-radius: 0 5px 5px 0;
}
#checklist ol button {
  background-color: #28546d;
}
.symptoms label.selected::after {
  background-color: #28546d;
}
.symptoms {
  margin-top: 0;
}
.symptoms li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
.symptoms label > span {
  display: block;
  margin-top: 0;
  padding-right: 50px;
  width: auto;
}
.symptoms label:after {
  content: " ";
  cursor: pointer;
  height: 100%;
  padding: 0;
  text-align: center;
}
.symptoms label.selected {
  border-color: #28546d;
}
.symptoms label.selected:after {
  background-image: url(../images/6e932347.subtract.png);
}
.symptoms label.selected span:before {
  content: '\2713';
  padding-right: 0.25em;
  font-weight: bold;
}
input,
textarea,
.symptoms label,
#checklist ol li {
  font-size: 1.25em;
  font-family: inherit;
  margin: 0;
  line-height: 1;
  width: 50%;
  padding: 0.33em 2.5em 0.33em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  vertical-align: middle;
  border: 2px solid #5cd9cd;
  border-radius: 10px;
  width: 100%;
  resize: none;
  overflow: hidden;
  box-shadow: none;
}
textarea {
  padding: 0.33em;
}
#checklist ol li {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #28546d;
  font-weight: normal;
}
select {
  padding: 0.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  border-radius: 10px;
  border: 2px solid #5cd9cd;
  width: 100%;
  font-size: 1.25em;
  background: #ffffff;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 27%, #eeeeee 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(27%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 27%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 27%, #eeeeee 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 27%, #eeeeee 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 27%, #eeeeee 100%);
  /* W3C */

}
input.other {
  margin-top: 0.25em;
}
[name="feedbackform"] label {
  display: block;
}
label + select {
  margin-top: 0;
}
.embed {
  font-family: monospace;
  padding: 1.5em;
  font-size: 0.9em;
  border: 0;
  width: 100%;
  background: #f5fdfc;
  min-height: 8em;
}
.embed:after {
  display: inline-block;
  background: #5cd9cd;
  font-family: 'Open Sans', sans-serif;
  padding: 0.5em;
  content: 'Press CTRL + C to copy!';
}
.demo {
  min-height: 300px;
}
.generator * + * {
  margin-top: 27px;
}
option {
  margin: 0;
  padding: 0;
}
.generator p {
  font-size: 1em;
}
#checklist ol li {
  padding: 0.5em 2em 0.5em 0.33em;
}
form p {
  padding: 0 0 0 40%;
  margin: 0 0 0 0.5em;
}
form p + p {
  margin-top: 0.5em;
  text-indent: 0;
}
input:focus,
textarea:focus,
select:focus {
  background: #f1f1a7;
}
input[type="submit"]:focus {
  outline: 1px dotted #999;
}
option {
  margin-top: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  border: 0;
}
.symptoms li {
  list-style: none;
  position: relative;
}
.symptoms label {
  display: block;
  margin-top: 13.5px;
  text-align: left;
  padding: 0.5em 0.33em 0.5em 1em;
  cursor: pointer;
}
.symptoms input {
  position: absolute;
  opacity: 0;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 0;
  /* Safari 1.x */

  -khtml-opacity: 0;
}
.symptoms span {
  font-weight: normal;
}
.add-symptoms {
  margin-bottom: 2em;
}
.add-symptoms * + div {
  margin-top: 13.5px;
}
#checklist ol,
#export ol {
  list-style: none;
}
#checklist ol li {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  cursor: move;
  list-style: none;
  background: #fff;
}
#checklist li i {
  padding: 0 0.25em;
  margin: 0 0.25em 0 0;
  font-size: 1.25em;
}
#checklist ol li {
  border-color: #28546d;
}
.ui-sortable-helper {
  box-shadow: 3px 3px 5px #ccc;
}
.ui-sortable-helper i,
#checklist li.ui-sortable-helper ~ li i {
  color: #5cd9cd;
}
#checklist li button {
  background-image: url(../images/19d81bb4.delete.png);
}
span.handle {
  background-color: #5cd9cd;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  height: 101%;
  line-height: 1.25;
  position: absolute;
  right: 1.5em;
  top: 0;
  width: 40px;
  background-position: center center;
  background-size: 70% auto;
  margin-top: 0;
}
li.handle {
  padding-right: 4.5em !important;
}
.handle.key {
  position: static;
  height: auto;
  font-size: inherit;
}
#checklist ol li + li {
  margin-top: 13.5px;
}
.add-symptoms h2 {
  font-size: 1.5em;
}
/**
* Buttons
----------------------------------------------------------------------
*/
button,
a[role="button"],
input[type="submit"],
input[type="button"],
a.button {
  background: #e44e68;
  color: #ffffff;
  padding: 9px 27px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-right: 9px;
  margin-top: 0;
  font-family: inherit;
  font-size: 1.25em;
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  -ms-transition: 0.5s linear all;
  transition: 0.5s linear all;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  vertical-align: middle;
  line-height: 1;
}
a.button {
  margin-right: 0;
}
button:active,
a[role="button"]:active,
input[type="submit"]:active,
.button:active {
  background-color: #265169;
}
/* use #disabled as the href value on links that you wish to display as disabled */
*[disabled="disabled"],
a[href="#disabled"] {
  opacity: 0.5;
  cursor: default;
}
/* reset active styles for disabled elements */
*[disabled="disabled"]:active,
a[href="#disabled"]:active {
  background: #990000;
}
/**
* Boxes (divs and sections)
----------------------------------------------------------------------
*/
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
/**
* Grid-like helper styles
* For making quasi-columns / adjacent boxes. Example HTML to follow
----------------------------------------------------------------------
*/
/* to remove inline-block white space separating children */
[class^="group"] {
  font-size: 0;
  text-align: left;
}
[class^="group"] > * {
  font-size: 18px;
  /* override reset in above rule */

  display: inline-block;
  /* floats are for losers */

  vertical-align: top;
  margin-top: 0;
}
/* adjacent boxes need gutters. We create this using margin on their direct children  */
[class^="group"] > * > * {
  margin: 0 18px 0 0;
}
[class^="group"] > * + * > * {
  margin: 0 18px 0;
}
[class^="group"] > *:last-child > * {
  margin-right: 0;
}
/* One from each of the following sets of three to be placed on the containing div element *//* Set 1: Horizontal alignment of boxes */
.group-left {
  text-align: left;
}
.group-center {
  text-align: center;
}
.group-right {
  text-align: right;
}
/* Set 2: Vertical alignment of boxes */
.group-top > * {
  vertical-align: top;
}
.group-middle > * {
  vertical-align: middle;
}
.group-bottom > * {
  vertical-align: baseline;
}
.reverse > div {
  float: right;
}
.reverse > div + div {
  float: left;
}
.reverse > div > * {
  margin: 0;
}
.reverse > div:last-child > * {
  margin: 0 27px 0 0;
}
.reverse:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
/** 
* EXAMPLE
* Inline styles are used to define width 
*(saves on spawning classes like ".three-fifths" etc)
* Boxes are centered on vertical axis 
********************************************

<div class="group-center group-middle">
	<div style="width:50%">
		<div><!-- box content --></div>
	</div>
	<div style="width:30%">
		<div><!-- box content --></div>
	</div>
	<div style="width:20%">
		<div><!-- box content --></div>
	</div>
</div>

*/
/**
* GP finder
----------------------------------------------------------------------
*/
.surgeries {
  margin-top: 54px;
}
.surgeries li {
  list-style: none;
}
.surgeries li + li {
  margin-top: 54px;
  padding-top: 54px;
  border-top: 2px solid #5cd9cd;
}
.surgeries .right a {
  border: 0;
}
address div {
  font-style: normal;
  margin-top: 0 !important;
}
address {
  margin-top: 0;
}
.postcode {
  position: relative;
}
.postcode:before {
  content: '\25b2';
  position: absolute;
  top: -1em;
  display: block;
  width: 100%;
  text-align: center;
  color: #e44e68;
}
/**
* Utilities
----------------------------------------------------------------------
*/
.hide {
  display: none;
}
.a11y-hide {
  display: inline-block !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
}
.hide + *,
.a11y-hide + * {
  margin-top: 0;
}
#info {
  margin-top: 1.5em;
}
.button-group > * {
  margin: 13.5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.actions button {
  border-radius: 10px;
  background-size: auto 100%;
  font-size: 1.25em;
}
.lt-ie9 .actions button {
  background-image: none;
  padding: 0.33em;
}
.right {
  text-align: right;
}
.right span {
  text-align: right;
}
.left span {
  text-align: left;
}
.left:empty + * {
  width: 100% !important;
  text-align: center;
}
.center {
  text-align: center !important;
}
.with-icon.button,
.introduction .button,
.actions button {
  background: #e44e68;
  color: #ffffff;
}
.with-icon span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.button.with-icon:hover,
.introduction a.button:hover,
.actions button:hover,
.button.with-icon:focus,
.introduction a.button:focus,
.actions button:focus {
  background: #28546d;
  color: #fff;
}
.with-icon span + span {
  display: none;
}
.quail-message {
  position: relative;
}
.quail-message span {
  position: absolute;
  z-index: 999;
  background: pink;
  padding: 0.25em;
  font-family: 'comic sans ms', cursive;
}
.blue {
  background: #5cd9cd !important;
}
.red {
  background: #e44e68 !important;
}
.yellow {
  background: #e0df39 !important;
}
.tally {
  display: inline-block;
  background: #5cd9cd;
  color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
  top: -1em;
  left: -0.25em;
  font-size: 0.8em;
}
/**
* Doc header
----------------------------------------------------------------------
*/
[role="banner"] {
  background: #f6f6f6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
[role="banner"] h1,
[role="banner"] nav {
  display: inline-block;
  width: 49.5%;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  padding: 13.5px 27px 6.75px;
  margin: 0;
}
[role="banner"] nav {
  padding: 0;
}
[role="banner"] nav {
  padding-top: 6.75px;
}
[role="banner"] nav ul {
  text-align: right;
}
[role="banner"] h1 img {
  height: auto;
  max-height: 100px;
  max-width: 180px;
  width: 100%;
}
[role="banner"] h1 a:focus {
  outline: none;
}
[role="banner"] h1 a {
  border: 0;
}
[role="banner"] h1 a:focus img {
  outline: thin solid;
  outline-offset: 0.25em;
}
.round-icon {
  background-position: center center;
}
.toolbar {
  padding-top: 0.5em;
}
.toolbar * {
  margin-top: 0 !important;
}
.toolbar button {
  position: relative;
}
.toolbar button:hover,
.toolbar button:hover span {
  background-color: #265169;
}
.toolbar button span {
  position: absolute;
  top: 0;
  left: 0;
}
/**
* Structure
----------------------------------------------------------------------
*/
.container {
  margin-top: 0;
  overflow: hidden;
}
.container > div > div {
  margin-top: 0;
}
[role="main"] {
  background: #fff;
  padding-bottom: 27px;
}
.content {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 40.5px;
}
.yellow {
  color: #28546d;
}
ol h3 {
  display: inline;
}
[role="contentinfo"] {
  color: #fff;
  padding: 13.5px 27px;
  margin: 0;
  margin-top: 54px;
  font-size: 0;
  background: #f6f6f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
.lt-ie9 [role="banner"] {
  margin-top: 0;
}
[role="contentinfo"] li {
  list-style: none;
  display: inline-block;
}
[role="contentinfo"] li + li {
  margin-left: 1em;
}
[role="contentinfo"] a {
  border: 0;
  color: #686a6e;
}
[role="contentinfo"] a:hover,
[role="contentinfo"] a:active {
  color: #87b8d4;
}
[role="contentinfo"] ul,
[role="contentinfo"] p {
  display: inline-block;
  width: 50%;
  font-size: 18px;
  vertical-align: top;
  margin-top: 0;
}
[role="contentinfo"] p {
  text-align: right;
}
/**
* Picker
----------------------------------------------------------------------
*/
#picker {
  margin-top: 13.5px;
}
.tags {
  text-align: center;
  padding: 0;
  clear: both;
}
.tags li {
  display: inline;
  vertical-align: top;
  padding: 3px;
  break-after: always;
}
.tags li:nth-child(1):after,
.tags li:nth-child(3):after {
  content: '\A';
  white-space: pre;
}
.tags li:last-child:before {
  content: '\A';
  white-space: pre;
}
.tags a,
.symptom-highlighted {
  background: #2a546b;
  border-radius: 40px;
  padding: 13.5px 27px;
  margin: 6px 0;
  color: #fff;
  font-style: normal;
}
.symptom-highlighted {
  padding: 0.25em 0.5em;
  display: inline-block;
}
.tags a:hover,
.tags a:focus {
  background: #5cd9cd;
  outline: none;
}
.tags.grid li {
  display: inline-block;
  width: 32%;
}
.tags.grid li:after,
.tags.grid li:before {
  content: '';
  white-space: normal;
}
.tags.grid li a {
  display: block;
}
figure {
  background: #f5bdc6;
  padding: 27px;
  text-align: center;
}
figcaption {
  margin-top: 13.5px;
}
iframe {
  width: 100%;
}
/**
* Introduction
----------------------------------------------------------------------
*/
@-webkit-keyframes enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro {
  text-align: left;
  padding: 2.25em 1.5em;
  background: #5cd9cd;
}
.intro * {
  color: #2a546b;
}
.intro h1 {
  -webkit-animation: enter 1s ease-out 1;
  animation: enter 1s ease-out 1;
}
.intro > h1,
.intro > img {
  display: block;
  vertical-align: middle;
  max-width: 820px;
}
.intro > h1 {
  margin: 0.5em auto 0;
}
.intro > img {
  max-height: 100px;
  padding: 0 1em;
}
.introduction img {
  max-width: 220px;
  max-height: 160px;
}
.introduction li {
  padding: 0 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
.introduction h2 {
  margin-top: 0.25em;
}
/**
* Accordions
----------------------------------------------------------------------
*/
ul.accordion {
  margin: 0 0 27px;
}
ul.accordion ul.accordion {
  margin-top: 27px;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.accordion li > a + div > div {
  margin: 0 18px 18px 72px;
}
.accordion > li {
  list-style: none;
  position: relative;
}
.accordion > li > a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
}
.accordion li > a:active,
.accordion li > a:focus {
  background: transparent;
  box-shadow: none;
}
.accordion h3,
.accordion h4 {
  text-align: left;
}
.accordion h3 {
  padding: 0;
  color: #28546d;
  margin-bottom: 13.5px;
}
.accordion h3 span {
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.accordion h3 span[class^="icon-"] {
  background-color: #5cd9cd;
  width: 70px;
  height: 70px;
  margin-right: -2.3em;
  vertical-align: middle;
  border-radius: 50px;
  display: inline-block;
  background-size: 70px auto;
  position: absolute;
}
.accordion a:hover h3 span + span,
.accordion a:focus h3 span + span {
  text-decoration: underline;
}
h3 span[class^="icon-"] + span {
  margin-top: 0;
  min-height: 2em;
  padding-left: 80px;
  padding-top: 0.66em;
}
[accordion-heading] {
  padding: 0 !important;
}
.accordion li > a:focus {
  outline: none;
}
.accordion h4 {
  margin: 13.5px 0;
  color: #28546d;
  font-weight: normal;
}
.accordion h4:before {
  display: inline-block;
  background: #5cd9cd;
  border-radius: 50%;
  color: #FFFFFF;
  content: "+";
  height: 1em;
  line-height: 1;
  padding: 0 0.25em;
  text-align: center;
  width: 0.5em;
  margin-right: 0.5em;
}
.accordion a.active h4:before {
  content: '-';
  line-height: 0.8;
  position: relative;
  top: -0.1em;
}
.accordion a:hover h4:before,
.accordion a:focus h4:before {
  background: #265169 !important;
}
.accordion li:first-child h4 {
  border-top: 0;
  padding-top: 0;
}
/**
* Export
----------------------------------------------------------------------
*/
#export {
  margin-top: 1.5em;
}
#export li {
  list-style: none;
  margin-bottom: 0.5em;
  border: 2px solid;
  border-radius: 0.5em;
  padding: 0.5em;
}
#export section {
  margin-top: 3em;
}
#export .group-left section {
  margin-top: 0;
}
.editable > div em {
  position: absolute;
  bottom: 2px;
  left: 1em;
  padding: 0.25em;
  line-height: 1.125;
}
.editable > div p {
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.125;
}
.tall {
  height: 6em;
  padding: 1em;
  border: 1px solid;
  border-radius: 0.25em;
  font-weight: bold;
}
.tall:focus {
  border: 2px solid;
}
#export {
  padding: 27px;
  border: 4px solid #5cd9cd;
}
#export * + div {
  margin-top: 13.5px;
}
#export div[style] {
  margin-top: 0;
}
.export-image {
  width: 6cm;
  max-width: 100%;
}
#export h2 {
  text-align: left;
}
#export h2 + p,
#checklist h2 + p {
  margin-top: 3px;
}
form[name="mailer"],
form[name="smser"],
form[name="pcsearch"] {
  background-color: #f5fdfc;
  padding: 27px;
  border-radius: 10px;
  margin-top: 0.5em;
}
form[name="mailer"],
form[name="smser"] label {
  display: block;
}
form[name="mailer"],
form[name="smser"] label > span {
  display: block;
  text-align: left;
}
form[name="mailer"],
form[name="smser"] input {
  font-size: inherit;
}
form label span {
  padding-left: 0;
}
#export h1 + p {
  margin-top: 0;
}
dl.contenteditable {
  margin-top: 18px;
}
.contenteditable dt {
  padding-right: 0.25em;
  text-align: left;
}
.contenteditable dd {
  font-weight: bold;
}
.contenteditable dd {
  border-bottom: 1px solid;
}
.contenteditable [contenteditable]:focus {
  border-bottom: 2px solid;
}
.supplementary_questions {
  background: #eee;
  padding: 1.5em;
}
.supplementary_questions textarea {
  margin-top: 1.5em;
}
/**
* Breakpoints
----------------------------------------------------------------------
*/
@media all and (max-width: 1200px) {
  [role="contentinfo"] {
    position: static;
  }
}
@media all and (max-width: 1025px) {
  [role="banner"] h1 {
    width: 40%;
  }
  [role="banner"] nav {
    width: 59%;
  }
}
@media all and (max-width: 910px) {
  body {
    margin-top: 0;
  }
  .intro,
  .content {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
  [role="banner"] {
    position: relative;
  }
  .tags {
    padding: 0 13.5px;
  }
}
@media (max-width: 750px) {
  [role="banner"] h1 {
    padding-bottom: 0;
  }
  .intro h1 {
    text-align: center;
    padding: 0.5em;
  }
  [role="banner"] h1,
  [role="banner"] nav,
  [role="banner"] nav ul {
    display: block;
    width: auto;
    text-align: center;
  }
  [role="banner"] nav {
    padding: 0.5em;
    padding-top: 0;
  }
  header nav li {
    margin: 0.5em;
  }
  ol.group-center div {
    margin: 0;
  }
  ol.group-center li + li {
    margin-top: 1.5em;
  }
}
@media all and (max-width: 710px) {
  body {
    font-size: 16px;
    margin-bottom: 0;
  }
  [role="banner"] h1 img {
    max-height: 80px;
  }
  body * + * {
    margin-top: 13.5px;
  }
  .home-banner p {
    margin-top: 27px;
  }
  .intro img {
    max-height: 80px;
  }
  .intro h1 {
    font-size: 1.5em;
  }
  [role="banner"] h1 img {
    max-width: 200px;
  }
  .container {
    min-height: 500px;
  }
  .tags li {
    margin-top: 0;
  }
  .tags a {
    font-size: 1.125em;
    padding: 0.5em 0.5em;
    margin: 0;
  }
  .round-icon,
  .round-icon:hover {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
  }
  [class^="group-"]:not(.export-header) > * {
    display: block !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 13.5px;
  }
  .tags {
    padding: 0;
  }
  .tags.grid li {
    display: block;
    width: auto;
  }
  [class^="group-"] * + * {
    margin-top: 13.5px;
  }
  .symptom-highlighted {
    margin-top: 13.5px !important;
  }
  [role="contentinfo"] ul,
  [role="contentinfo"] p {
    display: block;
    width: auto;
    text-align: left;
    font-size: 14px;
  }
  .accordion li > a + div > div {
    margin-left: 0;
  }
  .right {
    text-align: center;
  }
  .toolbar {
    text-align: center;
    font-size: 0.85em;
  }
  .button-group {
    text-align: center;
  }
  .reverse > * {
    float: none;
    margin: 0 0 6.75px 0;
    text-align: center;
    width: 100% !important;
  }
  .with-icon span {
    max-width: 70%;
  }
  form[name="mailer"] label > span {
    padding: 0;
  }
  div[class^="group"] [style] + [style] {
    margin-top: 13.5px;
  }
  div[class^="group"] [style] > div {
    margin: 0;
  }
  .surgeries .button-group {
    text-align: left;
  }
  .surgeries .right {
    text-align: left;
  }
  form[name="pcsearch"] strong {
    display: block;
    text-align: center;
  }
  .thumbs a {
    width: 49%;
  }
  .actions button {
    margin: 6.75px 0;
    width: 100%;
  }
  a.button {
    margin: 6.75px 0;
  }
}
@media (max-width: 600px) {
  input[placeholder] {
    text-overflow: ellipsis;
    font-size: 0.95em;
    padding: 0.75em;
  }
  ::-moz-placeholder {
    text-overflow: ellipsis;
    font-size: 0.95em;
    padding: 0.75em;
  }
  /* firefox 19+ */
  input:-moz-placeholder {
    text-overflow: ellipsis;
    font-size: 0.95em;
    padding: 0.75em;
  }
}
@media print {
  .no-print {
    display: none;
  }
  #export {
    font-size: 12pt;
  }
  #export h1 {
    font-size: 16pt;
  }
  #export h1 + p em {
    font-size: 10pt;
  }
  #export {
    padding: 0;
    border: 0;
  }
  #export h2 {
    font-size: 12pt;
    font-weight: bold;
  }
  #export section {
    page-break-inside: avoid;
  }
  [role="banner"],
  .button-group,
  [role="contentinfo"],
  .print-hide,
  .permalink {
    display: none;
  }
  @page  {
    margin: 1cm 0.5cm;
  }
  .collapse {
    height: auto !important;
  }
  .printable-header [style] {
    width: 100% !important;
  }
  .printable-header img {
    display: none !important;
  }
  .printable-header h1 {
    text-align: left;
  }
  .printable-header [style] div {
    margin-left: 0;
  }
  .accordion h3 span {
    padding: 0 !important;
  }
  .accordion h3 span:first-child {
    display: none;
  }
  .accordion div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .accordion li {
    page-break-inside: avoid;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tagEnter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tagEnter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes tagEnter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tagEnter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tagEnter {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: tagEnter;
  -moz-animation-name: tagEnter;
  -o-animation-name: tagEnter;
  animation-name: tagEnter;
}
.tagEnter:nth-child(2n+0) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.tagEnter:nth-child(3n+0) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@-webkit-keyframes winkOnce {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes winkOnce {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes winkOnce {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes winkOnce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.animated.winkOnce {
  -webkit-animation-name: winkOnce;
  -moz-animation-name: winkOnce;
  -o-animation-name: winkOnce;
  animation-name: winkOnce;
}

.icon-add { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAEdJREFUGJVjYEAC////1/iPABrIckwMRAKiFbIgW/H//39FRkZGOPv///9whYz/kXlUsZqBgUETzeptULYXIyPjfay66Bs8ANrfNR40F+31AAAAAElFTkSuQmCC'); background-repeat: no-repeat; }

.icon-add { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2293.599998%22%20%20%20height%3D%2293.599998%22%20%20%20viewBox%3D%220%200%2093.6%2093.6%22%20%20%20id%3D%22Layer_1%22%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20%20%20id%3D%22metadata5043%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs5041%22%20%2F%3E%3Cpath%20%20%20d%3D%22m%2042.03125%2C24.1875%200%2C17.46875%20-17.03125%2C0%200%2C10.3125%2017.03125%2C0%200%2C17.84375%2010.71875%2C0%200%2C-17.84375%2016.25%2C0%200%2C-10.3125%20-16.25%2C0%200%2C-17.46875%20-10.71875%2C0%20z%22%20%20%20id%3D%22rect5045%22%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%231a1a1a%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-CAMHS_HP_1 { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%221143.3%20379.1%20169.3%20141.7%22%20enable-background%3D%22new%201143.3%20379.1%20169.3%20141.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%232A546D%22%20stroke-width%3D%220.9396%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1178%2C419.8h111.8c2.2%2C0%2C3.9%2C1.4%2C3.9%2C3.2%20%20%20v28.7c0%2C1.8-1.7%2C3.2-3.9%2C3.2h-95.3l-15.6%2C8.6l5.6-8.6h-6.5c-2.2%2C0-3.9-1.4-3.9-3.2V423C1174.1%2C421.3%2C1175.8%2C419.8%2C1178%2C419.8z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Ccircle%20fill%3D%22%2346BAC1%22%20cx%3D%221172.1%22%20cy%3D%22418.1%22%20r%3D%2216.7%22%2F%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1168.4%2C414.4h5.1V426h2.6v2h-7.7v-2h2.6v-9.6h-2.6V414.4z%20M1174%2C409.6c0%2C0.3-0.1%2C0.5-0.2%2C0.8%20%20%20%20%20c-0.1%2C0.2-0.2%2C0.4-0.4%2C0.6c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.4c-0.2%2C0.1-0.5%2C0.2-0.7%2C0.2c-0.3%2C0-0.5-0.1-0.8-0.2c-0.2-0.1-0.4-0.2-0.6-0.4%20%20%20%20%20c-0.2-0.2-0.3-0.4-0.4-0.6c-0.1-0.2-0.2-0.5-0.2-0.8c0-0.3%2C0.1-0.5%2C0.2-0.7c0.1-0.2%2C0.2-0.4%2C0.4-0.6c0.2-0.2%2C0.4-0.3%2C0.6-0.4%20%20%20%20%20c0.2-0.1%2C0.5-0.2%2C0.8-0.2c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.2c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.4c0.2%2C0.2%2C0.3%2C0.4%2C0.4%2C0.6%20%20%20%20%20C1173.9%2C409.1%2C1174%2C409.4%2C1174%2C409.6z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%232A546D%22%20stroke-width%3D%223.2756%22%20stroke-miterlimit%3D%2210%22%20x1%3D%221201.1%22%20y1%3D%22436.6%22%20x2%3D%221271.5%22%20y2%3D%22436.6%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%232A546D%22%20stroke-width%3D%220.9396%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1301.1%2C462.7h-89.5c-1.7%2C0-3.1%2C1.1-3.1%2C2.6%20%20v23c0%2C1.4%2C1.4%2C2.6%2C3.1%2C2.6h76.2l12.5%2C6.9l-4.5-6.9h5.2c1.7%2C0%2C3.1-1.1%2C3.1-2.6v-23C1304.2%2C463.8%2C1302.8%2C462.7%2C1301.1%2C462.7z%22%2F%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%232A546D%22%20stroke-width%3D%223.2756%22%20stroke-miterlimit%3D%2210%22%20x1%3D%221230.1%22%20y1%3D%22476.1%22%20x2%3D%221286.4%22%20y2%3D%22476.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-CAMHS_HP_2 { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Layer_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20viewBox%3D%221322%20379.1%20195.3%20141.7%22%20%20%20enable-background%3D%22new%201322%20379.1%20195.3%20141.7%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.3.1%20r9886%22%20%20%20width%3D%22100%25%22%20%20%20height%3D%22100%25%22%20%20%20sodipodi%3Adocname%3D%22CAMHS_HP_2.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata57%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs55%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221316%22%20%20%20inkscape%3Awindow-height%3D%22744%22%20%20%20id%3D%22namedview53%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%222.1144412%22%20%20%20inkscape%3Acx%3D%2246.776539%22%20%20%20inkscape%3Acy%3D%22108.27074%22%20%20%20inkscape%3Awindow-x%3D%2250%22%20%20%20inkscape%3Awindow-y%3D%2224%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%3Cg%20%20%20id%3D%22g3%22%3E%20%3Cg%20%20%20id%3D%22g5%22%3E%20%20%3Cpolyline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%221407.9%2C416.8%201407.9%2C430.7%20%20%20%20%201421.8%2C430.7%201421.8%2C500.2%201421.8%2C430.7%201407.9%2C416.8%201360.6%2C416.8%201360.6%2C500.2%201421.8%2C500.2%20%20%20%22%20%20%20id%3D%22polyline7%22%20%20%20stroke-width%3D%221.2411%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%20%3Cline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20x1%3D%221371.9%22%20%20%20y1%3D%22447.5%22%20%20%20x2%3D%221409.9%22%20%20%20y2%3D%22447.5%22%20%20%20id%3D%22line9%22%20%20%20stroke-width%3D%223.2097%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%20%3Cline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20x1%3D%221371.9%22%20%20%20y1%3D%22459.7%22%20%20%20x2%3D%221409.9%22%20%20%20y2%3D%22459.7%22%20%20%20id%3D%22line11%22%20%20%20stroke-width%3D%223.2097%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%20%3Cline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20x1%3D%221371.9%22%20%20%20y1%3D%22471.8%22%20%20%20x2%3D%221409.9%22%20%20%20y2%3D%22471.8%22%20%20%20id%3D%22line13%22%20%20%20stroke-width%3D%223.2097%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%20%3Cline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20x1%3D%221371.9%22%20%20%20y1%3D%22483.9%22%20%20%20x2%3D%221409.9%22%20%20%20y2%3D%22483.9%22%20%20%20id%3D%22line15%22%20%20%20stroke-width%3D%223.2097%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%3Cg%20%20%20id%3D%22g17%22%3E%20%20%20%3Cg%20%20%20id%3D%22g19%22%3E%20%20%20%20%3Cpolygon%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%221441.4%2C500.2%201433.1%2C481.1%20%20%20%20%20%20%201432.9%2C406.1%201449.6%2C405.9%201449.8%2C480.8%20%20%20%20%20%22%20%20%20id%3D%22polygon21%22%20%20%20stroke-width%3D%221.2411%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%3Cpath%20%20%20stroke-miterlimit%3D%2210%22%20%20%20d%3D%22M1449.8%2C480.8c0%2C0-8.4-1.9-16.7%2C0.3%22%20%20%20id%3D%22path23%22%20%20%20stroke-width%3D%221.2411%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22%23FFFFFF%22%20%2F%3E%20%20%20%20%3Cpath%20%20%20d%3D%22M1444.1%2C494.2c0%2C0-1.8-1.5-5.6-0.2l2.9%2C6.2L1444.1%2C494.2z%22%20%20%20id%3D%22path25%22%20%20%20fill%3D%22%232A546D%22%20%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%3Cline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20x1%3D%221444.1%22%20%20%20y1%3D%22475.3%22%20%20%20x2%3D%221444.1%22%20%20%20y2%3D%22410.5%22%20%20%20id%3D%22line27%22%20%20%20stroke-width%3D%223.2097%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%20%20%20%3Cline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20x1%3D%221438.5%22%20%20%20y1%3D%22475.3%22%20%20%20x2%3D%221438.5%22%20%20%20y2%3D%22410.5%22%20%20%20id%3D%22line29%22%20%20%20stroke-width%3D%223.2097%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%20%20%20id%3D%22g31%22%3E%20%20%20%3Cpath%20%20%20stroke-miterlimit%3D%2210%22%20%20%20d%3D%22M1493.9%2C492.5c0%2C4.6-2.9%2C7.6-7.3%2C7.6h-17%20%20%20%20%20c-4.4%2C0-7.3-3-7.3-7.6v-49.1c0-4.6%2C2.9-7.6%2C7.3-7.6h17c4.4%2C0%2C7.3%2C3%2C7.3%2C7.6V492.5z%22%20%20%20id%3D%22path33%22%20%20%20stroke-width%3D%221.2411%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%20%20%20%20%3Crect%20%20%20x%3D%221465.4%22%20%20%20y%3D%22444%22%20%20%20stroke-miterlimit%3D%2210%22%20%20%20width%3D%2225.4%22%20%20%20height%3D%2244.3%22%20%20%20id%3D%22rect35%22%20%20%20stroke-width%3D%221.2411%22%20%20%20stroke%3D%22%232A546D%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%3Cellipse%20%20%20cx%3D%221477.9%22%20%20%20cy%3D%22494%22%20%20%20rx%3D%223.2%22%20%20%20ry%3D%223.4%22%20%20%20id%3D%22ellipse37%22%20%20%20fill%3D%22%232A546D%22%20%2F%3E%20%20%20%3Cpath%20%20%20d%3D%22M1482.4%2C440.6c0%2C0.4-0.3%2C0.7-0.7%2C0.7h-7.1c-0.4%2C0-0.7-0.3-0.7-0.7l0%2C0c0-0.4%2C0.3-0.7%2C0.7-0.7h7.1%20%20%20%20%20C1482.1%2C439.9%2C1482.4%2C440.2%2C1482.4%2C440.6L1482.4%2C440.6z%22%20%20%20id%3D%22path39%22%20%20%20fill%3D%22%232A546D%22%20%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20%20%20id%3D%22g41%22%3E%20%20%20%20%3Cg%20%20%20id%3D%22g45%22%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%3Ccircle%20%20%20cx%3D%221357.4%22%20%20%20cy%3D%22416.8%22%20%20%20r%3D%221.2%22%20%20%20id%3D%22circle51%22%20%20%20fill%3D%22%23FFFFFF%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%20%20id%3D%22path9261%22%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%232a546d%3Bstroke-width%3A1.01235247%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%20%20d%3D%22m%201373.064%2C413.91597%20a%2016.5395%2C16.5395%200%200%201%20-33.079%2C0%2016.5395%2C16.5395%200%201%201%2033.079%2C0%20z%22%20%2F%3E%3Cpath%20%20%20style%3D%22text-indent%3A0%3Btext-align%3Astart%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bbaseline-shift%3Abaseline%3Bcolor%3A%23000000%3Bfill%3A%232a546d%3Bfill-opacity%3A1%3Bstroke%3A%232a546d%3Bstroke-width%3A0.11720797%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Benable-background%3Aaccumulate%22%20%20%20d%3D%22m%201351.8735%2C402.33732%20c%200.052%2C5.39533%20-0.098%2C10.79223%200.072%2C16.18634%201.4658%2C3.29711%202.9349%2C6.59237%204.3952%2C9.89114%201.4743%2C-3.40967%203.093%2C-6.75515%204.4698%2C-10.20665%200%2C-5.31118%200%2C-10.62235%200%2C-15.93352%20-2.9788%2C0%20-5.9577%2C0%20-8.9367%2C0%20l%200%2C0.0318%200%2C0.0308%20z%20m%201.3317%2C1.21426%20c%202.11%2C0%204.22%2C0%206.33%2C0%20-0.062%2C4.92076%200.1179%2C9.84692%20-0.091%2C14.76406%20-0.7162%2C1.6118%20-1.4349%2C3.2224%20-2.149%2C4.8351%20-0.6821%2C0.18503%20-1.3787%2C0.32298%20-2.0501%2C0.53945%20-0.7851%2C-1.94725%20-1.8282%2C-3.79463%20-2.4724%2C-5.79755%200.1236%2C-4.78034%200.246%2C-9.56073%200.3703%2C-14.34106%20l%200.032%2C0%200.029%2C0%20z%22%20%20%20id%3D%22path10074%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%3Crect%20%20%20id%3D%22rect10076%22%20%20%20style%3D%22fill%3A%232a546d%3Bfill-opacity%3A1%3Bstroke%3A%232a546d%3Bstroke-width%3A0.22496721%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%20%20height%3D%2210.107435%22%20%20%20width%3D%220.91885787%22%20%20%20y%3D%22404.72702%22%20%20%20x%3D%221354.3981%22%20%2F%3E%3Crect%20%20%20id%3D%22rect10078%22%20%20%20style%3D%22fill%3A%232a546d%3Bfill-opacity%3A1%3Bstroke%3A%232a546d%3Bstroke-width%3A0.22496721%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%20%20height%3D%2210.107435%22%20%20%20width%3D%220.91885787%22%20%20%20y%3D%22404.72702%22%20%20%20x%3D%221357.1777%22%20%2F%3E%3Cpath%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%20%20id%3D%22path10103%22%20%20%20style%3D%22text-indent%3A0%3Btext-align%3Astart%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bbaseline-shift%3Abaseline%3Bcolor%3A%23000000%3Bfill%3A%232a546d%3Bfill-opacity%3A1%3Bstroke%3A%232a546d%3Bstroke-width%3A0.56241804%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Benable-background%3Aaccumulate%22%20%20%20d%3D%22m%201356.5245%2C416.66703%20c%20-1.2575%2C-0.009%20-2.5176%2C0.20373%20-3.773%2C0.66617%20l%200.2504%2C0.7371%20c%202.3282%2C-0.63464%204.5703%2C-0.47454%207.0569%2C0%20l%200.2274%2C-0.7371%20c%20-1.2493%2C-0.42284%20-2.5041%2C-0.65687%20-3.7617%2C-0.66617%20z%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-can-i-change-my-appointment { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20441.4%20679.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22441.4%20679.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata37%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs35%22%3E%20%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%232a546d%3B%22%20cx%3D%22512.3%22%20cy%3D%22750%22%20r%3D%2270.9%22%2F%3E%3Cpath%20id%3D%22path15%22%20d%3D%22M545.3%2C720.2h-10.3v-3.4c0-0.6-0.5-1.1-1.1-1.1h-9.1c-0.6%2C0-1.1%2C0.5-1.1%2C1.1v3.4h-22.8v-3.4c0-0.6-0.5-1.1-1.1-1.1h-9.1c-0.6%2C0-1.1%2C0.5-1.1%2C1.1v3.4h-10.3c-0.6%2C0-1.1%2C0.5-1.1%2C1.1v14.6h68.4v-14.6c-0.1-0.6-0.6-1.1-1.3-1.1zm-46.7%2C6.8h-6.8v-9h6.8v9zm34.2%2C0h-6.8v-9h6.8v9z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3Cpath%20id%3D%22path17%22%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M36.906%2C57.594v6.218%2C22.126l14%2C16.472h53.314c0.6%2C0%2C1.09-0.5%2C1.09-1.1v-43.716h-68.404zm33.5%2C9.718h4.406v23.782h-5v-0.094-17.188l-4%2C4-2.906-3%2C7.5-7.5z%22%20transform%3D%22translate(441.4%2C679.1)%22%2F%3E%3Cpolyline%20id%3D%22polyline29%22%20style%3D%22stroke%3A%232a546d%3Bstroke-width%3A0.50000000000000000%3Bstroke-miterlimit%3A10%3Bfill%3A%23ffffff%3B%22%20points%3D%22494.2%2C783.9%2C494.2%2C765.2%2C477.4%2C765.2%22%20stroke-miterlimit%3D%2210%22%20transform%3D%22translate(1.0993647%2C-3.0021186)%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-confidentiality { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Layer_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2270%22%20%20%20height%3D%2270%22%20%20%20viewBox%3D%220%200%2070%2070%22%20%20%20enable-background%3D%22new%200%200%2093.595%2093.83%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.2%20r9819%22%20%20%20sodipodi%3Adocname%3D%22advice_3.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata19%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs17%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221366%22%20%20%20inkscape%3Awindow-height%3D%22706%22%20%20%20id%3D%22namedview15%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%225.030374%22%20%20%20inkscape%3Acx%3D%225.7962239%22%20%20%20inkscape%3Acy%3D%2228.455973%22%20%20%20inkscape%3Awindow-x%3D%22-8%22%20%20%20inkscape%3Awindow-y%3D%22287%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%20%20fit-margin-top%3D%220%22%20%20%20fit-margin-left%3D%220%22%20%20%20fit-margin-right%3D%220%22%20%20%20fit-margin-bottom%3D%220%22%20%2F%3E%3Cpath%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%231a1a1a%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%20%20d%3D%22m%2035.01199%2C14.855272%20c%20-6.926468%2C0%20-12.550804%2C5.601329%20-12.590454%2C12.51851%20l%20-2.590036%2C0%20c%20-0.760649%2C0%20-1.390945%2C0.606315%20-1.390945%2C1.366964%20l%200%2C25.013037%20c%200%2C0.760649%200.630296%2C1.390946%201.390945%2C1.390946%20l%2030.337%2C0%20c%200.760649%2C0%201.390945%2C-0.630297%201.390945%2C-1.390946%20l%200%2C-25.013037%20c%200%2C-0.760649%20-0.630296%2C-1.366964%20-1.390945%2C-1.366964%20l%20-2.566054%2C0%20C%2047.562866%2C20.456541%2041.938503%2C14.855272%2035.01199%2C14.855272%20z%20m%200%2C2.9018%20c%205.325774%2C0%209.649318%2C4.300195%209.688656%2C9.61671%20l%20-19.37731%2C0%20c%200.03934%2C-5.316515%204.362881%2C-9.61671%209.688654%2C-9.61671%20z%20M%2034.844118%2C33.00951%20c%202.000344%2C0%203.621255%2C1.620911%203.621255%2C3.621254%200%2C1.257153%20-0.634318%2C2.372256%20-1.606782%2C3.02171%20l%201.606782%2C9.856527%20-6.954728%2C0%201.438909%2C-9.784582%20c%20-1.032597%2C-0.638082%20-1.72669%2C-1.790656%20-1.72669%2C-3.093655%200%2C-2.000343%201.620911%2C-3.621254%203.621254%2C-3.621254%20z%22%20%20%20id%3D%22rect2996%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-done { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAhdJREFUeJzt2D9rFFEcheH8NSaEEKOI4IexEEQEBRFBCwtBixQigljEQgURQQQbG0EstNDCgIighYXFgkJERBD8JImJ5z0WTmBZ1p07OzN7Sfg9/VzOObssc3dsLIQQQgghhBBCCCGEEEJtwFHgXO4cWQHHJK1L2gLO5M6TBXBC0oYLkjaBk7lzjRRwStJv95C0ARzPnW8kgNOSNntH6BpjHTiSO2erbJ+VtPW/EYohfgGHc2dtDXBe0p+SEX7aPpQ7a2uACwkj/AAO5s7aGuCiJJWM8M32gdxZWwNclsSgEWyvAUu5s/Zle2/dM4DlshEkfba92ETmxgELkjqSHtQ440rJt8CSOsBCk9kbY3ux+JS2w96regZwLWGET7bn2+hQm+19ttf65L6degZwI2GEj7bnWqwyPGB/8cvdF7CScMZKwggfgNlRdBpKSgng+oDnbyWM8A6YGWWvymyPS3qaMMbV3mcl3U0Y4Y3tPTm6VWZ7QtLzhDGWu565nzDCa9vTObtVZntS0quSYgCXJD1MGOGl7ancvYZie0rSalnJhBFe2J7M3acW29OS3tYY4Zntidw9GgHMSHo/xAhPbI/nzt8oYLZ4AUod4fGuG2Gb7bnilbhshEe5s7bO9rykzoARhr6g7TjFrfRLnxEqX8x2PP+7nX7tGuFO7kzZAEuSvgM3c2fJzg38gxVCCCGEEEIIIYQQdpm/LDhHbU5n2loAAAAASUVORK5CYII='); background-repeat: no-repeat; }

.icon-done { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2266%22%20%20%20height%3D%2266%22%20%20%20viewBox%3D%220%200%2065.999999%2065.999998%22%20%20%20id%3D%22Layer_1%22%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20%20%20id%3D%22metadata16%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs14%22%20%2F%3E%3Cg%20%20%20transform%3D%22matrix(0.6861776%2C0%2C0%2C0.6861776%2C1.2127842%2C0.64091764)%22%20%20%20id%3D%22Tick%22%20%20%20style%3D%22fill%3A%23ffffff%22%3E%20%3Cg%20%20%20id%3D%22g8%22%20%20%20style%3D%22fill%3A%23ffffff%22%3E%20%20%3Cpolygon%20%20%20points%3D%2238.737%2C69.279%2073.44%2C35.3%2066.838%2C28.551%2038.879%2C55.93%2027.187%2C43.989%2020.439%2C50.592%2030.892%2C61.271%20%22%20%20%20id%3D%22polygon10%22%20%20%20style%3D%22fill%3A%23ffffff%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-download { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAWxJREFUSIntlLtKA0EUhr+ZNbubQDZeEBsLTSCV4AvY+ga2tqKlD+E7+BhWljaiIKQxhZaK9xhjJCRqLnuOhUQkzUYZBSUfTDHDP/OdYS4wYsQPYZICIpI2xgRJOVUVa23DTVlAHMfbOgRxHD+IyMaw61pXBRpjtlR1aVi5MzFgrbWrqrooIuu/JlbVNRHZBeZUdTMpP+ZKbK0tAkUAETlLzLsSD6D/V3xYqdDodDi4q7B/e/cz4pN6nVK1ynGtRleEvesbStUqF80mO+fnTIUf/0yi+EuX67T+xFQYcnR/z0sv5rnXAyDn+0SpFIUo6kfFiVhUKdceAbhqNam32/ie5eH1lVa3R8paPGsIPK8/xc2OjTHkAh+AQhSxPDvLTDrNuB8Qeh4TQcBKPv95iiMxMJ/N0up2mclkmA5DAPJR9iNTzOXci/ssTE4OG/3H7/jPiRPP2BhzKSJl3u9Yv9mB/uDY9fdrHjHir/IGa6eovL5GqXIAAAAASUVORK5CYII='); background-repeat: no-repeat; }

.icon-download { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2293.596001%22%20%20%20height%3D%2293.830002%22%20%20%20viewBox%3D%220%200%2093.596%2093.83%22%20%20%20id%3D%22Layer_1%22%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20%20%20id%3D%22metadata29%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs27%22%20%2F%3E%3Cpath%20%20%20d%3D%22m%2026.215348%2C18.544091%200%2C55.971111%2041.856329%2C0.139401%200.174243%2C-46.561272%20-9.409818%2C-9.54924%20-32.620754%2C0%20z%20m%2031.191863%2C2.195629%208.782529%2C8.2946%20-8.608285%2C0%20-0.174244%2C-8.2946%20z%22%20%20%20id%3D%22path3018-9%22%20%20%20style%3D%22fill%3A%23ffffff%3Bstroke%3A%23000000%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20%2F%3E%3Cpath%20%20%20d%3D%22m%2059.484652%2C41.867573%20c%20-1.076983%2C1.4e-5%20-1.862554%2C0.214069%20-2.351616%2C0.671884%20-0.489062%2C0.457842%20-0.746537%2C1.208598%20-0.746537%2C2.202289%20l%200%2C0.634553%20-1.306424%2C0.63456%200%2C1.15713%201.306424%2C0%200%2C6.942805%202.388906%2C0%200%2C-6.942805%202.053028%2C0%200%2C-1.79169%20-2.053028%2C0%200%2C-0.559899%20c%200%2C-0.31215%200.0731%2C-0.546232%200.224008%2C-0.746538%200.150837%2C-0.200299%200.408312%2C-0.298608%200.746537%2C-0.298615%200.405764%2C7e-6%200.827758%2C0.07309%201.306424%2C0.223961%20l%200.634533%2C-1.754366%20c%20-0.639898%2C-0.244511%20-1.380265%2C-0.373255%20-2.202255%2C-0.373269%20z%20m%20-8.361205%2C0.07465%200%2C2.799519%20c%200%2C0.50986%200.06707%2C1.104045%200.186584%2C1.754359%20l%20-0.07465%2C0%20c%20-0.577459%2C-0.853216%20-1.403137%2C-1.30643%20-2.500911%2C-1.306437%20-1.045729%2C7e-6%20-1.867852%2C0.433195%20-2.463553%2C1.231784%20-0.595701%2C0.798609%20-0.895832%2C1.89138%20-0.895832%2C3.322094%200%2C1.409911%200.273237%2C2.526095%200.858542%2C3.322095%200.585238%2C0.796001%201.401325%2C1.19446%202.426196%2C1.19446%201.10817%2C0%201.922513%2C-0.448009%202.463621%2C-1.306444%20l%200.111937%2C0%200.447949%2C1.157137%201.82902%2C0%200%2C-12.168567%20-2.388906%2C0%20z%20m%20-10.488881%2C3.247441%20c%20-1.092543%2C7e-6%20-1.906886%2C0.442812%20-2.463553%2C1.306437%20l%20-0.112005%2C0%20-0.335945%2C-1.119806%20-1.941024%2C0%200%2C12.541835%202.388974%2C0%200%2C-3.508725%20c%200%2C-0.114459%20-0.02884%2C-0.540752%20-0.112005%2C-1.269114%20l%200.112005%2C0%20c%200.582689%2C0.743975%201.401325%2C1.119806%202.426196%2C1.119806%200.681548%2C0%201.249751%2C-0.200923%201.754373%2C-0.559906%200.504689%2C-0.358977%200.884027%2C-0.880983%201.157129%2C-1.567729%200.27317%2C-0.686739%200.410593%2C-1.494973%200.410593%2C-2.426243%200%2C-1.415108%20-0.275785%2C-2.526088%20-0.858475%2C-3.322095%20-0.582689%2C-0.795993%20-1.396161%2C-1.194453%20-2.426263%2C-1.19446%20z%20m%20-0.746538%2C1.903667%20c%200.561899%2C7e-6%200.969071%2C0.24268%201.231777%2C0.671884%200.262707%2C0.429224%200.373302%2C1.045246%200.373302%2C1.903674%200%2C1.758484%20-0.501201%2C2.650211%20-1.567722%2C2.650211%20-0.603547%2C0%20-1.065447%2C-0.191426%20-1.34378%2C-0.59723%20-0.278334%2C-0.405804%20-0.410592%2C-1.079176%20-0.410592%2C-2.015651%20l%200%2C-0.261291%20c%200.01073%2C-0.832412%200.140038%2C-1.430105%200.410592%2C-1.79169%200.270486%2C-0.361579%200.718503%2C-0.5599%201.306423%2C-0.559907%20z%20m%209.555693%2C0.03736%20c%200.650294%2C7e-6%201.129631%2C0.228757%201.418428%2C0.634554%200.288729%2C0.40581%200.447882%2C1.079189%200.447882%2C2.015658%20l%200%2C0.223961%20c%20-0.02616%2C0.848025%20-0.201675%2C1.475241%20-0.48524%2C1.829013%20-0.283497%2C0.353779%20-0.697711%2C0.522576%20-1.306423%2C0.522576%20-0.551503%2C0%20-1.009915%2C-0.205336%20-1.306424%2C-0.634553%20-0.296576%2C-0.429217%20-0.410592%2C-1.082563%20-0.410592%2C-1.940997%200%2C-0.858428%200.116632%2C-1.5283%200.410592%2C-1.978328%200.293893%2C-0.450022%200.701132%2C-0.671877%201.231777%2C-0.671884%20z%20M%2032.27336%2C51.647246%20c%20-0.44748%2C0%20-0.7737%2C0.112232%20-1.007835%2C0.335939%20-0.234136%2C0.223713%20-0.373303%2C0.570811%20-0.373303%2C1.007828%200%2C0.421411%200.134003%2C0.738979%200.373303%2C0.970499%200.239299%2C0.23152%200.570818%2C0.335939%201.007835%2C0.335939%200.426622%2C0%200.768469%2C-0.09922%201.007836%2C-0.335939%200.2393%2C-0.236718%200.335878%2C-0.559491%200.335945%2C-0.970499%20-6.7e-5%2C-0.426614%20-0.09926%2C-0.778911%20-0.335945%2C-1.007828%20-0.236751%2C-0.228905%20-0.57605%2C-0.335939%20-1.007836%2C-0.335939%20z%22%20%20%20id%3D%22path3805-1-4%22%20%20%20style%3D%22font-size%3A13.38045883px%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Abold%3Bfont-stretch%3Anormal%3Bline-height%3A125%25%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%2363c0c1%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bfont-family%3AOpen%20Sans%3B-inkscape-font-specification%3AOpen%20Sans%20Bold%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-drag { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2220%22%20%20%20height%3D%2220%22%20%20%20id%3D%22svg2%22%3E%20%20%3Cmetadata%20%20%20%20%20id%3D%22metadata8%22%3E%20%20%20%20%3Crdf%3ARDF%3E%20%20%20%20%20%20%3Ccc%3AWork%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%20%20%20%20%20%20%20%3Cdc%3Atype%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%20%20%20%20%3C%2Frdf%3ARDF%3E%20%20%3C%2Fmetadata%3E%20%20%3Cdefs%20%20%20%20%20id%3D%22defs6%22%20%2F%3E%20%20%3Cpath%20%20%20%20%20d%3D%22m%2010%2C0.7136251%20-5.8844355%2C5.8844356%203.9229571%2C0%200%2C6.8038783%20-3.9229571%2C0%20L%2010%2C19.286375%20l%205.884436%2C-5.884436%20-3.922957%2C0%200%2C-6.8038783%203.922957%2C0%20L%2010%2C0.7136251%20z%22%20%20%20%20%20id%3D%22rect2987%22%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-email { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Layer_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2293.596px%22%20%20%20height%3D%2293.83px%22%20%20%20viewBox%3D%220%200%2093.596%2093.83%22%20%20%20enable-background%3D%22new%200%200%2093.596%2093.83%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.2%20r9819%22%20%20%20sodipodi%3Adocname%3D%22email.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata4031%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs4029%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221366%22%20%20%20inkscape%3Awindow-height%3D%22706%22%20%20%20id%3D%22namedview4027%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%222.515187%22%20%20%20inkscape%3Acx%3D%2246.798%22%20%20%20inkscape%3Acy%3D%2246.915001%22%20%20%20inkscape%3Awindow-x%3D%22-8%22%20%20%20inkscape%3Awindow-y%3D%22-8%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%3Cg%20%20%20id%3D%22g3999%22%3E%20%3Cg%20%20%20id%3D%22g4001%22%3E%20%20%3Cg%20%20%20id%3D%22g4003%22%3E%20%20%20%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20%20%20id%3D%22g4007%22%3E%20%20%3Cg%20%20%20id%3D%22g4009%22%3E%20%20%20%3Cpolygon%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%2223.49%2C35.535%2023.49%2C39.157%20%20%20%20%20%2020.551%2C37.348%20%20%20%20%22%20%20%20id%3D%22polygon4011%22%20%20%20stroke-width%3D%221.9502%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%3Cpolygon%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%2261.289%2C30.368%2031.863%2C30.368%20%20%20%20%20%2046.574%2C21.293%20%20%20%20%22%20%20%20id%3D%22polygon4013%22%20%20%20stroke-width%3D%222.3402%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%3Cpolygon%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%2272.602%2C37.348%2069.859%2C39.036%20%20%20%20%20%2069.859%2C35.659%20%20%20%20%22%20%20%20id%3D%22polygon4015%22%20%20%20stroke-width%3D%221.9502%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%3Cpolyline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%2223.49%2C39.157%2037.765%2C47.964%20%20%20%20%20%2046.574%2C53.396%2055.389%2C47.964%2069.859%2C39.036%20%20%20%20%22%20%20%20id%3D%22polyline4017%22%20%20%20stroke-width%3D%221.9502%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%3Cpolyline%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%2273.137%2C37.348%2073.137%2C67.5%20%20%20%20%20%2020.139%2C67.5%2020.139%2C37.348%20%20%20%20%22%20%20%20id%3D%22polyline4019%22%20%20%20stroke-width%3D%222.3402%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22none%22%20%2F%3E%20%20%20%3Cpolygon%20%20%20stroke-miterlimit%3D%2210%22%20%20%20points%3D%2269.859%2C30.368%2069.859%2C39.036%20%20%20%20%20%2055.389%2C47.964%2046.574%2C53.396%2037.765%2C47.964%2023.49%2C39.157%2023.49%2C30.368%20%20%20%20%22%20%20%20id%3D%22polygon4021%22%20%20%20stroke-width%3D%221.4041%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22%23FFFFFF%22%20%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%20%20%20id%3D%22g4023%22%3E%20%20%20%3Cpath%20%20%20d%3D%22M54.338%2C40.373c-0.055%2C1.217-0.439%2C2.262-1.157%2C3.141c-0.714%2C0.881-1.786%2C1.322-3.213%2C1.322%20%20%20%20%20c-0.469%2C0-0.872-0.124-1.217-0.368c-0.343-0.246-0.587-0.588-0.729-1.026c-0.265%2C0.457-0.594%2C0.799-0.99%2C1.026%20%20%20%20%20c-0.393%2C0.229-0.857%2C0.343-1.385%2C0.343c-0.847%2C0-1.499-0.331-1.954-0.994c-0.455-0.663-0.621-1.541-0.501-2.632%20%20%20%20%20c0.148-1.413%2C0.583-2.548%2C1.297-3.399c0.71-0.853%2C1.577-1.278%2C2.593-1.278c0.697%2C0%2C1.259%2C0.072%2C1.683%2C0.217%20%20%20%20%20c0.424%2C0.145%2C0.889%2C0.367%2C1.393%2C0.67l-0.023%2C0.031h0.041l-0.459%2C4.786c-0.043%2C0.531%2C0%2C0.891%2C0.127%2C1.087%20%20%20%20%20c0.125%2C0.194%2C0.299%2C0.294%2C0.514%2C0.294c0.693%2C0%2C1.247-0.305%2C1.666-0.913c0.419-0.605%2C0.651-1.375%2C0.699-2.306%20%20%20%20%20c0.097-1.965-0.314-3.499-1.232-4.602c-0.918-1.103-2.335-1.653-4.254-1.653c-1.825%2C0-3.279%2C0.592-4.367%2C1.779%20%20%20%20%20c-1.092%2C1.185-1.68%2C2.777-1.77%2C4.769c-0.103%2C1.977%2C0.336%2C3.539%2C1.316%2C4.677c0.981%2C1.141%2C2.394%2C1.712%2C4.234%2C1.712%20%20%20%20%20c0.51%2C0%2C1.039-0.055%2C1.582-0.166c0.547-0.112%2C1.014-0.249%2C1.403-0.418l0.344%2C1.23c-0.402%2C0.232-0.914%2C0.415-1.539%2C0.545%20%20%20%20%20c-0.621%2C0.131-1.23%2C0.197-1.824%2C0.197c-2.385%2C0-4.223-0.693-5.512-2.08c-1.291-1.388-1.885-3.285-1.783-5.698%20%20%20%20%20c0.109-2.376%2C0.876-4.281%2C2.307-5.709c1.429-1.429%2C3.31-2.143%2C5.645-2.143c2.33%2C0%2C4.112%2C0.676%2C5.354%2C2.026%20%20%20%20%20C53.863%2C36.19%2C54.433%2C38.036%2C54.338%2C40.373z%20M45.221%2C41.178c-0.059%2C0.709-0.005%2C1.248%2C0.166%2C1.613%20%20%20%20%20c0.172%2C0.366%2C0.452%2C0.548%2C0.838%2C0.548c0.335%2C0%2C0.642-0.072%2C0.914-0.219c0.274-0.145%2C0.52-0.412%2C0.735-0.806%20%20%20%20%20c0-0.019%2C0-0.038%2C0-0.051c0-0.014%2C0.004-0.032%2C0.01-0.055l0.397-4.158c-0.141-0.038-0.278-0.068-0.417-0.091%20%20%20%20%20c-0.137-0.023-0.28-0.033-0.433-0.033c-0.666%2C0-1.177%2C0.269-1.523%2C0.808C45.559%2C39.274%2C45.33%2C40.086%2C45.221%2C41.178z%22%20%20%20id%3D%22path4025%22%20%20%20fill%3D%22%23EB6D6F%22%20%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-eye { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22svg9251%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%20%3Cmetadata%20id%3D%22metadata9256%22%3E%20%20%3Crdf%3ARDF%3E%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%20%20%20%3Cdc%3Atitle%2F%3E%20%20%20%3C%2Fcc%3AWork%3E%20%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cg%20id%3D%22layer1%22%20transform%3D%22translate(0%2C-852.36218)%22%3E%20%20%3Cpath%20id%3D%22path9261%22%20style%3D%22stroke-linejoin%3Amiter%3Bfill-opacity%3A0%3Bstroke-dashoffset%3A0%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A10%3B%22%20d%3D%22m190%2C100a90%2C90%2C0%2C1%2C1%2C-180%2C0%2C90%2C90%2C0%2C1%2C1%2C180%2C0z%22%20transform%3D%22translate(0%2C852.36218)%22%2F%3E%20%20%3Cpath%20id%3D%22path10134%22%20style%3D%22stroke-linejoin%3Amiter%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A8%3Bfill%3Anone%3B%22%20d%3D%22m50%2C105%2C35%2C40%2C65-85%22%20transform%3D%22translate(0%2C852.36218)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-grid { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2260%22%20%20%20height%3D%2260%22%20%20%20id%3D%22svg2%22%3E%20%20%3Cdefs%20%20%20%20%20id%3D%22defs4%22%20%2F%3E%20%20%3Cmetadata%20%20%20%20%20id%3D%22metadata7%22%3E%20%20%20%20%3Crdf%3ARDF%3E%20%20%20%20%20%20%3Ccc%3AWork%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%20%20%20%20%20%20%20%3Cdc%3Atype%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%20%20%20%20%3C%2Frdf%3ARDF%3E%20%20%3C%2Fmetadata%3E%20%20%3Cpath%20%20%20%20%20d%3D%22m%2041.546875%2C14.453125%20c%20-1.832379%2C0%20-3.3125%2C1.480121%20-3.3125%2C3.3125%200%2C1.832379%201.480121%2C3.3125%203.3125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.28125%2C-1.480121%203.28125%2C-3.3125%200%2C-1.832379%20-1.448871%2C-3.3125%20-3.28125%2C-3.3125%20l%20-6%2C0%20z%20m%20-29.0625%2C0.125%20c%20-1.832379%2C0%20-3.3125002%2C1.448871%20-3.3125002%2C3.28125%200%2C1.832379%201.4801212%2C3.3125%203.3125002%2C3.3125%20l%205.96875%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.28125%20-3.3125%2C-3.28125%20l%20-5.96875%2C0%20z%20m%2014.5%2C0%20c%20-1.832379%2C0%20-3.28125%2C1.448871%20-3.28125%2C3.28125%200%2C1.832379%201.448871%2C3.3125%203.28125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.28125%20-3.3125%2C-3.28125%20l%20-6%2C0%20z%20m%2014.5625%2C7.875%20c%20-1.832379%2C0%20-3.3125%2C1.480121%20-3.3125%2C3.3125%200%2C1.832379%201.480121%2C3.3125%203.3125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.28125%2C-1.480121%203.28125%2C-3.3125%200%2C-1.832379%20-1.448871%2C-3.3125%20-3.28125%2C-3.3125%20l%20-6%2C0%20z%20m%20-29.0625%2C0.125%20c%20-1.832379%2C0%20-3.3125002%2C1.480121%20-3.3125002%2C3.3125%200%2C1.832379%201.4801212%2C3.3125%203.3125002%2C3.3125%20l%205.96875%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.3125%20-3.3125%2C-3.3125%20l%20-5.96875%2C0%20z%20m%2014.5%2C0%20c%20-1.832379%2C0%20-3.28125%2C1.480121%20-3.28125%2C3.3125%200%2C1.832379%201.448871%2C3.3125%203.28125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.3125%20-3.3125%2C-3.3125%20l%20-6%2C0%20z%20m%2014.5625%2C8.25%20c%20-1.832379%2C0%20-3.3125%2C1.448871%20-3.3125%2C3.28125%200%2C1.832379%201.480121%2C3.3125%203.3125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.28125%2C-1.480121%203.28125%2C-3.3125%200%2C-1.832379%20-1.448871%2C-3.28125%20-3.28125%2C-3.28125%20l%20-6%2C0%20z%20m%20-29.0625%2C0.09375%20c%20-1.832379%2C0%20-3.3125002%2C1.480121%20-3.3125002%2C3.3125%200%2C1.832379%201.4801212%2C3.3125%203.3125002%2C3.3125%20l%205.96875%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.3125%20-3.3125%2C-3.3125%20l%20-5.96875%2C0%20z%20m%2014.5%2C0%20c%20-1.832379%2C0%20-3.28125%2C1.480121%20-3.28125%2C3.3125%200%2C1.832379%201.448871%2C3.3125%203.28125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.3125%20-3.3125%2C-3.3125%20l%20-6%2C0%20z%20m%2014.5625%2C7.90625%20c%20-1.832379%2C0%20-3.3125%2C1.480121%20-3.3125%2C3.3125%200%2C1.832379%201.480121%2C3.28125%203.3125%2C3.28125%20l%206%2C0%20c%201.832379%2C0%203.28125%2C-1.448871%203.28125%2C-3.28125%200%2C-1.832379%20-1.448871%2C-3.3125%20-3.28125%2C-3.3125%20l%20-6%2C0%20z%20m%20-29.0625%2C0.125%20c%20-1.832379%2C0%20-3.3125002%2C1.448871%20-3.3125002%2C3.28125%200%2C1.832379%201.4801212%2C3.3125%203.3125002%2C3.3125%20l%205.96875%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.28125%20-3.3125%2C-3.28125%20l%20-5.96875%2C0%20z%20m%2014.5%2C0%20c%20-1.832379%2C0%20-3.28125%2C1.448871%20-3.28125%2C3.28125%200%2C1.832379%201.448871%2C3.3125%203.28125%2C3.3125%20l%206%2C0%20c%201.832379%2C0%203.3125%2C-1.480121%203.3125%2C-3.3125%200%2C-1.832379%20-1.480121%2C-3.28125%20-3.3125%2C-3.28125%20l%20-6%2C0%20z%22%20%20%20%20%20id%3D%22rect2999%22%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%231a1a1a%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-how-can-camhs-help { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22590.1%20379.1%20141.7%20141.7%22%20enable-background%3D%22new%20590.1%20379.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Ccircle%20fill%3D%22%2328546D%22%20cx%3D%22660.9%22%20cy%3D%22450%22%20r%3D%2270.9%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M694.2%2C435.9h-66.8c-0.6%2C0-1.1-0.5-1.1-1.1V428c0-0.6%2C0.5-1.1%2C1.1-1.1h66.8c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v6.9%20%20C695.3%2C435.4%2C694.8%2C435.9%2C694.2%2C435.9z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M694.2%2C456.5h-66.8c-0.6%2C0-1.1-0.5-1.1-1.1v-6.9c0-0.6%2C0.5-1.1%2C1.1-1.1h66.8c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v6.9%20%20C695.3%2C456%2C694.8%2C456.5%2C694.2%2C456.5z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M694.2%2C477.7h-66.8c-0.6%2C0-1.1-0.5-1.1-1.1v-6.9c0-0.6%2C0.5-1.1%2C1.1-1.1h66.8c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v6.9%20%20C695.3%2C477.2%2C694.8%2C477.7%2C694.2%2C477.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-how-can-i-get-help { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20738.1%20379.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22738.1%20379.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata13%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs11%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%23e44e68%3B%22%20cx%3D%22809.3%22%20cy%3D%22450%22%20r%3D%2270.9%22%2F%3E%3Cpath%20id%3D%22path7%22%20d%3D%22m829.5%2C435.1h-3.2v6h-1.3v-6.6c0-1.4-1.8-3.2-3.2-3.2h-5.8v7h-1.3v-7.6c0-1.4-1.9-1.9-3.2-1.9h-5.8v9.6h-1.3v-23c0-2.3-2.2-4.5-4.5-4.5s-4.5%2C2.2-4.5%2C4.5v38.7l-8.8-8.8c-1.2-1-3.1-1-4.2%2C0.2-1.2%2C1.2-0.8%2C3%2C0.1%2C4.2%2C0.2%2C0.3%2C11.6%2C22.5%2C16.5%2C29.2h28.7l6.3-18.8c0.8-2.9%2C1.2-5.9%2C1.2-8.8v-11.5c0.1-2.5-3.2-4.7-5.7-4.7z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-how-long-does-it-take-to-see-camhs { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20886.6%20379.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22886.6%20379.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata13%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cg%20id%3D%22g3%22%3E%20%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%23e44e68%3B%22%20cy%3D%22450%22%20cx%3D%22957.4%22%20r%3D%2270.9%22%20fill%3D%22%2346BAC1%22%2F%3E%20%3Cpath%20id%3D%22path7%22%20d%3D%22M981.6%2C481.3h-4.5v-13.5c0-8.5-5.1-15.3-12.4-17.9%2C3.9-1.4%2C7.3-4%2C9.5-7.6%2C1.9-3%2C2.9-6.6%2C2.9-10.3v-13.4h4.5c0.6%2C0%2C1.1-0.5%2C1.1-1.1s-0.5-1.1-1.1-1.1h-46.9c-0.6%2C0-1.1%2C0.5-1.1%2C1.1s0.5%2C1.1%2C1.1%2C1.1h4.5v13.4c0%2C3.6%2C1%2C7.1%2C2.8%2C10%2C2.3%2C3.7%2C5.7%2C6.4%2C9.7%2C7.9-7.3%2C2.6-12.5%2C9.5-12.5%2C17.9v13.5h-4.5c-0.6%2C0-1.1%2C0.5-1.1%2C1.1s0.5%2C1.1%2C1.1%2C1.1h46.9c0.6%2C0%2C1.1-0.5%2C1.1-1.1s-0.5-1.1-1.1-1.1zm-38-40.9h-0.1c-1.4-2.5-2.1-5.4-2.1-8.3v-13.4h33.5v13.4c0%2C3-0.8%2C5.8-2.1%2C8.3h-29.2zm31.3%2C29.7h-8.5l-7.5-7.5c-0.4-0.4-1.1-0.4-1.6%2C0l-7.5%2C7.5h-8.5v-2.2c0-9.4%2C7.4-16.8%2C16.8-16.8%2C9.5%2C0%2C16.7%2C7.2%2C16.8%2C16.8v2.2z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-how-to-give-feedback { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Layer_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2293.837px%22%20%20%20height%3D%2293.318px%22%20%20%20viewBox%3D%220%200%2093.837%2093.318%22%20%20%20enable-background%3D%22new%200%200%2093.837%2093.318%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.2%20r9819%22%20%20%20sodipodi%3Adocname%3D%22how-to-give-feedback.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata27%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs25%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221366%22%20%20%20inkscape%3Awindow-height%3D%22706%22%20%20%20id%3D%22namedview23%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%223.5765275%22%20%20%20inkscape%3Acx%3D%22-1.1077081%22%20%20%20inkscape%3Acy%3D%2241.269501%22%20%20%20inkscape%3Awindow-x%3D%22-8%22%20%20%20inkscape%3Awindow-y%3D%22287%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%3Cpath%20%20%20style%3D%22fill%3A%23ffffff%3Bstroke%3A%23000000%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%22%20%20%20d%3D%22m%2047.156169%2C21.55519%20-14.497821%2C9.209682%20-9.417642%2C0%200%2C6.001147%20-3.059991%2C1.931063%20-0.207961%2C33.065728%2053.891492%2C-0.207961%200%2C-33.659901%20-2.228149%2C-1.366598%200%2C-5.763478%20-9.447351%2C0%20-15.032577%2C-9.209682%20z%20m%20-21.835858%2C11.081327%2044.265889%2C0%200.207961%2C7.159785%20-11.616082%2C6.951824%20-21.598189%2C0%20-11.259579%2C-6.773572%200%2C-7.338037%20z%20m%206.951824%2C8.051044%200%2C2.43611%2030.154281%2C0%200%2C-2.43611%20-30.154281%2C0%20z%20m%208.348131%2C8.496674%2013.458019%2C0%20-6.743864%2C4.040377%20-6.714155%2C-4.040377%20z%22%20%20%20id%3D%22path3004%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-how-to-speak-to-your-friends-and-family-about-camhs { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22738.1%20831.1%20141.7%20141.7%22%20enable-background%3D%22new%20738.1%20831.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Ccircle%20fill%3D%22%23E0DE3C%22%20cx%3D%22808.9%22%20cy%3D%22902%22%20r%3D%2270.9%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%232A546D%22%20d%3D%22M848%2C903.4h-65.5c-1.3%2C0-2.3%2C0.8-2.3%2C1.9v16.8c0%2C1%2C1%2C1.9%2C2.3%2C1.9h55.8l9.1%2C5l-3.3-5h3.8%20%20%20c1.3%2C0%2C2.3-0.8%2C2.3-1.9v-16.8C850.2%2C904.2%2C849.2%2C903.4%2C848%2C903.4z%22%2F%3E%20%20%3Cpath%20fill%3D%22%232A546D%22%20d%3D%22M771.4%2C874.9h65.5c1.3%2C0%2C2.3%2C0.8%2C2.3%2C1.9v16.8c0%2C1-1%2C1.9-2.3%2C1.9h-55.8l-9.1%2C5l3.3-5h-3.8%20%20%20c-1.3%2C0-2.3-0.8-2.3-1.9v-16.8C769.1%2C875.8%2C770.1%2C874.9%2C771.4%2C874.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-howitworks_1 { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22173.5px%22%20height%3D%22137.667px%22%20viewBox%3D%220%200%20173.5%20137.667%22%20enable-background%3D%22new%200%200%20173.5%20137.667%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23F9D45E%22%20stroke-width%3D%221.3471%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.036%2C24.079h118.17%20%20c2.701%2C0%2C4.889%2C1.801%2C4.889%2C4.029v36.02c0%2C2.225-2.188%2C4.027-4.889%2C4.027H47.768L28.18%2C78.908l7.024-10.753h-8.168%20%20c-2.697%2C0-4.886-1.802-4.886-4.027v-36.02C22.15%2C25.879%2C24.339%2C24.079%2C27.036%2C24.079z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23F9D45E%22%20d%3D%22M1.051%2C22.063c0-11.543%2C9.357-20.903%2C20.904-20.903c11.54%2C0%2C20.9%2C9.36%2C20.9%2C20.903%20%20%20c0%2C11.544-9.36%2C20.904-20.9%2C20.904C10.408%2C42.967%2C1.051%2C33.607%2C1.051%2C22.063z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.321%2C17.391h6.377v14.529h3.28v2.452h-9.657v-2.452h3.283V19.846h-3.283V17.391z%20M24.313%2C11.421%20%20%20%20c0%2C0.335-0.067%2C0.656-0.201%2C0.957c-0.137%2C0.301-0.311%2C0.563-0.532%2C0.78c-0.221%2C0.221-0.478%2C0.395-0.782%2C0.525%20%20%20%20c-0.303%2C0.127-0.616%2C0.191-0.936%2C0.191c-0.336%2C0-0.652-0.064-0.95-0.191c-0.293-0.13-0.553-0.304-0.771-0.525%20%20%20%20c-0.219-0.217-0.396-0.479-0.522-0.78c-0.127-0.3-0.19-0.621-0.19-0.957c0-0.321%2C0.063-0.632%2C0.19-0.928%20%20%20%20c0.127-0.294%2C0.304-0.555%2C0.522-0.78c0.218-0.226%2C0.478-0.407%2C0.771-0.541c0.298-0.137%2C0.614-0.203%2C0.95-0.203%20%20%20%20c0.319%2C0%2C0.633%2C0.066%2C0.936%2C0.203c0.305%2C0.134%2C0.562%2C0.315%2C0.782%2C0.541c0.222%2C0.226%2C0.396%2C0.486%2C0.532%2C0.78%20%20%20%20C24.246%2C10.789%2C24.313%2C11.101%2C24.313%2C11.421z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23F9D45E%22%20stroke-width%3D%224.6962%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2244.435%22%20y1%3D%2245.127%22%20x2%3D%22132.692%22%20y2%3D%2245.127%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23F9D45E%22%20stroke-width%3D%221.3471%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M167.272%2C80.232H51.426%20%20c-2.699%2C0-4.888%2C1.801-4.888%2C4.029v36.022c0%2C2.226%2C2.188%2C4.025%2C4.888%2C4.025h95.114l19.588%2C10.753l-7.021-10.753h8.166%20%20c2.696%2C0%2C4.886-1.799%2C4.886-4.025V84.261C172.158%2C82.034%2C169.969%2C80.232%2C167.272%2C80.232z%22%2F%3E%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23F9D45E%22%20stroke-width%3D%224.6962%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2265.8%22%20y1%3D%22104.215%22%20x2%3D%22154.058%22%20y2%3D%22104.215%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-howitworks_2 { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22129.096px%22%20height%3D%22128.249px%22%20viewBox%3D%220%200%20129.096%20128.249%22%20enable-background%3D%22new%200%200%20129.096%20128.249%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%20%20%20%3Crect%20x%3D%224.046%22%20y%3D%2220.376%22%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.2124%22%20stroke-miterlimit%3D%2210%22%20width%3D%22103.454%22%20height%3D%22105.07%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.2124%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.046%22%20y1%3D%2246.644%22%20x2%3D%22107.5%22%20y2%3D%2246.644%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.2124%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.046%22%20y1%3D%2274.138%22%20x2%3D%22107.5%22%20y2%3D%2274.138%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.2124%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.046%22%20y1%3D%22101.629%22%20x2%3D%22107.5%22%20y2%3D%22101.629%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.2124%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2233.953%22%20y1%3D%2220.376%22%20x2%3D%2233.953%22%20y2%3D%22125.446%22%2F%3E%20%20%3Crect%20x%3D%2213.747%22%20y%3D%2230.562%22%20fill%3D%22%2364C1C1%22%20width%3D%229.295%22%20height%3D%228.109%22%2F%3E%20%20%3Crect%20x%3D%2213.747%22%20y%3D%2256.908%22%20fill%3D%22%2364C1C1%22%20width%3D%229.295%22%20height%3D%228.108%22%2F%3E%20%20%3Crect%20x%3D%2213.747%22%20y%3D%2283.257%22%20fill%3D%22%2364C1C1%22%20width%3D%229.295%22%20height%3D%228.106%22%2F%3E%20%20%3Crect%20x%3D%2213.747%22%20y%3D%22109.604%22%20fill%3D%22%2364C1C1%22%20width%3D%229.295%22%20height%3D%228.106%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%223.233%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2246.885%22%20y1%3D%2234.508%22%20x2%3D%2293.358%22%20y2%3D%2234.508%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%223.233%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2246.885%22%20y1%3D%2260.855%22%20x2%3D%2293.358%22%20y2%3D%2260.855%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%223.233%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2246.885%22%20y1%3D%2287.203%22%20x2%3D%2293.358%22%20y2%3D%2287.203%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%223.233%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2246.885%22%20y1%3D%22113.551%22%20x2%3D%2293.358%22%20y2%3D%22113.551%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Ccircle%20fill%3D%22%2364C1C1%22%20cx%3D%22106.554%22%20cy%3D%2222.218%22%20r%3D%2220.903%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22106.617%2C35.519%20100.414%2C29.646%20100.28%2C8.999%20112.699%2C8.92%20112.831%2C29.565%20%20%20%20%22%2F%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%2364C1C1%22%20d%3D%22M101.059%2C29.873c1.793-0.169%2C3.744-0.254%2C5.811-0.254c2.384%2C0%2C4.342%2C0.116%2C5.299%2C0.185l-3.911%2C3.809%20%20%20%20%20l-3.34%2C0.046L101.059%2C29.873z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M106.87%2C29.909c1.923%2C0%2C3.569%2C0.076%2C4.63%2C0.142l-3.361%2C3.274l-3.104%2C0.043l-3.323-3.26%20%20%20%20%20C103.322%2C29.975%2C105.051%2C29.909%2C106.87%2C29.909%20M106.87%2C29.328c-1.956%2C0-4.207%2C0.077-6.457%2C0.318l4.388%2C4.305l3.577-0.05%20%20%20%20%20l4.452-4.336C112.831%2C29.565%2C110.307%2C29.328%2C106.87%2C29.328L106.87%2C29.328z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M108.624%2C33.673c0%2C0-1.336-0.46-4.179-0.05l2.172%2C1.896L108.624%2C33.673z%22%2F%3E%20%20%3C%2Fg%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.243%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22108.624%22%20y1%3D%2227.868%22%20x2%3D%22108.624%22%20y2%3D%2210.35%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2364C1C1%22%20stroke-width%3D%221.243%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22104.445%22%20y1%3D%2227.868%22%20x2%3D%22104.445%22%20y2%3D%2210.35%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-howitworks_3 { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22196.045px%22%20height%3D%22129.661px%22%20viewBox%3D%220%200%20196.045%20129.661%22%20enable-background%3D%22new%200%200%20196.045%20129.661%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%221.2411%22%20stroke-miterlimit%3D%2210%22%20points%3D%2285.711%2C22.516%2085.711%2C39.913%20%20%20%20103.108%2C39.913%20103.117%2C126.719%20103.108%2C39.913%2085.711%2C22.516%2026.567%2C22.516%2026.567%2C126.719%20103.117%2C126.719%20%20%20%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%223.2097%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2240.667%22%20y1%3D%2260.927%22%20x2%3D%2288.244%22%20y2%3D%2260.927%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%223.2097%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2240.667%22%20y1%3D%2276.09%22%20x2%3D%2288.244%22%20y2%3D%2276.09%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%223.2097%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2240.667%22%20y1%3D%2291.252%22%20x2%3D%2288.244%22%20y2%3D%2291.252%22%2F%3E%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%223.2097%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2240.667%22%20y1%3D%22106.417%22%20x2%3D%2288.244%22%20y2%3D%22106.417%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%221.2411%22%20stroke-miterlimit%3D%2210%22%20points%3D%22127.634%2C126.719%20117.208%2C102.828%20%20%20%20%20%20116.981%2C9.195%20137.863%2C8.871%20138.084%2C102.5%20%20%20%20%20%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%221.2411%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M138.084%2C102.5%20%20%20%20%20c0%2C0-10.445-2.374-20.877%2C0.328%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23EC6F70%22%20d%3D%22M131.011%2C119.208c0%2C0-2.248-1.867-7.027-0.203l3.65%2C7.715L131.011%2C119.208z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%223.2097%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22131.011%22%20y1%3D%2295.593%22%20x2%3D%22131.011%22%20y2%3D%2214.691%22%2F%3E%20%20%20%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%223.2097%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22123.984%22%20y1%3D%2295.593%22%20x2%3D%22123.984%22%20y2%3D%2214.691%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%221.2411%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M193.157%2C117.185%20%20%20%20c0%2C5.744-3.649%2C9.534-9.185%2C9.534h-21.235c-5.53%2C0-9.181-3.79-9.181-9.534V55.832c0-5.746%2C3.65-9.532%2C9.181-9.532h21.235%20%20%20%20c5.535%2C0%2C9.185%2C3.786%2C9.185%2C9.532V117.185z%22%2F%3E%20%20%20%20%20%20%20%3Crect%20x%3D%22157.616%22%20y%3D%2256.57%22%20fill%3D%22none%22%20stroke%3D%22%23EC6F70%22%20stroke-width%3D%221.2411%22%20stroke-miterlimit%3D%2210%22%20width%3D%2231.812%22%20height%3D%2255.438%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23EC6F70%22%20d%3D%22M177.189%2C119.028c0-2.314-1.811-4.19-4.04-4.19s-4.038%2C1.876-4.038%2C4.19c0%2C2.317%2C1.809%2C4.195%2C4.038%2C4.195%20%20%20%20S177.189%2C121.345%2C177.189%2C119.028z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23EC6F70%22%20d%3D%22M178.843%2C52.302c0%2C0.497-0.385%2C0.895-0.861%2C0.895h-8.92c-0.477%2C0-0.861-0.397-0.861-0.895l0%2C0%20%20%20%20c0-0.491%2C0.385-0.89%2C0.861-0.89h8.92C178.458%2C51.413%2C178.843%2C51.811%2C178.843%2C52.302L178.843%2C52.302z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23EC6F70%22%20d%3D%22M2.177%2C22.123c0-11.543%2C9.36-20.904%2C20.905-20.904c11.542%2C0%2C20.902%2C9.361%2C20.902%2C20.904%20%20%20c0%2C11.544-9.36%2C20.904-20.902%2C20.904C11.538%2C43.027%2C2.177%2C33.667%2C2.177%2C22.123z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.269%2C22.211c0%2C0%2C12.786-18.841%2C31.627%2C0C38.896%2C22.211%2C24.09%2C42.4%2C7.269%2C22.211z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23EC6F70%22%20d%3D%22M16.07%2C22.243c0-3.424%2C2.775-6.197%2C6.194-6.197c3.423%2C0%2C6.199%2C2.773%2C6.199%2C6.197%20%20%20%20c0%2C3.422-2.776%2C6.194-6.199%2C6.194C18.845%2C28.437%2C16.07%2C25.665%2C16.07%2C22.243z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2222.569%22%20cy%3D%2222.543%22%20r%3D%221.44%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-info { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22svg9251%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%20%3Cmetadata%20id%3D%22metadata9256%22%3E%20%20%3Crdf%3ARDF%3E%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%20%20%20%3Cdc%3Atitle%2F%3E%20%20%20%3C%2Fcc%3AWork%3E%20%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cg%20id%3D%22layer1%22%20transform%3D%22translate(0%2C-852.36218)%22%3E%20%20%3Cpath%20id%3D%22path9261%22%20style%3D%22stroke-linejoin%3Amiter%3Bfill-opacity%3A0%3Bstroke-dashoffset%3A0%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A10%3B%22%20d%3D%22m190%2C100a90%2C90%2C0%2C1%2C1%2C-180%2C0%2C90%2C90%2C0%2C1%2C1%2C180%2C0z%22%20transform%3D%22translate(0%2C852.36218)%22%2F%3E%20%20%3Cpath%20id%3D%22path10031%22%20style%3D%22stroke-linejoin%3Amiter%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A12%3Bfill%3Anone%3B%22%20d%3D%22M100%2C60v10-10zm0%2C30v70-70z%22%20transform%3D%22translate(0%2C852.36218)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-know-your-rights { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2270%22%20%20%20height%3D%2270%22%20%20%20viewBox%3D%220%200%2070%2070%22%20%20%20id%3D%22Layer_1%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.2%20r9819%22%20%20%20sodipodi%3Adocname%3D%22know-your-rights.svg%22%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221366%22%20%20%20inkscape%3Awindow-height%3D%22706%22%20%20%20id%3D%22namedview3797%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%223.3714286%22%20%20%20inkscape%3Acx%3D%2235%22%20%20%20inkscape%3Acy%3D%2235%22%20%20%20inkscape%3Awindow-x%3D%22-8%22%20%20%20inkscape%3Awindow-y%3D%22287%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%3Cmetadata%20%20%20id%3D%22metadata21%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs19%22%20%2F%3E%3Cpath%20%20%20d%3D%22m%2033.250546%2C12.976288%200%2C2.5515%20-15.658519%2C0%20c%20-0.614634%2C0%20-1.118465%2C0.503831%20-1.118465%2C1.118466%20l%200%2C22.858641%20c%200%2C0.614635%200.503831%2C1.083514%201.118465%2C1.083514%20l%2015.658519%2C0%200%2C17.091553%203.425301%2C0%200%2C-17.091553%2015.763376%2C0%20c%200.614634%2C0%201.118465%2C-0.468879%201.118465%2C-1.083514%20l%200%2C-22.858641%20c%200%2C-0.614635%20-0.503831%2C-1.118466%20-1.118465%2C-1.118466%20l%20-15.763376%2C0%200%2C-2.5515%20-3.425301%2C0%20z%20m%20-13.6313%2C4.543767%2030.792758%2C0%20c%200.273435%2C0%200.489328%2C0.215893%200.489328%2C0.489329%20l%200%2C20.097429%20c%200%2C0.273436%20-0.215893%2C0.489329%20-0.489328%2C0.489329%20l%20-30.792758%2C0%20c%20-0.273435%2C0%20-0.489328%2C-0.215893%20-0.489328%2C-0.489329%20l%200%2C-20.097429%20c%200%2C-0.273436%200.215893%2C-0.489329%200.489328%2C-0.489329%20z%22%20%20%20id%3D%22rect2998%22%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%231a1a1a%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-opacity%3A1%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-once-camhs-knows-about-me { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20590.1%20529.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22590.1%20529.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata23%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs21%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%235cd9cd%3B%22%20cx%3D%22660.9%22%20cy%3D%22600%22%20r%3D%2270.9%22%2F%3E%3Cg%20id%3D%22g7%22%20style%3D%22fill%3A%23ffffff%3B%22%3E%20%20%3Cpath%20id%3D%22path9%22%20d%3D%22m677.1%2C605.8c-0.2%2C0.1-0.4%2C0.2-0.6%2C0.2-0.4%2C0-0.7-0.2-0.9-0.5-0.3-0.5-0.2-1.2%2C0.3-1.6l17.6-11.8-10.1-6.8v-23c0-0.6-0.5-1.1-1.1-1.1h-42.7c-0.6%2C0-1.1%2C0.5-1.1%2C1.1v23l-10.1%2C6.8%2C17.6%2C11.8c0.5%2C0.3%2C0.7%2C1%2C0.3%2C1.6-0.2%2C0.3-0.6%2C0.5-0.9%2C0.5-0.2%2C0-0.4-0.1-0.6-0.2l-17.5-11.8v29.3c0%2C3%2C2.4%2C5.4%2C5.4%2C5.4h56.7c3%2C0%2C5.4-2.4%2C5.4-5.4v-29.3l-17.7%2C11.8zm-36.4-7.4v-34.9h40.5v34.9h-40.5zm45.8%2C22.1c-0.2%2C0.3-0.5%2C0.4-0.9%2C0.4-0.3%2C0-0.5-0.1-0.7-0.3l-14.3-12.1h-19.4l-14.3%2C12.1c-0.5%2C0.4-1.2%2C0.3-1.6-0.1-0.4-0.5-0.3-1.2%2C0.1-1.6l14.6-12.4c0.2-0.2%2C0.5-0.3%2C0.7-0.3h20.3c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3l14.6%2C12.4c0.6%2C0.4%2C0.6%2C1.1%2C0.2%2C1.6z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path11%22%20d%3D%22m648.5%2C570.2h5.6c0.6%2C0%2C1.1-0.5%2C1.1-1.1s-0.5-1.1-1.1-1.1h-5.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1s0.5%2C1.1%2C1.1%2C1.1z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path13%22%20d%3D%22m673.3%2C574.7h-19.1c-0.6%2C0-1.1%2C0.5-1.1%2C1.1s0.5%2C1.1%2C1.1%2C1.1h19.1c0.6%2C0%2C1.1-0.5%2C1.1-1.1s-0.5-1.1-1.1-1.1z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path15%22%20d%3D%22m673.3%2C583.7h-24.7c-0.6%2C0-1.1%2C0.5-1.1%2C1.1s0.5%2C1.1%2C1.1%2C1.1h24.7c0.6%2C0%2C1.1-0.5%2C1.1-1.1s-0.5-1.1-1.1-1.1z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path17%22%20d%3D%22m673.3%2C592.7h-24.7c-0.6%2C0-1.1%2C0.5-1.1%2C1.1s0.5%2C1.1%2C1.1%2C1.1h24.7c0.6%2C0%2C1.1-0.5%2C1.1-1.1s-0.5-1.1-1.1-1.1z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-pencil { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22svg9251%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%20%3Cmetadata%20id%3D%22metadata9256%22%3E%20%20%3Crdf%3ARDF%3E%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%20%20%20%3Cdc%3Atitle%2F%3E%20%20%20%3C%2Fcc%3AWork%3E%20%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cpath%20id%3D%22path9261%22%20style%3D%22stroke-linejoin%3Amiter%3Bfill-opacity%3A0%3Bstroke-dashoffset%3A0%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A10%3B%22%20d%3D%22m190%2C100a90%2C90%2C0%2C0%2C1%2C-180%2C0%2C90%2C90%2C0%2C1%2C1%2C180%2C0z%22%2F%3E%20%3Cpath%20id%3D%22path10074%22%20style%3D%22direction%3Altr%3Benable-background%3Aaccumulate%3Bbaseline-shift%3Abaseline%3Bblock-progression%3Atb%3Btext-indent%3A0%3Bcolor%3A%23000000%3Bfill%3A%23686a6e%3Btext-transform%3Anone%3Btext-align%3Astart%3B%22%20d%3D%22m76%2C38.031c0.25471%2C27.856-0.50634%2C55.943%2C0.375%2C83.656%2C7.8837%2C17.733%2C15.803%2C35.498%2C23.625%2C53.188%2C7.8282-18.267%2C16.675-36.425%2C24-54.844v-84h-48v1%2C1zm40%2C6c-0.27345%2C25.359%2C0.54514%2C50.949-0.40614%2C76.164-3.698%2C8.3204-7.3959%2C16.641-11.094%2C24.961-3.2743%2C0.87695-6.6242%2C1.5596-9.8438%2C2.5625-4.0518-9.8439-9.3044-19.449-12.631-29.437%2C0.63725-24.75%2C1.2745-49.5%2C1.9118-74.25h32.062z%22%2F%3E%20%3Crect%20id%3D%22rect10076%22%20style%3D%22stroke-linejoin%3Amiter%3Bstroke-dashoffset%3A0%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A2.65921569%3Bfill%3A%23686a6e%3B%22%20height%3D%2255%22%20width%3D%225%22%20y%3D%2249.998%22%20x%3D%2290%22%2F%3E%20%3Crect%20id%3D%22rect10078%22%20style%3D%22stroke-linejoin%3Amiter%3Bstroke-dashoffset%3A0%3Bstroke%3A%23686a6e%3Bstroke-linecap%3Abutt%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-width%3A2.65921569%3Bfill%3A%23686a6e%3B%22%20height%3D%2255%22%20width%3D%225%22%20y%3D%2249.998%22%20x%3D%22105%22%2F%3E%20%3Cpath%20id%3D%22path10103%22%20style%3D%22baseline-shift%3Abaseline%3Bblock-progression%3Atb%3Bfill%3A%23686a6e%3Bcolor%3A%23000000%3Bdirection%3Altr%3Btext-indent%3A0%3Btext-align%3Astart%3Benable-background%3Aaccumulate%3Btext-transform%3Anone%3B%22%20d%3D%22m100%2C114.97c-6.8427-0.0506-13.7%2C1.1086-20.531%2C3.625l1.3621%2C4.011c12.67-3.4535%2C24.87-2.5823%2C38.401%2C0l1.2371-4.011c-6.7976-2.3009-13.626-3.5744-20.469-3.625z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-print { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Layer_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2293.596px%22%20%20%20height%3D%2293.83px%22%20%20%20viewBox%3D%220%200%2093.596%2093.83%22%20%20%20enable-background%3D%22new%200%200%2093.596%2093.83%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.2%20r9819%22%20%20%20sodipodi%3Adocname%3D%22print.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata4088%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs4086%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221033%22%20%20%20inkscape%3Awindow-height%3D%22655%22%20%20%20id%3D%22namedview4084%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%222.515187%22%20%20%20inkscape%3Acx%3D%2246.798%22%20%20%20inkscape%3Acy%3D%2246.915001%22%20%20%20inkscape%3Awindow-x%3D%220%22%20%20%20inkscape%3Awindow-y%3D%220%22%20%20%20inkscape%3Awindow-maximized%3D%220%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%3Cg%20%20%20id%3D%22g4068%22%3E%20%3Cg%20%20%20id%3D%22g4070%22%3E%20%20%20%3C%2Fg%3E%20%3Cg%20%20%20id%3D%22g4074%22%3E%20%20%3Cpath%20%20%20d%3D%22M76.871%2C40.5v17.724H17.004V40.5c0-3.317%2C3.037-6.003%2C6.791-6.003h46.283%20%20%20%20C73.832%2C34.497%2C76.871%2C37.183%2C76.871%2C40.5z%22%20%20%20id%3D%22path4076%22%20%20%20style%3D%22fill%3A%23ffffff%22%20%20%20fill%3D%22%23FFFFFF%22%20%2F%3E%20%20%20%20%20%3Crect%20%20%20x%3D%2230.735%22%20%20%20y%3D%2249.604%22%20%20%20stroke-miterlimit%3D%2210%22%20%20%20width%3D%2232.406%22%20%20%20height%3D%2217.479%22%20%20%20id%3D%22rect4078%22%20%20%20style%3D%22stroke%3A%23ffffff%22%20%20%20stroke-width%3D%222.2769%22%20%20%20stroke%3D%22%23FFFFFF%22%20%20%20fill%3D%22%23F8D45E%22%20%2F%3E%20%20%3Crect%20%20%20x%3D%2231.007%22%20%20%20y%3D%2222.022%22%20%20%20width%3D%2232.406%22%20%20%20height%3D%2210.25%22%20%20%20id%3D%22rect4080%22%20%20%20style%3D%22fill%3A%23ffffff%22%20%20%20fill%3D%22%23FFFFFF%22%20%2F%3E%20%20%20%20%20%3Crect%20%20%20x%3D%2268.266%22%20%20%20y%3D%2238.714%22%20%20%20stroke-miterlimit%3D%2210%22%20%20%20width%3D%223.686%22%20%20%20height%3D%223.072%22%20%20%20id%3D%22rect4082%22%20%20%20stroke-width%3D%220.0801%22%20%20%20stroke%3D%22%23F8D45E%22%20%20%20fill%3D%22%23F8D45E%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-are-my-rights { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20441.4%20831.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22441.4%20831.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata19%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs17%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%235cd9cd%3B%22%20cx%3D%22512.3%22%20cy%3D%22902%22%20r%3D%2270.9%22%2F%3E%3Cg%20id%3D%22g7%22%3E%20%20%3Cpath%20id%3D%22path9%22%20d%3D%22m543.7%2C889.4h-1.3v-17.5c0-0.4-0.2-0.8-0.6-1.1-0.4-0.2-0.8-0.3-1.2-0.1l-0.7%2C0.4c-10%2C5-19.6%2C9.8-37.7%2C11.4v28.2%2C0.6c17%2C1.6%2C26.3%2C6.3%2C36.1%2C11.2l2.2%2C1.1c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.1s0.5-0.1%2C0.7-0.2c0.4-0.2%2C0.6-0.6%2C0.6-1.1v-18.1h1.3c3.5%2C0%2C6.3-2.5%2C6.3-5.6v-3.2c-0.1-3.2-3-6.1-6.3-6.1zm3.7%2C9.4c0%2C1.9-1.9%2C3.1-3.8%2C3.1h-1.3v-10.1h1.3c1.9%2C0%2C3.8%2C1.8%2C3.8%2C3.8v3.2z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path11%22%20d%3D%22m494.7%2C883c-2%2C0.1-4.1%2C0.1-6.3%2C0.1h-3.8c-5.6%2C0-10.1%2C5-10.1%2C11.3v6.3c0%2C5.9%2C4.1%2C10.1%2C10.1%2C10.1h3.8c2.2%2C0%2C4.3%2C0%2C6.3%2C0.1v-0.1-27.8z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path13%22%20d%3D%22m511.2%2C931c-6.9-3.5-11.5-11.6-11.5-20.2v-28.9c0-0.7-0.6-1.3-1.3-1.3s-1.3%2C0.6-1.3%2C1.3v28.9c0%2C9.7%2C5.1%2C18.6%2C12.9%2C22.5%2C0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.1%2C0.5%2C0%2C0.9-0.3%2C1.1-0.7%2C0.4-0.7%2C0.2-1.4-0.5-1.7z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-can-a-gp-help-with { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20version%3D%221.1%22%20%20%20width%3D%2270%22%20%20%20height%3D%2270%22%20%20%20viewBox%3D%220%200%2069.999997%2069.999999%22%20%20%20id%3D%22Layer_1%22%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%20%20%20id%3D%22metadata31%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fdefs%3E%3Cpath%20%20%20d%3D%22m%2021.490176%2C13.716308%20c%20-1.70017%2C0%20-3.092324%2C1.358718%20-3.126277%2C3.033976%20-1.586944%2C0.526585%20-2.538561%2C1.883589%20-2.538165%2C4.167885%201.3e-5%2C0.07729%20-0.02536%2C0.08889%20-0.03096%2C0.09194%200.04716%2C6.081857%201.426454%2C11.60641%203.683436%2C15.72151%202.010525%2C3.665745%204.837502%2C6.321498%208.171656%2C6.926046%20-0.0099%2C4.29981%201.614798%2C7.716638%204.085826%2C10.021312%202.784994%2C2.597501%206.563878%2C3.827496%2010.245524%2C3.73884%203.681644%2C-0.08866%207.342397%2C-1.495673%209.781223%2C-4.290472%201.399007%2C-1.603208%202.337169%2C-3.666038%202.661979%2C-6.098597%202.861959%2C-0.363988%205.076331%2C-2.768091%205.076331%2C-5.700197%200%2C-3.178856%20-2.601848%2C-5.761489%20-5.81921%2C-5.761489%20-3.214034%2C0%20-5.819207%2C2.582633%20-5.819207%2C5.761489%200%2C2.519847%201.627867%2C4.671362%203.900107%2C5.455027%20-0.273758%2C1.887038%20-1.002746%2C3.404942%20-2.042915%2C4.596933%20-1.854106%2C2.124732%20-4.765618%2C3.298008%20-7.800215%2C3.371083%20-3.034598%2C0.07308%20-6.131356%2C-0.95604%20-8.326422%2C-3.003329%20-1.968103%2C-1.835604%20-3.273661%2C-4.480283%20-3.219137%2C-8.18254%203.214067%2C-0.697028%205.938215%2C-3.3005%207.893076%2C-6.864752%202.256981%2C-4.1151%203.636268%2C-9.639653%203.683436%2C-15.721511%20-0.0056%2C-0.0031%20-0.03096%2C-0.01465%20-0.03095%2C-0.09194%203.83e-4%2C-2.219628%20-0.9069%2C-3.549617%20-2.414353%2C-4.106593%20-0.01713%2C-1.689844%20-1.415454%2C-3.064622%20-3.126277%2C-3.064622%20-1.721476%2C0%20-3.126277%2C1.390868%20-3.126277%2C3.095268%200%2C1.704401%201.404801%2C3.095269%203.126277%2C3.095269%200.709224%2C0%201.364363%2C-0.248587%201.888147%2C-0.643571%200.435048%2C0.06334%201.009651%2C0.444161%200.959552%2C1.654895%20-0.0051%2C0.122843%200.03124%2C0.127449%200.03095%2C0.153231%20-0.06318%2C5.650857%20-1.369529%2C10.744339%20-3.342949%2C14.34243%20-2.007252%2C3.659775%20-4.601668%2C5.639119%20-7.212105%2C5.66955%20-2.495136%2C-0.190046%20-4.951268%2C-2.13757%20-6.87162%2C-5.638904%20-1.973419%2C-3.598091%20-3.279766%2C-8.691574%20-3.342951%2C-14.34243%20-2.86e-4%2C-0.02579%200.03603%2C-0.03039%200.03096%2C-0.153231%20-0.05761%2C-1.392232%200.723152%2C-1.682316%201.14527%2C-1.654894%200.516961%2C0.377178%201.13481%2C0.612924%201.826241%2C0.612924%201.721475%2C0%203.126277%2C-1.390868%203.126277%2C-3.095269%200%2C-1.7044%20-1.404802%2C-3.095268%20-3.126277%2C-3.095268%20z%20m%2032.191369%2C22.678201%20c%202.758064%2C0%204.983472%2C2.208986%204.983472%2C4.934041%200%2C2.448676%20-1.787567%2C4.507504%20-4.147733%2C4.903395%200.04171%2C-0.563222%200.02491%2C-1.147814%200%2C-1.746835%201.406239%2C-0.372383%202.445305%2C-1.647586%202.445305%2C-3.15656%200%2C-1.798544%20-1.460714%2C-3.248499%20-3.281044%2C-3.248499%20-1.818444%2C0%20-3.311996%2C1.449955%20-3.311996%2C3.248499%200%2C1.12642%200.579022%2C2.141571%201.454803%2C2.727514%200.0555%2C0.654568%200.06792%2C1.283356%200.03095%2C1.869419%20-1.859683%2C-0.727528%20-3.188185%2C-2.504532%20-3.188185%2C-4.596933%200%2C-2.725055%202.259214%2C-4.934041%205.014425%2C-4.934041%20z%22%20%20%20id%3D%22path3813%22%20%20%20style%3D%22fill%3A%23ffffff%3Bstroke%3A%23000000%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-happens-after-my-first-appointment { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20590.1%20679.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22590.1%20679.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata13%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs11%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%235cd9cd%3B%22%20cx%3D%22660.9%22%20cy%3D%22750%22%20r%3D%2270.9%22%2F%3E%3Cpath%20id%3D%22path7%22%20d%3D%22m664.7%2C723.5c0%2C0.7%2C0.3%2C1.5%2C0.8%2C2.1l20.9%2C22.1h-58c-1.7%2C0-3%2C1.4-3%2C3s1.4%2C3%2C3%2C3h57.7l-20.5%2C20.5c-1.2%2C1.2-1.2%2C3.1%2C0%2C4.3s3.1%2C1.2%2C4.3%2C0l25.7-25.7c0.1-0.1%2C0.3-0.3%2C0.4-0.5%2C0.1-0.1%2C0.1-0.2%2C0.2-0.3%2C0-0.1%2C0.1-0.1%2C0.1-0.2%2C0.1-0.2%2C0.1-0.4%2C0.2-0.5%2C0-0.2%2C0.1-0.4%2C0.1-0.6v-0.2-0.4c0-0.1%2C0-0.2-0.1-0.3%2C0-0.1-0.1-0.2-0.1-0.3s-0.1-0.2-0.1-0.3-0.1-0.2-0.1-0.3c-0.1-0.1-0.1-0.2-0.2-0.3%2C0-0.1-0.1-0.1-0.1-0.2l-25.7-27.2c-1.1-1.2-3.1-1.3-4.3-0.1-0.9%2C0.8-1.2%2C1.6-1.2%2C2.4z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-is-a-mental-health-record { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22590.1%20831.1%20141.7%20141.7%22%20enable-background%3D%22new%20590.1%20831.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Ccircle%20fill%3D%22%2328546D%22%20cx%3D%22660.9%22%20cy%3D%22902%22%20r%3D%2270.9%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M684.2%2C882.4L668.8%2C867c-0.2-0.2-0.5-0.3-0.8-0.3h-30.8c-0.6%2C0-1.1%2C0.5-1.1%2C1.1v63.7c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1%20%20h46.1c0.6%2C0%2C1.1-0.5%2C1.1-1.1v-48.3C684.5%2C882.9%2C684.4%2C882.6%2C684.2%2C882.4z%20M648.5%2C886.5H661c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1s-0.5%2C1.1-1.1%2C1.1%20%20h-12.5c-0.6%2C0-1.1-0.5-1.1-1.1S647.9%2C886.5%2C648.5%2C886.5z%20M673.4%2C923.8h-24.9c-0.6%2C0-1.1-0.5-1.1-1.1c0-0.6%2C0.5-1.1%2C1.1-1.1h24.9%20%20c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1C674.5%2C923.3%2C674%2C923.8%2C673.4%2C923.8z%20M673.4%2C915h-24.9c-0.6%2C0-1.1-0.5-1.1-1.1s0.5-1.1%2C1.1-1.1h24.9%20%20c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1S674%2C915%2C673.4%2C915z%20M673.4%2C906.2h-24.9c-0.6%2C0-1.1-0.5-1.1-1.1s0.5-1.1%2C1.1-1.1h24.9c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1%20%20S674%2C906.2%2C673.4%2C906.2z%20M673.4%2C897.5h-24.9c-0.6%2C0-1.1-0.5-1.1-1.1s0.5-1.1%2C1.1-1.1h24.9c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1%20%20S674%2C897.5%2C673.4%2C897.5z%20M668%2C883.2v-15.4l15.4%2C15.4H668z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-is-camhs { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20441.4%20379.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22441.4%20379.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata15%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs13%22%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22path5%22%20d%3D%22m512.3%2C379.1c-39.1%2C0-70.9%2C31.8-70.9%2C70.9s31.8%2C70.9%2C70.9%2C70.9%2C70.9-31.8%2C70.9-70.9-31.9-70.9-70.9-70.9z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3Cpath%20id%3D%22path7%22%20d%3D%22m513.1%2C484.1c-1.8%2C0-3.3-1.5-3.3-3.3s1.5-3.3%2C3.3-3.3%2C3.3%2C1.5%2C3.3%2C3.3-1.5%2C3.3-3.3%2C3.3z%22%20style%3D%22stroke%3A%23ffffff%3Bstroke-width%3A0.5%3Bstroke-miterlimit%3A10%3Bfill%3A%23ffffff%3B%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20id%3D%22path9%22%20d%3D%22m515.7%2C453.9v13.2c0%2C1.4-1.2%2C2.6-2.6%2C2.6s-2.6-1.2-2.6-2.6v-15.6c0-1.4%2C1.2-2.6%2C2.6-2.6%2C7.2%2C0%2C13-5.8%2C13-13s-5.8-13-13-13-13%2C5.8-13%2C13c0%2C1.4-1.2%2C2.6-2.6%2C2.6s-2.6-1.2-2.6-2.6c0-10.1%2C8.2-18.2%2C18.2-18.2%2C10.1%2C0%2C18.2%2C8.2%2C18.2%2C18.2%2C0.1%2C9.1-6.7%2C16.7-15.6%2C18z%22%20style%3D%22stroke%3A%23ffffff%3Bstroke-width%3A0.5%3Bstroke-miterlimit%3A10%3Bfill%3A%23ffffff%3B%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-should-i-do-before-my-first-visit { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20738.1%20529.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22738.1%20529.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata25%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs23%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%235cd9cd%3B%22%20cx%3D%22808.9%22%20cy%3D%22600%22%20r%3D%2270.9%22%2F%3E%3Crect%20id%3D%22rect7%22%20style%3D%22fill%3A%23ffffff%3B%22%20height%3D%2265.9%22%20width%3D%2253.4%22%20y%3D%22568.8%22%20x%3D%22782.2%22%2F%3E%3Cpath%20id%3D%22path9%22%20d%3D%22m804.1%2C612.6-7.7%2C7.7c-0.2%2C0.2-0.5%2C0.4-0.9%2C0.4-0.3%2C0-0.6-0.1-0.9-0.4l-4.6-4.6c-0.5-0.5-0.5-1.2%2C0-1.7s1.2-0.5%2C1.7%2C0l3.7%2C3.7%2C6.8-6.8c0.5-0.5%2C1.2-0.5%2C1.7%2C0%2C0.7%2C0.5%2C0.7%2C1.3%2C0.2%2C1.7z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3Cpath%20id%3D%22path11%22%20d%3D%22m804.1%2C598.9-7.7%2C7.7c-0.2%2C0.2-0.5%2C0.4-0.9%2C0.4-0.3%2C0-0.6-0.1-0.9-0.4l-4.6-4.6c-0.5-0.5-0.5-1.2%2C0-1.7s1.2-0.5%2C1.7%2C0l3.7%2C3.7%2C6.8-6.8c0.5-0.5%2C1.2-0.5%2C1.7%2C0%2C0.7%2C0.4%2C0.7%2C1.2%2C0.2%2C1.7z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3Cpath%20id%3D%22path13%22%20d%3D%22m804.1%2C585.1-7.7%2C7.7c-0.2%2C0.2-0.5%2C0.4-0.9%2C0.4-0.3%2C0-0.6-0.1-0.9-0.4l-4.6-4.6c-0.5-0.5-0.5-1.2%2C0-1.7s1.2-0.5%2C1.7%2C0l3.7%2C3.7%2C6.8-6.8c0.5-0.5%2C1.2-0.5%2C1.7%2C0%2C0.7%2C0.5%2C0.7%2C1.2%2C0.2%2C1.7z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3Cpath%20id%3D%22path15%22%20d%3D%22m827%2C616.8h-17.1c-0.9%2C0-1.7-0.5-1.7-1.2s0.8-1.2%2C1.7-1.2h17.1c0.9%2C0%2C1.7%2C0.5%2C1.7%2C1.2s-0.8%2C1.2-1.7%2C1.2z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3Cpath%20id%3D%22path17%22%20d%3D%22m827%2C603.8h-17.1c-0.9%2C0-1.7-0.5-1.7-1.2s0.8-1.2%2C1.7-1.2h17.1c0.9%2C0%2C1.7%2C0.5%2C1.7%2C1.2s-0.8%2C1.2-1.7%2C1.2z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3Cpath%20id%3D%22path19%22%20d%3D%22m827%2C591.6h-17.1c-0.9%2C0-1.7-0.5-1.7-1.2s0.8-1.2%2C1.7-1.2h17.1c0.9%2C0%2C1.7%2C0.5%2C1.7%2C1.2s-0.8%2C1.2-1.7%2C1.2z%22%20style%3D%22fill%3A%235cd9cd%3B%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-will-happen-at-my-first-appointment { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20886.6%20529.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22886.6%20529.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata23%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs21%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%23e44e68%3B%22%20cx%3D%22957.4%22%20cy%3D%22600%22%20r%3D%2270.9%22%2F%3E%3Cg%20id%3D%22g7%22%3E%20%20%3Cpath%20id%3D%22path9%22%20d%3D%22m921.2%2C607.6c0%2C4.2%2C1.9%2C6.9%2C5.1%2C7.5v17.9h15.2v-17.9c3.2-0.6%2C5.1-3.3%2C5.1-7.5v-17.8h-25.4v17.8z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path11%22%20d%3D%22m933.9%2C587.3c5.6%2C0%2C10.2-4.6%2C10.2-10.2s-4.6-10.2-10.2-10.2-10.2%2C4.6-10.2%2C10.2%2C4.6%2C10.2%2C10.2%2C10.2z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%3Cg%20id%3D%22g13%22%3E%20%20%3Cpath%20id%3D%22path15%22%20d%3D%22m967.1%2C607.6c0%2C4.2%2C1.9%2C6.9%2C5.1%2C7.5v17.9h15.2v-17.9c3.2-0.6%2C5.1-3.3%2C5.1-7.5v-17.8h-25.4v17.8z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%20%3Cpath%20id%3D%22path17%22%20d%3D%22m979.8%2C587.3c5.6%2C0%2C10.2-4.6%2C10.2-10.2s-4.6-10.2-10.2-10.2-10.2%2C4.6-10.2%2C10.2%2C4.6%2C10.2%2C10.2%2C10.2z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-what-will-happen-when-i-visit-the-gp { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Layer_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2293.596px%22%20%20%20height%3D%2293.83px%22%20%20%20viewBox%3D%220%200%2093.596%2093.83%22%20%20%20enable-background%3D%22new%200%200%2093.596%2093.83%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.48.2%20r9819%22%20%20%20sodipodi%3Adocname%3D%22print.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata4088%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs4086%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221366%22%20%20%20inkscape%3Awindow-height%3D%22706%22%20%20%20id%3D%22namedview4084%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%222.515187%22%20%20%20inkscape%3Acx%3D%22-0.71337771%22%20%20%20inkscape%3Acy%3D%2246.915001%22%20%20%20inkscape%3Awindow-x%3D%22-8%22%20%20%20inkscape%3Awindow-y%3D%22-8%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%3Ctext%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20style%3D%22font-size%3A36px%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bline-height%3A125%25%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bfont-family%3AOpen%20Sans%3B-inkscape-font-specification%3AOpen%20Sans%22%20%20%20x%3D%2233.4855%22%20%20%20y%3D%2269.633751%22%20%20%20id%3D%22text4133%22%20%20%20sodipodi%3Alinespacing%3D%22125%25%22%3E%3Ctspan%20%20%20%20%20sodipodi%3Arole%3D%22line%22%20%20%20%20%20id%3D%22tspan4135%22%20%20%20%20%20x%3D%2233.4855%22%20%20%20%20%20y%3D%2269.633751%22%20%20%20%20%20style%3D%22font-size%3A64px%3Bfill%3A%23ffffff%22%3E%3F%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-where-else-can-i-find-support { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22441.4%20529.1%20141.7%20141.7%22%20enable-background%3D%22new%20441.4%20529.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Ccircle%20fill%3D%22%2328546D%22%20cx%3D%22512.3%22%20cy%3D%22600%22%20r%3D%2270.9%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M540.7%2C594.2c0.3%2C0%2C0.7-0.1%2C0.9-0.4l10.3-10.3c0.5-0.5%2C0.5-1.3%2C0-1.8l-10.3-10.3c-0.2-0.2-0.6-0.4-0.9-0.4%20%20h-26.9v-3.8c0-0.7-0.6-1.3-1.3-1.3c-0.7%2C0-1.3%2C0.6-1.3%2C1.3v3.8h-26.9c-0.7%2C0-1.3%2C0.6-1.3%2C1.3v20.5c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h26.9v5.1%20%20h-24.4c-0.3%2C0-0.7%2C0.1-0.9%2C0.4L475.7%2C610c-0.5%2C0.5-0.5%2C1.3%2C0%2C1.8l10.3%2C10.3c0.2%2C0.2%2C0.6%2C0.4%2C0.9%2C0.4h24.4v19.2%20%20c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-19.2h29.5c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-20.5c0-0.7-0.6-1.3-1.3-1.3h-29.5v-5.1H540.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-where-is-camhs { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%20886.6%20679.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%22886.6%20679.1%20141.7%20141.7%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cmetadata%20id%3D%22metadata13%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%3Cdc%3Atitle%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20id%3D%22defs11%22%3E%3C%2Fdefs%3E%3Ccircle%20id%3D%22circle5%22%20style%3D%22fill%3A%23e44e68%3B%22%20cx%3D%22957.4%22%20cy%3D%22750%22%20r%3D%2270.9%22%2F%3E%3Cpath%20id%3D%22path7%22%20d%3D%22m957.4%2C714.6c-13%2C0-23.6%2C10.6-23.6%2C23.6%2C0%2C12.6%2C21.7%2C42%2C22.7%2C43.3%2C0.2%2C0.3%2C0.5%2C0.5%2C0.9%2C0.5s0.7-0.2%2C0.9-0.5c0.9-1.2%2C22.7-30.7%2C22.7-43.3%2C0-13-10.6-23.6-23.6-23.6zm0%2C33.6c-5.6%2C0-10.1-4.5-10.1-10.1s4.5-10.1%2C10.1-10.1%2C10.1%2C4.5%2C10.1%2C10.1-4.5%2C10.1-10.1%2C10.1z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-who-will-i-see { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22738.1%20679.1%20141.7%20141.7%22%20enable-background%3D%22new%20738.1%20679.1%20141.7%20141.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Ccircle%20fill%3D%22%2328546D%22%20cx%3D%22808.9%22%20cy%3D%22750%22%20r%3D%2270.9%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M770.8%2C752c0%2C2.2%2C0%2C4.9%2C1.5%2C6.4c0.3%2C0.3%2C0.7%2C0.6%2C1.1%2C0.7v12.9H786v-12.9c0.8-0.3%2C1.7-1.1%2C2.2-2.8%20%20c0.4-1.3%2C0.4-2.9%2C0.4-4.3v-10.5h-17.8V752z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M829.3%2C741.6v10.2c0%2C2.9%2C1%2C5.2%2C2.5%2C6v14.3h12.7v-14.3c1.6-0.9%2C2.5-3.5%2C2.5-6v-10.2H829.3z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M796.2%2C759.4c0%2C4.2%2C1.9%2C6.9%2C5.1%2C7.5v17.9h15.2v-17.9c3.2-0.6%2C5.1-3.3%2C5.1-7.5v-17.8h-25.4V759.4z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M838.1%2C739c3.5%2C0%2C6.4-2.9%2C6.4-6.4s-2.9-6.4-6.4-6.4s-6.4%2C2.9-6.4%2C6.4S834.6%2C739%2C838.1%2C739z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M779.7%2C739c3.5%2C0%2C6.4-2.9%2C6.4-6.4s-2.9-6.4-6.4-6.4c-3.5%2C0-6.4%2C2.9-6.4%2C6.4S776.2%2C739%2C779.7%2C739z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M808.9%2C739c5.6%2C0%2C10.2-4.6%2C10.2-10.2s-4.6-10.2-10.2-10.2s-10.2%2C4.6-10.2%2C10.2S803.3%2C739%2C808.9%2C739z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }