/*  KX CONTENT - Content within the Kx frame  */
/* Default styling, do not edit. Use the style.css */

/* Global */

#PageContent p {
  margin: 0;
  padding: 0 0 5px 0;
  color: #00314f;
}

#PageContent label {
  font-weight: 600;
}

#PageContent .noPadding {
  padding: 0;
}

#PageContent .flexwrap {
  display: flex;
  margin-bottom: 30px;
}

#PageContent li:empty {
  display: none;
}

#PageContent {
  min-height: 212px;
  margin-top: 40px;
  margin-bottom: 45px;
}

.AboutYou #PageContent,
.RoomOptions #PageContent,
.ApplicationConfirm #PageContent,
.ApplicationConfirmed #PageContent,
.ApplicationReview #PageContent {
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  #PageContent {
    min-height: unset;
  }

  #PageContent .flexwrap {
    display: unset;
  }
}

@media screen and (max-width: 768px) {
  #PageContent {
    min-height: unset;
  }
}

/* Headers */
#PageContent h1 {
  color: #00314f;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
}

#PageContent h2 {
  color: #00314f;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  margin-bottom: 22px;
}

#PageContent h3 {
  color: black;
  font-size: 1.1em;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}

#PageContent a {
  text-decoration: none;
}

#PageContent a:hover {
  text-decoration: underline;
}

#PageContent .forgetPassword {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 20px;
}

#PageContent .buttonPosition {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#PageContent .buttonPositionRes {
  position: absolute;
  bottom: 20px !important;
  right: 8px !important;
}

/*#unfloated-container {
    width: 1000px;
}*/
/* Inputs */
#PageContent input,
#PageContent textarea,
#PageContent select {
  border-radius: 14px;
  box-shadow: none;
  margin-right: 10px;
}

#PageContent .form-group {
}

#PageContent .form-group label {
  margin: 10px 0 0 0;
  padding: 0;
}

#PageContent .form-group label span.mandatory {
  color: #333;
  font-size: 1.3em;
}

#PageContent .form-group:last-child {
  margin-bottom: 0px;
}

#PageContent .input-group input {
  border-right: 0px;
}

#PageContent .input-group-addon {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: unset;
  border-radius: unset;
}

#PageContent .input-group-addon i.fa {
  color: #2e4680;
  font-size: 1.4em;
}

#PageContent .radioButton {
  display: block;
  margin: 5px 0;
}

#PageContent .radioButton input {
  cursor: pointer;
  margin-right: 10px;
}

#PageContent .radioButton label {
  cursor: pointer;
  font-weight: normal;
  margin: 1px auto;
  width: 85%;
}

#PageContent .paymentoptions {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

#PageContent .paymentoptions .paymentradio {
  display: block;
  position: relative;
}

#PageContent .paymentoptions .paymentradio input {
  display: none;
}

#PageContent .paymentoptions .paymentradio label {
  border: 2px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: 14px 14px 34px 14px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 76px;
  z-index: 2;
}

#PageContent .paymentoptions .paymentradio input:checked + label {
  border-color: #66a0fa;
}

#PageContent .paymentoptions small {
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40px;
  width: 100%;
  z-index: 1;
}

#PageContent textarea {
  resize: none;
}

#PageContent label.tickbox {
  cursor: pointer;
}

#PageContent .textareacounter {
  display: block;
  font-size: 0.8em;
  text-align: right;
}

#PageContent .Checkbox label {
  margin-left: 10px;
}

#PageContent input[type="checkbox"] {
  cursor: pointer;
}

#PageContent input[type="checkbox"] + label {
  cursor: pointer;
}

.customStyle {
  display: inline !important;
  width: 100% !important;
}

.addon-style {
  background-color: black;
  font-size: x-large;
  padding-left: 10px;
  border: 0px solid black;
}

.info-icon-black {
  background-color: inherit !important;
  font-size: x-large;
  position: absolute;
  right: 10px;
  color: black !important;
  border: none;
  border: 0px solid !important;
}

.label-customMargin {
  margin: 25px 0 0 0 !important;
}

.btn-payment {
  min-width: 100% !important;
}

.info-icon-white {
  background-color: inherit !important;
  font-size: x-large;
  position: absolute;
  right: 10px;
  color: black !important;
  border: none;
  border: 0px solid !important;
  top: 0px;
}

