.clear, .Clear {
  clear: both;
}

.blue, .green {
  color: #3DB7B1 !important;
}

.bold {
  font-weight: bold;
}

/* Buttons */
.btn {
  border-width: 3px;
}

.btn-sm {
  border-width: 2px;
}

.btn-primary {
  background: #227f7a !important;
  color: white !important;
  border-color: #227f7a !important;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary.raised {
  box-shadow: 1px 2px 0px 1.5px #175754;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-primary:hover {
  border-color: #175754 !important;
  background: #175754 !important;
}

.dropdown-toggle.btn-primary {
  border-left: solid 2px #1d6b67 !important;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
}

.btn-orange {
  background-color: #F58025;
  border-color: #F58025;
  color: white;
}
.btn-orange.raised {
  box-shadow: 1px 2px 0px 1.5px #dd660a;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-orange:hover {
  background-color: #dd660a;
  border-color: #dd660a;
  color: white;
}

.btn-danger {
  background-color: #F58025;
  border-color: #F58025;
  color: white;
}
.btn-danger:hover {
  background-color: #dd660a;
  border-color: #dd660a;
  color: white;
}

.btn-default {
  border-color: #ddd;
}

.btn {
  box-shadow: none;
}

button.upload-button,
a.upload-button {
  color: #fafafa;
  background-color: #F58025;
  border-radius: 10px;
  border: none;
  padding: 1em 2em;
  font-size: 20pt;
  display: inline-block;
}
button.upload-button.bold,
a.upload-button.bold {
  font-weight: 400 !important;
}
button.upload-button.small,
a.upload-button.small {
  font-size: 14pt;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  button.upload-button.mobile-small,
a.upload-button.mobile-small {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
button.upload-button.raised,
a.upload-button.raised {
  box-shadow: 3px 3px 0px 1px #c45b09;
}
button.upload-button.upload-button-top-margin,
a.upload-button.upload-button-top-margin {
  margin-top: 0.75em;
}
button.upload-button:hover,
a.upload-button:hover {
  background-color: #dd660a;
  text-decoration: none !important;
}
button.upload-button.upload-button-green,
a.upload-button.upload-button-green {
  background-color: #2DA7A1;
}
button.upload-button.upload-button-green.raised,
a.upload-button.upload-button-green.raised {
  box-shadow: 3px 3px 0px 1px #1d6b67;
}

.alert-info {
  background: #2DA7A1;
  border-color: #2DA7A1;
  box-shadow: none;
  text-shadow: none;
  color: white;
}
.alert-info a,
.alert-info a:link,
.alert-info a:visited {
  color: white;
}
.alert-info a:active,
.alert-info a:hover {
  color: white;
  text-decoration: underline;
}

.panel-info .panel-heading {
  background: #2DA7A1;
  border-color: #2DA7A1;
  text-align: center;
  color: white;
}
.panel-info .panel-heading h3 {
  margin: 0px;
  font-weight: 500;
}

button.small-orange-button {
  color: #fafafa;
  background-color: #F58025;
  border-radius: 5px;
  border: none;
  padding: 0.25em 1em;
  display: block;
  width: 100%;
  font-size: 12pt;
}
button.small-orange-button.upload-button-top-margin {
  margin-top: 0.125em;
}
button.small-orange-button:hover {
  background-color: #dd660a;
}

body {
  padding-right: 0px !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.42857143;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small,
.h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small,
.h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small,
h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small,
h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* These styles are used everywhere, but aren't specific elements */
.dz-preview {
  display: none !important;
}

.row-vcenter {
  display: block;
  display: flex;
  align-items: center;
}

.always-right {
  text-align: right !important;
}

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  background-color: #fafafa;
  color: #333;
  font-size: 12pt;
}

html {
  overflow-x: hidden;
}

blockquote {
  font-size: 20pt;
}
blockquote.small {
  font-size: 12pt;
}
blockquote footer {
  font-size: 16pt;
}
blockquote.no-bottom-padding {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.errorlist {
  color: red !important;
  font-weight: bold;
  margin-top: 1em;
}

small.description {
  font-size: 12pt;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.tiny {
  font-size: 12px;
}

p.title {
  font-size: 20pt;
  font-weight: 400;
}

p.title.big {
  font-size: 28pt;
}

p.title.slightly-big {
  font-size: 24pt;
}

p.title.text-left {
  text-align: left;
}

p.title.text-right {
  text-align: right;
}

p.description {
  font-size: 14pt;
}

p.description.big {
  font-size: 20pt;
}

p.description.slightly-big {
  font-size: 16pt;
}

.pad-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36pt;
  }

  h2 {
    font-size: 28pt;
  }

  h3 {
    font-size: 16pt;
  }
}
/**
 * Style for displaying stars. See http://stackoverflow.com/questions/1987524/turn-a-number-into-star-rating-display-using-jquery-and-css.
 */
/* Stars are 15px tall. */
div.star-container {
  display: block;
  height: 15px;
  padding: 0;
}

span.stars, span.stars span {
  display: block;
  /* fallback for crappy browsers */
  display: inline-block;
  text-align: left;
  background: url(../../img/stars-16-green.png) 0 -16px repeat-x;
  width: 80px;
  /* 16x5 */
  height: 15px;
  padding: 0;
  line-height: 15px;
}

span.stars span {
  background-position: 0 0px;
  background-repeat: repeat-x;
  padding: 0;
  line-height: 15px;
}

.clear, .Clear {
  clear: both;
}

.blue, .green {
  color: #3DB7B1 !important;
}

.bold {
  font-weight: bold;
}

/* Buttons */
.btn {
  border-width: 3px;
}

.btn-sm {
  border-width: 2px;
}

.btn-primary {
  background: #227f7a !important;
  color: white !important;
  border-color: #227f7a !important;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary.raised {
  box-shadow: 1px 2px 0px 1.5px #175754;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-primary:hover {
  border-color: #175754 !important;
  background: #175754 !important;
}

.dropdown-toggle.btn-primary {
  border-left: solid 2px #1d6b67 !important;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
}

.btn-orange {
  background-color: #F58025;
  border-color: #F58025;
  color: white;
}
.btn-orange.raised {
  box-shadow: 1px 2px 0px 1.5px #dd660a;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-orange:hover {
  background-color: #dd660a;
  border-color: #dd660a;
  color: white;
}

.btn-danger {
  background-color: #F58025;
  border-color: #F58025;
  color: white;
}
.btn-danger:hover {
  background-color: #dd660a;
  border-color: #dd660a;
  color: white;
}

.btn-default {
  border-color: #ddd;
}

.btn {
  box-shadow: none;
}

button.upload-button,
a.upload-button {
  color: #fafafa;
  background-color: #F58025;
  border-radius: 10px;
  border: none;
  padding: 1em 2em;
  font-size: 20pt;
  display: inline-block;
}
button.upload-button.bold,
a.upload-button.bold {
  font-weight: 400 !important;
}
button.upload-button.small,
a.upload-button.small {
  font-size: 14pt;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  button.upload-button.mobile-small,
a.upload-button.mobile-small {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
button.upload-button.raised,
a.upload-button.raised {
  box-shadow: 3px 3px 0px 1px #c45b09;
}
button.upload-button.upload-button-top-margin,
a.upload-button.upload-button-top-margin {
  margin-top: 0.75em;
}
button.upload-button:hover,
a.upload-button:hover {
  background-color: #dd660a;
  text-decoration: none !important;
}
button.upload-button.upload-button-green,
a.upload-button.upload-button-green {
  background-color: #2DA7A1;
}
button.upload-button.upload-button-green.raised,
a.upload-button.upload-button-green.raised {
  box-shadow: 3px 3px 0px 1px #1d6b67;
}

.alert-info {
  background: #2DA7A1;
  border-color: #2DA7A1;
  box-shadow: none;
  text-shadow: none;
  color: white;
}
.alert-info a,
.alert-info a:link,
.alert-info a:visited {
  color: white;
}
.alert-info a:active,
.alert-info a:hover {
  color: white;
  text-decoration: underline;
}

.panel-info .panel-heading {
  background: #2DA7A1;
  border-color: #2DA7A1;
  text-align: center;
  color: white;
}
.panel-info .panel-heading h3 {
  margin: 0px;
  font-weight: 500;
}

button.small-orange-button {
  color: #fafafa;
  background-color: #F58025;
  border-radius: 5px;
  border: none;
  padding: 0.25em 1em;
  display: block;
  width: 100%;
  font-size: 12pt;
}
button.small-orange-button.upload-button-top-margin {
  margin-top: 0.125em;
}
button.small-orange-button:hover {
  background-color: #dd660a;
}

body {
  padding-right: 0px !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.42857143;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small,
.h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small,
.h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small,
h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small,
h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* These styles are used everywhere, but aren't specific elements */
.dz-preview {
  display: none !important;
}

.row-vcenter {
  display: block;
  display: flex;
  align-items: center;
}

.always-right {
  text-align: right !important;
}

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  background-color: #fafafa;
  color: #333;
  font-size: 12pt;
}

html {
  overflow-x: hidden;
}

blockquote {
  font-size: 20pt;
}
blockquote.small {
  font-size: 12pt;
}
blockquote footer {
  font-size: 16pt;
}
blockquote.no-bottom-padding {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.errorlist {
  color: red !important;
  font-weight: bold;
  margin-top: 1em;
}

small.description {
  font-size: 12pt;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.tiny {
  font-size: 12px;
}

p.title {
  font-size: 20pt;
  font-weight: 400;
}

p.title.big {
  font-size: 28pt;
}

p.title.slightly-big {
  font-size: 24pt;
}

p.title.text-left {
  text-align: left;
}

p.title.text-right {
  text-align: right;
}

p.description {
  font-size: 14pt;
}

p.description.big {
  font-size: 20pt;
}

p.description.slightly-big {
  font-size: 16pt;
}

.pad-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36pt;
  }

  h2 {
    font-size: 28pt;
  }

  h3 {
    font-size: 16pt;
  }
}
/* HEADER AND FOOTER */
#footer {
  background-color: #00052d;
  color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 12pt;
  position: relative;
}
#footer .mixpanel-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#footer .social-media-container img {
  height: 32px;
}
#footer .social-media-container a.sm-link i {
  color: #3DB7B1;
  font-size: 32px;
}
#footer .social-media-container a.sm-link i.fa-square {
  color: #fafafa;
}
#footer .social-media-container a.sm-link i:hover {
  color: #2DA7A1;
}
#footer .footer-title {
  font-size: 16pt;
}
#footer .copyright {
  margin-top: 30px;
}
#footer a {
  color: #fafafa;
  text-decoration: none;
}
#footer a:link, #footer a:visited {
  color: #fafafa;
}
#footer a:hover {
  text-decoration: underline;
  color: #fafafa;
}
#footer a:active {
  text-decoration: underline;
  color: #fafafa;
}

