/*!
Theme Name: The Grove W6
Theme URI: http://medicineman.agency
Author: Medicine Man / AU 
Author URI: http://medicineman.agency
Description: The Grove W6
Version: 1.6.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegrove
Tags: custom 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
thegrove is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

body {
    margin: 0;
}

main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}


code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: Lato, Arial, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p { margin-bottom: .15em; }

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a { color: #4169e1; }

a:visited {
    color: #2D2D2D;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Contact Form Custom Style */
.wpcf7-not-valid-tip {
	font-size: 12px;
    color: red;
    display: inline-block!important;
    margin-top: 2px;
    padding: 2px 5px;
    line-height: 1.2;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #2D2D2D;
    border-radius: 20px;
    background: #2D2D2D;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    padding: .6em 1em .6em;
    transform: all ease .2s;
    transition: all ease .2s;
    letter-spacing: .035em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #2D2D2D;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #2D2D2D;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #2D2D2D;
    border: 1px solid #2D2D2D;
    border-radius: 5px;
    padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #2D2D2D;
}

select {
    border: 1px solid #2D2D2D;
}

textarea {
    width: 100%;
}

/* Navigation */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.page-template-holding-page #page {
    width: 100%;
	padding-top:20px; 
	padding-bottom:0;
}
p a {
    color: #2D2D2D;
    font-weight: bold;
}
/* Start basic custom style */
* {
    box-sizing: border-box;
}
body {
   background-color: #9A9D8D;
   color: white;
   font-family: Lato, Arial, sans-serif;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin: 0;
   text-align: center;
}
section {
    width: 100%;
    margin: 0;
    padding: 0;
}
.welcome-holding {
    padding-top: 100px;
	margin-top: 20px;
    margin-bottom: 50px;
}
.welcome-holding p {
    font-family: Lato;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .03em;
    text-align: center;
}
.register-your-interest {
    padding-top: 1em;
	padding-bottom: 2em;
    background-color: #fff;
    color: #2D2D2D;
}
.register-your-interest main {
    width: 100%;
    margin: 0 auto;
}
.register-your-interest main article {
    width: 80%;
    margin: 0 auto !important;
    display: block;
}
.register-your-interest main article h2 {
    font-family: Lato;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
}
.register-your-interest main article p {
    font-family: Lato;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: .03em;
    text-align: center;
}
.cta-register {
    background-color: #2D2D2D;
    max-width: 220px;
}
.register-your-interest main article .terms {
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .03em;
    text-align: center;
}
.register-your-interest main article a {
    color: #2D2D2D;
}
.hero h1 {
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}
.image-container {
    margin-bottom: 10px;
}
.image-container img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 490px;
    height: auto;
}
.text-container {
    display: block;
    width: 70%;
    padding: 0;
    margin: 0 auto;
 }
