@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container.full {
    padding: 0;
}

.container:after,
.row:after,
.col:after,
.clr:after,
[class^="space_"]:after {
    content: "";
    display: table;
    clear: both;
}

[class^="col"] {
    display: block;
    float: left;
    width: 100%;
}


.col05 {
    width: 2%;
}

.col1 {
    width: 4%;
}

.col2 {
    width: 8%;
}

.col3 {
    width: 12%;
}

.col4 {
    width: 16%;
}

.col5 {
    width: 20%;
}

.col6 {
    width: 24%;
}

.col7 {
    width: 28%;
}

.col8 {
    width: 32%;
}

.col9 {
    width: 36%;
}

.col10 {
    width: 40%;
}

.col11 {
    width: 44%;
}

.col12 {
    width: 48%;
}

.col13 {
    width: 52%;
}

.col14 {
    width: 56%;
}

.col15 {
    width: 60%;
}

.col16 {
    width: 64%;
}

.col17 {
    width: 68%;
}

.col18 {
    width: 72%;
}

.col19 {
    width: 76%;
}

.col20 {
    width: 80%;
}

.col21 {
    width: 84%;
}

.col22 {
    width: 88%;
}

.col23 {
    width: 92%;
}

.col24 {
    width: 96%;
}

.col25 {
    width: 100%;
}

[class^="space_"] {
    width: 100%;
    clear: both;
    float: none;
    display: block;
}

.space_xxs {
    height: 3px;
}

.space_xs {
    height: 6px;
}

.space_s {
    height: 9px;
}

.space_m {
    height: 15px;
}

.space_l {
    height: 18px;
}

.space_xl {
    height: 24px;
}

.space_xxl {
    height: 36px;
}


#uq_logo {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4%;
    width: 25%;
}