/* line 3, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set .public_frame.full_screen_mode .embed_footer {
  display: none;
}

/* line 11, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set div[data-type="title"] h1, #slide_set_editor div[data-type="title"] h1 {
  -webkit-text-stroke: 0px;
  font-size: 3.4em;
  margin-top: 0;
  font-weight: 100;
  font-family: inherit;
  word-break: break-word;
}

/* line 18, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set div[data-type="title"] h1:after, #slide_set_editor div[data-type="title"] h1:after {
  content: "";
  display: block;
  position: relative;
  top: 2px;
  width: 50px;
}

/* line 24, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set .container, #slide_set_editor .container {
  height: auto;
}

/* line 26, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set .embedded_content, #slide_set_editor .embedded_content {
  overflow: auto;
}

/* line 28, app/assets/stylesheets/pages/slides/slide_sets.sass */
body.slide_set .contents_wrap, #slide_set_editor .contents_wrap {
  overflow-x: hidden;
}

/* line 31, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_set .ss_edit_outer .s_transition,
.ss_edit_outer #slide_preview_container.s_transition {
  transition: background-color .1s;
}

/* line 34, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_set .ss_edit_outer .s_transition.highlight,
.ss_edit_outer #slide_preview_container.s_transition.highlight {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 38, app/assets/stylesheets/pages/slides/slide_sets.sass */
li.slide_theme.active {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  z-index: 10;
}

/* line 44, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_set_edit_container {
  padding-left: 120px;
}

/* line 47, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide h1 input::-ms-clear {
  display: none;
}

/* line 51, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_list .slide {
  position: relative;
  width: 960px;
  height: 540px;
}

/* line 55, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_list .slide_view_inner {
  height: 0px;
}

/* line 59, app/assets/stylesheets/pages/slides/slide_sets.sass */
.embedded_content #slide_list {
  margin-left: 0;
}

/* line 62, app/assets/stylesheets/pages/slides/slide_sets.sass */
.embedded_content #slide_set_canvas .slide_property_options:hover {
  border-color: transparent !important;
}

/* line 66, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_set_edit_container .slide .resource {
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/pages/slides/slide_sets.sass */
.template_item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

/* line 77, app/assets/stylesheets/pages/slides/slide_sets.sass */
.template_item:hover {
  border: 1px dashed #999;
  background: #f9f9f9;
}

/* line 80, app/assets/stylesheets/pages/slides/slide_sets.sass */
.template_item.active {
  border: 1px solid #999;
  background: #fff;
}

/* line 84, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_canvas {
  overflow: hidden !important;
  position: relative;
  padding: 10px;
}

/* line 88, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_canvas .slide {
  overflow-y: auto;
}

/* line 91, app/assets/stylesheets/pages/slides/slide_sets.sass */
.ss_edit_outer {
  position: relative;
}

/* line 95, app/assets/stylesheets/pages/slides/slide_sets.sass */
.first_time_slide_instructions {
  position: absolute;
  left: 130px;
  top: 32px;
  font-family: Coming Soon;
  font-size: 1.5em;
  color: #ccc;
}

/* line 103, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview_container {
  position: absolute;
  width: 120px;
  border: 1px solid #e8e8e8;
  border-width: 0 1px 0 0;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 113, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview_container .mCSB_container {
  margin-right: 0;
  min-height: 100%;
}

/* line 116, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview_container .mCustomScrollBox > .mCSB_scrollTools,
#slide_preview_container .mCSB_scrollTools .mCSB_draggerRail,
#slide_preview_container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
}

/* line 121, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_image {
  max-height: 235px;
}

/* line 124, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 10px;
  height: auto;
  overflow: hidden;
}

/* line 129, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview li {
  display: block;
  overflow: hidden;
}

/* line 133, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .slide_view, #slide_preview .new_slide {
  height: 63px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 5px 0 5px 5px;
  border: 1px solid transparent;
  border-width: 1px 0;
}

/* line 145, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .slide_view.active {
  border-color: #999;
}

/* line 147, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .slide_view .slide_view_inner {
  width: 960px;
  height: 540px;
  max-height: 1000px;
  overflow: hidden;
  transform: scale(0.1);
  transform-origin: top left;
  -webkit-transform: scale(0.1);
  -webkit-transform-origin: top left;
  -ms-transform: scale(0.1);
  -ms-transform-origin: top left;
}

/* line 158, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .slide {
  height: 100%;
}

/* line 160, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .new_slide {
  margin-bottom: 10px;
}

/* line 162, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .new_slide_inner {
  border: 2px dashed #ccc;
  text-align: center;
  line-height: 50px;
  font-size: 48px;
  font-weight: 600;
  color: #ccc;
  width: 90px;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .new_slide_inner:hover {
  background: #fff;
}

/* line 173, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .media_ph {
  width: 100%;
  height: 280px;
  opacity: 0.3;
  display: block;
}

/* line 178, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .media_ph_outer {
  border: 10px dashed #fff;
  padding: 0;
  opacity: 0.4;
}

/* line 182, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_preview .slide_doc_outer:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  font-size: 224px;
  line-height: 280px;
  color: #000;
}

/* line 191, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_preview_overlay {
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  background-color: white;
  cursor: pointer;
  opacity: 0;
}

/* line 200, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_preview_handle {
  cursor: move;
  position: absolute;
  top: 5px;
  left: 100px;
  width: 20px;
  height: 70px;
  text-align: center;
  padding-top: 17px;
}

/* line 212, app/assets/stylesheets/pages/slides/slide_sets.sass */
.read_only #slide_preview .new_slide, .read_only #slide_preview .slide_preview_handle {
  display: none;
}

/* line 215, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slides_action_bar_container .dropdown-menu.theme_colour_picker_dropdown.colour_picker_dropdown {
  min-width: 572px;
}

/* line 218, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li {
  position: relative;
  width: 66px;
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  height: 56px;
  border: 1px solid transparent;
}

/* line 224, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
}

/* line 231, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li .outer {
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: absolute;
  top: -75%;
  left: -75%;
  width: 250%;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none;
}

/* line 242, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li .container {
  height: 114px;
  overflow: hidden;
}

/* line 245, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li .resource {
  padding: 4px 4px 2px 10px;
}

/* line 247, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li p {
  margin: 3px 0 4px 0;
  font-size: 1.35em;
  line-height: 1.2em;
}

/* line 251, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li p, #slide_colour_picker li a {
  font-weight: 600;
}

/* line 253, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li h1 {
  font-weight: 500;
  font-size: 2em;
  margin: -4px 0 0 0;
}

/* line 259, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_colour_picker li:hover {
  border-color: #333;
  cursor: pointer;
}

/* line 264, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_view a.btn {
  color: white;
}

/* line 266, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_view .edit_bar {
  z-index: 10;
  position: absolute;
  display: inline-block;
  right: 30px;
  top: 15px;
  font-family: "OpenSans", sans-serif;
}

/* line 273, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_view .edit_bar a.btn {
  float: right;
}

/* line 275, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_view .edit_bar a.edit_slide_template {
  color: black;
}

/* line 277, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_view .edit_bar a.remove_slide {
  color: red;
}

/* line 279, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_view .video-js {
  margin: auto;
}

/* line 282, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_set_edit_inner {
  overflow-x: hidden;
}

/* line 286, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_canvas .title_controls, #slide_set_canvas .caption_controls {
  font-size: 15px;
}

/* line 289, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_canvas .slide_placeholder {
  font-family: "OpenSans", sans-serif;
}

/* line 292, app/assets/stylesheets/pages/slides/slide_sets.sass */
.caption_controls {
  text-align: center;
  display: block;
}

/* line 297, app/assets/stylesheets/pages/slides/slide_sets.sass */
.property[data-type=caption] textarea {
  text-align: center;
  overflow-x: hidden;
  word-break: break-word;
}

/* line 302, app/assets/stylesheets/pages/slides/slide_sets.sass */
.next_container, .previous_container {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  margin: 0;
}

/* line 308, app/assets/stylesheets/pages/slides/slide_sets.sass */
.next_container {
  bottom: 15px;
  right: 12px;
}

/* line 312, app/assets/stylesheets/pages/slides/slide_sets.sass */
.previous_container {
  top: 20px;
  right: 32px;
}

/* line 316, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_placeholder {
  border: 2px dashed #ccc;
  text-align: center;
  display: block;
}

/* line 320, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_placeholder .btn {
  margin: 0;
  font-size: 14px;
}

/* line 323, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_placeholder.media {
  padding: 50px;
}

/* line 325, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_placeholder .insert_media_btn {
  background: rgba(1, 1, 1, 0.2);
}

/* line 327, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_placeholder .insert_media_btn:hover {
  background: rgba(1, 1, 1, 0.3);
}

/* line 331, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide a.slide_placeholder.resource {
  padding: 30px;
}

/* line 333, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide a.slide_placeholder.resource:before {
  border: 0;
}

/* line 336, app/assets/stylesheets/pages/slides/slide_sets.sass */
.ss_edit_outer {
  position: relative;
}

/* line 338, app/assets/stylesheets/pages/slides/slide_sets.sass */
.ss_edit_outer .save_indicator_panel {
  position: static;
  float: none;
  width: 100%;
  height: 29px;
  padding-left: 120px;
  overflow: hidden;
}

/* line 347, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_editor .slide_placeholder.resource, #slide_preview .slide_placeholder.resource {
  background-color: transparent;
}

/* line 349, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_editor .slide_placeholder.resource:hover, #slide_preview .slide_placeholder.resource:hover {
  background-color: rgba(1, 1, 1, 0.1);
}

/* line 354, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_editor:not(.read_only) .property[data-type=copy] .property_contents, #slide_set_editor:not(.read_only) .property[data-type=copy] .wysiwyg-editor {
  border-width: 2px;
  border-style: dashed;
  min-height: 270px;
}

/* line 358, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_set_editor:not(.read_only) .property[data-type=copy] .wysiwyg-editor {
  background: inherit;
  color: inherit;
  word-wrap: break-word;
}

/* line 364, app/assets/stylesheets/pages/slides/slide_sets.sass */
.property[data-type=copy] .property_contents {
  word-break: break-word;
  word-wrap: break-word;
}