.text-container p {
    font-family: Lato;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .03em;
    text-align: center;
}
label {
    width: 100%!important;
    display: block;
    text-align: left;
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .03em;
}
form label {
    margin-bottom: 6px;
}
input {
    width: 100%;
}
input[type="submit"]:hover {
    background-color: #555;
}
form input[type="submit"] {
	margin-left: 5px;
    max-width: 220px;    
}
.entry-content form br {
    display: none;
}
.wpcf7-spinner {
	display:block;
	margin: 3px auto 0 auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 .35em 25px;
    padding: 20px 15px;
    border-radius: 8px;
}
/* New overridden basic styles.css */
wpcf7 form.sent .wpcf7-response-output {
	border-color: #a7c8b7!important;
}
.wpcf7 form .wpcf7-response-output {
    border: 2px solid #a7c8b7!important;
}
/* Landing Page */
html {scroll-behavior: smooth;}
.container img {width: 100%}
picture img {width: 100%}
.left-block,
.right-block {
  width: 100%;
  margin-bottom: 2em;
}
.container {
  max-width: 100%;
  width: 100%;    
  padding: 0 12px;
  margin: 0 auto;
  box-sizing: border-box;  
}
.container p {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media (min-width: 667px) {
    .container p {
        font-size: 16px;
        line-height: 20px;
    }    
}
@media (min-width: 667px) {
    .container {
        max-width: 1650px;
        padding: 0 15px;   
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 40px;
    }
    /* Responsive Custom Grid System */
    .left-block-5 {
      grid-column: span 6;
    }
    .left-block-8 {
      grid-column: span 8;
    }    
    .right-block {
        text-align: left;
        grid-column: 9 / span 4;
        max-width: 601px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .align-bottom {
        margin-top: auto;
    }
}
/*
@media (min-width: 1480px) {
    .container {
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 40px;
    }
    .right-block {
        grid-column: 7 / span 4;  
    }
    .left-block-5 {
        grid-column: span 5;
    }
    .left-block-8 {
        grid-column: span 6;
    }
}
*/
/* Sticky FX for Widescreen */
@media (max-width: 667px) {
    .sticky-element {
        position: static !important;
    }

    .sticky-element.is-affixed {
        margin-bottom: 20px; 
    }
}

/* Landing page mob first Style */
.page-template-landing-page {
    background-color: #fff;
}
.page-template-landing-page #page {
    padding: 0;
    margin: 0;
    width: 100%;
}
.hero {
    grid-column: span 12;
    margin-top: 12px;
}
.hero picture {
    grid-column: span 12;
}
.hero-logo {
    margin: 19em 0 19em 0;
}
.hero-logo img {
    width: 100%;
    max-width: 334px;
}
.highlight {
    color: #2D2D2D;
    text-align: left;
    padding-bottom: 2em;
}
.highlight img {
    width: 100%;
}
.highlight_title {
    margin-bottom: 1em;
}
.highlight_title img {
    width: 100%;
}
.highlight_title picture {
    grid-column: span 12;
}
.highlight_title a {
    margin-top: 2em;
    margin-bottom: 3em;
}
.highlight_img_01 {}
.highlight_txt_01 {
    text-align: left;
}

.highlight_02 {
    padding-top:0;
}

@media (min-width: 667px) {
    .highlight_02 {
        padding-top: 2em;
    }
    .highlight_txt_01 {
        padding-bottom: 1em;
    }
}
.highlight_img_02 {
    grid-column: span 12;    
}
.insight {
    color: #2D2D2D;
    padding-bottom: 2em;
    text-align: left;
    margin-top: 2.75em;
}
.insight img {
    width: 100%;
}
.insight .mob_contained {
    margin:0 2rem;
}
.insight_title {
    margin-bottom: .25em;
}
.insight_txt_01 {
    margin-top: 4em;
    margin-bottom: 4em;
}
.insight_txt_02 p {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 2em;
}
.west_london {
    background: #95423C;
    text-align: left;
    padding-top: 3.5em;
    padding-bottom: 1em;    
}
.west_london_title {
    margin-bottom: 3em;
}
.west_london img {
    width: 100%;
}
.west_london_txt {
    margin-top:2.5em;
}
.west_london img {
    padding-bottom: .5em;
}
.map {
    color: #2D2D2D;
    text-align: left;
    margin-top: 2em;
    padding-bottom: 2em;    
}
.map_title {
    margin-bottom: 1.75em;
}
.map_info {
    margin-top: 2em;
    margin-bottom: .5em;
}
.specification {
    background-color: #2D2D2D;
    padding-bottom: 2em;
    text-align: left;
}
.specification_title {
    padding-top: 2em;
    margin-bottom: 1em;
	max-width: 860px;
}
.specification img {
    width: 100%;
	
}
.specification_text h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: .03em;
    margin-bottom: 2em;
    margin-top: 2em;    
}
.specification_text h3 {
    font-size: 19px;
    line-height: 20px;    
    font-weight: 400;
    letter-spacing: .03em;
    margin-top: 2em;
}
.specification_text p {
    font-weight: 400;
    letter-spacing: .03em;    
}
.specification_text .contained_title {
    width: 60%;
    font-size: 30px;
    line-height: 30px;
}
/* White Button */
.btn {
    font-weight: 400;
    display: inline-block;
    font-size: 17px;
    padding: 11px 50px;
    line-height: 22px;
    letter-spacing: .05em;
    color: #2D2D2D;
    background-color: #FFF;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    margin-top: 2em;
    height: 43px;
    text-transform: uppercase;
    transition: .25s ease all;
}
.btn:hover {
    background-color: #D5D6CF;
    color: #2D2D2D;
}
.button-wrapper {
  grid-column: 1 / -1; /* Span all 12 columns */
  display: flex;
  justify-content: center;
}
.btn-dark {
    background-color: #2D2D2D;
    color: #fff;
    font-weight: 300;    
}
.btn-dark:hover {
    background-color: #696767;
    color: #fff;    
}
.btn-dark:visited {
    color: #fff;
    font-weight: 300;
}
.register {
    padding-top: 2em;
}

