/*End Generated Styles*//* WebdeColors */
#navigation {
    background: #55b3df;
}
#navigation ul.nav .active>a {
    background: #75c5ea!important;
    color: #ffffff;
}
#navigation ul.nav .active>:hover {
    background: #75c5ea!important;
    cursor: default;
}
#navigation .nav li a:hover {
    background: #389dcd!important;  
}

/* WebdeHeadings */
h1 {
  text-align: center;
}
h2 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #6d6e70;
    font-style: italic;
}
h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  margin: 20px 0 10px;
  color: #000;
}
h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #f3783f;
}
h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #f3783f;
}
h3 img {
    margin-right: 10px;
}

/* WebdeCustomization */
#content p {
    font-size: 17px;
    margin: 0 0 15px 0;
}
.page_title,
#navigation,
#footer .webdexpress_navigation {
    display: none!important;
}
#wrap {
    position: relative;
    top: 95px;
}
.webdexpress_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.webdexpress_header.logo-left-aligned img {
    max-width: 250px;
}
#account-access {
    display: inline-block;
    width: 320px;
    text-align: right;
}
#account-access a {
    padding: 20px 25px;
    border-radius: 5px;
    border: 2px solid #6d6e70;
    color: #6d6e70;
    background: #fff;
    font-size: 18px;
}
#account-access a:hover {
    text-decoration: none;
}
#account-access .btn {
    background: #f3783f;
    border: 2px solid #f3783f;
    color: #fff;
    margin: 0 0 0 10px;
    
}
#account-access .btn:hover {
    background: rgb(236, 143, 57);
    color: #fff;
}
#footer a {
    color: #686868;
}
#footer a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 16px;
    }
    #wrap {
        top: 65px;
    }
    .webdexpress_header.logo-left-aligned {
        padding: 0 10px;
    }
    .webdexpress_header.logo-left-aligned img {
        max-width: 130px;
    }
    #account-access a {
        font-size: 15px;
        padding: 20px 15px;
    }
    #account-access .btn {
        margin: 0 0 0 5px;
    }
}
