#noJS {
  background: #F3F3F3;
  font-size: 18px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  line-height: 100vh;
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.c-logo {
  position: relative;
  overflow: hidden;
  width: 348px;
  height: 124px;
  margin: 0 auto;
  background: #F3F3F3;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-logo__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 350px;
  height: 126px;
  fill: #F3F3F3;
}

.c-logo__fill_top {
  width: 350px;
  height: calc(126px/2);
  background: linear-gradient(42deg, #1c1c1c 0%, #414141 49%);
  -webkit-animation: fillUpTop 2.5s ease-in-out infinite;
          animation: fillUpTop 2.5s ease-in-out infinite;
  -webkit-transform: translate(-350px, 0) skew(170deg);
          transform: translate(-350px, 0) skew(170deg);
}

.c-logo__fill_bottom {
  width: 350px;
  height: calc(126px/2);
  background: linear-gradient(42deg, #0137f8 0%, #024af9 49%);
  -webkit-animation: fillUpBottom 2.5s ease-in-out infinite;
          animation: fillUpBottom 2.5s ease-in-out infinite;
  -webkit-transform: translate(-350px, 0) skew(170deg);
          transform: translate(-350px, 0) skew(170deg);
}

.everything {
  display: none;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.circle {
  width: 500px;
  height: 500px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: grow 2s infinite;
          animation: grow 2s infinite;
  background: linear-gradient(42deg, #0137f8 0%, #024af9 49%);
  display: none;
  z-index: 1;
}

@-webkit-keyframes fillUpTop {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@keyframes fillUpTop {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@-webkit-keyframes fillUpBottom {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@keyframes fillUpBottom {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

.main-container .main-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 2em;
}

.main-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  border-radius: 3px;
  padding: 0 1em;
}

#pendingProposals .main-container .main-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.textcentre {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.inline-block {
  display: inline-block;
}

a {
  text-decoration: none;
}

body {
  background: #F3F3F3;
}

header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  z-index: 3000;
}

header nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

header nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

header nav ul {
  float: left;
}

header nav ul li {
  float: left;
  list-style: none;
}

header nav ul li a {
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
}

header .main-wrapper,
footer .main-wrapper {
  max-width: none;
}

header .nav-login {
  float: right;
}

header .nav-login form {
  float: left;
  padding-top: 10px;
}

header .nav-login form input {
  float: left;
  width: 162px;
  height: 40px;
  padding: 0px 10px;
  margin-right: 10px;
  font-family: arial;
  font-size: 14px;
  color: #111;
  line-height: 40px;
  border: none;
  background-color: #F3F3F3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .nav-login form button,
#pendingProposals #display_table button {
  float: left;
  width: 60px;
  height: 40px;
  margin-right: 10px;
  border: none;
  color: #05568b;
  background: #d0d9e1;
  font-family: arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

header .nav-login form button:hover,
#pendingProposals #display_table button:hover {
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  color: #fff;
}

#pendingProposals #display_table button {
  float: none;
  width: auto;
  height: 40px;
  margin-right: 10px;
  border: none;
  color: #05568b;
  background: #d0d9e1;
  font-family: arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

header .nav-login form .username-wrapper {
  float: left;
  margin-right: 20px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: arial;
  font-size: 14px;
  text-transform: capitalize;
}

header .nav-login form button:hover {
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  color: #fff;
}

header .nav-login a {
  display: block;
  width: 112px;
  height: 60px;
  border: none;
  float: left;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
  cursor: pointer;
}

header .nav-login a:hover {
  color: #05568b;
}

header .logo-wrapper {
  display: inline-block;
}

header .logo {
  min-width: 138px;
  padding: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#index header #header-login {
  display: none;
}

footer {
  width: 100%;
  background: #fff;
  height: 50px;
}

footer .nav-login a {
  display: block;
  min-width: 112px;
  height: 50px;
  border: none;
  float: left;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 50px;
  cursor: pointer;
}

a.button {
  display: inline-block;
  min-width: 112px;
  height: 50px;
  border: none;
  float: none;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 30px;
  min-height: 40px;
  cursor: pointer;
}

.dashboard-wrapper {
  text-align: left;
  font-size: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.dashboard-wrapper a.button {
  width: 48%;
  margin: 5px 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
  min-width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .nav-login a:hover {
  color: #05568b;
}

.main-container {
  padding-top: 90px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-container h2 {
  font-family: arial;
  font-size: 40px;
  color: #111;
  line-height: 50px;
  text-align: center;
  padding: 20px 0;
}

/*signup.php*/
.signup-form {
  width: 300px;
}

.contract-creator-form,
.signup-form {
  margin: 0 auto;
  padding-top: 15px;
}

.signup-form input {
  max-width: 300px;
}

.contract-creator-form input,
.signup-form input {
  width: 100%;
  height: 40px;
  padding: 0px 2%;
  margin-bottom: 5px;
  border: none;
  background-color: #F3F3F3;
  font-family: arial;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  display: inline-block;
  color: #111;
  line-height: 40px;
}

.contract-creator-form .select-dropdown select,
.signup-form .select-dropdown select {
  width: 100%;
  height: 40px;
  padding: 0px 2%;
  border: none;
  background-color: #F3F3F3;
  font-family: arial;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: rgba(51, 51, 51, 0.7);
  line-height: 40px;
  text-align-last: left;
}

.contract-creator-form textarea,
.signup-form textarea {
  background-color: #F3F3F3;
}

.signup-form .form-group:last-of-type {
  margin-top: 0;
}

.contract-creator-form button,
.signup-form button {
  display: inline-block;
  margin: 0 auto;
  height: 40px;
  border: none;
  background: #333;
  font-family: arial;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px 0;
}

.contract-creator-form {
  width: 100%;
}

.contract-creator-form .fieldset-wrapper {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.contract-creator-form fieldset.page3 h3 {
  margin-top: 25px;
}

.contract-creator-form fieldset {
  width: 48%;
  margin: 0 0 0 1%;
  padding: 0.5em;
  border: 1px solid #ccc;
}

.contract-creator-form fieldset:nth-last-of-type(2) {
  margin: 0 1% 0 0;
}

.contract-creator-form button:hover,
.signup-form button:hover {
  background-color: #111;
}

.select-dropdown select {
  font-family: "helvetica neue", helvetica;
  font-size: 1rem;
  font-weight: 200;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(51, 51, 51, 0.65);
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 5px;
}

.select-dropdown select option {
  color: #333333;
}

.select-dropdown::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

.select-dropdown {
  position: relative;
  background-color: #e6e6e6;
  width: 100%;
  float: left;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.select-dropdown select {
  font-family: "helvetica neue", helvetica;
  font-size: 1rem;
  font-weight: 200;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select-dropdown:focus-within:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #aaa;
  top: 35%;
}

.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

input:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  position: relative;
}

.contract-creator-form .form-control.valid,
.signup-form .form-control:valid,
.contract-creator-form .form-control:focus, .signup-form .form-control:focus {
  background: #fff;
}

.form-control:valid,
.form-control.valid {
  color: #000;
}

.login-status {
  text-align: center;
}

.signuperror {
  display: block;
  max-width: 300px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #cc1c1c;
  color: #fff;
  margin-bottom: -13px;
}

.signupsuccess {
  display: block;
  max-width: 300px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #8ae787;
  color: #fff;
  margin-bottom: -13px;
}

.login-page .signupsuccess,
.login-page .signuperror {
  max-width: 450px;
}

#contract-proposal .main-container {
  padding-top: 0;
}

.login-page .main-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.login-page .main-container .bg-left {
  background: url("../imgs/loginPage.jpg");
  width: 70vw;
  background-size: cover;
  background-position: right;
}

.login-page .main-container .main-wrapper {
  width: 30vw;
  min-width: 500px;
  margin: 0;
  background: #F3F3F3;
  text-align: center;
}

.login-page header, .login-page footer,
#contract-proposal header, #contract-proposal footer {
  display: none;
}

.login-page form {
  max-width: 450px;
  display: inline-block;
  margin-top: 1em;
}

.login-page form input {
  float: left;
  height: 40px;
  padding: 0px 10px;
  margin-right: 10px;
  font-family: arial;
  font-size: 14px;
  color: #111;
  line-height: 40px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0.5em 0;
}

.login-page .forgot-password {
  line-height: 40px;
  float: left;
  padding: 0 0.5em;
  color: #05568b;
}

.login-page .forgot-password:hover {
  text-decoration: underline;
}

.login-page form button {
  float: right;
  width: 60px;
  height: 40px;
  margin-right: 0px;
  border: none;
  color: #05568b;
  background: #d0d9e1;
  font-family: arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.login-page form button:hover {
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  color: #fff;
}

.button::after {
  content: "";
  right: 23px;
  top: 15px;
  border: solid #05568b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
}

a.button {
  color: #05568b;
  text-align: center;
}

a.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  height: auto;
  padding: 15px;
  position: relative;
  padding-right: 37px;
}

a.button {
  color: #01416d;
  background-color: #f0f4f8;
  background-image: none;
  border: 2px solid   #d0d9e1;
  border-radius: 25px;
  margin: 10px;
  padding: 6px 15px;
  width: 200px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}

a.button:hover, a.button:focus, a.button:active {
  background: linear-gradient(42deg, #05568b 0%, #0a558c 49%);
  color: #fff;
}

a.button:hover::after, a.button:focus::after, a.button:active::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#contract-creator h3 {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contract-creator .form-control-placeholder {
  min-width: 150px;
  display: inline-block;
}

#contract-creator .select-dropdown .form-control-placeholder {
  padding-top: 6px;
}

.super {
  vertical-align: super;
}

.sub {
  vertical-align: sub;
}

/*end reset css*/
.left {
  float: left;
}

.right {
  float: right;
}

.table {
  display: table;
  width: 100%;
}

.tablecell {
  display: table-cell;
  vertical-align: middle;
}

.headerwrapper {
  padding: 20px 0 30px 0;
  position: relative;
  min-height: 120px;
}

.headerwrapper .leftside,
.headerwrapper .rightside {
  width: 60%;
  min-width: 260px;
  display: inline-block;
}

.headerwrapper .leftside .smallprint {
  min-width: 154px;
}

.headerwrapper .rightside {
  position: absolute;
  bottom: 30px;
  width: 40%;
}

.headerwrapper .logowrapper {
  width: 300px;
}

.productdetails {
  min-height: 100px;
}

.smallprint {
  font-size: 11px;
}

.smallprint .top,
.smallprint .bottom {
  padding-top: 5px;
  line-height: 1.2;
}

h1 {
  font-weight: normal;
  color: #222;
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
}

#index h1 {
  font-size: 32px;
  text-align: right;
  margin: 20px 0 0 0;
  color: #fff;
}

#terms h1 {
  text-align: center;
  font-size: 23px;
  margin: 0 0 1vh 0;
}

#index .box h1 {
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.logo {
  opacity: 0.8;
  max-width: 300px;
  padding: 0 25px 0 0;
}

ol li {
  list-style-type: decimal;
  padding: 0 0 8px 0;
  margin: 0 0 0 2em;
  line-height: 1.2;
}

ol ol li {
  list-style-type: lower-alpha;
  margin: 0 0 0 4em;
}

ol ol ol li {
  list-style-type: lower-roman;
  margin: 0 0 0 6em;
}

.box {
  border: 1px solid #ccc;
  padding: 20px;
  background: rgba(248, 248, 241, 0.2);
  border-spacing: 9px;
  position: relative;
  padding-bottom: 77px;
}

.box .tableWrapper {
  display: table;
  width: 100%;
}

.box .tableWrapper:not(:first-child) {
  margin-top: -9px;
}

.box .colWrapper {
  display: table-row;
}

.box .innerbox {
  border: 1px solid #ccc;
  padding: 10px;
  background: rgba(248, 248, 241, 0.2);
  display: inline-block;
}

p + .form-group {
  margin: 1rem 0 1.5rem 0;
}

.form-group {
  position: relative;
  margin: 1em 0 1em 0;
}

.form-group:last-of-type {
  margin: 1rem 0 0 0;
}

.selectWrapper {
  margin: 1.5rem 0 0.7rem 0;
}

.form-control-placeholder {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 12px 0 0 13px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  opacity: 0.5;
}

.cost .form-control-placeholder {
  padding: 12px 0 0 25px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
}

textarea.form-control {
  max-width: 734px;
  resize: none;
  min-height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i {
  opacity: 0.5;
}

.form-group .readonly {
  color: rgba(0, 0, 0, 0.5);
  font-size: 100%;
}

.form-group .readonly:focus {
  background: rgba(0, 0, 0, 0.1);
}

.form-control + .placeholder-readonly,
.form-control:focus + .form-control-placeholder,
.form-control.valid + .form-control-placeholder {
  font-size: 100%;
  -webkit-transform: translate3d(0, -115%, 0);
          transform: translate3d(0, -115%, 0);
  opacity: 0.5;
  padding: 0 0 0 2px;
}

.selectWrapper .form-control + .placeholder-readonly,
.selectWrapper .form-control:focus + .form-control-placeholder,
.selectWrapper .form-control:valid + .form-control-placeholder,
.textbox-wrapper .form-control + .placeholder-readonly,
.textbox-wrapper .form-control:focus + .form-control-placeholder,
.textbox-wrapper .form-control.valid + .form-control-placeholder {
  font-size: 100%;
  -webkit-transform: translate3d(0, -156%, 0);
          transform: translate3d(0, -156%, 0);
  opacity: 0.5;
  padding: 0 0 0 2px;
}

.textbox-wrapper {
  margin-top: 28px;
}

.venueloc_digital,
.venueloc_print {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.venueloc_digital .form-group:nth-child(2) input,
.venueloc_print .form-group:nth-child(2) input,
.venueloc_digital .form-group:last-child input,
.venueloc_print .form-group:last-child input {
  width: 73%;
  display: inline-block;
}

.venueloc_digital .form-group:nth-child(n+2) .btnWrapper,
.venueloc_print .form-group:nth-child(n+2) .btnWrapper {
  text-align: right;
  width: 25%;
  display: inline-block;
}

.add_form_field {
  background-color: rgba(53, 111, 250, 0.8);
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
  border: 1px solid #186dad;
}

.delete {
  background-color: #FF3635;
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 0;
  cursor: pointer;
  border: 1px solid #e80100;
}

.btnWrapper {
  text-align: right;
}

.box .termssection {
  padding: 10px 9px 0 9px;
}

.box .termssection p {
  padding-top: 11px;
}

.box .termssection p b,
.button {
  line-height: 1.4;
}

.termsarea .button {
  line-height: 1;
}

.box .termssection h2 {
  text-align: center;
}

.col1-2,
.col2-2,
.costWrapper .col1-2,
.costWrapper .col2-2 {
  width: 49%;
}

.costWrapper .col1-2,
.costWrapper .col2-2,
.signatureWrapper .col1-2,
.signatureWrapper .col2-2 {
  display: inline-block;
}

.signatureWrapper .col1-2 {
  padding: 0 20px 0 0;
}

.signatureWrapper {
  padding: 0 10px;
}

.signatureWrapper .col2-2 .date,
.signatureWrapper .col2-2 .btnWrapper {
  display: inline-block;
  width: 49%;
}

.signatureWrapper .col2-2 .btnWrapper {
  float: right;
  margin-top: 21px;
}

.signatureWrapper .col2-2 .btnWrapper button {
  width: 100%;
}

.signatureWrapper .col2-2 .form-group:first-of-type {
  margin-bottom: 0.7rem;
}

.innerbox.col2-2,
.costWrapper .col2-2 {
  float: right;
}

.costWrapper .col2-2 p:first-of-type {
  margin: -10px 0 10px 0;
  text-align: center;
}

.costWrapper .col2-2 p {
  padding: 2px 10px;
}

.costWrapper .innerbox {
  width: 100%;
}

select {
  text-align-last: right;
  padding-right: 29px;
}

.selectWrapper {
  min-height: 37px;
}

.select-dropdown {
  position: relative;
  background-color: #e6e6e6;
  width: 100%;
  float: left;
  max-width: 100%;
  border-radius: 2px;
}

.select-dropdown select {
  font-family: "helvetica neue", helvetica;
  font-size: 1rem;
  font-weight: 200;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color 0.15s ease,-webkit-box-shadow ease-in-out .15s;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select-dropdown:focus-within:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #aaa;
  top: 35%;
}

.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

.cost > i {
  position: absolute;
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.cost > input {
  padding-left: 25px;
  padding-right: 0;
}

.clear {
  clear: both;
  height: 20px;
}

.wrapper {
  min-width: 320px;
  max-width: 900px;
  margin: auto;
}

.leftRightMargin {
  margin: 0 20px;
}

.button {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer {
  background: rgba(53, 111, 250, 0.8);
  margin-left: -20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 9px 0px;
}

.footer b {
  font-size: 15px;
}

.footer p {
  margin-top: 3px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  max-width: 950px;
  height: 80%;
  position: relative;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #33599C;
}

.popup .content .box {
  overflow-y: scroll;
  overflow-x: hidden;
  display: inline-block;
  max-height: 60%;
  max-height: 68vh;
}

.m-signature-pad {
  position: relative;
  font-size: 10px;
  width: 100%;
  min-width: 300px;
  height: 120px;
  border: 1px solid #e8e8e8;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.m-signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

input[type=checkbox] {
  opacity: 0;
  float: left;
}

input[type=checkbox] + label {
  margin: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  float: left;
}

input[type=checkbox] + label ~ label {
  margin: 0 0 0 40px;
}

input[type=checkbox] + label::before {
  content: ' ';
  position: absolute;
  left: -35px;
  top: -7px;
  width: 25px;
  height: 25px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

input[type=checkbox] + label::after {
  content: ' ';
  position: absolute;
  left: -35px;
  top: -7px;
  width: 23px;
  height: 23px;
  display: block;
  z-index: 1;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTk1LjI3OXB4IiBoZWlnaHQ9Ijg0MS44OTFweCIgdmlld0JveD0iMCAwIDU5NS4yNzkgODQxLjg5MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTk1LjI3OSA4NDEuODkxIg0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0tMTY4ODkuMzM2LTczNTIuODQ0bC0zOTU2Ljg2My0zOTU2Ljg2MmMtMzAxLjE0MS0zMDEuMTQyLTg0MC4zOTUtMzAxLjE0Mi0xMjAxLjA2NCwwTC0zOTc5Ny4xMjUsNjQ0MC4xNTENCglsLTc0MzcuNTA0LTc0MzcuNTAyYy0zMDEuMTQxLTMwMS4xNDItODQwLjM5NS0zMDEuMTQyLTEyMDEuMDY2LDBsLTM5NTYuODYzLDM5NTYuODYzYy0zMDEuMTQxLDMwMS4xNDItMzAxLjE0MSw4NDAuMzk2LDAsMTIwMS4wNjQNCglsODA5NS44MTMsODA5NS44MTNsMzk1Ni44NTksMzk1Ni44NjFjMzAxLjE0NSwzMDEuMTQzLDg0MC4zOTgsMzAxLjE0MywxMjAxLjA2NiwwbDM5NTYuODYzLTM5NTYuODYxTC0xNjgzMy4zMTQtNjA5Mi4yNQ0KCWMyNDUuMTE1LTM2MC42NywyNDUuMTE1LTg5OS45MjMtNTYuMDI1LTEyNjAuNTkzTC0xNjg4OS4zMzYtNzM1Mi44NDR6Ii8+DQo8cGF0aCBmaWxsPSIjNUQ4Q0ZBIiBkPSJNNTU3LjQ3MSwyNDIuODgzbC01Ni4wMjctNTYuMDI2Yy0zLjUwMi0zLjUwMi0xMC41MDQtMy41MDItMTcuNTA4LDBMMjI0LjgxNSw0NDUuOTc5TDExNi4yNjMsMzM3LjQyNw0KCWMtMy41MDItMy41MDItMTAuNTA1LTMuNTAyLTE3LjUwOCwwbC01Ni4wMjcsNTYuMDI3Yy0zLjUwMiwzLjUwMS0zLjUwMiwxMC41MDQsMCwxNy41MDhsMTE1LjU1NSwxMTUuNTU0bDU2LjAyNiw1Ni4wMjYNCgljMy41MDIsMy41MDIsMTAuNTA2LDMuNTAyLDE3LjUwOCwwbDU2LjAyNy01Ni4wMjZsMjY2LjEyNS0yNjYuMTI1QzU2NC40NzUsMjU2Ljg4OSw1NjQuNDc1LDI0OS44ODYsNTU3LjQ3MSwyNDIuODgzDQoJTDU1Ny40NzEsMjQyLjg4M3oiLz4NCjxwYXRoIGQ9Ik0zNTQwNC4yODEtNDExMy44MThsLTE5NzguNDMtMTk3OC40MzJjLTE3OC41ODYtMTc4LjU4NC00MjAuMTk5LTE3OC41ODQtNTk4Ljc4MSwwbC04ODc2LjY3Niw4ODc2LjY4TDIwMjMxLjY0My05MzQuMzINCgljLTE3OC41ODQtMTc4LjU4NS00MjAuMTk3LTE3OC41ODUtNTk4Ljc4MSwwTDE3NjU0LjQzLDEwNDQuMTFjLTE3OC41ODQsMTc4LjU4NC0xNzguNTg0LDQyMC4xOTcsMCw1OTguNzgybDQwMTYuMzkzLDQwMTYuMzkxDQoJbDE5NzguNDMsMTk3OC40MzJjMTc4LjU4NCwxNzguNTg0LDQyMC4xOTksMTc4LjU4NCw1OTguNzgxLDBsMTk3OC40MjgtMTk3OC40MzJsOTE3NC4zMi05MTc0LjMyDQoJQzM1NTgyLjg2My0zNjM0LjA5MywzNTU4Mi44NjMtMzkzNS4yMzUsMzU0MDQuMjgxLTQxMTMuODE4TDM1NDA0LjI4MS00MTEzLjgxOHogTTUxMDU2LjY1Mi0zMjEzLjg5NWwtMTMyMC4xMjEtMTMyMC4xMjENCgljLTExOS4wNTUtMTE5LjA1Ni0zMDEuMTQxLTExOS4wNTYtNDIwLjE5NSwwbC01OTM1LjI5Nyw1OTM1LjI5NWwtMjQ1OC4xNTYtMjUxNy42ODZjLTExOS4wNTUtMTE5LjA1Ni0zMDEuMTQxLTExOS4wNTYtNDIwLjE5NSwwDQoJTDM5MTgyLjU2NiwyMDMuNzE2Yy0xMTkuMDU5LDExOS4wNTYtMTE5LjA1OSwzMDEuMTQyLDAsNDIwLjE5N2wyNjk5Ljc3LDI2OTkuNzcxbDEzMjAuMTIxLDEzMjAuMTIyDQoJYzExOS4wNTUsMTE5LjA1NiwzMDEuMTQxLDExOS4wNTYsNDIwLjE5NSwwbDEzMjAuMTIxLTEzMjAuMTIybDYxMTcuMzc5LTYxNzYuOTA4YzU2LjAyNy01OS41MjgsNTYuMDI3LTI0MS42MTQtMy41LTM2MC42Nw0KCVYtMzIxMy44OTV6Ii8+DQo8L3N2Zz4NCg==") no-repeat center center;
  -webkit-transition: all .2s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background-size: 24px;
  background-position: 1px -4px;
}

input[type=checkbox]:checked + label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

.termssection .checkboxContainer {
  display: inline-block;
  width: 15%;
  margin: 20px 0 0 20px;
}

.termssection .textContainer {
  display: inline-block;
  width: 75%;
}

#aa_legitfield {
  display: none;
}

#closemenu {
  color: #0288D1;
  height: 45px;
  width: 45px;
  position: fixed;
  right: 2%;
  top: 17px;
  z-index: 52;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

#closemenu span {
  font-family: fast-systems;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

#closemenu:hover {
  color: #000;
}

#popbox {
  position: fixed;
  width: 300px;
  margin: auto;
  height: 220px;
  background: #0288D1;
  padding: 40px 0;
  text-align: center;
  z-index: 51;
  margin: -150px 0 0 -150px;
  left: 50%;
  top: 50%;
}

#popbox #successsymbol {
  font-size: 100px;
  line-height: 48px;
  margin: 45px 0px 10px;
}

#popbox #closesymbol {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  padding: 20px;
}

#popbox #closesymbol:hover {
  color: #fff;
}

#overlaybg {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  height: 100%;
}

#overlaybg,
#popbox {
  display: none;
}

#linkIcon path {
  fill: #545451;
}

