/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :(

General Custom CSS
*/
.flex_column .team-img-container img {
    width: 100%;
}
.team-img-container:hover {
    cursor: pointer;
} 
#header_meta > .container > nav.sub_menu {
    margin: auto;
}
/*
Desktop Styles
==================================================
Note: Add new css to the media query below that you want to only effect the desktop view of your site
*/
@media only screen and (min-width: 768px) {
    /*Add your Desktop Styles here*/
    #header_meta > .container > nav.sub_menu {
        padding: 0;
        margin: 0;
        position: absolute;
        left: calc(100%/2);
        float: none;
    }
    #top .sub_menu > ul {
        float: none;
        padding: 0;
        margin: 0;
    }
    .grid-entry {
        min-height: 200px!important;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    }
    .grid-entry .inner-entry{
        height: 100%;
        box-shadow: none;
    }
}


/*
Mobile Styles
==================================================
Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view
*/
@media only screen and (max-width: 767px) {
    /*Add your Mobile Styles here*/




}