html {
    font-size: 62.5%;
    line-height: 1.4em;
    font-family: sans-serif;
    font-size: 62.5%;
    line-height: 1.4em;
    font-family: sans-serif;
}

html:before {
    content: "";
    opacity: .8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #5c1a2e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
    z-index: -1;
}

body {
    /*@include font-size($default-font-size); */
    font-size: 160%;
    /*we are using a percentage in order to fix a Chrome bug that sometimes increase text size using rems */
    line-height: 1.4em;
    z-index: 2;   
}

.link-text {
   background: white;
}

h1 {
    font-size: 7.5rem;
    font: 'Open Sans', sans-serif;
    margin-bottom: 1%;
    margin-top: 1%;
    padding-top: 19px;
    text-align: center;
    font-weight: bold;
    color: #004466;
    background: none;
    border-radius: 0px;
    line-height: 7rem;
}

p  {
    color: white;
    font-size: 2.5rem;
    padding-top: 7%;
    clear: both;
    padding-left: 12%;
}

a {

   color: white;
 }


.header {
    height: 110px;
    width: 25%;
    margin-left: 2%;
    margin-top: 1%;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0px 0px 8px 1px black;
}

.header img {
    width: auto;
    height: Auto;
    text-align: center;
    padding: 5px 0px 0px 30px;
    border-radius: 0px;
    padding-right: 43px;
    padding-bottom: 10px;
    padding-top: 8px;
}

.page-text {
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    border-radius: 0px;
}

.flex-container p {
    background-color: white;
    padding: 10px;
    width: auto;
}

.flex-container p {
    background-color: none;
    padding: 10px;
    width: auto;
}

.page-text a {
    text-decoration: underline;
    color: white;
    font-weight: bold;
}

.page-title {
    font-size: 3.3rem;
    padding-bottom: 1px;
    margin-top: 15px;
    margin-right: 35%;
    margin-left: 35%;
    text-align: center;
    font-weight: bold;
    color: white;
    background: #004466;
    border-radius: 23px;
    line-height: 7rem;
    box-shadow: 0px 0px 8px 1px black;
}

.flex-container #commissions-menu-wrapper,
.allmeetings-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px 0px 0px 0px;
    background-color:none;
}

#commissions-menu-wrapper .commissions-menu {
    display: flex;
    flex: 0;
    flex-grow: auto;
    padding: 0px 2px 0px 0px;
    flex-flow: row wrap;
    min-width: 15%;
    max-width: 10%;
}

@media only screen and (max-width: 1000px) {
    #commissions-menu-wrapper .commissions-menu {
        min-width: 48%;
    }
}

@media only screen and (max-width: 600px) {
    #commissions-menu-wrapper .commissions-menu {
        min-width: 100%;
    }
}

#commissions-menu-wrapper .commissions-menu ul {
    padding: 0%;
}

#commissions-menu-wrapper .commissions-menu ul li {}


#commissions-menu-wrapper .commissions-menu a,
.allmeetings-wrapper a {
    color: white;
    border: 3px solid #004466;
    border-radius: 15px;
    background-color: #004466;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: bold;
    height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    margin: 10px 10px 0px 0px;
    height: auto;
    box-shadow: 0px 0px 8px 1px #000000
}

@media only screen and (min-width: 1000px) {

    #commissions-menu-wrapper .commissions-menu a,
    .allmeetings-wrapper a {
        font-size: 1.8rem;
    }
}

.allmeetings-wrapper a {
    width: 555px;
    background-color: #004466;
    border: 2px solid #004466;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    font-kerning: 2pt;
    color: #ffffff;
}

.allmeetings-wrapper a:hover {
    background-color: white;
    border-color: #004466;
    color: #004466;
}

#commissions-menu-wrapper .commissions-menu a:hover,
#commissions-menu-wrapper .commissions-menu a.active {
    background-color: white;
    border: 2px solid #004466;
    color: #004466;
    ;
}

.mcm img {
    width: 25px;
    vertical-align: middle;
}

.mcm a {
    text-decoration: none;
    color: #547281;
}

.mcm a:hover {
    text-decoration: underline;
}

.mcm.div-table {
    border-spacing: 0px;
    border: 0px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    padding: 10px 10px 0px 0px;
}

.mcm .sticky {
    position: fixed;
    z-index: 500;
}

.mcm .div-table-col {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 6px 8px;
    overflow: hidden;
    list-style: none;
    border: solid .5px #004466;
    background: white;
}
 
.mcm .div-table-col h1,
.mcm .div-table-col h2,
.mcm .div-table-col h3,
.mcm .div-table-col h4,
.mcm .div-table-col h5,
.mcm .div-table-col h6 {
    margin: 0;
}
 
.mcm.div-table .div-table-col.date,
.mcm.div-table .div-table-col.time,
.mcm.div-table .div-table-col.agenda,
.mcm.div-table .div-table-col.adahtmlagenda,
.mcm.div-table .div-table-col.packet,
.mcm.div-table .div-table-col.adahtmlpacket,
.mcm.div-table .div-table-col.minutes,
.mcm.div-table .div-table-col.multimedia {
    width: 7%;
}
 
.mcm .dark {
    background-color: #004466;
    color: #fff;
    border-color: #004466;
}
 
.mcm .med {
    color: #000;
    background: white;
    width: 20%;
}

@media only screen and (max-width: 675px) {

    .mcm.div-table {
        display: block;
    }

    .mcm tr,
    .mcm tbody {
        display: block;
        width: 100%;
    }

    .mcm.div-table .div-table-col {
        width: 100% !important;
        padding-left: 50%;
        position: relative;
        display: block;
    }

    .mcm.div-table .div-table-col.agenda,
    .mcm.div-table .div-table-col.adahtmlagenda,
    .mcm.div-table .div-table-col.packet,
    .mcm.div-table .div-table-col.adahtmlpacket,
    .mcm.div-table .div-table-col.minutes,
    .mcm.div-table .div-table-col.multimedia {
        text-align: center;
        height: 40px;
    }

    .mcm.div-table .div-table-col:before {
        position: absolute;
        left: 2%;
        top: 15%;
        border: none;
    }

    .mcm .div-table-col.end {
        margin-bottom: 25px;
    }

    .mcm .dark,
    .mcm thead {
        display: none;
    }

    .mcm .meeting:before {
        content: 'Meeting';
        width: 50%;
    }

    .mcm .venue:before {
        content: 'Venue';
    }

    .mcm .date:before {
        content: 'Date';
    }

    .mcm .time:before {
        content: 'Time';
    }

    .mcm .agenda:before {
        content: 'Agenda';
    }

    .mcm .htmlagenda:before {
        content: 'HTML Agenda'
    }
    .mcm .packet:before {
        content: 'Packet';
    }

    .mcm .htmlpacket:before {
        content: 'HTML Packet'
    }
    .mcm .minutes:before {
        content: 'Minutes';
    }

    .mcm .multimedia:before {
        content: 'Multimedia';
    }

}