/*
Theme Name: Feel Better
Theme URI: http://www.feelbetterleeds.org.uk
Author: Magpie
Author URI: http://www.wearemagpie.com
Description:
Version: 1.0


CONTENTS
0.0   FONT FACE
1.0   RESET
2.0   MARGINS AND PADDING
  2.1   Margins
  2.2   Padding
3.0   FONT STUFF
  3.1   Font size
  3.2   Font weights
  3.3   Text colours
4.0   BACKGROUNDS
5.0   LAYOUT
  5.1   Rows
  5.2   Grids
  5.3   Containers
6.0   LISTS, FORMS and THINGS
  6.1   Lists
9.0   CORONAVIRUS SUPPORT GUIDE
X.X   UNSORTED STUFF
*/

/******************************************************
0.0   FONT FACE
******************************************************/

@font-face {
    font-family: "Museo";
    src: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_0_0.eot");
    src: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_0_0.eot#iefix") format("embedded-opentype"),
        url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_0_0.woff2") format("woff2"), url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_0_0.woff") format("woff"),
        url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_0_0.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Museo";
    src: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_1_0.eot");
    src: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_1_0.eot#iefix") format("embedded-opentype"),
        url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_1_0.woff2") format("woff2"), url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_1_0.woff") format("woff"),
        url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_1_0.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Museo";
    src: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_2_0.eot");
    src: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_2_0.eot#iefix") format("embedded-opentype"),
        url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_2_0.woff2") format("woff2"), url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_2_0.woff") format("woff"),
        url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/webfonts/306A3F_2_0.ttf") format("truetype");
    font-weight: 500;
}

/******************************************************
1.0   RESET
******************************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
h3 {
    margin: 0;
    padding: 0;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12,
.col {
    margin: 0;
    padding: 0 2% 0 0;
    float: left;
    position: relative;
}
/* *:focus{ outline: none;} */
.header {
    margin-top: 10px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-size: 16px;
    font: small sans-serif;
    margin: 0 auto;
    font-family: "Museo";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    background-color: #00a791;
    line-height: 1.2;
    position: relative;
}
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;
    margin-bottom: 20px;
}
th {
    font-weight: bold;
}
td {
    border: 1px solid #000;
    padding: 10px;
}

/******************************************************
2.0   MARGINS AND PADDING
******************************************************/

/******************************************************
  2.1   Margins
******************************************************/
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.m-25 {
    margin: 25px;
}
.m-30 {
    margin: 30px;
}
.m-40 {
    margin: 40px;
}
.m-50 {
    margin: 50px;
}

.m-Y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-Y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-Y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-Y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.m-Y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-Y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-Y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-X-auto {
    margin-left: auto;
    margin-right: auto;
}
.m-X-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m-X-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.m-X-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.m-X-25 {
    margin-left: 25px;
    margin-right: 25px;
}
.m-X-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.m-X-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.m-X-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-Left-10 {
    margin-left: 10px;
}
.m-Left-15 {
    margin-left: 15px;
}
.m-Left-20 {
    margin-left: 20px;
}
.m-Left-25 {
    margin-left: 25px;
}
.m-Left-30 {
    margin-left: 30px;
}
.m-Left-40 {
    margin-left: 40px;
}
.m-Left-50 {
    margin-left: 50px;
}

.m-Right-10 {
    margin-right: 10px;
}
.m-Right-15 {
    margin-right: 15px;
}
.m-Right-20 {
    margin-right: 20px;
}
.m-Right-25 {
    margin-right: 25px;
}
.m-Right-30 {
    margin-right: 30px;
}
.m-Right-40 {
    margin-right: 40px;
}
.m-Right-50 {
    margin-right: 50px;
}

.m-Top-10 {
    margin-top: 10px;
}
.m-Top-15 {
    margin-top: 15px;
}
.m-Top-20 {
    margin-top: 20px;
}
.m-Top-25 {
    margin-top: 25px;
}
.m-Top-30 {
    margin-top: 30px;
}
.m-Top-40 {
    margin-top: 40px;
}
.m-Top-50 {
    margin-top: 50px;
}

.m-Bottom-10 {
    margin-bottom: 10px;
}
.m-Bottom-15 {
    margin-bottom: 15px;
}
.m-Bottom-20 {
    margin-bottom: 20px;
}
.m-Bottom-25 {
    margin-bottom: 25px;
}
.m-Bottom-30 {
    margin-bottom: 30px;
}
.m-Bottom-40 {
    margin-bottom: 40px;
}
.m-Bottom-50 {
    margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
    .m-Large-Top-30 {
        margin-top: 30px;
    }
    .m-Large-Top-40 {
        margin-top: 40px;
    }
    .m-Large-Top-50 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .m-Small-Top-40 {
        margin-top: 40px;
    }
}

/******************************************************
  2.2   Padding
******************************************************/
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.p-50 {
    padding: 50px;
}

.p-Y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-Y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-Y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-Y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.p-Y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-Y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-Y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-X-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-X-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-X-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-X-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.p-X-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-X-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.p-X-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-Left-10 {
    padding-left: 10px;
}
.p-Left-15 {
    padding-left: 15px;
}
.p-Left-20 {
    padding-left: 20px;
}
.p-Left-25 {
    padding-left: 25px;
}
.p-Left-30 {
    padding-left: 30px;
}
.p-Left-40 {
    padding-left: 40px;
}
.p-Left-50 {
    padding-left: 50px;
}

.p-Right-10 {
    padding-right: 10px;
}
.p-Right-15 {
    padding-right: 15px;
}
.p-Right-20 {
    padding-right: 20px;
}
.p-Right-25 {
    padding-right: 25px;
}
.p-Right-30 {
    padding-right: 30px;
}
.p-Right-40 {
    padding-right: 40px;
}
.p-Right-50 {
    padding-right: 50px;
}

.p-Top-10 {
    padding-top: 10px;
}
.p-Top-15 {
    padding-top: 15px;
}
.p-Top-20 {
    padding-top: 20px;
}
.p-Top-25 {
    padding-top: 25px;
}
.p-Top-30 {
    padding-top: 30px;
}
.p-Top-40 {
    padding-top: 40px;
}
.p-Top-50 {
    padding-top: 50px;
}

.p-Bottom-10 {
    padding-bottom: 10px;
}
.p-Bottom-15 {
    padding-bottom: 15px;
}
.p-Bottom-20 {
    padding-bottom: 20px;
}
.p-Bottom-25 {
    padding-bottom: 25px;
}
.p-Bottom-30 {
    padding-bottom: 30px;
}
.p-Bottom-40 {
    padding-bottom: 40px;
}
.p-Bottom-50 {
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
    .p-Small-X-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-Small-20 {
        padding: 20px !important;
    }
    .p-Small-30 {
        padding: 30px !important;
    }
}
@media screen and (min-width: 767px) {
    .p-Large-Left-40 {
        padding-left: 40px;
    }
    .p-Large-X-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/******************************************************
3.0   FONT STUFF
******************************************************/

/******************************************************
  3.1   Font sizes
******************************************************/
.font-16 {
    font-size: 1rem;
    line-height: 1.1875rem;
}
.font-18 {
    font-size: 1.1875rem;
    line-height: 1.10526315789;
}
.font-20 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.font-24 {
    font-size: 1.6875rem;
    line-height: 2rem;
}

/******************************************************
  3.2   Font weights
******************************************************/

.font-w-900 {
    font-weight: 900;
}

/******************************************************
  3.3   Text colours
******************************************************/
.text-White {
    color: white;
}
.text-Yellow {
    color: #f8ee85;
}
.text-Purple {
    color: #866faf;
}
.text-Blue {
    color: #1d70b7;
}
.text-Green {
    color: #00a791;
}
.text-Pink {
    color: #e0378b;
}

/******************************************************
4.0   BACKGROUNDS
******************************************************/

.bg-White {
    background-color: white;
}
.bg-Yellow {
    background-color: #f8ee85;
}
.bg-Purple {
    background-color: #866faf;
}
.bg-Blue {
    background-color: #1d70b7;
}
.bg-Green {
    background-color: #00a791;
}
.bg-Pink {
    background-color: #e0378b;
}

.layer-Front {
    position: relative;
    z-index: 10;
}
.bg-Icon {
    background-repeat: no-repeat;
}

.bg-Icon-01:after,
.bg-Icon-01:before {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 200px;
    content: "";
    background-repeat: no-repeat;
    left: 0;
}
.bg-Icon-01 {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon03.svg);
    background-position: 12% 8%;
}
.bg-Icon-01:before {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy%20icon02.svg);
    top: 82vh;
    background-position: 89% top;
}
.bg-Icon-01:after {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Mental%20health%20service%20icon02.svg);
    top: 105vh;
    background-position: 4% top;
}

.bg-Icon-02:after,
.bg-Icon-02:before {
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    left: 0;
}
.bg-Icon-02 {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon03.svg);
    background-position: 91% 29%;
}
.bg-Icon-02:before {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon01.svg);
    height: 75px;
    top: 162vh;
    background-position: left 9% top;
}
.bg-Icon-02:after {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon02.svg);
    height: 60px;
    top: 272vh;
    background-position: left 87% top;
}

