[v-cloak] {
  display: none;
}

body {
  font-family: Montserrat, sans-serif;
}
body,
.container,
.container-fluid {
 /* min-width: 1200px !important; */ /* only until mobile view is ready */
}
.submitContent,
#slateForm {display: none;}
.dijitPopup {
    z-index: 9999 !important;
}
.submitContent #listOfClassesAndBreaks,
.submitContent #url {
  border: none;
  background: none;
  width: 100%;
}
#urlFieldLabel,
#urlFieldInput,
#listOfClassesAndBreaksFieldLabel,
#listOfClassesAndBreaksFieldInput,
.clive-field-wrapper[id*="-url-"],
.clive-field-wrapper[id*="-ofclassesandbreaks-"]
{
  display: none !important; 
}

.mp-header {
}
.mp-header .text-right,
.mp-header .text-left {
  height: 65px;
}
.mp-header .txt-white {
  line-height: 65px;
  margin-right: 15px;
}
.mp-header a {
  color: #fff;
}
.mp-header .text-right button {
  margin: 5px;
  padding: 0.25rem 0.75rem;
  border: 1px solid #fff;
}

.txt-white {
  color: #fff;
}
.bg-black {
  background-color: #000;
}
.mp-subheader {
  margin-top: 10px;
}
.mp-subheader h1 {
  font-weight: bold;
}
.mp-subheader .text-right button {
  margin: 5px;
  padding: 0.25rem 0.75rem;
  border: 1px solid #000;
}
.mp-infobar {
  margin: 0px;
  border: 3px solid #fff;
}
.welcome .mp-infobar {
  border: 3px solid rgb(208, 155, 44);
  animation: pulseborder 3s infinite; 
}
 @keyframes pulseborder {
  50% {
    border-color: #fff;
  }
 }
.mp-infobar a {
  color: #fff;
  cursor: pointer;
}
.mp-infobar a.popover-trigger,
.mp-infobar a.popover-trigger:hover {
  text-decoration: none;
}
.mp-infobar a:focus {
  outline: none;
}
.mp-infobar .btn {
  padding: 2px 7px 2px;
  margin: 0 3px 10px 5px;
  font-weight: bold;
  color: #fff;
}

