.invisible
{/*
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    */
    display:none !important;
}
.hdnContent{display: none; padding: 10px; width: 97%; max-width: 100%;}
#GordonNaturalAreaDefault #linkList{
    text-align:center;
    list-style-type: none;
    margin-left:0;
}
#GordonNaturalAreaDefault #linkList li{
    float:left;
    width:50%;
}
#GordonNaturalAreaDefault #linkList li img{
    margin:auto;
    display:block;
    height:230px;
    width:50%;
}
#GordonNaturalAreaDefault #linkList li .btn{
    width:50%;
}
.locked
{
    padding-top:23px;
    background:white;
    z-index:999;
}
.locked h3
{
    margin:0;
}
input[type=text]::-ms-clear {
    display:none;
}

#pnlEntries::-webkit-scrollbar {
    display: inherit;
}
#pnlEntries:hover::-webkit-scrollbar {
    width: 10px;
}

#pnlEntries:hover::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
#pnlEntries:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#pnlEntries h4{
    margin-bottom:10px;
    padding-bottom:2px;
}
#pnlEntries h5{
    margin:0;
    margin-bottom:2px;
}
[id^="entry"]
{
    display:none;   
}
ul.iconList{
    margin-left:0px;
    list-style-type:none;
}
ul.iconList li{
    display:inline;
}
#snpLblCntr label
{
    font-weight: bold;
}
.gridView
{
    height: 550px;
    overflow-y: scroll;
    width:100%;
}
.dynaHidden, #home-content #backToSearch
{
    display: none;
}
#backToSearch
{
    z-index: 9999;
    bottom: 50px;
    right: 5.1%;
    position: fixed;
    width: 51px;
    height: 51px;
    border-radius: 10px;
    background-color: #666;
    display: none;
    color: #F7F7F7;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.dynaShow
{
    display: block;
}
.entryAtag
{
    background-color: #763776;
    border: 1px solid #d3d3d3;
    color: #EEE;
    font-weight: normal;
    text-decoration: none;
    border-radius: 7px;
    margin: 0 0.75em 0.75em 0;
    padding: 5px;
    width:100%;
    display:block;
}
.entryAtag:hover
{
    color: #763775;
    background-color: #ffbd07;
    cursor:pointer;
}
#searchText
{
    height: 35px;
    position: relative;
    top: -4px;
}
#backBtn, #backLink
{
    display: none;
}
#backLink i
{
    padding-right: 10px;
}
.spacing
{
    margin-top: 5%; 
    margin-bottom: 2%;
}
div.scroll
{
    width: 100%;
    height: 300px;
    overflow: auto; 
}
.searchBtn
{
    border: 1px solid #d3d3d3;
    background: #763776 50% 50% repeat-x;
    font-weight: normal;
    color: #eeeeee;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.imgDiv{
    padding:5px;
}

.description + div {
	margin-bottom: 1em;
}


/* MEDIA QUERIES */
@media only screen and (max-width:1094px){
    .locked{
        top:189px;
    }
}
/* MEDIA QUERIES */

@media only screen and (max-width:768px) {
    #GordonNaturalAreaDefault #linkList li{
        width:100%;
    }
    #GordonNaturalAreaDefault #linkList li .btn{
        width:100%;
    }
}
