#cookie_disclaimer{
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    color: #333;
    z-index: 1000;
}
#cookie_disclaimer .title{
    font-weight: 700;
    font-size: 1.225em;
    padding-right: 100px;

}
#cookie_disclaimer p{
    padding-right: 100px;

}
#cookie_disclaimer #cookie_stop{
    float: right;
    background:#2B5596;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: 900;
    height: calc(100% - 100px);
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 500ms;
}
#cookie_disclaimer #cookie_stop:hover{
    background: #0B3576;
}

.content-info .content {
    height: 445px!important;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa, .wpcf7 p .far, .wpcf7 p .fas{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 18px;
  top: 24%;
  left: 7%;
}
.wpcf7 input.wpcf7-form-control, .wpcf7 select.wpcf7-form-control{
  background-color: white;
  box-sizing: border-box;
  color: #808080;
  font-size: 16px;
  padding: 10px 0 10px 72px;
  height: 44px;
  line-height: normal;
  width: 350px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 500ms;
}
.wpcf7 textarea{
  line-height: normal;
  width: 350px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 500ms;
  background-color: white;
  box-sizing: border-box;
  color: #808080;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  resize: vertical;
}
.wpcf7 .input-align-left select{
    padding-left: 10px;
}
.file-row {
  color: #2B5596;
  font-family: ubuntulight;
  line-height: 18px;
  font-size: 16px;  
}
.file-row label{
    float: right;
    color: #00A9DD;
    font-size: 18px;
    border: 1px solid #00A9DD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: -15px;
    transition: all 500ms;
}
.file-row label:hover{
  color: white;
  background: #00A9DD;
}

.wpcf7 .txt-center{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;  
  font-family: ubuntulight;
  font-size: 18px;
  color: #2B5596;
  text-align: center;
}
.wpcf7 input[type=file]{
    display: none;
}
.wpcf7 input[type=submit]{
    border-color: #00AEE5;
    background-color: transparent;
    font-family: ubuntulight;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    color: #00AEE5;
    white-space: normal;
    padding: 30px 10px;
    line-height: 45px;
    padding: 10px 0;
    height: auto;
    margin-top: 30px;
}
.wpcf7 input[type=submit]:hover{
  color: white;
  background: #00A9DD;
}
.wpcf7 input.wpcf7-form-control:focus, .wpcf7 select.wpcf7-form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.navbar-brand {
    background: url(https://www.parkeon.com/wp-content/uploads/logo.png) no-repeat!important;
    height: 95px!important;
}
.sticky {
    margin-top: -38px!important;
}