.bg-Icon-03:after,
.bg-Icon-03:before {
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    z-index: 1;
}
.bg-Icon-03:before {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy%20icon02.svg);
    height: 80px;
    top: 232vh;
    background-position: 2% top;
}
.bg-Icon-03:after {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Mental%20health%20service%20icon02.svg);
    height: 90px;
    top: 375vh;
    background-position: right 4% top;
}
.bg-Icon-03 {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon03.svg);
    background-position: 10% 4%;
}

.bg-Icon-04:after,
.bg-Icon-04:before {
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    left: 0;
}
.bg-Icon-04:before {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Mental%20health%20service%20icon02.svg);
    height: 90px;
    top: 472vh;
    background-position: left 5% top;
    z-index: 1;
}
.bg-Icon-04,
.bg-Icon-04:after {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy%20icon02.svg);
}
.bg-Icon-04:after {
    height: 200px;
    top: 395vh;
}
.bg-Icon-04 {
    background-position: 91% 29%;
}

.bg-Icon-05 {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon03.svg);
    background-position: 12% 19%;
}
.bg-Icon-05:before {
    position: absolute;
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy%20icon02.svg);
    display: block;
    width: 100%;
    height: 90px;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    top: 512vh;
    background-position: right 5% top;
    z-index: 1;
}

.bg-Icon-06 {
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon01.svg);
    background-position: 12% 19%;
}
.page-id-633 .wrapperFooter {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About%20feel%20better%20icon02.svg");
    background-position: 92% 19%;
    background-repeat: no-repeat;
}

/******************************************************
5.0   LAYOUT
******************************************************/

.float-L {
    float: left;
}
.float-Clear {
    clear: both;
}

.align-Right {
    text-align: right;
}
.align-Center {
    text-align: center;
}
.align-Left {
    text-align: left;
}

a.align-Center {
    display: block;
}
.width-50 {
    width: 50%;
}
.width-75 {
    width: 75%;
}
.width-80 {
    width: 80%;
}
.width-90 {
    width: 90%;
}
.width-100 {
    width: 100%;
}

.width-max-1024 {
    max-width: 1024px;
}
.width-max-960 {
    max-width: 960px;
}

@media screen and (max-width: 600px) {
    .align-Small-Center {
        text-align: center;
    }
}
/******************************************************
  5.3   Containers
******************************************************/

.shadow-Black {
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
}

/******************************************************
6.0   LISTS, FORMS and THINGS
******************************************************/

/******************************************************
  6.1   Lists
******************************************************/
.list-Dot {
    margin-left: 1.1875rem;
    width: 90%;
}
.list-Dot li {
    background-repeat: no-repeat;
    background-position: 0% 5px;
    background-size: 12px auto;
    padding-left: 20px;
    margin: 5px 0;
}

.list-Dot-Purple li {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point-purple.svg");
}
.list-Dot-Pink li {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point-pink.svg");
}
.list-Dot-Yellow li {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point-yellow.svg");
}
.list-Dot-Blue li {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point-blue.svg");
}
.list-Dot-Green li {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point-green.svg");
}

@media screen and (max-width: 600px) {
    .list-Dot {
        margin-left: 0;
    }
}
/******************************************************
9.0   CORONAVIRUS SUPPORT GUIDE
******************************************************/
.page-id-633 {
    background-color: white;
}
.page-id-633 p {
    padding-bottom: 1.1875rem;
}
.page-id-633 .nav-container {
    margin-bottom: 0;
}
.page-id-633 .nav-container.wrapper a {
    text-decoration: none;
}
.page-id-633 .nav-container.wrapper a:hover {
    background: none;
}
.page-id-633 .header-wrapper,
.page-id-633 .wrapperFooter {
    background-color: #00a791;
}
.page-id-633 .wrapper a {
    text-decoration-thickness: 2px;
    text-decoration-line: underline;
    font-weight: 900;
    transition: 0.3s;
}
.page-id-633 .wrapper a:hover {
    background: #cfcfcf;
}
/******************************************************
X.X   UNSORTED STUFF
******************************************************/

.nav-container .row {
    max-width: 1024px;
}
.wrapper {
    width: 100%;
    float: left;
}

.wrapperFooterCreds {
    background: black;
}
.row {
    clear: both;
    margin: 0 auto;
    max-width: 960px;
    height: 100%;
    width: 83%;
}
.sub-row {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.sizing-Border-Box {
    box-sizing: border-box;
}

.col {
    background: #49606e;
    color: #fff;
}
.col_2 {
    width: 18.5%;
}
.col_3 {
    width: 23.5%;
}
.col_4 {
    width: 32%;
}
.col_5 {
    width: 40.5%;
}
.col_6 {
    width: 49%;
}
.col_8 {
    width: 66%;
    clear: right;
}
.col_9 {
    width: 74.5%;
}
.col_10 {
    width: 83.5%;
}
.col_12,
.col {
    width: 100%;
    margin-right: 0;
}
.col-offset-2 {
    margin-left: 18.5%;
}
.col-offset-1 {
    margin-left: 9%;
}
.overflow-Auto {
    overflow: auto;
}
.last {
    margin-right: 0;
    padding-right: 0;
    float: right;
}
.left {
    float: left !important;
}
img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
strong {
    font-weight: 900;
}
a {
    color: inherit;
    text-decoration: none;
    word-wrap: break-word;
}
.header-row {
    max-width: 1100px;
    width: 100%;
}
.logo {
    text-align: center;
    margin: 22px 0px;
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 100%;
    }
}

.nav-container {
    background-color: #fff;
    margin: 0 0 30px 0;
}
.nav {
    text-align: center;
}
.nav li {
    display: inline-block;
    padding: 20px 0;
    font-weight: 700;
    font-size: 17px;
}

.header-info {
    text-align: center;
    background-color: #ececec;
    padding: 20px 0;
    font-size: 1rem;
}
.header-info a {
    text-decoration: underline;
}
.header-info p {
    padding-bottom: 10px;
}
.header-info p:last-of-type {
    padding-bottom: 0;
}
.medicine-background {
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/home-page/shelf-6.svg") no-repeat left bottom / 100% auto;
    height: 163px;
    padding-top: 161px;
    position: relative;
}

.shelf {
    width: 100%;
    padding: 1.5% 0;
    background: #fff;
    display: table;
    margin-bottom: 32px;
}
.shelf-container {
    float: left;
    position: absolute;
}
.shelf-container-1 {
    left: 10%;
    bottom: 0;
}
.shelf-container-2 {
    left: 16.4%;
    bottom: 0;
}
.shelf-container-3 {
    left: 39.8%;
    bottom: 0;
}
.shelf-container-4 {
    left: 62.6%;
    bottom: 0;
}
.shelf-container-5 {
    left: 75.2%;
    bottom: 0px;
}

.bubble {
    display: none;
    position: absolute;
    max-width: initial;
}

.bubble-1 {
    left: -55px;
    top: -113px;
}
.bubble-2 {
    left: 65px;
    top: -101px;
}
.bubble-3 {
    left: -90px;
    top: -90px;
}
.bubble-4 {
    left: -1px;
    top: -108px;
}
.bubble-5 {
    left: 71px;
    top: -158px;
}

.shelf-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 3em;
    width: 100%;
}

@media screen and (max-width: 820px) {
    .medicine-background {
        display: none;
    }
}
.bright-box {
    float: left;
    background: #f8ee85;
    width: 90%;
    padding: 40px 5%;
}
.white-box {
    float: left;
    background: #fff;
    width: 90%;
    padding: 30px 5%;
}
.page-id-6 .white-box {
    padding-bottom: 0;
}
.faq {
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/faq-arrow.svg") no-repeat 100% 10px / 15px auto;
    margin-top: 15px;
}
.faq h4,
.faq h3 {
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point.svg") no-repeat 0% 45% / 15px auto;
    padding-right: 30px;
    padding-left: 30px;
}

.faq a,
.page-id-499 .service-box a,
.page-id-19 .service-box a {
    text-decoration: underline;
}
.page-id-499 .sub-row img {
    width: 200px;
}
.content-wrapper .faq {
    border-bottom: 2px solid #00a791;
    margin: 20px 0;
    padding-bottom: 5px;
}
.content-wrapper ul li {
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point.svg") no-repeat 0% 45% / 12px auto;
    padding-left: 20px;
    margin: 5px 0;
}

/* Fonts */

.section-title {
    font-size: 1.6875em;
} /*H2*/
.subsection-title {
    font-size: 1.6em;
    margin-bottom: 0.4em;
} /*H3*/
.accordion-title {
    font-size: 1.4em;
    margin-bottom: 0.4em;
    cursor: pointer;
} /*H3*/

.accordion-content {
    display: none;
    padding: 20px 0;
    font-size: 1rem;
    line-height: 1.1875;
}
.content-wrapper .accordion-content p {
    margin: 0;
    padding-bottom: 20px;
}
.content-wrapper .accordion-content p:last-of-type {
    padding-bottom: 0;
}

