/*
Theme Name: nvih
Version: 1.0
Text Domain: nvih
*/

/* ===== GENERAL STYLES  ====== */

body {
  font-size: 16px;
  color: #474842;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  background-color:#FEFDF7; 
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

a,
.btn,
a:hover,
.btn:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
}

a {
  color:#115139;
  font-weight: 600;
  text-decoration: none;
}

a:hover, a:focus {
  color:#997340;
  font-weight: 600;
  text-decoration: none;
}
a:focus{
color: #115139;
}
@font-face {
  font-family: 'itc_centurybook_condensed';
  src: url('fonts/itc_century_book_condensed.woff2') format('woff2'), url('fonts/itc_century_book_condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* COLOR */
.green-dark { color: #115139; }
.green-light { color: #00A06A; }
.brown-dark { color: #564735; }
.brown-light { color: #997340; }


/* ===== TYPEOGRAPHY ====== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #115139;
  padding-top:35px;
}

h1 {
  font-size: 45px;
  line-height: 56px;
  font-family: itc_centurybook_condensed;
  margin-bottom: 20px;
}

h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  color: #564735;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 26px;
  color: #564735;
}

p {
  color:#5f5f5e;
  font-weight: 500;
  /*font-size: 20px;*/
  line-height: 30px;
  padding-bottom: 8px;
}

p strong {
	font-weight: 600;
}

ul { 
	padding-bottom: 8px;
}

li ul {
	margin-top:0px;
	padding-bottom: 0px;
}
.section {
  padding: 65px 0;
}

.container {
  padding: 90px 0 150px;
}

.container-fluid {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.fluid,
.container-fluid {
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
header .container-fluid{overflow: visible;}

.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  border: 3px solid #000000;
  border-radius: 0;
  padding: 13px 48px 12px;
  letter-spacing: 1px
}

.btn:hover {
  background-color: #000000;
  color: #fff;
}



.donation {
  width:400px;
  margin-top: 20px;
}

.donation a {
  text-decoration: none;
  padding-left: 23px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #d28e6d;
}

.donation a:before {
  content: "";
  position: absolute;
  background-image: url(images/btn-off.png);
  width: 14px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  left: 1px;
}

.donation a:after {
  content: "";
  position: absolute;
  background-image: url(images/btn-on.png);
  width: 14px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  left: 1px;
}

.donation a:hover {
  color: #c5dee7;
}

.donation a:hover:after {
  opacity: 0;
}

.search.hide .donation {
  background-color: #003366;
  padding: 9px 8px 7px;
  border-radius: 2px;
}

.hp_icon {
	padding-top:15px;
}

.headshot_caption  {
	margin-bottom:0px !important;
}

.headshot_caption h4
{  
	font-size: 18px; 
	line-height: 24px; 
	font-family: 'Raleway', sans-serif !important; 
	padding: 0;
    margin: 0;    
    font-weight: 600;
}
/*
.page-id-861 .headshot_caption h4, 
.parent-pageid-662 .headshot_caption h4 
{  
	padding-top: 16px;  
	font-size: 18px;  
	line-height: 24px; 
	font-weight:600;
}
 */   
.pro-grid h4 em, 
.headshot_title { 
	color: #474842; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 13px; 
	text-transform: uppercase; 
	display: block; 
	line-height:24px;  
	font-weight: 600;
}
	
.footer-social li {
  display: inline-block;
  padding-left: 22px;
}

.footer-social li:first-child {
  padding-left: 0;
}

.footer-social li a {
  color: #000000;
  font-size: 21px;
}

.search .form-control {
  background-color: #ffffff;
  font-size: 14px;
  box-shadow: none;
  border: 0;
  height: 33px;
  color: #adb1b5;
  text-transform: capitalize;
  width: calc(100% - 33px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.search button {
  float: left;
  width: 33px;
  height: 33px;
  background-color: #ffffff;
  border: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: right;
}

.search button img {
  width: 20px;
}

.search .form-control::-webkit-input-placeholder {
  color: #adb1b5;
}

.search .form-control::-moz-placeholder {
  color: #adb1b5;
}

.search .form-control:-ms-input-placeholder {
  color: #adb1b5;
}

.search .form-control:-moz-placeholder {
  color: #adb1b5;
}

ul.list li:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #5c656b;
  border-radius: 50%;
  left: 0;
}

ul.list li,
.services.clinic a {
  font-size: 18px;
  color: #5c656b;
  line-height: 28px;
  margin-bottom: 5px;
  /*list-style: disc;*/
  position: relative;
  padding-left: 17px;
}

.address h4 {
  font-size: 18px;
  font-weight: 700;
  color: #003366;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
}

.address p {
  line-height: 23px;
  margin-bottom: 5px
}

.address p a {
  color: #5c656b;
}

.center-txt {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.color-blue {
  color: #003366;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

/* ===== HEADER ====== */

.mobile-toggle {
  display: none;
}

.header {
  position: relative;
  z-index: 1;
  width: 100%;
}

.header .logo {
  float: left;
  padding: 20px 0 25px;
  width: auto;
}

.header .logo img {
 /* width: 100%;*/
}

.header .header-top {
  background-color: #115139;
}

.header .navbar-nav {
  padding: 0;
  float: none;
  text-align: center;
}

.header .navbar-nav ul {
  padding-left: 0;
}

.header .navbar-nav > li {
  list-style: none;
  padding-right: 25px;
  display: inline-block;
  float: none;
}

.header .navbar-nav li:last-child {
  padding-right: 0;
}

.header .navbar-nav li a {
  white-space: nowrap;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 500;
  color: #5c656b;
  padding: 10px 0;
}

.header .navbar-nav li:hover a {
  color: #997340
}

.header .navbar-nav li ul{
  width: 205px;
  border: none;
  padding: 10px 0px;
  min-width: auto;
border-top: 3px solid #115139;
margin-left:-20px;
}
 
/*.header .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.header .navbar-nav .dropdown .dropdown-menu li{display: block;padding: 0;}
*/
.header .navbar-nav .dropdown .dropdown-menu li a{
  text-transform: capitalize;
  display: block;
  white-space: break-spaces;
  color: #5c656b;
  line-height: 18px;
  padding: 7px 20px;
}

.header .navbar-nav .dropdown li > a:hover{
color: #115139 !important; 
background-color: transparent;
}

.header .navbar-nav li > a:hover { color: #115139 !important;  }

.navbar-nav .dropdown-menu .dropdown-menu.show{ position: absolute; top: 0; left: 190px; }

.header .search {
  margin-top: 52px;
  float: right;
  max-width: 268px;
  width: 100%;
  position: relative;
}

.header .search .search-block input{
  height: 33px;
  width: 100%;
  border: none;
  padding-left: 40px;
}

.header.in {
  position: inherit;
}

.gsc-search-button-v2 {
    background: red;
    position: absolute;
    left: 0;
    z-index: 1 !important;
    padding: 0 !important;
}
.header .search-block .gsc-control-cse{border-radius: 2px; overflow: hidden; background-color: transparent; border: none;}
.header .search-block .gsc-search-button{opacity: 0; z-index: 2;}
.header .search-block .gsc-control-cse{padding: 0; z-index: 2; position: relative;}
.header .search-block table.gsc-search-box td.gsib_a {vertical-align: middle; position: absolute; left: 30px; width: 225px; }
.header .search-block table .gsst_b { position: absolute; right: 0px; top:3px; text-align: right !important;}
.header .search-block button{background-color: transparent !important; position: absolute; top: 0; left: 0; }
form.gsc-search-box{height: 31px; margin: 0 !important;}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{border: none !important;padding: 0 !important;}
.header .search-block button.ser-icon{ position: absolute;z-index: 0; }
.header .search-block{background-color: #fff; border-radius: 2px; height: 33px;}

/* ===== BANNER ====== */

.banner {
  position: relative;
  min-height: 545px;
  margin-top: -45px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.banner .content h1 {
  color: #115139;
  margin-bottom: 20px;
  letter-spacing: -1px;
  margin-bottom: 22px;
  font-size: 39px;
  line-height: 45px;
}

.mass .right h3{
    color: #115139;
}

.banner .content .con {
  max-width: 470px;
  padding-top: 135px;
}


/* ===== ARE-HERE ====== */

.are-here {
  background-color: #564735;
  text-align: center;
   padding: 40px 0 10px; 
}

.are-here h2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 6px;
  font-size: 39px;
  line-height: 45px;
}

.are-here p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  text-transform: none;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 20px;
}

.are-here p.high {
  margin-bottom: 15px;
}

.are-here p a {
  color: #fff;
}

.are-here p a.bot {
  text-decoration: underline;
}


/* ===== COVID ====== */

.covi p {
    color : #5E5D5A !important;
}


.covid {
  padding: 100px 0 10px;
  background-color: #FEFCF4;
}

.covid .covi {
  float: left;
  width: 33.3%;
  text-align: center;
min-height: 181px;
margin-bottom: 60px;
}

.covid .covi figure {
  max-width: 115px;
  width: 100%;
  margin: 0 auto 5px;
}

.covid .covi p {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto 20px;
  max-width: 130px;
}

.covid .covi p strong {
  display: block;
  font-weight: 400;
}

.covid .covi-block {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}


/* ===== MESSAGE ====== */

.message {
  background-color: #ffffff;
  padding: 50px 0 50px;
}

.message aside {
  float: left;
}

.message aside img {
  height:auto;
}

.message aside.left {
  width: 35%;
}

.message aside.right {
  width: 63%;
  padding-left: 56px;
}


.message.cov {
  padding: 50px 0 100px;
}

.message.section figure img { height: auto; margin-top:40px;}

/* ===== VIDEO ====== */

.video {
  background-color: #FEFCF4;
  padding: 130px 0;
}

.video ul li {
  float: left;
  width: 31.7%;
  margin: 0 0.8%;
}

.video ul li img {
  width: 100%;
  height: 210px;
}

.video iframe{ width: 100%;height: 100%; min-height: 204px; }


/* ===== FOOTER ====== */

footer {
  background-color: #564735;
  padding: 47px 0 175px !important;
}

footer aside {
  padding-top: 15px;
}

footer aside:first-child {
  padding-top: 0;
}

footer .foo-logo {
  margin-bottom: 50px;
  width: 132%;
}

footer .foo-logo img {
  position: relative;
  left: -100px;
}

footer strong {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-top: 35px;
  font-weight: 500;
}

footer ul li {
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}

footer ul li:after{ 
  content:">";
  position: absolute;
  top: -1px;
  left: 0;
  color: #fff;
  font-weight: 500;

}

footer ul li a:hover,
footer ul li a {
  color: #ffffff;
}

footer .privacy {
  padding-left: 40px;
}

footer .join {
  margin-top: 40px;
}

footer .join figure {
  display: inline-block;
  max-width: 50px;
  width: 100%;
}

footer .join p { 
  margin-bottom: 10px; 
  color: #ffffff;  
}
footer .join a i{
  color: #fff;
  font-size: 55px;
  margin-right: 9px;
    padding: 6px;
}

footer .join strong {
  padding-left: 0;
}

footer .container-fluid {
  overflow: visible;
}


/* ===== INNER-BANNER ====== */

.inner-banner {
  text-align: center;
  padding-top: 115px;
}

.inner-banner .in-ban {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 315px;
}

.inner-banner .content {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  bottom: 0;
}

.inner-banner h1, .inner-banner h2 {
  font-size: 91px;
  color: #FEFDF7;
  line-height: 64px;
  margin-bottom: 0;
  text-transform: capitalize;
  text-shadow: 0px -5px 5px rgba(51, 51, 51, 0.4);
  -webkit-text-shadow: 0px -5px 5px rgba(51, 51, 51, 0.4);
  -ms-text-shadow: 0px -5px 5px rgba(51, 51, 51, 0.4);
  -moz-text-shadow: 0px -5px 5px rgba(51, 51, 51, 0.4);
  letter-spacing: 0px;
    font-family: itc_centurybook_condensed;
}


/* ===== MEDICAL ====== */

.medical {
  padding: 90px 0 150px;
  background-color: #ffffff;
}

.max {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 140px;
}

.max aside.left {
  width: 47%;
}

.max aside.right {
  width: 53%;
}

.max p {
  margin-bottom: 25px;
  font-weight: 400;
}

.max p strong {
  font-size: 38px;
  color: #203d76;
  text-transform: uppercase;
}

.max .con {
  padding: 0 60px 0 0;
}

.max h3 strong {
  font-size: 43px;
  color: #20231e;
  text-transform: capitalize;
}

.services {
  display: inline-block;
  /*width: 33%;*/
  vertical-align: top;
  padding: 0 10px;
}

.services.clinic ul {
  margin-bottom: 43px;
}

.services h3 {
  margin-bottom: 25px;
}

.services h3 span {
  font-size: 20px;
  font-weight: 500;
  color: #5c656b;
  line-height: 25px;
}

.services.clinic a {
  padding-left: 0;
  text-decoration: underline;
}

.services.contact {
  padding-left: 25px;
}

.services.contact .address {
  margin-bottom: 27px;
}

.headshot {
  margin-bottom: 40px;
}

.headshot img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: 1px solid #003366;
  border-radius: 4px;
}

.headshot p {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

.col ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
    color: #5f5f5e;
}

.col {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.col.clinic ul {
  margin-bottom: 43px;
}

.col.clinic a {
  padding-left: 0;
  text-decoration: underline;
}


.col.contact {
  padding-left: 25px;
}

.col.contact .address {
  margin-bottom: 27px;
}


/* PADDING */

.pr-25 {
  padding-right: 25px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}


/* MARGIN BOTTOM */

.mb-20 {
  margin-bottom: 20px;
}


/* MARGIN TOP */

.mt-20 {
  margin-top: 20px;
}
.space{
  height: 50px;clear: both;
 }

.inner-content a em, .inner-content p em a{ font-style: normal;
    text-decoration: underline;
    color: #5c656b; }
.inner-content .youtube{ 
position: relative;
padding-top:56.4%;
}
.inner-content .youtube iframe { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.headshot img {
     height: 100%;
     object-fit: cover;
     background: #eee;
     border: none;
     width:90%;
}
.headshot figure {
    max-width: 260px;
    height: 260px;
    overflow: hidden;
    margin-bottom:20px;
}
.headshot p{
font-size:16px;
    font-weight:500;
}

#menu-main-menu > li:hover > ul.dropdown-menu,
#menu-main-menu > li:hover > ul.dropdown-menu li:hover ul.dropdown-menu {display:block}
.header .navbar-nav li ul li ul.dropdown-menu{position:absolute; top:0; left:205px; margin-left:0;}
#menu-main-menu .fa.fa-plus{display: none;}

.footer_img img {
    width:22%;
    max-width: 22%;
    vertical-align: top;
    margin-right: 9px;
}

.blog-page .block{margin-bottom: 40px;}
.blog-page .block figure{ position: relative;}
.blog-page .block figure img{ height: auto;  }
.blog-page .block p.detail{   position: absolute;   bottom: 0;   margin: 0;   display: block;   width: 100%;   background: #115139;    padding: 10px 15px;   color: #fff;   font-weight:500; font-size: 14px; }

.blog-page .block p.detail > strong{ margin-right:30px; }
.blog-page .block h2 a, .single .blog-page h2 { color: #333; }
.blog-page .block .view-btn{ background-color: #115139; padding: 12px 20px; margin:20px 0 80px; color: #fff; border:2px solid #115139; display: inline-block; }
.blog-page .block .view-btn:hover{ color: #115139;  background-color: #fff;  }
.blog .in-ban h1, .single .in-ban h1 { font-size: 100px;}
#block-6 ul { padding: 0;}
#block-6 ul li { line-height: 32px; list-style-position:inside; }
#block-6 ul li a { color: #333; font-size: 18px; }
.blog-page .container{padding-bottom: 15px;}
.blog-page .container.text-center{padding: 15px;}
.blog-page{padding-bottom: 40px;}
.blog-page .container.text-center .page-numbers{ font-size: 18px; margin: 0 5px; color: #333; }
.blog-page .page-numbers.current{ border-bottom: 2px solid #333; }
.single .widget_block, .blog-page .col-sm-4 .block {margin: 0;}

.single .heateor_sss_sharing_container { width:100%; float: right; width: 100%; border-top: 2px solid #115139; padding-top: 13px; }
.single .heateor_sss_sharing_title { font-weight: bold; float: left; margin-top: 4px; font-size: 20px; }
.single .heateor_sss_sharing_ul{float: right;}

.page-id-174 .inner-content .vc_col-sm-4 .vc_single_image-wrapper, .page-id-174 .inner-content .wpb_single_image img, .page-id-174 .inner-content .wpb_single_image .vc_figure {width:100%; }
.t3-blocks .vc_col-sm-4 figure{ text-align: center; margin-top: 20px; }
.t3-blocks .vc_col-sm-4 figure a span { display: block; font-size: 20px;}
.t3-blocks .vc_col-sm-4 figure a img { margin-bottom: 20px; } 

section.container.inner-content{ padding-top:55px; }
section.container.inner-content h1 {  border-top: 2px solid #e3e3de;  padding: 5px;  border-bottom: 2px solid #e3e3de;  text-align: center; margin-bottom: 30px;}
 
.single .block h2 {  border-bottom: 2px solid #333;  padding-bottom: 20px;  margin-bottom: 25px; }

.pro-grid .wpb_single_image.vc_align_left { margin-bottom:0 } 
.pro-grid h4{  font-size: 18px; line-height: 24px; font-family: 'Raleway', sans-serif !important; background: #f9f9f9 !important; min-height: 75px; padding: 10px 10px !important; }
.page-id-218 .vc_custom_heading.headshot_caption{ margin-bottom:0; }
.page-id-218 .vc_gitem_row .vc_gitem-col{ min-height:75px; }


.pro-title { font-weight: 500 !important;  margin-bottom: 25px; text-transform: uppercase; font-family: 'Raleway', sans-serif !important; }
.post-grid-hide{display: none !important;}
.vc_column-inner .wpb_wrapper p { font-size: 16px; font-weight: 500; color: #5f5f5e; line-height:26px;  margin-bottom: 0px !important; padding-bottom:5px; }
.vc_column-inner .wpb_wrapper p strong {  color: #115139; display: inline-block; }

.page-id-232 #wpsm_accordion_810 .wpsm_panel-default > .wpsm_panel-heading{ background-color: #997340 !important; border-color: #997340 !important; }
.page-id-232 #wpsm_accordion_810 .wpsm_panel-title { padding: 0; }
.page-id-232 #wpsm_accordion_810 .ac_open_cl_icon { background-color: transparent !important; }
.page-id-232 #wpsm_accordion_810 .wpsm_panel-body{ border: 2px solid #997340 !important }
.vc_custom_heading.pro-title em, .vc_custom_heading.pro-title em em{font-style: normal;}
.header .navbar-nav li.current-menu-item > a, .header .navbar-nav li.current-page-parent > a { color: #997340 !important; }
.single-our-staff .block h3 { padding-top: 0; font-size: 24px; color: #115139;  }
.single-our-staff .block p{ padding-bottom: 0; }
.single-our-staff .block strong {font-size: 18px; color: #115139; font-weight: 600; }
.single-our-staff .block figure{margin-bottom: 20px;}
.single-our-staff .block ul li { line-height:30px; color: #5f5f5e; font-weight: 500; }
.single-our-staff .block ul { padding-left: 20px; }
.header .navbar-nav > li { padding-right: 15px; }
.header{background-color: #fff; }
.page-id-1461 .wpb_text_column h3, 
.page-id-174 .wpb_text_column h2,
.page-id-164 .wpb_text_column h2 {  font-size:21px; font-weight: 600; line-height: 26px; padding: 0; margin-bottom: 5px; color: #115139 !important; }
.page-id-164 .wpb_text_column h2 {	padding-top:40px; }
nav#nav.fixed-top {  position: fixed;  top: 0;  background: #fff;  width: 100%;  left: 0; box-shadow: 0 0 10px rgb(0 0 0 / 15%);}
.give-page form input[type="text"], .give-page form input[type="email"], .give-page form select { width: 100%;  padding: 6px 12px; font-size: 14px;  color: #555; background-color: #fff;  border: 1px solid #ccc; border-radius: 4px;  margin-top:2px; height:40px; }
.give-page form label {  color: #564735 !important;  width: 100%;  max-width: 520px;  font-weight: 500;  font-size: 18px;  text-transform: capitalize;  margin-bottom: 10px; }


.give-page form textarea{ border: 1px solid #ccc; border-radius: 4px; max-height: 100px; width:100%; margin-top:2px; }

.give-page form input[type="submit"] { background-color: #115139; padding: 6px 20px; margin: 10px 0 10px; color: #fff; border: 2px solid #115139; display: inline-block;}