/* Import Lato font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  box-sizing: border-box;
}
html {
    position: relative;
}
/* Apply Lato font to desired elements */
body,
label,
input,
select,
textarea,
button {
    font-family: "Work Sans", sans-serif !important;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 4rem !important;
    min-height: 100%;
}
ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/* Body styles */
body {
    font-family: "Work Sans", sans-serif !important;
  margin: 0;
  padding: 0;
  position: unset;
}
.fHeading .fModuleTitle {
    text-align: center;
    margin-bottom: 20px;
}
.fHeading .fModuleTitle h3 {
    font-family: "Manrope", sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}
.fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
header .fModule,
footer .fModule {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
/* Header styles */
header {
  color: #fff;
  text-align: center;

}
.region-header.row {
    align-items: center;
}
/*header .wrap {display: none;}*/
header h1 {
  font-size: 44px;
  margin: 0;
}

/* Navigation styles */

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
nav ul li {
  margin: 0;
}

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 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}


/* Link styles */
a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

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

/* Input field styles */
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 form.fForm .date {
  border-radius: 0;
  transition: border-color 0.3s ease;
  max-width: 100%;
  height: 42px;
  padding: 0 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dbdbdb !important;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #92def5 ;
}

/* Button styles */
/* button,
input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #039ed2;
  background-color: #039ed2;
  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;
}
button, input[type="submit"] {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid rgb(31 150 201);
    background-color: rgb(31 150 201);
    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;
} */
a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a {
    padding: 13px 13px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #0070f2;
    -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;
    min-width: 200px;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* .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;
} */




.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
    align-items: stretch;
  }
  .iconset .fMenu > li {
    list-style: none;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    flex: 1 1 280px;
    margin: 0;
  }
  .iconset .fMenu > li > a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
  }
  .iconset img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
  }
  .iconset .fMenu ul {
    margin-top: 1rem;
    display: block;
    margin-left: 22px;
  }
  .iconset .fMenu ul li {
    margin: 0;
      margin-bottom: 0px;
    margin-bottom: 0.25rem;
    list-style: square;
  }
  .iconset .fMenu ul a {
    font-weight: 500;
    color: #000;
  }
  .iconset li {
    text-align: left;
  }







