@import url(../fonts/League-Gothic-fontfacekit/stylesheet.css);
@import url(../fonts/open-sans-fontfacekit/stylesheet.css);

body {
    margin: 0;
    margin-top: 5px;
}

.container {

}
.center {
    margin: 0 auto;
}
.upper {
    text-transform: uppercase;
}

.red {
    color: #FB1B13;
}
.white {
    color: #fff;
}
.grey {
    color: #6e7681;
}
.blue {
    color: #3D77C0;
}
.black {
    color: #000;
}
.shadow {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 1);
}
.yellow {
    color: #f7c407;
}
.goth {
    font-family: 'LeagueGothicRegular';
}

.margin-center {
    margin: 0 auto;
}
.margin-none {
    margin-top: 0;
    margin-bottom: 0;
}
.margin-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-small {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-medium {
    margin-top: 40px;
    margin-bottom: 40px;
}
.margin-large {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-medium {
    margin-bottom: 40px;
}
.padding-small {
    padding-top: 35px;
    padding-bottom: 10px;
}
.padding-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-large {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-sides-medium {
    padding-left: 40px;
    padding-right: 40px;
}
.padding-sides-small {
    padding-left: 20px;
    padding-right: 20px;
}
.margin-sides-small
{
    margin-left: 20px;
    margin-right: 20px;
}
.btn {
    background-color: dodgerblue;
    border-color: transparent;
    color: #fff;
}

.btn-loc {
    font-size: 20px;
    padding: 2px 10px;
    letter-spacing: 4px;
    font-family: sans-serif;
    border-radius: 8px;
    margin-left: 10px;
}

.box {
    margin: 15px;
    padding: 15px;
    padding-top: 5px;
    background-position: bottom center;
    background-repeat: repeat-x;
    margin-bottom: 60px;
}

#mapping {
    padding: 90px 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
#mapping h1 {
    margin: 0;
}
#mapping .input-group {
    width: 60%;
}
#mapping .input-group input {
    height: 60px;
    padding: 20px 10px;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: none;
    border-right: none;
}
#mapping .input-group .btn-wrap {
    height: 60px;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    padding: 8px;
}
#mapping .input-group .btn-wrap button {
    border-radius: 10px;
    font-family: 'OpenSansBold';
    font-size: 20px;
    background-color: dodgerblue;
    border-color: transparent;
}
#mapping form {
    display: inline;
    vertical-align: text-top;
}
#mapping h3#comp-loc {
    font-size: 45px;
    line-height: 45px;
}

form.form-inline input{
    display: inline;
    border-radius: 10px;
    width: 100%;
}
form.form-inline .form-group {
    width: 30%;
    vertical-align: top;
}
form.form-inline button {
    border-radius: 10px;
}

h1 {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    font-size: 64px;
    margin:5px;
}

h2 {
    font-family: 'LeagueGothicRegular';
    margin:5px;
    font-size: 48px;
}

h3 {
    font-family: 'OpenSansRegular';
    font-size: 36px;
    margin:5px;
}

h4 {
    font-family: 'OpenSansBold';
    font-size: 26px;
    margin:5px;
}

h5 {
    font-family: 'OpenSansBold';
    font-size: 18px;
}

ul {
    padding-left: 20px;
    font-size: 18px;
    font-family: 'OpenSansRegular';
}

p {
    font-family: 'OpenSansRegular';
    font-size: 26px;
}

p.bold {
    font-family: 'OpenSansBold';
}

.logo {

}
.logo img {
    margin:0 auto;
}

.padded {
    padding: 30px;
}

.light {
    background-color: #eeeeee;
}

.light-grey {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #d7d7d7 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #d7d7d7 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #eeeeee 0%, #d7d7d7 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #d7d7d7));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #d7d7d7 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #eeeeee 0%, #d7d7d7 100%);
    background-color: #d7d7d7;
}
header#masthead {
}
#logo
{
    position: relative;
    width: 100%;
}
.no-break
{
    display:inline;
}
.margin-top-15
{
    margin-top: 15px;
}
.margin-top-13
{
    margin-top: 13px;
}
.padding-right-40
{
    padding-right:40px;
}
.margin-center-box
{
    margin-left: auto;
    margin-right: auto;
}
.grey-background
{
    background-color:#F1F1F1;
}
.fixed-heading {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: 11px;
    border: 1px solid #000;
    z-index: 3000;
    background: #eee;
}

#loc-list .list-content {
    font-size: 16px;
}


/* media break */
@media (max-width: 768px) {

    h5 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    form {
        margin: 20px 10px;
    }
    ul {
        font-size: 16px;
    }
    #mapping .input-group {
        width: 100%;
    }
    #mapping .input-group input {
        height: 43px;
        padding: 20px 10px;
        font-size: 16px;
        box-shadow: none;
        border-right: none;
    }
    #mapping .input-group .btn-wrap {
        height: 40px;
        border-top: 1px solid rgb(204, 204, 204);
        border-bottom: 1px solid rgb(204, 204, 204);
        border-right: 1px solid rgb(204, 204, 204);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff;
        padding: 8px;
    }
    #mapping .input-group .btn-wrap button {
        border-radius: 5px;
        font-family: 'OpenSansBold';
        font-size: 8px;
    }
    #mapping form {
        display: inline;
        margin: 0;
    }
    form.form-inline .form-group,
    form.form-inline input,
    form.form-inline button{
        width: 100%;
        display: block;
    }
    #mapping h3#comp-loc {
        text-align: center;
    }
    .btn-loc {
        width: 100%;
        font-size: 16px;
        margin: 0;
        letter-spacing: 2px;
    }
}

/* footer */
footer#site-footer {

    color: #c5c5c7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
