table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #acb9d9; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #fff; }
  table tfoot {
    background: whitesmoke; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table.calendar tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f2f4f9; }
/*  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }*/

.catlabel {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  margin-top: .5em;
  padding: 0.35rem 0.5rem 0.375rem;
  font-size: 0.7875rem;
  background-color: #F6A800;
  color: white; }
  .catlabel.radius {
    border-radius: 3px;
    width: 100%; }
  .catlabel.round {
    border-radius: 1000px; }
  .catlabel.quarterly-events {
    background-color: #f04124;
    color: white;
    margin-bottom: .3em; }
  .catlabel.events {
    background-color: #43ac6a;
    color: white;
    margin-bottom: .3em }
  .catlabel.training-and-professional-development {
    background-color: #008cba;
    color: #ffffff;
    margin-bottom: .3em }
  .catlabel.mentoring-program {
    background-color: purple;
    color: #ffffff;
    margin-bottom: .3em }
  .catlabel.conferences {
    background-color: #F6A800;
    color: #ffffff;
    margin-bottom: .3em }
      .catlabel.workshops {
    background-color: fuchsia;
    color: #ffffff;
    margin-bottom: .3em }
    .catlabel.ebm {
    background-color: #0d6df9;
    color: #ffffff;
    margin-bottom: .3em }
  

.post-title {
/*	font-size: 18px;*/
/*	margin-bottom: 0em;
	line-height: 20px;	*/	
	color: #062f82;
/*	border-bottom: 1px solid orange;
	display: block;*/
}

.post-title h3 {
/*	font-size: 18px;*/
	margin-bottom: 0em;
	line-height: 20px;		
	color: #062f82;
/*	border-bottom: 1px solid orange;
	display: block;*/
}



.post-title a:link, a:visited{
	color: #062f82;

}

.post-title a:visited{
	color: #062f82;

}

.post-title a:hover {
	color: #F6A800;

}



/*.eventbox  {
margin-top: 0em;
/*border-top-style: dashed;
border-top-color: orange;
border-top-width: 1px;*!/
border-bottom-style: dashed;
border-bottom-color: #062f82;

border-bottom-width: 1px;
margin-bottom: 0em;
}

/*.eventbox read-more{
margin-top: 5px;
}*!/

.eventbox p {
	background-color: white;
	margin-top: 0em;
}

.eventbox h6 {
	background-color: white;
	margin-top: 0em;
}*/

/*.read-more {
margin-top: 5px;
}*/

.calendar-nav {
/*    margin:  0em;*/
/*    padding: .8em 0;*/
/*    overflow: hidden;*/
	font-size: .95em;
}

.calendar-nav a{
	color: navy;
}

.calendar-nav a:hover{
	color: orange;
}



/*ul.calendar-nav {
    margin:  0em;
    padding: 0;
    overflow: hidden;
    padding-top: .8em;
	font-size: .85em;
}
ul.calendar-nav li {
    list-style-type: none;
}*/

/*a.paging-prev {
    padding-left: 7.1428571%; /* 20 / 280 *!/
}

a.paging-next {
    padding-right: 7.1428571%; /* 20 / 280 *!/
}*/


/*a.paging-prev {
	padding-left: 15px;
    display: block;
    background: url("../img/arrow-left.png") center left no-repeat;
}

a.paging-next {
	padding-right: 15px;
    display: block;
	background: url("../img/arrow-right.png") center right no-repeat;
}*/

a.paging-prev {
	padding-left: 1.3em;
    display: block;
    background: url("../img/arrow-left.png")  left no-repeat;
}

a.paging-next {
	padding-right: 1.3em;
    display: block;
	background: url("../img/arrow-right.png")  right no-repeat;
	text-align: right;
}

a.paging-current {
    display: block;
/*	background: url("../img/arrow-right.png")  right no-repeat;*/
	text-align: center;
}


    
ul.calendar-nav h2 {
    margin-top: 1.1em;
}
    
ul.calendar-nav h2 a {
    background: none;
    padding-left: 0;
    color: #062f82;
}

/* *** CALENDAR *** 
all screen widths */
table.calendar {
    width: 100%;
    margin-top: 1.8em;
/*	border-style: none;*/
	 border: 0px dotted #e2e2e2;
}
/*table.calendar thead {
/*    border-top: 1px dotted #dee0e0;
    display: block;
    padding: .5em 0;*!/
    color: #fff;
    background: orange;
}*/


