* {
    margin: 0px;
    padding: 0px;
}

html {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFF9;
    overflow: hidden !important;
}

body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    overflow: scroll !important;
}

#content {
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: 100%;
}

#header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#logo {
    width: 100%;
    height: 200px;
}

#logo img {
    float: left;
    margin-left: 3%;
    margin-top: 5px;
    width: 40%;
    max-width: 355px;
}

#logo h1 {
    float: left;
    margin-left: 3%;
    font-size: 40px;
    padding-top: 120px;
    display: none;
}

#menu {
    width: 100%;
    height: 40px;
    background-color: #CE1719;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

#menu ul {
    position: relative;
    list-style: none;
    text-decoration: none;
}

#menu ul li {
    display: inline;
    position: relative;
    float: left;
    width: 20%;
    margin-left: 2%;
    height: 25px;
    padding-top: 6px;
    color: #FFFFFF;
    text-decoration: none;
}

#menu ul li span,
#menu ul li a {
    width: 150px;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

#menu ul li span a {
    text-decoration: none;
    color: #FFFFF9;
    padding-left: 25%;
    padding-right: 25%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
}

/* Hamburger Menu Toggle */

.menu-toggle {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.hamburger {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .menu-toggle {
        display: block;
		top: 10px; /* Adjust the top value */
		right: -15px; /* Adjust the right value */
    }

    #menu ul {
        display: none;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #f1f1f1;
        padding: 10px;
    }

    .dropdown-menu a {
        display: block;
        color: #000000;
        text-decoration: none;
        padding: 5px;
    }

    .menu-toggle.active .hamburger:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .menu-toggle.active .hamburger:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .hamburger:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .menu-toggle.active ~ .dropdown-menu {
        display: block;
    }
}

.selected {
    background: #FFFFF9;
    border: 1px solid #CE1719;
}

.selected {
    color: #CE1719 !important;
}

#information {
    width: 100%;
    position: absolute;
    margin-top: 240px;
}

.information-square {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #CE1719;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    height: auto;
    overflow: auto;
}

.inner-information-square {
    padding: 17px;
    overflow: auto;
}

.information-square h3 {
    width: 90%;
}

.information-square p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.information-content {
    padding-bottom: 15px;
}

.button {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ce171a;
    cursor: pointer;
    flex: 1;
    min-width: 150px;
}

.button:hover {
    background-color: #ce171ab9;
}

.button:active {
    background-color: #ce171a;
}

.button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #337ab7;
}

#originsandpolicy,
#financialstatement {
    font-size: 16px;
}

.red {
    color: #CE1719;
    margin: 0px;
    padding: 0px;
}

.boardmember,
.member {
    width: 19%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3%;
    position: relative;
    margin-right: 3%;
}

.title {
    font-weight: bold;
    font-size: 16px;
}

.name {
    font-size: 16px;
}

.employer {
    font-size: 16px;
}

#remun {
    position: relative;
    float: left;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    width: 100%;
}

.left-information-square {
    margin-left: 3%;
    width: 44%;
    overflow: auto;
    margin-right: 3%;
    float: left;
}

.left-information-square div {
    margin-top: 8px;
}

.right-information-square {
    width: 44%;
    margin-left: 3%;
    float: left;
    margin-right: 3%;
    overflow: auto;
    display: none;
}

#succesmessage {
    font-size: 20px;
    color: #000000;
    margin-top: 45px;
}

#failedmessage {
    font-size: 20px;
    color: #CE1719;
}

.row {
    width: 100%;
    position: relative;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    /* Custom styles for devices with screen width between 1025px and 1280px */
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Custom styles for tablets and iPads in portrait mode */
    .boardmember,
    .member {
        width: 44%;
        margin-left: 3%;
        position: relative;
        margin-right: 3%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Custom styles for tablets and iPads in landscape mode */
}

@media (min-width: 481px) and (max-width: 767px) {
    /* Custom styles for low-resolution tablets and mobiles in landscape mode */
    .boardmember,
    .member {
        width: 94%;
        margin-left: 3%;
        position: relative;
        margin-right: 3%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    /* Custom styles for most smartphones and mobiles in portrait mode */
}
