﻿ .imageTile {
            /*padding-left: 0px;*/
            /*float			: left;*/
            padding-right: 0px;
            cursor: pointer;
            width: 110px;
            z-index: 10;
            -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
            filter: grayscale(100%); /* FF 35+ */
        }

        .overlayParent {
            position: relative;
            float:left;
            padding-right: 3px;
        }
        .overlay {
            /*display: block;*/
            background-color: #f95108;
            /*float: left;*/
            z-index: -1;
            top: 0px;
            left: 0px;
            position: absolute;
            width: 110px;
            height: 20px;
        }

        .imageTile:hover {
            /*display: inline-block;*/
            padding-top: 22px;
            -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
            filter: grayscale(0%); /* FF 35+ */
        }

        .teamHeader {
            height: 40px;
            /*background-image: linear-gradient(to right, #004281, #0099F3);*/
            background-color: #0083BD;
            color: #ffffff;
            font-size: 20px;
            /*text-transform: capitalize;*/
            font-weight: bold;
            /*padding-left: 10px;*/
            margin-bottom: 3px;
            vertical-align: middle;
        }
        .teamHeaderTitle
        {
            padding: 5px;
        }
        .teamMemberDetailsDiv
        {
            padding: 10px;
        }

        /* Three columns side by side */
        .column {
            float: left;
            /*width: 33.3%;*/
            margin-bottom: 16px;
            padding: 0 8px;
            height:100%;
        }

        /* Display the columns below each other instead of side by side on small screens */
        @media screen and (max-width: 650px) {
            .column {
                width: 100%;
                display: block;
            }
        }

        /* Add some shadows to create a card effect */
        .card {
            box-shadow: 0 4px 2px 0 #009BF3;
        }

        /* Some left and right padding inside the container */
        .container {
            padding: 0 16px;
        }

            /* Clear floats */
            .container::after, .row::after {
                content: "";
                clear: both;
                display: table;
            }

        .title {
            color: grey;
            color: #006EB8;
        }

        .teamMember {
            display: none;
            color: #006EB8;
            padding-top: 100px;
            padding-left: 20px;
        }