table.calendar thead {
  background: #acb9d9; }

table.calendar th {
    display: table-cell;
    width: 14.285714286%;/* 1/7 of width as there's always 7 days in the week */
    font-weight: bold;
}

table.calendar th abbr {
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

table.calendar td {
    border: 1px dotted #e2e2e2;
    text-align: left;
	vertical-align: top;
    width: 14.285714286%;/* 1/7 of width as there's always 7 days in the week */
}

table.calendar td.notinmonth {
    background: #e2e2e2;
}

table.calendar .day {
    display: block;
	
}

table.calendar .vevent {
/*    border-top: 1px dotted #dee0e0;*/
    display: block;
    padding: .5em 0;
}


table.calendar a.vevent abbr {
    margin-right: .5em;
}

/*table.calendar .train { /* just highlight days which have events *!/
    background: red;
    color: #fff;
	width: 100%;
	height: 100%;
/*	display: block;*!/
/*	margin: -.5em;*!/
	padding: .5em;
	display: inline-block;
}

table.calendar .work { /*eventwrap just highlight days which have events *!/
/*	color: black;*!/
/*    width: 100%;
    height: 100%;
    padding: .5em;*!/
    display: inline-block;
}*/





table.calendar .has-event .eventwrap {
	padding: 0.3em;
}
    
table.calendar .has-event a,
table.calendar .has-event span {
    color: #666;
}








/* on narrow widths we hide the summary */
table.calendar tr td .vevent span.summary { 
        display: none;
        font-size: 14px;
	font-weight: lighter;
}

/* *** LISTING VIEW *** */
ul.calendar {
/*    border-top: 1px solid #dee0e0;*/
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

ul.calendar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.calendar > li {
    border-bottom: 1px solid #dee0e0;
    padding-bottom: 1.8em;
}

ul.calendar li h3 {
    /*background: #f0f0f0;*/
    margin-top: 0;
    margin-bottom: 0;
    padding: .5em .8em;
}



ul.calendar li a {
    list-style-type: none;
    line-height: 10px;
	font-size: 16px;
	margin-top: 20px;
	text-align: left;
	color: green;
}


ul.calendar li .vevent {
    padding: .8em;
}

ul.calendar .vevent:nth-of-type(2n) {
    border-top: 1px dotted #dee0e0;
}

ul.calendar .vevent h4 {
    margin: 0;
    	margin-bottom: 1em;

}

ul.calendar .vevent h4 a {
    font-weight: normal;
}
    
@media only screen and (min-width: 460px) {
    
    
    
    
    ul.calendar-nav li {
        float: left;
        margin-right: 4.3478261%; /* 20 / 460 */
        width: 30.4347826%; /* 140 / 460 */
    }
        
    ul.calendar-nav li h2 {
        margin-top: 0;
        text-align: center;
    }
        
    ul.calendar-nav li:nth-child(3) {
        margin-right: 0;
        text-align: right;
    }
        
    ul.calendar-nav li a {
        padding-left: 14.2857143%; /* 20 / 140 */
    }

    ul.calendar-nav li a#next_month {
        padding-right: 14.2857143%; /* 20 / 140 */
        padding-left: 0;
    }

    table.calendar td {
	   height: 40px;
    }
        
    table.calendar td a.vevent {
        border-top: 1px dotted #e2e2e2;
    }
        
    
    table.calendar tr td .vevent span.summary { 
        display: block;
    }    
}

@media only screen and (min-width: 700px) {
   
   
   
   
   
    table.calendar thead { /* Reveal table */
        display: table-header-group;
    }
    
    table.calendar tbody { /* Reveal table */
        display: table-footer-group;
    }
    
    table.calendar:after {  
        content: "";
        width: 100%;
    }
    
    table.calendar td {
	   height: 100px;
    }
}



@media only screen and (max-width: 499px) {

table.calendar {
    width: 100%;
    margin-top: 1.8em;
/*	border-style: none;*/
	 border: 0px dotted #e2e2e2;
}

table.calendar th {
    display: table-cell;
    width: 14.285714286%;/* 1/7 of width as there's always 7 days in the week */
    font-size: 10pt;
    font-weight: bold;
}

table.calendar th abbr {
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    
}

table.calendar td {
    border: 1px dotted #e2e2e2;
    text-align: left;
	vertical-align: top;
    width: 14.285714286%;/* 1/7 of width as there's always 7 days in the week */
    padding: 2px;
}

table.calendar td.notinmonth {
    background: #e2e2e2;
}

table.calendar .day {
    display: block;
    font-size: 8pt;
	
}

table.calendar .vevent {
/*    border-top: 1px dotted #dee0e0;*/
    display: block;
    padding: .5em 0;
}


table.calendar a.vevent abbr {
    margin-right: .5em;
}

table.calendar .vevent {
/*    border-top: 1px dotted #dee0e0;*/
    display: none;
    padding: .5em 0;
}

}