.mp-infobar-left .mp-icon {
  font-size: 5rem;
  line-height: 7.5rem;
}
.mp-infobar-left p {
  padding: 15px;
  margin: 0;
  font-size: 15px;
}
.mp-infobar-right {
  padding: 15px;
}
.mp-infobar-right .mp-icon {
  font-size: 1.4rem;
}
.mp-infobar-right select {
  width: 87%;
}
.mp-infobar-more {
  padding-top: 25px;
  font-size: 0.9rem;
}
.mp-progressbar .col {
  padding: 2px 10px 0 10px;
  margin: 15px;
  margin-bottom: 0;
  background-color: #ccc;
  font-size: 0.7rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
.mp-progressbar span.bg{
  position: absolute;
  display: block;
  height: 30px; 
  /* background: rgb(208, 155, 44); */
 background: repeating-linear-gradient(
  -45deg,
  rgb(208, 155, 44),
  rgb(208, 155, 44) 10px,
  #efab1e 10px,
  #efab1e 20px
);
  top: 0;
  left: 0;
  transition: width 1s ease-in-out;
}

.mp-main-grid .row {
  height: 235px;
  border: 1px solid #ddd;
  margin: 15px 0;
}
@media screen and (max-width: 1599px) {
  .mp-main-grid .row {
    height: 160px;
  }
}

.mp-grid-start,
.mp-grid-bb {
  background: url(https://www.coloradocollege.edu/global/images/2017/stripe-black-op15.png);
  max-width: 80px;
  padding: 0px
}
.mp-grid-start img,
.mp-grid-bb img {
  width: 100%; 
  margin-bottom: 2px;
}
.mp-grid-start .mp-grid-boxlabel,
.mp-grid-bb .mp-grid-boxlabel {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: Merriweather, serif;
  font-size: 10px;
  color: #000;
  width: 100%;
  padding: 13px 5px 10px 5px;
  background: #fff;
  text-align: center;
}
.mp-grid-start .mp-grid-boxlabel strong,
.mp-grid-bb .mp-grid-boxlabel strong {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 1599px) {
  .mp-grid-start .mp-grid-boxlabel,
  .mp-grid-bb .mp-grid-boxlabel {
    font-size: 9.5px;
    color: #000;
  }
}
.mp-grid-block .mp-grid-boxlabel {
  font-size: 1.5rem;
  font-weight: bold;
}
.mp-grid-block .mp-grid-boxlabel small {
  font-size: 50%;
}
.mp-grid-block .mp-grid-photoblock {
  position: relative;
  margin: 0;
  height: 60px;
  background-size: cover;
}
@media (min-width:1600px){
  .mp-grid-block .mp-grid-photoblock {
    height: 110px;
    margin: 3px 0;
  }
}
.mp-grid-block .mp-grid-block-info {
  position: absolute;
  right: 3px;
  bottom: 3px;
  opacity: 0.5;
}
.mp-grid-start .mp-grid-bb-info,
.mp-grid-bb .mp-grid-bb-info {
    position: relative;
    float: right;
    margin-right: 3px;
    top: -14px;
    color: #fff;
    opacity: 0.5;
}

.mp-grid-block .mp-grid-coursetitle {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}
@media (min-width: 1600px) {
  .mp-grid-block .mp-grid-coursetitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.mp-grid-rowlabel {
  font-weight: bold;
  color: #999;
  max-width: 35px;
}
.rotate {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1.5rem;
  position: absolute;
  left: -5px;
  top: 100px;
}
.mp-grid-boxlabel-spring {
  left: -25px;
}
@media screen and (max-width: 1599px) {
  .rotate {
    top: 60px;
  }
}
.mp-grid-block {
  color: #fff;
}
.mp-grid-block.empty {
  background-color: #ddd;
}
.mp-grid-start.nextfill .mp-grid-boxlabel,
.mp-grid-bb.nextfill .mp-grid-boxlabel,
.mp-grid-block.nextfill {
  position: relative;
  z-index: 999;
} 
.mp-grid-start.nextfill .mp-grid-boxlabel:before,
.mp-grid-bb.nextfill .mp-grid-boxlabel:before,
.mp-grid-block.nextfill:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background-color: rgba(208, 155, 44);
  border: 2px solid rgba(255,255,255,0.5);
  z-index: -999;
  animation: pulse 2s infinite; 
  will-change: transform;
  opacity: 0.9;
}

 @keyframes pulse {
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
 }
.mp-grid-block-remove {
  position: absolute;
  top: 5px;
  right: 5px;
}
.mp-grid-bb-remove {
  position: absolute;
  top: 3px;
  right: 5px;
  opacity: 0.5;
}

.owl-slide:after {
  content: "";
  display: table;
  clear: both;
}
.owl-slide.in_grid {
  pointer-events: none;
}
.owl-slide.in_grid:before {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, 0.5);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "\f00c";
  padding-top: 28px;
  padding-left: 25px;
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.owl-slide-text,
.owl-slide-img {
  float: left;
  padding: 15px 3px;
}
.owl-slide-text {
  width: 60%;
}
.owl-slide-img {
  width: 40%;
}
.owl-slide-img-bg {
  height: 70px;
  width: 70px;
  float: right;
  background-size: cover;
  position: relative;
}
.mp-select-courses-info {
  position: absolute;
  right: 3px;
  bottom: 3px;
  opacity: 0.5;
}
.owl-slide-text h3 {
  font-size: 11px;
}
.owl-slide-text p {
  display: none;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -1em !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: #fff !important;
  position: absolute;
  margin: 0 !important;
  padding: 5px !important;
  font-size: 1.25em;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}
/* detail modal */
.detail-modal-img {
  margin: 15px 0;
}

.popover-trigger {
  border-bottom: 1px dotted;
}

/* transitions */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
  height: 0;
}
.fa-hand-point-right {
  color: rgba(208, 155, 44, 1);
  align-self: flex-end;
  animation-delay: 2s;
  animation-duration: 3s;
  animation-iteration-count: 20;
  transform-origin: bottom;
  animation-name: bounce;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}
@keyframes bounce {
  0%   { transform: scale(1,1)      translateX(0); }
  15%  { transform: scale(1.1,.9)   translateX(0); }
  20%  { transform: scale(.95,1.05)   translateX(-15px); }
  25%  { transform: scale(1.05,.95) translateX(0); }
  30%  { transform: scale(1,1)      translateX(0); }
  100% { transform: scale(1,1)      translateX(0); }
}
.select-courses .fa-hand-point-right,
.select-breaks .fa-hand-point-right,
.select-courses .mp-infobar-right select,
.select-breaks .mp-infobar-right select {
  animation: none;
}

/*
.mp-infobar-right button,
.mp-infobar-right select {
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: 20;
  animation-name: glow;
  border: 2px solid transparent;
  background-color: #fff;
}
@keyframes glow {
  50% {
         border-color: rgb(208, 155, 44);;
         box-shadow: 0 0 1px rgb(208, 155, 44);
         background-color: rgba(208, 155, 44, 1);
    }
}
*/
.mp-infobar-right button {
  background-color: rgba(208, 155, 44, 1);
}
.mp-infobar-right select {
  border: 3px solid rgba(208, 155, 44, 1);
  background: #fff !important;
}

.mp-grid-break,
.mp-grid-course {
  display: block;
  cursor: grab;
}
.empty .mp-grid-break:focus,
.empty .mp-grid-course:focus{
  outline: none;
}

.fa-trophy {
  color: rgb(208, 155, 44);
     text-shadow:
       2px 2px 0 #fff,
     -2px -2px 0 #fff,  
      2px -2px 0 #fff,
      -2px 2px 0 #fff,
       2px 2px 0 #fff;
}

.volume-toggle{
  display: inline-block;
  width: 20px;
  text-align: left;
}

.mp-main-grid,
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.btn-primary {
    color: #fff;
    background-color: rgb(208, 155, 44);
    border-color: rgba(208, 155, 44, 0.8);
}
.btn-primary:hover,
.btn-primary:active {
    background-color: rgba(208, 155, 44, 0.8);
    border-color: rgba(208, 155, 44, 1);
} 


/* responsive modifications */
@media screen and (max-width: 991px) {
  .mp-header .text-left img {
    max-width: 195px;
  }
  .mp-header .col-6 {
    padding-left: 0;
    padding-right: 10px;
  }  
  .mp-header .txt-white {
    line-height: initial;
    margin-right: 0;
  }
  .btn {
    font-size: 12px;
    padding: 1px 9px !important;
  }
  .mp-subheader .row {
    margin-right: 0; 
    margin-left: 0;
  }
  .mp-subheader .text-left,
  .mp-subheader .text-right {
    padding: 0;
  }
  .mp-subheader h1 {
    font-size: 17px;
    margin-top: 8px;
  }
  .mp-infobar-left .mp-icon {
    font-size: 4rem;
  }
  .mp-infobar-left p {
    font-size: 10px;
  }
  .mp-infobar-right {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .mp-infobar-more {
    padding-top: 5px; 
    font-size: 10px;
  }
  .mp-main-grid .row {
    display: block;
    height: auto;
  }
  .mp-grid-block .mp-grid-photoblock {
    height: 140px;
  }
  .mp-grid-block .mp-grid-block-info {
    font-size: 2rem;
  }
  .mp-grid-start, .mp-grid-bb {
    max-width: 100%;
  }
  .owl-slide-img {
    width: auto;
  }
  .owl-slide-text {
    width: auto;
  }
  .owl-slide-text h3 {
    font-size: 10px;
  }
  .owl-slide-img-bg {
    height: 95px;
    width: 95px;
  }
  .owl-slide-text, .owl-slide-img {
    padding: 3px 3px;
  }
  .owl-carousel .owl-nav button.owl-next, 
  .owl-carousel .owl-nav button.owl-prev {
    background: rgba(0,0,0,0.8);
  }
  .mp-grid-start .mp-grid-boxlabel, .mp-grid-bb .mp-grid-boxlabel {
    position: relative;
    top: 0;
    transform: none; 
}
  .mp-grid-start .mp-grid-boxlabel, .mp-grid-bb .mp-grid-boxlabel {
    display: block;
    width: 50%;
    margin: 5px auto;
  }
  .mp-grid-start img, .mp-grid-bb img {
    margin: 5px 0;
  }
  .rotate {
    display: block;
    transform: none;
    font-size: 1.5rem;
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    top: 0;
    left: 0;
  }
  .mp-grid-rowlabel {
    border-bottom: 1px solid #ddd;
    max-width: 100%
  }
  .mp-grid-start .mp-grid-boxlabel, .mp-grid-bb .mp-grid-boxlabel {
    display: block;
    width: 100%;
    margin: 0;
  }
  .mp-grid-start .mp-grid-boxlabel strong, 
  .mp-grid-bb .mp-grid-boxlabel strong {
    display: block;
  }

  .mp-grid-start img, .mp-grid-bb img {
    padding: 0 30%;
  }  
  .mp-list-toggle {
    margin-top: 10px; 
  }
  .mp-list-toggle-button {
    background-color: #eee;
    border-radius: 3px;
    width: 100%;
    padding: 3px 10px;
    font-size: 12px;
    color: #333;
  }
  .list-view .mp-grid-block {
    line-height: 1;
    padding: 3px 5px;
  }
  .list-view .mp-grid-photoblock,
  .list-view .mp-grid-start img, 
  .list-view .mp-grid-bb img {
    display: none;
  }
  .list-view .mp-grid-break, 
  .list-view .mp-grid-course {
    display: inline;
  }
  .list-view .mp-grid-block .mp-grid-boxlabel {
    font-size: 1rem;
  }
  .list-view .mp-grid-bb .mp-grid-boxlabel{
    line-height: 0;
    text-align: left;
  }
  .list-view .mp-grid-start .mp-grid-boxlabel strong, 
  .list-view .mp-grid-bb .mp-grid-boxlabel strong {
    display: inline;
  }
  .list-view .mp-grid-block .mp-grid-coursetitle {
    display: inline;
  }
  .list-view .mp-grid-block-remove {
    top: 3px;
  }  
  .list-view .mp-grid-bb-remove {
    top: 10px;
    font-size: 15px;
  }
}
/* TABLET PORTRAIT size */
@media (min-width: 576px) and (max-width: 991px) {
  .mp-grid-block .mp-grid-photoblock {
    height: 360px;
  }
}  
/* TABLET LANDSCAPE size */
@media (min-width: 992px) and (max-width: 1199px) {
  .mp-grid-block .mp-grid-boxlabel {
    font-size: 1.1rem;
  }
  .mp-grid-block .mp-grid-coursetitle {
    font-size: 10px;
    line-height: 12px;
  }
}
/* XL DESKTOP */
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}


/* for the completed/shared state */

.completed-shared .mp-subheader .text-right,
.completed-shared .mp-grid-block-remove,
.completed-shared .mp-grid-bb-remove {
  display: none;
}

.copy_code {
  margin: 10px 5px 15px 5px; 
  cursor: pointer; 
  display: inline-block;
}

.share-note {
    font-size: .8rem;
    max-width: 620px;
}

.mp-feedbacklink {
  text-align: right;
  font-size: 0.8rem;
}
.mp-feedbacklink a {
  color: #333;
  text-decoration: underline;
}


@media print {
  #shareModal,
  .modal-backdrop,
  .mp-header,
  .mp-grid-block-remove,
  .mp-grid-bb-remove,
  .mp-pre-block1,
  .mp-subheader .text-right,
  .mp-infobar-right,
  .mp-list-toggle,
  .mp-progressbar,
  .mp-feedbacklink
  {
    display: none !important;
  }
  #print_logo {
    display: block !important;
    width: 300px;
    margin-bottom: 20px;
  }
  .mp-infobar-left {
    color: #000;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .mp-grid-photoblock {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    height: 90px !important;
  }
  .mp-grid-block {
    color: #000;
  }
  .mp-grid-start .mp-grid-boxlabel, 
  .mp-grid-bb .mp-grid-boxlabel {
    top: 0;
    transform: none; 
  }
  @page {
	size: A4 landscape;
	max-height:100%;
	max-width:100%
	}
}