html{
    background-color:rgb(33,33,32);
    background-color: #fafafa;
}


body{
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
}

@font-face {
    font-family: Century Gothic;
    src: url('/css/fonts/GOTHIC.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Century Gothic;
    src: url('/css/fonts/GOTHICB.TTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Century Gothic;
    src: url('/css/fonts/GOTHICI.TTF');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Century Gothic;
    src: url('/css/fonts/GOTHICBI.TTF');
    font-weight: bold;
    font-style: italic;
}


.header-wrapper {
    background-color: white;
    height:58px !important;
    width:100%;
    position:fixed;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .10);
    z-index: 2000;
}



.wrapper .content {
    margin-top:55px;
    padding-top:10px;

}

.wrapper .content .container{
    padding:0 15px 15px 15px;
}

*{
    font-family: "Century Gothic","Arial","sans-serif" !important;
}



body > div.header-wrapper.bg-cover > div.container > div > div {
    padding-top: 0px;
}

.row{
    padding-top:15px;
}

.row.main-window{
    padding-top:0px;
}

form.compact > div.form-group{
   margin-bottom:0px;

}

.content.container{
    min-height:5vw;
}



footer#footer{
    margin-top:10px;
    padding-top:10px;
    background-color: #fafafa;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
}


footer#footer div.container{
    min-height:auto;
    text-align:center;
    margin:0 auto;
    color:#3E3B38;
}



/** Navigation and dropdown **/
nav, nav *{
    background: transparent;
    color:grey;
}



nav ul {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    font-size: 0;
    margin: 0;
    padding: 0;
}


nav ul li {
    display: inline-block;
    position: relative;
    text-align:center;

    text-transform: uppercase;
}

nav ul li a {

    display: block;
    width:80px;
    font-size:11px;
    line-height:0;
    margin-top:3px;
    padding:5px 0px 0px 0px;
    text-align:center;

}


nav ul li a p{
        font-size:12px;
        line-height:24px;
    margin:0;

}


@media(max-width: 450px){
    body > div.header-wrapper.bg-cover > div{
       padding:0px;
    }
}

nav > ul > li:hover,
nav > ul > li:focus,
nav > ul > li.active{
    color:rgb(0, 134, 68);
    border-bottom: 4px solid rgb(0, 134, 68);
    font-weight:bold;
}

nav ul li:hover > a,
nav ul li:hover > a *,
nav ul li:focus > a,
nav ul li:focus > a *,
nav ul li.active > a,
nav ul li.active > a * {
    color:rgb(0, 134, 68);
}

nav ul li ul {

    display: none;
    position: absolute;
    width: 80px;
    z-index: 999999999999;
    border-bottom: 1px solid rgb(194, 194, 194);
    border-left:1px solid rgb(194, 194, 194);
    border-right:1px solid rgb(194, 194, 194);

}

nav ul li ul li {
    border-bottom:0px;
    border-top: 1px solid #444;
    display: block;
}

nav ul li ul li:first-child { border-top: none; }
nav ul li ul { border-bottom: 1px solid grey; }

nav ul li ul *{
    background-color:white;
}

nav ul li ul li a {
    background: white;
    display: block;
    width:78px;
    padding:8px 14px 8px 14px;
}

nav ul li ul li a p{
    margin-top:5px;
    line-height:14px;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid grey;
    border-radius: 10px;
    cursor: pointer;
    background-color: whitesmoke \9;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: grey;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

h1{
    margin-top:10px;
}

h3 {
    font-size:1.25em;
    font-weight:400;
}

h6{
    color:rgb(68,68,68);
    font-weight:normal;
    font-size:11px;
    line-height:18px;
}


.btn {
    font-weight:600 !important;
    border:1px solid rgba(0,0,0,0);
}

.btn-success{
    background-color:#008644;


}

div.progress-pips{
    margin-top:10px;
    text-align:center;
    user-select: none;
}

div.progress-pips div.pip{
    user-select: none;
    display:inline-block;
    margin: 2px;

    height:10px;
    width:10px;
    border:1px solid lightgrey;
    background-color:whitesmoke;
    border-radius:50%;
}

div.progress-pips div.pip.active{

    border:1px solid #616161;
    background-color:#616161;
}

a {
    color:#008644;
}

a h5 {
    font-size:16px;
    line-height:20px;
    margin-top:10px;
    margin-bottom:10px;

}

a.active h5{
    color:#3e3b38;
}

p a {
    text-decoration: underline;
}

b{
    font-weight:700;
}


sub p {
    font-size: 12px;
    line-height: 14px;
}


sub.tiny p,p.tiny {
    margin: 3px 0 3px 0;
    font-size: 11px;
    line-height: 20px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 355px) {
    h1 {
        font-size: 20px;
    }
}

@media (max-width: 300px) {
    h1 {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }

    a h5 {
        font-size:6vw;
        line-height:6vw;


    }
}

nav li.notify a::after{
    content:"•";
    color:red;
    display:block;
    position:relative;
    line-height:0;
    font-size:35px;
    top:-40px;
    left:8px;
}


/** Fix glitchy modal padding */
body.modal-open{
    padding-right:0 !important;
}

body.modal-open div.modal{
    padding-right:0 !important;
}

body.modal-open div.modal-body{
    padding-bottom:19px;
}

.modal-dialog{
    margin-top:95px;
}

form.compact div.form-group label.label-right{
    line-height:22px;

}

form.compact div.form-group input[type=checkbox]{
    line-height:22px;
    text-align:center;
    vertical-align:middle;
    margin:0;
    padding:0;
    width:22px;
    transform: scale(1.2);
}

.btn-default{
    border:1px solid black;
}


.btn-round-padded{
    font-size: 12px;
    border-radius:10px;
}

.large-checkbox{
    text-align:left;
    font-size:2px;
}
.large-checkbox input[type=checkbox]{
    text-align:left;
    font-size:2px;
    color:green;
    transform: scale(2);
}

input[type=checkbox] + label{
    line-height:18px !important;
}