@import 'fonts/proximanova/stylesheet.css';

html {
  color: #222;
  font-size: 1em;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  background: #fff;
  flex-grow: 1;
  font-family: proximanova, Helvetica Neue;
}

approot {
  flex-grow: 1
}

body, approot, approot *, sortableitem, sortableitem * {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: stretch;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

div.sharethis-inline-share-buttons, div.sharethis-inline-share-buttons * {
  display: block;
}

blockquote {
    font-family: Georgia, serif;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}
blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}
blockquote.smallBlockQuote {
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
}
blockquote.smallBlockQuote:before {
    content: "\201C";
    font-size: 50px;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}
cite {
  font-style: normal;
}

.markdown a {
  display: inline;
  text-decoration: none;
  color: blue;
}
.markdown a:hover {
  text-decoration: underline;
}
.markdown p {
  line-height: 125%;
  margin-bottom: 10px;
}
.markdown p:last-child {
  margin-bottom: 0;
}
.markdown li {
  line-height: 125%;
  margin-bottom: 10px;
}
.markdown li:last-child {
  margin-bottom: 0;
}
.markdown ol {
  margin-bottom: 10px;
}
.markdown ol:last-child {
  margin-bottom: 0;
}
.markdown ul {
  margin-bottom: 10px;
}
.markdown ul:last-child {
  margin-bottom: 0;
}
.markdown blockquote {
  font-family: proximanova, Helvetica Neue;
}
.markdown blockquote:before {
  left: -8px;
  top: -29px;
}

approot label, approot span, approot em, approot b, approot strong, approot i, approot u {
  display: inline;
}

script, meta, link {
  display: none;
}

p a {
  display: inline;
}

a, input, textarea, select {
  outline: 0;
}
input[type=radio] {
  display: inline-block;
}

p, h1, h2, h3, h4, h5, h6, br {
  display: block;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

p, h1, h2, h3, h4, h5, h6, code, pre {
  margin-top: 0;
  margin-bottom: 0;
}

pre code {
  margin: 0;
}

img {
  flex-shrink: 0;
}

li {
  display: list-item;
}



::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.swal-confirm-rounded {
  border-radius: 18px !important;
  padding: 12px 40px !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
}

.swal2-container {
  transition: all .3s ease-in !important;
}

.swal2-modal, .swal2-modal * {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.swal2-buttonswrapper {
  text-align: center;
}
.swal2-buttonswrapper button {
  display: inline-block;
  margin-bottom: 20px !important;
}

.swal2-modal {
  animation-duration: .3s !important;
  border: 1px solid #e4e3e7 !important;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.1) !important;
}

button:focus {outline:0;}

loader {
  width: 32px;
  height: 32px;
  align-self: center;
  background-color: #666;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

a.wtLink {
  color: blue;
}
a.wtLink:visited {
  color: rgb(85, 26, 139);
}
