/* event specific styles can go here as needed (loads last after theme file) */
#login-background {
    height: 100vh;
    background: url('/includes/images/reg-background.jpg') no-repeat right center;
    background-size: auto 100%;
    background-attachment: fixed;
}

a {
    color: #f05523;
}

#page-login h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #f05523;
}

#login-typog, #home-typog {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: 0.3em;
    max-width: 50%;
    margin: 35vh auto 0;
}

#home-typog {
    max-width: 100%;
    margin: 20vh auto 0;
}

body {
    background: url('/includes/images/global-bg.jpg?v=2') no-repeat center center;
    background-size: cover;
    color: #000;
}

#home-graphic {
    max-width: 90%;
    margin: 17vh auto 0;
    position: relative;
}
#block-description p {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}

#block-date p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #7A7A7A;
}

#block-date h2 {
    font-weight: normal;
    font-size: 40px;
    color: #F05523;
}

.nav-tile {
    width: 150px;
    min-height: 182px;
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #1C427A;
    border-radius: 4px;
    text-decoration: none!important;
    transition: .2s all;
    float: left;
    margin-right: 20px;
}

.nav-tile i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: rgba(99,93,255,.2);
    color: #635DFF;
    font-size: 14px;
}

.nav-tile span {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.nav-tile:hover {
    background: #1C427A;
}

.nav-tile:hover span, .nav-tile:hover i {
    color: #fff;
}


#powered-by {
    max-width: 150px;
}

a.primary-nav-link.header-btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 7px 10px 7px 15px;
    width: auto;
    height: auto;
    line-height: 100%;
    margin-left: 5px;
    text-align: center;
    background: #fff;
	color: #000;
}

.header-btn i {
    text-align: center;
}

.header-btn span.count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 7, 82, 0.1);
    font-size: 11px;
    color: #FF0752;
    text-align: center;
    line-height: 15px;
    margin-left: 5px;
    padding-left: 5px;
}


.list-divider-time {
    background: #fff!important;
    color: #000!important;
}

#virtual-content-column {
    margin-top: 10px;
}