.scroll-x {
  overflow-x: hidden;
}

.label-customMargin {
  margin: 25px 0 0 0 !important;
}

.ui-datepicker-calendar .ui-widget-header {
  background: #a6a8a9;
}

.ui-datepicker-calendar .ui-widget-content {
  background: #e6e6e6;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  background: #c8bbae;
  text-align: center;
  color: #fff;
  border-color: #e6e6e6;
}

.ui-datepicker-calendar .ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus {
  background: #f59c14;
  border-color: #a6a8a9;
}

/* Buttons */
#PageContent .Navigation {
  clear: both;
  display: block;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 20px;
}

#PageContent .btn {
  border: none;
  border-radius: 0px;
  color: #fff;
  min-width: 100px;
  text-decoration: none;
  margin-top: 15px;
  transition: all ease 1s;
  border-radius: 10px;
  font-size: 16px;
}

#PageContent a.btn {
  text-decoration: none;
}

#PageContent .btn:hover {
  color: #fff;
}

#PageContent .btn-default {
  color: #888;
  min-width: 100px;
}

#PageContent .btn-default:hover {
}

#PageContent .btn-primary {
  background-color: #177e8d;
  color: white;
  box-shadow: #00314f52 0 5px 5px;
}

#PageContent .btn-primary:hover {
  background-color: #125e69;
}

#PageContent .btn-secondary {
  background-color: #839daa;
  color: white;
  box-shadow: #00314f52 0 5px 5px;
}

#PageContent .btn-secondary:hover {
  background-color: rgb(114 134 145);
}

#PageContent .btn-tertiary {
  background-color: #00314f;
  color: white;
}

#PageContent .btn-tertiary i {
  color: white;
}

#PageContent .btn-tertiary:hover {
  background-color: #00314fc2;
}

#PageContent .btn-danger {
  background-color: #d9534f;
  box-shadow: #00314f52 0 5px 5px;
}

#PageContent .btn-danger:hover {
  background-color: #f0b9b8;
}

/* Jumbotrons */
#PageContent .jumbotron {
  border: 1px solid #555;
  border-radius: 14px;
  padding: 25px;
  position: relative;
  height: 100%;
}

#PageContent .jumbotron p {
  font-size: 1em;
}

#PageContent .jumbotron-primary {
  background-color: #f2f6fa;
  border-color: #ddd;
  box-shadow: #00314f52 0 5px 12px;
}

#PageContent .jumbotron-primary-border {
  border-color: #00314f;
}

#PageContent .box-shadow-light {
  box-shadow: #00314f52 0 5px 7px !important;
}

#PageContent .jumbotron-primaryColored {
  background-color: black;
  border-color: #333;
}

#PageContent .jumbotron-primary-dark {
  background-color: #fff;
  border-color: #333;
}

#PageContent .jumbotron-primary-white {
  background-color: white;
  border-color: #00314f;
  box-shadow: #00314f52 0 5px 12px;
}

#PageContent .jumbotron-primary label {
  color: #00314f;
}

#PageContent .jumbotron-secondary {
  background-color: #00314f;
  border-color: #00314f;
  box-shadow: #00314f6e 0 5px 12px;
}

#PageContent .jumbotron-secondary h2 {
  color: #fff;
}

#PageContent .jumbotron-secondary p {
  color: #fff;
}

#PageContent .jumbotron-secondary label {
  color: #fff;
}

#PageContent .jumbotron-secondary a {
  color: #fff;
  text-decoration: underline;
}

#PageContent .jumbotron-tertiary {
  background-color: #177e8d;
  box-shadow: #00314f6e 0 5px 12px;
  color: white;
  border: none;
}

#PageContent .jumbotron-tertiary h2 {
  color: white;
}

#PageContent .jumbotron-tertiary p {
  color: white;
}

#PageContent .jumbotron-tertiary label {
  color: white;
}

#PageContent .custom-color {
  color: #fff !important;
}

#PageContent .jumbotron-margin {
  margin-bottom: 10px;
}

/* Progress Bar */
#PageContent .progressbar {
  background: transparent;
  height: 100px;
}

