body {
  /*background: #00b3b3;*/
  background: #006666;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  font-family: ProximaNova-Regular;
}

.feature_button_popover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100% !important;
  border: 0;
  background: transparent;
}

.feature_image_req_flash {
  height: 60px !important;
  width: 60px !important;
}

.bg_wrapper {
  width: 100%;
  background: #00b3b3;
}

h1,
h2,
h3,
h4,
h5 {
  /* text-transform: capitalize; */
}

a {
  color: #008080;
  font-family: ProximaNova-Bold;
  text-decoration: none;
}

a:visited {
  color: #066;
}

a:focus,
a:hover {
  color: #007171;
  text-decoration: none;
}

a:active {
  color: #008080;
}

a.default_button {
  color: #fff;
}

.gray_container a {
  color: #066;
}

/* .toaster_message_div a {
    font-family: ProximaNova-Bold;
} */
.breadcrumbs_link:visited,
.breadcrumbs_link {
  color: #004444;
}

.breadcrumbs_link:hover,
.breadcrumbs_link:focus {
  color: #343a41;
  text-decoration: underline;
}

/*--------- Special Headers ---------*/
.capitalize {
  text-transform: capitalize;
}

h1.XXL {
  font-size: 84px;
}

h1.XL {
  font-size: 70px;
}

h1.LG {
  font-size: 52px;
}

.sub_header,
.view_title {
  /* text-transform: capitalize; */
}

/*---------- BUTTONS ----------------*/
.tooltip_button {
  background: #01cccc;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  border: 0;
  font-size: 18px;
  padding: 0;
  line-height: 24px;
}

.back_button_container {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 40px;
}

.default_button {
  background: #757575;
  color: #fff;
  /* text-transform: capitalize; */
  display: inline-block;
  font-size: 19px;
}

.default_button.border {
  border: 1px solid #008080;
  color: #008080;
  background: #fff;
}

.default_button.carrot:hover,
.default_button.carrot:focus {
  background: #c64e1c;
}

.default_button.carrot.active:hover {
  background: #f16d36;
}

.default_button.mermaid_treasure:hover {
  background: #008787;
}

.default_button.forgotten_secret:hover {
  background: #009999;
}

.default_button.deep_lagoon:hover {
  background: #005a5a;
}

.default_button.forgotten_secret:hover {
  background: #008787;
}

.default_button:hover {
  background: #828488;
}

.clear_button {
  background: none;
  border: 0;
  text-align: left;
  color: #008080;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  height: 40px;
  padding: 0;
  text-transform: none;
}

.clear_button:hover {
  color: #007171;
  background: none;
}

.default_button img {
  /*height:20px;*/
  width: 20px;
}

.border:hover {
  background: #009999;
  color: #fff;
}

.default_button.sprites img:nth-child(1) {
  display: inline-block;
}

.default_button.sprites img:nth-child(2) {
  display: none;
}

.default_button.sprites:hover img:nth-child(2) {
  display: inline-block;
}

.default_button.sprites:hover img:nth-child(1) {
  display: none;
}

.toggle_buttons:hover,
.segmented_ctrls:hover {
  color: #fff;
}

.right_toggle_button.default_button.mermaid_treasure {
  cursor: pointer;
}

.left_toggle_button.default_button.mermaid_treasure {
  cursor: pointer;
}

.right_toggle_button.default_button {
  min-width: 150px;
}

.left_toggle_button.default_button {
  min-width: 150px;
}

.transcript_toggle .toggle_buttons_container {
  max-width: 300px;
}

