@charset "utf-8";
/* CSS Document */
.currentCommunityCard{
    display: none;
}
.organizationContainer{
    display: none;
}
/*///////////////////////////  icon key Sections  //////////////////////////////*/

.iconKey{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 1%;
    margin-top: 1%;
}

.keyContainer{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.key{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 2px solid #999999;
}

.key:last-child{
    border-bottom: none;
}

.key img{
    float: left;
    width: 25%;
    height: auto;
    max-height: 30px;
}

.key h3{
    float: left;
    display: block;
    width: 75%;
}

.key p{
    float: left;
    display: block;
    width: 100%;
    padding-left: 5px;
}

.favorite{
    display: none;
}

.myBlickelTopSection{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contentViewOptionSection{
    margin-bottom: 0;
}

.jumpToSection{
    float: left;
    width: 50%;
    height: auto;
}

.viewOrganizationContent{
    width: 100%;
    height: 50px;
    float: left;
    padding-left: 1%;
	background-color: #fdfdfd;
    border: 2px solid #999999;
}

select{
    background-color: #F2F2F2; 
}

option{
    background-color: #F2F2F2;
}

.searchBarContainer{
    float: left;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.searchBarContainer input{
    width: 55%;
    height: 40px;
    background: url("/images/icons/searchIcon.svg");
    background-repeat:  no-repeat;
    background-position: 2.5% center;
    background-size: 30px 30px;
    padding-left:50px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.inputField:optional{
    border: 2px solid #9C9C9C;
}

.searchBarContainer button{
    width: 40%;
    margin-left: 5%;
}
.organizationProgramContainer{
    float: left;
    width: 100%;
    height: auto;
}
.organizationHeader{
    float: left;
    width: 100%;
    height: auto;
	padding-bottom: 5px;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    position: sticky;
    top: 80px;
    background-color: #fdfdfd;
    z-index: 550;
}

.organizationLogoContainer{
    float: left;
    width: 25%;
    height: 40px;
    background-color: #fdfdfd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organizationLogoContainer img{
    float: left;
    width: auto;
    height: auto;
    max-height: 35px;
    max-width: 100%;
}

.organizationHeader h2{
    display: block;
    float: left;
    width: 75%;
    height: auto;
    padding-left: 20px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 3px solid #305a30;
}

.searchForContentContainer{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
	margin-top: 1%;
}

.searchSectionPageLink{
    width: 32%;
    margin: 0;
    margin-right: 1%;
}

.searchSection{
    float: left;
    width: 32%;
	margin-right: 1%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	justify-content: center;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);*/
}

.searchSection:hover, .searchSection:focus{
    cursor: pointer;
	box-shadow:none;
}

.greenBar{
    position: absolute;
    width: 100%;
    height: 75px;
    top: 62.5px;
    background-color: #305a30;
    z-index: 1;
}
.searchButtonContainer{
    float: left;
    width: 100%;
    height: auto;   
}

/* --- Go to Content Search --- */
.goToSearch{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 13px;
}
.goToSearch:hover{
    cursor: pointer;
}
.goToSearch h2{
    margin-bottom: 6.5px;
}
/* --- Go to Create Community --- */
.goToCreateCommunity{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 13px;
    margin-top: 100px;
    border: none;
}
.goToCreateCommunity h2{
    margin-bottom: 6.5px;
}
.goToCreateCommunity .ctaButton{
    margin-top: 26px;
}

.organizationPrograms{
    float: left;
    width: 100%;
    height: auto;
    position: sticky;
    top: 185px;
    z-index: 500;
    margin-bottom: 0;
}
.organizationProgram{
    float: left;
    width: 100%;
    height: auto;
}

/* end of section */

.blickelCourseContainer{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.blickel{
    border-bottom: medium solid #305a30;
}

/* redirect  Modal stuff */

.redirectModal{
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6); 
}

.redirectModalContent{
    float: left;
    display: block;
    background-color: #f2f2f2;
    border: 3px solid #305a30;    
    width: 50%;
    max-width: 1200px;
    height: 250px;
    margin: 25% auto;
    margin-left: 25%;
    align-content: center;
}

.redirectModalHeader{
    float: left;
    width: 100%;
    height: 35px;
    background-color: #305a30;
}

.redirectModalHeader h1, .redirectModalHeader h2{
    text-align: center;
    color: #f2f2f2;
    padding-top: 1%;
    padding-bottom: 1%;
}

.redirectModalContent p{
    display: block;
    float: left;
    width: 90%;
    height: 75px;
    margin-left: 5%;
    margin-top: 2.5%;
    text-align: center;
}

.redirectModalButtonContainer{
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
}

.redirectModalButton{
    float: left;
    background-color: #F2F2F2;
    border: 2px solid #305a30;
    color: #305a30;
    width: 45%;
    height: 50px;
    margin-top: 5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    transition-duration: 0.3s;
}

.redirectModalButton:hover{
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.redirectModalButton:active{
    box-shadow: none;
}

.listSummaryContainer{
    width: 50%;
}

.listHoverContainer{
    display: none;
}

.listOptionContainer .optionContentDetailsContainer{
    width: 66.66%;
}

/* responsive screen code */
@media only screen and (min-width: 1500px) {
/* Extra large devices (large laptops and desktops, 1500px and up) */
    .searchSection{
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* Large devices (laptops/desktops, 992px and up) */
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Medium devices (landscape tablets, 768px and up) */
    .goToCreateCommunity .ctaButton{
        width: 60%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
/* Small devices (portrait tablets and large phones, 600px and up) */
/* ---- Old Code Below Move down as it gets updated ---- */
    .key{
        width: 50%;
    }
    .key:last-child{
        border-bottom: 2px solid #999999;
    }
    .organizationHeader{
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-left: 0;
        border-bottom: none;
        top: 40px;
    }
    .organizationLogoContainer{
        width: 30%;
        margin-left: 0;
    }    
    .organizationHeader h2{
        width: 70%;
        height: auto;	
    }	
    .searchForContentContainer{
        width: 100%;
        height: auto;
    }    
    .jumpToSection{
        width: 50%;
    }
    .searchBarContainer{
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 1%;
    }
/* ---- Old Code Above Move up as it gets updated ---- */
    .goToSearch h2{
        font-size: 2.6rem;
    }
    .goToCreateCommunity .ctaButton{
        width: 60%;
    }                    
}
@media only screen and (max-width: 600px) {
/* Extra small devices (phones, 600px and down) */
/* ---- Old Code Below Move down as it gets updated ---- */
    .wrapper{
        width: 100%;
    }    
    .organizationHeader{
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-left: 0;
        border-bottom: none;
        top: 40px;
    }
    .organizationLogoContainer{
        width: 30%;
        margin-left: 0;
    }    
    .organizationHeader h2{
        width: 70%;
        height: auto;	
    }	
    .searchForContentContainer{
        width: 100%;
	    height: auto;
    }    
    .topSection{
        flex-wrap: wrap;
    }
    .jumpToSection{
        width: 100%;
    }
    .searchBarContainer{
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 1%;
    }
/* ---- Old Code Above Move up as it gets updated ---- */
    .searchSectionPageLink, .searchSection{
        width: 48%;
    }
    .containerWidth100.flexContainerSpaceAroundCenterNoWrap{
        flex-wrap: wrap;
    }	
    .goToSearch h2{
        font-size: 2.6rem;
    }
    .goToCreateCommunity .ctaButton{
        width: 60%;
    }
}
@media only screen and (max-width: 400px) {
/* Super Extra small devices (phones, 400px and down) */
}