html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.bringbuzz-logo {
    max-height: 70px !important;
}

p {
    margin-bottom: 5px !important;
    line-height: 15px;
}

#logo {
    margin: 0px !important;
}

#organizationlogo {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
    height: 70px;
    width: 50%;
    display: inline-block;
}

.container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}

.main-layout {
    padding-top: 90px;
    min-height: calc(100vh - 100px) !important;
}

.proud-alumni-icon-1 {
    height: 400px;
    width: 100%;
    max-width: 400px;
    background-image: url('../images/alumni/alumni-1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.proud-alumni-icon-2 {
    height: 400px;
    width: 100%;
    max-width: 400px;
    background-image: url('../images/alumni/alumni-2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
}

.gm-control-active > img {
    box-sizing: content-box;
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .gm-control-active > img:nth-child(1) {
        display: block
    }

.gm-control-active:hover > img:nth-child(1), .gm-control-active:active > img:nth-child(1) {
    display: none
}

.gm-control-active:hover > img:nth-child(2), .gm-control-active:active > img:nth-child(3) {
    display: block
}

.gm-ui-hover-effect {
    opacity: .6
}

    .gm-ui-hover-effect:hover {
        opacity: 1
    }

.gm-style .gm-style-cc a, .gm-style .gm-style-cc button, .gm-style .gm-style-cc span, .gm-style .gm-style-mtc div {
    font-size: 10px;
    box-sizing: border-box
}

.dismissButton {
    background-color: #fff;
    border: 1px solid #dadce0;
    color: #1a73e8;
    border-radius: 4px;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    height: 36px;
    cursor: pointer;
    padding: 0 24px
}

    .dismissButton:hover {
        background-color: rgba(66,133,244,0.04);
        border: 1px solid #d2e3fc
    }

    .dismissButton:focus {
        background-color: rgba(66,133,244,0.12);
        border: 1px solid #d2e3fc;
        outline: 0
    }

        .dismissButton:focus:not(:focus-visible) {
            background-color: #fff;
            border: 1px solid #dadce0;
            outline: none
        }

    .dismissButton:focus-visible {
        background-color: rgba(66,133,244,0.12);
        border: 1px solid #d2e3fc;
        outline: 0
    }

    .dismissButton:hover:focus {
        background-color: rgba(66,133,244,0.16);
        border: 1px solid #d2e2fd
    }

        .dismissButton:hover:focus:not(:focus-visible) {
            background-color: rgba(66,133,244,0.04);
            border: 1px solid #d2e3fc
        }

    .dismissButton:hover:focus-visible {
        background-color: rgba(66,133,244,0.16);
        border: 1px solid #d2e2fd
    }

    .dismissButton:active {
        background-color: rgba(66,133,244,0.16);
        border: 1px solid #d2e2fd;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15)
    }

    .dismissButton:disabled {
        background-color: #fff;
        border: 1px solid #f1f3f4;
        color: #3c4043
    }

.gm-style-pbc {
    transition: opacity ease-in-out;
    background-color: rgba(0,0,0,0.45);
    text-align: center
}

.gm-style-pbt {
    font-size: 22px;
    color: white;
    font-family: Roboto,Arial,sans-serif;
    position: relative;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gm-style img {
    max-width: none;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

.login-section {
    background-color: #d2e2fd;
}

.login-button {
    margin-bottom: 10px;
}

.world-map {
    height: 400px;
    width: 100%;
    background-image: url('../images/alumni/world-map.png');
    background-size: auto 100%;
    background-position: center center;
    padding-top: 50px;
}

.alumni-workflow {
    margin-top: 20px;
    height: 280px;
    width: 100%;
    background-image: url('../images/alumni/alumni-workflow.png');
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .alumni-workflow {
        margin-top: 20px;
        height: 280px;
        width: 100%;
        background-image: url('../images/alumni/alumni-workflow-2.png');
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.css-verify-account {
    margin-top: 100px;
    padding: 20px;
}

    .css-verify-account strong {
        font-weight: bold !important;
        display: block;
        margin-bottom: 20px;
    }

    .css-verify-account b {
        font-weight: bold;
    }

.bringbuzz-latest-member-snap {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-size: 95% 95%;
    background-repeat: no-repeat;
    background-position: center center;
}

#divRecentEvents {
    padding-top: 20px;
}

.bringbuzz-recent-event {
    text-align: left;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    font-family: Rubik;
    border: solid 1px #f1f3f4;
}

    .bringbuzz-recent-event .event-status {
        text-transform: uppercase;
        color: #dadce0;
        margin-bottom: 5px;
    }

    .bringbuzz-recent-event .event-start-date {
        text-align: center;
        vertical-align: middle;
    }

        .bringbuzz-recent-event .event-start-date .fa {
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
            color: #dadce0;
        }