.margin-wrapper {
    margin-bottom: 40px;
}
.margin-wrapper .home-box {
    border-right: 1px solid #1d70b7;
    min-height: 220px;
    font-size: 0.8em;
}
.margin-wrapper .last .home-box {
    border-right: 0px solid #1d70b7;
}

.margin-wrapper .home-box-content {
    margin: 25px;
}
.home-box-content span {
    color: #1d70b7;
}
.margin-wrapper .home-box-title {
    margin: 0 25px;
}
.margin-wrapper .home-box .home-box-icon {
    width: 100%;
    text-align: center;
}

.home-box-image {
    width: 212px;
    background: #e0378b;
    padding: 37px;
    max-width: 100%;
}

.margin-wrapper .white-box {
    padding: 40px 0%;
    width: 100%;
}

.content-wrapper p {
    margin: 10px 0;
}

.service-box {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.1875;
}
.service-image-box {
    text-align: center;
    margin-bottom: 20px;
}

.button {
    background: #856faf;
    color: white;
    font-weight: 700;
    padding: 5px 20px 3px;
    font-size: 1.2em;
    line-height: 1em;
    border-radius: 8px;
    display: block;
    float: right;
}

.footer {
    text-align: right;
    padding: 30px 0;
}
.footer-left {
    text-align: left;
    padding: 30px 0 30px 20px;
}
.footer.last img {
    vertical-align: middle;
}
.footer-text {
    margin-right: 30px;
}

/* mobile */
@media screen and (max-width: 768px) {
    .col_1,
    .col_2,
    .col_3,
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12,
    .col {
        width: 100%;
    }

    .nav-container {
        display: none;
        top: 0;
        position: absolute;
        z-index: 999;
        background-color: #f7ee87;
    }
    .nav li {
        display: block;
    }
    .hamburger {
        font-size: 2.4em;
        position: absolute;
        right: -1px;
        top: 9px;
        line-height: 1;
        cursor: pointer;
        z-index: 1000;
    }

    .wpgmza_map {
        width: 83% !important;
        float: none !important;
        margin: auto !important;
        height: 526px !important;
    }
}

.col_4h {
    text-align: center;
    margin-bottom: 30px;
    width: 32%;
    padding: 12px 1.5% 0 0;
}
.col_8h.col_8 {
    width: 61%;
    background: #e6e7e8;
    padding: 14px 2%;
}

.margin-wrapper .home-box {
    border-right: 0px solid #1d70b7;
}

.home-box-title {
    color: #1d70b7;
    font-size: 1.6875em;
}
.home-box-content {
    font-size: 1.6875em;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: 315px;
    float: left;
    width: 100%;
    border: 0;
}
.hamburger {
    display: none;
}

.homepage-header-mobile {
    display: none;
}

.home .hamburger {
    display: block;
    font-size: 2.4em;
    position: absolute;
    right: -1px;
    top: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1000;
}
.home .nav-container {
    display: none;
    top: 0;
    position: absolute;
    z-index: 999;
    background-color: #f7ee87;
}

@media only screen and (max-width: 768px) {
    .rslides {
        width: 97%;
        margin: 0 0 0 1%;
    }
    .rslides img {
        height: auto;
        float: none;
    }
    .rslides li {
        padding: 1px;
        margin: 40px 0;
    }
    .hamburger {
        display: block;
    }
}
/* desktop */
@media screen and (min-width: 601px) {
    .col_3 {
        width: 23.5%;
    }
    .col_4 {
        width: 31%;
    }
    .col_5 {
        width: 39.5%;
    }
    .col_6 {
        width: 49%;
    }
    .col_8 {
        width: 66%;
    }
    .col_9 {
        width: 74.5%;
    }
    .col_12,
    .col {
        width: 100%;
        margin-right: 0;
    }
    .last {
        margin-right: 0;
        float: right;
    }

    .col_4h {
        text-align: center;
        margin-bottom: 30px;
        width: 32%;
        padding: 12px 1.5% 0 0;
    }
    .col_4h.last {
        padding: 0;
    }

    .nav ul {
        display: inline;
        width: 100%;
    }
    .nav ul li {
        text-align: center;
        vertical-align: middle;
        margin-left: 20px;
        font-weight: 400;
    }
    .nav ul li a {
        transition: all 0.2s ease-in;
    }
    .nav ul li a:hover {
        color: #e0378b;
    }
    .nav ul li:first-child {
        margin-left: 0;
    }

    .wpgmza_map {
        width: 64% !important;
        float: left;
    }
    .mapbox > .wpgmza_marker_list_class,
    .white-box > .wpgmza_marker_list_class {
        width: 31% !important;
        float: right;
    }

    .margin-wrapper .col_4 {
        width: 33.3%;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 959px) {
    .home-bottom {
        width: 100%;
    }
}

@media screen and (max-width: 930px) {
    .home-box-image {
        padding: 11%;
        max-width: 83%;
    }
}

@media screen and (max-width: 930px) and (min-width: 601px) {
    .col_5 {
        width: 100%;
    }
    .col_8h.col_8 {
        width: 47%;
    }
    .col_8h.col_8 img {
        width: 100%;
    }
    .col_4h {
        width: 47%;
    }
}

@media screen and (max-width: 601px) {
    .col_5 {
        width: 100%;
    }
    .col_8h.col_8 {
        width: 96%;
    }
    .col_8.col_8h img {
        width: 100%;
    }
    .col_4h {
        width: 100%;
    }
}

/* To make Anna happy */
@media screen and (min-width: 959px) {
    .margin-wrapper .col_4 {
        width: 32.3%;
    }
    .margin-wrapper .col_4.last {
        margin-right: 3%;
    }
    .margin-wrapper .home-box {
        border-right: 0px solid #1d70b7;
        padding-left: 95px;
    }
    .margin-wrapper .home-box .home-box-icon {
        width: auto;
        text-align: center;
        position: absolute;
        left: 27px;
    }
    .margin-wrapper .home-box-title {
        margin: 0 0 0 25px;
    }
    .margin-wrapper .home-box-content {
        margin: 25px 0 0 25px;
    }
}

.button.right {
    margin-bottom: 20px;
}

#slider {
    width: 235px;
    height: 180px;
    padding: 20px;
    background-color: #346cb5;
    color: white;
    font-family: museo;
    position: relative;
    margin: 0 auto;
}

#message {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 20px;
    right: 20px;
    background-color: #f7ee87;
    box-shadow: 8px 8px 0px #000000;
    color: black;
    font-size: 1.3em;
    padding: 20px;
    display: none;
}

input[type="submit"] {
    font-size: 16px;
    font-family: "Museo";
    background: #856faf;
    color: white;
    font-weight: 700;
    padding: 5px 20px 3px;
    font-size: 1.2em;
    line-height: 1em;
    border-radius: 8px;
    display: block;
    border: 0;
    float: right;
}

.label-l,
.label-r {
    width: 50%;
    float: left;
    font-size: 0.7em;
    margin-bottom: 15px;
}
.label-r {
    text-align: right;
}
input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 28px;
    margin-top: 30px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    background: transparent url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/range.png) no-repeat center center/90% auto;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0px solid #000000;
    height: 36px;
    width: 36px;
    background-color: #00a791;
    color: #00a791;
    border-radius: 20px;
    cursor: pointer;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 5px 5px 0px 0px #000000; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type="range"]::-moz-range-thumb {
    box-shadow: 5px 5px 0px #000000;
    border: 0px solid #000000;
    height: 36px;
    width: 36px;
    background-color: #00a791;
    color: #00a791;
    border-radius: 20px;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type="range"]::-ms-thumb {
    box-shadow: 5px 5px 0px #000000;
    border: 0px solid #000000;
    height: 36px;
    width: 36px;
    background-color: #00a791;
    border-radius: 20px;
    cursor: pointer;
}

/* Gravity Forms */
#gform_1 {
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.displayAgain {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
}
.gfield {
    vertical-align: middle;
    width: 100% !important;
}
.gfield_radio {
    text-align: center;
}
.gfield_label {
    display: none !important;
}

.validation_error {
    display: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
    background: transparent !important;
}

/* radio buttons and labels */
input[type="radio"] {
    visibility: hidden;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label .yes-button {
    display: none !important;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label .yes-button-hover {
    display: block !important;
}

.gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100% !important;
}
#gform_submit_button_1 {
    float: left;
    width: auto !important;
    display: block;
    clear: both;
    margin-top: 40px !important;
    -webkit-appearance: none;
}

.yes-button {
    pointer-events: none;
}
.yes-button-hover {
    display: none;
    pointer-events: none;
}

.gform_description {
    width: 100% !important;
    font-weight: bold !important;
    font-size: 1.3em;
    color: #fff;
    text-align: left;
    margin: auto;
}
.gquiz-field-choice li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.gquiz-incorrect-response .yes-button {
    display: none !important;
}
.gquiz-incorrect-response .yes-button-hover {
    display: inline-block !important;
}

