/* Import Lato font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
* {
  box-sizing: border-box;
}
/* Apply Lato font to desired elements */
body,
label,
input,
select,
textarea,
button {
  font-family: 'Lato', sans-serif;
}


/* Body styles */
body {
  font-family: Lato, Arial, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/* Header styles */
header {
  color: #fff;
  text-align: center;
}
/*header .wrap {display: none;}*/
header h1 {
  font-size: 24px;
  margin: 0;
}

/* Navigation styles */
nav {
  color: #fff;
  padding: 10px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
}

/* Main content styles */
main {
  padding: 20px;
  background-color: #fff;
  margin: 20px;
}

/* Footer styles */
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.head-container {
  background-color: #2e5e60;
  color: #fff;
  padding: 20px;
  height: 100px;
  text-align: center;
  font-size: 14px;
}

/* Link styles */
a {
  color: #007bff;
  text-decoration: none;
}

/* Heading styles */
h1 {
  font-size: 24px;
}

/* Form container styles */
.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Form row styles */
.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

/* Label styles */
label {
  width: 260px;
  font-weight: bold;
}

/* Input field styles */
body form.fForm input[type="text"],
body form.fForm input[type="tel"],
body form.fForm input[type="email"],
body form.fForm input[type="password"],
body form.fForm textarea,
body form.fForm select {
  border-radius: 0;
  transition: border-color 0.3s ease;
  max-width: 100%;
  height: 35px;
  padding: 0 10px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover {
  border-bottom-color: #000;
}

/* Button styles */
button,
input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #2e5e60;
  background-color: #2e5e60;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

button:hover,
input[type="submit"]:hover {
  background-color: #0077b3;
  border-color: #0077b3;
}
/*header img {object-fit: contain;
    width: 100%;}*/
.page-title {
    position: relative;
    color: #000;
    background: rgb(31 150 201);

    background: linear-gradient(90deg, rgba(46,94,96,1) 0%, rgb(46 94 96) 87%);
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}
.page-title h1 {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin: 0;
}
button, input[type="submit"] {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid rgb(46 94 96);
    background-color: rgb(46 94 96);
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    transition: 0.6s all;
}
button:hover, input[type="submit"]:hover {
    background: transparent;
}
body form.fForm label,
body fieldset label {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    float: none;
    margin-right: 0;
    padding: 0.25rem 0px;
    font-weight: normal; 
}
body form.fForm .hint, 
body form.fForm .error,
body fieldset .hint,
body fieldset .error {
    font-size: 0.9rem;
    display: block;
    margin-left: 0 !important;
    margin-top: 0.25rem;
}
a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a {
    padding: 14px 40px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #2e5e60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-right: 10px;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fForm .buttons a {
    display: none;
}
.iconset .fMenu {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.iconset .fMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.iconset .fMenu li {
    padding: 1rem;
    flex: 0 0 24%;
    max-width: 24%;
}
.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
    height: 100%;
    background: rgb(31 150 201);
    background: linear-gradient(90deg, rgba(20,99,176,1) 34%, rgb(31 150 201) 87%);
    transition: .3s all ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px -4px rgb(0 0 0/30%);
    -moz-box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
    box-shadow: 0 0 15px -4px rgb(0 0 0/30%);
    position: relative;
}
.iconset .fMenu li a {
    box-shadow: none;
    transition: .6s all;
}
.iconset .fMenu li a:hover {
    -webkit-box-shadow: 0 0 29px -12px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 29px -12px rgba(0,0,0,.75);
    box-shadow: 0 0 29px -12px rgba(0,0,0,.75);
}
.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
header .wrap {
    max-width: 100%;
}
h3 {
    margin-bottom: 15px;
}
body form.fForm input[type="text"], body form.fForm input[type="email"], body form.fForm input[type="password"], body form.fForm textarea, body form.fForm select,
body input[type="text"], body input[type="email"], body input[type="password"], body textarea, body select {
    border-radius: 0;
    transition: border-color 0.3s ease;
    max-width: 100%;
    height: 35px;
    padding: 0 3px;
}
.fForm input, 
.fForm select, 
.fForm textarea,
.fForm .form-item .date,
fieldset input, 
fieldset select, 
fieldset textarea,
fieldset .form-item .date {
    width: 100%;
}
.fModule {
    padding: 2rem 15px;
}
.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    gap: 15px;
}
.fForm .form-item-type-checkbox .checkbox label, 
.fForm .form-item-type-radio .checkbox label, 
.fForm .form-item-type-boolean label,
fieldset .form-item-type-checkbox .checkbox label, 
fieldset .form-item-type-radio .checkbox label, 
fieldset .form-item-type-boolean label {
    width: auto;
}
form .f-fieldset-body,
fieldset .f-fieldset-body,
.fRegistrationForm .fForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .form-item,
fieldset .f-fieldset-body .form-item,
.fRegistrationForm .fForm .form-item {
    flex: 0 0 48%;
    max-width: 48%;
}
form .form-item-type-radio,
form .form-item-type-heading,
.fForm .buttons {
    flex: 0 0 97%;
    max-width: 100%;
}
.fRegistrationForm .fForm .form-heading {
    flex: 0 0 100%;
    max-width: 100%;
}
.fForm .buttons {
    padding-left: 0;
}
form .form-item-type-heading {
    border-bottom: none;
    padding: 10px;
    background: linear-gradient(90deg, rgba(46,94,96,1) 0%, rgb(46 94 96) 87%);

}
form .form-item-type-heading > div {
    color: #fff;
}
form .form-item-type-heading#field_id_17672 {
    background: transparent;
    margin: 0;
    padding: 0;
}
form .form-item-type-heading#field_id_17672 .form-heading-legend {
    display: none;
    color: #000;
}
#field_id_17677,
#field_id_17676 {
    background: transparent;
    border-bottom: 1px solid #7d7d7d;
}
form .form-item-type-heading#field_id_17677 .form-heading-legend,
form .form-item-type-heading#field_id_17676 .form-heading-legend,
form .form-item-type-heading#field_id_17672 .hint {
    color: #000;
}
#form-item-field_id_17675,
#form-item-field_id_17679 {
    display: none;
}
#logo {
    color: #000;