.register {
    text-align: left;
}
.register .terms {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .03em;
}
.register_title {
    margin-top: 1.5em;
}
.register_text { 
    color: #2D2D2D;
    text-align: left;
}
.register_text h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .03em;
}
.register_text .smaller {
    font-size: 13px;
    line-height: 18px;
    color: #9A9D8D;
}
.register_text p.credits {
    font-size: 15px;
    font-weight: 400;
}
.desktop-only {
    display: none;
}
.desktop-only-flex {
    display: none;
}
@media (min-width: 667px) {
    .desktop-only {
        display: block;
    }
    .desktop-only-flex {
        display: flex;
    }
    .mob-only {
        display: none;
    }
    .image-container {
        margin-bottom: 20px;
    }
    .image-container img {
        max-width: 630px;
    }
    .text-container {
        padding-top: 5px;
        max-width: 100%;
        margin: 0 auto;
    }
    .welcome-holding {
        padding-bottom: 50px;
    }
    .register-your-interest {
        padding-bottom: 40px;
    }
    .register-your-interest main article {
        max-width: 620px;
    }
    .entry-content form {
        margin: auto 1.05em;
    }
    form input {
        width: 100%;
    }
    form label {
        width: 100% !important;
        margin-bottom: 8px;
    }
    .wpcf7-submit {
        display: inline-block;
        position: relative;
        text-align: center;
    }
    .hero {
        margin-top:17px
    }
    .hero-logo {
        margin-top: 20em;
        margin-bottom: 18em;
    }
    .hero-logo img {
        max-width: 397px;
    }
    .highlight_txt_02 {
        padding-top: 2em;
    }
    .highlight {
        padding-bottom: 6em;
    }
    .highlight_title a {
        margin-top: 4em;
        margin-bottom: 5em;
    }
    .mob_contained {
        margin:0;
    }
    .insight .insight_title {
        margin-bottom: 1.5em;
        max-width: 680px;
    }
    .insight .insight_img_01 {
        max-width: 680px;        
    }
    .insight .detail_img {
        max-width: 400px;
    }
    .insight .insight_txt_02 {
        max-width: 490px;
        margin-top: 40px;
    }
    .insight .mob_contained {
        margin: 0;
    }
    .west_london .west_london_title {
        max-width: 720px;
        padding-bottom: .5em;
    }
    .west_london_txt {
        margin-top:0;
        padding-bottom: 2.25em;
    }
    .container p:first-child {
        margin-top: 0;
    }
    .west_london img {
        padding-bottom: 35px;
    }
    .map_title {
        margin-top: 3em;
    }
    .map_title img {
        max-width: 720px;
    }
    .map_info {
        margin-top: 0;
    }
    .specification_text h2 {
        margin-top: 0;
    }
    .specification_text .contained_title {
        width: 100%;
        margin-bottom: 1em;
    }
    .specification_title {
        padding-top: 3em;
    }
    .register .entry-content form {
        margin-left: 0;
    }
    .register {
        padding-top: 3em;
    }
    .register_title {
        max-width: 720px;
    }
    .register_text p.credits {
        font-size: 16px;
        margin-bottom: 5em;        
    }
}
@media (min-width: 1100px) {
    .image-container {
        margin-top: 250px;
    }
    .image-container img {
        max-width: 970px;
    }
    .welcome-holding {
        padding-top: 60px;
        min-height: 450px;
        margin-top: 100px;
        padding-bottom: 50px;
    }
    .welcome-holding .image-container {
        margin-top: 0px;
    }
}
@media (min-width: 1300px) {
    .welcome-holding .image-container {
        margin-top: 0;
    }
    .image-container {
        margin-top: 270px;
    }
}