@media (min-width: 1200px) {
  .container {
    width: 1440px; } }
@font-face {
  font-family: 'BrandonBold';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_bld.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonLight';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_light.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonReg';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_reg.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonThin';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_thin.otf") format("opentype"); }
@media (min-width: 1200px) {
  .container {
    width: 1440px; } }
@font-face {
  font-family: 'BrandonBold';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_bld.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonLight';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_light.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonReg';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_reg.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonThin';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_thin.otf") format("opentype"); }
.page-header h1 {
  position: relative;
  margin-bottom: 30px;
  font-size: 29px; }
  .page-header h1:before {
    content: "";
    display: block;
    border-top: solid 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .page-header h1 span {
    position: relative;
    z-index: 5;
    background: #fff7ea;
    padding: 0 5px; }
.page-header .container-blume {
  top: 22px; }

.form .form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }
.form .form-errors {
  text-align: center;
  padding-bottom: 20px; }
  .form .form-errors ul {
    padding-left: 0; }
    .form .form-errors ul li {
      color: #b10000;
      list-style: none; }
.form .select_cont.has-error {
  background: #b10000;
  border-color: #b10000; }
.form .form-group {
  font-family: 'DINCondensedW01-Normal';
  font-size: 22px;
  position: relative;
  padding: 5px;
  border: 2px solid #4e4e4d; }
  .form .form-group label {
    margin-left: 13px; }
  .form .form-group input, .form .form-group textarea, .form .form-group select {
    z-index: 9;
    position: relative;
    border-radius: 0;
    outline: 0 !important; }
  .form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    color: #fff7ea;
    font-family: 'BrandonBold';
    line-height: normal;
    letter-spacing: -0.5px;
    position: relative;
    font-size: 22px;
    height: auto;
    text-transform: uppercase; }
    .form .form-group select option {
      background: #fff7ea;
      color: #4e4e4d; }
    .form .form-group select:hover {
      cursor: pointer; }
  .form .form-group select::-ms-expand {
    display: none; }
  .form .form-group input, .form .form-group textarea {
    background: #fff7ea;
    text-transform: uppercase;
    color: #4e4e4d;
    font-family: 'BrandonBold';
    line-height: normal;
    letter-spacing: -0.5px;
    position: relative;
    font-size: 22px;
    height: auto;
    margin-top: 5px; }
  .form .form-group textarea {
    height: 326px; }
  .form .form-group ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4e4e4d;
    font-size: 22px; }
  .form .form-group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4e4e4d;
    font-size: 22px; }
  .form .form-group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4e4e4d;
    font-size: 22px; }
  .form .form-group :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4e4e4d;
    font-size: 22px; }
  .form .form-group:before {
    border: solid 3px #4e4e4d;
    content: " ";
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px; }
  .form .form-group.has-error {
    border-color: #b10000;
    color: #b10000; }
    .form .form-group.has-error:before {
      border-color: #b10000; }
    .form .form-group.has-error .form-control:focus {
      border-color: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .form .form-group.has-error ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #b10000; }
    .form .form-group.has-error :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #b10000; }
    .form .form-group.has-error ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #b10000; }
    .form .form-group.has-error :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #b10000; }
    .form .form-group.has-error .help-block {
      display: none; }
.form .submit-con .form-group {
  display: inline-block; }
  .form .submit-con .form-group button {
    margin-top: -5px;
    border-radius: 0;
    background: #4e4e4d;
    color: #fff7ea;
    text-transform: uppercase;
    border: none;
    padding: 5px 35px 2px 35px;
    transition: 0.4s all; }
    .form .submit-con .form-group button:hover {
      background: #fff7ea;
      color: #4e4e4d; }
.form .select_cont {
  position: relative;
  padding: 5px;
  border: 2px solid #4e4e4d;
  background: #4e4e4d;
  margin-bottom: 15px; }
  .form .select_cont:before {
    border: solid 3px #fff7ea;
    content: " ";
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px; }
  .form .select_cont .form-group {
    z-index: 999;
    margin-bottom: 0;
    padding: 0; }
    .form .select_cont .form-group:before {
      border: none; }
  .form .select_cont .arrow_cont {
    position: absolute;
    z-index: 999;
    top: 12px;
    left: 9px; }
    .form .select_cont .arrow_cont i {
      color: #fff7ea;
      font-size: 30px; }
  .form .select_cont select {
    padding: 10px 4px 3px 40px; }

.percentage {
  font-size: 60px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #4e4e4d;
  z-index: 5;
  position: relative;
  text-align: center;
  font-family: 'BrandonBold'; }
  .percentage:before {
    content: "";
    display: block;
    border-top: solid 5px;
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .percentage:after {
    content: "";
    display: block;
    border-top: solid 5px;
    width: 39%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 1%; }

@media (max-width: 425px) {
  .percentage:before {
    width: 17%; }
  .percentage:after {
    width: 16%; } }
.form .submit-con .form-group button.contactSubmitBtn {
  background: #4e4e4d;
  color: #fff7ea;
  border-color: #4e4e4d;
  padding: 10px 17px;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase; }
  .form .submit-con .form-group button.contactSubmitBtn:before {
    content: none; }

.submit-con .form-group {
  border: 0; }
  .submit-con .form-group:before {
    content: none; }

@media (min-width: 1200px) {
  .container {
    width: 1440px; } }
@font-face {
  font-family: 'BrandonBold';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_bld.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonLight';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_light.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonReg';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_reg.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonThin';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_thin.otf") format("opentype"); }
@media (min-width: 1200px) {
  .container {
    width: 1440px; } }
@font-face {
  font-family: 'BrandonBold';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_bld.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonLight';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_light.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonReg';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_reg.otf") format("opentype"); }
@font-face {
  font-family: 'BrandonThin';
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/pott/fonts/brandon/Brandon_thin.otf") format("opentype"); }
@media (min-width: 768px) {
  .page-header h1 {
    font-size: 56px; }
  .page-header .container-blume {
    top: 37px; } }