.panel {
  background: #F3F3F3;
  border: 1px solid #ccc;
  margin: 10px 0 4px 0;
  border-radius: 4px;
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
}

.panel .col1-2 {
  display: inline-block;
  width: 100%;
  max-width: 833px;
  color: #000;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.panel .col1-2 #linkIcon {
  display: inline-block;
  width: 5%;
  margin-top: 10px;
  max-width: 37px;
}

.panel .col1-2 .url {
  display: inline-block;
  width: 95.31%;
  margin-top: 6px;
  max-width: 670px;
}

.panel .col2-2 {
  display: inline-block;
  text-align: center;
  right: 0;
  width: 80px;
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  height: 50px;
  -webkit-transition: background 200ms;
  transition: background 200ms;
  cursor: pointer;
  border-left: 1px solid #444;
  width: 100px;
}

.panel .col2-2:hover {
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
}

.panel .col2-2 img {
  margin-top: 13px;
}

.flash {
  -webkit-animation: copyanim 1s;
          animation: copyanim 1s;
}

@-webkit-keyframes copyanim {
  0% {
    background: #0265F1;
  }
  100% {
    background: #F3F3F3;
  }
}

@keyframes copyanim {
  0% {
    background: #0265F1;
  }
  100% {
    background: #F3F3F3;
  }
}

.contract-creator-form .add_form_field,
.contract-creator-form .delete {
  width: 100%;
  position: relative;
  top: 2px;
  height: 38px;
}

.delete {
  margin-left: 5px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.radio-container {
  padding-top: 10px;
}

.radio-tile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio-tile-group .input-container {
  position: relative;
  height: 7rem;
  width: 7rem;
  margin: 0.3rem;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 1rem;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radio-tile-group .input-container .radio-tile.both-tile {
  padding-top: 0;
}

.radio-tile-group .input-container .icon svg {
  fill: #797979;
  width: 3rem;
  height: 3rem;
}

.radio-tile-group .input-container .icon.both-icon svg {
  fill: #797979;
  width: 5rem;
  height: 5rem;
}

.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #797979;
}

.radio-tile-group .input-container .radio-tile-label.both-label {
  margin-top: -20px;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  border: 2px solid linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  color: #333;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: #fff;
  background-color: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
}

p {
  opacity: 0.5;
  padding-bottom: 10px;
}

.hide {
  display: none;
}
/*# sourceMappingURL=main.css.map */