@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3884213, 2020-03-27T07:46:12-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FuturaBT-Book by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-book-193053/
 *
 * Webfont: FuturaBT-Medium by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-medium-193053/
 *
 *
 * Webfonts copyright: Copyright &amp;#x00A9; 2017 Monotype Imaging Inc. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FuturaBT';
  src: url("https://pangea.ai/assets/fonts/futura-bt-book.eot"), url("https://pangea.ai/assets/fonts/futura-bt-book.woff2") format("woff2"), url("https://pangea.ai/assets/fonts/futura-bt-book.woff") format("woff"), url("https://pangea.ai/assets/fonts/futura-bt-book.eot?#iefix") format("embedded-opentype"), url("https://pangea.ai/assets/fonts/futura-bt-book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'FuturaBT';
  src: url("https://pangea.ai/assets/fonts/futura-bt-medium.eot"), url("https://pangea.ai/assets/fonts/futura-bt-medium.woff2") format("woff2"), url("https://pangea.ai/assets/fonts/futura-bt-medium.woff") format("woff"), url("https://pangea.ai/assets/fonts/futura-bt-medium.eot?#iefix") format("embedded-opentype"), url("https://pangea.ai/assets/fonts/futura-bt-medium.ttf") format("truetype");
  font-weight: 500;
}

body .editor .__header-one {
  font-family: FuturaBT, sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #3D4249;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.57;
}

body .editor .__header-two {
  font-family: FuturaBT, sans-serif, sans-serif;
}

body .editor .LiveField * {
  font-family: FuturaBT, sans-serif, sans-serif;
}

body .editor .LiveField i {
  font-family: 'Material Icons' !important;
}

body .editor .LiveField .Select-control,
body .editor .LiveField .LiveField__input {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  height: 54px !important;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.35;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  background-color: transparent;
}

body .editor .LiveField .LiveField__container {
  padding: 0;
  margin: 4px 0 18px;
  position: relative;
}

body .editor .LiveField .LiveField__header {
  color: #3D4249;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
}

body .editor .LiveField .LiveField__header span {
  font-weight: 400 !important;
}

body .editor .LiveField .LiveField__answer {
  margin-top: 0;
}

body .editor .LiveField .LiveField__error {
  margin-bottom: 15px;
}

body .editor .LiveField .Select-menu-outer {
  margin-top: 2px;
}

body .editor .LiveField .Choices {
  margin-top: 22px;
}

body .editor .LiveField .Choices__choice {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 22px;
}

body .editor .LiveField .Choices__choice .Choices__label {
  color: #3D4249 !important;
  position: relative;
  font-size: 16px;
  line-height: 1.35;
}

body .editor .LiveField .Choices__choice .Choices__label::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #e5e5e5;
  margin-right: 20px;
  vertical-align: middle;
  border-radius: 50%;
}

body .editor .LiveField .Choices__choice.btn-primary .Choices__label::before {
  background-color: #2574ff;
}

body .editor .LiveField .Choices__choice.btn-primary .Choices__label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 13px;
  background: #fff;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
          box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .editor .LiveField .Choices__choice .material-icons {
  display: none;
}

body .editor .LiveField--active .Select-control:not(.LiveField__input--manualfocus),
body .editor .LiveField--active .LiveField__input:not(.LiveField__input--manualfocus) {
  border-color: #2574ff;
}

body .editor .Select--multi .Select-value {
  background-color: #2574ff;
}

body .editor .paragraph {
  font-family: FuturaBT, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3D4249;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.66;
}

body .editor .Pagination .btn-primary {
  background: #2574ff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(37, 116, 255, 0.3);
          box-shadow: 0 10px 20px 0 rgba(37, 116, 255, 0.3);
  border-radius: 5px;
  font-family: FuturaPT-Medium;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  margin: 0 10px;
}

body .editor .Pagination .btn-raised.btn-primary.Pagination__btn {
  border-radius: 5px !important;
}

/*# sourceMappingURL=paperform.min.css.map */