﻿
.btn-transitiononwhite {
    background-color: transparent;
    border: 2px solid #3dadf2;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #00123b;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    transition: all .35s;
}

    .btn-transitiononwhite span {
        z-index:2;
        position:relative;
    }
    .btn-transitiononwhite:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #00123b;
        transition: all .35s;
    }

    .btn-transitiononwhite:hover {
    border: 2px solid #3dadf2;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #ffffff;
    text-align: center;
    }

        .btn-transitiononwhite:hover:after {
            width: 100%;
        }



.btn-whiteonred {
    background: #be1e2d;
    font-size: 20pt;
    font-weight: bold;
    width: 100%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    transition: 1s;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .btn-whiteonred:hover {
        font-size: 20pt;
        font-weight: bold;
        width: 100%;
        text-align: center;
        color: #ffffff;
        background: #032e72;
       
    }


a.btn-whiteonyellow {
    background: #ffe33b;
    font-size: 20pt;
    font-weight: normal;
    width: 80%;
    color: #263d4e;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    transition: 1s;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:10px;
}


    a.btn-whiteonyellow:hover {
        font-size: 20pt;
        font-weight: normal;
        width: 80%;
        text-align: center;
        color: #ffffff;
        background: #ffe33b;
    }

.btn-whiteonredslider {
    background: #be1e2d;
    font-size: 20pt;
    font-weight: bold;
    width: 100%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    transition: 1s;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .btn-whiteonredslider:hover {
        font-size: 20pt;
        font-weight: bold;
        width: 100%;
        text-align: center;
        color: #ffffff;
        background: #032e72;
    }




a.btn-onsolidred {
    border: none;
    background-color: #ffffff;
    padding: 6px 12px;
    font-size: 14pt;
    width: 50%;
    color: #003366;
    transition: 1s;
}

    a.btn-onsolidred:hover {
        border:none;
        padding: 6px 12px;
        font-size: 14pt;
        width: 50%;
        color: #ffffff;
        background-color: #121B44;
    }

.tojoin {
    color: #ffffff;
    font-size: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 35px;
}

.quicklinks {
    color: #223645;
    font-size: 40pt;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 35px;
    font-weight:600;
}

.quicklinkheading {
    color: #223645;
    font-size: 20pt;
    font-weight: 600;
}

.quicklinkbg {
background-color:#fff;
}

.quicklink-content{height:180px;}

.large_whiteonred {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 20px;
}

.smallbluetitle {
    color: #032e72;
    font-size: 18px;
    font-weight: bold;
    text-transform:uppercase;
}

.smallertitle{
    font-size:16px;
}

.largebluetitle {
    color:#032e72;
    font-weight:bold;
    font-size:36px;
}

.clelibrarytitle {
    color: #353333;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height:20px;    
}

.cle {
    margin-bottom: 50px;
}

.graybg {
    background-color: #f9f9f9;
    padding: 10px;
}


div.event-description div.description div.row div.col-sm-6 {
    max-width: 120px;
    margin-top:0;
}

div.event-description div.description {
    margin-bottom:45px;
    max-width:450px;
}


div.event-description div.description a.btn-whiteonredslider {
    background-color: #003366;
    color: #fff !important;
    text-transform: unset;
    font-size: 10pt;
    display: unset;
    position: unset;
    transition: none;
    padding: 10px;
    width:unset;  
}


    div.event-description div.description a.btn-whiteonredslider:hover {
        background-color: #be1e2d;
        color: #fff !important;
        text-transform: unset;
        font-size: 10pt;
        display: unset;
        position: unset;
        transition: none;
        padding: 10px;
        width: unset;
    }

.mission-content {
    font-size: 18pt;
    color: #333333;
}

.eventHeadingDayAbbrev {font-size:12pt;}
.eventHeadingDayNum {font-weight:bold;font-size:20pt;}