body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/*bootstrap media queries*/
/*standard colors*/
/*bootstrap overrides*/
.row {
    margin-left: 0px;
    margin-right: 0px;
}

/*General*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    height: 100%;
    min-width: inherit;
    background-color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 105.6px;
}

p {
    display: inline;
}

.btn {
    color: white;
}

@media (min-width: 768px) {
    body {
        margin-bottom: 75.6px;
    }
}

.body_left {
    margin-left: 10px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    .body_left {
        margin-left: 50px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .body_left {
        margin-left: 150px;
        margin-top: 10px;
    }
}

/*end General*/
/*footer*/
footer {
    margin-top: 20px;
    position: absolute;
    background: #000000;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 105.6px;
    line-height: 20px !important;
}

@media (min-width: 768px) {
    footer {
        height: 75.6px;
    }
}

.footer_left {
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    color: #bebcbd;
}

@media (min-width: 768px) {
    .footer_left {
        margin-top: 30px;
    }
}

.footer_right {
    text-align: center;
}

    .footer_right .MemberOfRGFStaffing {
        max-width: 120px;
        margin: 10px auto;
    }

/*end footer*/
/*Picture*/
.logo {
    max-width: 300px;
    max-height: 100px;
    margin-top: 35px;
}

/*jumbotron*/
.jumbotron {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/*language menu*/
.language-menu {
    padding: 0 20px;
    margin: 35px 0px 0px 0px;
    display: inline-block;
    float: right;
}

.language-menuitem {
    display: inline-block;
}

    .language-menuitem:after {
        content: '|';
        color: black;
    }

    .language-menuitem:last-child:after {
        content: '';
    }

.language-menulink {
    display: inline-block;
    line-height: 35px;
    padding: 0 5px;
    transition: .2s all;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

/*end language menu*/
textarea {
    width: 100%;
    max-width: 100%;
}

/* errors */
.field-validation-error {
    color: #f00;
}

.validation-summary-errors {
    color: #f00;
    font-weight: bold;
}

.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee;
}

input[type="checkbox"].input-validation-error {
    outline: 2px solid #f00;
}

/* print settings */
@media print {
    @page {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .btn {
        display: none;
    }

    .language-menu {
        display: none;
    }
}

/* Decrease all font sizes on mobile */
@media (max-width: 767px) {
    .h1, h1 {
        font-size: 1.3rem;
    }
    .h2, h2 {
        font-size: 1.3rem;
    }
    .h3, h3 {
        font-size: 1.3rem;
    }
}