/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h20 { height: 20px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Dash styles */
.dash-h1 { height: 1px; }

/* Text colors and styles */
.text-teal { color: #00AB9C; }
.title-black-bold {
    color: #000;
    font-weight: bold;
}
.font-size-14 { font-size: 14px; }

/* Layout utilities */
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.container-mw-800 { max-width: 800px; }
.container-mw-802 { max-width: 802px; }
.img-mw-780 { max-width: 780px; }
.img-mw-782 { max-width: 782px; }

/* Event/Customer care section styles */
.event-title {
    margin-bottom: 0;
    color: #fff;
    display: table;
    padding: 2px 15px;
    font-size: 16px;
    border-radius: 30px;
    float: left;
}

.event-title-right {
    margin-bottom: 0;
    color: #fff;
    display: table;
    padding: 2px 15px;
    font-size: 16px;
    border-radius: 30px;
    float: right;
}

.wide-padding {
    padding: 5px 15px;
}

.sdgs-logo {
    max-width: 30px;
    float: right;
}

.sdgs-logo-left {
    max-width: 30px;
    float: left;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}