.gquiz-correct-response .yes-button {
    display: none !important;
}
.gquiz-correct-response .yes-button-hover {
    display: inline-block !important;
}

.gfield_radio li input[type="radio"]:not(:checked) + label.gquiz-correct-choice {
    filter: grayscale(100%) !important;
}
.gfield_radio li input[type="radio"]:not(:checked) + label.gquiz-incorrect-choice {
    filter: grayscale(100%) !important;
}
.gfield_radio li input[type="radio"]:disabled + label {
    filter: grayscale(100%) !important;
}

.feedback {
    width: calc(100% - 130px) !important; /* min-width: 300px; */
    display: block;
    margin: auto;
    margin-left: 0;
}

.gquiz-answer-explanation {
    margin-bottom: 80px;
    position: absolute;
    width: 96%;
    top: 23px;
    left: 2%;
}
.gquiz-field-choice {
    text-align: left;
}
.gquiz-field-label {
    text-align: left;
    color: #fff;
    font-size: 2em;
}

.gquiz-field-choice {
    text-align: left;
    margin: 40px 0;
}
.quiz-score {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline;
    margin-top: 40px;
}
.score-note {
    color: #fff;
    font-weight: 800;
}
#field_1_8,
#field_1_7 {
    display: block;
    text-align: left;
}

input[type="text"] {
    width: 100% !important;
}

.gform_footer {
    width: 43% !important;
    display: block;
    float: left;
    margin-top: 0 !important;
    margin-bottom: 150px !important;
}
#field_1_36 {
    width: 100%;
}
#gform_submit_button_1 {
    width: 100%;
    height: 50px;
    font-size: 1.9em;
    display: inline-block;
    clear: none;
    float: right;
    margin-top: 40px !important;
}
#gform_page_1_16 .gfield {
    background-color: transparent !important;
}
.gfield_radio li label {
    width: 100px !important;
}

@media screen and (max-width: 768px) {
    .gfield {
        width: 100% !important;
    }
    #field_1_8,
    #field_1_7 {
        display: block;
        width: 90% !important;
    }
    .gfield_radio li {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    .gfield_radio li img {
        margin: auto;
    }
    .gfield_radio li .yes-button {
        display: block;
    }
    .gfield_radio li label {
        width: 100% !important;
        max-width: initial !important;
    }
    .gform_footer {
        width: 90% !important;
    }
    #gform_submit_button_1 {
        line-height: 1;
    }
}

@media screen and (max-width: 930px) {
    .feedback {
        width: 100% !important;
    }
    #gform_submit_button_1 {
        float: left;
    }
}

.gquiz-indicator {
    width: auto !important;
    position: absolute;
    bottom: 0;
    display: none;
}
.footer.last {
    padding-top: 42px;
}
.footer.last a img {
    height: 20px;
}

.gfield_description {
    display: inline-block;
    width: calc(100% - 130px) !important;
    vertical-align: middle;
}
.ginput_container_radio {
    display: inline-block;
    vertical-align: middle;
}

#gform_1 .gfield {
    background-color: #fff;
    padding: 14px 2%;
    float: none;
}
.gform_wrapper .gfield_radio li label {
    position: relative;
    padding-bottom: 20px !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    padding: 0 !important;
}

li.col_8h.col_8 {
    width: 100%;
}

#field_1_52 .col_8 {
    width: 100%;
}
.quiz-front-img,
.quiz-front-text {
    display: inline-block;
    width: calc(100% - 346px);
    vertical-align: top;
}
.quiz-front-text {
    margin-left: 40px;
    width: 300px;
}

.gform_wrapper .gform_page_footer {
    margin: -90px auto 90px auto !important;
    padding: 40px 0 20px 0 !important;
    width: 96% !important;
    border-top: none !important;
}
.gform_page_footer input[type="button"] {
    border: none !important;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    display: none !important;
    float: left;
    -webkit-appearance: none;
}

.gform_previous_button {
    display: none;
}
.gform_wrapper .gform_page_footer .button.gform_next_button {
    float: right;
    -webkit-appearance: none;
}

.front-page-quiz {
    width: 100%;
    padding-left: 30px !important;
}

#gform_fields_1_16 li {
    padding: 14px 0 !important;
}

#gform_page_1_16 #gform_submit_button_1 {
    float: right;
    margin-top: 40px !important;
    margin-right: 0;
    clear: none;
}

.gform_fields {
    padding-bottom: 50px !important;
    background-color: #fff;
}

#gform_fields_1_3,
#gform_fields_1_3 .gfield {
    background-color: transparent !important;
}

.gform_wrapper .gf_step {
    width: auto !important;
    display: -moz-inline-stack;
    display: inline-block !important;
    color: #fff;
    margin: 16px 22px 16px 0;
}

@media screen and (max-width: 930px) {
    .gfield_description {
        display: block;
        width: 100% !important;
    }
    .gfield_radio li {
        display: inline-block;
        width: 45%;
    }

    .gform_wrapper .gform_page_footer .button.gform_next_button {
        float: left;
    }
    .gform_wrapper .gfield_radio li label {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 940px) {
    .gform_fields {
        padding-bottom: 45px !important;
    }
    .gform_wrapper .gform_page_footer {
        margin: -100px auto 90px auto !important;
    }
    .gform_wrapper .gf_step {
        margin: 16px 12px 16px 0 !important;
    }
}

.white-text {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

/****************************************************
SYMPTOM CHECKER UPDATE
****************************************************/

.homeSymptomChecker-row {
    overflow: hidden;
    box-sizing: border-box;
    width: 960px;
}
.homeSymptomChecker-row .homeSymptomChecker {
    padding: 65px 25px 0;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background-position: top left;
    background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-mobile.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .homeSymptomChecker-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .homeSymptomChecker-row {
        width: 85%;
        margin: 0 auto;
        width: calc(100% - 50px);
    }
    .homeSymptomChecker-row .homeSymptomChecker {
        background-size: 100% 100%;
        padding: 65px 0 65px;
    }

    .rslides img {
        height: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
    .homeSymptomChecker-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .homeSymptomChecker-row {
        width: 613px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1115px) {
    .homeSymptomChecker-row {
        width: 960px;
    }
    .homeSymptomChecker-row .homeSymptomChecker {
        padding: 65px 25px 0;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        background-position: top left;
        background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bg-test-desktop.png);
        background-size: 100% 286px;
        background-repeat: no-repeat;
        width: 490px;
        height: 296px;
    }
}

@media only screen and (min-width: 767px) {
    .homeSymptomChecker-row .homeSymptomChecker {
        padding: 65px 25px 0;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        background-position: top left;
        background-image: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bg-test-desktop.png);
        background-size: 100% 360px;
        background-repeat: no-repeat;
        width: 613px;
        height: 370px;
    }
}

.homeSymptomChecker img {
    width: 72%;
    margin: 0 auto;
}
.homeSymptomChecker img.logo {
    padding-top: 25px;
}

.homeSymptomChecker .gform_wrapper ul.gform_fields {
    background: none;
}
.homeSymptomChecker #gform_wrapper_2 {
    margin: 0 0 16px;
}
.homeSymptomChecker #field_2_3 {
    margin-top: 30px;
}
.homeSymptomChecker .gform_wrapper .gfield_description {
    color: #fff;
    font-size: 100%;
    font-weight: bold;
}
.gfield_description.validation_message {
    display: none;
}
.homeSymptomChecker input#gform_submit_button_2 {
    color: transparent;
    width: 75px;
    height: 75px;
    background: url("images/go-button.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.homeSymptomChecker input#gform_submit_button_2:active,
.homeSymptomChecker input#gform_submit_button_2.pressed {
    color: transparent;
    width: 75px;
    height: 75px;
    background: url("http://feelbetterleed.staging.wpengine.com/wp-content/themes/feel-better-theme/images/go-button-pressed.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.go-button {
    width: 100%;
    height: 100%;
}
/*.select2-container{padding-bottom: 15px}*/
/*.gfield_error .select2-container{padding-bottom: 0px !important}*/
.select2-container--default .select2-results__option[aria-selected="true"]:first-child {
    background-color: #f0f0f0 !important;
}
/*.select2-container--default .select2-search--dropdown .select2-search__field {border:1px solid transparent !important;}*/

@media only screen and (min-width: 767px) {
    .homeSymptomChecker img.logo {
        padding-top: 25px;
    }
    .homeSymptomChecker input#gform_submit_button_2 {
        margin-top: 20px;
    }
}

