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

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

.content{
  /*  padding: 1em;*/
    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: 0em;
    display: inline-block;
    width: 100%;
    border-left: 0px solid black;
}

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

}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-top: 5px solid black;

}


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;
}

.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:" ";
    background:#CCC
}

.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: 10px;
}

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

.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;
}

.myButton {
    margin-left: 0.5em;
    height: 34px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
.myButton:active {
    position:relative;
    top:1px;
}


.col-md-8{
    width:100% !important;
}

form{
    margin: 0px;
}

.form-group{
    width: 100%;
}

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

.cate_select{
    background-color: #fff;color:#000;width: 12em;
    float: left;
    border: 1px #888888 solid;
    height: 34px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    text-decoration: none;
    color: #585858;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding-left: 0em;
    padding-right: 0em;
    position: static;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    display:none;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    display:none;
}

.error_input{
    color: red;
}

@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;
    }
    .cate_select {
        width: 100%;
    }
    .myButton {
        margin-top: 10px;
        margin-left: 0em;
        width: 100%;
    }
}