@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";

.course-link {
	color: rgba(255,255,255,0.9) !important;
	transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.course-link:hover {
	color: #fdb930 !important;
}

.underline {
  text-decoration: underline;
}

.categoryTitle {
  padding-left: 12px;
  padding-top: 15px;
  font-weight: bold;
  text-align: left;
}

.units {
  padding-left: 11px;
  padding-top: 10px;
}

.cert_degree {
  border-bottom: 2px solid #d7d7d7;
}

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}
h4 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495e;
  font-size: 18px !important;
}

.rwd-table {
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #34495e;
  color: #fff;
  border-radius: 0.4em;
  border-collapse: collapse;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #eeeeee73;
}
.rwd-table th {
	font-size: 15px !important;
}
.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    padding: 0.8em !important;
  }
}
.rwd-table th,
.rwd-table td:before {
  color: #dd5;
}

.non-border {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

 .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .activeAccordion, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .activeAccordion:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

.nameProgram {
	padding-top: 10px;
	padding-bottom: 10px;
}

