|
|
|
@ -1,14 +1,10 @@
|
|
|
|
|
// Links disabled
|
|
|
|
|
|
|
|
|
|
.disabled {
|
|
|
|
|
color: black;
|
|
|
|
|
color: black;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Board of Directors
|
|
|
|
|
|
|
|
|
|
.boardofdirectors {
|
|
|
|
|
article {
|
|
|
|
|
h3 {
|
|
|
|
@ -18,18 +14,19 @@ color: black;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.post__article {
|
|
|
|
|
&:nth-child(even), &.bg {
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Governance
|
|
|
|
|
|
|
|
|
|
.governance {
|
|
|
|
|
.row {
|
|
|
|
|
--bs-gutter-x: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Members
|
|
|
|
|
|
|
|
|
|
.members {
|
|
|
|
|
.membership-level {
|
|
|
|
|
border-top: 1px solid#1b1c1f;
|
|
|
|
@ -41,7 +38,7 @@ color: black;
|
|
|
|
|
align-items: center;
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color:black;
|
|
|
|
|
color: black;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
img {
|
|
|
|
@ -50,8 +47,9 @@ color: black;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Events
|
|
|
|
|
#membersingle {
|
|
|
|
|
padding-top: 3.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.events {
|
|
|
|
|
.post__article:not(:last-child) {
|
|
|
|
@ -59,7 +57,6 @@ color: black;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Join
|
|
|
|
|
.join {
|
|
|
|
|
.membership-data {
|
|
|
|
|
table {
|
|
|
|
@ -143,24 +140,12 @@ color: black;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Board of Directors
|
|
|
|
|
main.boardofdirectors {
|
|
|
|
|
.post__article {
|
|
|
|
|
&:nth-child(even),
|
|
|
|
|
&.bg {
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Steering comittee
|
|
|
|
|
section#steeringcomittee {
|
|
|
|
|
#person {
|
|
|
|
|
#person-header {
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
#personmember
|
|
|
|
|
img {
|
|
|
|
|
#personmember img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
@ -168,16 +153,14 @@ section#steeringcomittee {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.post__article {
|
|
|
|
|
&:nth-child(even),
|
|
|
|
|
&.bg {
|
|
|
|
|
&:nth-child(even), &.bg {
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// hubproviders
|
|
|
|
|
|
|
|
|
|
#hubproviders {
|
|
|
|
|
padding-top: 3.75rem;
|
|
|
|
|
#hubprovider {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
@ -196,7 +179,7 @@ section#steeringcomittee {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.details {
|
|
|
|
|
.details {
|
|
|
|
|
ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding-left: 0;
|
|
|
|
@ -226,7 +209,11 @@ section#steeringcomittee {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#specifications {
|
|
|
|
|
padding-top: 3.75rem;
|
|
|
|
|
}
|
|
|
|
|
#specifications-single {
|
|
|
|
|
padding-top: 6.500rem;
|
|
|
|
|
}
|
|
|
|
|