﻿
#rz-ban-split-section {
    width: 100%;
    padding: 5px 10px 5px 10px;
    float: left;
    background: #407caa;
    color: #fff;
    border-radius: 8px;
    margin-top:20px;
}

#rz-uni-section {
    width: 100%;
    padding: 10px;
    float: left;
    background: #f3f3f3;
    border-radius: 8px;
}

#rz-uni-section-alt {
    width: 96%;
    padding: 20px;
    float: left;
    border-bottom: thin solid #ccc;
}

select {
    border: 1px solid #d3dbe2;
    padding: 3px;
    font-size: 10pt; /*color:#336699;*/
    outline: none;
}

a {
    cursor: pointer;
}

.rz-content-header-1 {
    font-family: sans-serif;
    margin-bottom: 15px;
}

.rz-uni-desc {
    font-size: 14px;
}

/*desktop css*/
.rz-event-card {
    background: #fff;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 1em;
    /*filter: drop-shadow(1px 3px 2px black);*/
    margin-top: 40px;
    box-shadow: 1px 2px 4px black;
    margin-bottom: 10px;
}

.rz-event-heading {
    font-size: 1.5em;
    line-height: 19px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a3a3a3;
}

.rz-event-company {
    color: #b3b3b3;
    font-size: 1em;
}

.rz-event-description {
    font-size: 1em;
    line-height: 19px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a3a3a3;
}

.rz-event-content {
    font-size: 1.2em;
    line-height: 19px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 14px;
}

.rz-no-events{
    padding:5px;
}

#rz-event-card-footer {
    width: 100%;
    text-align: left;
    height: 40px
}

.rz-event-logo {
    float: right;
    margin-top: -10px;
}

.inner {
    display: inline-block;
    height: 10px;
    margin-top: 10px;
}

.rz-event-datepicker {
    border-radius: 5px;
    padding: 2px 5px;
    width: 130px;
    /*filter: drop-shadow(1px 3px 2px black);*/
    box-shadow: 1px 2px 4px black;
    float: right;
    margin-top: 10px;
	display: flex;
    justify-content: space-between;
}

.event-button-register {
    background: #ebb622;
    color: #000;
    padding: 5px 30px;
    border: none;
    font-size: 1em;
    /*filter: drop-shadow(1px 3px 2px black);*/
    box-shadow: 1px 2px 4px black;
    margin: 10px 0px 20px 0px;
    border-radius: 15px;
}

.event-button-other {
    background: #fff;
    color: #000;
    padding: 5px 30px;
    border: none;
    font-size: 1em;
    /*filter: drop-shadow(1px 3px 2px black);*/
    box-shadow: 1px 2px 4px black;
    margin: 10px 0px 20px 20px;
    border-radius: 15px;
}

.event-button-view {
    background: #fff;
    color: #000;
    padding: 5px 30px;
    border: none;
    font-size: 1em;
    /*filter: drop-shadow(1px 3px 2px black);*/
    box-shadow: 1px 2px 4px black;
    margin: 10px 0px 20px 0px;
    border-radius: 15px;
}

.rz-featured-training {
    background: #ebebeb;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    filter: drop-shadow(1px 3px 2px black);
    margin-top: 40px;
}

.rz-training-heading {
    font-size: 1.5em;
    line-height: 19px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a3a3a3;
}

.rz-training-description {
    font-size: 1em;
    line-height: 19px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 14px;
}

#rz-training-card-footer {
    width: 100%;
    text-align: left;
    height: 45px
}

.rz-trainer-logo {
    float: right;
    margin-top: -10px;
}

.about-link {
    color: #87c458;
}

.rz-signup-link {
    color: #87c458;
    text-decoration: underline !important;
}

/*desktop css end*/
/*mobile css*/
.rz-mobile-event-title {
    padding-top: 20px;
}

.rz-mobile-event-intro {
    color: #000000;
    font-size: 1.125em;
    opacity: 0.8;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rz-mobile-ban-split-section {
    width: 100%;
    padding: 5px 10px 5px 10px;
    background: #407caa;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
}

.rz-mobile-event-card {
    background: #ebebeb;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    filter: drop-shadow(1px 3px 2px black);
    margin-top: 20px;
    margin-bottom: 10px;
}

.rz-mobile-event-heading {
    font-size: 1.063em;
    letter-spacing: 0.01em;
    line-height: 19px;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a3a3a3;
	justify-content:space-between;
}

.rz-mobile-event-content {
    font-size: 1em;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
}

.rz-mobile-event-company {
    color: black;
    font-size: 1em;
    opacity: 0.7;
	overflow-wrap: break-word;
}

#rz-mobile-event-card-footer {
    width: 100%;
    text-align: left;
    height: 35px;
	display:flex;
}

.rz-mobile-featured-training {
    background: #ebebeb;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    filter: drop-shadow(1px 3px 2px black);
    margin-top: 30px;
    margin-bottom: 20px;
}

.rz-mobile-training-heading {
    font-size: 1.063em;
    line-height: 19px;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a3a3a3;
    overflow: hidden
}

.event-mobile-button-register {
    background: #ebb622;
    color: #000;
    padding: 5px 20px;
    border: none;
    font-size: 1em;
    filter: drop-shadow(1px 3px 2px black);
    margin: 10px 0px 20px 0px;
    border-radius: 15px;
}

.event-mobile-button-other {
    background: #ebebeb;
    color: #000;
    padding: 5px 30px;
    border: none;
    font-size: 1em;
    filter: drop-shadow(1px 3px 2px black);
    margin: 10px 0px 20px 20px;
    border-radius: 15px;
}

.event-mobile-button-view {
    background: #ebebeb;
    color: #000;
    padding: 5px 30px;
    border: none;
    font-size: 1em;
    filter: drop-shadow(1px 3px 2px black);
    margin: 10px 0px 20px 0px;
    border-radius: 15px;
}

.mobile-nav-link {
    color: #87c458;
    text-decoration: underline !important;
    float: right;
	white-space: nowrap;
}
/*mobile css end*/

