/*
 Theme Name:   Grassroots
 Theme URI:    https://www.prevent-suicide.org.uk
 Description:  
 Author:       Gus Campbell - based on UnderStrap Child Theme by Holger Koenemann
 Author URI:   http://www.guscampbell.net
 Template:     understrap
 Version:      1.1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Hind|Montserrat&display=swap');
html {
  margin-top: 0 !important;
  font-size: 120%;
}
@media screen and (min-width: 992px) 
{
  html {
    font-size: 112.5%;
  }
}
body {
  box-sizing: border-box;
  font-family: "Hind", Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
	overflow-x: hidden;
}
li {
	padding-left: 2px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat SemiBold", Helvetica, Arial, "sans-serif";
  font-weight: 600;
  letter-spacing: -.01em;
  margin-bottom: 1.5rem;
}
h1 {
  text-align: center;
}
.align-left {
	text-align: left;
}
h1.entry-title {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #21264e;
  margin-bottom: 77px !important;
}
h1.grassroots-logo-color img {
  width: 80% !important;
  max-width: 540px;
  height: auto;
  margin-bottom: -14px !important;
}
@media screen and (min-width: 992px) {
  h1.grassroots-logo-color img {
    height: 130px;
  }
}
h2 {
  font-size: 1.75rem;
  line-height: 1.143;
}
h3 {
  font-size: 1.5rem;
  line-height: 1;
}
p, figure, .app-stores img, .inline-buttons img {
  margin-bottom: 1.5rem;
}
li {
  margin-bottom: .66rem;
}
.compact li {
  margin-bottom: .33rem;
}
h1 img {
  margin-bottom: 1.5rem;
}
h2 img {
  margin-bottom: 0;
}
a, a:visited, a:hover, a:active {
  color: #20399D;
  text-decoration: underline;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
/* Strip empty links (for course cost_detail) */
a[href=""] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
cite {
  font-style: normal;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #21264e;
  margin: 1.5rem 0;
  padding: 0;
}
figcaption {
	text-align: center;
	color: #656565;
}
.no-underline a {
	text-decoration: none;
}
.larger {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.largest {
	font-size: 1.75rem;
	lineheight: 1;
}
.smaller {
	font-size: 0.8rem;
}
.bg-primary {
  background-color: #21264e !important;
}
.fg-white {
  color: #fff;
}
.fg-black {
	color: #000;
}
.fg-white a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.fg-white h3 a {
	text-decoration: none;
}
.fg-darkgray {
	color: #656565;
}
.fg-orange {
  color: #b15700;
}
.fg-sh-orange {
  color: #ae5917;
}
.fg-blue {
  color: #21264e;
}
.fg-sfa-blue {
  color: #2a4a71;
}
.fg-green {
  color: #067A40;
}
.fg-red {
  color: #AB1909;
}
.fg-canva-red {
	color: #e23e34;
}
.fg-purple {
  color: #7D0670;
}
.bg-near-white {
  background-color: #f6f7f8;
}
.bg-trans-white {
  background-color: rgba(255, 255, 255, 0.90);
}
.bg-trans-near-black {
	background-color: rgba(51, 51, 51, 0.90);
}.bg-lightgray {
  background-color: #f6f7f8;
}
.bg-orange {
  background-color: #ae5917;
}
.bg-trans-orange {
  background-color: rgba(174, 89, 23, 0.90);
}
.bg-sh-orange {
  background-color: #ae5917;
}
.bg-bright-orange {
  background-color: #e16b0e;
}
.bg-ansl-orange {
	background-color: #dd7a34;
}
.bg-trans-ansl-orange {
	background-color: rgba(221, 122, 52, 0.90);
}
.bg-safetalk-orange {
  background-color: #8f5e00;
}
.bg-blue {
  background-color: #21264e;
}
.bg-trans-blue {
  background-color: rgba(33, 38, 78, 0.90)
}
.bg-sfa-blue {
  background-color: #2a4a71;
}
.bg-canva-blue {
	background-color: #b3c1e4;
}
.bg-runners-blue {
	background-color: #2d3454;
}
.bg-olive {
  background-color: #606631;
}
.bg-green {
  background-color: #067A40;
}
.bg-asist-green {
  background-color: #007f66;
}
.bg-mhfa-green {
  background-color: #287309;
}
.bg-red {
  background-color: #AB1909;
}
.bg-purple {
  background-color: #7D0670;
}
.bg-pledge-purple {
  background-color: #532c7c;
}
.bg-white {
  background: #fff;
  border: 1px solid #d5d8d9;
}
.bg-trans-black {
  background-color: rgba(0, 0, 0, 0.60);
}
.bg-community-roots {
  background-color: #3f2683;
}
.a-orange a {
	color: #dd7a34;
}
.a-orange a:hover {
	color: #dd7a34;
}
.wrapper {
  padding: 0;
}
.container {
  postion: relative;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .br-4,
	figure.br-4 > img,
	h1.br-4 > img {
		border-radius: 4px;			
	}

  .container {
    border-radius: 4px;
  }
  .container.br-0 {
    border-radius: 0;
  }
}
.br-30 {
	border-radius: 30px;
}
.center {
  text-align: center;
}
.center-md,
.wp-block-image.center-md > figure {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 992px) {
	.center-md,
	.wp-block-image.center-md > figure {
		float: none;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
	.center-md.has-text-align-right,
	.wp-block-image.center-md > figure.alignright {
		float: none;
		text-align: right;
		width: 100%;
	}
}
.inline-block {
  display: inline-block;
}

.table > * {
  display: table-row;
}
.table > * > * {
  display: table-cell;
  padding-right: 14px;
  padding-bottom: 14px;
}
.table > * > *:last-of-type {
  padding-right: 0;
}
.table > *:last-of-type > * {
  padding-bottom: 0;
}
.flex-direction-row-reverse > .row, .row-reverse > .row {
  flex-direction: row-reverse;
}
.entry-content > h1, .entry-content > h2, .entry-content > div, .entry-content > figure {
  margin-bottom: 77px !important;
}
.entry-content .col-8 > .entry-content, .col-8 > h2, .entry-content .col-8 > div, .entry-content .col-8 > figure, .entry-content .col-6 > .entry-content, .col-6 > h2, .entry-content .col-6 > div, .entry-content .col-6 > figure {
  margin-bottom: 56px !important;
}
.license-partners .speech-bubble {
  margin-bottom: 114px;
}
.entry-content > h1.mb-0, .entry-content > h2.mb-0, .entry-content > div.mb-0, .entry-content > figure.mb-0, .wp-block-image.mb-0 > figure {
  margin-bottom: 0 !important;
}
.p-15 {
  padding: 15px;
  width: 100%;
  height: 100%;
}
.pt-15 {
  padding-top: 15px;
}
.container.p-30 {
  padding: 30px 30px 9px 30px;
  height: 100%
}
.container.col-8 {
  width: 90%;
  max-width: 760px;
  padding-left: 15px;
  padding-right: 15px;
}
.narrow {
  width: 90%;
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container.col-6 {
  width: 90%;
  max-width: 570px;
  padding-left: 15px;
  padding-right: 15px;
}
.container.col-4 {
  width: 90%;
  max-width: 380px;
  padding-left: 15px;
  padding-right: 15px;
}
.container.stand-alone {
  margin: inherit auto;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.p-30, .py-30, .pt-30, .container.pt-30 {
  padding-top: 30px !important;
}
.p-30, .py-30, .pb-30, .container.pb-30 {
  padding-bottom: 30px!important;
}
.p-30, .px-30, .pl-30, .container.px-30, .container.pl-30 {
  padding-left: 30px!important;
}
.p-30, .px-30, .pr-30, .container.px-30, .container.pr-30 {
  padding-right: 30px!important;
}
.p-60, .py-60, .pt-60, .container.pt-60 {
	padding-top: 60px;
}
.p-60, .py-60, .pb-60, .container.pb-60 {
	padding-bottom: 60px;
}
.p-60, .px-60, .pl-60, .container.pl-60 .container.px-60 {
	padding-left: 60px;
}
.p-60, .px-60, .pr-60, .container.pr-60 .container.px-60 {
	padding-right: 60px;
}
.no-gutters > [class*="col-"].p-60 {
	padding: 60px;
}

.p-15, .px-15, .pl-15 {
  padding-left: 15px!important;
}
.p-15, .px-15, .pr-15 {
  padding-right: 15px!important;
}
.p-15, .py-15, .pt-15 {
  padding-top: 15px!important;
}
.p-15, .py-15, .pb-15 {
  padding-bottom: 15px!important;
}
.pb-77 {
  padding-bottom: 77px;
}
.m-0 {
  margin: 0 !important;
}
.container.mt--77 {
	margin-top: -77px;
}
.container.mh-400 {
	min-height: 400px;
}

.container.mx-0 {
  margin: inherit 0;
}
.row > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mt-15, .m-15, .my-15 {
    margin-top: 15px;
  }
  .mb-15, .m-15, .my-15 {
    margin-bottom: 15px;
  }
  .mb-7 {
    margin-bottom: 7px;
  }
  .mb-77 {
    margin-bottom: 77px !important;
  }
  .mt-77 {
    margin-top: 77px !important;
  }
  .ml-15, .mx-15, .m-15 {
    margin-left: 15px;
  }
  .mr-15, .mx-15, .m-15 {
    margin-right: 15px;
  }
	.ml-15, .ml-15 > .row > div > div,
	.mr-15, .mr-15 > .row > div > div {
		width: calc(100% - 15px);
	}
  .mx-15, .m-15 > .row > div > div, .mx-15 > .row > div > div {
    position: relative;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-15 > .row > div > div, .my-15 > .row > div > div {
    position: relative;
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* Compensate for 15px margins on container */
  .m-15 > .row, .mx-15 > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-15 > .row, .my-15 > .row {
    margin-top: -15px;
    margin-bottom: -15px;
  }	
}
/* Quick and dirty */
.mb-21, h3.mb-21 img {
  margin-bottom: 1.5rem;
}
.m--15 {
	margin: -15px;
}
@media screen and (min-width: 992px) {
  .overshoot-figure > figure.alignright {
    margin-right: -160px;
  }
  .overshoot-figure > figure.alignleft {
    margin-left: -160px;
  }
}

/* .bb (bottom button) is a paragraph containing a single text link. */
.bb, .bb-1, .bb-2, .bb-3 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 9px;
}
.bb-2 {
  bottom: 64px;
}
.bb-3 {
  bottom: 119px;
}
.btn-secondary, a.b-small, .b-small a, .b-large a, .btn-secondary:visited, a.b-small:visited, .b-small a:visited, .b-large a:visited {
  display: inline-block;
  min-width: 160px;
  margin: 0 auto;
  padding: 7px 14px 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #e16b0e;
  border-radius: 4px;
  border: 0;
  transition: background-color 0.25s;
}
.b-large a {
  min-width: 220px;
}
.cookie-notice-container a.b-small {
  padding: 2px 1em;
}
.btn-secondary:active, .btn-secondary:focus, a.b-small:active, a.b-small:focus, .b-small a:active, .b-small a:focus, .b-large a:active, .b-large a:focus {
  background-color: #e16b0e;
}
.btn-secondary:hover, a.b-small:hover, .b-small a:hover, .b-large a:hover {
  background-color: #d88043;
  transition: background-color 0.1s;
}
/* Cause drop-down on hover event:
*/
@media screen and (hover) {
  .search-form {
    align-self: center;
    top: 3px;
	padding-right: 0px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0 !important;
  }
}
.navbar-collapse {
  background-color: #21264e;
  padding: 15px;
}
@media screen and (hover) {
  .navbar-collapse {
    background-color: transparent;
    padding: 0;
  }
}
.is-link-container .is-edit-link {
  display: none;
}
.search-form svg {
  width: 21px;
  height: 21px;
}
.search-form .input-group {
  padding-top: 14px;
  margin-bottom: 0;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, .15);
}
.search-form input, #search-form input, .form-control:focus {
  border-color: #e16b0e !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.search-form .submit {
  min-width: 0;
  width: auto;
  padding: 8px 12px 7px 12px;
  background-color: #e16b0e !important;
}
#search-wrapper .entry-title a, #search-wrapper .posted-on a {
  color: #222;
}
.btn-primary {
  color: #fff;
  background-color: #e16b0e;
  border-color: #e16b0e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #d88043;
  border-color: #d88043;
}
.course-feedback > p {
  margin-top: 35px;
  margin-bottom: 7px;
}
.speech-bubble {
  position: relative;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f7f8;
  border: 4px solid #21264e;
  border-radius: 49px;
  padding: 30px 30px 9px 30px;
  margin-bottom: 79px;
}
.speech-bubble cite {
  font-style: normal;
  position: absolute;
  height: 58px;
  bottom: -58px;
  background: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/08/quote-tail.png') left no-repeat;
  background-size: 40px 58px;
  left: 60px;
  padding: 21px 0 0 48px;
}
.placeholder {
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/08/ok-logo-watermark.png');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media screen and (min-width: 992px)
{
	.placeholder {
		display: block;
	}
}
.linkedin-share,
.facebook-share, .twitter-share {
  display: inline-block;
  color: #fff;
  background-color: #4267b2;
  border-radius: 4px;
  padding: 7px 14px 5px 14px;
  margin-right: 30px;
	margin-top: 30px;
  cursor: pointer;
}
.post-social-shares {
  clear: both;
}
.clear {
	clear: both;
}
.twitter-share {
  background-color: #1da1f2;
}
.linkedin-share {
	background-color: #0073b1;
}
.box-shadow {
  box-shadow: 7px 7px 7px #d9d9d9;
}
.text-shadow {
  text-shadow: 2px 2px 4px #666;
}
.box-shadow.bg-white {
  border: none;
}
#search-wrapper article {
  border-bottom: 1px solid #222;
  margin-bottom: 1.5rem;
}
.before-and-after-scores {
  display: table;
  border-collapse: separate;
  margin-bottom: 1.5rem;
}
.before-and-after-scores .table-row {
  display: table-row;
}
.before-and-after-scores .table-row > div {
  display: table-cell;
  text-align: right;
  padding-right: 16px;
  padding-bottom: 6px;
}
.before-and-after-scores .table-row:last-child > div {
  padding-bottom: 0;
}
.before-and-after-scores .table-row > div:last-child {
  padding-right: 0;
}
.progress {
  width: 100%;
  height: 1.5rem;
  border-radius: 0;
}
.progress-bar {
  font-size: 1rem;
}
.breadcrumbs-top, .breadcrumbs-bottom {
  font-size: 1.2rem;
  margin-left: 15px;
}
.breadcrumbs-top {
  position: absolute;
  border-collapse: separate;
  top: -41px;
}
.breadcrumbs-bottom {
  position: absolute;
  bottom: 2px;
}
.course-dates,
.grassroots-events {
  width: 100%;
}
.course-date,
.grassroots-event {
  width: 100%;
  border-top: 1px solid #222;
}
.white .course-date {
  border-top-color: #fff;
}
.course-date:last-child,
.grassroots-event:last-child {
  border-bottom: 1px solid #222;
}
.white .course-date:last-child {
  border-bottom: 1px solid #fff;
}
.course-dates p {
  padding: 1.6875rem 30px 1.6875rem 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-bottom: 0;
}
.fg-white .course-dates p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.course-dates.individual-course .course-title a {
  font-weight: normal;
  color: inherit;
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}
.course-date .b-large,
.grassroots-event .b-large {
  margin-bottom: 0;
}
.course-dates .course-date > div,
.grassroots-events .grassroots-event > div {
  padding: 1.5rem 30px 1.5rem 0;
}
.course-dates .course-date > div:last-child,
.grassroots-events .grassroots-event > div:last-child {
  text-align: right;
  padding-right: 0;
}
.course-date > div,
.grassroots-event > div {
  display: inline-block;
}
.course-date,
.grassroots-event {
  border-top: 1px solid #222;
}
.fg-white .course-date div {
  border-top-color: #fff;
}
.course-date:last-child,
.grassroots-event:last-child {
  border-bottom: 1px solid #222;
}
.fg-white .course-date:last-child {
  border-bottom: 1px solid #fff;
}
@media all and (min-width: 992px) {
  .course-dates,
  .grassroots-events {
    display: table;
    width: 100%;
  }
  .course-date,
  .grassroots-event {
    display: table-row !important;
    width: 100%;
  }
  .course-date div,
  .grassroots-event div {
    display: block;
    display: table-cell;
    border-top: 1px solid #222;
    vertical-align: top;
  }
  .course-date:last-child div,
  .grassroots-event:last-child div {
    border-bottom: 1px solid #222;
  }
  .fg-white .course-date div {
    border-top: 1px solid #fff;
  }
  .fg-white .course-date:last-child div {
    border-bottom: 1px solid #fff;
  }
}
div.wpcf7-response-output {
  margin: 30px 0;
}
div.wpcf7 .wpcf7-validation-errors, div.wpcf7-response-output {
  padding-left: 30px;
  padding-right: 30px;
  color: #AB1909;
  text-align: center;
  border: 1px solid #AB1909;
  border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
  color: #067A40;
  border: 1px solid #067A40;
  border-radius: 4px;
}
.entry-content > div.clients-and-funders {
  margin-bottom: 47px !important;
  padding: 0;
}
.clients-and-funders ul {
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.clients-and-funders li {
  display: inline-block;
  margin: 0 15px 30px 15px;
  padding-left: 0;
}
.mb-small {
	margin-bottom: 0.5rem !important;
}
@media screen and (min-width: 992px) {
  .clients-and-funders ul {
    display: flex;
    justify-content: space-between;
  }
  .clients-and-funders li {
    align-self: center;
  }
}
/*
 Blog/News styles
*/
.display-posts-listing a.title,
.display-posts-listing .date {
	text-align: center;
	line-height: 1.25;
	text-decoration: none;
}
a.understrap-read-more-link.btn.btn-secondary, a.understrap-read-more-link:hover, a.understrap-read-more-link:active, a.understrap-read-more-link:focus {
  text-align: left;
  display: block;
  position: relative;
  min-width: 0;
  color: #20399D;
  background-color: inherit;
  padding: 0;
  margin: 1.5rem 0 0 0;
  border: 0;
  box-shadow: none;
}
a.understrap-read-more-link.btn-secondary:not(:disabled):not(.disabled):active:focus {
  border: 0;
  box-shadow: none;
}
.entry-footer {
  width: 100% !important;
  padding: 0 !important;
}
.posted-on a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
time.updated {
  display: none;
}
.fts-twitter-div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.fts-right {
  margin-left: 15px;
}
.pagination .page-item {
  color: #222 !important;
}
.pagination .page-item.active {
  color: #fff !important;
  background-color: #21264e !important;
}
.page-item > a.page-link {
  color: #21264e !important;
  border: 1px solid #21264e;
}
.page-item.active .page-link {
  background: #21264e;
  color: #fff;
}
.entry-header img.wp-post-img {
  width: 100%;
}
.search-results .page-title, article.post, .search-results article.page {
  width: 90%;
  max-width: 730px;
  margin: 0 auto 63px auto;
}
.search-results .taxonomy-description, .entry-footer {
  width: 90%;
  max-width: 760px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.taxonomy-description {
  text-align: center;
}
.entry-meta {
  margin-bottom: 1.5rem;
}
.single-post .entry-meta {
  text-align: center;
}
.entry-meta .byline {
  display: none;
}
/*
 Header styles
*/
nav a {
  font-family: "Montserrat SemiBold", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-size: 0.7rem;
  text-decoration: none;
  color: #f0f1f2 !important;
}
nav a.nav-link {
  position: relative;
  top: 4px;
}
nav a.dropdown-item {
  color: #21264e !important;
}
nav .menu-find-help-now > a,
nav .donate > a {
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 8px;
  color: #fff;
  background-color: #e16b0e;
  border-radius: 4px;
}
nav .menu-find-help-now > a:hover,
nav .donate > a:hover {
  background-color: #d88043;
}
nav .ansl > a {
	width: 38px;
	height: 60px;
	padding-top: 60px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/ansl-menu-item.png');
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 992px) {
	nav .ansl > a {
		margin-top: -15px;
		margin-bottom: -30px;
	}

}
nav a.dropdown-item:active, nav a.dropdown-item:focus {
  background-color: white !important;
}
.navbar {
  min-height: 77px;
  margin: 0;
  margin-bottom: 77px;
}
.navbar-brand img {
  padding-left: 15px;
  padding-top: 1px;
  height: 62px;
  width: auto;
}
.menu-item {
	text-align: center;
}
#footer-full-content .menu-item {
	text-align: left;
}
.dropdown-menu .menu-item {
	text-align: left;
}
@media screen and (min-width: 1200px) {
  ul#main-menu, ul#find-help-now {
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
  }
  #main-menu ul li, #find-help-now ul li {
    align-self: center;
  }
  #find-help-now, #main-menu {
    margin-top: 4px;
  }
  #find-help-now .search-form, #main-menu .search-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#wrapper-navbar2 {
  margin: -60px 0 62px 0;
  background: #fff;
}
#wrapper-navbar2 a {
  color: #21264e;
  font-family: "Montserrat SemiBold", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-size: 0.7rem;
  padding: 15px 0;
  text-decoration: none;
}
#wrapper-navbar2 ul {
  display: block;
  text-align: center;
  padding-left: 0;
}
#wrapper-navbar2 li {
  display: inline-block;
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  #wrapper-navbar2 ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }
  #wrapper-navbar2 li {
    display: inline-flex;
  }
}
/*
 404 styles
*/
#error-404-wrapper .content-area .col-8 {
  display: block;
  width: 540px;
  margin: 0 auto 77px auto;
}
/*
 */
