/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}body{font-family:calibri,Helvetica,Arial,sans-serif}.outer-container{max-width:1500px;margin:auto}#affix-container{width:100%;position:fixed;top:0;z-index:2;box-shadow:0 -8px 30px 0 #000}.scrollspy:before{display:block;content:" ";margin-top:-114px;height:114px;visibility:hidden}@media (min-width:992px){.scrollspy:before{height:136px;margin-top:-136px}}.content-styles h3{font-size:20px;color:#005b86;font-weight:normal;margin:0 0 15px 0}@media (min-width:992px){.content-styles h3{font-size:24px}}.content-styles p{font-size:14px;color:#333333}@media (min-width:992px){.content-styles p{font-size:16px}}.content-styles .img-right{float:right;width:120px;margin:0 0 15px 15px}@media (min-width:768px){.content-styles .img-right{width:auto;max-width:300px}}.content-styles a{color:#003366}.content-styles .more{font-weight:bold}.full-width-photo{width:100%;margin-bottom:25px}.javascript-only{display:none}header{background-color:#005b86;color:white}#capita-logo{float:left;margin:15px 0}ul#top-nav{float:left;margin:0;padding-left:25px}ul#top-nav li{float:left;list-style:none;margin-left:15px}ul#top-nav a{color:white;line-height:47px}.header-menu{background-color:white;width:100%;z-index:2;top:0}.header-menu h1{margin:0;color:#005b86;font-weight:200;font-size:16px;float:left;line-height:66px}@media (min-width:768px){.header-menu h1{font-size:24px}}@media (min-width:992px){.header-menu h1{font-size:30px;line-height:88px}}#desktop-menu{float:right;margin:0;padding-left:0}#desktop-menu li{float:left;list-style:none}#desktop-menu a{line-height:66px;display:block;padding:0 8px;color:#666666;font-weight:200;font-size:14px}@media (min-width:992px){#desktop-menu a{line-height:88px;font-size:18px;padding:0 10px}}#desktop-menu a.active{background-color:#92be09;color:white}#desktop-menu a.active:hover{color:white}#desktop-menu a:hover{text-decoration:none;color:#999}#desktop-menu a,#mobile-menu a{text-decoration:none !important;outline:none}#desktop-menu a:link,#mobile-menu a:link,#desktop-menu a:visited,#mobile-menu a:visited,#desktop-menu a:hover,#mobile-menu a:hover,#desktop-menu a:active,#mobile-menu a:active{text-decoration:none !important;outline:none}#menu-button{text-align:right;line-height:57px}#menu-button span{display:inline-block}#menu-button .btn{padding:6px}#menu-button .custom-btn{background:#92be09}#menu-button.hover #menu-button-graphic{background-position:100% 100%}#menu-button #menu-button-graphic{width:10px;height:9px;background:url('/_/img/header/menu-button-sprite.png') no-repeat 100% 0;background-size:10px 18px}#menu-button #menu-button-label{margin-right:2px;color:#fff;font-weight:bold}@media (min-width:768px){#mobile-menu{display:none !important}}#mobile-menu ul{background-color:#737373;padding:0;margin:0}#mobile-menu li{border-bottom:1px solid #ccc;list-style:none}#mobile-menu a{color:white;font-weight:bold;padding:0 15px;display:block;line-height:47px}#mobile-menu a.active{background-color:#92be09}#mobile-menu a:hover{text-decoration:none}#banner{margin-top:111px;width:100%;padding-bottom:41.6%;position:relative;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){#banner{margin-bottom:25px}}@media (min-width:992px){#banner{margin-top:133px}}#banner>div{position:absolute;top:0;bottom:0;left:0;right:0}#banner-mobile-message{padding:15px;background-color:#2e8bc6;color:white;text-align:center;margin-bottom:25px}#banner-mobile-message .title{font-size:20px;line-height:22px}#banner-mobile-message .strapline{font-size:14px}#banner-mobile-message a:active,#banner-mobile-message a:link,#banner-mobile-message a:visited,#banner-mobile-message a:focus{text-decoration:none}#banner-mobile-message a:hover{text-decoration:underline}#banner-mobile-message .demo{color:white;background-color:#92be09;padding:10px 20px;display:inline-block}#banner-desktop-message{position:relative;font-size:18px;text-shadow:0 0 11px #666}.alt-colours #banner-desktop-message{text-shadow:none}@media (min-width:1200px){#banner-desktop-message{font-size:21px}}#banner-desktop-message a:active,#banner-desktop-message a:link,#banner-desktop-message a:visited,#banner-desktop-message a:focus{text-decoration:none}#banner-desktop-message a:hover{text-decoration:underline}#banner-desktop-message div{position:absolute;top:80px;left:50%;color:white;width:320px}@media (min-width:992px){#banner-desktop-message div{top:95px;width:330px}}@media (min-width:1200px){#banner-desktop-message div{top:75px;width:360px}}@media (min-width:1350px){#banner-desktop-message div{top:105px}}@media (min-width:1500px){#banner-desktop-message div{top:135px}}.alt-colours #banner-desktop-message div .title{color:#92be09}.alt-colours #banner-desktop-message div .strapline{color:#2e8bc6}#banner-desktop-message .title{font-size:24px;font-weight:bold;line-height:25px}@media (min-width:992px){#banner-desktop-message .title{font-size:37px;font-weight:bold;line-height:33px}}@media (min-width:1200px){#banner-desktop-message .title{font-size:47px;font-weight:bold;line-height:44px}}#banner-desktop-message .demo{color:white;background-color:#92be09;padding:10px 20px;margin-top:5px;display:inline-block}@media (min-width:992px){#banner-desktop-message .demo{padding:12px 33px}}@media (min-width:1200px){#banner-desktop-message .demo{padding:15px 41px;margin-top:5px}}.intro-feature-container{margin-bottom:30px}.intro-feature{float:left;padding:40px;color:white;font-size:14px;text-shadow:0 0 4px #666;text-align:center;width:100%}.intro-feature p{margin-bottom:0}@media (min-width:580px){.intro-feature{width:50%}}@media (min-width:992px){.intro-feature{width:25%}}.intro-feature img{margin-bottom:10px}.intro-feature .title{font-size:18px;margin-bottom:10px}.intro-feature#intro-feature-1{background-color:#f1c40f}.blue-theme .intro-feature#intro-feature-1{background-color:#00a1c5}.intro-feature#intro-feature-2{background-color:#f39c12}.blue-theme .intro-feature#intro-feature-2{background-color:#00778f}.intro-feature#intro-feature-3{background-color:#e67e22}.blue-theme .intro-feature#intro-feature-3{background-color:#343e7b}.intro-feature#intro-feature-4{background-color:#d35400}.blue-theme .intro-feature#intro-feature-4{background-color:#723f76}.quote{padding:50px 0;margin-bottom:30px}@media (min-width:768px){.quote{text-align:center}}.quote .mobile-quote{float:left;width:50px;height:50px;margin:0 15px 15px 10px}.quote.green{background-color:#92be09}.blue-theme .quote.green{background-color:#037f9b}.quote.blue{background-color:#005b86}.quote .quote-container{margin-bottom:15px}@media (min-width:768px){.quote .quote-container.include_quotes{margin-bottom:20px;position:relative}.quote .quote-container.include_quotes:before{content:' ';background-image:url('/_/img/charities/quote-left@2x.png');background-repeat:no-repeat;background-position:0 0;width:39px;height:39px;background-size:39px 39px;position:absolute;left:-45px;top:0}.quote .quote-container.include_quotes:after{content:' ';background-image:url('/_/img/charities/quote-right@2x.png');background-repeat:no-repeat;background-position:0 0;width:39px;height:39px;background-size:39px 39px;position:absolute;right:-45px;bottom:0}}@media (min-width:992px){.quote .quote-container.include_quotes:before{width:59px;height:59px;background-size:59px 59px;left:-75px}.quote .quote-container.include_quotes:after{background-position:0 0;width:59px;height:59px;background-size:59px 59px;right:-75px}}.quote blockquote{border:none;padding:0;margin:0}.quote p{color:white;font-size:16px;line-height:23px}@media (min-width:768px){.quote p{font-size:19px;line-height:24px}}@media (min-width:992px){.quote p{font-size:20px;line-height:25px}}.quote a{color:white;text-decoration:underline}.quote .source{text-transform:uppercase;font-weight:bold;font-size:13px;line-height:18px}@media (min-width:768px){.quote .source{line-height:20px;font-size:14px}}.download-feature{width:100%;max-width:350px;margin:auto;margin-bottom:30px}@media (min-width:768px){.download-feature{float:left;width:33%}}.download-feature-inner{padding-bottom:62.112932605%;background-size:contain;position:relative;background-repeat:no-repeat}.download-feature-inner>a{position:absolute;display:block;top:0;bottom:0;left:0;right:0;background-color:rgba(79,59,62,0.35);font-size:18px;text-align:center;padding:0 10px 0 10px;line-height:20px;color:#eee;text-shadow:0 0 4px #555}.download-feature-inner>a:after{content:' ';position:absolute;display:block;width:80px;margin-left:-40px;height:80px;left:50%;top:72px;background-size:80px 160px;background-repeat:no-repeat}@media (min-width:768px) and (max-width:991px){.download-feature-inner>a:after{width:60px;height:60px;margin-left:-30px;background-size:60px 120px}}@media (min-width:992px){.download-feature-inner>a:after{top:87px}}.download-feature-inner>a:hover,.download-feature-inner>a:active,.download-feature-inner>a:link,.download-feature-inner>a:visited{text-decoration:none;color:#fff}.download-feature-inner>a:hover:after,.download-feature-inner>a:active:after,.download-feature-inner>a:link:after,.download-feature-inner>a:visited:after{background-position:0 100%}.download-feature-inner>a.video:after{background-image:url('/_/img/charities/play-sprite.png')}.download-feature-inner>a.download:after{background-image:url('/_/img/charities/download-sprite.png')}.download-feature-inner>a.link:after{background-image:url('/_/img/charities/link-sprite.png')}.download-feature-inner .title{position:absolute;top:20px;left:10px;right:10px}@media (min-width:992px){.download-feature-inner .title{top:30px}}.download-feature a{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:background-color;transition-property:background-color;background-color:transparent}.download-feature:hover a,.download-feature:focus a,.download-feature:active a{background-color:#92be09}.download-feature .title.out{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color;transition-property:color,text-shadow}.download-feature:hover .title.out,.download-feature:focus .title.out,.download-feature:active .title.out{color:#92be09;text-shadow:none}.download-feature .title.over{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color;transition-property:color,text-shadow;color:transparent;text-shadow:none}.download-feature:hover .title.over,.download-feature:focus .title.over,.download-feature:active .title.over{color:white;text-shadow:0 0 4px #555}#download-feature-1{background-color:lightgrey}#download-feature-2{background-color:grey}#download-feature-3{background-color:darkgray}.contact-block{padding:25px 0;background-color:#2e8bc6;color:white;margin-top:15px}.contact-block h3{color:white;margin-bottom:25px}.contact-block label{font-weight:normal;font-size:18px}@media (min-width:992px){.contact-block label{width:20%;float:left;line-height:40px;text-align:right;padding-right:10px}}.contact-block input[type=text],.contact-block input[type=email]{clear:both;display:block;width:100%;height:41px;line-height:41px;border:none;padding:0 15px;font-size:16px}@media (min-width:992px){.contact-block input[type=text],.contact-block input[type=email]{width:80%;clear:none}}.contact-block input[type=submit]{border:none;padding:15px 15px;color:white;font-size:18px;margin-top:13px;background-color:#005b86}@media (min-width:992px){.contact-block input[type=submit]{margin-left:20%}}@media (min-width:1200px){.contact-block input[type=submit]{margin:0;float:right;padding:25px 15px 26px 15px}}.contact-block input[type=submit].waiting{color:#005b86;background:#005b86 url('/_/img/charities/ajax-loader.gif') no-repeat 50% 50%}@media (min-width:992px){.contact-block .g-recaptcha{margin-left:20%}}@media (min-width:1200px){.contact-block .g-recaptcha{display:inline-block}}.contact-block textarea{clear:both;display:block;width:100%;resize:none;border:none;height:120px;padding:10px 15px;font-size:16px}@media (min-width:992px){.contact-block textarea{width:80%;clear:none}}@media (min-width:768px){.contact-block .form-left{width:48%;float:left;margin-right:4%}}@media (min-width:768px){.contact-block .form-right{width:48%;float:left}}.general-errors{margin-top:13px;padding:10px 10px 0 10px;display:none;border:2px solid #ebccd1;color:#a94442;background-color:#f2dede}@media (min-width:992px){.general-errors{margin-left:90px}}@media (min-width:1200px){.general-errors{margin-left:110px;margin-top:8px}}@media (min-width:1200px){.general-errors.non-extra-large{display:none !important}}@media (max-width:1199px){.general-errors.extra-large{display:none !important}}.success-message{margin-top:13px;padding:10px 10px 0 10px;display:none;color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}@media (min-width:992px){.success-message{margin-left:90px}}@media (min-width:1200px){.success-message{margin-left:110px;margin-top:8px}}@media (min-width:1200px){.success-message.non-extra-large{display:none !important}}@media (max-width:1199px){.success-message.extra-large{display:none !important}}footer{padding-bottom:25px}footer img{margin:25px 0 20px 0}footer ul{padding-left:0;margin:0}footer li{list-style:none;float:left;margin-right:20px;margin-bottom:20px}footer a{color:inherit}footer a:hover{color:inherit}footer p{clear:both;margin:0}.eshot-popup-block{background-color:#2e8bc6;color:white}.eshot-popup-block .link{background-image:url('/_/img/charities/download-sprite.png');height:80px;width:80px;background-size:100%;display:block;margin:30px auto 15px}.eshot-popup-block .mfp-close{color:white}@media (min-width:992px){.hidden-sm{display:inline !important}}@media (min-width:992px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-md{display:inline !important}}