﻿html, div, span, p, a, input, text, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo', sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    padding-top: 80px;
    padding-bottom: 20px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #F5F5F5;
}
.company .well {
    background-color:#333;
    color:#FFF;
    font-weight:bold;
}
h1 {
    font-size: 4em;
}

select {
    font-size: 24px;
}

#social_shares img:hover {
    cursor: pointer;
}
#social_shares img {
    padding:4px;
}

#banner {
    width: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* 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;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

#tbl_footer {
    min-height: 300px;
    background-color: #222;
    color: #CCC;
}

footer div {
    padding: 20px;
}

footer {
    margin: 0px;
    padding: 0px;
}

#tbl_footer a {
    color: #CCC;
}

#tbl_footer ul {
    list-style-type: none;
}

#search_form {
    margin-top: 0px;
}

.form-control {
    width: 100%;
    font-size: 16px;
    height: 40px;
}
ul {
    list-style-type:none;
}
select, input, button, textarea {
    width: 100%;
}
.foot {
    padding-top:60px;
    background-color:#222;
    color:#CCC;
}
.foot a {
    color: #CCC;
}
@media only screen and (max-width: 1080px) {
    .row {
        margin-left: 5px;
        margin-right: 5px;
    }

}
.regular-checkbox {
    height:20px;
    width:20px;
    border: 1px solid #cacece;
    box-shadow: none;
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.lbl_short_story {
    padding:5px;
    font-size:18px;
}
.company {
    margin-left:0px;
    margin-right:0px;
}
li {
    margin:0px;
}
ul h4 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mbase-footer {
    padding-top:12px;
}
.lbl_status {
    display: none;
    position: fixed;
    top: 7px;
    left: 10px;
    z-index: 100;
    background-color: #222;
    color: #CCC;
    font-weight: bold;
    padding: 15px;
}
#lbl_cookies {
    display:none;
    padding: 15px;
}
#btn_cookie_consent {
    width:40%;
}
.short_story {
    font-size:1.2em;
}
@media only screen and (max-width: 600px) {
    .body-content {
        padding-left: 5px;
        padding-right: 5px;
    }
    h1, h2 {
        font-size: 2.0em;
    }
    h3, h4 {
        font-size: 1.5em;
    }
    #btn_cookie_consent {
        width: 90%;
    }
    .lbl_status {
        display: none;
        position: fixed;
        top: 7px;
        left: 10px;
        z-index: 100;
        background-color:none;
    }
}