.hero-area {
  color: #21264e;
}
.hero-area a {
  color: #21264e;
  text-decoration: underline;
}
.hero-area img, .hero-area svg {
  padding-bottom: 1.5rem;
}
.entry-content > .hero-container {
  margin-bottom: 26px !important;
}
ul.tick-list {
  list-style: none;
  padding-left: 21px !important;
}
ul.tick-list li {
  padding-left: 24px !important;
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/10/tick-mark-black-2.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16px 19px;
}
ul.tick-list.white li {
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/10/tick-mark-white-2.png');
}
/*
 Footer styles
*/
#wrapper-footer-full {
  background-color: #21264e;
  padding-top: 77px;
}
#wrapper-footer-full a, .widget-title {
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
  color: #a1a5a9;
}
.widget-title {
  color: #f0f1f2;
}
#wrapper-footer-full ul {
  list-style: none;
  padding-left: 0;
}
#footer-full-content {
	padding: 0 15px;
}
#wrapper-footer-full img {
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  #wrapper-footer-full .row > .col-md-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #wrapper-footer-full .row > .col-md-3:nth-child(3), #wrapper-footer-full .row > .col-md-3:nth-child(4) {
    -ms-flex: 0 0 12.25% !important;
    flex: 0 0 12.25%;
    max-width: 12.25%;
  }
  #wrapper-footer-full .row > .col-md-3:nth-child(6), #wrapper-footer-full .row > .col-md-3:nth-child(7), #wrapper-footer-full .row > .col-md-3:nth-child(8), #wrapper-footer-full .row > .col-md-3:nth-child(9) {
    align-self: flex-end;
    margin-top: -35px;
    padding-bottom: 77px;
  }
}
#wrapper-footer-full ul {
  margin-bottom: 0 !important;
}
#wrapper-footer-full div.bp-name {
  font-weight: normal;
  margin-top: -3px;
  margin-bottom: 0;
}
#wrapper-footer-full .bp-contact-card {
  font-size: 0.9rem;
  line-height: 1.5;
}
#wrapper-footer-full .bp-contact-card > div.bp-address {
  font-weight: normal;
  margin-top: 0;
}
#mc_embed_signup input {
	margin-bottom: 30px;
}
.simple-social-icons ul li {
  margin: 0 0 12px !important;
  padding: 0 !important;
}
#simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus {
  padding: 0 8px !important;
}
.simple-social-icons ul {
  padding-left: 0;
  margin-left: -20px !important;
}
.page-template-page-find-help #footer-navbar #copyright.container {
  padding-top: 144px !important;
  padding-bottom: 77px !important;
}
#copyright {
  padding-left: 15px;
  width: 100%;
  color: #a1a5a9;
  background-color: #21264e;
}
.container.copyright {
  font-size: 0.8rem;
  color: #a1a5a9;
  background-color: #21264e;
  padding-bottom: 77px;
}
.container.copyright a {
  color: #a1a5a9;
}
.menu-main-menu-container {
  background-color: #21264e;
}
#wrapper-footer-full .footer-widget {
  color: #a1a5a9;
}
#wrapper-footer, #BDTLL_feedback {
  display: none;
}
/*
 Home page styles:
*/
.entry-content > h2.grassroots-logo-color {
  margin-bottom: 35px !important;
}
.entry-content > .hero-container {
  margin-bottom: 47px !important;
}
.entry-content > .stay-alive {
  margin-bottom: .5rem !important;
}
.stay-alive .row {
  justify-content: center;
  align-items: center;
}
.services-1 {
  background-color: #b15702;
  background-image: url("https://prevent-suicide.org.uk/wp-content/uploads/2019/07/bokeh-orange.jpg");
  background-size: cover;
  background-position: bottom;
}
.services-2 {
  background-color: #21264e;
  background-image: url("https://prevent-suicide.org.uk/wp-content/uploads/2019/07/bokeh-blue.jpg");
  background-size: cover;
  background-position: center;
}
.app-stores, .inline-buttons {
  display: block;
  width: 100%;
  text-align: center;
}
.app-stores .app-store-button, .app-store-button-2, .inline-buttons .inline-button, .app-stores figure.aligncenter, .inline-buttons figure.align-center {
  display: inline;
}
.inline-button a {
	display: inline;
	margin-right: 30px;
}
.inline-button:last-of-type a {
	margin-right: 0;
}
.inline-button img {
  width: inherit;
  margin-left: 15px;
  margin-right: 15px;
}
.app-store-button img {
  height: 49px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
.app-store-button-2 img {
  height: 38px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
h2.find-help-icon, h2.stay-alive-icon {
  margin: 0;
  padding: 0;
}
h2.find-help-icon img, h2.stay-alive-icon img {
  max-width: 122px;
  width: 100%;
  height: auto;
}
.find-help-now-callout h2.heading img {
  width: 100%;
  margin-bottom: 0;
  max-width: 244px;
}
.stay-alive-callout h2.heading img {
  width: 100%;
  margin-bottom: 0;
  max-width: 312px;
}
/*
 End of home page styles.
*/
/*
 Training Courses styles
*/
.mhfa-course-list h2 img, .course-list h2 img {
  margin-bottom: 1.5rem;
}
.entry-content > .course-list {
  margin-bottom: 47px !important;
}
.course-duration, .course-type {
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: +0.05em;
  padding: 8px 12px 5px 12px;
}
p.course-type img {
	display: inline-block;
	margin-top: -6px;
	margin-bottom: -4px;
}
p.course-type img:nth-child(2) {
	margin-left: 7px;
}
.course-duration {
  left: auto;
  right: 0px;
}
.real-talk-film {
  background-color: #21264e;
  background-image: url("https://prevent-suicide.org.uk/wp-content/uploads/2019/10/real-talk-film.jpg");
  background-size: cover;
  background-position: left;
}
.testimonials {
  padding: 30px;
}
.course-trainees {
  margin-top: 55px;
  margin-bottom: 0px;
}
.course-trainees img {
  border-radius: 4px;
}
.carousel-inner > .item {
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
}
.carousel {
  margin: 0 auto 30px auto;
  padding: 0 15px 60px 15px;
}
.carousel .item {
  overflow: hidden;
  font-size: 16px;
}
.carousel-inner {
	min-height: 13.5rem;
}
.carousel-inner, 
.carousel .item,
.carousel .item .col-sm-6,
.carousel .item .media,
.carousel .item .media-body {
	height: 100%;
}
.carousel .testimonial {
  background-color: #fff;
  box-shadow: 7px 7px 7px #d9d9d9;
  min-height: 10rem;
  margin: 15px;
  height: 100%;
  padding: 30px 30px 9px 30px;
  position: relative;
}
.carousel .overview b {
  text-transform: uppercase;
  font-weight: normal;
}
.carousel .carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 1px 3px;
}
.carousel-indicators li {
  background: #e16b0e;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
  background: #b15700;
  border: 5px double;
}
/*
 Course dates page
*/
.form-group, .wpcf7 .wpcf7-form p {
  margin-bottom: 0px;
}
.wpcf7 .wpcf7-form-control:focus {
  border-color: #e16b0e !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(232, 107, 29, 0.5) !important;
}
.wpcf7 label {
  margin: 0;
  padding: 0;
}
.wpcf7 .your-courses, .wpcf7 .your-consent {
  display: block;
  margin: 1.5rem 0;
}
.wpcf7 {
  background-color: #f6f7f8;
  border-radius: 4px;
}
.wpcf7-form {
  margin: 30px !important;
  padding-bottom: 30px;
}
.wpcf7 input {
  margin-bottom: 0 !important;
}
span.wpcf7-list-item {
  display: block;
  margin-bottom: 0.333rem;
}
.wpcf7-submit {
  width: auto !important;
  min-width: 160px;
  padding: 7px 1.5em 5px 1.5em;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #e16b0e !important;
  border: none !important;
  border-radius: 4px;
}
/*
 Stay Alive page
*/
.inside-top-margin {
  position: absolute;
  bottom: 22px;
  left: 30px;
}
.events-banner,
.stay-alive-banner,
.stay-alive-v2-banner,
.covid-banner {
  width: calc(100% - 30px);
  padding: 154px 0 77px 45px;
  border-radius: 4px;
  background: #b15700;
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/08/stay-alive-holding-phone.jpg');
  background-size: cover;
  background-position: center;
}
.stay-alive-v2-banner {
	background-color: #9dcec2;
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/08/stay-alive-banner-bg.png');
}
.bg-stay-alive-green {
	background-color: #9dcec2;
}
.bg-stay-alive-blue {
	background-color: #606da9;
}.bg-stay-alive-yellow {
	background-color: #f8bd63;
}
.covid-banner.home-page {
	width: 100%;
}
.events-banner {
	width: 100%;
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/12/events-banner-2.jpg');
  padding-bottom: 154px;
}
.covid-banner {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/04/e-learning-bg.jpg');
	min-height: 493px;
}
.covid-banner h1 {
	text-align: left;
}
.stay-alive-banner > .container,
.stay-alive-v2-banner > .container {
  width: 45%;
  margin-left: 0;
}
.stay-alive-banner .app-stores {
  text-align: left;
}
.stay-alive-banner .app-stores {
  margin-left: -15px;
}
.stay-alive-banner p {
  font-size: 1.5rem;
  line-height: 1.25;
}
.pt-77 {
	padding-top: 77px;
}
.entry-content > div.mb-77-md {
	margin-bottom: 0 !important;
}
.pt-77px-md {
  padding-top: 77px;
}
.mb-0-md-30-sm {
	margin-bottom: 30px !important;
}
@media screen and (min-width: 992px) {
  .pt-77px-md {
    padding-top: 0px;
  }
  .entry-content > div.mb-77-md {
	margin-bottom: 77px !important;
  }
  .mb-0-md-30-sm {
	 margin-bottom: 0 !important;
  }

}
/*
 Support us page
*/
.banner {
  margin: inherit 0!important;
  padding: 0 !important;
  max-width: 100vw;
  width: 100vw;
  position: relative;
  left: calc((100% - 100vw)/2);
  height: 290px !important;
  color: #fff;
  background-color: #ae5917;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner h2 {
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  top: calc(50% - 1.25rem);
}
.banner.events {
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/08/events-banner-bg-2.jpg');
}
.banner.donate {
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/08/donations-banner-bg-2.jpg');
}
.banner.fundraising {
  background-image: url('https://prevent-suicide.org.uk/wp-content/uploads/2019/08/fundraising-banner-bg-3.jpg');
}
.photo-sidebar img {
  display: block;
  background: #fff;
  padding: 15px;
  border: #dfdfdf;
  box-shadow: 4px 4px 10px #999;
  margin-bottom: -14px;
}
.photo-sidebar > *:last-of-type {
  margin-bottom: 42px;
}
.photo-sidebar .rot-4 img {
  transform: rotate(4deg);
}
.photo-sidebar .rot-neg-4 img {
  transform: rotate(-4deg);
}
.photo-sidebar .rot-2 img {
  transform: rotate(2deg);
}
.photo-sidebar .rot-neg-2 img {
  transform: rotate(-2deg);
}
.course-sponsorship {
  background-color: #b15702;
  background-image: url("https://prevent-suicide.org.uk/wp-content/uploads/2019/07/bokeh-orange.jpg");
  background-size: cover;
  background-position: bottom;
}
/*
 Staff page
 */
.staff {
  display: relative;
  text-align: center;
}
.staff > div {
  vertical-align: top;
  margin-left: 7.5px!important;
  margin-right: 7.5px!important;
}
.staff img {
  border-radius: 50%;
  border: 1px solid #21264e;
  margin-left: 7.5px;
  margin-right: 7.5px;
  width: calc(100% - 15px);
}
/*
 Simple Social Buttons
*/
.container.col-8 + .simplesocialbuttons {
  width: 90%;
  max-width: 730px;
}
.container.col-6 + .simplesocialbuttons {
  width: 90%;
  max-width: 540px;
}
.entry-content > .container.stand-alone + .simplesocialbuttons {
  margin: 0 auto 42px auto !important;
}
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-simple-round button {
  margin: 0 30px 0 15px !important;
}
/*
 News & blog
*/
#single-wrapper .entry-header,
.full-width-header {
  position: relative;
  top: -77px;
  left: calc((100% - 100vw)/2);
  color: #fff;
  background-color: #999;
  background-size: cover;
  background-position: center;
  min-height: 315px;
  height: auto;
  width: 100vw;
  max-width: 100vw;
  overflow: visible;
  margin-bottom: -77px !important;
}
#single-wrapper .overlay,
.full-width-header > .overlay {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  background-color: rgba(35, 44, 57, 0.382);
  min-height: 315px;
  padding: 15px;
}
.full-width-header > .overlay > h1 {
	max-width: 1024px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.full-width-header.blog {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/01/blog-update-realtalk.jpg');
}
.full-width-header.events {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/01/12-600x450-1.jpg');
}
#single-wrapper .overlay > div {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
#single-wrapper h1 {
	text-align: center;
  color: #fff;
  margin-top: 37px;
  margin-bottom: 1.5rem !important;
}
#single-wrapper .entry-content {
  margin-top: 77px;
}
#single-wrapper .wp-post-image {
  margin-bottom: 56px;
}
/* Grid style */
#archive-wrapper {
  margin-bottom: 77px !important;
}
.display-posts-listing.grid {
  display: grid;
  grid-gap: 30px;
}
.display-posts-listing.grid .title {
  display: block;
  font-family: "Montserrat SemiBold", Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.display-posts-listing.grid a.title {
  color: #222;
}
.display-posts-listing.grid img.wp-post-img {
  display: block;
  max-width: 390px;
  width: calc(100% + 60px);
  height: auto;
}
.display-posts-listing.grid .excerpt-dash {
  display: none;
}
.display-posts-listing.grid .listing-item {
  position: relative;
  background-color: #fff;
  box-shadow: 7px 7px 7px #d9d9d9;
  border-radius: 0;
  padding: 30px 30px 0 30px;
}
.display-posts-listing.grid article {
  width: 100%;
}
.display-posts-listing.grid .listing-item .image {
  display: block;
  margin: -30px -30px 21px -30px;
}
.display-posts-listing.grid .listing-item .image img {
	width: 100%;
}


.display-posts-listing.grid .date {
  display: block;
  margin-bottom: 1.5rem;
}
.display-posts-listing.grid .excerpt .btn {
  background: inherit;
  min-width: 0;
  padding: 0;
  margin-top: 1.5rem;
  color: #20399D;
}
@media (min-width: 768px) {
  .display-posts-listing.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .display-posts-listing.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.display-posts-pagination {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  font-size: 1.5rem;
  clear: both;
}
nav.display-posts-pagination a {
  font-size: 1.5rem;
  color: #20399D !important;
}
.display-posts-pagination .nav-links .page-numbers {
  padding: 0 14px;
}
.display-posts-pagination .nav-links .page-numbers.current {
  color: #AB1909 !important;
  font-weight: bold;
}
.display-posts-pagination .nav-links .page-numbers.next, .display-posts-pagination .nav-links .page-numbers.prev {
  font-weight: bold;
}
/* 
 Custom Twitter & Facebook Feeds
*/
.fts-jal-fb-header h1 {
  display: none;
}
.fts-jal-fb-group-display {
  margin: 0 15px;
}
#sb_instagram {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.instagram-wrapper, .facebook-wrapper, .twitter-wrapper {
  border: 1px solid #d5d8d9;
  margin-bottom: 0 !important;
}
.instagram-wrapper {
  border-color: #5296e9;
}
.facebook-wrapper {
  border-color: #385898;
}
.twitter-wrapper {
  border-color: #5296e9;
}
.fts-twitter-text {
	font-size: 1rem;
	line-height: 1.5;
}
.instagram-wrapper p {
  margin-bottom: 0 !important;
}
#sbi_images {
  padding: 0 !important;
}
.sbi_item:first-of-type {
  margin-left: 0px;
  padding: 0;
}
.ctf a {
  color: #1da1f2;
}
#ctf #ctf-more {
  display: none;
}
.cff-wrapper a {
  color: #385898;
}
h2.facebook, h2.instagram, h2.twitter, .twitter-link a, .instagram-link a, .facebook-link a {
  min-height: 44px;
  line-height: 1;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #385898;
  padding: 14px 21px;
  min-width: 220px;
}
h2.facebook a, h2.instagram a, h2.twitter a {
  text-decoration: none;
}
h2.facebook a, h2.twitter a, h2.instagram a {
  color: #fff;
}
.twitter-link, .facebook-link {
  text-align: center;
  margin-bottom: 0;
}
h2.twitter, .twitter-link a {
  background-color: #1da1f2;
}
h2.instagram, .instagram-link a {
  background-color: #5296e9;
  margin-bottom: 0;
}
/*
 LGBTQ Resources
*/
.lgbtq h2 {
  margin-bottom: 49px;
}
.lgbtq .row {
  margin-bottom: 35px;
}
.lgbtq .wp-block-image.switchboard-offset {
  position: relative;
  top: -32px;
}
/* Supporters */
ul.logo-list {
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.logo-list li {
  display: inline-block;
  margin: 0 15px 30px 15px;
}
.logo-list li img {
  display: inline-block;
}
/*
 Donation thank you page
*/
.bouncing-ball {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #ffd93b;
  animation: bounce 1s;
  transform: translateY(0px);
  animation-iteration-count: infinite;
  position: absolute;
  margin: 0 auto 50px auto;
}
@keyframes bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  40% {}
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 125px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
.p-smiley-height-md {
  padding-top: 215px;
}
@media screen and (min-width: 992px) {
  .p-smiley-height-md {
    padding-top: 0px;
  }
}
/* 
 Additional footer styles (placed here to avoid being overwritten)
*/
input[type="email"]::placeholder, input[type="text"]::placeholder {
  color: #6c757d;
}
#wrapper-footer-full input[type="email"]::placeholder, #wrapper-footer-full input[type="text"]::placeholder {
  color: #a1a5a9;
}
input[type="email"], input[type="text"] {
  width: 100%;
  padding: 7px 7px 5px 7px;
  background-color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #495057;
  border-radius: 4px;
  border: 1px solid #cfd4d9;
}
input[type="email"]:focus, input[type="text"]:focus, #wrapper-footer-full input[type="email"]:focus, #wrapper-footer-full input[type="text"]:focus {
  border-color: #e16b0e;
}
#wrapper-footer-full input[type="email"], #wrapper-footer-full input[type="text"] {
  color: #f0f1f2;
  background-color: #21264e;
}
input[type="submit"] {
  color: #fff;
  padding: 7px 1.5em 5px 1.5em;
  min-width: 160px;
  background-color: #e16b0e;
  border: none;
  border-radius: 4px;
  margin-bottom: 14px;
  cursor: pointer;
}
input[type="submit"]:disabled {
  color: #fcfcfd;
  background-color: #df9f79;
  cursor: not-allowed;
}
.form-privacy {
  margin-bottom: 14px;
}
.form-privacy input[type="checkbox"], .form-privacy label {
  display: inline;
}
.footer-widget .wpcf7 {
  margin: -1.5rem 0 1.5rem 0 !important;
  padding: 0 !important;
}
#wrapper-footer-full .wpcf7 {
  background-color: transparent;
}
#wrapper-footer-full .wpcf7-form {
  margin: 0 !important;
  padding: 0;
}
#wrapper-footer-full input[type="text"], #wrapper-footer-full input[type="email"] {
  color: #f0f1f2;
  background-color: #21264e;
  border: 2px solid #a1a5a9;
  margin-bottom: 7px;
}
#wrapper-footer-full div.wpcf7-response-output {
  height: auto;
  margin: 30px 0;
  padding: 15px;
}
/*
  Find Help Now page
*/
.page-template-page-find-help h1, .page-template-page-find-help h2, .page-template-page-find-help h3, .page-template-page-find-help h4  {
  font-family: "Caveat Brush", cursive, "Hind", "sans-serif";
  font-weight: 400;
}
.page-template-page-find-help h1.stay-alive-h1 {
  font-family: "Montserrat SemiBold", Helvetica, Arial, "sans-serif";
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 1.091;
}
.page-template-page-find-help h1 {
  font-size: 3rem;
  line-height: 1;
}
.page-template-page-find-help h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.border-nhs-blue {
  border: 4px solid #005eb8 !important;
}
.page-template-page-find-help .important, .align-items-center {
  display: flex;
  align-items: center;
}
.page-template-page-find-help .search-form {
  display: none;
}
#wrapper-footer-full.find-help-footer-wrapper {
  padding-top: 30px;
}
.find-help-footer-wrapper .navbar-brand img {
  padding-left: 0;
  padding-right: 30px;
}
#find-help-footer {
  padding: 30px 0 77px;
  background-color: #21264e;
  font-size: 1rem;
  color: #a1a5a9;
}
#find-help-footer h2 {
  display: none;
}
#find-help-footer a {
  color: #a1a5a9;
  text-decoration: none;
}
h2.big {
	font-size: 3.67rem;
	font-weight: normal;
}
@media screen and (min-width: 992px) {
  .page-template-page-find-help #wrapper-footer-full > .container {
    width: 100%;
    display: flex;
  }
  #find-help-footer {
    width: calc(100% - 257px);
  }
  .menu-find-help-now-container {
    width: 100%;
  }
  #menu-find-help-now {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #menu-find-help-now li {
    list-style: none;
    align-self: center;
  }
  #menu-find-help-now a {
    display: block;
    padding: 8px;
  }
}
.page-template-page-find-help .services p {
  margin-bottom: 7px;
}
.page-template-page-find-help .services {
  padding-bottom: 7px;
}
.print {
  display: none;
}
@media print {
  .print {
    display: block;
  }
  .interactive {
    display: none;
  }
}
/* Add PDF to PDF links */
/*
a[href$=".pdf"]:after {
  content: " (PDF)";
}
*/

