:root {
    --orange:#EF8B22;
    --blue:#006080;
    --darkgray:#212529;
    --darkblue:#172852;
}
.connectplusteasetitle {
    font-size:28px;
    text-align:center;
    margin-bottom:15px;
}
.connectplusteasesubtitle {
    font-size:23px;
    text-align:center;
}
.connectplusteasefootertitle {
    font-size:15px;
    text-align:center;
}
.changedonation {
    text-align:center;
}
.donationbuttons {
    width:100%;
    margin-top:10px;
}
.paymentwindow {
    border:solid 1px #aaa;
    border-radius:5px;
}
#logosvg {
    display: inline-block;
    vertical-align: middle;
    width: 5rem;
    height: 9rem !important;
    max-width: 500px;
    max-height: 130px;
    min-width: 200px;
    min-height: 80px;
    background: transparent url(https://cosi.org/images/60Logo_Orange.svg) center bottom no-repeat;
    background-size: cover;
}
.header {
background-image: url(https://www.cosi.org/images/cherio_bkgd.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.footer {
    background-image: url(https://www.cosi.org/images/cherio_bkgd.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.footertext {
    padding: 20px  ;
    font-size:0.8rem;
    color:#fff;
}
.socialicons {
    color:var(--darkblue);
    padding:0px 5px;
}
.rowbox {
    border-bottom:2px solid var(--orange);
    border-radius:0px;
}
.filterbox {
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
#connectofday {
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    padding-bottom: 5px;
    font-size: inherit;
    background: #fff;
    /*border-radius: 5px;*/
    /*margin-top: 15px !important;*/
    height: auto;
    /*border-left: 1px solid var(--orange);*/
    /*border-right: 1px solid var(--orange)*/
}
.filterbuttons {

}
.showonmobile {
    display:none;
}
.topsidebar {
    /*margin-top:65px !Important;*/
    height:300px;
}
.sidebarcontainer {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}
.btn-light-blue {
    background-color: var(--darkblue) !important;
}
.contentchange {
     cursor: pointer;
}
.sidebar {
    border-radius:5px;
    width:300px;
    height:auto;
    padding:15px;
}
.sidebarshort {
    height:100px;
}
.dropdown-toggle {
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow:    0px 0px 0px 0px #ccc;
    box-shadow:         0px 0px 0px 0px #ccc;
}
.card {
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow:    0px 0px 0px 0px #ccc;
    box-shadow:         0px 0px 0px 0px #ccc;
}
/*.cardfullwidth {*/
/*    margin: 15px 0px 10px 0px;*/
/*}*/
.iconpadding{
    padding:20px;
}
.menuanchor {
    position:relative;
    /*z-index: 10000;*/
    top:10px;
    /*left:10px;*/
}
.menuicon {
    font-size:26px !Important;
    color:var(--darkblue);
}
.menuicon2 {
    font-size:26px !Important;
    color:#fff;
}
.menutext {
    font-size:1.2rem;
    color:var(--darkblue);
}
.menutext2 {
    font-size:0.8rem;
    color:#fff;
}
.sidebarorange {
    border:2px solid var(--orange);
    border-radius: 5px;
}
.sidebarblue {
    border:2px solid var(--blue);
    border-radius: 5px;
}
.titlecard {
    padding:0px 15px 15px 15px;
    /*border-left: 1px solid var(--orange);*/
    /*border-right: 1px solid var(--orange);*/
    border-radius: 0px !important;
    min-height:415px;
}
.rowpadding {
    margin: 0px 15px 15px 15px;
}
.dropdown-toggle::after {
    content: none;
}
.hovercolor {
    cursor:pointer;
}
.loginbtn {
    cursor: pointer;
}
.upgrade {
    cursor: pointer;
}
.hovercolor:hover {
    background:#ddd;
}
.btn {
    margin-left:0px !Important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    box-shadow: none !Important;
    text-transform: none !important;
}
.btngroupmobile {
    padding: .375rem .75rem !important;
}
.activitytext {
    font-family: "roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size:1.5rem;
    background: var(--orange);
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    margin-bottom: 10px !important;
    color: #fff !important;
}
.otheractivitytext {
    font-family: "roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size:1.5rem;
    background: var(--blue);
    border-radius: 3px;
    margin-bottom: 10px !important;
    color: #fff !important;
}
#otheractivitiestitle {
    margin-top:20px;
    font-size:35px;
    font-weight:heavy;
    color:var(--orange);
}
.hideme {
    display:none !Important;
}
.morediv {
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.card-body {
    padding: 1.25rem 0 !important;
}
.searchabletext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--darkgray);
    font-size: 1rem;
}
.headerintro {
    font-size: 1.2rem;
    font-weight: 400;
}
.card-subtext {
    color: var(--darkgray);
}