/* line 368, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options {
  position: relative;
  display: block;
  border: 1px solid transparent;
  line-height: 0;
}

/* line 373, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options.image {
  display: inline-block;
}

/* line 375, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options.study_aid {
  line-height: inherit;
}

/* line 377, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options.study_aid .media_controls {
  right: -1px;
}

/* line 379, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options .media_controls, .slide_property_options .resource_move {
  display: none;
  position: absolute;
}

/* line 382, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options .resource_move {
  top: 0;
  left: 0;
  cursor: move;
  background: #dedede;
  padding: 3px 2px 0px 2px;
  border: 1px solid #d5d5d5;
}

/* line 389, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options .resource_move i {
  color: #444;
}

/* line 391, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options .media_controls {
  z-index: 10;
  right: 5px;
  top: 0;
}

/* line 395, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options .media_controls .btn {
  width: 35px;
  height: 30px;
  padding: 2px 0;
}

/* line 399, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options .media_controls .btn:first-child {
  margin-right: -5px;
}

/* line 402, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_property_options:hover .media_controls, .slide_property_options:hover .resource_move, .slide_property_options.hover .media_controls, .slide_property_options.hover .resource_move {
  display: block;
}

/* line 405, app/assets/stylesheets/pages/slides/slide_sets.sass */
.public_frame .slide {
  margin-left: auto;
}

/* line 408, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide .private_embed {
  min-height: 88px;
}

/* line 410, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide .private_embed i {
  position: absolute;
  font-size: 52px;
}

/* line 413, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide .private_embed .title {
  margin-left: 52px;
}

/* line 417, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_action_icon {
  width: 16px;
}

/* line 420, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_document {
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
}

/* line 425, app/assets/stylesheets/pages/slides/slide_sets.sass */
.slide_doc_outer {
  overflow: hidden;
}

/* line 428, app/assets/stylesheets/pages/slides/slide_sets.sass */
#slide_progress_text {
  margin: auto;
  background: transparent;
  height: 20px;
  margin-top: 5px;
}

/* line 434, app/assets/stylesheets/pages/slides/slide_sets.sass */
#loading_spinner {
  position: absolute;
  text-align: center;
  margin-top: 2em;
  width: 100%;
}

/* line 440, app/assets/stylesheets/pages/slides/slide_sets.sass */
.transparent {
  opacity: 0;
}
/*
    This file is also consumed by the mobile apps, changes should be tested there too before deploying.
*/
/* line 810, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide {
  padding: 20px 60px 20px 20px;
}

/* line 811, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide ul, .slide ol {
  margin: 1em 0;
}

/* line 814, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide li {
  display: list-item;
  margin-left: 2em;
}

/* line 818, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide ul li {
  list-style-type: disc;
}

/* line 821, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide ol li {
  list-style-type: decimal;
}

/* line 824, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide textarea {
  display: none;
}

/* line 827, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .property_editor {
  display: none;
}

/* line 831, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide iframe {
  width: 100%;
}

/* line 834, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .next {
  font-size: 3em;
}

/* line 838, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .next:hover, .slide .next:focus, .slide .next:active, .slide .previous:hover, .slide .previous:focus, .slide .previous:active {
  text-decoration: none;
}

/* line 842, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource {
  display: block;
  padding: 20px 60px 20px 20px;
  position: relative;
}

/* line 846, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
}

/* line 854, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource:hover, .slide a.resource:focus, .slide a.resource:active {
  text-decoration: none;
}

/* line 858, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource:not(.slide_placeholder) i {
  opacity: 0.8;
}

/* line 861, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource:not(.slide_placeholder):after {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 23px;
  opacity: 0.8;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  margin-top: -12px;
}

/* line 875, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource .title, .slide a.resource .meta {
  display: block;
  padding: 0;
}

/* line 879, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource .title {
  font-size: 1.2em;
}

/* line 882, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource .meta {
  font-size: 0.8em;
}

/* line 886, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.resource.slide_document:not(.slide_placeholder):after {
  content: "\f0f6";
  margin-top: 0;
  left: 0;
  width: 100%;
  top: 20px;
  text-align: center;
  font-size: 100px;
}

/* line 895, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide h1 {
  line-height: 1.428571429;
}

/* line 898, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide h1 textarea, .slide .property[data-type='caption'] textarea, .slide .property[data-type='study_aids'] textarea {
  background: transparent;
  color: inherit;
  text-shadow: inherit;
  padding: 0.12em 0 0 0;
  border-radius: 0;
  font: inherit;
  border: 2px dashed #cccccc;
  display: block;
  overflow-y: hidden;
  min-height: 1.7em;
}

/* line 910, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .property[data-type='caption'], .slide .property[data-type='media'] {
  text-align: center;
  display: block;
}

/* line 914, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .property[data-type='caption'] .property_contents {
  font-size: 0.9em;
}

/* line 917, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .caption_controls, .slide .property[data-type='caption'] {
  margin-top: 10px;
}

/* line 920, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .property[data-type='title'] h1, .slide .property[data-key='study_aid_text'] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 925, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .property[data-type='title'] textarea {
  white-space: nowrap;
  text-align: inherit;
  overflow: hidden;
}

/* line 932, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide_col {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0;
}

/* line 938, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide_col[data-type="media"] {
  text-align: center;
}

/* line 943, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide_col.slide_title {
  margin-bottom: 40px;
}

/* line 947, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide_image, .slide_media_thumbnail {
  border-radius: 6px;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* line 955, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide_property_options.image {
  max-width: 100%;
}

/* line 959, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide .resource, .slide_property_options.study_aid {
  margin-bottom: 20px;
}

/* line 962, app/assets/stylesheets/pages/slides/slide_themes.scss */
.slide a.slide_document {
  padding: 140px 20px 20px 20px;
}