.homeSymptomChecker ul#gform_fields_2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.homeSymptomChecker .gform_body {
    margin-bottom: 0 !important;
}
.homeSymptomChecker .gform_footer.top_label {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.homeSymptomChecker .gform_wrapper .gform_footer {
    padding-top: 12px !important;
    width: 100% !important;
}
.homeTheChecker-row {
    padding: 0;
    width: 100%;
    margin-top: 12px;
}

@media only screen and (min-width: 767px) and (max-width: 1070px) {
    .homeSymptomChecker {
        display: block;
        width: 100%;
    }
    .homeSlideShow {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .homeTheChecker {
        margin-top: 10px;
    }
    .homeTheCheckerLogo {
        margin-top: 0;
        text-align: left;
        margin-left: 50px;
    }
    .homeTheChecker-row p {
        color: white;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .clickHere-row .col_7 {
        margin-top: 30px;
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .homeTheChecker {
    }
    .homeTheCheckerLogo {
        margin-top: 0;
    }
    .homeSymptomChecker img.logo {
        margin-top: 0;
    }
    .homeTheChecker-row p {
        color: white;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .clickHere-row .col_7 {
        margin-top: 30px;
        width: 70%;
    }
    .homeSymptomChecker img.go-button {
        width: 30%;
        height: 30%;
    }
    .homeSymptomChecker .col_3 {
        text-align: right;
        display: block;
        height: 75px;
    }
    .homeSymptomChecker .col_3 img {
        display: none;
    }

    .homeSymptomChecker .col_7 {
        width: 80%;
    }
}
/*#gform_2{ float: right}*/
.homeTheChecker .gform_wrapper .gfield_description {
    width: 100% !important;
    float: left;
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 5px;
}
.homeTheChecker .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: none !important;
    color: #e0378b !important;
}
.select2-container :focus {
    outline: none;
}
.select2-container input {
    padding: 5px 0;
}
.select2-container .select2-search--dropdown {
    background: #f0f0f0;
}
.select2-container .select2-search--dropdown .select2-search__field {
    padding: 7px 4px;
}
.select2-container--default .select2-results > .select2-results__options {
    background-color: #f0f0f0;
}

@media only screen and (min-width: 767px) {
    .homeSlideShow {
        margin-top: 27px;
    }
    .col_6.footer-left {
        width: calc(49% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .col_6.footer-left {
        width: 59%;
    }
    .col_6.footer {
        width: 37%;
        font-size: 65%;
        vertical-align: bottom;
    }
    .homeSlideShow {
        margin-top: 0;
        padding: 0 7px 0 10px;
        width: calc(100% - 19px);
    }
}

.symptomTitle-row {
    margin: 0 auto 0;
}

.symptom-row {
    width: 94%;
}
.symptom-row .faq {
    margin-bottom: 15px;
    margin-top: 0;
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/pink-arrow.svg") no-repeat 97% 10px / 14px auto;
    background-color: white;
}
.symptom-row .faq h3 {
    padding: 7px 0 5px 15px;
    background: none;
    font-size: 100%;
}
.symptom-row .faq .accordion-title {
    margin: 0;
}
.symptom-row .faq .accordion-content {
    padding: 5px 15px;
    background-color: #f0f0f0;
}
.symptom-row .faq .accordion-content p {
    margin: 15px 0;
}
.symptom-row .faq .accordion-content ul li {
    margin: 5px 10px;
}
.symptom-row .white-box {
    padding: 0 5%;
    margin-bottom: 15px;
}

.health-summary {
    position: relative;
    overflow: visible;
    margin: 0 0 15px;
    background: white;
    padding: 10px 5px;
}
.health-summary ul {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 10px;
}
.health-summary ul li {
    font-size: 110%;
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/list-item.svg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 4px;
}
.health-summary p {
    font-size: 110%;
    font-weight: 400;
    margin: 10px;
}
.furtherInformation-row {
    width: 94%;
}
.furtherInformation:before {
    content: "";
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/pattern-6.svg);
    width: 100%;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: -15px;
}
.furtherInformation-row p {
    margin: -10px 0 12px 0;
    text-align: center;
    font-size: 110%;
}
.furtherInformation-row a {
    color: #e0378b;
    text-decoration: none;
}
.furtherInformation-row a:hover {
    text-decoration: underline;
}
.furtherInformation-row .white-box {
    padding: 0 5%;
}
.blog .white-box {
    padding-top: 0;
}
.blog .white-box.articleHeader-row {
    padding-top: 30px;
}
.page-id-17 .white-box {
    padding-bottom: 10px;
}
.singleHealthIssue {
    /*background-image:url('https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/pattern-5.svg');background-position:92% 60%;background-repeat: no-repeat;*/
}

.singleHealthIssue .accordion-content ul li {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/list-item.svg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 4px;
}
.symptom-row .faq .accordion-content ul li {
    margin: 5px 10px 5px 0;
}
@media only screen and (min-width: 767px) {
    .singleHealthIssue {
        background-position: 83vw 2vh;
    }
}
.unsure-row {
    overflow: auto;
    margin-bottom: 10px;
    width: 94%;
}
.unsure-row-last {
    margin-top: 25px;
}
.unsure-row p {
    color: white;
    font-weight: bold;
    margin-top: 5px;
}
.unsure-row .col_9 {
    width: 80%;
    vertical-align: middle;
}
.unsure-row .col_3 {
    width: 18%;
}

.symptomTitle-row {
    width: calc(100% + 20px);
    max-width: 110%;
    margin: 0 0 0 -10px;
}

@media only screen and (min-width: 767px) {
    .symptomTitle-row {
        margin: 0 0 -5px 2px;
        width: 100%;
    }
    .unsureFirst-row {
        margin-top: 75px;
    }
}

.symptomTitle-row img {
    margin-bottom: 20px;
    left: 0;
    height: 100px;
    width: auto;
}
.symptomTitle-row picture {
    margin: 0 auto;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e0378b transparent !important;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e0378b transparent transparent transparent !important;
}

.footer-row {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    .unsure-row .col_9 {
        width: 74.5%;
    }
    .unsure-row .col_3 {
        width: 23.5%;
    }
}

.nhsIcon {
    width: 160px;
}

/* Services */
.content-wrapper .service-subList {
    margin-top: 40px;
}
.content-wrapper .service-subList li {
    background: none;
    padding: 0;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.service-subList .icon {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}
.service-subList .title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    margin-left: 20px;
    margin-bottom: 0;
}

.moreButton {
    background-color: #49606e;
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    margin: auto;
    margin-top: 20px !important;
    font-size: 1.4rem;
    border-radius: 20px;
    display: block;
    font-weight: bold;
    width: 273px;
    cursor: pointer;
    margin-left: 0;
    max-width: calc(100% - 30px);
}
.symptomTitle-row p {
    margin: 25px 0 -30px 18px;
    color: #f8ee85;
    font-size: 17px;
    font-weight: 400;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 350px !important;
}

.homeDisclaimer-wrapper .alert {
    color: white;
    padding-top: 10px;
    width: 83%;
    line-height: 16px;
}
.homeDisclaimer-wrapper .alert img {
    margin-top: -12px;
    margin-right: 5px;
    margin-left: 8px;
    float: left;
    height: 40px;
    width: 50px;
}

@media only screen and (max-width: 767px) {
    .homeDisclaimer-wrapper .alert {
        width: 100%;
    }
    .homeDisclaimer-wrapper .alert img {
        display: block;
        width: 75px;
        height: 75px;
    }
    .col_6.footer-left {
        width: 50%;
    }
    .symptomTitle-row {
        margin: 0 0 0 -15px;
    }
    .symptomTitle-row p {
        margin: 45px 0 -20px 23px;
    }
    .symptomTitle-row img {
        height: auto;
        width: 100%;
    }
    .homeTheChecker .gform_wrapper .gfield_description {
        margin-top: -25px;
    }
    .homeTheCheckerLogo {
        width: 90%;
        margin: 35px 5% 0;
    }
    .homeSymptomChecker #field_2_3 {
        margin-top: 85px;
    }
    .homeSymptomChecker #field_2_3 .gfield_description {
        margin-top: -45px;
    }
    .moove-gdpr-modal-right-content {
        margin-top: 75px;
    }
    .homeTheChecker {
        width: 80%;
        margin: 0 10%;
    }
    .homeTheChecker-row p {
        margin-left: 35px;
    }
    #moove_gdpr_save_popup_settings_button {
    }
}

#moove_gdpr_cookie_modal .switch .slider {
    background-color: #e0378b !important;
}
#moove_gdpr_cookie_modal .switch .slider:after {
    color: #e0378b !important;
}
#moove_gdpr_cookie_modal .switch input:checked + .slider {
    background-color: #00a791 !important;
}
#moove_gdpr_cookie_modal .switch input:checked + .slider:after {
    color: #00a791 !important;
}

.wpgmza_map {
    width: 100% !important;
    margin-bottom: 40px;
}

.page-title {
    font-size: 1.875rem;
    line-height: 1.13333333333;
}
/* .articleHeader-row{padding-bottom: 0} */
.news-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.18181818182;
}
.news-dec {
    font-size: 0.9375rem;
    line-height: 1.2;
}
article {
    margin-bottom: 40px;
}
article:last-child {
    margin-bottom: 0;
}
article .button {
    float: none;
    width: 90px;
    text-align: center;
    margin: auto;
    margin-right: 0;
    margin-top: 20px;
}

.post-content {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.1875;
}

.post-content h2 {
    padding-bottom: 30px;
    font-size: 1.1875rem;
    line-height: 1.10526315789;
}
.post-content h3 {
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 24px;
    margin-bottom: 8px;
}
.post-content p {
    margin: auto;
    padding-bottom: 18px;
}

