  
/**
* New front page
*/
/*
Header
*/

div#home-hero {
  background: url(../images/bg-fuz-1.png) bottom center no-repeat;
  padding: 30px 0 30px;
  margin: 0 0 5px 0;
}

div#home-hero div.h1-wrap {
  background: url(../images/bg-line-hero.png) center repeat-x;
}

div#home-hero h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .09em;
  margin: 0 170px 0 170px;
  padding: 0;
  background: #FFF;
  border: none;
}

div.tagline {
  color: #78797d;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
}
/**
*announcement block
*/

div.noty_bar.noty_success.noty_layout_bottomCenter {
  background: none;
  position: fixed;
  bottom: -16px;
  margin: 0 auto;
  width: 100%;
}

div.noty_bar.noty_success.noty_layout_bottomCenter div.noty_message {
  background: #aaaaaa;
  margin: 0 auto;
  position: relative;
  -moz-box-shadow:    0px -2px 15px -4px #000000;
  -webkit-box-shadow: 0px -2px 15px -4px #000000;
  box-shadow:         0px -2px 15px -4px #000000;
  border: 4px solid #8dbcde;
  border-bottom: none;
  background-color: #EAF4FE;
  -moz-border-radius: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 52%;
  bottom: 0;
  padding: 0;
  padding-bottom: 8px;
  height: auto;
  z-index: 100;
  min-width: 940px;
}

div.noty_bar.noty_success.noty_layout_bottomCenter div.noty_message div.noty_text {
  width: 94%;
  margin: 15px;
  height: auto;
  text-align: justify;
}

div.noty_bar.noty_success.noty_layout_bottomCenter div.noty_message div.noty_close {
  top: 5px;
}

div.noty_bar.noty_success.noty_layout_bottomCenter div.noty_message span.announcement-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

div.noty_bar.noty_success.noty_layout_bottomCenter div.noty_message span.announcement-body {
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 0 0;
}

div.noty_bar.noty_success.noty_layout_bottomCenter div.noty_message span.announcement-body a {
  font-weight: bold;
  margin-left: 10px;
}


/**
*Rotator
*/

div#pager {
  position: relative;
}

div#pager ol.flex-control-nav {
  bottom: 0;
  position: relative;
}

div#pager ol.flex-control-nav li a {
  background: red;
  margin-right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  box-shadow: none;
  background: url(../images/sprite-home.png) 0 -91px no-repeat;
}

div#pager ol.flex-control-nav li a.flex-active {
  background: url(../images/sprite-home.png) 0 -65px no-repeat;
}

div.flex-viewport {
  height: 600px;
  background: url(../images/bg-line-fuz.png) bottom center no-repeat;
}

div.ds-1col div.field-name-field-video-thumbnail {
  position: relative;
}

div.ds-1col div.field-name-field-video-thumbnail a:after{
  background: url(../images/bg-video-play.png) 0 0 no-repeat;
  width: 62px;
  height: 62px;
  content: "";
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -31px;
  position: absolute;
}

div.ds-1col div.field-type-video-embed-field a,
div.tile-div div.field-type-image a{
  position: relative;
}

div.ds-1col div.field-type-video-embed-field a:after,
div.tile-div div.field-type-image div.field-item a:after{
  background: url(../images/button-video-play-dark.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  content: "";
  top: -26px;
  background-size: 30px 30px;
  left: 24px;
  margin: 0px 0 0 0px;
  position: absolute;
}

#content-home  div.block-boxes-front_page_courses ul.links.slides li,
#content  div.block-boxes-front_page_courses ul.links.slides li {
  width: 312px;
  padding: 2px 0 0 10px;
  margin: 5px 0 5px 0;
}

#content-home  div.block-boxes-front_page_courses ul.links.slides li:first-child,
#content  div.block-boxes-front_page_courses ul.links.slides li:first-child {
  /*margin-left: 2px;*/
}

div.block-boxes-front_page_courses div.taxonomy-term.vocabulary-courses h2 {
  margin-left: -20px;
}

