.maia-button {
  padding: 4px 7px;
}
.next-button a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  color: #444;
  margin: 0px;
  padding: 10px 10px 10px 20px;
  text-decoration: none; 
}
.next-button a:after {
  content: "";
  top: 0;
  right: -44px;
  border-width: 22px 22px 22px 22px;
  border-color: transparent transparent transparent #f0f0f0;
  border-style: solid;
  position: absolute;
  width: 0px;
  height: 0px;
}
.next-button {
  padding: 8px 12px;
  font-size: 20px;
  margin: 5px 0px;
  padding: 0;
  position: relative;
  background-color: #f0f0f0;
  font-family:"open sans",arial,sans-serif;
  background-position:left bottom;
  background-repeat:repeat-x;
  -moz-border-radius:10px 0px 0px 10px;
  -webkit-border-radius:10px 0px 0px 10px;
  border-radius:10px 0px 0px 10px;
  -moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
  box-shadow:0 1px 1px rgba(0,0,0,.2);
  display:inline-block;
  -moz-transition:all .218s ease-in;
  -webkit-transition:all .218s ease-in;
  transition:all .218s ease-in
}
.prev-button a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  color: #444;
  margin: 0px;
  padding: 10px 20px 10px 10px;
  text-decoration: none; 
}
.prev-button a:after {
  content: "";
  top: 0;
  left: -44px;
  border-width: 22px 22px 22px 22px;
  border-color: transparent #f0f0f0 transparent transparent;
  border-style: solid;
  position: absolute;
  width: 0px;
  height: 0px;
}
.prev-button {
  font-size: 20px;
  padding: 0;
  position: relative;
  background-color: #f0f0f0;
  font-family:"open sans",arial,sans-serif;
  background-position:left bottom;
  background-repeat:repeat-x;
  -moz-border-radius:0px 10px 10px 0px;
  -webkit-border-radius:0px 10px 10px 0px;
  border-radius:0px 10px 10px 0px;
  -moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
  box-shadow:0 1px 1px rgba(0,0,0,.2);
  display:inline-block;
  -moz-transition:all .218s ease-in;
  -webkit-transition:all .218s ease-in;
  transition:all .218s ease-in
}
.activity-button {
  padding: 8px 12px;
  font-size: 20px;
  margin: 5px 0px;
  padding: 0px 50px;
  position: relative;
  background-color: #5e94ff;
  font-family:"open sans",arial,sans-serif;
}
.maia-col-35 {
  width: 26%;
  float:left;
}
.maia-col-55 {
  width: 40%;
  float:left;
  margin:0 1.4880952381% 20px
}
h1.product-headers {
  font-size: 25px;
  color: #DD4B39;
  font-weight: normal;
  margin: 10px 7px;
}
h2.product-headers {
  font-size: 16px;
  margin: .4em 0 0;
  font-weight: normal;
  margin: 10px 7px;
}
h2.bio-headers {
  font-size: 16px;
  margin: .4em 0 0;
  font-weight: normal;
  margin: 10px 7px;
  float: right;
}
h1.schedule-headers {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 40px;
}
h1.top_content {
  margin: 20px 20px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}
p.top_header {
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}
p.top_content {
  margin: 0px 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
#maia-nav-x .pull-right {
  float: right;
}
#maia-nav-x li a {
  display: inline;
}
h1.class_header {
  margin: 0;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
  border-bottom:2px dotted #e0e0e0;
}
p.lesson_title {
  font-size: 23px;
  text-align: left;
  margin: 0px;
  color: #505050
}
p.lesson_objective {
  text-align: left;
  margin: 0px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.voting-box {
  border:1px solid;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  margin:10px 0;
  padding:10px;
  position:relative;
  top:-1px
}

.scoring-checklist {
  margin-top: 10px;
  font-size: 90%;
  min-height: 168px;
}

.scoring-checklist-item {
  margin: 0px 4px;
}

.scoring-checklist-expert-yes {
  display: none;
  margin: 0px;
  color: #009933;
}

.scoring-checklist-expert-no {
  display: none;
  margin: 0px;
  color: #CC3300;
}

.small-font {
  font-size: 90%;
  line-height: 22px;
}

form textarea[disabled] {
  background-color: #fff;
}
form input[disabled],form textarea[disabled],form label.maia-form-disabled {
  color: #444;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
img.icon {
  vertical-align: middle;
  bottom-margin: 2px;
}
form .small-button {
  font-size: 80%;
  padding: 2px 6px 2px 4px;
  border-color: #EFF2F9;
}
.skill-tile {
  float: left;
  height: 100%;
  width: 100%;
  margin: 2px 10px;
  padding: 2px 0px;
  font-weight: normal;
  font-size: 90%;
  text-align: center;
  color: #222;
  font-family: "open sans",arial,sans-serif;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.skill-green-tile {
  background: #d9f2db;
  border-color: #d9f2db;
}
.skill-orange-tile {
  background: #fff7d7;
  border-color: #fff7d7;
}
.skill-tile-top {
  margin: 0px;
  height: 40px;
}
.skill-tile-bottom {
  margin: 0px;
  text-align: center;
  height: 22px;
}
.skill-green-tile-bottom {
  background: #8fd19e;
  border-color: #8fd19e;
}
.skill-orange-tile-bottom {
  background: #fad163;
  border-color: #fad163;
}
.skill-heading-tile {
  float: left;
  min-height: 30px;;
  width: 100%;
  margin-top: 5px;
  padding: 0px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #222;
  font-family: "open sans",arial,sans-serif;
}
.skill-heading-green-tile {
  float: left;
  min-height: 30px;
  line-height: 16px;
  width: 100%;
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  font-size: 130%;
  color: #222;
  font-family: "open sans",arial,sans-serif;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #8fd19e;
  border-color: #8fd19e;
}
.skill-heading-orange-tile {
  float: left;
  min-height: 30px;;
  line-height: 16px;
  width: 100%;
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  font-size: 130%;
  color: #222;
  font-family: "open sans",arial,sans-serif;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fad163;
  border-color: #fad163;
}
.dotted-border {
  border-width: 1px 0 1px 0;
  border-style: dotted;
  border-color: #ddd;
}
.home-course-title {
  margin-top: 20px;
  text-align: left;
}
.home-course-item {
  margin-top: 20px;
  text-align: center;
}
.textarea {
  border: 1px solid #EBEBEB;
  border-top-color: gainsboro;
  padding: 6px 10px;
  min-height: 150px;
}
.modal-body {
  max-height: 450px;
}
.modal-video {
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 760px;
  margin: -380px 0 0 -380px;
}
.maia-article .maia-col-60 {
  float:left;
  margin:0 1.4880952381% 20px;
  width:55.5%;
}
.maia-article .maia-col-40 {
  float:left;
  margin:0 1.4880952381% 20px;
  width:35.5%;
}
.maia-article .maia-col-24 {
  float:left;
  margin:0 1.4880952381% 0px;
  width:16.4285714286%;
}