/* Make room for that navbar */
.editrevise-content-container {
  padding-top: 87px;
}
.editrevise-content-container.no-banner {
  padding-top: 55px;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 4px 2px -2px #ddd;
  transition: background-color 0.5s ease;
}
#navbar a {
  color: #fafafa;
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#navbar a:active, #navbar a:visited, #navbar a:focus {
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#navbar a:link {
  color: #fafafa;
  text-decoration: none;
}
#navbar a:hover {
  text-decoration: underline;
  color: #3DB7B1;
  background: none;
}
#navbar a:active {
  color: #3DB7B1;
  text-decoration: underline;
}
#navbar a:visited {
  color: #fafafa;
  text-decoration: none;
}
#navbar a.outline {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid white;
  border-radius: 5px;
}
#navbar a.outline:hover, #navbar a.outline:active {
  background: rgba(255, 255, 255, 0.2) !important;
}
#navbar .white-prompt-logo {
  display: none;
}
#navbar.no-banner {
  top: 0px;
}
#navbar.no-banner ~ .editrevise-content-container {
  padding-top: 55px;
}
#navbar a {
  font-size: 12pt;
}
#navbar li.white-link {
  margin-right: 25px;
}
#navbar li.white-link:hover {
  background: none;
}
#navbar li.white-link a {
  color: #2DA7A1;
}
#navbar li.white-link a:link {
  color: #2DA7A1;
}
#navbar li.white-link a:hover {
  color: #3DB7B1;
}
#navbar li.white-link a:active {
  color: #3DB7B1;
}
#navbar li.white-link a:visited {
  color: #2DA7A1;
}
@media (max-width: 768px) {
  #navbar li.white-link {
    margin-right: 25px;
    margin-left: 10px;
  }
  #navbar li.white-link #btn_login {
    margin-left: 15px;
  }
}
#navbar a.navbar-brand {
  display: inline;
  padding-top: 6px;
}
#navbar a.navbar-brand img {
  margin-top: 6px;
  height: 28px;
}

#scholarship-banner {
  color: #fafafa;
  background-color: #F58025;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1em;
  min-height: 2em;
  text-align: center;
  border-bottom: 1px solid #dd660a;
  border-top: 1px solid #dd660a;
  font-size: 14pt;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#scholarship-banner a {
  color: #fafafa;
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#scholarship-banner a:active, #scholarship-banner a:visited, #scholarship-banner a:focus {
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#scholarship-banner a:link {
  color: #fafafa;
  text-decoration: none;
}
#scholarship-banner a:hover {
  text-decoration: underline;
  color: #3DB7B1;
  background: none;
}
#scholarship-banner a:active {
  color: #3DB7B1;
  text-decoration: underline;
}
#scholarship-banner a:visited {
  color: #fafafa;
  text-decoration: none;
}
#scholarship-banner a.outline {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid white;
  border-radius: 5px;
}
#scholarship-banner a.outline:hover, #scholarship-banner a.outline:active {
  background: rgba(255, 255, 255, 0.2) !important;
}
#scholarship-banner a:hover {
  color: white !important;
}
#scholarship-banner a:active {
  color: #fafafa;
}
