﻿

body {
    /*padding-top: 100px;*/
    /*padding-top: 3rem;*/
    padding-bottom: 20px;
}

.navabar-fixed-top {
    top: 0;
}

.nav {
    margin-bottom: 0;
}

.nav-link {
    font-size: 1.3rem;
}

.dropdown-menu .dropdown-header {
    font-size: 1.3rem;
}

.dropdown-item {
    font-size: 1.3rem;
}

.alert-pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.user-avatar {
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    height: 150px;
    width: 150px;
}
.disabled {
    cursor: not-allowed;
    
}
.anchor-enabled {
    color: currentColor;
    cursor: pointer;
    opacity: 1;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.nav-pills .nav-link-location {
    color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link-location:hover {
        color: #fff;
        border: 1px solid #6c757d;
        border-radius: 0.25rem;
    }

    .nav-pills .nav-link-location .active,
    .nav-pills .show > .nav-link-location {
        color: #fff;
        background-color: #000;
    }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
    background: #007aeb;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width: 100%;
}


/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
    display: block;
    width: 100%;
}


/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
@media print {
    .toplink {
        display: none;
    }
}

.footer {
    background: #ccc;
    color: #f9f1e6;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.copyright {
    background: #494743;
    padding: 10px 0;
    margin: 0 auto;
}

.social-media {
    padding: 10px;
    margin: 0;
    background: #ccc;
}

.social-icons a, .social-icons a:link {
    color: #fff;
    font-size: .5rem;
}

    .social-icons a:hover {
        color: #00ae58;
    }

/*
	Customized Navbar
**************************************/
.bg-navbar {
    background-color: rgba(160,222,241,1) !important;
}

.nav-link {
    font-size: 1rem;
}

.dropdown-menu .dropdown-header {
    font-size: 1rem;
    font-weight: 400;
    color: #00ae58;
}

.dropdown-menu .dropdown-item {
    font-size: 1rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #e8f4eb;
}

.bg-navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
}

    .bg-navbar .navbar-nav .nav-link:hover, .bg-navbar .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, .9);
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.85);
    }


/*========== SUB PAGES ==============*/

.subpage-head {
    position: inherit;
    background-color: #ccc; /*fca655*/
    margin-top: -25px;
    /*padding-bottom: 20px;*/
    min-height: 150px;
    margin-bottom: 20px;
}

    .subpage-head h5 {
        padding-top: 40px;
    }

    .subpage-head h3 {
        color: #53504c;
        padding-bottom: 20px;
    }

    .subpage-head .subpage-menu {
        position: relative;
        padding-top: 40px;
    }

@media (max-width: 768px) {

    .subpage-head h3 {
        padding: 30px 0;
    }
}

@media (min-width:768px) {

    .subpage-head h3 {
        padding: 30px 0;
    }
}

/*
	Customize Bootstrap Card
	-------------------------------

*/

.card-spotlight {
    border: 1px solid #00AE58;
    background: #EEE;
    margin-bottom: 30px;
    min-height: 300px;
}

    .card-spotlight img {
        width: 300px;
    }


/*
	Customized Responsive Search Box
*/