#PageContent .progressbar .progressbar-inner {
  position: relative;
}

#PageContent .progressbar .progressbar-inner .connecting-line {
  background: #e8e8e8;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 33%;
  width: 81%;
  z-index: 1;
}

#PageContent .progressbar.induction .progressbar-inner .connecting-line {
  background: #e8e8e8;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 28%;
  width: 90%;
  z-index: 1;
}

@media (max-width: 768px) {
  #PageContent .progressbar.induction .progressbar-inner .connecting-line {
    top: 20%;
  }
}

@media (max-width: 400px) {
  #PageContent .progressbar.induction .progressbar-inner .connecting-line {
    top: 17%;
  }
}

#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs {
  background: none;
  border: none;
  position: relative;
  pointer-events: none;
  z-index: 50;
}

#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li {
  background: none;
  border: none;
  text-align: center;
  width: 20%;
}

#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li a {
  background: none;
  border: none;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li
  a
  span.round-tab {
  background: none;
  border: none;
  position: relative;
  z-index: 100;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li
  a
  span.round-tab
  i {
  background: none;
  border: none;
}

#PageContent
  .progressbar.contracts
  .progressbar-inner
  ul.nav.nav-tabs
  li
  a
  span.round-tab
  span {
  background: none;
  border: none;
  color: #fff;
  left: 15px;
  min-width: 35px;
  position: absolute;
  right: 0px;
  text-align: left;
  top: -9px;
  z-index: 110;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li
  a
  span.round-tab
  span {
  background: none;
  border: none;
  color: #fff;
  left: 0;
  min-width: 35px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: -5px;
  z-index: 110;
}

#PageContent
  .progressbar.induction
  .progressbar-inner
  ul.nav.nav-tabs
  li
  a
  span.round-tab
  span {
  background: none;
  border: none;
  color: #fff;
  left: 3px;
  right: inherit;
  min-width: 35px;
  position: absolute;
  text-align: center;
  top: -9px;
  z-index: 110;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li
  a
  span.round-tab
  p {
  background: none;
  border: none;
  margin-top: 5px;
  font-size: 0.75em;
  color: #888;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li.complete
  a
  span.round-tab
  i {
  color: #2e4680;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li.active
  a
  span.round-tab
  i {
  color: #3ba5fa;
}

#PageContent
  .progressbar
  .progressbar-inner
  ul.nav.nav-tabs
  li.disabled
  a
  span.round-tab
  i {
  color: #ddd;
}

#PageContent .progressbar.induction .progressbar-inner ul.nav.nav-tabs li {
  width: 12.5%;
}

#PageContent .progressbar.outduction .progressbar-inner ul.nav.nav-tabs li {
  width: 16.6%;
}

/* KxError */

#PageContent .alert {
  border-radius: 14px;
}

#PageContent input[type="text"].KxError,
#PageContent input[type="password"].KxError,
#PageContent textarea.KxError,
#PageContent select.KxError {
  background-color: #f6e9eb;
  border: 1px solid #a94442;
  color: #a94442;
}

#PageContent input[type="radio"].KxError,
#PageContent input[type="checkbox"].KxError,
#PageContent .KxError input[type="radio"] + label {
  color: #a94442;
}

#PageContent input[type="text"].KxError::-webkit-input-placeholder,
#PageContent input[type="password"].KxError::-webkit-input-placeholder,
#PageContent textarea.KxError::-webkit-input-placeholder,
#PageContent select.KxError::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cb8e8d;
}

#PageContent input[type="text"].KxError::-moz-placeholder,
#PageContent input[type="password"].KxError::-moz-placeholder,
#PageContent textarea.KxError::-moz-placeholder,
#PageContent select.KxError::-moz-placeholder {
  /* Firefox 19+ */
  color: #cb8e8d;
}

#PageContent input[type="text"].KxError:-ms-input-placeholder,
#PageContent input[type="password"].KxError:-ms-input-placeholder,
#PageContent textarea.KxError:-ms-input-placeholder,
#PageContent select.KxError:-ms-input-placeholder {
  /* IE 10+ */
  color: #cb8e8d;
}

