    #main{
    margin: 7.1em 0px 0px 0px !important;
}

.page{
    /*padding: 1em;*/
    font-size: 16px;
}

.content{
    padding: 0em;
    display: inline-block;
    width: 100%;
}
h1{
    letter-spacing: 0em !important;
    margin: 0px !important;
    padding: 0.6em 0px !important;
}
.nav_footer{
    padding: 2em 0em;
}

.sidemenu{
    width: 28%;
    padding: 2em;
    display: block;
    float: left;
}

.sidemenu > ul {
    list-style:none;
    margin: 0px;
    padding-left:0px;
}

.listview{

    padding: 1em;
    display: inline-block;
    width: 100%;
    border-left: 0px solid black;
}

.listview > ul {
    list-style:none;
    margin: 0px;

}

.thumbbox{
    border: 1px solid #ccc !important;
    padding: 2px !important;
    margin: 10px !important;
}

#gmap-dropdown{
    width:100%;
    height:800px;
}

h2, h3, h4, h5, h6 {
    letter-spacing: 0em !important;
    margin: 0px ;
}

.photo_grid{
    display: inline-block;
    padding-left: 1.8em;
    padding-bottom: 1em;
}

.album > img {
    width: 150px;
}

#youtube{
    width: 100%;
}

.album{
    border: 1px solid black;
    padding: 8px;
    width: 170px;
    box-shadow: 5px 5px 3px rgba(173, 168, 168, 0.36);
}
.album_desc{
    text-align: center
}


/*
.content a{
    color: black !important;
    text-decoration: none !important;
}

.content a:focus, a:hover{
    color: black !important;
    text-decoration: none !important;
}
*/
    .content .sharesocial a{
        color: #530A49 !important;
        text-decoration: none !important;
    }
    .content .sharesocial a:hover{
        color: black !important;
        text-decoration: none !important;
    }
.latest_featured{

    padding: 2em;
}

.sideList{
    width: 155px;
    margin: 0 12px 0 -15px;
    float: left;
}

.row-list{
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    padding: 0.5em;
    margin: 0.2em 0;
    width: 100%;
}

.categoryListItem:first-child>.categoryLinkItem{
    border-top:0
}

.categoryLinkItem:before{
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity:0.3;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:5px;
    content:" ";
}

.selected>.categoryLinkItem, .active>.categoryLinkItem, .jsSideMenu-active>.categoryLinkItem{
    color:#000;
    background-color: #FFF;
}

.sideMenu{
    border: 1px solid #CDCDCD;
    display: block;
}

.sideMenu a {
    font-size: 0.9375em;
    position: relative;
    display: block;
}

.categoryList{
    line-height: 1.2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.categoryListItem{
    margin: 0;
    padding: 0;
}

.selected > .categoryListItem {
    color: #28ac54;
    background: #FFF;
}

.selected > .categoryLinkItem {
    font-weight: bold;
}

.categoryLinkItem{
    padding: 10px 14px 10px 14px;
    /*border-top: 1px solid #CCC;*/
}

.contentContainer{
    width: calc(100% - 155px);
    min-height: 550px;
    float: right;
}

.careerDetailTable{
    width: 100%;
    border: 1px solid #CCC;
}

.careerDetailTable thead th{
    font-size: 0.9375em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
}

.careerDetailTable tbody td{
    padding-left: 25px;
}

.tableLink{
    color: green;
}

.filter{
    width: 200px;
    border:1px solid #000;
    display:inline-block;
}

.filter input[type="submit"]{
    width: 10px;
    border:0 !important;
    box-shadow: none !important;
    padding:0 !important;
    display: inline-block !important;
}

.filter input[type="text"]{
    width: 170px;
    background-color:transparent;
    border:0;
}

.searchBar{
    float:right;
}
/*
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    color: #fdca00 !important;
    box-shadow: inset 0 0 0 2px #fdca00;
}
*/

.submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.submenu li {
    float: left;
}

.submenu li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.submenu li a:hover:not(.active) {
    background-color: #ddd;
}

.submenu li a.active {
    color: white;
    background-color: #4CAF50;
}

@media screen and (max-width: 980px) {
    #main {
        margin: 0px !important;
    }
    .sidemenu{
        display: none;
    }
    .content{
        width: 100%;
    }
    .listview{
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    #main {
        padding: 0em !important;
    }
}