.search-box input[type="text"] {
    height: 60px;
    font-size: 20px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

    .search-box input[type="text"]:focus:hover {
        border-bottom: 1px solid #BBB;
    }

    .search-box input[type="text"]:focus {
        width: 100%;
        z-index: 1;
        border-bottom: 1px solid #BBB;
        cursor: text;
    }

.search-box button {
    height: 67px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    background: url("https://img.icons8.com/metro/1600/search.png") center center no-repeat;
    background-size: 35px 35px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
}

    .search-box button:hover {
        opacity: 0.8;
    }

/*
     Customized  Text
 */
.text-bold-700 {
    font-weight: 700;
}

.min-vh-sm {
    min-height: 300px;
}

.min-vh-md {
    min-height: 500px;
}

.text-right {
    text-align: right;
}

.text-notactive {
    text-decoration: line-through solid red;
}

.passing-top-0 {
    padding-top: 0;
}
/* TEXT Colors   */
.text-ambassador {
    color: #FAA519;
}

.non-display {
    display: none;
}

.hr-think-line {
    border: none;
    height: 2px;
    color: #6c757d;
    background-color: #6c757d;
}
/*
Customize Background Colors
*/
.bg-secondary-50 {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, .25)) !important;
}
.bg-gs {
    background-color: rgba(0, 174, 86, 1) !important;
}
.bg-daisy {
    background-color: rgba(0, 179, 229, 1) !important;
}
.bg-brownie {
    background-color: rgba(163, 69, 0, 1) !important;
}
.bg-junior {
    background-color: rgba(110, 41, 141, 1) !important;
}
.bg-cadette {
    background-color: rgba(238, 49, 36, 1) !important;
}
.bg-senior {
    background-color: rgba(243, 111, 33, 1) !important;
}
.bg-ambassador {
    --bs-bg-opacity: 1;
    background-color: rgba(250, 165, 25, 1) !important;
}
.bg-volunteer {
    background-color: rgba(199, 200, 202, 1) !important;
}
.text-bg-gs {
    color: #fff !important;
    background-color: rgba(0, 174, 86, 1) !important;
}
.text-bg-daisy {
    color: #fff !important;
    background-color: rgba(0, 179, 229, 1) !important;
}
.text-bg-brownie {
    color: #fff !important;
    background-color: rgba(163, 69, 0, 1) !important;
}
.text-bg-junior {
    color: #fff !important;
    background-color: rgba(110, 41, 141, 1) !important;
}
.text-bg-cadette {
    color: #fff !important;
    background-color: rgba(238, 49, 36, 1) !important;
}
.text-bg-senior {
    color: #fff !important;
    background-color: rgba(243, 111, 33, 1) !important;
}
.text-bg-ambassador {
    color: #fff !important;
    background-color: rgba(250, 165, 25, 1) !important;
}

.text-daisy {
    --bs-text-opacity: 1;
    color: rgba(0, 179, 229, 1) !important;
}
.text-brownie {
    --bs-text-opacity: 1;
    color: rgba(163, 69, 0, 1) !important;
}
.text-junior {
    --bs-text-opacity: 1;
    color: rgba(110, 41, 141, 1) !important;
}
.text-cadette {
    --bs-text-opacity: 1;
    color: rgba(238, 49, 36, 1) !important;
}
.text-senior {
    --bs-text-opacity: 1;
    color: rgba(243, 111, 33, 1) !important;
}
.text-ambassador {
    --bs-text-opacity: 1;
    color: rgba(250, 165, 25, 1) !important;
}
/*
	Customized Buttons
*/
.btn-noborder {
    /*color: #00ae58;*/
    background-color: transparent;
    border: none;
}

    .btn-noborder:hover {
        /*color: #DAEDDD;*/
        text-decoration: none;
        background-color: transparent;
        border: none;
    }

    .btn-noborder:focus, .btn-noborder.focus {
        /*color: #00ae58;*/
        background-color: transparent;
        border: none;
    }

    .btn-noborder.disabled, .btn-noborder:disabled {
        /*color: #00ae58;*/
        background-color: transparent;
        border: none;
    }

    .btn-noborder:not(:disabled):not(.disabled):active, .btn-noborder:not(:disabled):not(.disabled).active,
    .show > .btn-noborder.dropdown-toggle {
        /*color: #00ae58;*/
        background-color: transparent;
        border: none;
    }

        .btn-noborder:not(:disabled):not(.disabled):active:focus, .btn-noborder:not(:disabled):not(.disabled).active:focus,
        .show > .btn-noborder.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-spotlight {
    color: #004E99;
    background-color: rgba(214,242,103,.5);
    border-color: transparent;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: -100px;
}

    .btn-spotlight:hover {
        color: #005641;
        text-decoration: none;
        background-color: rgba(254,254,254,.5);
        border-color: transparent;
    }

    .btn-spotlight:focus, .btn-spotlight.focus {
        color: #fff;
        background-color: rgba(214,242,103,.5);
        border-color: transparent;
    }

    .btn-spotlight.disabled, .btn-spotlight:disabled {
        color: #6E298C;
        background-color: rgba(214,242,103,.5);
        border-color: transparent;
    }

    .btn-spotlight:not(:disabled):not(.disabled):active, .btn-spotlight:not(:disabled):not(.disabled).active,
    .show > .btn-spotlight.dropdown-toggle {
        color: #004E99;
        background-color: rgba(214,242,103,.5);
        border-color: transparent;
    }

        .btn-spotlight:not(:disabled):not(.disabled):active:focus, .btn-spotlight:not(:disabled):not(.disabled).active:focus,
        .show > .btn-spotlight.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 transparent;
        }