.new_badge_ribbon_inline {
  width: 42px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.modal_button,
.two_state_button {
  background: #009999;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 16px;
}

.two_state_button:hover,
.modal_button:hover {
  background: #008787;
}

.two_state_button.carrot:hover,
.two_state_button.carrot:focus {
  background: #c64e1c;
}

.two_state_button.active {
  background: #006666;
}

.two_state_button.carrot.active,
.two_state_button.carrot.focus {
  background: #c64e1c;
}

.default_button.two_state_button {
  font-size: inherit;
}

.add_button {
  color: #009999;
  border: 1px solid #cccccc;
}

.add_button:hover {
  color: #009999;
  background: #ccf5f5;
  border: 1px solid #cccccc;
}

.add_button:active {
  color: #009999;
  background: #ccf5f5;
  border: 1px solid #cccccc;
}

.add_button .add_button_handler {
  border: 1px solid #009999;
}

.add_button:hover .add_button_handler {
  background: #009999;
  color: #fff;
}

.add_button.active {
  background: #ccf5f5;
  text-align: center;
}

.add_button .confirmation .fa-check {
  color: #009999;
}

.other_product_modal_link {
  color: #009999;
}

.fullscreen .close_modal_button .close_modal_img {
  background-image: url('https://cdn.brainpop.com/assets/images/icn_close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.search_box_button {
  background: #f16d36;
}

.search_box_button:hover,
.search_box_button:focus {
  background: #c64e1c;
}

.button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.default_button.no_access,
.default_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* MODAL SLIDE */
.modal.slide {
  opacity: 1;
  border-radius: 0;
}

.modal.slide .modal-dialog {
  position: fixed;
  margin: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  width: 100%;
  height: 100%;
  max-width: none;
}

.modal.slide.right .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.slide.right.in .modal-dialog {
  right: 0;
}

.modal.slide .modal-content {
  border-radius: 0;
  border: none;
}

.modal.slide.left .modal-dialog {
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.slide.left.in .modal-dialog {
  left: 0;
}

.modal.slide.panel .modal-dialog {
  width: 50%;
}

.modal.slide .modal-content,
.modal.slide .modal-content {
  height: 100%;
  overflow-y: auto;
}

/* -----------   MODALS   --------------- */

.submit_success_minimal .modal-body {
  background-color: white;
  padding-bottom: 0;
}

.submit_success_minimal #submit_success_message {
  font-family: ProximaNova-Bold, Arial;
  margin-top: 20px;
}

.submit_success_minimal #submitted_successfuly {
  background: #f16d36;
}
.submit_success_minimal #submitted_successfuly:hover,
.submit_success_minimal #submitted_successfuly:focus {
  background: #c64e1c;
}

/* -----------   COLORS   --------------- */
.orange,
.carrot {
  background: #f16d36;
}

.deep_lagoon {
  background: #006666;
}

.deeo_lagoon_c {
  color: #006666;
}

.forgotten_secret {
  background: #008080;
}

.mermaid_treasure {
  background: #008080;
}

.teal {
  color: #008080;
}

.sweet_rhapsody {
  background: #00cccc;
}

.montego_bay {
  background: #66ffff;
}

.vader {
  background: #343a41;
}

.burnt_kitten {
  background: #93969a;
}

.kitten_whiskers {
  background: #ccc;
}

.urban_mist {
  background: #e3e3e3;
}

.fish_milk {
  background: #f3f3f3;
}

/*---------- DROPDOWNS -------------*/
.dropdown-toggle {
  color: #343a41;
  border: 2px solid #cccccc;
}

.open > .dropdown-menu > li:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #ccf5f5;
}

.open > .user_menu.dropdown-menu > li > a:hover,
.open > .user_menu.dropdown-menu > li > a:focus,
.dropdown-menu.dropdown_product_menu > li > a:hover,
.dropdown-menu.dropdown_product_menu > li > a:focus,
.dropdown-menu.dropdown_product_menu > li:hover {
  background: #cccccc;
}

/*---------- CHECKBOX RADIO ----------*/
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background: #008080;
  border-color: #ccc;
}

label.checkbox_lg::before,
label.checkbox_lg::after {
  border: 2px solid #f16d36;
}

input[type='radio']:checked + label::after {
  background: #009999;
}

input[type='checkbox']:checked + label::before {
  background: #008080;
  border-color: #ccc;
}

/*---------- LABELS ----------*/
.ribbonLabel {
  color: #fff;
}

/*.title_bar {
    height: 60px;
    color:#FFF;
    padding: 10px;
}*/
.title_bar a {
  color: #fff;
}

.view_title,
.view_subtitle {
  /* text-transform: capitalize; */
  color: #fff;
  font-size: 18px;
}

.view_subtitle {
  text-align: left;
}

.vader_title {
  color: #343a41;
  /*line-height:120%;*/
  font-size: 18px;
}

/*------ SWITCHES ------*/
.button_switch {
  width: 60px;
  height: 30px;
  cursor: pointer;
}

.switch_bg {
  width: 100%;
  height: 30px;
  background-color: #ddd;
  border-radius: 40px;
  color: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.switch_handler {
  position: relative;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  display: block;
}

.switch_checkbox {
  z-index: 3;
}

.button_switch img {
  width: 14px;
  height: 18px;
  margin-top: 5px;
}

.button_switch.active .switch_bg {
  background: #f16d36;
}

.button_switch.active .switch_bg.training_swich_off {
  background: #ccc;
  cursor: default;
}

.button_switch.active .switch_handler {
  left: 30px;
}

/*------ LOADER ------*/
#loadtext {
  color: #fff;
}