#search { //Search input bar
    height:50px;
    margin-bottom:25px;
}
.filtertitle {
    font-weight: bold;
}
.card {
    margin-top:15px;
}
.card-title {
    font-weight:bold;
    font-size: 1.2rem;
}
.card-text {
    font-weight: 400 !important;
}
.card-subtext {
    margin-top:10px;
    font-size:12px;
}
#todaysactivitiestitle {
    font-size:50px;
}
.iconsize {
    width:100%;
}
.iconcont {
    width:10%;
    text-align:center;
}
.topicons {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:row;
    margin-bottom:20px;
}
.centerme {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:row;

}
#ioslink {
    display:none;
}
#androidlink {
    display:none;
}
.androidlink {
    width:60%;
}
.androidimg {
    width:100%;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media only screen and (max-width : 1200px) {
    .iconcont {
        width:15%;
    }
}

@media only screen and (max-width : 979px) {
    .sidebar {
        width:250px;
    }
}
@media only screen and (max-width : 869px) {
    .catalystheader-mobile {
        background-size: contain;
        background-position: center;
        min-height: 250px;
        background-repeat: no-repeat;
        background-image: url(https://www.cosi.org/MOBILEAPP/catalyst/img/Catalyst_header_mobile@3x.png);
    }
}
@media only screen and (min-width : 870px) {
    .catalystheader-desktop {
        background-size: cover;
        background-position: center;
        min-height: 385px;
        background-repeat: no-repeat;
        background-image: url(https://www.cosi.org/MOBILEAPP/catalyst/img/Catalyst_header_desktop@3x.png);
    }
}
@media only screen and (max-width : 869px) {
    .blastheader-mobile {
        background-size: auto;
        background-position: center;
        min-height: 318px;
        background-repeat: no-repeat;
        background-image: url(https://www.cosi.org/MOBILEAPP/blast/img/Blast_header_mobile-FINAL-01.png);
    }
}
@media only screen and (min-width : 870px) {
    .blastheader-desktop {
        background-size: cover;
        background-position: center;
        min-height: 385px;
        background-repeat: no-repeat;
        background-image: url(https://www.cosi.org/images/blast-header2.png);
    }
}
@media only screen and (min-width : 870px) {
    .catalystfooter-desktop {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        min-height: 1005px;
        background-color: #192952;
        background-image: url(https://www.cosi.org/MOBILEAPP/catalyst/img/Catalyst_sponsors_DESKTOP-UPDATE-7.svg);
    }
}
@media only screen and (max-width : 869px) {
    .catalystfooter-mobile {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        min-height: 1000px;
        background-color: #192952;
        background-image: url(https://www.cosi.org/MOBILEAPP/catalyst/img/Catalyst_sponsors_MOBILE-UPDATE-7.svg);
    }
}

@media only screen and (min-width : 870px) {
    .blastfooter-desktop {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        /*height: 1201px;*/
        background-color: #000000;
        background-image: url(https://www.cosi.org/images/blast-header2.png);
    }
}

@media only screen and (max-width : 869px) {
    .blastfooter-mobile {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        /*height: 800px;*/
        background-color: #000000;
        background-image: url(https://www.cosi.org/images/blast-header2.png);
    }
}

@font-face {
    font-family: "pmarker";
    @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
}

@font-face {
    font-family: "rubik";
    @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
}
@font-face {
    font-family: "mrssheppards";
    src: url(./fonts/MrsSheppards/MrsSheppards-Regular.ttf) format("truetype");
}

.catalystheadertext {
    font-family: 'mrssheppards', Arial, Helvetica, sans-serif;
    color: #ef8b22 !important;
    font-weight: 500;
    font-size:60px;
}
.catalystheader2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #192952; !important;
    font-weight: 600;
    font-size:30px;
}
@font-face {
    font-family: "futura";
    src: url(./fonts/Futura/Futura-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "futura-book";
    src: url(./fonts/Futura/Futura-Book.ttf) format("truetype");
}
/*.blastheader2 {*/
/*    font-family: 'futura', Arial, Helvetica, sans-serif;*/
/*    color: #f0b81b !important;*/
/*    font-weight: 600;*/
/*    font-size:30px;*/
/*}*/
/*.blastheaderlight {*/
/*    font-family: 'futura-book', Arial, Helvetica, sans-serif;*/
/*    color: #ee3a24 !important;*/
/*    font-weight: 600;*/
/*    font-size:30px;*/
/*}*/
/*.blastheader {*/
/*    font-family: 'futura', Arial, Helvetica, sans-serif;*/
/*    color: #f0b81b !important;*/
/*    !*font-weight: 500;*!*/
/*    font-size:30px;*/
/*}*/
.blasttext {
    font-family: 'futura-book', Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    font-weight: 500;
    font-size:16px;
}
.blastboldtext {
    font-family: 'futura-book', Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    font-weight: 600;
    font-size:16px;
}
.volunteerheader1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #E04403; !important;
    font-weight: 600;
    font-size:30px;
    line-height:1.1;
}
.volunteerheader2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #E04403; !important;
    font-weight: 600;
    font-size:18px;
}
.volunteer-white {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff !important;
    font-weight: 700;
    font-size:1.9em;
    padding: 30px;
}
.volunteer-background {
    background-size: inherit;
    background-position: center;
    min-height: 588px;
    background-repeat: repeat;
    background-image: url(https://www.cosi.org/MOBILEAPP/volunteers/img/hexagon5.png);
}
.volunteer-header {
    background-size: cover;
    background-image: url(https://www.cosi.org/MOBILEAPP/volunteers/img/VolunteerWebsiteBanner-01.png);
    min-height:100px;
    opacity:95%;
}
.wedding-background {
    background-size: cover;
    background-position: center;
    min-height: 588px;
    background-repeat: no-repeat;
    background-image: url(https://www.cosi.org/MOBILEAPP/events/img/SSAWeddingPackageBACKGROUND-01.svg);
}
.events-background {
    background-size: auto;
    background-position: center;
    min-height: 588px;
    background-repeat: repeat;
    background-image: url(https://www.cosi.org/MOBILEAPP/events/img/SSAEVENTSBACKGROUND-01.png);
}
.eventsheader1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff !important;
    font-weight: 600;
    font-size:30px;
    line-height:1.1;
}
.eventsheader2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff !important;
    font-weight: 600;
    font-size:16px;
    line-height:1.1;
}
.nasa-artemis-background {
    background-repeat: repeat;
    background-image: url(https://www.cosi.org/MOBILEAPP/img/kits/first-woman/Space_NASA_WebContent_PATTERN1.png);
}
@media only screen and (max-width : 979px) {
    .sidebar {
        width:250px;
    }
}
@media only screen and (max-width : 767px) {
    .hideonmobile {
        display:none;
    }
    .showonmobile {
        display:block;
        /*margin-right: -15px;*/
        /*margin-left: -15px;*/
        width:100% !Important;
        /*height:100px !Important;*/
    }
    sidebar
    .short {
        border:none;
        height:70px !Important;
        margin-bottom:10px;
        -webkit-box-shadow: 0px 0px 0px 0px #ccc;
        -moz-box-shadow:    0px 0px 0px 0px #ccc;
        box-shadow:         0px 0px 0px 0px #ccc;
    }
}

@media only screen and (max-width : 480px) {
    .sidebar {
        width:100%;
    }
    .iconcont {
        width:29%;
        font-size:13px;
    }
}

@media only screen and (max-width : 320px) {
    .iconcont {
        width:29%;
        font-size:11px;
    }

}
