/*
 *  @fileOverview       DISCOVERY DIGITAL PLATFORM : VERTICAL (TLC) : QUIZ / QUIZ
 *  @copyright          Copyright (C) Discovery.com 2012. All Rights Reserved.
 *  @userAgent          screen
 *  @author             carl c von lewin
 *  @built              Wed, 30 January 2013 12:21:00 EST
 */
/* line 23, ../../scss/bootstrap/mixins.scss */
.clearfix { *zoom: 1; }
/* line 15, ../../scss/bootstrap/mixins.scss */
.clearfix:before, .clearfix:after { display: table; content: ""; }
/* line 19, ../../scss/bootstrap/mixins.scss */
.clearfix:after { clear: both; }

/* line 12, ../../scss/quiz/quiz.scss */
#breadcrumbs { display: block; }

/* line 15, ../../scss/quiz/quiz.scss */
.content-body-quiz { padding: 20px; }
/* line 18, ../../scss/quiz/quiz.scss */
.content-body-quiz h1.title { color: #a1060e; font: bold 28px/28px "ClarendonTextProBold", serif; letter-spacing: 0.015em; padding-bottom: 5px; }
/* line 25, ../../scss/quiz/quiz.scss */
.content-body-quiz .by-line { color: #999; font: bold 14px/14px Arial, sans-serif; margin: 0 0 5px 0; }

/* line 34, ../../scss/quiz/quiz.scss */
.module-quiz-slides { height: 550px; margin: 20px 0 30px 0; padding: 20px; }

/* line 40, ../../scss/quiz/quiz.scss */
.quiz-score { background-color: transparent; background-color: rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); zoom: 1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 10px; padding: 5px 20px; color: #fff; width: 40%; opacity: 0; }
/* line 49, ../../scss/quiz/quiz.scss */
.quiz-score .header { display: inline-block; font-weight: bold; font-size: 16px; line-height: 16px; vertical-align: top; padding-top: 8px; }
/* line 58, ../../scss/quiz/quiz.scss */
.quiz-score .score-count { display: inline-block; font-size: 30px; line-height: 30px; font-weight: bold; margin-left: 20px; }

/* line 67, ../../scss/quiz/quiz.scss */
.questions-container { position: relative; }

/* line 71, ../../scss/quiz/quiz.scss */
.quiz-question { position: absolute; top: 0; left: 0; display: none; opacity: 0; width: 542px; height: 458px; padding: 20px; background-color: transparent; background-color: rgba(255, 255, 255, 0.9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF); zoom: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/* line 83, ../../scss/quiz/quiz.scss */
.quiz-question p { font-size: 14px; color: #666; }
/* line 88, ../../scss/quiz/quiz.scss */
.quiz-question .loop-of-total { font-size: 12px; font-weight: bold; text-align: right; margin: 0; }
/* line 94, ../../scss/quiz/quiz.scss */
.quiz-question .loop-of-total span { font-weight: normal; }
/* line 99, ../../scss/quiz/quiz.scss */
.quiz-question .question { margin: 20px 0; }
/* line 103, ../../scss/quiz/quiz.scss */
.quiz-question .answer-button { border: 1px solid #a0150e; margin-bottom: 10px; padding: 5px 0; font-size: 14px; color: #a0150e; cursor: pointer; background: #fff; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px #666666; -moz-box-shadow: 0 1px 3px #666666; box-shadow: 0 1px 3px #666666; }
/* line 116, ../../scss/quiz/quiz.scss */
.quiz-question .true { color: #fff; background-color: transparent; background-color: rgba(0, 153, 0, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3009900,endColorstr=#B3009900); zoom: 1; border-color: #090; }
/* line 122, ../../scss/quiz/quiz.scss */
.quiz-question .false { color: #fff; background-color: transparent; background-color: rgba(153, 0, 0, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3990000,endColorstr=#B3990000); zoom: 1; border-color: #900; }
/* line 128, ../../scss/quiz/quiz.scss */
.quiz-question .answered { cursor: default; }
/* line 132, ../../scss/quiz/quiz.scss */
.quiz-question .explaination { display: none; margin: 0; padding-top: 10px; }
/* line 137, ../../scss/quiz/quiz.scss */
.quiz-question .explaination .correctness { display: block; font-weight: bold; font-size: 20px; line-height: 24px; padding-bottom: 5px; }
/* line 146, ../../scss/quiz/quiz.scss */
.quiz-question .to-next-question { display: none; border: 1px solid #1e6c80; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px #666666; -moz-box-shadow: 0 1px 3px #666666; box-shadow: 0 1px 3px #666666; background: #1e6c80; text-align: center; cursor: pointer; font-size: 14px; text-transform: uppercase; color: #fff; width: 110px; padding: 5px 20px; margin: 20px auto 10px auto; }
/* line 162, ../../scss/quiz/quiz.scss */
.quiz-question .results { font-size: 20px; line-height: 24px; height: 60px; }
/* line 167, ../../scss/quiz/quiz.scss */
.quiz-question .results .score { display: inline-block; padding-top: 7px; }
/* line 172, ../../scss/quiz/quiz.scss */
.quiz-question .results .redo { float: right; }
/* line 177, ../../scss/quiz/quiz.scss */
.quiz-question .again { display: block; border: 1px solid #a0150e; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px #666666; -moz-box-shadow: 0 1px 3px #666666; box-shadow: 0 1px 3px #666666; background: #a0150e; text-align: center; font-size: 14px; text-transform: uppercase; color: #fff; width: 100px; padding: 5px 20px; }
/* line 191, ../../scss/quiz/quiz.scss */
.quiz-question h3 { color: #999; margin-bottom: 10px; }
/* line 196, ../../scss/quiz/quiz.scss */
.quiz-question .item { float: left; width: 150px; height: 250px; margin-right: 45px; }
/* line 202, ../../scss/quiz/quiz.scss */
.quiz-question .item h4 { font-size: 12px; line-height: 16px; }

/*
 *  @fileOverview       DISCOVERY DIGITAL PLATFORM : VERTICAL (TLC) : COMMENT
 *  @copyright          Copyright (C) Discovery.com 2012. All Rights Reserved.
 *  @userAgent          screen
 *  @author             richard leland + carl c von lewin
 *  @built              Wed, 30 Janaury 2013 13:17:00 EST
 */
/* allow TLC to set its own defaults first */
/* line 18, ../../scss/modules/comments.scss */
.module-videos-comments { color: #fff; background: #fff; padding: 20px; }

/* line 24, ../../scss/modules/comments.scss */
.module-body-comments { margin-bottom: 30px; }
/* line 28, ../../scss/modules/comments.scss */
.module-body-comments .bar .details { color: #666; }
/* line 32, ../../scss/modules/comments.scss */
.module-body-comments .bar .post-view { font: bold 15px/15px Arial, sans-serif; }

/* line 39, ../../scss/modules/comments.scss */
#comments-toggle { color: #1e6c80; cursor: pointer; letter-spacing: normal; margin-left: 10px; text-transform: none; }

/* line 50, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-commentBox-loginCanvas { margin-bottom: 5px; }
/* line 54, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-username { color: #1e6c80; }
/* line 58, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-logoutLink { color: #1e6c80; }
/* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.dark-theme-comments .gig-comments-logoutLink:hover { color: #1e6c80; }
/* line 62, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-logoutLink-container { color: #999999; }
/* line 66, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-commentBox-headerText { padding: 3px 0 0; }
/* line 71, ../../scss/modules/comments.scss */
.dark-theme-comments #comments-commentBox, .dark-theme-comments .gig-comments-replyBox { background-color: #f1f1f1; border-top: 1px solid #959595; border-bottom: 1px solid #959595; }
/* line 76, ../../scss/modules/comments.scss */
.dark-theme-comments #comments-commentBox .gig-comments-commentBox, .dark-theme-comments .gig-comments-replyBox .gig-comments-commentBox { margin-top: 0; padding: 10px; }
/* line 81, ../../scss/modules/comments.scss */
.dark-theme-comments #comments-commentBox .gig-comments-commentBox-commentBox, .dark-theme-comments .gig-comments-replyBox .gig-comments-commentBox-commentBox { border-top: none; border-bottom: none; padding: 0; }
/* line 87, ../../scss/modules/comments.scss */
.dark-theme-comments #comments-commentBox .gig-comments-textarea-wrapper, .dark-theme-comments .gig-comments-replyBox .gig-comments-textarea-wrapper { background-color: #222222; border: 1px solid #555555; height: auto; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
/* line 95, ../../scss/modules/comments.scss */
.dark-theme-comments #comments-commentBox textarea, .dark-theme-comments .gig-comments-replyBox textarea { color: #eeeeee; width: 100%; }
/* line 102, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-button-post, .dark-theme-comments .gig-comments-button-reply { background-color: #1e6c80; background-image: none; border: none; color: #fff; filter: none; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
/* line 112, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-button-post { font: normal 18px/17px "ProximaNovaECSB", Arial, sans-serif; padding: 4px 10px; }
/* line 117, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-button-reply { font: normal 14px/15px "ProximaNovaECSB", Arial, sans-serif; padding: 2px 6px; }
/* line 122, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-headerText { color: #999999; }
/* line 126, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-commentList-header { color: #999999; margin-bottom: 5px; }
/* line 131, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-shareTo { color: #999999; }
/* line 135, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-vote-value { color: #999999; }
/* line 139, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-comment { background-color: transparent; border-top: 1px solid #555555; }
/* line 144, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-comment-child { background-color: transparent; border-top: 1px solid #555555; }
/* line 149, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-replies-length { color: #1e6c80; }
/* line 153, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-replies-length-container { display: none; }
/* line 159, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-dottedLine { background-image: none; }
/* line 163, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-showMoreComments { background-color: #333333; border: 1px solid #555555; }
/* line 168, ../../scss/modules/comments.scss */
.dark-theme-comments .gig-comments-showMoreComments-text { color: #999999; }

/*
 *  @fileOverview       DISCOVERY DIGITAL PLATFORM : VERTICAL (TLC) : OPTIONAL ELEMENTS / LIST VIEW
 *  @copyright          Copyright (C) Discovery.com 2012. All Rights Reserved.
 *  @userAgent          screen
 *  @author             carl c von lewin
 *  @built              Wed, 30 Janaury 2013 13:17:00 EST
 */
/* line 10, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements { margin-bottom: 10px; }
/* line 13, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .bar { margin-bottom: 20px; }
/* line 15, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .item { margin-bottom: 20px; border-bottom: 2px solid #ccc; }
/* line 20, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .last { margin-bottom: 0; border-bottom: none; }
/* line 25, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .thumbnail { width: 250px; height: 150px; margin-bottom: 50px; }
/* line 30, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .thumbnail img { width: 250px; height: 150px; }
/* line 36, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .details { min-height: 200px; margin: -200px 0 0 270px; }
/* line 40, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .details h4.title { font-size: 20px; line-height: 22px; padding: 5px 0; }
/* line 46, ../../scss/modules/optional-elements-list.scss */
.module-optional-elements .details p { color: #666; font-size: 14px; }