.post-content .callToAction {
    margin-top: 20px;
}
.post-content .callToAction p {
    color: #00a791;
    font-weight: 900;
}
.post-content p:last-child {
    padding-bottom: 0;
}
.articleHeader-row .featured-image {
    margin-bottom: 20px;
}
.post-content a {
    text-decoration: underline;
}

.homepageBoxBgPrimary {
    background-color: #f8ee85;
}
.homepageBoxBgSecondary {
    background-color: #e0378b;
    color: #fff;
}
.homepageBoxBgTetriary {
    background-color: #1d70b7;
    color: #fff;
}
.homepageBoxBgQuatenrary {
    background-color: #866faf;
    color: #fff;
}
.homepageBoxBgFull {
    background-color: #3E74B9;
    color: #fff;
}
.homepageGrid-row {
    width: 90%;
    max-width: 991px;
    margin-top: 20px;
}
@media screen and (max-width: 467px) {
    .homepageGrid-row {
        margin-top: 0;
    }
}
.homeSymptomChecker-wrapper tile {
    padding: 15px;
}

.tileCenter {
    text-align: center;
}
.tileContainer {
    padding: 40px;
    height: calc(100% - 80px);
    position: relative;
    font-weight: 500;
}
tile {
    position: relative;
    font-size: 1rem;
}
.aboutFeelBetter-tile {
    /*width: 362px */
    width: calc(100% * 0.66666666666 - 30px);
}
.aboutFeelBetter-tile::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About feel better icon03.svg");
    position: absolute;
    top: -30px;
    right: 20px;
    z-index: 1;
}
.aboutFeelBetter-tile::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About feel better icon01.svg");
    position: absolute;
    bottom: 5px;
    right: 50%;
}
.aboutFeelBetter-tile h2 {
    padding-bottom: 10px;
}
.aboutFeelBetter-tile p {
    margin-bottom: 10px;
}
.aboutFeelBetter-tile p:last-of-type {
    margin-bottom: 0;
}
.aboutFeelBetter-tile .tileContainer:before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About feel better icon02.svg");
    position: absolute;
    left: -20px;
    bottom: 50px;
}

.aboutFeelBetter-tile .tileContainer {
    padding: 20px 60px 57px;
    width: calc(100% - 120px);
}
.aboutFeelBetter-tile .tileContainer .hover-content p {
    padding-top: 90px;
}

.full-tile {
    width: calc(100% - 30px);
}
.full-tile::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About feel better icon03.svg");
    position: absolute;
    top: -30px;
    right: 20px;
    z-index: 1;
}
.full-tile::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About feel better icon01.svg");
    position: absolute;
    bottom: 5px;
    right: 50%;
}
.full-tile h2 {
    padding-bottom: 10px;
}
.full-tile p {
    margin-bottom: 10px;
}
.full-tile p:last-of-type {
    margin-bottom: 0;
}
.full-tile .tileContainer:before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/About feel better icon02.svg");
    position: absolute;
    left: -20px;
    bottom: 50px;
}

.full-tile .tileContainer {
    padding: 60px;
    width: calc(100% - 120px);
}
.full-tile .tileContainer .hover-content p {
    padding-top: 70px;
}

.full-tile .non-hover img {
    max-width: 450px;
}

tile a,
tile .non-hover,
tile .hover-state {
    height: 100%;
}
.advice-tile {
    /*width: 254px;*/
    width: calc(100% / 3 - 30px);
    height: 280px;
}
.advice-tile .non-hover .tileContainer::before,
.advice-tile .hover-state .tileContainer::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy icon 01.svg");
    position: absolute;
    right: 20px;
    top: -32px;
    z-index: 2;
}
.advice-tile .non-hover .tileContainer::after,
.advice-tile .hover-state .tileContainer::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Advice icon02.svg");
    position: absolute;
    bottom: 0;
    right: -22px;
}

.nhs111-tile {
    /*width: 254px;*/
    width: calc(100% / 3 - 30px);
}
.nhs111-tile .tileContainer {
    padding: 40px 20px;
    font-weight: bold;
    text-align: center;
}
.nhs111-title {
    padding-bottom: 20px;
}
.nhs111-tile .tileContainer p {
    padding-bottom: 10px;
}
.nhs111-tile .tileContainer p:last-of-type {
    padding-bottom: 0;
    color: #000;
}

.mentalHealthServices-tile {
    /*width: 455px;*/
    width: calc(50% - 30px);
    height: 276px;
}
.mentalHealthServices-tile .tileContainer::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Mental health service icon01.svg");
    position: absolute;
    right: 40px;
    top: -20px;
}
.mentalHealthServices-tile .tileContainer::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Mental health service icon02.svg");
    position: absolute;
    right: 40px;
    bottom: -17px;
}

.mentalHealthServices-tile .tileContainer {
    padding: 60px 40px;
    height: calc(100% - 120px);
}

@media screen and (max-width: 621px) {
    .mentalHealthServices-tile .tileContainer {
        padding: 40px 40px 35px;
        height: calc(100% - 120px);
    }
}
.mentalHealthServices-tile .text-container {
    margin-top: 50px;
}
.mentalHealthServices-title {
    max-width: inherit;
    width: 100%;
    left: 0;
    position: absolute;
}
.mentalHealthServices-tile-mobile {
    display: none;
}

.medicalServices-tile {
    /*width: 455px;*/
    width: calc(100% * 0.66666666666 - 30px);
}
.medicalServices-tile .tileContainer::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Medical services icon01.svg");
    position: absolute;
    top: -20px;
    left: 40px;
}
.medicalServices-tile .tileContainer::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Medical services icon03.svg");
    position: absolute;
    bottom: -15px;
    right: 70px;
}
.medicalServices-tile .text-container {
    padding-right: 100px;
    display: block;
    padding-top: 25px;
}
/* .medicalServices-tile .tileContainer::before{content: url('https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Medical services icon02.svg');position: absolute; right: -30px; top: 0;} */
.medicalServices-tile .tileContainer {
    padding-top: 65px;
    padding-bottom: 65px;
}

.medicalServices-tile .tileContainer.flip-open {
    padding-top: 79px;
    padding-bottom: 79px;
}
.medicalServices-tile .plus-icon {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Medical services icon02.svg");
    position: absolute;
    right: -4px;
    width: 116px;
    height: 115px;
    top: -10px;
    background-repeat: no-repeat;
    background-position: left -39px top -1px;
    display: block;
}
.medicalServices-title-mobile {
    display: none;
}

.pharmacyFinder-tile {
    /*width: 553px;*/
    width: calc(50% - 30px);
    height: 276px;
}
.pharmacyFinder-title-mobile {
    display: none;
}
.pharmacyFinder-tile .tileContainer {
    padding-top: 20px;
    padding-bottom: 60px;
}
.pharmacyFinder-tile .tileContainer::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy icon02.svg");
    position: absolute;
    bottom: -30px;
    left: 40px;
}
.pharmacyFinder-tile .tileContainer::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy icon03.svg");
    position: absolute;
    right: 100px;
    bottom: -25px;
}
/* .pharmacyFinder-tile .tileContainer::before{content: url('https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy icon 01.svg'); position: absolute; bottom: 40px; right: 40px;} */
.pharmacyFinder-tile .map-pinpoint {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Advice icon01.svg");
    position: absolute;
    right: 25px;
    width: 83px;
    height: 101px;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: block;
    bottom: 40px;
}
/* .pharmacyFinder-tile .text-container { padding-top: 80px; padding-right: 109px; } */
/* .pharmacyFinder-tile .text-container { padding-top: 80px; padding-right: 55px;padding-left:55px; } */
.pharmacyFinder-tile .text-container {
    padding-top: 80px;
    width: 100%;
}
.pharmacyFinder-tile .text-container p {
    max-width: 360px;
    margin: 0 auto;
}
.advice-title {
    margin: auto;
    display: block;
    position: absolute;
    left: -10px;
    right: 0;
    top: calc(50% - 71px);
    width: calc(100% + 20px);
    max-width: inherit;
}
.advice-title-mobile {
    display: none;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .mentalHealthServices-tile .tileContainer {
        padding-bottom: 95px;
    }
    /* .advice-tile .tileContainer {padding-bottom: 54px;padding-top: 60px;} */
    .pharmacyFinder-tile .tileContainer {
        padding-bottom: 32px;
    }
}
.FAQ-tile {
    height: 270px; /*width: 356px; */
    width: calc(40% - 30px);
}
.FAQ-tile .tileContainer::before {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/FAQ qmark 01.svg");
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.FAQ-tile .tileContainer::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/FAQ qmark 02.svg");
    position: absolute;
    right: 30px;
    bottom: 10px;
}
/* .FAQ-tile .tileContainer::before{content: url('https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/FAQ icon01.svg'); position: absolute;right: 0; top: 50px} */
.faq-title {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(50% - 43px);
}
.faq-title-mobile {
    display: none;
}
.FAQ-tile .text-container {
    font-weight: bold;
    margin-top: 70px;
}
.FAQ-tile .triangle-img {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/FAQ icon01.svg");
    position: absolute;
    right: -13px;
    width: 41px;
    height: 37px;
    top: 50px;
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    display: block;
}
.faqContainer {
    padding-top: 0;
}

