@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  background-color: #fff;
}
#knack-body {
    background-color: #fff;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571428571429;
    font-size: 14px !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}
/* 
.kn-content { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important; }

.kn-content h2 {
    font-size: 1.5em !important;
}
    
.kn-content p.kn-description {
    font-size: 0.9em !important;
    margin-bottom: 1.5em !important;
}
*/

.container { 
	
	margin: 0 auto;
  width: 100%;
	border-bottom: #2B2B2B;
  padding: 0;
 background-color:#fff; text-align: left;
  }

.imga{ max-width: 800px; max-height: auto; text-align:left; border-color: 2px #ddd; margin: 0 auto; padding: 21px 0px;
}

.imgba{ width:100%;
}

.control {
    position: relative;
    /*text-align: center !important;  */
}

.kn-menu .kn-link {
    
    font-size: 1.6em !important;
    
}

.kn-content h2 {
    text-align: center;
}

.kn-input {
    text-align: left;
}
.kn-content span {
    font-weight: normal !important;
}

.back-gradient {
    background: rgba(249,249,249,1);
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0 );
    
}

.kn-form-group {
    display: flex;
    width: 70%;
    margin: auto !important;
}

.kn-submit {
    text-align: center;
}

#knack-body .input {
    height: 40px;
    background-color: #f5f5f3;
    padding: 10px 10px;
    border-color: #f2f2f2;
    box-shadow: inset 0 1px 2px transparent;
}
#knack-body .input:hover {
    border-color: #b82a1d !important;
}
#knack-body .input:focus {
    border-color: #931f1d !important;
    box-shadow: 0 0 5px rgba(184,42,29,0.5);
    outline: none;
}

@media (max-width: 576px) {
    .kn-form-group {
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    .kn-form-col.is-one-half {
        width: 100% !important;
    }
}