/* Strip tel and sms links */
a[href^="tel"], a[href^="sms"], a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover, a[href^="sms"]:link, a[href^="sms"]:visited, a[href^="sms"]:hover {
  color: inherit;
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}
/* Reinstate tel and sms links for mobile phone form factors  */
@media only screen and (max-device-width: 768px) {
  /* Reinstate links: */
  a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover, a[href^="sms"]:link, a[href^="sms"]:visited, a[href^="sms"]:hover {
    color: #20399D;
    text-decoration: underline;
    pointer-events: auto;
    cursor: pointer;
  }
  a[href^="tel"], a[href^="sms"] {
    text-decoration: underline;
  }
}
@media print {
  .no-print {
    display: none;
  }
  body, .fg-white {
    font-size: 18pt;
    line-height: 24pt;
    color: #000;
  }
  #wrapper-footer-full {
    display: none;
  }
  .entry-content > h1, .entry-content > h2, .entry-content > div, .entry-content > figure {
    margin-bottom: 1.5rem !important;
  }
  .row {
    display: block;
  }
  .breadcrumbs-top, .breadcrumbs-bottom {
    display: none;
  }
  .speech-bubble {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f7f8;
    border: none;
    padding: 30px 30px 9px 30px;
    margin-bottom: 21px;
  }
  .speech-bubble cite {
    position: relative;
    top: 0;
    left: 0;
    font-style: bold;
    height: auto;
    background: none;
  }
  ul.tick-list {
    list-style: disc;
    padding-left: inherit;
  }
  ul.tick-list li {
    list-style: disc;
    padding-left: inherit;
  }
  .course-date {
    border-top: 1px solid #000;
  }
  .course-date:last-child {
    border-bottom: 1px solid #000;
  }
  .progress, .stay-alive, .more-resources, .safety-plan, .important {
    page-break-inside: avoid;
  }
  .key-resources .col-md-4 > div > .container, .key-resources .col-md-6 > div > .container {
    border: 2px solid #ccc;
  }
}
/*
 Grassroots runners */
