@font-face {
  font-family: "Potter";
  src: url("fonts/potter.eot?") format("eot"), url("fonts/potter.woff2") format("woff2"), url("fonts/potter.woff") format("woff"), url("fonts/potter.ttf") format("truetype"), url("fonts/potter.svg#Potter") format("svg"); }

.overlay-popup {
  background: #333;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998; }

.component-popup {
  background: #e3e3e3;
  background: #fff;
  background: #E7E7E7;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 0px 0px 20px #333;
  -moz-box-shadow: 0px 0px 20px #333;
  -o-box-shadow: 0px 0px 20px #333;
  box-shadow: 0px 0px 20px #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 750px;
  height: 569px;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999999;
  padding: 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .component-popup.simple {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .component-popup.simple .close-btn {
      background: #fff !important; }
    .component-popup.simple .title {
      font-family: 'Open Sans', sans-serif !important;
      font-size: 28pt !important; }
      .component-popup.simple .title b {
        font-weight: 100;
        font-size: 10pt; }
    .component-popup.simple input, .component-popup.simple select {
      background: #fff !important; }
  .component-popup.thanks {
    width: 550px;
    height: auto;
    background: #fff !important;
    background-image: none !important; }
    .component-popup.thanks h1 {
      font-weight: 100;
      font-size: 20pt;
      margin-bottom: 30px; }
    .component-popup.thanks p {
      font-size: 12pt;
      margin-bottom: 30px; }
    .component-popup.thanks .close-btn {
      position: absolute;
      background: #fff;
      color: #333;
      padding: 5px;
      font-size: 18pt;
      right: 10px;
      top: 10px;
      border: none;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      cursor: pointer;
      -webkit-transition: background 100ms ease-in-out;
      -moz-transition: background 100ms ease-in-out;
      -o-transition: background 100ms ease-in-out;
      transition: background 100ms ease-in-out; }
      .component-popup.thanks .close-btn:hover {
        color: #3e3e3e; }
  .component-popup .close-btn {
    position: absolute;
    background: #fff;
    background: #E7E7E7;
    color: #333;
    padding: 5px;
    font-size: 18pt;
    right: 10px;
    top: 10px;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: background 100ms ease-in-out;
    -moz-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out; }
    .component-popup .close-btn:hover {
      color: #3e3e3e; }
  .component-popup .form h1 {
    font-weight: 100;
    font-size: 20pt;
    margin-bottom: 30px; }
  .component-popup .form p {
    font-size: 12pt;
    margin-bottom: 30px; }
  .component-popup .form .title {
    font-size: 45pt;
    line-height: 25pt;
    font-weight: 100;
    text-align: left;
    color: #333;
    font-family: 'Potter';
    margin-bottom: 5px;
    margin-top: 0; }
    .component-popup .form .title b {
      font-family: 'Open Sans', sans-serif;
      font-size: 11pt;
      padding-top: 5px;
      text-transform: uppercase; }
  .component-popup .form .subtitle {
    font-size: 10pt;
    font-weight: 900;
    margin-bottom: 10px; }
  .component-popup .form form {
    padding: 10px 20px 20px;
    margin: 0px -20px -20px -20px; }
  .component-popup .form .form-group {
    overflow: hidden; }
    .component-popup .form .form-group .form-field {
      float: left;
      width: 48%; }
      .component-popup .form .form-group .form-field:first-child {
        margin-right: 4%; }
    .component-popup .form .form-group.three .form-field {
      float: left;
      width: 32%; }
      .component-popup .form .form-group.three .form-field:first-child {
        margin-right: 0.1%; }
  .component-popup .form .form-field {
    width: 100%; }
    .component-popup .form .form-field input, .component-popup .form .form-field select {
      width: calc(100% -  96px); }
  .component-popup .form label {
    font-size: 10pt;
    padding: 10px 0px;
    float: left;
    width: 70px;
    text-align: right; }
  .component-popup .form input, .component-popup .form select {
    border: 2px solid #9A9A9A;
    background: #2A99DC;
    background: #E7E7E7;
    color: #333;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 10pt;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: border 200ms ease-in-out;
    -moz-transition: border 200ms ease-in-out;
    -o-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
    .component-popup .form input:focus, .component-popup .form select:focus {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      background: #fff;
      border: 2px solid #0F7DBB; }
  .component-popup .form ::-webkit-input-placeholder {
    color: #333; }
  .component-popup .form :-moz-placeholder {
    color: #333; }
  .component-popup .form ::-moz-placeholder {
    color: #333; }
  .component-popup .form :-ms-input-placeholder {
    color: #333; }
  .component-popup .form .button-submit {
    padding: 15px 35px;
    border: none;
    background: #2A99DC;
    color: #fff;
    margin-top: 10px;
    font-size: 11pt;
    left: 0;
    right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out; }
    .component-popup .form .button-submit:hover {
      background: #333; }

.page.modal-active {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px); }