.advice-tile .hover-content {
    margin-top: 60px;
    text-align: center;
}

.down-arrow::after {
    content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Arrow.svg");
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.medicalServices-tile .down-arrow::after {
    text-align: left;
}
tile .hover-state {
    display: none;
}
tile.hovered .hover-state {
    display: block;
    transform: rotateX(-180deg);
}
tile.hovered .non-hover {
    display: none;
}

.homepage-socialMedia {
    text-align: center;
    margin-top: 60px;
}
.homepage-socialMedia li {
    display: inline-block;
    margin-right: 20px;
}
.homepage-socialMedia li:last-child {
    margin-right: 0;
}
.faqLink-row {
    text-align: center;
    margin-top: 30px;
}
.faqLink-row a {
    font-weight: bold;
    color: #fff;
    font-size: 1.25rem;
}
.faqLink-row a:hover {
    text-decoration: underline;
}

#wpgmza_iw_holder_1 .wpgmza_iw_title {
    margin-left: -10px;
    position: static;
    float: none;
    margin-bottom: 15px;
    margin-top: 10px !important;
}
#wpgmza_iw_holder_1 .wpgmza_modern_infowindow_close {
    margin-bottom: 0;
    color: white;
    font-size: 2rem;
    float: none;
    margin: 10px auto;
    margin-right: 0;
    height: auto;
    line-height: 0.7;
}
#wpgmza_iw_holder_1 .wpgmza_iw_description {
    margin-top: 10px !important;
}

.flip-open {
    -webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * animation flip-2-ver-left-1
 * ----------------------------------------
 */
@-webkit-keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}
@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

.flip-close {
    -webkit-animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * animation flip-2-ver-left-2
 * ----------------------------------------
 */
@-webkit-keyframes flip-horizontal-top {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}
@keyframes flip-horizontal-top {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@media only screen and (max-width: 980px) {
    .medicalServices-tile .plus-icon {
        top: -30px;
    }
}

@media only screen and (min-width: 768px) {
    .homepage-header-desktop {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 960px) and (min-width: 620px) {
    .aboutFeelBetter-tile {
        height: 280px;
    }
}
@media only screen and (max-width: 960px) {
    /* .homepage-header-desktop{margin-top: 60px} */
    /* .homepage-grid{margin-top: 60px} */
    .non-hover {
        display: none;
    }
    tile .hover-state {
        display: block;
    }

    .aboutFeelBetter-tile {
        width: calc(60% - 30px);
    }
    .aboutFeelBetter-tile::after {
        display: none;
    }
    .aboutFeelBetter-tile .tileContainer:before {
        left: -15px;
        bottom: 20px;
    }
    .aboutFeelBetter-tile .tileContainer {
        padding: 60px 30px;
        width: calc(100% - 60px);
    }

    .advice-tile {
        width: calc(40% - 30px);
        height: 320px;
    }
    .advice-title-mobile {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: auto;
        margin-top: -93px;
        margin-bottom: 40px;
    }
    .resources-title-mobile {
        margin-top: -27px !important;
        margin-bottom: 20px !important;
    }
    .aboutFeelBetter-tile .tileContainer .hover-content p {
        padding-top: 0;
    }

    .advice-tile .non-hover .tileContainer::before,
    .advice-tile .hover-state .tileContainer::before {
        transform: scale(0.7);
        right: -35px;
        top: -22px;
    }
    .advice-tile .hover-content::before {
        content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Medical services icon01.svg");
        position: absolute;
        left: -2px;
        transform: rotate(-25deg);
        bottom: 20px;
    }

    .nhs111-tile {
        width: calc(50% - 30px);
        margin: auto;
    }

    .mentalHealthServices-tile {
        width: calc(50% - 30px); /*height: 264px; */
    }
    .mentalHealthServices-tile .tileContainer::before {
        transform: scale(0.6);
        right: auto;
        left: -36px;
        top: 110px;
    }

    /* .medicalServices-tile{width: calc(80% - 30px); margin-left: 10%; height: auto;} */
    .medicalServices-tile .tileContainer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .medicalServices-tile .tileContainer::after {
        right: auto;
        left: -10px;
        bottom: 10px;
    }
    .medicalServices-tile .text-container {
        padding-right: 0;
        max-width: 350px;
    }
    .medicalServices-title-mobile {
        display: block;
        width: 100%;
        max-width: 200px;
    }
    .medicalServices-tile .plus-icon {
        top: -10px;
    }

    .mentalHealthServices-tile .tileContainer::after {
        transform: scale(0.7) rotate(23deg);
        right: auto;
        left: 0;
    }
    .mentalHealthServices-tile .text-container {
        text-align: center;
        margin-top: 20px;
    }
    .mentalHealthServices-tile .text-container::before {
        content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Medical services icon01.svg");
        position: absolute;
        right: -15px;
        transform: rotate(-95deg);
    }
    .mentalHealthServices-tile-mobile {
        width: calc(100% + 60px);
        max-width: inherit;
        margin-left: -30px;
        display: block;
    }
    .medicalServices-tile .tileContainer::before {
        content: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/homepage-tiles/Pharmacy icon03.svg");
        bottom: -10px;
        top: auto;
        right: 40px;
        left: auto;
        transform: rotate(-10deg);
    }

    .pharmacyFinder-tile {
        height: 339px;
        width: calc(50% - 30px);
    }
    .pharmacyFinder-tile .tileContainer::after {
        display: none;
    }
    .pharmacyFinder-tile .text-container {
        padding-top: 30px;
        margin: auto;
        display: block;
        padding-right: initial;
        text-align: center;
        max-width: 260px;
    }
    .pharmacyFinder-tile .map-pinpoint {
        display: none;
    }
    .pharmacyFinder-title-mobile {
        width: 100%;
        max-width: 250px;
        margin: auto;
        padding: 0;
        display: block;
        margin-top: -30px;
    }

    .FAQ-tile .triangle-img {
        top: auto;
        bottom: 0;
    }
    .faq-title-mobile {
        display: block;
    }
    .FAQ-tile .text-container {
        margin-top: 40px;
    }
    .FAQ-tile .tileContainer::before {
        top: -20px;
    }
    .FAQ-tile .tileContainer::after {
        right: -10px;
        bottom: 90px;
    }
}

@media only screen and (max-width: 860px) {
    .medicalServices-tile .plus-icon {
        width: 93px;
        height: 90px;
        background-size: 150px;
        background-position: left -28px top;
        top: -20px;
        right: -20px;
    }
}

@media only screen and (max-width: 755px) {
    .medicalServices-tile .plus-icon {
        width: 70px;
        height: 70px;
        background-size: 115px;
        background-position: left -21px top;
        top: -20px;
        right: -20px;
    }

    .homepage-header-desktop {
        display: none;
    }
    .homepage-header-mobile {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 620px) {
    .aboutFeelBetter-tile {
        width: calc(100% - 30px);
    }

    .advice-tile {
        width: calc(100% - 30px);
    }

    .nhs111-tile {
        width: calc(100% - 30px);
        margin-left: auto;
    }

    .mentalHealthServices-tile {
        height: auto;
    }
    .mentalHealthServices-tile {
        width: calc(100% - 30px);
    }

    .medicalServices-tile {
        width: calc(100% - 30px);
        margin-left: auto;
    }
    .medicalServices-tile .tileContainer {
        padding: 40px 20px;
    }
    .medicalServices-tile .plus-icon {
        width: 93px;
        height: 89px;
        background-size: 150px;
        background-position: left -28px top;
        top: -20px;
        right: -5px;
    }

    .pharmacyFinder-tile {
        width: calc(100% - 30px);
        margin-left: auto;
        height: auto;
    }
    .pharmacyFinder-tile .tileContainer {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .pharmacyFinder-tile .tileContainer::before {
        bottom: auto;
        top: -30px;
    }

    .FAQ-tile {
        width: calc(100% - 30px);
        margin-top: 20px;
    }
}

@media only screen and (max-width: 415px) {
    .medicalServices-tile .plus-icon {
        background-size: 120px;
        right: -20px;
        background-position: left -24px top;
        width: 71px;
        height: 71px;
        top: -10px;
    }
    .pharmacyFinder-tile .tileContainer::before {
        left: 20px;
    }
}

.post-template-default h3 {
    color: #00a791;
    font-weight: 900;
    font-size: 100%;
}

.post-template-default .post-content ul li {
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point.svg") no-repeat 0% 2px / 12px auto;
}

.banner-message p {
    padding-top: 20px;
}
.banner-message ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
    max-width: 90%;
    padding-top: 10px;
}
.banner-message a {
    background: linear-gradient(to bottom, #856faf 0, #856faf 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    text-decoration: none;
    transition: all 0.5s;
}
.banner-message a:hover {
    text-decoration: none;
    background-size: 4px 5px;
}
.page-id-19 .banner-message .service-box a {
    text-decoration: none;
}

.banner-message .service-box {
    margin-bottom: 0;
}

.containerHighlight {
    position: relative;
    border: 2px solid #00a791;
    padding: 20px;
    margin: 40px 0 20px;
}
.containerHighlight h3 {
    margin-top: 0;
}

.containerCoronavirus {
    border-bottom: 1px solid black;
    padding-top: 50px;
}
.containerCoronavirusBottom {
    border-bottom: 0;
}
@media only screen and (min-width: 468px) {
    .content-wrapper a.after,
    .content-wrapper a.after:visited,
    .content-wrapper a.after:hover,
    .content-wrapper a.after:active {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: relative;
        transition: 0.5s color ease;
        text-decoration: none;
    }
    .content-wrapper a:hover {
        color: #856faf;
    }
    .content-wrapper a.after:after {
        content: "";
        transition: 0.5s all ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        bottom: -0.1em;
        height: 2px;
        height: 0.15rem;
        width: 98%;
        background: #000;
    }

    .content-wrapper a.third:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .content-wrapper a.after:hover:after {
        width: 102%;
        background: #856faf;
    }
}
.containerCoronavirus h2.section-title {
    padding: 40px 0;
    margin-bottom: 30px;
}
.containerCoronavirus h2.section-title--icon {
    padding: 40px 120px;
    background-repeat: no-repeat;
    background-size: 100px;
}
#stop-the-spread {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconStopTheSpread.svg) no-repeat;
}
#nhs-still-here {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconNHSStillHere.svg) no-repeat;
}
#what-to-do {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconWhatToDo.svg) no-repeat;
}
#getting-tested {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconGettingTested.svg) no-repeat;
}
#test-and-trace {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconTestTrace.svg) no-repeat;
}
#self-isolating {
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconSelfIsolating.svg) no-repeat;
}