#PageContent input[type="text"].KxError:-moz-placeholder,
#PageContent input[type="password"].KxError:-moz-placeholder,
#PageContent textarea.KxError:-moz-placeholder,
#PageContent select.KxError:-moz-placeholder {
  /* Firefox 18- */
  color: #cb8e8d;
}

#PageContent table.radioButton span[disabled="disabled"] input,
#PageContent table.radioButton span[disabled="disabled"] label {
  color: gray;
  cursor: not-allowed;
  text-decoration: line-through;
}

#PageContent .KxError input[type="checkbox"] + label {
  color: #a94442;
}

#PageContent .KxError input[type="checkbox"] + label a {
  color: #a94442;
}

/* Font awesome */
#PageContent .fas,
#PageContent .far {
  color: #00314f;
}

/* Login.aspx Login style 1 */
.Login #PageContent .loginbanner {
  display: block;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
}

.Login #PageContent .loginbanner img {
  margin: 0px auto 10px auto;
  padding: 0;
  width: 100%;
}

.Login #PageContent .jumbotron.preview {
  padding-top: 20px;
}

.Login #PageContent .jumbotron.preview p {
  line-height: 32px;
  margin: 0 0 0 -15px;
  padding: 0;
}

.Login #PageContent .jumbotron.preview .btn {
  margin: 0 -15px 0 0;
}

.Login #PageContent .container-fluid {
  background-color: #eef0f5;
}

@media screen and (max-width: 768px) {
  .Login #PageContent .jumbotron.preview p {
    line-height: unset;
  }
}

/* Login.aspx Login style 2 */
#PageContent.login2 .loginbanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #2e4680;
}
/* The image path is in the editor for this option */
#PageContent.login2 .loginbanner .container {
  padding-bottom: 200px;
  padding-top: 70px;
}

#PageContent.login2 .jumbotron-secondary {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  margin-top: 10px;
  padding-top: 15px;
}

#PageContent.login2 .jumbotron-secondary h2 {
  color: #fff;
}

#PageContent.login2 .jumbotron-secondary a {
  font-size: 0.9em;
}

#PageContent.login2 .jumbotron-secondary .btn {
  margin-top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #PageContent.login2 .jumbotron-secondary.login .form-group .btn {
    min-width: 67px;
  }
}

@media screen and (max-width: 992px) {
  #PageContent.login2 .jumbotron-secondary.login .form-group .btn {
    min-width: 110px;
  }
}

@media screen and (max-width: 768px) {
  #PageContent.login2 .jumbotron-secondary.login .form-group input[type="text"],
  #PageContent.login2
    .jumbotron-secondary.login
    .form-group
    input[type="password"] {
    width: 100%;
  }

  .scroll-x {
    overflow-x: scroll;
  }
}

/* Application confirm/Review submitted page */
#PageContent ul.prefSummary li i {
  color: #3ba5fa;
}

#PageContent h2 a {
  color: #3ba5fa;
  font-weight: normal;
  font-size: 0.6em;
  text-decoration: underline;
}

/* Application Profile */
.ApplicationProfile .AppProfilePic {
  max-width: 100%;
  height: auto;
}

/* Application Confirm/Review pages */
#PageContent h2 a {
  font-weight: normal;
  font-size: 0.6em;
  text-decoration: underline;
}

#PageContent .form-group.block label,
#PageContent .form-group.block label {
  display: block;
}

#PageContent ul.prefSummary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#PageContent ul.prefSummary li {
  padding: 5px 0;
  color: white;
}

#PageContent ul.prefSummary li i {
  padding-right: 20px;
}

/* Process rating */

#PageContent .processRating i {
  color: #fff;
  margin-top: 10px;
}

.pull-right {
  float: right !important;
}

.progressnum {
  margin-right: 112px;
  margin-top: -4px;
}

#PageContent .terms {
  overflow-y: scroll;
  max-height: 300px;
}

/* Inductions */
#PageContent.induction .welcome-image-box img {
  width: 30%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  background-color: white;
  padding: 20px;
}

@media (max-width: 560px) {
  #PageContent.induction .welcome-image-box img {
    width: 100%;
    margin-bottom: 20px;
  }

  #PageContent.induction .welcome-image-box {
    flex-flow: column;
  }
}

#PageContent.induction .welcome-image-box {
  display: flex;
  justify-content: space-between;
}

