/* ENFOLD OVERRIDES */
.title_container, .sidebar, .entry h1.entry_title { display:none }
.content { padding-top: 5px; padding-bottom: 5px }
p { margin: 10px 0px 1px 2px; line-height: 1.4em; font-family: 'Open Sans'; font-size: 16px;}
/* TRANSCRIPT OVERRIDES */
.post_title     { display:none }

.course_details             { font-family: 'Open Sans'; font-size: 16px; color: #363636 }
.course_details .box-title  { font-family: 'Open Sans'; font-size: 34px; margin: 6px 0px 14px; }
.course_details .box-title a { color: #042194; }
.course_details .box-title a:hover { color: #2f4ab5; text-decoration: none }

table {  width: 100%; }
th {
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: left;
  padding: 1px 3px;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-top: none;
  font-size: 14px;
  border-color: #ccc;
}
td a {
    color: black;
}

.main_color tr:nth-child(odd), tr:nth-child(odd) {
  background: #ededed;
}
.main_color tr:nth-child(even) a, tr:nth-child(even) a {
  color: #719430;
}
.main_color tr:nth-child(odd) a, tr:nth-child(odd) a {
  color: #000;
}

.dt_cell { min-width: 100px }

div.row            { float: left; clear: left; width: 100%; padding: 1px; margin-bottom: 8px; }

div.rowcol         { float: left; margin-left: 1%; }

.row1col1       { width: 70% }
.row1col2       { width: 29% }

.row2col1       { width: 28.3% }
.row2col2       { width: 27.3% }
.row2col3       { width: 42.3% }

.row3col1       { width: 50% }
.row3col2       { width: 49% }

div.rowcol.first          { clear: left; margin-left: 0 }

div.box         { 
    border: 1px solid; border-color: #ad2a2a; border-radius: 2px; padding: 1px 5px 4px 4px; margin-bottom: 8px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    background: #fff;
}

.box.boxlast    { margin-bottom: 0;}

.brurb          {  }

.course_details td { font-size: 14px; padding: 1px 3px; border-color: #fff }

.rpmap:hover { cursor: pointer; opacity: 0.8}

.news a {clear: both;   display: block;   margin-bottom: 7px;}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: auto;
    max-height: 400px;
    left: 50%;
    margin: 0 0 0 -300px;
    padding: 10px;
    position: fixed;
    top: 200px;
    width: 80%;
    max-width: 800px;
    z-index: 1000;
}

#modal-background.active, #modal-content.active {
    display: block;
}

#modal-close { cursor: pointer; float: right; border-radius: 5px; padding: 3px 11px;}