@media only screen and (max-width: 620px) {
    .containerCoronavirus h2.section-title {
        padding: 0 0 20px;
    }
    .containerCoronavirus h2.section-title--icon {
        padding: 120px 0 20px;
    }
}
.containerHighlightLinks:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconWebLink.svg) no-repeat;
    height: 55px;
    width: 55px;
    top: -50px;
    right: 30px;
}

.containerHighlightSupport:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/iconSupport.svg) no-repeat;
    height: 55px;
    width: 55px;
    top: -35px;
    right: 30px;
}

.content-wrapper .containerCoronavirus ul li {
    background: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/bullet-point.svg") no-repeat 0% 5px / 12px auto;
    padding-left: 20px;
    margin: 5px 0;
}

@media only screen and (max-width: 570px) {
    .containerHighlightLinks:before {
        top: -38px;
        right: 10px;
    }
}

/*************************
RESOURCES
**************************/

.rowFilter .white-box {
    padding: 10px 5%;
}
.rowFilter ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.1875;
    min-width: 100px;
}

@media screen and (max-width: 767px) {
    .rowFilter ul {
        display: block;
        text-align: center;
    }
    .rowFilter ul li {
        padding-bottom: 5px;
    }
}
.rowFilter .active a,
.rowFilter a:hover,
.rowFilter a:focus {
    text-decoration: underline;
    color: #e0378b;
}

.threeCol {
    display: flex;
    justify-content: space-between;
}
.threeCol .item {
    flex-basis: 30%;
}
.rowEvents {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.1875;
}

.rowEvents .section-title {
    padding-bottom: 20px;
}
.eventTitle {
    font-weight: bold;
}
.eventTitle:before {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/trianglePurple.svg");
    position: relative;
    left: -10px;
    /* bottom: 50px; */
    display: block;
    height: 20px;
    width: 20px;
    content: " ";
    background-size: cover;
}
.eventDate {
    padding-top: 5px;
}
.eventPresenter {
    font-style: italic;
}
/* .rowFilter ul li {display:flex;} */
.rowReturn {
    margin-bottom: 20px;
}
.rowReturn a {
    color: white;
    font-size: 1rem;
    text-decoration: underline;
}
.rowReturn a:before {
    display: inline;
    content: "< ";
}
.rowReturn a:hover {
    color: #fff;
    background-color: #000;
}
.wrapperVideo h2.page-title {
    background: #000;
    color: #fff;
    padding: 10px 20px 5px;
    display: inline;
}

.wrapperVideo .callToAction {
    text-align: center;
    padding: 30px;
    border: 2px solid #e0378b;
}

.wrapperVideo .callToAction .ctaTitle {
    color: black;
    font-weight: bold;
    padding-bottom: 0;
}

.wrapperVideo .ctaOptions {
    font-size: 3rem;
    color: #202c2d;
    background: #ffffff;
    font-family: sans-serif;
    text-shadow: 0 1px #000, 1px 0 #000, 1px 2px #000, 2px 1px #000, 2px 3px #000, 3px 2px #000, 3px 4px #000,
        4px 3px #000, 4px 5px #000, 5px 4px #000, 6px 4px #000;
}
.wrapperVideo button {
    border-radius: 150px;
    background-color: #e0378b;
    border: 0;
    font-weight: bold;
    padding: 10px 30px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
}

.wrapperVideo button:hover {
    background-color: #00a791;
}

.wrapperMarginSmall {
    margin: 30px 0;
}

.wrapperIntro .row {
    width: 580px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
}
.wrapperIntro p {
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.masonry {
    columns: 2;
    column-gap: 30px;
    column-fill: balance;
    /* display:grid; */
    /* grid-template-columns:repeat(2,1fr); */
    /* grid-gap:30px; */
}
@media screen and (max-width: 640px) {
    .masonry {
        columns: 1;
    }
}
.masonry-item {
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.masonry-content {
    background: white;
}

.cardVideo {
    padding: 0;
}
.cardImage {
    align-items: center;
    display: flex;
    padding: 100px 30px;
}
.cardImage h2 {
    font-size: 1.6875em;
    background: black;
    color: white;
    padding: 5px;
    display: inline-block;
    max-width: 75%;
    margin-left: ;
}
.cardText {
    padding: 30px;
}
.cardText p {
    font-size: 1rem;
    line-height: 1.1875;
}

.cardShare {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.cardShareItem {
    text-align: center;
}
.cardShare a {
    width: 150px;
    max-width: 90%;
}

a.videoWatch {
    margin-top: 20px;
    display: inline-block;
    background-color: #e0378b;
    border-radius: 30px;
    padding: 10px 20px;
    border: 0;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.5s;
}
a.videoWatch:hover {
    background-color: #1d70b7;
}
a.videoShare {
    padding: 10px 20px;
    border: 0;
    font-size: 1rem;
    font-weight: bold;
}

.gfield_visibility_hidden {
    display: none;
}

.content-wrapper #field_3_5 {
    background: none;
    padding-left: 0;
}
#gform_fields_3 {
    padding-bottom: 0 !important;
}
.content-wrapper .gfield_radio li {
    cursor: pointer;
    background: none;
    display: inline-block;
}

.content-wrapper .gfield_radio li input + label {
    cursor: pointer;
}
.gfield_radio li {
    font-size: 3rem;
}

#gform_submit_button_3 {
    margin-top: 20px;
    background-color: #e0378b;
    border-radius: 30px;
    padding: 10px 20px;
    border: 0;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.5s;
    float: none;
    margin: 0 auto;
    cursor: pointer;
}

#gform_wrapper_3 .gform_footer {
    width: 100% !important;
    margin-bottom: 0 !important;
    float: none;
}

.gform_footer {
    padding-bottom: 13px;
}

.gform_footer {
    display: inline-block;
}

input[type="radio"] {
    display: block;
}
input:checked + label {
    color: red;
}
.content-wrapper ul li .gchoice_3_5_0 {
    padding-left: 0;
    padding-right: 20px;
}

#choice_3_5_0 {
    display: block;
}

.content-wrapper ul li .gchoice_3_5_1 {
    padding-left: 20px;
}

#label_3_5_0 {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/resourceYes.svg");
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}
#label_3_5_1 {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/resourceNo2.svg");
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

#choice_3_5_0:checked + label,
#label_3_5_0:hover {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/resourceYesHover.svg");
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

#choice_3_5_1:checked + label,
#label_3_5_1:hover {
    background-image: url("https://www.feelbetterleeds.org.uk/wp-content/themes/feel-better-theme/images/resourceNoHover.svg");
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}
#gform_confirmation_message_3 {
    padding: 20px 0;
}

.rowFooterCreds p.highlight {
    padding: 30px 0;
    color: #00a791;
    font-weight: bold;
}

.layoutFlex {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: 1.1875;
    padding-bottom: 30px;
}

.layoutFlex a {
    min-width: 100px;
    padding-bottom: 30px;
}
.rowFooterCreds a {
    color: white;
    padding-right: 40px;
}
.rowFooterCreds img {
    height: 50px;
    width: auto;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer_menu li + li:before {
    content: '\00B7';
    margin: 0 5px;
}