div.ds-1col.vocabulary-courses.view-mode-course_tiles {
  height: 520px;
  background: url(../images/bg-timeline.png) repeat-y center;
}

div.ds-1col.vocabulary-courses.view-mode-course_tiles {
  width: 300px;
  margin: 0;
  padding: 0;
}

div.ds-1col.view-mode-course_tiles div.group-course-tile {
  display: block;
  border: 1px solid #FFF;
  cursor: pointer;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 5px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eeeef0 19%, #eeeef0 77%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(19%,#eeeef0), color-stop(77%,#eeeef0), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #fefefe 0%,#eeeef0 19%,#eeeef0 77%,#ffffff 100%);
  background: -o-linear-gradient(top, #fefefe 0%,#eeeef0 19%,#eeeef0 77%,#ffffff 100%);
  background: -ms-linear-gradient(top, #fefefe 0%,#eeeef0 19%,#eeeef0 77%,#ffffff 100%);
  background: linear-gradient(to bottom, #fefefe 0%,#eeeef0 19%,#eeeef0 77%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffffff',GradientType=0 );
}

div.ds-1col.view-mode-course_tiles div.group-course-tile div.field.field-name-tile-tab {
  margin-bottom: -40px;
}

#content-home div.ds-1col.view-mode-course_tiles div.field.field-name-taxonomy-title-link h2.course-title,
#content div.ds-1col.view-mode-course_tiles div.field.field-name-taxonomy-title-link h2.course-title {
  margin: 26px 15px 15px;
  color: #3a3a3a;
  text-shadow: 0 1px 1px white;
  font-size: 16px;
  height: 37px;
  line-height: normal;
  border: none;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 12px;
}


#content-home div.ds-1col.view-mode-course_tiles div.field.field-name-taxonomy-title-link h2.course-title a,
#content div.ds-1col.view-mode-course_tiles div.field.field-name-taxonomy-title-link h2.course-title a {
  color: #3a3a3a;
}

div.ds-1col.view-mode-course_tiles div.field-name-field-tile-list {
  padding-top: 15px;
}

#content-home div.ds-1col.view-mode-course_tiles div.ds-1col.tile-div  h3,
#content div.ds-1col.view-mode-course_tiles div.ds-1col.tile-div  h3 {
  font-size: 12px;
  color: green;
  margin: 0;
  padding: 0 0 5px 0;
  padding:0;
  line-height: normal;
  border: none;
}

#content-home div.block-boxes-front_page_courses ul.links.slides div.ds-1col.view-mode-course_tiles div.field-name-field-summary div,
#content div.block-boxes-front_page_courses ul.links.slides div.ds-1col.view-mode-course_tiles div.field-name-field-summary div {
  color: #464646;
  font-size: 13px;
  line-height: 1.4em;
  font-family: Arial, sans-serif;
  height: 50px;
  margin: 15px 8px;
}

div.tile-div {
  background: none repeat scroll 0 0 #F9F9F9;
  padding: 6px;
  margin: 10px 24px 8px;
  border: 1px solid #FFFFFF;
  width: auto;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

div.tile-div div.field-name--ds-tile-tab {
  width: 100%;
  height: 18px;
}

div.tile-div div.field-name-field-lesson-video, div.tile-div div.field-name-field-image {
  padding-bottom: 10px;
  float: left;
}

div.tile-div  div.field.field-name-ds-user-picture {
  float: left;
  padding-right: 5px;
  padding:0;
  margin-top: 0;
  padding-bottom: 10px;
}

div.tile-div div.field.field-name-ds-user-picture img {
  width: 30px;
  height: 30px;
}

div.tile-div div.group_author_info div.field.field-name--ds-author-name {
  line-height: 30px;
}

div.tile-div div.field.field-name-title,
div.tile-div div.field.field-name-question-link {
  width: 62%;
  display: inline-block;
  float: right;
  font-size: 12px;
  margin: 6px 5px 2px 5px;
}

div.ds-1col.node-question div.field.field-name-question-link {
  width: 81%;
  margin-top: 0;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1.2em;
}

div.tile-div div.field.field-name-title a,
div.tile-div div.field.field-name-question-link a {
  letter-spacing: 0.04em;
  line-height: normal;
  font-weight: bold;
  color: #666;
  text-shadow: 0 1px 1px white;
}

div.tile-div div.field-name-creation-tab {
  display: inline-block;
  color: #828282;
  width: 62%;
  float: right;
  letter-spacing: 0.04em;
  margin: 2px 5px;
  font-size: 10px;
  letter-spacing: 0.04em; 
  font-family: Arial; 
  text-transform: uppercase;
}

div.tile-div div.field.field-name-field-related-lesson-contrib .field-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
}

