.mc-main, .mc-list {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #333
}

.mc-main .my-calendar-date-switcher, .mc-main .calendar-event .details, .mc-main .calendar-events {
    background: #edf7ff
}

.mc-main .my-calendar-date-switcher {
    padding: 4px;
    margin: 0 0 10px
}

.mc-main .my-calendar-date-switcher input, .mc-main .my-calendar-date-switcher label, .mc-main .my-calendar-date-switcher select {
    margin: 0;
    padding: 0
}

.mc-main .my-calendar-date-switcher .button {
    font-size: .9em
}

/* nchen - copied from twentyfifteen.css */
.mc-main .maybe-hide {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.mc-main label
{
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

.mc-main .my-calendar-date-switcher select {
    padding: 0;
    width: auto;
    margin: 0;
}

.mc-main .my-calendar-date-switcher input[type="submit"] {
    min-width: 2em;
    font-size: 1em;
}

/* end copy */

.mc-main .calendar-event .details, .mc-main .calendar-events {
    color: #000
}

.mc-main .nextmonth, .mc-main .nextmonth .weekend {
    color: #777
}

.mc-main .mc-list .mc-events {
    padding: 1px 4px
}

.mc-main .mc-list .odd {
    background: #efecec
}

.mc-main .list-event .details {
    background: #f6f6f6;
    margin: 10px;
    box-shadow: 0 0 5px #aaa;
    border-radius: 5px;
    padding: 10px
}

.mc-main .mc-list .odd .details {
    background: #fff
}

.mc-main .current-day {
    background: #ffb
}

.mc-main .current-day .mc-date {
    color: #000;
    background: #ffd
}

.mc-main .mc-date, .mc-main.mini td {
    background: #f6f6f6
}

.mc-main .weekend .mc-date {
    background: #f0f1f5;
    color: #000
}

.mc-main .details .mc-event-date {
    font-weight: 700;
    font-size: 1.3em;
}

.mc-main .details .time-block p {
    padding: 0;
    margin: 0;
}

.mc-main .my-calendar-nav li a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: .9em;
    background: #6db3f2; /* Old browsers */
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
    background: linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.mc-main .my-calendar-nav li a:hover {
    color: #fff;
    text-decoration: underline
}

.upcoming-events .past-event {
    color: #777
}

.upcoming-events .today {
    color: #111
}

.upcoming-events .future-event {
    color: #555
}

.mc-main caption, .mc-main .my-calendar-month, .mc-main .my-calendar-week, .mc-main .mc-single {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    margin: 2px 0;
    font-weight: 700;
    padding: 4px 0;
    border: 1px solid #eee;
    text-align: center;
}

.mc-main .mc-single {
    font-size: 1.1em !important;
    text-align: left;
    padding: 4px
}

.mc-main table, .mc-main.calendar {
    width: 100%;
    line-height: 1.2;
    border-collapse: collapse
}

.mc-main td {
    vertical-align: top;
    text-align: left;
    width: 13%;
    height: 70px;
    padding: 2px !important;
}

.mini td {
    height: auto !important
}

.mc-main th abbr {
    border-bottom: none
}

.mc-main td h3, .mc-main td h3 a {
    display: block;
    border-radius: 2px;
    font-size: 10px !important;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 1px 0 !important;
    padding: 1px 1px;
    clear: none;
    line-height: 1;
    text-transform: none;
    letter-spacing: 100%;
}

.mc-main td h3 a {
    text-decoration: none
}

.mc-main td h3 a:hover, .mc-main td h3 a:focus {
    text-decoration: underline
}

.mc-main.mini td h3 {
    font-weight: 700
}

.mc-main td h3 img {
    vertical-align: middle;
    margin: 0 2px 0 0 !important
}

.mc-main .list-event h3 {
    margin: 0
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 85%;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 2px #444;
    -webkit-box-shadow: 2px 2px 2px #444;
    box-shadow: 2px 2px 2px #444;
    padding: 24px;
    z-index: 3;
}

.mc-main .calendar-events {
    padding: 10px;
    width: 100%;
    left: -10px
}

.mc-main .calendar-events .details {
    width: 100%;
    padding: 0px !important
}

.mc-main .details .close {
    position: absolute;
    width: 16px !important;
    padding: 2px 2px 7px 7px;
    right: 1px;
    top: 1px
}

.mc-main .details .close img {
    box-shadow: none
}

.mc-main.mini .details .close {
    position: absolute;
    top: 8px;
    right: 8px
}

.mc-main .mc-list {
    margin: 0;
    padding: 0
}

.mc-main .mc-list li {
    list-style-type: none;
    list-style-image: none;
    background-image: none
}

.mc-main .mc-date {
    display: block;
    margin: -2px -2px 2px;
    padding: 2px 4px
}

.mc-main th {
    font-size: .8em;
    text-transform: uppercase;
    padding: 1px 0 !important;
    text-align: center;
    letter-spacing: 1px;
    color: #666 !important;
}

.mc-main .category-key {
    padding: 5px;
    margin: 5px 0
}

.mc-main .category-key ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
}

.mc-main.mini .category-key ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

.mc-main .category-key li {
    margin: 2px 0;
    font-size: .8em
}

.mc-main .category-key span {
    margin-right: 3px;
    vertical-align: middle
}

.mc-main .category-key .no-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 2px
}