.loader > div {
  background-color: #66ffff;
  border-color: #343a41;
}

/*------ SPINNERS (TBD) ------*/
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
}

.spinnerwhite:before {
  border: 4px solid #777;
  border-top-color: #fff;
}

.spwhiteteal:before {
  border: 4px solid #006666;
  border-top-color: #fff;
}

.spwhitelightteal:before {
  border: 4px solid #008080;
  border-top-color: #f16d36;
}

.spinnergray:before {
  border: 4px solid #f3f3f3;
  border-top-color: #ccc;
}

.spinnercarrot:before {
  border: 4px solid #006666;
  border-top-color: #f16d36;
}

.spinnercarrot2:before {
  border: 4px solid #c9592a;
  border-top-color: #fff;
}

/*--------- PROGRESS BAR --------*/
.done {
  background-color: #009999;
}

/*---------- FOOTER ----------*/
footer {
  background: #066;
}

.product_touts {
  background-color: #066;
}

.product_touts_icon {
  background-color: #00b2b2;
}

.product_touts_label {
  color: #6ff;
  /* text-transform: capitalize; */
}

.product_touts_link {
  color: #0cc;
}

a.footer_link {
  color: #6ff;
  font-family: ProximaNova-Bold;
}

a.link_user_footer {
  color: #6ff;
}

a.link_user_footer:hover,
a.footer_link:hover,
.product_touts_link:hover .product_touts_label {
  color: #fff;
}

.user_footer {
  color: #6ff;
  font-family: ProximaNova-Bold;
}

.copyrights {
  color: #3cc;
}

.divider {
  color: #004444;
}

.footer_line {
  border-bottom: 1px solid #00cccc;
}

.copyrights {
  color: #33cccc;
}

/*---- Little breadcrumb -----*/
.breadcrumb_container {
  background: #0cc;
  color: #343a41;
  /* text-transform: capitalize; */
}

/* DRAGGABLE */
.draggable {
  border: 1px solid #009999;
}

.draggable:hover {
  background: #c2ebeb;
}

.draggable:hover .draggable_handler span {
  background: #009999;
}

/* NAVBAR */
.message_warning {
  background: #fcdb58;
  border-radius: 6px;
  text-align: left;
  position: relative;
  padding: 10px;
  line-height: 18px;
  font-size: 16px;
}

.message_warning .warning_icon {
  position: absolute;
  top: 14px;
  left: 10px;
}

.message_warning p {
  margin-left: 30px;
  margin-bottom: 0;
}

.utility_bar label {
  text-align: left;
  color: #fff;
}

.utility_bar .checkbox_label {
  color: #333;
}

.navbar {
  background: #008080;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #009999;
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #66ffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #008080;
}

.navbar_menu .navbar-nav > li:hover,
.navbar_menu .navbar-nav > li:focus {
  background-color: #ccc;
}

.nav > .navbar-userinfo-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav > .navbar-userinfo-item > a:hover,
.nav > .navbar-menu-item:not(.navbar-userinfo-item):hover a {
  color: #343a41;
}

.nav > .navbar-menu-item.navbar-userinfo-item:hover {
  background: #343a41;
}

.navbar_menu .navbar-nav {
  border-bottom: 1px solid #ccc;
}

.navbar_menu .navbar-nav:last-child {
  border-bottom: 0;
}

.navbar_menu_search {
  border-bottom: 1px solid #ccc;
}

.nav-tabs > li.active > a.button-active,
.nav-tabs > li.active > a.button-active:hover,
.nav-tabs > li.active > a.button-active:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  color: #008080;
  cursor: pointer;
}

/*    ALERTS    */
.toast {
  margin: auto;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  color: #fff;
}

.toast-message {
  width: 100%;
  min-height: 62px;
  position: relative;
}

.toast-error {
  background: #aa4d85;
}

.toaster_message_div {
  /* color: #fff; */
  font-size: 16px;
  font-family: ProximaNova-Regular;
  /*max-width: 240px;*/
}

.toaster_message_div .ub_links {
  font-size: 16px;
}

.toaster_message_div .ub_links,
.flash_link {
  color: #fcdb58;
}

.flash_link:active,
.flash_link:hover,
.flash_link:visited,
.toaster_message_div .ub_links:hover,
.toaster_message_div .ub_links:active,
.toaster_message_div .ub_links:focus {
  color: #fff;
  text-decoration: underline;
}

