body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
}
em {
  font-style: normal;
  font-weight: 700;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button:focus {
  outline: none;
}
.btn {
  -webkit-appearance: none;
}
.no-touch .btn {
  outline: none !important;
}
.btn-primary {
  border: solid 1px #66460a;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: #ffdb53;
  /* fallback */
  background: linear-gradient(to bottom, #ffdb53 0%, #cc9e00 85%);
  /* W3C */
  color: #5d3400;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #66460a;
  background: #ffdb53;
  /* fallback */
  background: linear-gradient(to bottom, #ffdb53 0%, #cc9e00 85%);
  /* W3C */
  color: #5d3400;
  text-decoration: none;
}
.btn-brand {
  border-color: #05A7CF;
  background: #05A7CF;
  color: #FFF;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
}
.btn-icon-only {
  border-color: #ccc;
  background: #FFF;
  color: #333333;
}
.btn-icon-only:hover {
  color: #05A7CF;
}
.btn-icon-only:active {
  border-color: #05A7CF;
  background: #05A7CF;
  color: #FFF;
}
.btn-text-only {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.btn-text-only:active {
  box-shadow: none;
}
.btn-themed {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.btn-group-toggle-2,
.btn-group-toggle-3,
.btn-group-toggle-4,
.btn-group-toggle-5 {
  width: 100%;
}
.btn-toggle {
  border-color: #05A7CF;
  background: #fff;
  color: #05A7CF;
}
.btn-toggle.is-active {
  background: #05A7CF;
  color: #fff;
}
.btn-group-toggle-2 .btn-toggle {
  width: 50%;
}
.btn-group-toggle-3 .btn-toggle {
  width: 33%;
}
.btn-group-toggle-4 .btn-toggle {
  width: 25%;
}
.btn-group-toggle-5 .btn-toggle {
  width: 20%;
}

#signin .btn, #signin-form .btn {
  display: inline-block;
  min-width: 200px;
  margin: 0 0 0.5rem 0;
  padding: 1rem 2rem;
  box-shadow: 0 6px 4px -2px rgba(0,0,0,0.1);
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: all 0.25s;
  cursor: pointer;
  outline: 5px auto -webkit-focus-ring-color;
  width: 100%;
}
.btn-facebook {
  background: #4267B2;
  color: #fff;
}
.btn-google-plus {
  background: #FFFFFF;
  color: #666666;
  border: 1px solid #666666;
}
.btn-apple {
  background: #FFFFFF;
  color: #000;
  border: 1px solid #666666;
}
#signin .btn-google-plus span, #signin-form .btn-google-plus span {
  position: relative;
  width: 24px;
}
#signin .btn-google-plus span::before, #signin-form .btn-google-plus span::before {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(https://www.studypug.com/img/google_logo.svg);
}
.no-float {
  float: none !important;
}
.modal-content {
  overflow: hidden;
}
.modal-header {
  border-bottom: none;
  background: #05A7CF;
  color: #FFF;
}
.modal .borderless .modal-dialog {
  margin: 0;
}
.modal .borderless .modal-content {
  border-radius: 0;
}
.modal .borderless .modal-header {
  display: none;
}
.modal .borderless .modal-body {
  padding: 0;
}
@media (max-width: 767px) {
  .modal.borderless-xs .modal-dialog {
    margin: 0;
  }
  .modal.borderless-xs .modal-content {
    border-radius: 0;
  }
  .modal.borderless-xs .modal-header {
    display: none;
  }
  .modal.borderless-xs .modal-body {
    padding: 0;
  }
}
.page-header {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.fonts-loading body {
  font-family: Helvetica, Arial, sans-serif;
}
ol[type],
ul[type] {
  list-style-position: outside;
  margin: 0.5em 0;
}
ol[type] li,
ul[type] li {
  margin-top: 4px;
}
ol[type] {
  margin-left: 32px;
}
ol[type] li {
  padding-left: 4px;
}
ol[type="1"] {
  list-style-type: decimal;
}
ol[type="a"] {
  list-style-type: lower-alpha;
}
ol[type="i"] {
  list-style-type: lower-roman;
}
ul[type] {
  margin-left: 24px;
}
ul[type="circle"] {
  list-style-type: circle;
}
ul[type="disc"] {
  list-style-type: disc;
}
ul[type="square"] {
  list-style-type: square;
}
ul[type="arrow"] li,
ul[type="darrow"] li,
ul[type="dash"] li,
ul[type="diamond"] li {
  position: relative;
}
ul[type="arrow"] li:before,
ul[type="darrow"] li:before,
ul[type="dash"] li:before,
ul[type="diamond"] li:before {
  position: absolute;
  right: 100%;
  margin-right: 8px;
}
ul[type="arrow"] li:before {
  content: "\2192";
}
ul[type="darrow"] li:before {
  content: "\21d2";
}
ul[type="dash"] li:before {
  content: "\2013";
}
ul[type="diamond"] li:before {
  content: "\2666";
}
ul.max-3 li {
  width: 33.3333%;
}
ul.max-4 li {
  width: 25%;
}
.checked-list-item {
  position: relative;
  padding-left: 24px;
}
.checked-list-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #0a0;
  line-height: 1.4;
}
.dashed-list > :not(li) {
  padding-left: 16px;
}
.dashed-list li {
  position: relative;
  padding-left: 16px;
}
.dashed-list li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.inline-list {
  display: inline-block;
}
.inline-list-item {
  display: inline-block;
  vertical-align: top;
}
.numbered-list {
  padding-left: 32px;
}
.numbered-list li {
  margin-top: 4px;
  list-style: decimal outside;
}
.inline-table {
  display: inline-table;
  border-collapse: collapse;
}
.inline-table-block {
  width: 100%;
}
table {
  margin-top: 0.75em;
  border-collapse: collapse;
}
table th {
  border: 1px solid #CCC;
  padding: 5px 8px;
  font-weight: 700;
}
table td {
  min-width: 36px;
  border: 1px solid #CCC;
  padding: 5px;
  text-align: center;
}
table thead td {
  font-weight: 700;
}
table.borderless td,
table.borderless th {
  border: none;
}
.inline-row {
  display: table-row;
}
.inline-cell {
  display: table-cell;
}
.inline-cell-va-top {
  vertical-align: top;
}
.inline-cell-va-center,
.inline-cell-va-middle {
  vertical-align: middle;
}
.inline-cell-va-bottom {
  vertical-align: bottom;
}
.inline-cell-block {
  width: 100%;
}
.inline-cell-width-25 {
  width: 25%;
}
.inline-cell-width-33 {
  width: 33.333333%;
}
.inline-cell-width-40 {
  width: 40%;
}
.inline-cell-width-50 {
  width: 50%;
}
.inline-cell-width-60 {
  width: 60%;
}
.inline-cell-width-67 {
  width: 66.666667%;
}
.inline-cell-width-75 {
  width: 75%;
}
.inline-cell-nowrap {
  white-space: nowrap;
}
.columns {
  column-gap: 30px;
}
.columns > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 768px) {
  .columns.columns-sm-2 {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .columns.columns-sm-3 {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .columns.columns-md-2 {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .columns.columns-md-3 {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .columns.columns-md-4 {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .columns.columns-lg-2 {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .columns.columns-lg-3 {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .columns.columns-lg-4 {
    column-count: 4;
  }
}
figure {
  margin-top: 0.75em;
  overflow-x: auto;
}
figure table {
  margin-top: 0;
}
figcaption {
  margin-top: 8px;
  color: #545454;
  font-size: 14px;
  font-style: italic;
}
.math-steps {
  display: inline-block;
  max-width: 480px;
  margin-top: 15px;
  padding: 15px;
  border: 1px dashed #ccc;
  border-radius: 4px;
}
.math-steps p {
  margin-top: 0;
  margin-bottom: 5px;
  color: #545454;
  font-size: 14px;
  font-style: normal;
}
.math-steps li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCC;
}
.math-steps li:first-of-type p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.math-steps li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.h1 {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 36px;
  }
}
.h2 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 30px;
  }
}
.h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 26px;
  }
}
.h4 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 20px;
  }
}
.h5 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 18px;
  }
}
.h6 {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h6 {
    font-size: 16px;
  }
}
p {
  line-height: 1.4;
}
p + p {
  margin-top: 8px;
}
.body-katex h1 {
  font-size: 28px;
}
.body-katex h2 {
  font-size: 24px;
}
.body-katex h3 {
  font-size: 20px;
}
.body-katex h4 {
  font-size: 18px;
}
.body-katex h5 {
  font-size: 16px;
}
.body-katex h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .body-katex h1 {
    font-size: 36px;
  }
  .body-katex h2 {
    font-size: 30px;
  }
  .body-katex h3 {
    font-size: 26px;
  }
  .body-katex h4 {
    font-size: 20px;
  }
  .body-katex h5 {
    font-size: 18px;
  }
  .body-katex h6 {
    font-size: 16px;
  }
}
.body-katex h1,
.body-katex h2,
.body-katex h3,
.body-katex h4,
.body-katex h5,
.body-katex h6,
.body-katex .h1,
.body-katex .h2,
.body-katex .h3,
.body-katex .h4,
.body-katex .h5,
.body-katex .h6 {
  margin: 0.375em 0;
  font-weight: 700;
}
.body-katex h1:first-child,
.body-katex h2:first-child,
.body-katex h3:first-child,
.body-katex h4:first-child,
.body-katex h5:first-child,
.body-katex h6:first-child,
.body-katex .h1:first-child,
.body-katex .h2:first-child,
.body-katex .h3:first-child,
.body-katex .h4:first-child,
.body-katex .h5:first-child,
.body-katex .h6:first-child {
  margin-top: 0;
}
.body-katex em,
.body-katex strong {
  color: inherit;
  font-family: KaTex_Math;
  font-size: 1.21em;
  font-style: italic;
  white-space: nowrap;
}
.body-katex strong {
  font-weight: 700;
}
.body-katex img {
  max-width: 100%;
  height: auto;
}
.text-branded {
  color: #05A7CF;
}
.text-block {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
}
.text-error {
  color: #d00;
}
.text-katex {
  color: inherit;
  font-family: KaTex_Math;
  font-size: 1.21em;
  font-style: italic;
  white-space: nowrap;
}
.text-left {
  text-align: left;
}
.text-lite {
  font-weight: 400;
}
.text-loud {
  text-transform: uppercase;
}
.text-muted {
  color: #999;
}
.text-nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-ruled {
  border-color: #ccc;
  border-style: none none solid;
  border-width: 1px;
}
.text-ruled-dark {
  border-color: #333;
}
.text-ruled-top {
  border-style: solid none none;
}
.text-small {
  font-size: 87.5%;
}
.text-smaller {
  font-size: 75%;
}
.text-striked {
  position: relative;
}
.text-striked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  border-bottom: 2px solid red;
}
.text-success {
  color: #0a0;
}
.text-thin {
  font-weight: 300;
}
.text-truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pad-xxs {
  padding: 4px;
}
.pad-xs {
  padding: 8px;
}
.pad-sm {
  padding: 15px;
}
.pad-md {
  padding: 24px;
}
.pad-lg {
  padding: 36px;
}
.pad-xl {
  padding: 48px;
}
.pad-xxl {
  padding: 64px;
}
.pad-width-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.pad-width-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.pad-width-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.pad-width-md {
  padding-left: 24px;
  padding-right: 24px;
}
.pad-width-lg {
  padding-left: 36px;
  padding-right: 36px;
}
.pad-width-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.pad-width-xxl {
  padding-left: 64px;
  padding-right: 64px;
}
.pad-height-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pad-height-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pad-height-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pad-height-md {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pad-height-lg {
  padding-top: 36px;
  padding-bottom: 36px;
}
.pad-height-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pad-height-xxl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pad-top-xxs {
  padding-top: 4px;
}
.pad-top-xs {
  padding-top: 8px;
}
.pad-top-sm {
  padding-top: 15px;
}
.pad-top-md {
  padding-top: 24px;
}
.pad-top-lg {
  padding-top: 36px;
}
.pad-top-xl {
  padding-top: 48px;
}
.pad-top-xxl {
  padding-top: 64px;
}
.pad-left-xxs {
  padding-left: 4px;
}
.pad-left-xs {
  padding-left: 8px;
}
.pad-left-sm {
  padding-left: 15px;
}
.pad-left-md {
  padding-left: 24px;
}
.pad-left-lg {
  padding-left: 36px;
}
.pad-left-xl {
  padding-left: 48px;
}
.pad-left-xxl {
  padding-left: 64px;
}
.pad-right-xxs {
  padding-right: 4px;
}
.pad-right-xs {
  padding-right: 8px;
}
.pad-right-sm {
  padding-right: 15px;
}
.pad-right-md {
  padding-right: 24px;
}
.pad-right-lg {
  padding-right: 36px;
}
.pad-right-xl {
  padding-right: 48px;
}
.pad-right-xxl {
  padding-right: 64px;
}
.pad-bottom-xxs {
  padding-bottom: 4px;
}
.pad-bottom-xs {
  padding-bottom: 8px;
}
.pad-bottom-sm {
  padding-bottom: 15px;
}
.pad-bottom-md {
  padding-bottom: 24px;
}
.pad-bottom-lg {
  padding-bottom: 36px;
}
.pad-bottom-xl {
  padding-bottom: 48px;
}
.pad-bottom-xxl {
  padding-bottom: 64px;
}
.space-xxs {
  margin: 4px;
}
.space-xs {
  margin: 8px;
}
.space-sm {
  margin: 15px;
}
.space-md {
  margin: 24px;
}
.space-lg {
  margin: 36px;
}
.space-xl {
  margin: 48px;
}
.space-xxl {
  margin: 64px;
}
.space-width-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.space-width-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.space-width-sm {
  margin-left: 15px;
  margin-right: 15px;
}
.space-width-md {
  margin-left: 24px;
  margin-right: 24px;
}
.space-width-lg {
  margin-left: 36px;
  margin-right: 36px;
}
.space-width-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.space-width-xxl {
  margin-left: 64px;
  margin-right: 64px;
}
.space-height-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.space-height-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.space-height-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.space-height-md {
  margin-top: 24px;
  margin-bottom: 24px;
}
.space-height-lg {
  margin-top: 36px;
  margin-bottom: 36px;
}
.space-height-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.space-height-xxl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.space-top-xxs {
  margin-top: 4px;
}
.space-top-xs {
  margin-top: 8px;
}
.space-top-sm {
  margin-top: 15px;
}
.space-top-md {
  margin-top: 24px;
}
.space-top-lg {
  margin-top: 36px;
}
.space-top-xl {
  margin-top: 48px;
}
.space-top-xxl {
  margin-top: 64px;
}
.space-left-xxs {
  margin-left: 4px;
}
.space-left-xs {
  margin-left: 8px;
}
.space-left-sm {
  margin-left: 15px;
}
.space-left-md {
  margin-left: 24px;
}
.space-left-lg {
  margin-left: 36px;
}
.space-left-xl {
  margin-left: 48px;
}
.space-left-xxl {
  margin-left: 64px;
}
.space-right-xxs {
  margin-right: 4px;
}
.space-right-xs {
  margin-right: 8px;
}
.space-right-sm {
  margin-right: 15px;
}
.space-right-md {
  margin-right: 24px;
}
.space-right-lg {
  margin-right: 36px;
}
.space-right-xl {
  margin-right: 48px;
}
.space-right-xxl {
  margin-right: 64px;
}
.space-bottom-xxs {
  margin-bottom: 4px;
}
.space-bottom-xs {
  margin-bottom: 8px;
}
.space-bottom-sm {
  margin-bottom: 15px;
}
.space-bottom-md {
  margin-bottom: 24px;
}
.space-bottom-lg {
  margin-bottom: 36px;
}
.space-bottom-xl {
  margin-bottom: 48px;
}
.space-bottom-xxl {
  margin-bottom: 64px;
}
.no-pad {
  padding: 0 !important;
}
.no-top-pad {
  padding-top: 0 !important;
}
.no-left-pad {
  padding-left: 0 !important;
}
.no-right-pad {
  padding-right: 0 !important;
}
.no-bottom-pad {
  padding-bottom: 0 !important;
}
.no-space {
  margin: 0 !important;
}
.no-top-space {
  margin-top: 0 !important;
}
.no-left-space {
  margin-left: 0 !important;
}
.no-right-space {
  margin-right: 0 !important;
}
.no-bottom-space {
  margin-bottom: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.no-left-border {
  border-left: 0 !important;
}
.no-right-border {
  border-right: 0 !important;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.width-25 {
  width: 25%;
}
.width-33 {
  width: 33.333333%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-67 {
  width: 66.666667%;
}
.width-75 {
  width: 75%;
}
.is-relative {
  position: relative;
}
.hero-banner {
  background: #05A7CF;
  color: #FFF;
}
.hero-banner a:not(.btn) {
  color: #FFF;
  border-bottom: 1px dotted;
}
.hero-banner a:not(.btn):hover {
  text-decoration: none;
  border-bottom-style: solid;
}
.hero-banner .flowplayer {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.banded {
  border: 1px solid #ccc;
  border-style: solid none;
  background: #f7f8f8;
}
.ruled-top {
  border-top: 1px solid #ccc;
}
.ruled-bottom {
  border-bottom: 1px solid #ccc;
}
.boxed {
  border: 1px solid #CCC;
  background: #F7F8F8;
}
.boxed + .boxed {
  margin-top: 15px;
}
.boxed.box-branded {
  border-color: #05A7CF;
  background: rgba(5, 167, 207, 0.1);
}
.boxed.box-rounded {
  border-radius: 4px;
}
@media (max-width: 479px) {
  .boxed.no-box-xs {
    border: none;
    background: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .boxed.no-box-sm {
    border: none;
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .boxed.no-box-md {
    border: none;
    background: none;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .boxed.no-box-lg {
    border: none;
    background: none;
    padding: 0;
  }
}
.flowplayer {
  display: block;
  border-radius: 0;
}
.fp-menu {
  width: auto;
  background-color: rgba(0, 0, 0, 0.65);
}
.fp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fp-endscreen-signup {
  display: none;
  background: #05A7CF;
  color: #FFF;
  z-index: 99;
  animation: fadeIn 0.25s ease 1 forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.studypug-logo {
  width: 123px;
  height: 40px;
  background: url('https://dmn92m25mtw4z.cloudfront.net/img_set/studypug-logo/v1/studypug-logo-175w.png') right center no-repeat;
  background-size: auto 100%;
}
.studypug-logo-dark {
  background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/studypug-logo-dark/v1/studypug-logo-dark-175w.png');
}
.studypug-logo-gray {
  background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/studypug-logo-gray/v1/studypug-logo-gray-175w.png');
}
@media (min-width: 768px) {
  .studypug-logo {
    width: 175px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .studypug-logo {
    background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/studypug-logo/v1/studypug-logo-350w.png');
  }
  .studypug-logo-dark {
    background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/studypug-logo-dark/v1/studypug-logo-dark-350w.png');
  }
  .studypug-logo-gray {
    background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/studypug-logo-gray/v1/studypug-logo-gray-350w.png');
  }
}
.flag-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/flags-spritesheet/v4/flags-spritesheet-32w.png');
  background-repeat: no-repeat;
  background-size: 32px;
  vertical-align: middle;
}
.flag-icon-au {
  background-position: 0px 0px;
}
.flag-icon-ca {
  background-position: 0px -32px;
}
.flag-icon-ie {
  background-position: 0px -64px;
}
.flag-icon-mx {
  background-position: 0px -96px;
}
.flag-icon-nz {
  background-position: 0px -128px;
}
.flag-icon-sg {
  background-position: 0px -160px;
}
.flag-icon-uk {
  background-position: 0px -192px;
}
.flag-icon-us {
  background-position: 0px -224px;
}
.flag-icon-latam {
  background-position: 0px -256px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .flag-icon {
    background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/flags-spritesheet/v4/flags-spritesheet-64w.png');
  }
}
.has-touch input[type="text"],
.has-touch textarea {
  font-size: 16px;
  height: auto;
}
.input-error {
  border-color: #ffb0b0;
  background: rgba(221, 0, 0, 0.1);
}
.input-error::-webkit-input-placeholder {
  color: #dc3c3c;
}
.basic-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1;
  background: #0DBBE7;
}
.basic-layout__body {
  width: 100%;
  padding: 15px;
  background: #FFF;
  color: #333333;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .basic-layout__body {
    flex: 1;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .basic-layout__body {
    padding-top: 24px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .basic-layout__body {
    max-width: 360px;
    border-radius: 4px;
  }
}
.basic-layout__footer {
  width: 100%;
}
.basic-layout__header {
  width: 100%;
  padding: 24px 15px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .basic-layout__header {
    max-width: 360px;
    margin-top: 12.5vh;
    padding: 24px 0;
    font-size: 18px;
  }
}
.basic-layout__header-image {
  max-width: 100%;
  height: auto;
}
#forgot-password .basic-layout__header-image,
#new-password .basic-layout__header-image,
#reset-password .basic-layout__header-image,
#transfer-account .basic-layout__header-image,
#verify-email .basic-layout__header-image {
  max-width: 80px;
}
#signin-schools .basic-layout__header-image {
  max-height: 144px;
}
.basic-layout__header h1 {
  margin: 8px;
  font-family: "Roboto Slab", "Lato", sans-serif;
  font-size: 24px;
}
@media (min-width: 768px) {
  .basic-layout__header h1 {
    font-size: 30px;
  }
}
.basic-layout__header h6 {
  font-weight: 700;
}
.basic-layout__user-actions {
  margin-top: 15px;
}
.basic-layout__user-actions:first-child {
  margin-top: 0;
}
.basic-layout__user-actions a {
  display: block;
  padding: 15px 8px;
  background: #05A7CF;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.basic-layout__user-actions a:hover {
  text-decoration: none;
}
.basic-layout__user-actions a[data-trigger="accept"] {
  background: #5cb85c;
}
.basic-layout__user-actions a[data-trigger="decline"] {
  background: #d9534f;
}
.basic-layout__user-actions li + li {
  margin-top: 8px;
}
.separator {
  display: block;
  margin: 15px 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.separator > * {
  display: inline-block;
  vertical-align: middle;
}
.separator:before,
.separator:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 50%;
  margin: 0 8px;
  background: #ccc;
  vertical-align: middle;
}
.separator:before {
  margin-left: -100%;
}
.separator:after {
  margin-right: -100%;
}
@media (max-width: 767px) {
  .error-404-content {
    text-align: center;
  }
}
.error-404-table {
  width: 100%;
  max-width: 540px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .error-404-table {
    max-width: 750px;
    margin-top: 8px;
    margin-bottom: 36px;
    text-align: left;
  }
}
#sp-2 .btn-group-toggle {
  width: 100%;
}
#sp-2 .btn-group-toggle[data-visible="2"] .btn-toggle {
  width: 50%;
}
#sp-2 .btn-group-toggle[data-visible="3"] .btn-toggle {
  width: 33.333333%;
}
#sp-2 .search {
  min-height: calc(100vh - 56px - 263px);
}
@media (min-width: 768px) {
  #sp-2 .search {
    min-height: calc(100vh - 70px - 273px);
  }
}
#sp-2 .search-form {
  position: relative;
}
#sp-2 .search-form input[type="text"] {
  height: auto;
  font-size: 16px;
}
#sp-2 .search-form-controls {
  position: absolute;
  top: 0;
  top: calc(50% - 1em/2);
  right: 8px;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
}
#sp-2 .search-history {
  animation: searchFadeIn 0.25s ease 1 forwards;
}
#sp-2 .search-history__term {
  padding: 4px 0 0;
  color: #05A7CF;
  cursor: pointer;
}
#sp-2 .search-history__term:hover {
  text-decoration: underline;
}
#sp-2 .search-history__term:active {
  text-decoration: none;
}
#sp-2 .search-history__terms {
  display: inline-block;
}
#sp-2 .search-preview__topic {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 4px;
  overflow: hidden;
  animation: searchPreviewShowBlockUp 0.5s ease 1 forwards;
}
#sp-2 .search-preview__topic-body {
  max-height: 480px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px;
  overflow-y: auto;
}
#sp-2 .search-preview__topic-body a {
  color: inherit !important;
  cursor: ;
  text-decoration: none !important;
}
#sp-2 .search-preview__topic-body img {
  max-width: 100%;
}
#sp-2 .search-preview__topic-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 8px 8px;
}
#sp-2 .search-preview__topic-footer .btn {
  height: 42px;
  border-radius: 0;
}
#sp-2 .search-preview__topic-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 15px;
  background: #EFEFEF;
}
#sp-2 .search-preview__topic-lesson {
  position: relative;
  padding-left: 40px;
}
#sp-2 .search-preview__topic-lesson-info {
  position: absolute;
  top: 0;
  left: 40px;
  text-align: right;
}
#sp-2 .search-preview__topic-lesson-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #05A7CF;
  cursor: pointer;
}
#sp-2 .search-preview__topic-lesson-num {
  position: absolute;
  top: 0;
  right: calc(100% - 40px);
  padding-right: 4px;
  font-weight: 700;
}
#sp-2 .search-preview .flowplayer {
  animation: searchPreviewShowBlockDown 0.5s ease 1 forwards;
}
@keyframes searchPreviewShowBlockDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes searchPreviewShowBlockUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#sp-2 .search-results {
  animation: searchFadeIn 0.25s ease 1 forwards;
}
#sp-2 .search-results__textbook {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: bottom;
}
#sp-2 .search-results__textbook-art {
  display: block;
  width: 65px;
  padding-bottom: 125%;
  border-radius: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease;
}
#sp-2 .search-results__textbook-art:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-4px);
}
@media (min-width: 768px) {
  #sp-2 .search-results__textbook-art {
    width: 85px;
  }
}
@media (min-width: 992px) {
  #sp-2 .search-results__textbook-art {
    width: 100px;
  }
}
#sp-2 .search-results__topic {
  border-top: 1px solid #ccc;
}
#sp-2 .search-results__topic:first-of-type {
  border-top: none;
}
#sp-2 .search-results__topic a {
  display: block;
  padding: 8px 0;
}
#sp-2 .search-results__topic a:hover {
  background: rgba(5, 167, 207, 0.1);
  color: #05A7CF;
  text-decoration: none !important;
}
#sp-2 .search-results__topic a:active,
#sp-2 .search-results__topic a:focus {
  color: #05A7CF;
  text-decoration: none !important;
}
@keyframes searchFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#sp-2 .chapter-result {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#sp-2 .chapter-result-topic {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}
#sp-2 .chapter-result-topic::before {
  content: " — ";
}
@media (min-width: 768px) {
  #sp-2 .chapter-result-topic {
    width: 50%;
  }
}
#sp-2 .chapter-result:last-of-type {
  border-bottom: none;
}
#sp-2 .textbook-result {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#sp-2 .textbook-result-chapter {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}
#sp-2 .textbook-result-chapter::before {
  content: " — ";
}
@media (min-width: 768px) {
  #sp-2 .textbook-result-chapter {
    width: 50%;
  }
}
#sp-2 .textbook-result:last-of-type {
  border-bottom: none;
}
#sp-2 .topic-result {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#sp-2 .topic-result .inline-table {
  position: relative;
  width: 100%;
}
#sp-2 .topic-result-video {
  margin: 2px;
  border: 1px solid #05A7CF;
  border-radius: 2px;
  color: #05A7CF;
  font-size: 87.5%;
  font-weight: 700;
}
#sp-2 #chapter-results-popover {
  display: block;
  top: 100%;
  width: 400px;
  max-width: none;
  max-height: 400px;
  margin-top: 8px;
  margin-left: 0 !important;
  overflow: hidden;
  color: #333;
}
#sp-2 #chapter-results-popover.right {
  left: auto;
  right: 0;
}
#sp-2 #chapter-results-popover img {
  max-width: 100%;
}
#sp-2 #topic-results-popover {
  display: block;
  top: auto;
  bottom: 100%;
  max-width: 400px;
  margin-bottom: 8px;
  overflow: hidden;
}
#sp-2 #topic-results-popover img {
  max-width: 100%;
}
#sp-2 #search .text-highlight {
  background: rgba(125, 125, 125, 0.1);
  font-weight: bold;
}
#sp-2 #search a .text-highlight {
  background: rgba(5, 167, 207, 0.1);
}
.quick-search {
  position: relative;
}
.quick-search__heading {
  padding: 0 15px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.quick-search__results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: none;
  max-height: 50vh;
  margin-top: 2px;
  padding-top: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: #FFF;
  overflow: hidden;
  overflow-y: auto;
  color: #333333;
  text-align: left;
}
.quick-search__results .btn {
  border-radius: 0;
}
.quick-search__results-footer {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
}
.quick-search__table {
  display: table;
  width: 100%;
}
.quick-search__table-cell {
  display: table-cell;
  padding: 4px 15px;
  vertical-align: top;
}
.quick-search__table-cell--primary {
  width: 100%;
  padding-right: 0;
}
.quick-search__table-cell--secondary {
  padding-left: 8px;
  text-align: right;
}
.quick-search__table-row {
  display: table-row;
}
.quick-search__table-row:hover {
  background: rgba(5, 167, 207, 0.1);
  color: #05A7CF;
  text-decoration: none !important;
}
.quick-search__table--truncated a.quick-search__table-row:nth-of-type(n+10) {
  display: none;
}
.breadcrumb-bar {
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .breadcrumb-bar {
    font-size: 18px;
  }
}
.breadcrumb-bar-crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-bar-crumbs a {
  color: inherit;
}
.breadcrumb-bar-crumbs li {
  display: inline-block;
}
.breadcrumb-bar-crumbs li:not(:last-of-type)::after {
  content: "/";
  margin: 0 8px;
}
.modal-header {
  position: relative;
  border-bottom: none;
  background: #05A7CF;
  color: #fff;
}
.modal-header-close-btn {
  -webkit-appearance: none;
  position: absolute;
  top: calc(50% - 32px/2);
  right: 8px;
  height: 32px;
  margin: 0;
  padding: 0 8px;
  border: none;
  background: none;
  outline: none !important;
  opacity: 0.85;
}
.modal-header-close-btn:hover {
  opacity: 1;
}
.modal-header-close-btn:active {
  opacity: 1;
  color: #057d9a;
  text-shadow: 0 1px 0 #a7dbe8;
}
.modal-title {
  padding-right: 24px;
}
.modal.body-only .modal-content {
  border: none;
  border-radius: 0;
}
.modal.body-only .modal-header {
  display: none;
}
.modal.body-only .modal-body {
  padding: 0;
}
.modal.body-only .modal-footer {
  display: none;
}
@media (max-width: 767px) {
  .modal.body-only .modal-dialog,
  .modal.body-only-xs .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal.body-only .modal-content,
  .modal.body-only-xs .modal-content {
    border: none;
    border-radius: 0;
  }
  .modal.body-only .modal-header,
  .modal.body-only-xs .modal-header {
    display: none;
  }
  .modal.body-only .modal-body,
  .modal.body-only-xs .modal-body {
    padding: 0;
  }
  .modal.body-only .modal-footer,
  .modal.body-only-xs .modal-footer {
    display: none;
  }
}
@media (max-width: 991px) {
  .modal.body-only-sm .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal.body-only-sm .modal-content {
    border: none;
    border-radius: 0;
  }
  .modal.body-only-sm .modal-header {
    display: none;
  }
  .modal.body-only-sm .modal-body {
    padding: 0;
  }
  .modal.body-only-sm .modal-footer {
    display: none;
  }
}
@media (max-width: 1199px) {
  .modal.body-only-md .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal.body-only-md .modal-content {
    border: none;
    border-radius: 0;
  }
  .modal.body-only-md .modal-header {
    display: none;
  }
  .modal.body-only-md .modal-body {
    padding: 0;
  }
  .modal.body-only-md .modal-footer {
    display: none;
  }
}
#cancel-billing input[type="checkbox"],
#cancel-trial input[type="checkbox"] {
  margin-right: 4px;
}
#cancel-billing label,
#cancel-trial label {
  color: #05A7CF;
  font-weight: 700;
}
#cancel-billing textarea,
#cancel-trial textarea {
  padding: 4px 8px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 64px;
  }
}
.modal-dialog.modal-dialog--puggy {
  margin-top: 128px;
}
@media (min-width: 768px) {
  .modal-dialog.modal-dialog[data-dialog="alert"],
  .modal-dialog.modal-dialog[data-dialog="create"],
  .modal-dialog.modal-dialog[data-dialog="destroy"],
  .modal-dialog.modal-dialog[data-dialog="input"] {
    margin-top: 25vh;
  }
}
@media (min-width: 480px) {
  .modal-dialog--xs {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .modal-dialog--sm {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .modal-dialog--md {
    width: 640px;
  }
}
.modal-dialog__action {
  width: 250px;
  height: 56px;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 2px 0 #047f9d;
  background: #05A7CF;
  color: #FFF;
  font-weight: 700;
}
.modal-dialog[data-dialog="alert"] .modal-dialog__action--primary {
  background: #05A7CF;
}
.modal-dialog[data-dialog="create"] .modal-dialog__action--primary {
  background: #21ad21;
}
.modal-dialog[data-dialog="destroy"] .modal-dialog__action--primary {
  box-shadow: 0 2px 0 #aa0000;
  background: #D00;
}
.modal-dialog[data-dialog="input"] .modal-dialog__action--primary {
  background: #05A7CF;
}
.modal-dialog[data-dialog="profile"] .modal-dialog__action--primary {
  box-shadow: 0 2px 0 #198219;
  background: #21ad21;
}
.modal-dialog__action--secondary {
  width: 220px;
  height: 44px;
}
.modal-dialog__actions-list {
  display: inline-block;
  padding-bottom: 15px;
}
.modal-dialog__actions-list li {
  margin-top: 8px;
}
.modal-dialog__actions-list li:first-of-type {
  margin-top: 24px;
}
.modal-dialog__body {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}
.modal-dialog__body-message {
  padding: 24px 15px;
}
@media (min-width: 768px) {
  .modal-dialog__body-message {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 36px;
  }
}
.modal-dialog__content {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: #FFF;
}
.modal-dialog__footer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
}
.modal-dialog__header {
  position: relative;
  height: 24px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background: #efefef;
}
.modal-dialog[data-dialog="alert"] .modal-dialog__header {
  background: #05A7CF;
}
.modal-dialog[data-dialog="brand"] .modal-dialog__header {
  background: #05A7CF;
}
.modal-dialog[data-dialog="create"] .modal-dialog__header {
  background: #21ad21;
}
.modal-dialog[data-dialog="destroy"] .modal-dialog__header {
  background: #D00;
}
.modal-dialog[data-dialog="input"] .modal-dialog__header {
  background: #05A7CF;
}
.modal-dialog[data-dialog="practice"] .modal-dialog__header {
  background: #05A7CF;
}
.modal-dialog[data-dialog="practice-end"] .modal-dialog__header,
.modal-dialog[data-dialog="practice-start"] .modal-dialog__header {
  background: #F7B800;
}
.modal-dialog--puggy .modal-dialog__header {
  height: 44px;
}
.modal-dialog__header-actions {
  position: absolute;
  left: 15px;
  bottom: 100%;
}
.modal-dialog__header-actions button[data-toggle="dropdown"] {
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
}
.modal-dialog__header-close {
  position: absolute;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 9999px;
  background: #05A7CF;
  color: #FFF;
}
@media (max-width: 767px) {
  .modal-dialog__header-close {
    top: -6px;
    right: -6px;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .modal-dialog__header-close {
    left: 100%;
    bottom: 100%;
    width: 48px;
    height: 48px;
  }
}
.modal-dialog__header-puggy {
  display: none;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  background: transparent none center bottom no-repeat;
  background-size: contain;
}
.modal-dialog--puggy .modal-dialog__header-puggy {
  display: block;
  left: calc(50% - 120px/2);
  width: 120px;
  height: 140px;
  background-image: url(/img/temp/modal-puggy-happy.png);
}
.modal-dialog__header-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.modal-dialog[data-dialog="practice"] .modal-dialog__header-shadow,
.modal-dialog[data-dialog="practice-end"] .modal-dialog__header-shadow,
.modal-dialog[data-dialog="practice-start"] .modal-dialog__header-shadow {
  display: none;
}
.modal-dialog__header-shadow::before {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  bottom: 0;
  height: 100%;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.modal-dialog--puggy .modal-dialog__header-shadow::before {
  box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.25);
}
.modal-dialog__header-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 100%;
  overflow: hidden;
  color: #FFF;
  font-family: 'Roboto Slab', 'Lato', sans-serif;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-header {
  padding: 8px 0;
  background: #0486a6;
  color: #FFF;
}
@media (min-width: 768px) {
  .page-header {
    padding: 15px 0;
  }
}
.page-header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-header__links {
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-header__links {
    margin-top: 4px;
    font-size: 18px;
  }
}
.page-header__links a {
  color: #FFF;
  white-space: nowrap;
}
.page-header__links li + li {
  margin-right: 15px;
}
.page-header__logo {
  height: 40px;
  transition: opacity 0.25s ease;
}
.page-header__logo:hover {
  opacity: 0.85;
}
.page-header__logo:active {
  opacity: 1;
}
.page-header__main {
  flex: 1;
  text-align: left;
}
.page-header__password-form {
  padding: 15px;
  color: #333333;
}
.page-header__password-form .input-group {
  border-collapse: collapse;
}
.page-header__password-form .input-group-addon {
  min-width: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.page-header__region-dropdown {
  display: inline-block;
  margin-left: 8px;
}
.page-header__region-dropdown a > img {
  margin-right: 8px;
}
.page-header__search {
  display: inline-block;
  width: 320px;
  margin-left: 24px;
  vertical-align: middle;
}
@keyframes bouncePointer {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.page-header-search-pointer {
  position: absolute;
  top: 5px;
  left: -20px;
  animation: bouncePointer 1s ease-in-out 0s infinite;
}
@media (min-width: 992px) {
  .page-header__search {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .page-header__search {
    width: 400px;
  }
}
.page-header__user-dropdown .caret {
  margin-left: -8px;
  vertical-align: bottom;
}
.page-header__user-photo {
  width: 48px;
  border-radius: 50%;
  background: #333333;
}
.dropdown-menu .page-header__user-photo {
  width: 36px;
}
.page-header em {
  color: #E03667;
}
.page-header .dropdown-header:first-of-type {
  margin-top: 4px;
}
.page-header .dropdown-menu > li > a {
  font-weight: 700;
}
.page-header .dropdown-menu > li > a:hover,
.page-header .dropdown-menu > li > a:focus {
  background: rgba(5, 167, 207, 0.1);
  color: #05A7CF;
}
.page-header .modal-body {
  color: #333333;
}
.footer {
  background-color: #333333;
  text-align: center;
}
.footer .container > div {
  padding: 42px 0 15px;
  font-size: 14px;
  color: #ffffff;
}
.footer .container > div.canon a {
  color: #ffffff;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.footer .container > div a {
  color: #ffffff;
  margin: 0 19px;
}
.footer div.legal {
  padding: 0 0 56px;
  font-size: 12px;
  color: #7c7c7c;
}
.footer div.legal a {
  color: #7c7c7c;
}
.footer div.social {
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .footer .container > div.about a {
    margin: 0 19px;
  }
  .footer .container > div a {
    margin: 0 8px;
  }
}
.page-footer {
  background: #333;
  color: #FFF;
}
.page-footer a {
  color: inherit;
}
.page-footer .canonical-links li,
.page-footer .general-links li,
.page-footer .social-links li,
.page-footer .legal-links li {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 480px) {
  .page-footer .canonical-links {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  .page-footer .canonical-links li {
    margin-top: 4px;
  }
}
@media (min-width: 480px) {
  .page-footer .general-links.max-3 li {
    width: auto;
  }
}
.page-footer .social-links img {
  width: 40px;
  height: auto;
  transition: transform 0.25s ease;
}
.page-footer .social-links img:hover {
  transform: translateY(-8px);
}
.page-footer .legal-links {
  color: #999;
}
.page-footer--v3 {
  padding: 15px;
}
@media (min-width: 768px) {
  .page-footer--v3 {
    text-align: center;
  }
}
.page-footer .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.page-footer__button {
  padding: 0;
  border: none;
  background: none;
}
.page-footer__button:hover {
  text-decoration: underline;
}
.page-footer__copyright {
  margin-top: 15px;
  color: #999;
  font-size: smaller;
}
@media (min-width: 768px) {
  .page-footer__copyright {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .page-footer__group:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .page-footer__group--socials {
    font-size: 16px;
  }
  .page-footer__group--socials .page-footer__link {
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .page-footer__group {
    display: inline-block;
    margin: 0 36px;
    text-align: left;
    vertical-align: top;
  }
  .page-footer__group--double {
    width: 240px;
  }
}
.page-footer__group-heading {
  color: #05A7CF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-footer__group-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-footer__groupings {
    padding-top: 36px;
  }
}
.page-footer__legal {
  color: #ccc;
}
.page-footer__legal-item {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .page-footer__legal-item {
    margin-right: 24px;
  }
}
.page-footer__link {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-footer__link {
    display: inline-block;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .page-footer__group--double .page-footer__link {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .signin-form-options {
    font-size: smaller;
  }
  .signin-form-options input[type="checkbox"] {
    vertical-align: bottom;
  }
}
#signin-form input[type="email"],
#signin-form input[type="password"] {
  font-size: 16px;
  height: auto;
}
.user-profile {
  position: relative;
  color: #333333;
  text-align: left;
}
.user-profile .tooltip {
  top: auto !important;
  left: auto !important;
  bottom: 100%;
  right: -8px;
}
.user-profile .tooltip-arrow {
  left: auto !important;
  right: 10px;
}
.user-profile .tooltip-inner {
  min-width: 200px;
  padding: 8px 15px;
}
@media (max-width: 767px) and (max-height: 800px) {
  .user-profile--capped-height {
    height: 100%;
  }
}
.user-profile__body {
  position: relative;
  padding: 15px 24px;
}
@media (max-width: 767px) {
  .user-profile__body {
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .user-profile__body {
    max-height: calc(100vh - 183px);
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 767px) and (max-height: 800px) {
  .user-profile--capped-height .user-profile__body-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.user-profile__body-save {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.user-profile__field + .user-profile__field {
  margin-top: 15px;
}
.user-profile__field-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  font-size: larger;
  line-height: normal;
}
.user-profile__field-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 12px 8px;
  border: none;
  border-bottom: 2px dotted rgba(5, 167, 207, 0.5);
  border-radius: 0;
  box-shadow: none;
  background: rgba(5, 167, 207, 0.1);
  outline: none;
  font-size: 16px;
  font-weight: 700;
  transition: none 0.5s ease;
  transition-property: background, border, color;
}
.user-profile__field-input::placeholder {
  color: rgba(5, 167, 207, 0.5);
}
.user-profile__field-input:disabled {
  color: #999;
}
.user-profile__field-input:focus {
  border-color: #ccc;
  background: #FFF;
  color: #333333;
}
.user-profile__field-input:focus::placeholder {
  color: #999;
}
.has-error .user-profile__field-input {
  border-color: rgba(221, 0, 0, 0.5);
  background: rgba(221, 0, 0, 0.1);
  color: #D00;
}
.has-error .user-profile__field-input:focus {
  background: #FFF;
}
.has-error .user-profile__field-input:focus::placeholder {
  color: rgba(221, 0, 0, 0.5);
}
.user-profile__field-input-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  border: none;
  background: #05A7CF;
  color: #FFF;
}
.user-profile__field-input-group {
  position: relative;
}
.user-profile__field-label {
  position: relative;
  display: block;
  color: #05A7CF;
  font-family: 'Roboto Slab', 'Lato', sans-serif;
}
.is-incomplete .user-profile__field-label {
  color: #D00;
}
.is-incomplete:nth-of-type(odd) .user-profile__field-label {
  animation: userInfoShakeRight 4s ease 0.5s infinite forwards;
}
.is-incomplete:nth-of-type(even) .user-profile__field-label {
  animation: userInfoShakeRight 4s ease 1s infinite forwards;
}
.user-profile__field-label--primary {
  font-size: larger;
}
.user-profile__field-label--secondary {
  color: #999;
  font-size: smaller;
}
.user-profile__field-label-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
}
.user-profile__field-option {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #efefef;
  outline: none !important;
  transition: all 0.25s ease;
}
.user-profile__field-option:checked {
  border-color: #05A7CF;
  border-width: 10px;
  background-color: #FFF;
}
.user-profile__field-option-label {
  display: block;
}
.user-profile__form-desc {
  margin-bottom: 15px;
}
.user-profile__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-profile__footer-edit {
  display: none;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 75%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #FFF;
  animation: footerEditSlideUp 0.5s ease-out 1 forwards;
}
@keyframes footerEditSlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.user-profile__image {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  background: #333333 none center center / contain no-repeat;
}
.user-profile__image-button {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #333333;
  overflow: hidden;
}
.user-profile__image-button--photo {
  width: 35px;
  height: 35px;
  margin-left: 2px;
}
.user-profile__image-canvas {
  width: 200px;
  height: 200px;
}
.user-profile__image-upload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.user-profile__image-upload.is-landscape {
  overflow-x: auto;
}
.user-profile__image-upload.is-portrait {
  overflow-y: auto;
}
.user-profile__overlay {
  display: none;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  background: #FFF;
  animation: showUserProfileOverlay 0.25s ease 1 none;
  transition: transform 0.25s ease-out;
  transform: translateY(0);
}
.user-profile__overlay.shown {
  transform: translateY(-100%);
  transition-duration: 0s;
}
@keyframes showUserProfileOverlay {
  to {
    transform: translateY(-100%);
  }
}
.user-profile__overlay form {
  padding: 15px;
}
.user-profile__overlay-dismiss {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  color: #05A7CF;
  line-height: 1;
}
.user-profile__overlay-dismiss:hover .fa {
  transform: translateY(4px);
}
.user-profile__overlay-dismiss:active {
  color: #333333;
}
.user-profile__overlay-dismiss .fa {
  transition: transform 0.125s ease;
}
.user-profile__overlay-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #CCC;
  background: #EFEFEF;
  font-weight: 700;
}
.user-profile__toast {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 8px 24px;
  border-bottom: 1px solid #b9b90f;
  background: #fbfbcc;
  color: #434305;
  font-size: smaller;
  text-align: center;
  animation: showUserProfileToast 0.25s ease 1 none;
  transition: transform 0.25s ease-out;
  transform: translateY(-100%);
}
.user-profile__toast.shown {
  transform: translateY(0);
  transition-duration: 0s;
}
@keyframes showUserProfileToast {
  to {
    transform: translateY(0);
  }
}
.user-profile__avatar {
  display: inline-block;
  margin: 1px;
  vertical-align: top;
}
.user-profile__avatar-image {
  width: 100%;
  height: auto;
  transition: filter 0.25s ease, transform 0.25s ease;
}
li:not(.is-active) .user-profile__avatar-image:hover {
  transform: scale(1.1);
}
.is-active .user-profile__avatar-image {
  filter: grayscale(1);
}
.allow-flex .user-profile__upload {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 208px;
  margin: 8px auto 0;
}
.user-profile__upload-button {
  flex: 1;
}
.user-profile__user-details {
  padding-bottom: 15px;
}
@media (max-width: 767px) and (max-height: 800px) {
  .user-profile--capped-height .user-profile__user-details {
    padding-bottom: 36px;
  }
}
.user-profile button[data-action="save"] {
  height: 36px;
}
.user-profile input[type="color"] {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  outline: none;
  border: none;
  margin: 0;
  margin-left: 2px;
  padding: 0;
  background: transparent;
}
.user-profile input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 4px;
}
.user-profile input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
@keyframes userInfoShakeLeft {
  2.5% {
    transform: translateX(-8px);
  }
  5% {
    transform: translateX(8px);
  }
  7.5% {
    transform: translateX(-4px);
  }
  10% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes userInfoShakeRight {
  2.5% {
    transform: translateX(8px);
  }
  5% {
    transform: translateX(-8px);
  }
  7.5% {
    transform: translateX(4px);
  }
  10% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.user-profile-onboard {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 768px) {
  .user-profile-onboard {
    display: table;
    padding-bottom: 10vh;
    background: #EFEFEF;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .user-profile-onboard {
    padding: 24px 0;
  }
}
.user-profile-onboard__blocker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.5s ease 1 forwards;
}
.allow-flex .user-profile-onboard__blocker {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-profile-onboard__blocker-spinner {
  display: inline-block;
  width: 99px;
  height: 75px;
  margin-top: 40vh;
  background: url('https://dmn92m25mtw4z.cloudfront.net/img_set/pug-spinner/v1/pug-spinner-396w.png') 0 0 no-repeat;
  background-size: auto 75px;
  animation: user-profile-spinner 0.5s steps(4) infinite;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .user-profile-onboard__blocker-spinner {
    background-image: url('https://dmn92m25mtw4z.cloudfront.net/img_set/pug-spinner/v1/pug-spinner-792w.png');
  }
}
.allow-flex .user-profile-onboard__blocker-spinner {
  margin-top: 0;
  margin-bottom: 10vh;
}
@keyframes user-profile-spinner {
  100% {
    background-position: -396px;
  }
}
.user-profile-onboard__controls-save {
  min-width: 200px;
}
@media (max-width: 767px) {
  .user-profile-onboard__controls {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .user-profile-onboard__controls {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .user-profile-onboard__intro {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .user-profile-onboard__intro {
    padding-bottom: 15px;
  }
}
.user-profile-onboard__intro-body {
  margin-top: 8px;
  font-family: 'Roboto Slab', 'Lato', sans-serif;
}
@media (min-width: 768px) {
  .user-profile-onboard__intro-body {
    font-size: 20px;
  }
}
.user-profile-onboard__intro-graphic {
  width: 80px;
  border-radius: 50%;
  background: #FFF url("https://dmn92m25mtw4z.cloudfront.net/img_set/puggy-collapsed/v1/puggy-collapsed-120w.png") center center no-repeat;
  background-size: contain;
}
.user-profile-onboard__user-profile {
  width: 100%;
  max-width: 320px;
  margin: auto;
  background: #FFF;
}
@media (min-width: 768px) {
  .user-profile-onboard__user-profile {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .user-profile-onboard__wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
#sp-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
}
#sp-3 #mainPanel {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