div.field-name-course-tile {
  margin-top: -10px;
}
div.field-name-tile-tab {
  margin-bottom: -8px;
}

div.tile-div div.field.field-name-field-related-lesson-contrib .field-item a {
  line-height: normal;
  padding: 0;
}

div.tile-div div.field.field-name--ds-contribution-summary .field-item p {
  padding: 0;
  margin: 0;
}

div.ds-1col.node-contributions  div.field-name-ds-user-picture {
  margin-bottom: 15px;
}

div.ds-1col.node-contributions div.field-name-creation-tab {
  float: left;
}

div.ds-1col.node-question div.field-name-creation-tab {
  margin-left: 10px;
  float: none;
}

div.tile-div div.field-name-course-tile {
  display: inline-block;
  width: 82%;
  float: right;
  font-size: 12px;
  margin: 0 5px 2px 0px;
}

div.node-article.tile-div div.field-name-course-tile {
  width: 100%;
}

div.tile-div div.field-name-announcement-content,
div.tile-div div.field-name-course-tile,
div.tile-div div.field-name-course-tile span.contribution-title a {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #666;
  margin-top: -2px;
}

div.tile-div div.field-name-announcement-content a,
div.tile-div div.field-name-course-tile a {
  font-weight: bold;
  color: #666;
}

div.tile-div div.field-name-announcement-content span a,
div.tile-div div.field-name-course-tile span a {
  font-weight: normal;
  color: #0c888c;
}

div.ds-1col.node-article div.field-name-creation-tab {
  float: left;
  margin-left: 0;
}

div.term-link-wrapper {
  margin-top: 20px;
  position: absolute;
  bottom: -20px;
  width: 300px;
}

div.term-link-wrapper div.term-link {
  width: auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0px auto;
  background: url(../images/arrow-grey.png) 82% 35% no-repeat;
}

div.term-link-wrapper div.term-link a {
  color: #aeaeae;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
}

/**
* Tile banner
*/
span.status {
  background: #91b818;
  border-radius: 2px 2px 2px 2px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 10px;
  padding: 2px 20px 2px 24px;
  position: relative;
  text-transform: uppercase;
  float: none;
  left: -15px;
  top: -9px;
}

span.status.contributions {
  background: #0987c8 url(../images/icon-contribution-sm.png) 3% 50% no-repeat;
}

span.status.question {
  background: #348c81 url(../images/icon-question-sm.png) 5% 50% no-repeat;
}

span.status.lesson {
  background: #90404c url(../images/icon-video-sm.png) 5% 50% no-repeat;
}

span.status.article {
  background: #67458E url(../images/icon-announcement-sm.png) 5% 50% no-repeat;
}

span.status-edge {
  background: url(../images/bg-status-edge.png) no-repeat;
  height: 9px;
  position: relative;
  display: block;
  left: -16px;
  width: 9px;
  top: -9px;
}

span.following-status {
  display: block;
  width: 80px;
  line-height: 18px;
  height:18px;
  padding-right:10px;
  top: -2px;
  left: -10px;
}

span.following-status img {
  padding-top: 0px;
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-left: -10px;
  padding-top: 1px;
  left: -16px;
}

span.following-status.status-edge {
  top: -2px;
}
/*
*carousel controls
*/
#boxes-box-box-79c6b50a  .field-name-field-courses{
  position:relative;
}