.mc-list li {
    text-indent: 0;
    margin: 0;
    padding: 0
}

.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    display: block;
    margin-bottom: 10px
}

.mc-main p {
    line-height: 1.5;
    margin: 0 0 .8em;
    padding: 0
}

.mc-main {
    position: relative
}

.mc-main img {
    border: none
}

.category-color-sample img {
    vertical-align: top;
    padding: 2px;
    border-radius: 3px
}

.mc-main.calendar .my-calendar-nav, .mc-main.list .my-calendar-nav {
    float: right;
    padding: 3px
}

.mc-main .my-calendar-nav ul {
    height: 2em;
    list-style-type: none;
    list-style-image: none;
    margin: 0 auto;
    padding: 0;
}

.mini .my-calendar-nav ul {
    height: 2em !important
}

.mc-main .my-calendar-nav li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    background-image: none;
    margin: 0 1px;
    padding: 0;
}

.mc-main .my-calendar-nav li:before {
    content: ''
}

.mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 1px 5px
}

.mini .my-calendar-nav li a {
    font-size: 9px
}

.mc-main .my-calendar-next {
    text-align: right
}

.mc-main .my-calendar-next a {
    border-radius: 0 18px 18px 0
}

.mc-main .my-calendar-prev a {
    border-radius: 18px 0 0 18px
}

/* nchen - copied from twentyfifteen.css
.mc-main .my-calendar-nav li {
    margin: 0 1px;
    padding: 0;
    list-style-type: none !important;
    list-style-image: none;
}

.mc-main .my-calendar-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.mc-main .my-calendar-next {
    position: absolute;
    right: 0;
    top: 0;
}

.mc-main .my-calendar-next {
    text-align: right;
}
/* end copy */
/* nchen - copied from twentyfifteen.css*/
.my-calendar-header > div, .mc_bottomnav > div {
    margin: 5px;
    display: inline-block;
}

.mc-main .my-calendar-header a, .mc-main .mc_bottomnav a {
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    padding: 4px 6px;
    font-size: .9em;
    background: linear-gradient(to top, rgba(230, 230, 230, .95) 0%, rgba(250, 250, 250, .95) 70%);
}

.mc-main .my-calendar-header a:hover, .mc-main .mc_bottomnav a:hover, .mc-main .my-calendar-header a:focus, .mc-main .mc_bottomnav a:focus {
    color: #fff;
    text-decoration: underline;
    background: linear-gradient(to bottom, rgba(125, 125, 125, .95) 0%, rgba( 90, 90, 90, .95) 70%);
}

.my-calendar-header > div:nth-of-type(1), .mc_bottomnav > div:nth-of-type(1) {
    margin-left: 0;
}
.my-calendar-header > div, .mc_bottomnav > div {
    margin: 5px;
    display: inline-block;
}

/* Navigation */
.my-calendar-nav ul, .mc-main .category-key ul, .mc-main .mc-export ul, .mc-main .mc-list {
    margin: 0 !important;
    padding: 0 !important;
}

.my-calendar-nav ul li, .mc-main .category-key ul li, .mc-main .mc-export ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 0 6px;
}

.my-calendar-nav .my-calendar-prev a {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #bbb;   
}

.my-calendar-nav .my-calendar-next a {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #fff;    
}

.my-calendar-prev a:before {
    content: '\25C0 ';
}