.no-title .page-title,
.no-header header,
.no-footer footer,
.com-social .page-title,
.no-title .fPageTitle,
.fPageTitle,
#nav-up {
    display: none !important;
}
.width-full .body .wrap {
    max-width: 100%;
}
.fForm label {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 0;
    font-weight: normal;
    text-align: left !important;
    color: #000;
}
/* .fForm input, .fForm select, .fForm textarea {
    padding: 0.5rem !important;
    border: 1px solid #eee !important;
    background: #eee;
} */
.fForm .buttons input {
    width: auto;
    min-width: 200px;
    margin-right: 1rem;
    min-height: 42px;
}
.fForm .buttons {
    padding-left: 0 !important;
    clear: both;
}
.fForm .buttons input, a.fButton, a.fButton2,
.path-points-history- .listing-header-item input[type="submit"] {
    margin: 0 auto;
    padding: 14px 13px !important;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background: #0070f2;
    position: relative;
    -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: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.fForm .buttons input {
    width: auto !important;
}
.fForm .buttons input, a.fButton,
.fForm input[type='submit'],
.path-points-history- .listing-header-item input[type="submit"] {
    background: #0070f2;
    border-radius: 3px;
    border: 2px solid #0070f2 !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover,
.fForm input[type='submit']:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: transparent;
    color: #0070f2;
}
.fForm fieldset {
    border-top: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
header {
    position: relative;
    z-index: 9999;
    background: #f5f6f7;
    margin-bottom: 30px
}
header .wrap {
    max-width: 100%;
    background: #fdb813;
    width: 100%;
    position: relative;
}
.main-menu a {
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: -0.2px;
    color: #000;
    position: relative;
}
.main-menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #03a4e5;
    transition: 0.6s all ease;
}
.main-menu a:hover {
    color: #03a4e5;
}
.main-menu a:hover:before {
    width: 100%;
}
.navbar-toggle-container {
    display: none;
}
.user-register-group-radio label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
}
.user-register-group-radio label input {
    width: auto !important;
}
.path-user-login- .form-item-type-password {
    display: block !important;
}
.com-social .page-title,
.page-title {
    display: none;
}
.com-social .body {
    text-align: center;
}
.com-social .body img {
    max-height: 200px;
    margin: 0 auto;
}
.com-social .body .wrap {
    text-align: left;
}
.user-list-contact .f-list-item-title a {
    color: #ff2600;
    font-size: 1.1rem;
    font-weight: bold;
}
.user-list-contact .f-list-item-teaser-content a {
    color: #000;
}
.f-list-item-container {
    background: #d92f7524 !important;
    height: 100% !important;
    padding: 1rem !important;
    border: 1px solid #d92f75 !important;
}
.f-list-item-subtitle,
.f-list-filter {
    display: none;
}
.navbar-toggle {
    border: 1px solid #fff;
    padding: 5px;
}
.navbar-toggle span {
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
    margin-bottom: 5px;
}
.navbar-toggle span:last-child {
    margin-bottom: 0;
}
/*#form-item-password, #form-item-password_repeat {
    display: none;*/
}
.path-user-login- #form-item-password, .path-user-login- #form-item-password_repeat {
    display: block;
}
.fForm .hint, .fForm .error {
    margin-left: 0 !important;
}
footer {
    background-color: #f5f6f7;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
footer p {
    margin: 0 !important;
}
.body {
    margin-bottom: 100px;
}
.com-social .body img {
    margin: 50px auto 0;
}
.f-content-node-title {
    font-weight: bold;
}
.f-content-node {
    margin-bottom: 8px;
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value {
    padding-left: 20px;
    position: relative;
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value:after {
    content: '';
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.user-list-contact .f-list-node-value#f-list-node-email:after {
    background-image: url(https://storage.unitedwebnetwork.com/files/1116/7a2175199ecfd99115ca1ca2d15a41ef.png);
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value#f-list-node-29058:after {
    background-image: url(https://img.icons8.com/ios-glyphs/30/phone--v1.png); 
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value#f-list-node-28631:after {
    background-image: url(https://storage.unitedwebnetwork.com/files/1116/5e7cd2b2a8176ff8a7bee1c4151d25f4.png); 
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value:last-child:after {
    background-image: url(https://img.icons8.com/material-rounded/24/user.png);
}
.com-financial #fContent {
    margin: 20px 0; 
}
.discount-code .form-item {
    display: flex;
    align-items: stretch;
    gap: 5px;
    flex-wrap: wrap;
}
.discount-code .form-item > * {
    flex: 0 0 auto;
}
.discount-code .form-item label {
    width: 100%;
}
.discount-code .form-item input[type='text'] {
    width: 80%;
}
.discount-code .form-item input[type='submit'] {
    width: 18%;
}
form .form-item input,
form .form-item select,
form .form-item textarea {
    width: 100% !important;
}
.f-list-fields {
    margin-top: 30px;
}
.f-list-fields .f-list-item-container {
    background: #0070f229 !important;
    height: 100% !important;
    padding: 0rem !important;
    border: 1px solid #0070f2 !important;
    width: 100%;
    margin-bottom: 10px;
}
.f-list-fields .f-list-item-container .f-list-item > div {
    flex: 0 0 auto;
    width: 100%;
}
.f-list-fields .f-list-item-container .f-list-item-sort-handle {
    display: none;
}
.f-list-fields .f-list-item-container .f-list-title a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    padding: 1rem;
}
.f-list-item.f-list-preview {
    padding: 0 1rem;
}
#form-item-field_id_34707 > label {
    display: none;
}
.fForm .form-item-option {
  margin: 0;
}
.checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important;
}
form .form-item .checkbox input {
    position: relative !important;
    margin-left: 0 !important;
    width: auto !important;
}
@media (max-width: 480px) {
    .body {
        padding: 0 15px;
    }
    .navbar-toggle-container {
        text-align: right;
    padding: 8px;
    }
    .main-menu a {
        font-size: 0.8rem;
    }
    nav ul li {
        margin: 0 !important;
    }
    .main-menu .fMenu {
        display: block;
    }
    .com-social .body img {
        max-height: 200px;
        margin: 50px auto 0;
    }
    .main-menu nav {
        position: fixed;
        top: 50px;
        right: -100%;
        background: #000;
        width: 300px;
        padding: 0;
        display: block !important;
        z-index: 9999;
        transition: 0.4s all ease;
    }
    .navbar-toggle:before {
        display: none;
    }
    .main-menu nav.show {
        right: 0;
    }
    .main-menu nav ul li {
        border-bottom: 2px dashed #fff;
    }
    .main-menu nav ul li:last-child {
        border-bottom: none;
    }
    .main-menu nav ul li,
    .main-menu nav ul li a {
        display: block;
    }
    .main-menu nav ul a {
        padding: 10px 20px;
        text-align: right;
    }
}