.toast-close-button {
  position: absolute;
  right: 20px !important;
  top: 20px !important;
  line-height: 20px;
  padding-left: 18px !important;
  padding-bottom: 18px !important;
  font-size: 36px;
  z-index: 1;
}

/*  TABS  */
.nav-tabs > li > a {
  margin-right: 2px;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

/*  PILLS  */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #343a41;
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 10px 15px;
}

.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ITEMS */
.unit_list > li {
  padding: 0;
}

.item_on_list {
  background: #009999;
  padding: 0;
  border-bottom: 1px solid #006666;
  list-style: none;
}

.unit_container {
  background: #008080;
}

.unit_path:focus .unit_container {
  background: #008080;
}

.item_container {
  background: #009999;
  font-size: 0;
}

.item_container:active,
.item_container:hover {
  background: #008080;
}

.icon_container {
  width: 23%;
  max-width: 80px;
  background-color: #66ffff;
  display: inline-table;
  vertical-align: middle;
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  border-radius: 100%;
  min-width: 60px;
  min-height: 60px;
}

.unit_icon {
  border-radius: 4px;
}

.item_name,
.item_name_white,
.item_name_gray {
  line-height: 20px;
  width: 77%;
  padding: 0 3.125%;
  /* display: inline-table; */
  display: inline-block;
  vertical-align: middle;
  font-family: ProximaNova-Bold;
  /* text-transform: capitalize; */
  box-sizing: border-box;
  font-size: 18px;
}

.item_screenshot_container {
  display: none;
}

.item_name {
  color: #fff;
}

/* topic tiles on white */
.item_name_white {
  color: #008080;
  background: #fff;
}

.item_name_white:hover {
  color: #006666;
}

/* topic tiles on gray */
.item_name_gray {
  color: #008080;
  background: #f3f3f3;
}

.item_name_gray:hover {
  color: #006666;
}

/* Breadcrumbs */
.breadcrumb_seperator::before {
  float: right;
  display: block;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: -25px;
  height: 35px;
  width: 20px;
  content: ' ';
  border-right: 2px solid #cb5201;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  box-sizing: border-box;
}

.breadcrumb_seperator::after {
  position: relative;
  display: block;
  margin-top: -36px;
  margin-left: auto;
  margin-right: -25px;
  height: 36px;
  width: 20px;
  content: ' ';
  border-right: 2px solid #cb5201;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  box-sizing: border-box;
}

/* POPOVER */
.popover {
  background: #343a41;
  color: #fff;
  max-width: 300px;
  box-shadow: none;
  min-width: 280px;
}

.student_back_to_teacher .popover {
  background-color: #f3f3f3;
  color: #000;
}

.student_back_to_teacher .popover.bottom > .arrow::after {
  border-bottom-color: #f3f3f3;
}

.student_back_to_teacher .popover-title {
  background-color: #f3f3f3;
}

.mini-navbar .popover {
  color: #343a41;
  background: #f3f3f3;
  max-width: 380px;
  min-width: 380px;
}

.mini-navbar .popover.bottom > .arrow {
  left: 90%;
}

.popover a {
  color: #6ff;
}

.popover.top {
  margin-top: -20px;
}

.popover.right > .arrow:after {
  border-right-color: #343a41;
}

.popover.left > .arrow:after {
  border-left-color: #343a41;
}

.popover.top > .arrow:after {
  border-top-color: #343a41;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #343a41;
}

.mini-navbar .popover.bottom > .arrow:after {
  border-bottom-color: #f3f3f3;
}

.popover-title {
  background: #343a41;
}

.popover-content {
  line-height: 20px;
  font-family: ProximaNova-Regular;
  font-size: 14px;
}

/* PAGINATION */
.pagination_list > .active a,
.pagination_list > .active {
  color: #ff723a;
}

/*  */

/*------- GENERIC PAGE LAYOUT ---------*/
.generic_page {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  min-height: 450px;
}

.dashboard_unavailable_page {
  background: #fff;
  padding: 40px 20px 0 20px;
  position: relative;
  min-height: 450px;
}

.dashboard_unavailable_text {
  margin-bottom: 40px;
}

.generic_section {
  padding: 40px 20px;
  max-width: 640px;
  margin: auto;
}

.title_bar {
  min-height: 40px;
  line-height: 40px;
}

.search_box_container {
  background: #f4f4f4;
}