#PageContent.induction .jumbotron h1 {
  font-size: 27px;
}

#PageContent.induction .list-para p {
  margin-left: 1.8em;
}

#PageContent.induction .list-para h1 {
  display: list-item;
  margin-left: 1em;
}

#PageContent.induction h2 {
  font-size: 23px;
  color: black;
}

#PageContent.induction .flex-jumbotron-container {
  display: flex;
  justify-content: space-between;
}

#PageContent.induction .flex-jumbotron-container .jumbotron {
  display: inline-block;
  width: 48%;
}

@media (max-width: 560px) {
  #PageContent.induction .flex-jumbotron-container .jumbotron {
    width: 100%;
    margin-bottom: 20px;
  }

  #PageContent.induction .flex-jumbotron-container {
    flex-flow: column;
  }
}

#PageContent.induction .list-margin p {
  margin-left: 1em;
}


.tableright {
    text-align: right;
}

.offerviewpadding {
    padding: 30px;
}

.h1-pull-left {
    text-align: left !important;
    width: 70%;
    font-size: 2rem !important;
    padding-left: 30px !important;
}

.ind-indent {
    padding-left: 4%;
}

.handsvid {
    height: 75% !important;
    margin-bottom: 3.5%;
    margin-right: 3%;
}

.handsvidmessage {
    margin-right: 3%;
}

.handsvideo {
    width: 100%; 
    height: 250px;
}

.quizquestion {
    font-weight: bold;
}



.ui-datepicker-calendar .ui-widget-header {
    background: #A6A8A9;
}

.ui-datepicker-calendar .ui-widget-content {
    background: #E6E6E6;
}

    .ui-datepicker-calendar .ui-state-default,
    .ui-datepicker-calendar .ui-widget-content .ui-state-default,
    .ui-datepicker-calendar .ui-widget-header .ui-state-default {
        background: #c8bbae;
        text-align: center;
        color: #fff;
        border-color: #E6E6E6;
    }

.ui-datepicker-calendar .ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus {
    background: #f4c123;
    border-color: #A6A8A9;
}


.hide { 
    display: none !important; 

}

.indashide {
    display: none !important;
}
                 
.datepicker table td {
    color: black; 
    font-weight: bold;
    background-color: #fff;
}


.arrivalslotsCal {
    display: grid;
    justify-content: center;   
}

.arrivalDate {
    text-align: center;
}

/*Arrival Slots*/
#Kx .month.disabled {
    color: indianred;
    opacity: .5;
}
#Kx .disabled.day.disabled {
    color: indianred;
    opacity: .5;
}
#Kx .datepicker-inline{
    padding: 10px;
    border: solid 1px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}
#Kx #timeslots{
    display:none;
    vertical-align: middle;
}
#Kx #chosenSlot {
    margin-top: 20px;
}
#Kx .datepicker-title {
    color: #31708f;
}
#Kx .datepicker-inline {
    width: 100%;
}
#Kx .datepicker table {
    width: 100%;
}

.indslots {
    height: auto !important;
}


.ratinggood {float : left; padding-left: 5%;}
.ratingbad {padding-left: 25%;}

.fa-thumbs-up {
    color: #fff !important;
}

.fa-thumbs-down {
    color: #fff !important;
}


.accordion-section-induction {
	width: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 48%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
	height: -webkit-fill-available;
}

.accordion-body-induction {
	background-color: white;
	height: max-content;
	padding: 0px !important;
	color: black;
	font-size: 15px;
	word-wrap: break-word;
	/* IE */
}

.accordion-body-induction >ul >li >h3 {
	padding-top:10px;
    padding-bottom: 10px;

}

.accordion-item {
	border: none !important;
	border-radius: 20px !important;
}

.accordion-item-induction {
	border-radius: 20px;
	color: white;
}


.accordion-button-induction {
	display:flex;
	width: 100%;
	border-radius: 10px !important;
	background-color: #00314f !important;
	color: white;
	font-size: 1em;
	padding: 12px;
	border-style: none;
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.accordion-header-induction {
	border-radius: 10px;
}

.induction-chevron { 
    color: #fff !important;
    padding-right: 10px;
}

.ASBook {
    float: left;
}

.LOCcheckbox label {
    display: contents;
}