display: block;
font-weight: bold;
font-size: 2rem;
padding: 1rem;
}
header .fModule {
    padding: 0;
}
header .fModule h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
}
.user-register-group,
.fForm fieldset:nth-child(2),
#field_id_17794 #form-item-password,
#field_id_17794 #form-item-password_repeat,
form .form-item#form-item-field_id_17797 > label,
fieldset .form-item#form-item-field_id_17797 > label,
#field_id_17794 legend {
    display: none;
}
.fForm fieldset,
fieldset {
    border: 1px solid #7d7d7d;
    padding: 15px;
    margin-bottom: 20px;
}
.fForm fieldset legend,
fieldset legend {
    font-weight: bold;
    padding: 0;
    border: 1px solid #7d7d7d;
    padding: 5px;
}
form .form-item#form-item-field_id_17681,
form .form-item#form-item-field_id_17674,
form .form-item#form-item-field_id_17678,
form .form-item#form-item-field_id_17675,
form .form-item#form-item-field_id_17679,
form .form-item#form-item-field_id_17797,
fieldset .form-item#form-item-field_id_17681,
fieldset .form-item#form-item-field_id_17674,
fieldset .form-item#form-item-field_id_17678,
fieldset .form-item#form-item-field_id_17675,
fieldset .form-item#form-item-field_id_17679,
fieldset .form-item#form-item-field_id_17797 {
    flex: 0 0 100%;
    max-width: 100%;
}
fieldset#field_id_17672,
fieldset#field_id_17794 {
    border: none;
}
fieldset#field_id_17794 {
    margin: 0;
}
.fForm fieldset#field_id_17672 legend,
fieldset#field_id_17672 legend {
    border: none;
    padding: 0;
}
.contentwrap {
    padding: 10px 0;
}
.contentwrap table {
    width: 100%;
    table-layout: fixed;
}
.contentwrap table thead {
    background: #2e5e60;
}
.contentwrap table thead th {
    border: 1px solid #f5f5f5;
    padding: 10px;
    color: #fff;
}
.contentwrap table td {
    border: 1px solid #7d7d7d;
    padding: 10px;
}
.wrap {
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
}
.body {
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
}
.fForm {
    display: flex;
  /*  flex-direction: column;*/
}
.fForm fieldset {
    order: 1;
}
.path-registration- .fForm fieldset {
  flex: 0 0 100%;
  max-width: 100%;
}
.fForm .contentwrap {
    order: 2;
}
.fForm .buttons {
    order: 3;
}
.fForm input, .fForm select, .fForm textarea,
fieldset input, fieldset select, fieldset textarea {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0.25rem 0px;
    border: 1px solid #ccc;
}
#form-item-field_id_17797 input {
    width: auto;
    margin-right: 10px;
}
.has-user .body {
    display: flex;
    flex-direction: column;
}
.has-user .body fieldset {
    order: 1;
}
.has-user .body .wrap {
    order: 2;
}
/*header {
    background: linear-gradient(90deg, rgba(46,94,96,1) 0%, rgb(46 94 96) 87%);
    border-bottom: 1px solid #fff;
}*/
header .fModule#fModule-42487 {
    text-align: center;
}
header img {
    max-height: 
}
.iti {
  display: block !important;
}
.fForm .form-item#form-item-field_id_17656,
.fForm .form-item#form-item-field_id_17662 {
  overflow: visible;
}
@media (max-width: 480px) {
    form .form-item,
    form .form-item-type-radio, 
    form .form-item-type-heading, .fForm .buttons {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .body {
        padding-right: 15px;
        padding-left: 15px;
    }
}