.myb_course_badge_img_button img:nth-of-type(1),
.myb_course_badge_img_button img:nth-of-type(2) {
  display: none;
}

.growl_back_to_assignment_button {
  /* font-size: 14px; */
  /* text-transform: capitalize; */
}

.default_button.growl_back_to_assignment_button img {
  display: none;
}
.utility-bar-modal .loading_in_panel {
  height: 100px;
}

@media (max-width: 480px) {
  .button_text_mobile {
    display: none;
  }
}

@media (min-width: 480px) {
  .popover-content {
    line-height: 22px;
    font-family: ProximaNova-Regular;
    font-size: 16px;
  }

  .popover {
    background: #343a41;
    color: #fff;
    max-width: 380px;
    box-shadow: none;
    min-width: 280px;
  }

  .mini-navbar .popover {
    color: #343a41;
    background: #f3f3f3;
  }

  .unit_item {
    background: none;
    border: 0;
    margin: 0;
    padding: 0 1px 1px 0;
    box-sizing: border-box;
  }

  .unit_icon {
    width: 35%;
  }

  .unit_name {
    width: 65%;
  }

  .theme_item,
  .topic_item {
    background: none;
    border: 0;
    margin: 0;
    padding: 0 5px 10px;
  }

  .item_container,
  .topic_container {
    text-align: center;
  }

  .theme_name_container,
  .item_name_container,
  .game_name_container,
  .topic_name_container {
    display: table;
    padding: 0;
    width: 100%;
  }

  .game_item_image,
  .topic_image {
    min-width: 100%;
    width: 100%;
  }

  .theme_name,
  .game_item_name,
  .topic_app_name,
  .topic_name {
    background: #006666;
    width: 100%;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    padding: 7px 10px;
    font-size: 16px;
    font-family: ProximaNova-Bold;
    line-height: 18px;
    box-sizing: border-box;
  }

  .item_container:hover .topic_app_name,
  .item_container:hover .topic_name,
  .item_container:hover .game_item_name,
  .item_container:hover .theme_name,
  .item_container:active .topic_app_name,
  .item_container:active .topic_name,
  .item_container:active .game_item_name,
  .item_container:active .theme_name {
    background: #005a5a;
  }
}

@media (min-width: 600px) {
  /*------ SWITCHES ------*/
  .button_switch {
    width: 80px;
    height: 40px;
  }

  .switch_bg {
    height: 40px;
  }

  .switch_handler {
    width: 40px;
    height: 40px;
  }

  .button_switch.active .switch_handler {
    left: 40px;
  }

  .button_switch img {
    margin-top: 9px;
  }

  /*---- NAV ----*/
  .breadcrumb_container {
    padding: 25px;
  }

  footer.back_to,
  footer {
    padding: 30px 0;
  }

  .footer-row:nth-of-type(1),
  .footer-row:nth-of-type(3) {
    width: 32%;
  }

  .footer-row:nth-of-type(2) {
    width: 34%;
  }

  /*---- HEADERS ----*/
  .navbar_search {
    width: 100%;
    padding: 15px 15px 15px 0;
    max-width: 430px;
    float: right;
  }

  .title_bar {
    height: 60px;
    line-height: 60px;
    font-size: 0;
  }

  .view_title,
  .view_subtitle {
    font-size: 24px;
  }

  .vader_title {
    font-size: 24px;
  }

  /*.title_bar h1.view_title{
        line-height: 70px;
    }*/

  /* .growl_back_to_assignment_button{
        font-size: 18px;
    } */

  .default_button.growl_back_to_assignment_button img {
    width: 20px;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .title_bar {
    height: 70px;
    line-height: 70px;
  }

  .view_title,
  .view_subtitle {
    font-size: 30px;
  }

  .vader_title {
    font-size: 30px;
  }

  .title_bar h1.view_title {
    line-height: 70px;
  }

  .unit_item {
    padding: 0 5px 10px;
  }

  .unit_icon {
    width: 50%;
    max-width: 160px;
  }

  .unit_name {
    font-size: 18px;
    padding-right: 6.25%;
    width: 50%;
    padding: 0;
    padding-right: 4.6%;
    text-align: center;
    box-sizing: border-box;
  }
}

@media (min-width: 800px) {
  .content_unit_tour_button {
    display: none;
  }

  .next_content_units_tour {
    display: block;
  }
}

@media (min-width: 1024px) {
  .navbar_search {
    width: 100%;
    padding: 15px;
  }
}