.runners-banner {
  color: #fff;
  background-color: #21264e;
  background-image: url("https://www.prevent-suicide.org.uk/wp-content/uploads/2019/11/runners-bg-1080.jpg");
  background-size: cover;
  background-position: center;
}

.runners label {
	padding-top: 15px;
}

/* Fade page in (supporting script in footer.php) */
#page-wrapper, #single-wrapper {
  opacity: 1;
  transition: 0.33s opacity;
}
#page-wrapper.fade, #single-wrapper.fade {
  opacity: 0;
  transition: none;
}
/* Slide in hero 1-3 */
.js-loading *, .js-loading *:before, .js-loading *:after {
  animation-play-state: paused !important;
}
@media screen and (min-width: 992px) {
	.hero-1, .hero-2, .hero-3 {
	    position: relative;
    	will-change: top, opacity;
	}
  .hero-1 {
    animation: fade-slide-down-1 .76s 0s ease-out forwards;
  }
  .hero-2 {
    animation: fade-slide-down-2 .76s 0s ease-out forwards;
  }
  .hero-3 {
    animation: fade-slide-down-3 .76s 0s ease-out forwards;
  }
}
@keyframes fade-slide-down-1 {
  0% {
    opacity: 0;
    top: -4rem;
  }
  67% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-slide-down-2 {
  0% {
    opacity: 0;
    top: -4rem;
  }
  16.7% {
    opacity: 0;
    top: -4rem;
  }
  83.3% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-slide-down-3 {
  0% {
    opacity: 0;
    top: -4rem;
  }
  33% {
    opacity: 0;
    top: -4rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.container.pb-1-button, .row > div > div > .container.pb-1-button {
  padding-bottom: 72px !important;
}
.container.pb-2-button, .row > div > div > .container.pb-2-button {
  padding-bottom: 124px !important;
}
.container.pb-3-button, .row > div > div > .container.pb-3-button {
  padding-bottom: 160px !important;
}
.js-bookmark {
	display: none;
}
@media screen and (min-width: 1025px) {
	.js-bookmark {
		display: block;
	}
}

.testimonials {
	min-height: calc(9rem + 60px);
}
@media screen and (min-width: 992px) {
  .testimonials {
	min-height: 0;
  }
}

.no-min-height {
	min-height: 0 !important;
	height: auto !important;
}

.notice {
	border: 4px solid #900;
	border-radius: 4px;
	color: #900;
	padding: 30px;
	text-align: center;
}
/*
 * Real Talk
 */
.real-talk.banner {
	position: relative;
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: calc(100vh - 300px);
	left: calc((100% - 100vw) / 2);
	margin-top: -77px;
	background-color: #21264e;
	overflow: hidden;
}
.real-talk.banner .bg-video,
.real-talk.banner video {
	position: relative;
	min-width: 100vw;
	min-height: calc(100vh - 300px);
}
.real-talk.banner .content {
	max-width: 100vw;
	position: absolute; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
    align-self: center;
	color: #fff;
}
.real-talk.banner h1 {
	margin-bottom: 0 !important;
}
.real-talk.banner h2 {
	font-size: 3rem;
}
.real-talk.sub-banner,
.real-talk.sub-banner > div,
.real-talk.sub-banner .row {
	position: relative;
	width: 100vw;
}
.real-talk.sub-banner {
	margin-top: -77px;
	left: calc((100% - 100vw) / 2);
	color: #fff;
}
.real-talk.sub-banner a {
	color: #fff;
}
.real-talk.sub-banner p,
.real-talk.sub-banner h2 {
	margin-bottom: 0;
}
.real-talk.sub-banner .row > div {
	padding: 30px 15px;
}
.real-talk.sub-banner .row > div:nth-child(1) {
	background-color: #d3834e;
}
.real-talk.sub-banner .row > div:nth-child(2) {
	background-color: #d3712e;
}
.real-talk.sub-banner .row > div:nth-child(3) {
	background-color: #ae5917;
}
.real-talk.header p,
.real-talk.stats p,
.real-talk.real-people p {
	color: #647585;
}
.real-talk.stats h2 {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.container.full-width {
	max-width: 100vw;
	width: 100vw;
	position: relative;
	left: calc((100% - 100vw) / 2);
}
.container.full-width > .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}
.real-talk.real-people .container {
	border: 0;
}
.real-talk.real-people .wp-block-image img {
	position: relative;
	left: -15px;
	top: -15px;
	width: 350px;
	max-width: 350px;
}
.real-talk.film {
	min-height: 70vh;
	background-color: #21264e;
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/04/relax-group-talking.jpg');
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
}
.overlay {
	width: 100%;
	height: 100%;
	max-width: 100vw;
	position: relative;
	margin: 0 !important;
}

.overlay::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.382);
	z-index: -1;
}
.overlay > div {
	z-index: 100;
	align-self: center;
	height: auto;
}
.real-talk.film .content {
	z-index: 100;
}
.real-talk.changemakers {
	display: relative;
}

.real-talk.changemakers .col-12:hover > .container {
	will-change: opacity;
	transition: opacity 1.0s;
	opacity: 1;
	
}
.real-talk.changemakers .col-12 > .container {
	opacity: 0;
	transition: opacity 1.0s;
	display: flex;
	align-items: center;
    align-self: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 27px);
	background-color: rgba(35, 44, 57, 0.382);
	margin-top: 0 !important;
	margin-bottom: 0px !important;
}
@media screen and (min-width: 992px) {
	.real-talk.changemakers .col-12 > .container {
	top: 0;
	left: -15px;
	width: calc(100%  - 30px);
	height: calc(100% - 27px);
}
}

	
.real-talk.changemakers .col-12 > .container > .container {
	width: 100%;
	margin: 0 !important;
	color: #fff;
}

.real-talk.changemakers .col-12 > .container > .container > h3,
.real-talk.changemakers .wp-block-image {
	text-align: center;
	margin: 0 !important;
}
.real-talk.changemakers .wp-block-image img {
	width: 100%;
	border-radius: 4px;
}
.real-talk.changemakers a {
	color: #fff;
}
.carousel-inner p {
	color: #647585;
}
.carousel-inner a {
	color: #232c39;
}
.carousel-inner img {
	border-radius: 50%;
	width: 50px;
	margin-bottom: 0.5rem;
}
.real-talk.footer {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/04/hands-static.jpg');
	background-position: center;
	background-size: cover;
	min-height: 278px;
	height: auto;
	align-self: center;
}
.real-talk.footer > .container {
	display: flex;
	align-items: center;
	color: #fff;
	min-height: 278px;
	height: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1040px;
	margin-bottom: 0!important;
}
.real-talk.footer > .container > .row,
.real-talk.footer > .container > .row > .col-12 {
	height: 100%;
}
.real-talk.footer > p {
	margin-bottom: 0 !important;
}
.real-talk.film-credits {
	position: absolute;
	bottom: 0;
}
.container.mb--27 {
  margin-bottom: -27px !important;	
}
/** 
 * E-learning page
 */
.table th {
	font-weight: bold;
	display: block;
}
.e-learning .table {
	display: block;
}

.e-learning .table td {
	display: block;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
	.e-learning .table td:nth-child(3),
	.e-learning .table th:nth-child(3),
	.e-learning .table td:nth-child(4),
	.e-learning .table th:nth-child(4),
	.e-learning .table th:nth-child(6),
	.e-learning .table td:nth-child(6) {
		text-align: center;
	}	.e-learning .table {
		display: table !important;	
	}
	.e-learning .table tr {
		display: table-row !important;
	}
	.e-learning .table td,
	.e-learning .table th {
	display: table-cell !important;
	}
}

/**
 * Coronavirus appeal
 */
.coronavirus-banner {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/04/coronavirus-bg.jpg');
	background-position: center;
	background-size: cover;
	padding: 45px 45px 18px 45px;
}
.coronavirus-banner h2 {
	width: 475px;
	font-size: 3rem;
	line-height: 1.25;
}
@media screen and (min-width: 1024px) {
	.ansl-banner .col-12:first-child {
		display: flex;
		align-content: center;
		justify-content: center;
		padding: 60px 90px 42px 160px;
	}
	.ansl-banner-2 .col-12:first-child {
		display: block;
		padding: 60px 90px 42px;
	}
	.ansl-banner .col-12:nth-child(2) {
		width: 280px;
		padding: 30px 170px 20px 30px
	}
	.ansl-banner-2 .col-12:nth-child(2) {
		margin-right: auto;
		background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/ansl-2-bg.png');
		background-size: cover;
		background-position: right;
	}
	.ansl-banner .stats {
		margin: 30px auto 60px;
	}
	.ansl-banner-2 .stats {
		margin: 30px 0 60px;
	}
}
.ansl-banner {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/09/ansl-bg.png');
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.ansl-banner-2 {
	color: #000;
	background-image: none;
}
.ansl-banner-2 .col-12:nth-child(2) {
		background-color: #dd7a34;
}
.ansl-banner .inline-buttons {
	width: 500px;
	max-width: 500px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.ansl-banner .b-small {
	display: inline-block;
}
.ansl-banner .b-small a {
	display: inline-block;
		color: #fff;
		background-color: #222;
}
.ansl-banner-2 .b-small a,
.b-small.b-white a {
		color: #222;
		background-color: #fff;
		border: 1px solid #999;
}
.ansl-banner .b-small:last-child a {
		color: #222;
		background-color: #fff;
		border: 1px solid #999;
}
.ansl-banner-2 .b-small a:hover,
.b-small.b-white a:hover {
		color: #fff;
		background-color: #222;
		border: 1px solid #999;
}
.b-small.b-blue a {
		color: #fff;
		background-color: #21264e;
		border: 4px solid #dd7a34;
}
.b-small.b-blue a:hover {
		color:  #21264e;
		background-color: #fff;
}
.ansl-banner .stats {
	background-color: #dd7a34;
	width: 240px;
	max-width: 100%;
	padding-bottom: 0;
}
h3.ansl-question {
	font-family: Hind, Helvetica, Arial, "sans-serif";
	line-height: 1.5;
	font-weight: normal;
}
h3.ansl-question strong {
	font-family: "Montserrat SemiBold", Helvetica, Arial, "sans-serif";
}
.r1, .r2, .r3, .r4, .r5, .r6 {
	display: block;
	position: relative;
	animation: fade-in-slide-from-right 0.6s 0s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.l1, .l2, .l3, .l4, .l5, .l6 {
	display: block;
	position: relative;
	animation: fade-in-slide-from-left 0.6s 0s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@supports (animation-name: fade-in-slide-from-left) {
	.l1, .l2, .l3, .l4, .l5, .l6 {
		opacity: 0;
	}
}
@supports (animation-name: fade-in-slide-from-right) {
	.r1, .r2, .r3, .r4, .r5, .r6 {
		opacity: 0;
	}
}
.l2, .r2 {
	animation-delay: 0.9s;
}
.l3, .r3 {
	animation-delay: 0.3s;
}
.l4, .r4 {
	animation-delay: 0.45s;
}
.l5, .r5 {
	animation-delay: 0.6s;
}
.l6, .r6 {
	animation-delay: 0.75s;
}
.slow .l1, .slow .r1, .slow .l2, .slow .r2, .slow .l3, .slow .r3, .slow .l4, .slow .r4, .slow .l5, .slow .r5, .slow .l6, .slow .r6 {
	animation-duration: 1.8s;
}
.slow .l2, .slow .r2 {
	animation-delay: 0.3s;
}
.slow .l3, .slow .r3 {
	animation-delay: 0.6s;
}
.slow .l4, .slow .r4 {
	animation-delay: 0.9s;
}
.slow .l5, .slow .r5 {
	animation-delay: 1.2s;
}
.slow .l6, .slow .r6 {
	animation-delay: 1.5s;
}
@keyframes fade-in-slide-from-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-slide-from-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
figure.dashed-border img,
div.dashed-border > figure img {
	border: 1px dashed #222;
}
figure.alignright,
figure.alignleft {
	max-width: 50%;
}
.follow-us-buttons > figure.wp-block-image {
	float: none;
	display: inline-block;
	margin-right: 30px;
}
article figure.full-height-img,
article .full-height-img img,
.wp-block-image.is-resized.full-height-img,
.wp-block-image.full-height-img img{
	display: block;
	position: relative;
	height: 100%;
	min-height: 400px;
	width: auto;
	max-width: 100000%;
	margin: 0;
	padding: 0;
}
article figure.full-height-img.flush-right img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;;
}
.bring-to-front {
	z-index: 100;
}
.support-us-2-banner {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/seafront.jpg');
	background-size: cover;
	background-position: center;
}
.support-us-more-ways {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/t-shirts-2.jpg');
	background-size: cover;
	background-position: center;
}
.bg-ansl-2-a {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/ansl-2-b.jpg');
	background-size: cover;
	background-position: center;
	min-height: 500px;
}	
.bg-ansl-2-b {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/ansl-2-c.jpg');
	background-size: cover;
	background-position: center;
	min-height: 500px;
}	
.bg-ansl-signup {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2020/11/white-arrow.png');
	background-size: cover;
	background-position: right;
	min-height: 400px;
	
}
.bg-rachael-blog-1 {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/02/Rachael-Swann.jpg');
	background-size: cover;
	background-position: center;
	min-height: 400px;
	
}
.bg-rachael-blog-2 {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/02/emma-mills-sheffield.jpg');
	background-size: cover;
	background-position: center;
	min-height: 250px;
	
}
.support-us-more-ways h2 {
	margin-bottom: 0 !important;
}
.no-border {
	border: none;
}
.row > div > div.app-stores {
	height: auto;
}
.ansl.carousel {
	height: 500px;
	padding: 0;
	margin: 0;
}
.v-centered {
  display: flex;
  align-items: center;

}
.fundraising-hero {
	position: relative;
	min-height: 500px;
	background-color: #21264e;
	background-position: center;
	background-size: cover;
}
.fundraising-hero h1 {
	position: absolute;
	bottom: 60px;
	left: 60px;
	margin-right: 40px;
	background-color: #f6f7f8;
	padding: 10px 25px 15px;
}
.fundraising-hero.promises {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/03/fund3-1-b.jpg');
}

.fundraising-hero.extraordinary {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/03/fund1-banner-b.jpg');
}
.fundraising-hero.difference {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/04/meeting-2.jpg');
}
.fundraising-here-to-help {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/03/fund2-alex-b.jpg');
}
.fundraising-jack {
	background-image: url('https://www.prevent-suicide.org.uk/wp-content/uploads/2021/04/fundraising-jack.jpg');
}
@media screen and (min-width: 1024px) {
	
	.send-to-back {
		z-index: -999;
	}
	
	.behind-md.right {
		left: -100%;
	}
	.behind-md {
		max-width: calc(200% + 60px);
		width: calc(200% + 60px);
		position: relative;
		overflow: hidden;
		height: 100%;
		border-radius: 4px;
	}
	.behind-md img {
		position: absolute;
		min-height: 300px;
		width: 1140px !important;
		max-width: 1140px;
	}
}

.fundraising-hero,
.fundraising-hero h1,
.br-md,
.br-md img {
	border-radius: 16px !important;
	overflow: hidden;
}

.bg-ansl3-beige {
	background-color: #f8f4e3;
}
.bg-ansl3-blue {
	background-color: #4c6fbf;
}
.bg-ansl3-orange {
	background-color: #ff914d;
}
.br-50per {
	border-radius: 50%;
}
.ansl3-hero h2.caption span {
	  box-shadow: 
		  inset 0 -15px #4c6fbf;
  display: inline;
}
.ansl3-hero.bg-ansl3-blue h2.caption span {
	  box-shadow: 
		  inset 0 -15px #ff914d;
  display: inline;
}
.ansl3-hero h2.caption {
	position: absolute;
	bottom: 0;
}