html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  height: 100%;
  color: #333;
}

body.home {
  background: #fffdee;
}
body.home main {
  background: #fffdee;
}

.clear {
  clear: both;
}

h1 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}

h2.main {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0;
}

h2.centered {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  top: 150px;
  display: block;
  text-align: center;
}
h2.centered a {
  color: #333;
}

@media (max-width: 940px) {
  h1.main {
    margin: auto;
    margin-top: 10px;
    text-align: center;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
}
.skip-link:focus {
  top: 0;
}

#wrapper {
  padding: 0;
  padding-bottom: 200px;
  min-height: 100%;
  margin-bottom: -260px;
  padding-top: 45px;
}

.content {
  padding-top: 45px;
  width: 100%;
  /*max-width: 600px;*/
}
.content .close {
  float: right;
  display: block;
  margin-top: 40px;
}
.content .content-sub {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  display: flex;
}
.content .content-sub h1 {
  display: inline-block;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 20px;
  /*padding-top: 30px;
  margin-bottom: 40px;*/
}
.content .content-sub .content-panel {
  padding: 26px 36px;
}
.content .content-sub .content-panel p {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.3em;
}
.content h2 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.content ul {
  list-style: disc;
  margin-bottom: 3em;
  margin-top: 2em;
}
.content li {
  margin-bottom: 1em;
  font-size: 1.35em;
  line-height: 1.3em;
  margin-left: 3em;
}
.content li a {
  color: #333;
}

.content-logo {
  padding: 26px 26px 20px 26px;
  border-right: 1px solid #333;
}

.under-content {
  display: block;
  width: 198px;
}

.content-logo-sub {
  position: fixed;
  width: 198px;
}

.img-title {
  display: flex;
  align-items: center;
  margin: 20px 0 30px 0;
}
.img-title img {
  width: 81px;
  height: 81px;
}

.content--intro {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 2em;
}

@media (max-width: 940px) {
  .content-logo-sub {
    position: static;
  }
  .img-title {
    display: flex;
    align-items: center;
    margin: 30px 0 30px 0;
  }
  .content-logo {
    border: none;
  }
  .content {
    /*
    top: -630px;
    margin-bottom: -630px;
    min-height: 700px;
    */
  }
  .content .content-sub {
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 680px) {
  .content {
    /*
    top: -940px;
    margin-bottom: -940px;


    position: absolute;
    top: 220px;
    min-height: 1000px;
    */
  }
  .content li {
    margin-left: 1em;
  }
  .content a {
    color: #333;
  }
  .content .close {
    position: absolute;
    top: -30px;
    right: 40px;
  }
}
#back-tab-slot-mob {
  display: none;
}

#back-tab-slot,
#back-tab-slot-mob {
  float: right;
  width: 550px;
  height: 80px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#back-tab-slot #back-tab,
#back-tab-slot #back-tab-mob,
#back-tab-slot-mob #back-tab,
#back-tab-slot-mob #back-tab-mob {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 11px 40px 12px 60px;
  background: #286044;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  position: absolute;
  right: -360px;
  -webkit-transition: right 500ms ease-out;
  -moz-transition: right 500ms ease-out;
  -o-transition: right 500ms ease-out;
  transition: right 500ms ease-out;
  background-image: url("/img/btn-back.png");
  background-repeat: no-repeat;
  background-position: 13px center;
  text-decoration: none;
  color: #ceebf4;
  white-space: nowrap;
}
#back-tab-slot #back-tab strong,
#back-tab-slot #back-tab-mob strong,
#back-tab-slot-mob #back-tab strong,
#back-tab-slot-mob #back-tab-mob strong {
  color: #333;
}
#back-tab-slot #back-tab .light,
#back-tab-slot #back-tab-mob .light,
#back-tab-slot-mob #back-tab .light,
#back-tab-slot-mob #back-tab-mob .light {
  font-weight: 400;
  margin-right: 5px;
}
#back-tab-slot #back-tab:hover,
#back-tab-slot-mob #back-tab:hover {
  right: -20px;
}

@media (max-width: 940px) {
  #back-tab-slot {
    display: none;
  }
  #back-tab-slot-mob {
    display: block;
    margin-top: 20px;
    height: 60px;
  }
  #back-tab-slot-mob #back-tab-mob {
    padding-left: 43px;
    background-size: 20px;
    right: -20px;
    font-size: 1rem;
  }
  #back-tab-slot-mob #back-tab-mob .light {
    margin: 0;
  }
}
#village-logo {
  display: block;
  z-index: 1;
}

#village {
  margin-bottom: 170px;
  width: 713px;
  height: 600px;
  background-image: url("/img/village.png");
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  top: 170px;
}
#village a {
  color: #333;
  text-decoration: none;
  display: block;
  padding-top: 90px;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  background-position: center 5px;
  position: absolute;
  -webkit-transition: background-position 100ms ease-out;
  -moz-transition: background-position 100ms ease-out;
  -o-transition: background-position 100ms ease-out;
  transition: background-position 100ms ease-out;
}
#village a:hover {
  background-position: center 0;
}

