@charset "UTF-8";

body {
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Francois One'; /* Google fonts */
    font-weight: bold;
}

.footer {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

div#footer-links {
    font-size: .85em;
    padding-right: 30px;
}

h3#header-logo {
    background-image: url("/images/logo/header-logo-96.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 98px;
    font-weight: bold;
    font-family: "Times New Roman";
    color: #00008F;
    padding: 0 0 0 105px;
    font-size: 2em;
}

h3#header-logo:hover {
    cursor: pointer;
}

#header-donations {
    float: right;
    text-align: right;
    font-weight: bold;
    padding: 42px 26px 0 0;
    font-size: 1.5em;
    color: #c90011;
    visibility: hidden;
    height: 0;
    width: 0;
}

#header-tagline {
    float: left;
    left: 130px;
    position: relative;
    top: 71px;
    font-style: italic;
    font-family: "Times New Roman";
    color: #4043c2;
    visibility: hidden;
    height: 0;
    width: 0;
}

/* Main marketing message and sign up button */
.container .jumbotron {
    padding-left: 0;
    padding-right: 0;
}

.jumbotron {
    background-color: black;
    background-image: url("/images/hero/hero1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: white;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    height: 0;
}

#jumbotron-fade {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    z-index: 99;
    border-radius: inherit;
}

#jumbotron-text {
    z-index: 99;
    opacity: 1;
    height: 100%;
    width: 30%;
    float: left;
    top: 0;
    position: relative;
    text-align: center;
    padding: 20px;
    font-size: .8em;
}

.jumbotron h1 {
    font-variant: small-caps;
    text-align: center;
    font-size: 250%;
}

.jumbotron p.lead {
    font-size: 80%;
}

.jumbotron .btn {
    font-size: 14px;
    padding: 10px 18px;
    margin-top: 8px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    background-color: #e5e5e5; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-left: 1px solid #fff;
        border-right: 1px solid #d5d5d5;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }
    .nav-justified > li:last-child > a {
        border-radius: 0 5px 5px 0;
        border-right: 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Fix for menu link font size */
    .nav-justified > li > a {
        /*font-size: 10px;*/
    }
    /* Fix for menu link font size */
    .nav-justified > li > a .long {
        display: none;
    }
    .nav-justified > li > a#fix1:after {
        content: 'Join';
    }
    .nav-justified > li > a#fix2:after {
        content: 'Renew';
    }
}

/* Responsive: Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    /* remove hero from mobile devices */
    .jumbotron {
        height: 400px;
        visibility: visible;
    }
}

/* Responsive: Large devices (desktops, large tablets, 1200px and up) */
@media screen and (min-width: 1300px) {
    h3#header-logo {
        padding: 20px 0 0 105px;
        font-size: 3.25em;
    }
    #header-donations {
        visibility: visible;
        height: auto;
        width: auto;
    }
    #header-tagline {
        visibility: visible;
        height: auto;
        width: auto;
    }
    #jumbotron-text {
        padding: 20px;
        font-size: 1em;
    }
    .jumbotron h1 {
        font-size: 250%;
    }
    .jumbotron p.lead {
        font-size: 90%;
    }
    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
        margin-top: 10px;
    }
    /* Fix for menu link font size */
    .nav-justified > li > a .long {
        display: block;
    }
    .nav-justified > li > a#fix1:after {
        display: none;
    }
    .nav-justified > li > a#fix2:after {
        display: none;
    }
}

/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */

.google-map-canvas, .google-map-canvas * {
    .box-sizing(content-box);
}

/* Optional responsive image override */
img {
    max-width: none;
}

div.city-left h2 {
    font-size: 120%;
    padding-top: 8px;
}

label {
    font-weight: bold;
}

/* Group Galleries */
div.group-gallery {
    min-height: 110px;
    padding-bottom: 10px;
    margin: 1px;
}

div.group-gallery:hover {
    cursor: pointer;
}

div.rounded {
    /* TODO: add borders to images */
}

#group-galleries img {
    position: absolute;
    float: left;
    left: 4px;
    top: 4px;
}

#group-galleries row {
    padding-bottom: 5px;
}

#group-galleries p.gallery-title {
    font-size: .9em;
    font-weight: bold;
    margin-left: 105px;
}

#group-galleries p {
    font-size: .75em;
    margin-left: 105px;
}

/* adjust rows */

div.row {
    padding-top: 10px;
}
h2 {
    margin-top: 5px;
}
#event-modal label {
    font-size: 0.8em;
}

/* Dues-Donation Page */
.big-checkbox {

}

.big-checkbox label {
    font-size: 1.5em;
    padding-left: 14px;
}

#dues-donate-form-total {
    font-size: 1.5em;
}

input.cc-number {
    background: url('/images/credit-cards.jpg') no-repeat 98% 50%;
}

.bold {
    font-weight: bold;
}

label.error {
    color: red;
}

td.group-code {
    font-size: 1.65em;
}

#table-groups td {
    vertical-align: middle;
}

.row-unsubscribe {
    text-align: center;
    font-size: 1.55em;
}

.row-unsubscribe a {
    font-size: 1.25em;
}

legend {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 6px;
}

table#table-payments {
    margin-bottom: 0;
}

table#table-payments th, table#table-payments td {
    font-size: .8em;
    vertical-align: middle;
}

.member-popup-list {
    float: left;
    background-color: aliceblue;
    width: 100%;
    padding: 4px 4px 4px 10px;
    border: 1px solid lightblue;
    border-radius: 2px;
    line-height: 1.25em;
}

/** Store Table Styles **/
td.store-quantity {
    width: 100px;
}

/** Editor Tables **/
.panel-heading {
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

th, thead td {
    font-weight: bold;
}

/** jquery.fileupload.css **/
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

#files {
    max-height: 200px;
    overflow-y: scroll;
}

/* Modal content fix */
.modal-content {
    padding: 8px;
}

tr.draft td {
    font-style: italic;
    font-weight: bold;
}