﻿/* SITE COLORING
=========================================================================================*/
a:link, a:visited, a:hover, a:active {
    color: #30A4B1;
}

body {
    background-color: #fff;
}

.border {
    border: 1px solid #b9b9b9;
}

.container_12 {
    background-color: #FFFFFF;
}

.primary {
    background-color: #464646;
    border: 1px solid #b9b9b9;
    color: #fff !important;
}

.secondary {
    background-color: #d9d7d8;
    border: 1px solid #b9b9b9;
}

.primary-button {
    background-color: #117499;
    border-bottom: 1px solid #464646;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.ctCheckBoxToggle input[type=checkbox]:checked ~ label, .ctCheckBoxToggle input[type="radio"]:checked ~ label {
    background-color: #00000
}
/* SITE LAYOUT
=========================================================================================*/


#content {
    min-height: 600px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

#crumbs {
    background-color: #D9D7D8;
    margin-bottom: 10px;
    padding: 5px 0;
}

    #crumbs a {
        color: #5D5C42;
        text-decoration: none;
    }

        #crumbs a:hover {
            text-decoration: underline;
        }

    #crumbs div {
        /* clear margins from grid classes above */
        margin-top: 0;
        margin-bottom: 0;
    }

.primary h1 {
    color: #fff;
}

a.header-btn {
    color: #fff;
}

#header {
    background-color: #464646;
    border-bottom: 4px solid #30A4B1;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #header div {
        /* clear margins from grid classes above */
        margin-top: 0;
        margin-bottom: 0;
    }

    #header h1 a {
        color: #FFFFFF;
        font-size: 14pt;
        text-decoration: none;
        text-transform: uppercase;
    }

#footer {
    background-color: #231F20;
    border-top: 4px solid #444444;
    color: #FFFFFF;
    font-size: smaller;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

ul#mainNav {
    text-align: right;
}

    ul#mainNav li {
        display: inline;
    }

        ul#mainNav li a {
            color: #FFFFFF;
            padding: 10px;
            text-decoration: none;
        }

            ul#mainNav li a:hover, ul#mainNav li.selected a {
                background-color: #30A4B1;
            }


/*Mobile*/
/* mobile */
@media (max-device-width : 480px) and (min-device-width : 320px) {
    #menuLink {
        float: left;
        color: white;
        font-size: 2rem;
        cursor: pointer;
    }
}

.terms {
    height: 200px;
    overflow: scroll;
    border: 1px solid #b9b9b9;
    padding-left: 9px;
}
.donationFunds label {
    font-weight: normal;
    font-size: 1em;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
}

input[type=checkbox], input[type="radio"] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 1px;
    margin-top: 0;
    line-height: normal;
    position: relative !important;
    opacity: inherit !important;
    pointer-events: initial !important;
}