/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background: url('../img/tractor1.jpg') no-repeat center center fixed;*/
    /*background-color: #e0d4b7;*/
    /*background-color: #dfe1e4;*/
    background-color: #b8c6d5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: /*"Josefin Slab",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    /*color: #27527E;*/
    color: #006ecc;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

ul>li, ol>li {
	font-size: 1.25em;
	line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    /*text-transform: uppercase;*/
    font-weight: 900;
    letter-spacing: 2px;
    padding: 5px 15px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    /*letter-spacing: 3px;*/
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    /*font-size: 3em;*/
    font-size: 2em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
   /* background: rgba(255,255,255,0.9);*/
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
    border-top: 6px solid #fcb60d;
}

footer p {
    margin: 0;
    /*padding: 50px 0;*/
    padding: 25px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
        /*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
        text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
        font-family: /*"Josefin Slab",*/"Helvetica Neue",Helvetica,Arial,sans-serif;
        /*font-size: 5em;*/
        /*font-size: 4em;*/
        font-size: 3em;
        font-weight: 700;
        line-height: normal;
        /*color: #fff;*/
        color: #27527E;
        color: #0063cc;
    }
    h1.brand {
        padding: 15px;
        background: rgba(255,255,255,0.8);
        
    }
    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        /*color: #fff;*/
        /*color: #27527E;*/
        color: #006ecc;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        /*border: none;*/
        border-top: 6px solid #fcb60d;
        border-bottom: 6px solid #fcb60d;
        background: #fff;
        /*background: rgba(255,255,255,0.9);*/
    }

    .navbar-default .navbar-nav>li>a {
    color: #006ecc;
}
    .navbar-default .navbar-nav>li>a:hover {
    color: #033056;
    text-decoration: underline;
}
    
    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
    
    .minheight {
        min-height: 625px;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.rights-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	margin-bottom: 15px;
	font-size: 1.25em;
}
.rights-table td {
	padding: 10px;
	border: 1px solid #000;
}
.rights-table-head {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	background: #999;
	color: #fff;
}

.black {
	color: #000;
}
.rights-table-subhead {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background: #ccc;
}

.doclist {
	/*color: #27527E;*/
    color: #006ecc;
	font-weight: bold;
    text-align: left;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #235388;
    color: #fff;
}

.extra-top-marg {
	margin-top: 30px;
}

.underlined {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}
