﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}

.form-horizontal div.form-group {
    display: flex;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.form-horizontal fieldset.form-group {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    min-width: 0;
}

.form-horizontal fieldset.form-group > legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
}

.form-horizontal .checkbox {
    min-height: 27px;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    font-weight: 400;
    cursor: pointer;
}

.form-horizontal .checkbox input[type="checkbox"] {
    margin-left: -20px;
    margin-right: 4px;
}

.form-horizontal input[type="radio"] {
    margin-right: 4px;
}

.form-horizontal .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.form-horizontal .form-control {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-horizontal .form-select {
    min-height: 34px;
    padding: 6px 32px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-horizontal textarea.form-control {
    height: auto;
}

.col-sm-2,
.col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.navbar-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

.navbar-nav > li {
    display: block;
}

.navbar-nav > li > a {
    display: block;
    padding: 15px;
    color: #337ab7;
    text-decoration: none;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn-default:hover,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
#header-logo {
  
   padding-left:58px;
  
}

#you-are{
    display:flex;
}
#you-are > div {
    flex: auto;
}
