/* -----------------------------------------------------------------------------

    GENERAL

----------------------------------------------------------------------------- */

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    line-height:1.5em;
}
a {
  color: #c0392b;
  text-decoration: none;
   -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
h1, h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    margin: 37px 0 5px 0;
    line-height: 1.1em;
    color: #3b3b3b;
    text-align: center;
    font-weight: 200;
}
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin: 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
strong {
    font-weight: 600;
}
input, textarea, button {
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
}
textarea {
    resize: none;
}
.form-horizontal {
    text-align: center;
}
.form-horizontal .form-group {
    max-width: 330px;
    margin: 0 auto 35px auto !important;
}
.form-horizontal .form-control {
    border: 1px solid #b5b5b5;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 9px 15px 11px 15px;
    height: 45px;
    max-width: 330px;
    margin: 0 auto;
    color: #27ae60;
    -webkit-appearance: none;
}
.form-horizontal .form-control:focus {
    box-shadow: none;
}
.form-horizontal textarea {
    min-height: 140px;
}
.form-horizontal .btn-succes {
    background-color: #27ae60;
    color: #fff;
    height: 45px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 0;
    width: 218px;
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,1,1,0.4);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,1,1,0.4);
    box-shadow: 2px 2px 3px 0px rgba(0,1,1,0.4);
}
.form-horizontal .native-select {
    border: 1px solid #b5b5b5;
    border-radius: 25px;
    position: relative;
}
.form-horizontal .native-select select {
    border-radius: 25px;
    border: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 9px 15px 11px 15px;
    height: 45px;
    color: #27ae60;
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: right 15px top 8px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='svg2' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%2300A06D;%7D%0A%3C/style%3E%3Cg id='background'%3E%3Crect class='st0' width='32' height='32'/%3E%3C/g%3E%3Cg id='arrow_x5F_down'%3E%3Cpolygon class='st1' points='0,0 16,32 32,0 '/%3E%3C/g%3E%3C/svg%3E%0A");
}