.flex-direction-nav a {
  opacity: 100;
}

ul.flex-direction-nav li a{
  display: block;
  width: 84px;
  height: 78px;
  text-indent: -9000px;
  position: absolute;
  top: 170px;
  z-index: 500;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: width none;
}

ul.flex-direction-nav a.flex-prev {
  background: url(../images/bg-button-rotator.png) no-repeat;
  left: -85px;
}

ul.flex-direction-nav a.flex-next {
  background: url(../images/bg-button-rotator.png) no-repeat -111px 0;
  right: -95px;
}

ul.flex-direction-nav a.flex-prev:hover {
  background: url(../images/bg-button-rotator.png) no-repeat 2px -111px;
}

ul.flex-direction-nav a.flex-next:hover {
  background: url(../images/bg-button-rotator.png) no-repeat -111px -111px;
}
#content-home ul.flex-direction-nav,
#content ul.flex-direction-nav {
  margin-bottom: 0px;
}

/*
* announcements page
*/
#content div.view.view-announcements h2 {
  padding: 0px;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 19px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

div.view.view-announcements div.views-row {
  border-bottom: 1px solid #C5C5C5;
}

div.flex-viewport ul.links.slides li {
  margin-left: 4px;
  margin-right: 4px;
  /*padding-left:4px;*/
}

/**
*All Videos list
*/
div#block-mru-course-outline-blocks-all-videos {

}

#content-home .region-content div#block-mru-course-outline-blocks-all-videos h2,
#content .region-content div#block-mru-course-outline-blocks-all-videos h2{
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B4B4B4;
  border: none;
  font-family: 'Ubuntu';
  text-align: center;
}

div#block-mru-course-outline-blocks-all-videos div.course-title {
  background: url(../images/bg-blue-bar.png) no-repeat center;
  height: 55px;
  font-family: 'Ubuntu';
}

#content-home .region-content div#block-mru-course-outline-blocks-all-videos h3.course-title,
#content .region-content div#block-mru-course-outline-blocks-all-videos h3.course-title,
#content-home .region-content div#block-mru-course-outline-blocks-all-videos h3.course-title a,
#content .region-content div#block-mru-course-outline-blocks-all-videos h3.course-title a {
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border: none;
  font-family: 'Ubuntu';
  text-transform: uppercase;
}

#content-home .region-content div#block-mru-course-outline-blocks-all-videos h3.course-title span,
#content .region-content div#block-mru-course-outline-blocks-all-videos h3.course-title span {
  color: white;
  font-size:16px;
  font-weight: normal;
  margin-right: 5px;
}

div#block-mru-course-outline-blocks-all-videos div.section-wrapper {
  width: 903px;
  clear: both;
  padding: 0 20px 20px 20px;
  margin: 12px 0 0 0;
  display: inline-block;
  background: url(../images/bg-line-fuz.png) bottom center no-repeat;
}

div#block-mru-course-outline-blocks-all-videos div.section-wrapper div.item-list {
  display: inline-block;
  vertical-align: top;
}

div#block-mru-course-outline-blocks-all-videos div.section-wrapper ul{
  display: block;
  float: left;
  width: 315px;
  margin: 1px 0 1px 30px;
}

div#block-mru-course-outline-blocks-all-videos div.section-wrapper ul li{
  list-style-type: disc;
  list-style-image: none;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1.2em;
  width: 280px;
  color: #136CA6;
}

div#block-mru-course-outline-blocks-all-videos div.section-wrapper ul li < span {
  color: #999;
}

div#block-mru-course-outline-blocks-all-videos div.section-wrapper ul li span.no-video {
  color: #999;
}

div#block-mru-course-outline-blocks-all-videos div.section-title {
  float: left;
  text-transform: uppercase;
  display: block;
  font-family: 'Ubuntu', arial;
  font-weight: bold;
  width: 153px;
  margin: 0 0 0 30px;
  color: #999;
  letter-spacing: 0.04em;
  font-size: 12px;
  text-align: right;
}