.care {
  background-image: url("/img/icons-v3/care.png");
}

#care {
  top: -57px;
  left: -32px;
}

.domestic {
  background-image: url("/img/icons-v3/domestic.png");
}

#domestic {
  top: -120px;
  left: 157px;
}

.transport {
  background-image: url("/img/icons-v3/transport.png");
}

#transport {
  top: -120px;
  left: 474px;
}

.social {
  background-image: url("/img/icons-v3/social.png");
}

#social {
  top: 129px;
  left: -103px;
}

.respite-breaks {
  background-image: url("/img/icons-v3/respite-breaks.png");
}

#respite-breaks {
  top: 75px;
  left: 144px;
}

.memory-aids {
  background-image: url("/img/icons-v3/memory-aids.png");
}

#memory-aids {
  top: 39px;
  left: 602px;
}

.emotional-support {
  background-image: url("/img/icons-v3/emotional-support.png");
}

#emotional-support {
  top: 310px;
  left: 0px;
}

.paperwork {
  background-image: url("/img/icons-v3/paperwork.png");
}

#paperwork {
  top: 204px;
  left: 364px;
}

.legal {
  background-image: url("/img/icons-v3/legal.png");
}

#legal {
  top: 201px;
  left: 725px;
}

.physical {
  background-image: url("/img/icons-v3/physical.png");
}

#physical {
  top: 389px;
  left: 324px;
}

.emergency {
  background-image: url("/img/icons-v3/emergency.png");
}

#emergency {
  top: 334px;
  left: 529px;
}

@media (max-width: 940px) {
  #village-logo {
    margin: auto;
    position: static;
    margin-top: 20px;
  }
  #village {
    padding: 0 20px;
    width: 100%;
    height: auto;
    top: 0;
    background-image: none;
  }
  #village a {
    position: static;
    width: 33%;
    font-size: 1.4rem;
    float: left;
    height: 130px;
  }
}
@media (max-width: 680px) {
  #village a {
    width: 50%;
  }
  #village a.wide {
    width: 100%;
  }
}
#return-bar {
  background: #286044;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99;
  text-decoration: none;
  padding: 10px 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#return-bar:hover {
  background: #286044;
}

.r-chevrons {
  background-image: url("/img/chevron.png");
  flex-grow: 1;
  background-position-x: -7px;
  height: 26px;
  background-repeat: repeat-x;
}

.r-left {
  background-position-x: right;
}

.r-title {
  padding: 0px 35px;
  color: #fff;
}

#signpost {
  background: #fff;
}
#signpost h1,
#signpost h2 {
  font-size: 1.7em;
  margin-bottom: 6px;
}
#signpost h1 a,
#signpost h2 a {
  color: #000;
}

#signpost-sub {
  margin: auto;
  width: 100%;
  max-width: 1020px;
  display: flex;
  padding: 26px 0;
}

.signpost-logo {
  padding-left: 26px;
  padding-right: 30px;
}

#btn-return {
  display: inline-block;
  padding: 14px;
  background-color: #a1d341;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image: url(/img/chevron-dk.png);
  background-repeat: no-repeat;
  background-position: 10PX center;
  padding-left: 42px;
  padding-right: 30px;
  margin-top: 15px;
}
#btn-return:hover {
  background-color: #8cbc42;
}

@media (max-width: 940px) {
  #btn-return {
    position: static;
  }
  #signpost-sub {
    display: block;
  }
  #signpost h2.main {
    margin: auto;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}
#footer,
.push {
  height: 260px;
}

#footer {
  background: #286044;
  color: #fff;
}
#footer .footer-sub {
  margin: auto;
  width: 78vw;
  max-width: 1020px;
  /* min-width 940px */
}
#footer .footer-sub .footer-sub-content {
  padding: 60px 0;
  display: flex;
}
#footer .footer-sub .footer-sub-content p {
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: 500;
}
#footer .footer-sub .footer-sub-content p.smallprint {
  font-size: 0.8rem;
  margin-top: 10px;
}

#footer-logo {
  width: 50%;
  margin-right: 63px;
}
#footer-logo img {
  width: 100%;
  max-width: 318px;
}

@media (max-width: 940px) {
  #footer-logo {
    margin-right: 30px;
  }
  #footer .footer-sub {
    margin: auto;
    width: 85%;
    /* min-width 940px */
  }
  #footer .footer-sub .footer-sub-content p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.3em;
  }
}
@media (max-width: 680px) {
  #footer-logo {
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
  }
  #footer-logo img {
    width: 80%;
    max-width: 200px;
  }
  #footer .footer-sub .footer-sub-content {
    display: block;
    padding-bottom: 0;
  }
  #footer .footer-sub .footer-sub-content p {
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=support-village3.css.map */