.btn-veteran {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}

    .btn-veteran:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-veteran:focus, .btn-veteran.focus {
        color: #fff;
        border-color: transparent;
        box-shadow: none;
    }



.btn-label {
    cursor: text;
}

    .btn-label:hover {
        cursor: text;
    }

.form-label-sm {
    margin-bottom: 0.5rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.badge-sm {
    font-size: 0.675rem;
    line-height: calc(0.5em + 0.5rem + 0px);
    padding: 0.25em 0.5em;
}

.btn-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    /*-webkit-background-size: 20px 20px;*/
    background-size: 20px 20px;
}


/*
	Customize File button

*/
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button label {
    color: #fff;
    background-color: #0d6efd;
    cursor: not-allowed;
}


/*=======================================================
			TEAM MEMBER
========================================================*/
#team {
    background: #fff !important;
}

section {
    padding: 10px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#team .card {
    border: none;
    background: #eee;
    min-height: 550px;
}

#team .normal {
    border: 1px solid #00ae58;
    background: #eee;
}

#team .expiring {
    border: 1px solid #faa519;
    background: rgba(253, 194, 111, 0.65);
}

#team .expired {
    border: 1px solid #ee3123;
    background: rgba(243, 110, 74, 0.75);
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    /*-ms-transition: 1s;*/
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    /*-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;*/
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    /*-ms-backface-visibility: hidden;*/
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    /*-moz-transform-style: preserve-3d;*/
    -o-transition: 1s;
    /*-o-transform-style: preserve-3d;
	-ms-transition: 1s;
	-ms-transform-style: preserve-3d;*/
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        width: inherit;
    }

        .backside .card a {
            font-size: 18px;
            color: #007b5e !important;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #007b5e !important;
        }

/*.frontside .card .card-body img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
        }*/

.text-expiring {
    color: #faa519;
    font-weight: 500;
}

.text-expired {
    color: #ee3123;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    50% {
        color: transparent;
    }
}
/*@keyframes blinkingText {
	0% {
		color: #FFE9CC;
	}

	49% {
		color: #FED7A1;
	}

	60% {
		color: transparent;
	}

	99% {
		color: transparent;
	}

	100% {
		color: #000;
	}
}*/

.min-vh-md {
    min-height: 400px;
}

/*
Customized rows
**************************************/
.row-td-header {
    padding: 10px 6px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
    align-items: center !important;
}

    .row-td-header h4 {
        /*margin-top: 0;*/
        color: inherit;
    }

    .row-td-header .row-td-header-link {
        font-weight: 700;
    }

    .row-td-header > p,
    .row-td-header > ul {
        margin-bottom: 0;
    }

        .row-td-header > p + p {
            margin-top: 5px;
        }

.row-td-header-md {
    font-size: 92%;
    font-weight: 500;
}

.row-td-header-sm {
    font-size: 85%;
    font-weight: 500;
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.row-td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.row-td-md {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 92%;
}

.row-td-sm {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 85%;
}

.row-striped {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    --bs-bg-opacity: 0.25;
}

.row-unstriped {
    background-color: transparent;
}

.row-bordered {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd !important;
}





.collapse2:not(.show) {
    display: none;
}
/*
.collapsing2 {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing2 {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}*/