.my-calendar-next a:after {
    content: ' \25b6';
}

/* end copy */

.mc-main.mini .my-calendar-date-switcher label {
    display: block;
    float: left;
    width: 6em
}

.mc-main.mini .my-calendar-date-switcher {
    padding: 4px
}

.mc-main.mini td .category-icon {
    display: none
}

.mc-main.mini .mc-date {
    padding: 6px 2px !important
}

.mc-main.mini h3 {
    font-size: 1.1em
}

.mc-main.mini .day-with-date span, .mc-main.mini .day-with-date a, .mc-main.mini .current-day span, .mc-main.mini .current-day a {
    font-family: Arial, sans-serif;
    font-size: .9em;
    padding: 1px;
    text-align: center;
}

.mc-main .mini-event .details span, .mc-main .mini-event .details a {
    text-align: left
}

.mc-main .mini-event .sub-details {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0;
    margin-bottom: 5px
}

.mc-main .mini-event .details img {
    width: 100%
}

.mc-main .list-event .details img {
    width: auto;
    max-width: 100%;
}

.mc-main.mini .day-with-date a {
    display: block;
    /*margin: -2px;*/
    padding: 2px;
    font-weight: 700;
    text-decoration: underline
}

.mc-main .nextmonth {
    background: #f6f6f6;
    color: #888;
    opacity: .7
}

.mc-main .nextmonth .mc-date {
    background: #eee
}

.mc-main .vcard, #mc_event .vcard {
    float: right;
    width: 33%;
    margin-left: 12px
}

.mc-main .vcard:after {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 5px
}

#mc-day {
    margin: 5px 0;
    padding: 5px;
    clear: right
}

.screenreader {
    position: absolute;
    left: -999em
}

/* 02/06/2019 scw customization */
/*       close button on event popup from calendar on homepage (dashicon) was hidden, couldn't see it, this fixed it */
.mc-main.mini .details span.dashicons {
  font-family: dashicons !important;
  text-decoration: none;
}
.mc-main .details .close span.dashicons {
  color: black;
}
.mc-main .details .close {
  opacity: 0.8;
  top: 0px;
  right: 6px;
}
.mc-main.mini .day-with-date p a {
	display: inherit;
	margin-left: 6%;
	/*margin-top: -5px;*/
    font-weight: normal;
}
.mc-main.mini .day-with-date p a.font-weight-normal {
    font-weight: normal;
	margin-left: 6%;
	/*margin-top: -5px;*/
}
.mc-main.mini .day-with-date p a, .mc-main.mini .day-with-date p a:visited { 
  color: royalblue;
}
.mc-main.mini .day-with-date p br {
	display:none;
}

.mc-main.mini h3.event-title {
    width: 94%;
}
.mc-main.mini div.mini-event {
    margin-top: 1.3em;
    /*border-bottom: 1px solid #cccccc;*/
}
.mc-main.mini div.time-block {
	margin-top: -6px;
	margin-left: 6%;
}
.mc-main.mini td h3, .mc-main.list li h3 {
    font-size: 1em !important;
    line-height: 1.3em;
    border-bottom: 1px solid #C7D6E1;
    border-top: 4px solid #85a3bf;
    padding-top: 6px;
    padding-bottom: 6px;
	background-color: inherit !important;
}
.mc-main .longdesc p {
    line-height: 1.8em;
}
.canceled_event {
	color: red;
	font-weight:bold;
}
.mc-main .canceled_event {
	color: #C70000 !important;
}
.mc-main .mc_general .event-title a {
	/*background-color: #BBD0DD !important; scw 3-14-2019 this is now set under "Manage Categories" */
    padding: 2px 5px;
    line-height: 1.3em;
}
.mc-main.month .mc_general h3.event-title {
	background-color: inherit;
}
.mc-main.month .mc_general h2.event-title {
    background-color: inherit;
    border-top: 4px solid #85a3bf;
    border-bottom: 1px solid #85a3bf;
    line-height: 2em;
    margin-bottom: 6px;
	padding: 5px;
}
.mc-main.month .mc_general .details div.longdesc {
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.mc-main.mini .mc_general .details div.longdesc {
    border-bottom: 0px;
    margin-bottom: auto;
}
.mc-main.mini .sharing .mc_details {
	margin-top: -5px;
}
/* end customization */