/* line 965, app/assets/stylesheets/pages/slides/slide_themes.scss */
.property[data-type="media"] .slide_property_options {
  line-height: inherit;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t1 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .slide, .ss_t1 .container, .ss_t1 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1.save_indicator_panel, #slide_preview_container.ss_t1 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 h1 {
  color: #cf4b64;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 h1:after {
  border: 2px solid #cf4b64;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 a {
  color: #cf4b64;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource {
  background-color: #cf4b64;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource:before {
  border-color: #ae4055 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource .title, .ss_t1 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource .author {
  color: #f8b8c4;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .resource.slide_placeholder i {
  color: #cf4b64;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .next, .ss_t1 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .slide_placeholder, .ss_t1 h1 textarea, .ss_t1 .property[data-type='copy'] .property_contents,
.ss_t1 .property[data-type='copy'] .wysiwyg-editor, .ss_t1 .property[data-type='caption'] textarea, .ss_t1 .slide_property_options:hover,
.ss_t1 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t1 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t2 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .slide, .ss_t2 .container, .ss_t2 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2.save_indicator_panel, #slide_preview_container.ss_t2 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 h1 {
  color: #7f973e;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 h1:after {
  border: 2px solid #7f973e;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 a {
  color: #7f973e;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource {
  background-color: #7f973e;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource:before {
  border-color: #617231 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource .title, .ss_t2 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource .author {
  color: #b7c986;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .resource.slide_placeholder i {
  color: #7f973e;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .next, .ss_t2 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .slide_placeholder, .ss_t2 h1 textarea, .ss_t2 .property[data-type='copy'] .property_contents,
.ss_t2 .property[data-type='copy'] .wysiwyg-editor, .ss_t2 .property[data-type='caption'] textarea, .ss_t2 .slide_property_options:hover,
.ss_t2 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t2 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t3 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .slide, .ss_t3 .container, .ss_t3 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3.save_indicator_panel, #slide_preview_container.ss_t3 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 h1 {
  color: #3e7c99;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 h1:after {
  border: 2px solid #6189a2;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 a {
  color: #3e7c99;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource {
  background-color: #3e7c99;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource:before {
  border-color: #2f5b6f #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource .title, .ss_t3 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource .author {
  color: #84b1c6;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .resource.slide_placeholder i {
  color: #3e7c99;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .next, .ss_t3 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .slide_placeholder, .ss_t3 h1 textarea, .ss_t3 .property[data-type='copy'] .property_contents,
.ss_t3 .property[data-type='copy'] .wysiwyg-editor, .ss_t3 .property[data-type='caption'] textarea, .ss_t3 .slide_property_options:hover,
.ss_t3 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t3 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t4 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .slide, .ss_t4 .container, .ss_t4 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4.save_indicator_panel, #slide_preview_container.ss_t4 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 h1 {
  color: #989536;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 h1:after {
  border: 2px solid #989536;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 a {
  color: #989536;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource {
  background-color: #989536;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource:before {
  border-color: #6d6b28 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource .title, .ss_t4 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource .author {
  color: #d8d699;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .resource.slide_placeholder i {
  color: #989536;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .next, .ss_t4 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .slide_placeholder, .ss_t4 h1 textarea, .ss_t4 .property[data-type='copy'] .property_contents,
.ss_t4 .property[data-type='copy'] .wysiwyg-editor, .ss_t4 .property[data-type='caption'] textarea, .ss_t4 .slide_property_options:hover,
.ss_t4 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t4 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t5 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .slide, .ss_t5 .container, .ss_t5 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5.save_indicator_panel, #slide_preview_container.ss_t5 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 h1 {
  color: #b94343;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 h1:after {
  border: 2px solid #b94343;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 a {
  color: #b94343;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource {
  background-color: #b94343;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource:before {
  border-color: #8d3636 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource .title, .ss_t5 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource .author {
  color: #dc8888;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .resource.slide_placeholder i {
  color: #b94343;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .next, .ss_t5 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .slide_placeholder, .ss_t5 h1 textarea, .ss_t5 .property[data-type='copy'] .property_contents,
.ss_t5 .property[data-type='copy'] .wysiwyg-editor, .ss_t5 .property[data-type='caption'] textarea, .ss_t5 .slide_property_options:hover,
.ss_t5 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t5 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t6 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .slide, .ss_t6 .container, .ss_t6 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6.save_indicator_panel, #slide_preview_container.ss_t6 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 h1 {
  color: #d26548;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 h1:after {
  border: 2px solid #d26548;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 a {
  color: #d26548;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource {
  background-color: #d26548;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource:before {
  border-color: #a34931 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource .title, .ss_t6 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource .author {
  color: #f0b1a0;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .resource.slide_placeholder i {
  color: #d26548;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .next, .ss_t6 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .slide_placeholder, .ss_t6 h1 textarea, .ss_t6 .property[data-type='copy'] .property_contents,
.ss_t6 .property[data-type='copy'] .wysiwyg-editor, .ss_t6 .property[data-type='caption'] textarea, .ss_t6 .slide_property_options:hover,
.ss_t6 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t6 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t7 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .slide, .ss_t7 .container, .ss_t7 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7.save_indicator_panel, #slide_preview_container.ss_t7 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 h1 {
  color: #9852a7;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 h1:after {
  border: 2px solid #9852a7;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 a {
  color: #9852a7;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource {
  background-color: #9852a7;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource:before {
  border-color: #6e3879 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource .title, .ss_t7 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource .author {
  color: #daa3e6;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .resource.slide_placeholder i {
  color: #9852a7;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .next, .ss_t7 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .slide_placeholder, .ss_t7 h1 textarea, .ss_t7 .property[data-type='copy'] .property_contents,
.ss_t7 .property[data-type='copy'] .wysiwyg-editor, .ss_t7 .property[data-type='caption'] textarea, .ss_t7 .slide_property_options:hover,
.ss_t7 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t7 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t8 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .slide, .ss_t8 .container, .ss_t8 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8.save_indicator_panel, #slide_preview_container.ss_t8 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 h1 {
  color: #695ecc;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 h1:after {
  border: 2px solid #695ecc;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 a {
  color: #695ecc;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource {
  background-color: #695ecc;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource:before {
  border-color: #51489f #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource .title, .ss_t8 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource .author {
  color: #a8a1ea;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .resource.slide_placeholder i {
  color: #695ecc;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .next, .ss_t8 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .slide_placeholder, .ss_t8 h1 textarea, .ss_t8 .property[data-type='copy'] .property_contents,
.ss_t8 .property[data-type='copy'] .wysiwyg-editor, .ss_t8 .property[data-type='caption'] textarea, .ss_t8 .slide_property_options:hover,
.ss_t8 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t8 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t9 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .slide, .ss_t9 .container, .ss_t9 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9.save_indicator_panel, #slide_preview_container.ss_t9 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #f8b8c4;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 h1:after {
  border: 2px solid #cf4b64;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 a {
  color: #cf4b64;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource {
  background-color: #cf4b64;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource:before {
  border-color: #ae4055 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource .title, .ss_t9 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource .author {
  color: #f8b8c4;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .resource.slide_placeholder i {
  color: #cf4b64;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .next, .ss_t9 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .slide_placeholder, .ss_t9 h1 textarea, .ss_t9 .property[data-type='copy'] .property_contents,
.ss_t9 .property[data-type='copy'] .wysiwyg-editor, .ss_t9 .property[data-type='caption'] textarea, .ss_t9 .slide_property_options:hover,
.ss_t9 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t9 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t10 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .slide, .ss_t10 .container, .ss_t10 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10.save_indicator_panel, #slide_preview_container.ss_t10 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #7f973e;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 h1:after {
  border: 2px solid #7f973e;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 a {
  color: #7f973e;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource {
  background-color: #7f973e;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource:before {
  border-color: #617231 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource .title, .ss_t10 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource .author {
  color: #b7c986;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .resource.slide_placeholder i {
  color: #7f973e;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .next, .ss_t10 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .slide_placeholder, .ss_t10 h1 textarea, .ss_t10 .property[data-type='copy'] .property_contents,
.ss_t10 .property[data-type='copy'] .wysiwyg-editor, .ss_t10 .property[data-type='caption'] textarea, .ss_t10 .slide_property_options:hover,
.ss_t10 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t10 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t11 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .slide, .ss_t11 .container, .ss_t11 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11.save_indicator_panel, #slide_preview_container.ss_t11 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #84b1c6;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 h1:after {
  border: 2px solid #6189a2;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 a {
  color: #3e7c99;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource {
  background-color: #3e7c99;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource:before {
  border-color: #2f5b6f #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource .title, .ss_t11 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource .meta {
  color: #c6dae6;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource .author {
  color: #84b1c6;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .resource.slide_placeholder i {
  color: #3e7c99;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .next, .ss_t11 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .slide_placeholder, .ss_t11 h1 textarea, .ss_t11 .property[data-type='copy'] .property_contents,
.ss_t11 .property[data-type='copy'] .wysiwyg-editor, .ss_t11 .property[data-type='caption'] textarea, .ss_t11 .slide_property_options:hover,
.ss_t11 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t11 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t12 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .slide, .ss_t12 .container, .ss_t12 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12.save_indicator_panel, #slide_preview_container.ss_t12 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #d8d699;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 h1:after {
  border: 2px solid #d8d699;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 a {
  color: #989536;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource {
  background-color: #989536;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource:before {
  border-color: #6d6b28 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource .title, .ss_t12 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource .author {
  color: #d8d699;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .resource.slide_placeholder i {
  color: #989536;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .next, .ss_t12 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .slide_placeholder, .ss_t12 h1 textarea, .ss_t12 .property[data-type='copy'] .property_contents,
.ss_t12 .property[data-type='copy'] .wysiwyg-editor, .ss_t12 .property[data-type='caption'] textarea, .ss_t12 .slide_property_options:hover,
.ss_t12 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t12 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t13 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .slide, .ss_t13 .container, .ss_t13 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13.save_indicator_panel, #slide_preview_container.ss_t13 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #dc8888;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 h1:after {
  border: 2px solid #b94343;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 a {
  color: #b94343;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource {
  background-color: #b94343;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource:before {
  border-color: #8d3636 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource .title, .ss_t13 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource .author {
  color: #dc8888;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .resource.slide_placeholder i {
  color: #b94343;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .next, .ss_t13 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .slide_placeholder, .ss_t13 h1 textarea, .ss_t13 .property[data-type='copy'] .property_contents,
.ss_t13 .property[data-type='copy'] .wysiwyg-editor, .ss_t13 .property[data-type='caption'] textarea, .ss_t13 .slide_property_options:hover,
.ss_t13 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t13 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t14 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .slide, .ss_t14 .container, .ss_t14 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14.save_indicator_panel, #slide_preview_container.ss_t14 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #f0b1a0;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 h1:after {
  border: 2px solid #f0b1a0;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 a {
  color: #d26548;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource {
  background-color: #d26548;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource:before {
  border-color: #a34931 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource .title, .ss_t14 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource .author {
  color: #f0b1a0;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .resource.slide_placeholder i {
  color: #d26548;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .next, .ss_t14 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .slide_placeholder, .ss_t14 h1 textarea, .ss_t14 .property[data-type='copy'] .property_contents,
.ss_t14 .property[data-type='copy'] .wysiwyg-editor, .ss_t14 .property[data-type='caption'] textarea, .ss_t14 .slide_property_options:hover,
.ss_t14 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t14 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t15 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .slide, .ss_t15 .container, .ss_t15 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15.save_indicator_panel, #slide_preview_container.ss_t15 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #daa3e6;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 h1:after {
  border: 2px solid #9852a7;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 a {
  color: #9852a7;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource {
  background-color: #9852a7;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource:before {
  border-color: #6e3879 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource .title, .ss_t15 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource .author {
  color: #daa3e6;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .resource.slide_placeholder i {
  color: #9852a7;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .next, .ss_t15 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .slide_placeholder, .ss_t15 h1 textarea, .ss_t15 .property[data-type='copy'] .property_contents,
.ss_t15 .property[data-type='copy'] .wysiwyg-editor, .ss_t15 .property[data-type='caption'] textarea, .ss_t15 .slide_property_options:hover,
.ss_t15 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t15 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t16 {
  background-color: #333;
  color: #757575;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .slide, .ss_t16 .container, .ss_t16 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16.save_indicator_panel, #slide_preview_container.ss_t16 {
  background-color: tint(#333, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .slide_view.active {
  background-color: tint(#333, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 h1 {
  color: #333;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 #a8a1ea;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 h1:after {
  border: 2px solid #a8a1ea;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 a {
  color: #695ecc;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource {
  background-color: #695ecc;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource:before {
  border-color: #51489f #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource .title, .ss_t16 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource .author {
  color: #a8a1ea;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .resource.slide_placeholder i {
  color: #695ecc;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .next, .ss_t16 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .slide_placeholder, .ss_t16 h1 textarea, .ss_t16 .property[data-type='copy'] .property_contents,
.ss_t16 .property[data-type='copy'] .wysiwyg-editor, .ss_t16 .property[data-type='caption'] textarea, .ss_t16 .slide_property_options:hover,
.ss_t16 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t16 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t17 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .slide, .ss_t17 .container, .ss_t17 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #ed3f60;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17.save_indicator_panel, #slide_preview_container.ss_t17 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #da3353, 4px 4px 0 #da3353;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 h1:after {
  border: 2px solid #b8334c;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 a {
  color: #ed8ea0;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource {
  background-color: #b8334c;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource:before {
  border-color: #a72e45 #ed3f60;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource .title, .ss_t17 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource .author {
  color: #ed8ea0;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .resource.slide_placeholder i {
  color: #ed8ea0;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .next, .ss_t17 .previous {
  color: #da3353;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .slide_placeholder, .ss_t17 h1 textarea, .ss_t17 .property[data-type='copy'] .property_contents,
.ss_t17 .property[data-type='copy'] .wysiwyg-editor, .ss_t17 .property[data-type='caption'] textarea, .ss_t17 .slide_property_options:hover,
.ss_t17 .property[data-type='study_aids'] textarea {
  border-color: #da3353 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t17 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t18 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .slide, .ss_t18 .container, .ss_t18 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #6f8a26;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18.save_indicator_panel, #slide_preview_container.ss_t18 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #5c7220, 4px 4px 0 #5c7220;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 h1:after {
  border: 2px solid #52671b;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 a {
  color: #acc569;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource {
  background-color: #52671b;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource:before {
  border-color: #475817 #6f8a26;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource .title, .ss_t18 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource .author {
  color: #acc569;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .resource.slide_placeholder i {
  color: #acc569;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .next, .ss_t18 .previous {
  color: #acc569;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .slide_placeholder, .ss_t18 h1 textarea, .ss_t18 .property[data-type='copy'] .property_contents,
.ss_t18 .property[data-type='copy'] .wysiwyg-editor, .ss_t18 .property[data-type='caption'] textarea, .ss_t18 .slide_property_options:hover,
.ss_t18 .property[data-type='study_aids'] textarea {
  border-color: #acc569 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t18 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t19 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .slide, .ss_t19 .container, .ss_t19 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #266a8a;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19.save_indicator_panel, #slide_preview_container.ss_t19 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #1b5069, 4px 4px 0 #1b5069;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 h1:after {
  border: 2px solid #1b5069;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 a {
  color: #72b1cf;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource {
  background-color: #1b5069;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource:before {
  border-color: #164459 #266a8a;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource .title, .ss_t19 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource .author {
  color: #72b1cf;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .resource.slide_placeholder i {
  color: #72b1cf;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .next, .ss_t19 .previous {
  color: #72b1cf;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .slide_placeholder, .ss_t19 h1 textarea, .ss_t19 .property[data-type='copy'] .property_contents,
.ss_t19 .property[data-type='copy'] .wysiwyg-editor, .ss_t19 .property[data-type='caption'] textarea, .ss_t19 .slide_property_options:hover,
.ss_t19 .property[data-type='study_aids'] textarea {
  border-color: #72b1cf !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t19 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t20 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .slide, .ss_t20 .container, .ss_t20 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #989536;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20.save_indicator_panel, #slide_preview_container.ss_t20 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #767327, 4px 4px 0 #767327;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 h1:after {
  border: 2px solid #767327;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 a {
  color: #dcd985;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource {
  background-color: #767327;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource:before {
  border-color: #696723 #989536;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource .title, .ss_t20 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource .author {
  color: #dcd985;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .resource.slide_placeholder i {
  color: #dcd985;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .next, .ss_t20 .previous {
  color: #dcd985;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .slide_placeholder, .ss_t20 h1 textarea, .ss_t20 .property[data-type='copy'] .property_contents,
.ss_t20 .property[data-type='copy'] .wysiwyg-editor, .ss_t20 .property[data-type='caption'] textarea, .ss_t20 .slide_property_options:hover,
.ss_t20 .property[data-type='study_aids'] textarea {
  border-color: #dcd985 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t20 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t21 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .slide, .ss_t21 .container, .ss_t21 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #b73e3e;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21.save_indicator_panel, #slide_preview_container.ss_t21 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #9b3231, 4px 4px 0 #9b3231;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 h1:after {
  border: 2px solid #9b3231;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 a {
  color: #dfa0a0;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource {
  background-color: #9b3231;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource:before {
  border-color: #7c2625 #b73e3e;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource .title, .ss_t21 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource .author {
  color: #dfa0a0;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .resource.slide_placeholder i {
  color: #dfa0a0;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .next, .ss_t21 .previous {
  color: #dfa0a0;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .slide_placeholder, .ss_t21 h1 textarea, .ss_t21 .property[data-type='copy'] .property_contents,
.ss_t21 .property[data-type='copy'] .wysiwyg-editor, .ss_t21 .property[data-type='caption'] textarea, .ss_t21 .slide_property_options:hover,
.ss_t21 .property[data-type='study_aids'] textarea {
  border-color: #dfa0a0 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t21 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t22 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .slide, .ss_t22 .container, .ss_t22 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #c96235;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22.save_indicator_panel, #slide_preview_container.ss_t22 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #ae5026, 4px 4px 0 #ae5026;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 h1:after {
  border: 2px solid #ae5026;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 a {
  color: #d99d83;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource {
  background-color: #ae5026;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource:before {
  border-color: #99441f #c96235;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource .title, .ss_t22 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource .author {
  color: #d99d83;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .resource.slide_placeholder i {
  color: #d99d83;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .next, .ss_t22 .previous {
  color: #d99d83;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .slide_placeholder, .ss_t22 h1 textarea, .ss_t22 .property[data-type='copy'] .property_contents,
.ss_t22 .property[data-type='copy'] .wysiwyg-editor, .ss_t22 .property[data-type='caption'] textarea, .ss_t22 .slide_property_options:hover,
.ss_t22 .property[data-type='study_aids'] textarea {
  border-color: #d99d83 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t22 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t23 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .slide, .ss_t23 .container, .ss_t23 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #9146a1;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23.save_indicator_panel, #slide_preview_container.ss_t23 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #743582, 4px 4px 0 #743582;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 h1:after {
  border: 2px solid #743582;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 a {
  color: #d4a1df;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource {
  background-color: #743582;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource:before {
  border-color: #5e296a #9146a1;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource .title, .ss_t23 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource .author {
  color: #d4a1df;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .resource.slide_placeholder i {
  color: #d4a1df;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .next, .ss_t23 .previous {
  color: #d4a1df;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .slide_placeholder, .ss_t23 h1 textarea, .ss_t23 .property[data-type='copy'] .property_contents,
.ss_t23 .property[data-type='copy'] .wysiwyg-editor, .ss_t23 .property[data-type='caption'] textarea, .ss_t23 .slide_property_options:hover,
.ss_t23 .property[data-type='study_aids'] textarea {
  border-color: #d4a1df !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t23 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t24 {
  background-color: #212121;
  color: #fff;
  border-color: #aaa;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .slide, .ss_t24 .container, .ss_t24 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #5144cf;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24.save_indicator_panel, #slide_preview_container.ss_t24 {
  background-color: tint(#212121, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .media_ph {
  background-color: #fff;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .media_ph_outer {
  border-color: #fff;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .slide_view.active {
  background-color: tint(#212121, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #3e3597, 4px 4px 0 #3e3597;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 h1:after {
  border: 2px solid #3e3597;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 a {
  color: #93b6cc;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource {
  background-color: #3e3597;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource:before {
  border-color: #342b85 #5144cf;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource .title, .ss_t24 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource .author {
  color: #93b6cc;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .resource.slide_placeholder i {
  color: #93b6cc;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .next, .ss_t24 .previous {
  color: #93b6cc;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .slide_placeholder, .ss_t24 h1 textarea, .ss_t24 .property[data-type='copy'] .property_contents,
.ss_t24 .property[data-type='copy'] .wysiwyg-editor, .ss_t24 .property[data-type='caption'] textarea, .ss_t24 .slide_property_options:hover,
.ss_t24 .property[data-type='study_aids'] textarea {
  border-color: #93b6cc !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t24 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t25 {
  background-color: #cf4b64;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .slide, .ss_t25 .container, .ss_t25 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25.save_indicator_panel, #slide_preview_container.ss_t25 {
  background-color: tint(#cf4b64, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .slide_view.active {
  background-color: tint(#cf4b64, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 h1:after {
  border: 2px solid #4b8fcf;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 a {
  color: #4b8fcf;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource {
  background-color: #4b8fcf;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource:before {
  border-color: #437eb4 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource .title, .ss_t25 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource .author {
  color: #b4d2ed;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .resource.slide_placeholder i {
  color: #4b8fcf;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .next, .ss_t25 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .slide_placeholder, .ss_t25 h1 textarea, .ss_t25 .property[data-type='copy'] .property_contents,
.ss_t25 .property[data-type='copy'] .wysiwyg-editor, .ss_t25 .property[data-type='caption'] textarea, .ss_t25 .slide_property_options:hover,
.ss_t25 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t25 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t26 {
  background-color: #7f973e;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .slide, .ss_t26 .container, .ss_t26 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26.save_indicator_panel, #slide_preview_container.ss_t26 {
  background-color: tint(#7f973e, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .slide_view.active {
  background-color: tint(#7f973e, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 h1:after {
  border: 2px solid #945aad;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 a {
  color: #945aad;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource {
  background-color: #945aad;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource:before {
  border-color: #794490 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource .title, .ss_t26 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource .author {
  color: #c199d2;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .resource.slide_placeholder i {
  color: #945aad;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .next, .ss_t26 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .slide_placeholder, .ss_t26 h1 textarea, .ss_t26 .property[data-type='copy'] .property_contents,
.ss_t26 .property[data-type='copy'] .wysiwyg-editor, .ss_t26 .property[data-type='caption'] textarea, .ss_t26 .slide_property_options:hover,
.ss_t26 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t26 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t27 {
  background-color: #3e7c99;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .slide, .ss_t27 .container, .ss_t27 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27.save_indicator_panel, #slide_preview_container.ss_t27 {
  background-color: tint(#3e7c99, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .slide_view.active {
  background-color: tint(#3e7c99, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 h1:after {
  border: 2px solid #d2862a;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 a {
  color: #d2862a;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource {
  background-color: #d2862a;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource:before {
  border-color: #bf761f #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource .title, .ss_t27 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource .author {
  color: #efc38e;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .resource.slide_placeholder i {
  color: #d2862a;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .next, .ss_t27 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .slide_placeholder, .ss_t27 h1 textarea, .ss_t27 .property[data-type='copy'] .property_contents,
.ss_t27 .property[data-type='copy'] .wysiwyg-editor, .ss_t27 .property[data-type='caption'] textarea, .ss_t27 .slide_property_options:hover,
.ss_t27 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t27 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t28 {
  background-color: #989536;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .slide, .ss_t28 .container, .ss_t28 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28.save_indicator_panel, #slide_preview_container.ss_t28 {
  background-color: tint(#989536, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .slide_view.active {
  background-color: tint(#989536, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 h1:after {
  border: 2px solid #647da5;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 a {
  color: #647da5;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource {
  background-color: #647da5;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource:before {
  border-color: #465977 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource .title, .ss_t28 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource .author {
  color: #afc2e1;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .resource.slide_placeholder i {
  color: #647da5;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .next, .ss_t28 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .slide_placeholder, .ss_t28 h1 textarea, .ss_t28 .property[data-type='copy'] .property_contents,
.ss_t28 .property[data-type='copy'] .wysiwyg-editor, .ss_t28 .property[data-type='caption'] textarea, .ss_t28 .slide_property_options:hover,
.ss_t28 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t28 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t29 {
  background-color: #b94343;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .slide, .ss_t29 .container, .ss_t29 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29.save_indicator_panel, #slide_preview_container.ss_t29 {
  background-color: tint(#b94343, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .slide_view.active {
  background-color: tint(#b94343, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 h1:after {
  border: 2px solid #368c98;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 a {
  color: #368c98;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource {
  background-color: #368c98;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource:before {
  border-color: #2d6b74 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource .title, .ss_t29 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource .author {
  color: #89c5cd;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .resource.slide_placeholder i {
  color: #368c98;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .next, .ss_t29 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .slide_placeholder, .ss_t29 h1 textarea, .ss_t29 .property[data-type='copy'] .property_contents,
.ss_t29 .property[data-type='copy'] .wysiwyg-editor, .ss_t29 .property[data-type='caption'] textarea, .ss_t29 .slide_property_options:hover,
.ss_t29 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t29 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t30 {
  background-color: #d26548;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .slide, .ss_t30 .container, .ss_t30 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30.save_indicator_panel, #slide_preview_container.ss_t30 {
  background-color: tint(#d26548, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .slide_view.active {
  background-color: tint(#d26548, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 h1:after {
  border: 2px solid #6c5e50;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 a {
  color: #6c5e50;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource {
  background-color: #6c5e50;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource:before {
  border-color: #51473e #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource .title, .ss_t30 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource .author {
  color: #afa59a;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .resource.slide_placeholder i {
  color: #6c5e50;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .next, .ss_t30 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .slide_placeholder, .ss_t30 h1 textarea, .ss_t30 .property[data-type='copy'] .property_contents,
.ss_t30 .property[data-type='copy'] .wysiwyg-editor, .ss_t30 .property[data-type='caption'] textarea, .ss_t30 .slide_property_options:hover,
.ss_t30 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t30 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t31 {
  background-color: #9852a7;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .slide, .ss_t31 .container, .ss_t31 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31.save_indicator_panel, #slide_preview_container.ss_t31 {
  background-color: tint(#9852a7, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .slide_view.active {
  background-color: tint(#9852a7, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 h1:after {
  border: 2px solid #a6883e;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 a {
  color: #a6883e;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource {
  background-color: #a6883e;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource:before {
  border-color: #836b30 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource .title, .ss_t31 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource .author {
  color: #c7b17b;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .resource.slide_placeholder i {
  color: #a6883e;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .next, .ss_t31 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .slide_placeholder, .ss_t31 h1 textarea, .ss_t31 .property[data-type='copy'] .property_contents,
.ss_t31 .property[data-type='copy'] .wysiwyg-editor, .ss_t31 .property[data-type='caption'] textarea, .ss_t31 .slide_property_options:hover,
.ss_t31 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t31 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t32 {
  background-color: #695ecc;
  color: #757575;
  border-color: #efefef;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .slide, .ss_t32 .container, .ss_t32 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #e5e5e5;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32.save_indicator_panel, #slide_preview_container.ss_t32 {
  background-color: tint(#695ecc, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .media_ph {
  background-color: #757575;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .media_ph_outer {
  border-color: #757575;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .slide_view.active {
  background-color: tint(#695ecc, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32.save_indicator_panel {
  color: #fff;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32.save_indicator_panel #last_saved {
  color: #fff;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 h1 {
  color: #474747;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 h1:after {
  border: 2px solid #9d6039;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 a {
  color: #9d6039;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource {
  background-color: #9d6039;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource:before {
  border-color: #7e4f31 #e5e5e5;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource .title, .ss_t32 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource .author {
  color: #c6987a;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .resource.slide_placeholder i {
  color: #9d6039;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .next, .ss_t32 .previous {
  color: #757575;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .slide_placeholder, .ss_t32 h1 textarea, .ss_t32 .property[data-type='copy'] .property_contents,
.ss_t32 .property[data-type='copy'] .wysiwyg-editor, .ss_t32 .property[data-type='caption'] textarea, .ss_t32 .slide_property_options:hover,
.ss_t32 .property[data-type='study_aids'] textarea {
  border-color: #757575 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .slide_preview_handle {
  color: #e5e5e5;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t32 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t33 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .slide, .ss_t33 .container, .ss_t33 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33.save_indicator_panel, #slide_preview_container.ss_t33 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 h1:after {
  border: 2px solid #cf4b64;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 a {
  color: #cf4b64;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource {
  background-color: #cf4b64;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource:before {
  border-color: #ae4055 #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource .title, .ss_t33 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource .author {
  color: #f8b8c4;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .resource.slide_placeholder i {
  color: #cf4b64;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .next, .ss_t33 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .slide_placeholder, .ss_t33 h1 textarea, .ss_t33 .property[data-type='copy'] .property_contents,
.ss_t33 .property[data-type='copy'] .wysiwyg-editor, .ss_t33 .property[data-type='caption'] textarea, .ss_t33 .slide_property_options:hover,
.ss_t33 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t33 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t34 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .slide, .ss_t34 .container, .ss_t34 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34.save_indicator_panel, #slide_preview_container.ss_t34 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 h1:after {
  border: 2px solid #7f973e;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 a {
  color: #7f973e;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource {
  background-color: #7f973e;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource:before {
  border-color: #617231 #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource .title, .ss_t34 .resource i {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource .meta {
  color: #fff;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource .author {
  color: #b7c986;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource:after {
  color: #fff;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .resource.slide_placeholder i {
  color: #7f973e;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .next, .ss_t34 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .slide_placeholder, .ss_t34 h1 textarea, .ss_t34 .property[data-type='copy'] .property_contents,
.ss_t34 .property[data-type='copy'] .wysiwyg-editor, .ss_t34 .property[data-type='caption'] textarea, .ss_t34 .slide_property_options:hover,
.ss_t34 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t34 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t35 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .slide, .ss_t35 .container, .ss_t35 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35.save_indicator_panel, #slide_preview_container.ss_t35 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 h1:after {
  border: 2px solid #6189a2;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 a {
  color: #3e7c99;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource {
  background-color: #3e7c99;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource:before {
  border-color: #2f5b6f #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource .title, .ss_t35 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource .meta {
  color: #c6dae6;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource .author {
  color: #84b1c6;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .resource.slide_placeholder i {
  color: #3e7c99;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .next, .ss_t35 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .slide_placeholder, .ss_t35 h1 textarea, .ss_t35 .property[data-type='copy'] .property_contents,
.ss_t35 .property[data-type='copy'] .wysiwyg-editor, .ss_t35 .property[data-type='caption'] textarea, .ss_t35 .slide_property_options:hover,
.ss_t35 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t35 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t36 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .slide, .ss_t36 .container, .ss_t36 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36.save_indicator_panel, #slide_preview_container.ss_t36 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 h1:after {
  border: 2px solid #989536;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 a {
  color: #989536;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource {
  background-color: #989536;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource:before {
  border-color: #6d6b28 #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource .title, .ss_t36 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource .author {
  color: #d8d699;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .resource.slide_placeholder i {
  color: #989536;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .next, .ss_t36 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .slide_placeholder, .ss_t36 h1 textarea, .ss_t36 .property[data-type='copy'] .property_contents,
.ss_t36 .property[data-type='copy'] .wysiwyg-editor, .ss_t36 .property[data-type='caption'] textarea, .ss_t36 .slide_property_options:hover,
.ss_t36 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t36 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t37 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .slide, .ss_t37 .container, .ss_t37 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37.save_indicator_panel, #slide_preview_container.ss_t37 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 h1:after {
  border: 2px solid #b94343;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 a {
  color: #b94343;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource {
  background-color: #b94343;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource:before {
  border-color: #8d3636 #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource .title, .ss_t37 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource .author {
  color: #dc8888;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .resource.slide_placeholder i {
  color: #b94343;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .next, .ss_t37 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .slide_placeholder, .ss_t37 h1 textarea, .ss_t37 .property[data-type='copy'] .property_contents,
.ss_t37 .property[data-type='copy'] .wysiwyg-editor, .ss_t37 .property[data-type='caption'] textarea, .ss_t37 .slide_property_options:hover,
.ss_t37 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t37 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t38 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .slide, .ss_t38 .container, .ss_t38 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38.save_indicator_panel, #slide_preview_container.ss_t38 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 h1:after {
  border: 2px solid #d26548;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 a {
  color: #d26548;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource {
  background-color: #d26548;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource:before {
  border-color: #a34931 #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource .title, .ss_t38 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource .author {
  color: #f0b1a0;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .resource.slide_placeholder i {
  color: #d26548;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .next, .ss_t38 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .slide_placeholder, .ss_t38 h1 textarea, .ss_t38 .property[data-type='copy'] .property_contents,
.ss_t38 .property[data-type='copy'] .wysiwyg-editor, .ss_t38 .property[data-type='caption'] textarea, .ss_t38 .slide_property_options:hover,
.ss_t38 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t38 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t39 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .slide, .ss_t39 .container, .ss_t39 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39.save_indicator_panel, #slide_preview_container.ss_t39 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 h1:after {
  border: 2px solid #9852a7;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 a {
  color: #9852a7;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource {
  background-color: #9852a7;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource:before {
  border-color: #6e3879 #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource .title, .ss_t39 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource .author {
  color: #daa3e6;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .resource.slide_placeholder i {
  color: #9852a7;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .next, .ss_t39 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .slide_placeholder, .ss_t39 h1 textarea, .ss_t39 .property[data-type='copy'] .property_contents,
.ss_t39 .property[data-type='copy'] .wysiwyg-editor, .ss_t39 .property[data-type='caption'] textarea, .ss_t39 .slide_property_options:hover,
.ss_t39 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t39 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 45, app/assets/stylesheets/pages/slides/themify.scss */
.ss_t40 {
  background-color: #f9f9f9;
  color: #f9f9f9;
  border-color: #ccc;
}

/* line 973, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .slide, .ss_t40 .container, .ss_t40 .property[data-type=copy] .property_contents {
  font-weight: 300;
  background-color: #3c3c3c;
}

/* line 977, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40.save_indicator_panel, #slide_preview_container.ss_t40 {
  background-color: tint(#f9f9f9, 25);
}

/* line 980, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .media_ph {
  background-color: #f9f9f9;
}

/* line 983, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .media_ph_outer {
  border-color: #f9f9f9;
}

/* line 986, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .slide_view.active {
  background-color: tint(#f9f9f9, 40);
}

/* line 989, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40.save_indicator_panel {
  color: #333;
}

/* line 991, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40.save_indicator_panel #last_saved {
  color: #333;
}

/* line 995, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 h1 {
  color: #f9f9f9;
  text-shadow: 2px 2px 0 transparent, 4px 4px 0 transparent;
}

/* line 998, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 h1:after {
  border: 2px solid #695ecc;
}

/* line 1002, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 a {
  color: #695ecc;
}

/* line 1005, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource {
  background-color: #695ecc;
}

/* line 1007, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource:before {
  border-color: #51489f #3c3c3c;
}

/* line 1010, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource .title, .ss_t40 .resource i {
  color: white;
}

/* line 1013, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource .meta {
  color: white;
}

/* line 1016, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource .author {
  color: #a8a1ea;
}

/* line 1020, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource:after {
  color: white;
}

/* line 1023, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .resource.slide_placeholder i {
  color: #695ecc;
}

/* line 1026, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .next, .ss_t40 .previous {
  color: #c6c6c6;
}

/* line 1029, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .slide_placeholder, .ss_t40 h1 textarea, .ss_t40 .property[data-type='copy'] .property_contents,
.ss_t40 .property[data-type='copy'] .wysiwyg-editor, .ss_t40 .property[data-type='caption'] textarea, .ss_t40 .slide_property_options:hover,
.ss_t40 .property[data-type='study_aids'] textarea {
  border-color: #c6c6c6 !important;
}

/* line 1034, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .slide_preview_handle {
  color: #999;
}

/* line 1038, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .property[data-type='title'] h1.left_align {
  text-align: left;
}

/* line 1041, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .property[data-type='title'] h1.center_align {
  text-align: center;
}

/* line 1044, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .property[data-type='title'] h1.right_align {
  text-align: right;
}

/* line 1047, app/assets/stylesheets/pages/slides/slide_themes.scss */
.ss_t40 .property[data-type='title'] h1.justify_align {
  text-align: justify;
}

/* line 1053, app/assets/stylesheets/pages/slides/slide_themes.scss */
.course_frame_body #slide_set_canvas {
  background: white;
}
/* line 1, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.cke_float {
  display: none !important;
}

/* line 4, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-editor {
  outline: none;
}

/* line 7, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-editor p, .wysiwyg-editor i, .wysiwyg-editor u, .wysiwyg-editor b, .wysiwyg-editor em, .wysiwyg-editor strong {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  margin-top: inherit;
}

/* line 14, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-editor p, .wysiwyg-editor i, .wysiwyg-editor u, .wysiwyg-editor em {
  font-weight: inherit;
}

/* line 18, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-editor ul li {
  list-style-type: disc;
  display: list-item;
}

/* line 23, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-editor ol li {
  list-style-type: decimal;
  display: list-item;
}

/* line 27, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-editor a {
  cursor: text;
}

/* text align */
/* line 33, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-text-align-right {
  text-align: right;
}

/* line 36, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-text-align-center {
  text-align: center;
}

/* line 39, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-text-align-left {
  text-align: left;
}

/* line 42, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-text-align-justify {
  text-align: justify;
}

/* text size */
/* line 48, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-xx-small {
  font-size: xx-small;
}

/* line 51, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-x-small {
  font-size: x-small;
}

/* line 54, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-smaller {
  font-size: smaller;
}

/* line 57, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-small {
  font-size: small;
}

/* line 60, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-medium {
  font-size: medium;
}

/* line 63, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-large {
  font-size: large;
}

/* line 66, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-larger {
  font-size: larger;
}

/* line 69, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-x-large {
  font-size: x-large;
}

/* line 72, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-font-size-xx-large {
  font-size: xx-large;
}

/* text colours */
/* line 78, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d24b57 {
  color: #d24b57;
}

/* line 80, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f32412 {
  color: #f32412;
}

/* line 82, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c92c2c {
  color: #c92c2c;
}

/* line 84, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d81e18 {
  color: #d81e18;
}

/* line 86, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-97281c {
  color: #97281c;
}

/* line 88, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ef4734 {
  color: #ef4734;
}

/* line 90, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d74742 {
  color: #d74742;
}

/* line 92, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6a130b {
  color: #6a130b;
}

/* line 94, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bf3a2b {
  color: #bf3a2b;
}

/* line 96, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d1000e {
  color: #d1000e;
}

/* line 98, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-db0a5a {
  color: #db0a5a;
}

/* line 100, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ffecdb {
  color: #ffecdb;
}

/* line 102, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f64646 {
  color: #f64646;
}

/* line 104, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f1aba2 {
  color: #f1aba2;
}

/* line 106, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d2517e {
  color: #d2517e;
}

/* line 108, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df8182 {
  color: #df8182;
}

/* line 110, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f62357 {
  color: #f62357;
}

/* line 112, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-e26a6a {
  color: #e26a6a;
}

/* line 114, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-811834 {
  color: #811834;
}

/* line 116, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ddc7e1 {
  color: #ddc7e1;
}

/* line 118, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-663399 {
  color: #663399;
}

/* line 120, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-674171 {
  color: #674171;
}

/* line 122, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-38143e {
  color: #38143e;
}

/* line 124, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ada7d3 {
  color: #ada7d3;
}

/* line 126, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-903c87 {
  color: #903c87;
}

/* line 128, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-9d12b5 {
  color: #9d12b5;
}

/* line 130, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bf55ec {
  color: #bf55ec;
}

/* line 132, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bf91d4 {
  color: #bf91d4;
}

/* line 134, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8d43ad {
  color: #8d43ad;
}

/* line 136, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-9b58b6 {
  color: #9b58b6;
}

/* line 138, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-e6f2fe {
  color: #e6f2fe;
}

/* line 140, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-4282d7 {
  color: #4282d7;
}

/* line 142, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-59ace3 {
  color: #59ace3;
}

/* line 144, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-80cee0 {
  color: #80cee0;
}

/* line 146, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-54b3d9 {
  color: #54b3d9;
}

/* line 148, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c5eff7 {
  color: #c5eff7;
}

/* line 150, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-24a8f0 {
  color: #24a8f0;
}

/* line 152, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3398db {
  color: #3398db;
}

/* line 154, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2b3d4f {
  color: #2b3d4f;
}

/* line 156, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-1bb6fe {
  color: #1bb6fe;
}

/* line 158, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-336d7a {
  color: #336d7a;
}

/* line 160, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-22313f {
  color: #22313f;
}

/* line 162, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6ab9f0 {
  color: #6ab9f0;
}

/* line 164, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-1e8cc2 {
  color: #1e8cc2;
}

/* line 166, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3a529c {
  color: #3a529c;
}

/* line 168, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-354a5f {
  color: #354a5f;
}

/* line 170, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-657f9f {
  color: #657f9f;
}

/* line 172, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2573a7 {
  color: #2573a7;
}

/* line 174, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-1f3a93 {
  color: #1f3a93;
}

/* line 176, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8ac5f4 {
  color: #8ac5f4;
}

/* line 178, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-4b77be {
  color: #4b77be;
}

/* line 180, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5a96bf {
  color: #5a96bf;
}

/* line 182, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-4ccdc4 {
  color: #4ccdc4;
}

/* line 184, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a1ded0 {
  color: #a1ded0;
}

/* line 186, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-89d47d {
  color: #89d47d;
}

/* line 188, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-90c695 {
  color: #90c695;
}

/* line 190, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-26a65b {
  color: #26a65b;
}

/* line 192, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-03c9a8 {
  color: #03c9a8;
}

/* line 194, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-69c3a4 {
  color: #69c3a4;
}

/* line 196, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-66c7bb {
  color: #66c7bb;
}

/* line 198, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-1bbb9b {
  color: #1bbb9b;
}

/* line 200, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-1aa29b {
  color: #1aa29b;
}

/* line 202, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-66cc99 {
  color: #66cc99;
}

/* line 204, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-37d7b7 {
  color: #37d7b7;
}

/* line 206, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c8f7c5 {
  color: #c8f7c5;
}

/* line 208, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-88e2d6 {
  color: #88e2d6;
}

/* line 210, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2ecc70 {
  color: #2ecc70;
}

/* line 212, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-16a286 {
  color: #16a286;
}

/* line 214, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-41c382 {
  color: #41c382;
}

/* line 216, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-019875 {
  color: #019875;
}

/* line 218, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-01412f {
  color: #01412f;
}

/* line 220, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-4cae7b {
  color: #4cae7b;
}

/* line 222, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2abb9c {
  color: #2abb9c;
}

/* line 224, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-00b36b {
  color: #00b36b;
}

/* line 226, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-1e804c {
  color: #1e804c;
}

/* line 228, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-049573 {
  color: #049573;
}

/* line 230, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-26c080 {
  color: #26c080;
}

/* line 232, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f5d870 {
  color: #f5d870;
}

/* line 234, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f7ca18 {
  color: #f7ca18;
}

/* line 236, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f4cf3e {
  color: #f4cf3e;
}

/* line 238, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-fde3a5 {
  color: #fde3a5;
}

/* line 240, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f99406 {
  color: #f99406;
}

/* line 242, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-eb9533 {
  color: #eb9533;
}

/* line 244, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-e77d04 {
  color: #e77d04;
}

/* line 246, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f4b352 {
  color: #f4b352;
}

/* line 248, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f2774a {
  color: #f2774a;
}

/* line 250, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-eb964c {
  color: #eb964c;
}

/* line 252, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f5ab32 {
  color: #f5ab32;
}

/* line 254, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d15400 {
  color: #d15400;
}

/* line 256, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f39c12 {
  color: #f39c12;
}

/* line 258, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f96910 {
  color: #f96910;
}

/* line 260, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f9bf39 {
  color: #f9bf39;
}

/* line 262, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-e77e23 {
  color: #e77e23;
}

/* line 264, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f27b36 {
  color: #f27b36;
}

/* line 266, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-48230a {
  color: #48230a;
}

/* line 268, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-704938 {
  color: #704938;
}

/* line 270, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-b8ae9d {
  color: #b8ae9d;
}

/* line 272, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-82553a {
  color: #82553a;
}

/* line 274, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a6987d {
  color: #a6987d;
}

/* line 276, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-574f3d {
  color: #574f3d;
}

/* line 278, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ededed {
  color: #ededed;
}

/* line 280, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6c7a89 {
  color: #6c7a89;
}

/* line 282, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d1d6d2 {
  color: #d1d6d2;
}

/* line 284, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bdc3c7 {
  color: #bdc3c7;
}

/* line 286, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-edf1f2 {
  color: #edf1f2;
}

/* line 288, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-95a6a7 {
  color: #95a6a7;
}

/* line 290, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-dbdfe1 {
  color: #dbdfe1;
}

/* line 292, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-626a6a {
  color: #626a6a;
}

/* line 294, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f1f0ee {
  color: #f1f0ee;
}

/* line 296, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bfbfbf {
  color: #bfbfbf;
}

/* line 298, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-000000 {
  color: #000000;
}

/* line 300, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ffffff {
  color: #ffffff;
}

/* line 302, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-000000 {
  color: #000000;
}

/* line 304, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-404040 {
  color: #404040;
}

/* line 306, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5c5c5c {
  color: #5c5c5c;
}

/* line 308, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-737373 {
  color: #737373;
}

/* line 310, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a6a6a6 {
  color: #a6a6a6;
}

/* line 312, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c2c2c2 {
  color: #c2c2c2;
}

/* line 314, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d9d9d9 {
  color: #d9d9d9;
}

/* line 316, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ffffff {
  color: #ffffff;
}

/* line 318, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-472e3f {
  color: #472e3f;
}

/* line 320, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5f3f54 {
  color: #5f3f54;
}

/* line 322, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-77506b {
  color: #77506b;
}

/* line 324, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-936283 {
  color: #936283;
}

/* line 326, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ac7299 {
  color: #ac7299;
}

/* line 328, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c785b0 {
  color: #c785b0;
}

/* line 330, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-e09fca {
  color: #e09fca;
}

/* line 332, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f9b3e2 {
  color: #f9b3e2;
}

/* line 334, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-323041 {
  color: #323041;
}

/* line 336, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-454257 {
  color: #454257;
}

/* line 338, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5a5671 {
  color: #5a5671;
}

/* line 340, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6e6a8a {
  color: #6e6a8a;
}

/* line 342, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-847ea5 {
  color: #847ea5;
}

/* line 344, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-9892bf {
  color: #9892bf;
}

/* line 346, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ada7d7 {
  color: #ada7d7;
}

/* line 348, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c0b7f0 {
  color: #c0b7f0;
}

/* line 350, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-232a34 {
  color: #232a34;
}

/* line 352, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-36404e {
  color: #36404e;
}

/* line 354, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-495669 {
  color: #495669;
}

/* line 356, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5a6a81 {
  color: #5a6a81;
}

/* line 358, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6d809c {
  color: #6d809c;
}

/* line 360, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-7e93b4 {
  color: #7e93b4;
}

/* line 362, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-92a9ce {
  color: #92a9ce;
}

/* line 364, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a2bce7 {
  color: #a2bce7;
}

/* line 366, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-233134 {
  color: #233134;
}

/* line 368, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-364a4e {
  color: #364a4e;
}

/* line 370, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-496469 {
  color: #496469;
}

/* line 372, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5a7b81 {
  color: #5a7b81;
}

/* line 374, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6d959c {
  color: #6d959c;
}

/* line 376, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-7eacb4 {
  color: #7eacb4;
}

/* line 378, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-91c5cf {
  color: #91c5cf;
}

/* line 380, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a2dde7 {
  color: #a2dde7;
}

/* line 382, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-273f34 {
  color: #273f34;
}

/* line 384, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-375849 {
  color: #375849;
}

/* line 386, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-47715f {
  color: #47715f;
}

/* line 388, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-568a73 {
  color: #568a73;
}

/* line 390, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-68a68b {
  color: #68a68b;
}

/* line 392, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-79bea0 {
  color: #79bea0;
}

/* line 394, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-88d8b5 {
  color: #88d8b5;
}

/* line 396, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-98f1ca {
  color: #98f1ca;
}

/* line 398, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3d432d {
  color: #3d432d;
}

/* line 400, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-535d3c {
  color: #535d3c;
}

/* line 402, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6c784f {
  color: #6c784f;
}

/* line 404, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-83915f {
  color: #83915f;
}

/* line 406, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-99aa6e {
  color: #99aa6e;
}

/* line 408, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-aec37f {
  color: #aec37f;
}

/* line 410, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c8dd92 {
  color: #c8dd92;
}

/* line 412, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ddf1ac {
  color: #ddf1ac;
}

/* line 414, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-403c26 {
  color: #403c26;
}

/* line 416, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-595236 {
  color: #595236;
}

/* line 418, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-726a46 {
  color: #726a46;
}

/* line 420, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8b8255 {
  color: #8b8255;
}

/* line 422, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a49a65 {
  color: #a49a65;
}

/* line 424, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-beb174 {
  color: #beb174;
}

/* line 426, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d8ca83 {
  color: #d8ca83;
}

/* line 428, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f2e397 {
  color: #f2e397;
}

/* line 430, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3e2c1e {
  color: #3e2c1e;
}

/* line 432, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-563e29 {
  color: #563e29;
}

/* line 434, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-725136 {
  color: #725136;
}

/* line 436, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8b6441 {
  color: #8b6441;
}

/* line 438, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a6774e {
  color: #a6774e;
}

/* line 440, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-be895b {
  color: #be895b;
}

/* line 442, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d79865 {
  color: #d79865;
}

/* line 444, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f2ac73 {
  color: #f2ac73;
}

/* line 446, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3e1c19 {
  color: #3e1c19;
}

/* line 448, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-572823 {
  color: #572823;
}

/* line 450, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-71332d {
  color: #71332d;
}

/* line 452, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8a3e38 {
  color: #8a3e38;
}

/* line 454, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a34b43 {
  color: #a34b43;
}

/* line 456, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-be554b {
  color: #be554b;
}

/* line 458, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d96359 {
  color: #d96359;
}

/* line 460, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-f16c5f {
  color: #f16c5f;
}

/* line 462, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-261213 {
  color: #261213;
}

/* line 464, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3e1e20 {
  color: #3e1e20;
}

/* line 466, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-592c2e {
  color: #592c2e;
}

/* line 468, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-72373a {
  color: #72373a;
}

/* line 470, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8d4446 {
  color: #8d4446;
}

/* line 472, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a55054 {
  color: #a55054;
}

/* line 474, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-be5b60 {
  color: #be5b60;
}

/* line 476, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d8696f {
  color: #d8696f;
}

/* line 478, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-000000 {
  color: #000000;
}

/* line 480, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-404040 {
  color: #404040;
}

/* line 482, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5c5c5c {
  color: #5c5c5c;
}

/* line 484, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-737373 {
  color: #737373;
}

/* line 486, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-a6a6a6 {
  color: #a6a6a6;
}

/* line 488, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-c2c2c2 {
  color: #c2c2c2;
}

/* line 490, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-d9d9d9 {
  color: #d9d9d9;
}

/* line 492, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-ffffff {
  color: #ffffff;
}

/* line 494, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2020 {
  color: #df2020;
}

/* line 496, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df3020 {
  color: #df3020;
}

/* line 498, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df4020 {
  color: #df4020;
}

/* line 500, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df5020 {
  color: #df5020;
}

/* line 502, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df6020 {
  color: #df6020;
}

/* line 504, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df7020 {
  color: #df7020;
}

/* line 506, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df8020 {
  color: #df8020;
}

/* line 508, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df8f20 {
  color: #df8f20;
}

/* line 510, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df9f20 {
  color: #df9f20;
}

/* line 512, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-dfaf20 {
  color: #dfaf20;
}

/* line 514, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-dfbf20 {
  color: #dfbf20;
}

/* line 516, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-dfcf20 {
  color: #dfcf20;
}

/* line 518, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-dfdf20 {
  color: #dfdf20;
}

/* line 520, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-cfdf20 {
  color: #cfdf20;
}

/* line 522, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bfdf20 {
  color: #bfdf20;
}

/* line 524, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-afdf20 {
  color: #afdf20;
}

/* line 526, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-9fdf20 {
  color: #9fdf20;
}

/* line 528, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8fdf20 {
  color: #8fdf20;
}

/* line 530, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-80df20 {
  color: #80df20;
}

/* line 532, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-70df20 {
  color: #70df20;
}

/* line 534, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-60df20 {
  color: #60df20;
}

/* line 536, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-50df20 {
  color: #50df20;
}

/* line 538, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-40df20 {
  color: #40df20;
}

/* line 540, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-30df20 {
  color: #30df20;
}

/* line 542, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df20 {
  color: #20df20;
}

/* line 544, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df30 {
  color: #20df30;
}

/* line 546, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df40 {
  color: #20df40;
}

/* line 548, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df50 {
  color: #20df50;
}

/* line 550, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df60 {
  color: #20df60;
}

/* line 552, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df70 {
  color: #20df70;
}

/* line 554, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df80 {
  color: #20df80;
}

/* line 556, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df8f {
  color: #20df8f;
}

/* line 558, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20df9f {
  color: #20df9f;
}

/* line 560, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20dfaf {
  color: #20dfaf;
}

/* line 562, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20dfbf {
  color: #20dfbf;
}

/* line 564, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20dfcf {
  color: #20dfcf;
}

/* line 566, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20dfdf {
  color: #20dfdf;
}

/* line 568, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20cfdf {
  color: #20cfdf;
}

/* line 570, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20bfdf {
  color: #20bfdf;
}

/* line 572, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-20afdf {
  color: #20afdf;
}

/* line 574, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-209fdf {
  color: #209fdf;
}

/* line 576, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-208fdf {
  color: #208fdf;
}

/* line 578, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-207fdf {
  color: #207fdf;
}

/* line 580, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2070df {
  color: #2070df;
}

/* line 582, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2060df {
  color: #2060df;
}

/* line 584, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2050df {
  color: #2050df;
}

/* line 586, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2040df {
  color: #2040df;
}

/* line 588, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2030df {
  color: #2030df;
}

/* line 590, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-2020df {
  color: #2020df;
}

/* line 592, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-3020df {
  color: #3020df;
}

/* line 594, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-4020df {
  color: #4020df;
}

/* line 596, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-5020df {
  color: #5020df;
}

/* line 598, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-6020df {
  color: #6020df;
}

/* line 600, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-7020df {
  color: #7020df;
}

/* line 602, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-7f20df {
  color: #7f20df;
}

/* line 604, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-8f20df {
  color: #8f20df;
}

/* line 606, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-9f20df {
  color: #9f20df;
}

/* line 608, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-af20df {
  color: #af20df;
}

/* line 610, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-bf20df {
  color: #bf20df;
}

/* line 612, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-cf20df {
  color: #cf20df;
}

/* line 614, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df20df {
  color: #df20df;
}

/* line 616, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df20cf {
  color: #df20cf;
}

/* line 618, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df20bf {
  color: #df20bf;
}

/* line 620, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df20af {
  color: #df20af;
}

/* line 622, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df209f {
  color: #df209f;
}

/* line 624, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df208f {
  color: #df208f;
}

/* line 626, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2080 {
  color: #df2080;
}

/* line 628, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2070 {
  color: #df2070;
}

/* line 630, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2060 {
  color: #df2060;
}

/* line 632, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2050 {
  color: #df2050;
}

/* line 634, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2040 {
  color: #df2040;
}

/* line 636, app/assets/stylesheets/pages_other/wysiwyg_editor.sass.erb */
.wysiwyg-color-df2030 {
  color: #df2030;
}
/* line 5, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog, .embed_modal .modal-dialog {
  margin-top: 0;
  width: 100%;
}

/* line 8, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-content, .embed_modal .modal-dialog .modal-content {
  background-color: #fcfcfc;
  border-radius: 0;
}

/* line 11, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-header, .embed_modal .modal-dialog .modal-header {
  padding: 15px;
  background-color: #fff;
}

/* line 14, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-header h4, .embed_modal .modal-dialog .modal-header h4 {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 20, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-body, .embed_modal .modal-dialog .modal-body {
  padding: 0;
  border-top: 1px solid #ccc;
  height: 850px;
}

@media screen and (max-height: 1080px) {
  /* line 20, app/assets/stylesheets/shared/embed.sass */
  .embed_study_aid .modal-dialog .modal-body, .embed_modal .modal-dialog .modal-body {
    height: 700px;
  }
}

@media screen and (max-height: 768px) {
  /* line 20, app/assets/stylesheets/shared/embed.sass */
  .embed_study_aid .modal-dialog .modal-body, .embed_modal .modal-dialog .modal-body {
    height: 550px;
  }
}

/* line 28, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-body .resource, .embed_modal .modal-dialog .modal-body .resource {
  border: 0;
  width: 100%;
  height: 100%;
}

/* line 32, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-body .iframe_loading, .embed_modal .modal-dialog .modal-body .iframe_loading {
  position: absolute;
  top: 35%;
  left: 50%;
}
/* line 6, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .alert {
  position: fixed;
  top: 4em;
  z-index: 9;
  width: 90%;
}

/* line 11, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .alert.fade.in {
  opacity: 0.9;
}

/* line 14, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .edit_meta_modal .modal-header {
  display: none;
}

/* line 16, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .edit_meta_modal .boxed {
  border: none;
  background: none;
  padding: 0.5em;
}

/* line 20, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .flex {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

/* line 26, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar .toolbar_section {
  margin: 0;
  display: flex;
}

/* line 29, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action {
  font-size: 120%;
  padding: 0 0.5em;
}

/* line 32, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action .icon-angle-down {
  display: block;
}

/* line 34, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action .icon-angle-up {
  display: none;
}

/* line 37, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action.expanded .icon-angle-down {
  display: none;
}

/* line 39, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action.expanded .icon-angle-up {
  display: block;
}

/* line 41, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 {
  background: #F5F5F5;
  margin-top: 0;
  padding-top: 0.2em;
  padding-bottom: 1em;
}

/* line 46, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 h3 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
}

/* line 51, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .toolbar_section {
  display: flex;
  flex-direction: row;
}

/* line 54, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .side_options {
  width: 100%;
}

/* line 56, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .flex {
  border-top: 1px dotted #a1b0b3;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 61, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .pull-right .font_picker.dropdown-menu, body.mobile #main_toolbar #toolbar_2 .pull-right .colour_picker_dropdown.dropdown-menu {
  left: unset;
  right: 0;
}

@media screen and (orientation: landscape) {
  /* line 67, app/assets/stylesheets/mobile/edit_mode.sass */
  body.mobile.mind_map {
    overflow-y: hidden;
  }
  /* line 69, app/assets/stylesheets/mobile/edit_mode.sass */
  body.mobile #wrap {
    margin: 0;
    padding: 0;
  }
  /* line 72, app/assets/stylesheets/mobile/edit_mode.sass */
  body.mobile #wrap #contents_pane .contents_wrap {
    height: 100%;
  }
}
/* line 4, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar {
  padding: 0;
  position: relative;
}

/* line 7, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar > .flex {
  padding: 0.5em 0;
}

/* line 9, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .btn {
  margin: 0;
  padding: 3px 2px;
}

/* line 12, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .btn-text {
  display: inline;
  margin: 0 0.5em;
}

/* line 15, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .toolbar_section_label {
  display: none;
}

/* line 17, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .colour_picker_dropdown {
  left: unset;
  right: 0;
}

/* line 20, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .colour_picker_dropdown.pull-left {
  right: unset;
}

/* line 22, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .dropdown-menu.theme_colour_picker_dropdown.colour_picker_dropdown {
  min-width: 22em;
  right: -5em;
}

/* line 25, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .dropdown-menu.theme_colour_picker_dropdown.colour_picker_dropdown ul#slide_colour_picker {
  padding-inline-start: 0.2em;
  -webkit-padding-start: 0.2em;
}

/* line 28, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar .dropdown-menu.theme_colour_picker_dropdown.colour_picker_dropdown ul#slide_colour_picker li {
  margin: 0.2em;
}

/* line 30, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar #toolbar_2 {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 9;
}

/* line 36, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar #toolbar_2 .toolbar_section.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* line 41, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar #toolbar_2 .toolbar_section.flex .toolbar_buttons {
  display: flex;
}

/* line 43, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #main_toolbar #toolbar_2 .toolbar_section_label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 60%;
  font-weight: bold;
  padding: 0 0.5em;
}

/* line 52, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #slide_set_canvas #slide_list .slide_view {
  font-size: 30px;
}

/* line 54, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #slide_set_canvas #slide_list .slide_view .title_controls, body.mobile.slide_set #slide_set_canvas #slide_list .slide_view .caption_controls {
  font-size: 30px;
}

/* line 57, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #slide_set_canvas #slide_list .slide_view .resource .title {
  font-size: 80%;
}

/* line 59, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #slide_set_canvas #slide_list .slide_view .resource .meta {
  font-size: 60%;
}

/* line 63, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set .slide_property_options .media_controls {
  display: block;
}

/* line 65, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set .slide_property_options .media_controls .btn {
  width: 50px;
  height: 45px;
  padding: 10px;
}

/* line 69, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set .slide_property_options .media_controls .slide_action_icon {
  width: 25px;
}

/* line 72, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set div[data-type="title"] h1 {
  font-size: 2.0em;
}

/* line 75, app/assets/stylesheets/mobile/slides.sass */
body.mobile.slide_set #slide_set_editor div[data-type="title"] h1 {
  font-size: 2.0em;
}

@media (orientation: landscape) {
  /* line 83, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  /* line 87, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar > .flex {
    width: auto;
    padding: 0.5em;
  }
  /* line 90, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar #toolbar_2 {
    width: auto;
    position: static;
  }
  /* line 93, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    overflow-y: scroll;
  }
  /* line 101, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting .toolbar_section.flex {
    flex-direction: column;
  }
  /* line 103, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting .toolbar_buttons {
    display: flex;
  }
  /* line 105, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting .toolbar_buttons .btn_group {
    display: block;
    overflow: hidden;
    margin: 1em 0;
  }
  /* line 109, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting .toolbar_buttons .btn {
    margin: 0.5em;
  }
  /* line 111, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting > .flex {
    display: none;
  }
  /* line 113, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #main_toolbar.inputting #toolbar_2 {
    overflow-y: scroll;
  }
}

@media (orientation: portrait) {
  /* line 117, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_list .slide {
    width: 960px;
    height: 540px;
  }
  /* line 122, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_set_editor:not(.read_only) .property[data-type=copy] .property_contents, body.mobile.slide_set #slide_set_editor:not(.read_only) .property[data-type=copy] .wysiwyg-editor {
    min-height: calc( 540px / 2);
  }
  /* line 124, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set .slide_set_edit_container {
    padding-left: unset;
  }
  /* line 126, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set .ss_edit_outer .save_indicator_panel {
    padding-left: 0;
  }
  /* line 128, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_preview_container {
    width: 100%;
    height: 86px;
    top: unset;
    bottom: 29px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* line 135, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_preview_container #slide_preview {
    display: flex;
    flex-direction: row;
    padding-top: 0;
  }
  /* line 139, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_preview_container #slide_preview .slide_view {
    width: 120px;
    height: 80px;
  }
  /* line 142, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_preview_container .mCSB_container {
    margin-top: 10px;
  }
  /* line 144, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set #slide_preview_container .mCustomScrollBox > .mCSB_scrollTools,
body.mobile.slide_set #slide_preview_container .mCSB_scrollTools .mCSB_draggerRail,
body.mobile.slide_set #slide_preview_container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    top: 0px;
  }
  /* line 149, app/assets/stylesheets/mobile/slides.sass */
  body.mobile.slide_set .first_time_slide_instructions {
    top: unset;
    bottom: 40px;
    left: 120px;
    z-index: 1;
  }
}
/*





 */

