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

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400');

@font-face {
  font-family: 'Colfax';
  src: url('./fonts/Colfax-Regular.otf');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Colfax';
  src: url('./fonts/Colfax-Light.otf');
  font-style: normal;
  font-weight: normal;
}

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

body {
  min-height: 100%;

  background: white;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  flex-grow: 1;
  font-family: Colfax, Helvetica Neue;
}

body, staticroot, 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-left: 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}
blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    font-family: proximanova;
    font-style: italic;
    position: absolute;
    left: -16px;
    top: -31px;
    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 code {
  display: inline;
}
.markdown p:last-child {
  margin-bottom: 0 !important;
}
.markdown li:last-child {
  margin-bottom: 0 !important;
}
.markdown ol:last-child {
  margin-bottom: 0 !important;
}
.markdown ul:last-child {
  margin-bottom: 0 !important;
}
.markdown blockquote:last-child {
  margin-bottom: 0 !important;
}

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,
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: #2b6dad;
}
a.wtLink:visited {
  color: rgb(85, 26, 139);
}


/*
  Terms of Service page
*/
termscontent > ol > li {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}


staticroot {
  display: flex;
  flex-grow: 1;
}
staticroot preloadsec {
  flex-grow: 1;
}
staticroot preloadsec, staticroot preloadsec * {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: stretch;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
staticroot loaderwrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
staticroot loaderwrapper loader {
  flex-shrink:0;
  width:30vh;
  height:30vh;
}
staticroot chatmiddle loader {
  margin-top: 40px;
  width: 15vh;
  height: 15vh;
}
staticroot chattop {
  background: white;
  height: 42px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
staticroot chatmiddle {
  padding: 20px;
  letter-spacing: 1px;
  font-size: 22px;
  color: #666;
  line-height: 175%;
  text-align: center;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
staticroot chatbottom {
  margin-top: auto;
  padding: 6px;
}
staticroot fakechat {
  flex-grow: 1;
  background: rgb(245, 246, 250);
}
staticroot .chatinput {
  height: 70px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size:14px;
  resize:none;
}
staticroot noscriptsec {
  padding: 20px;
  line-height: 150%;
}

staticroot h1 {
  line-height: 125%;
  margin-bottom: 12px;
}
staticroot h2 {
  line-height: 125%;
  margin-bottom: 12px;
}
staticroot h3 {
  line-height: 125%;
  margin-bottom: 12px;
}
staticroot h4 {
  line-height: 125%;
  margin-bottom: 12px;
}
staticroot h5 {
  line-height: 125%;
  margin-bottom: 12px;
}
staticroot h6 {
  line-height: 125%;
  margin-bottom: 12px;
}
staticroot p {
  margin-bottom: 12px;
}
staticroot ol {
  margin-bottom: 12px;
}
staticroot ul {
  margin-bottom: 12px;
}
staticroot img {
  max-width: 100%;
  margin-bottom: 12px;
}

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

input.lightPlaceholder::placeholder {
  color: #ccc;
}
