    /*------ Advancing technologies section ---------*/

    .image-100.overlay {
        margin-top: 1em;
    }

    .image-100.overlay {
	margin-top:1em;
	margin-bottom: 0;
    }

    .image-100.overlay p {
        font-weight:bold;
        font-size:1.3em;
        color:#fff;
        background-color: rgb(0, 0, 0, 0.35); 
    }
    
    .boxed {
	    background: #105C78;
	    border:1px solid #005C82;
	    border-top:5px solid #75b423;
        padding: 1.5em 2em;
        margin-top: 0;
    }

    .boxed p {color: #fff;}

    .boxed a {color: #00ADDC;}

    .boxed a:hover {color: #ffffff;}

    .boxed .fa {color: #00ADDC;}

    .boxed .fa:hover {color: #ffffff;}

    
    /*------ People portrait boxes ---------*/

    #moreProfiles {
        display: none;
    }

    .large.white.button, .small.white.button {
        background:transparent;
        color:#fff;
        text-shadow:none;

    }

    .boxPeople {
        text-align:center;
        margin-top:1em;
    }


    .boxPeople .small.button.white {
        border:1px solid #fff;
        font-size:80%;
    }

    .jobType {
        padding-left:0.7em;
        border-left:3px solid #7b84c8;;
    }

    .person {
        position: relative;
        margin-bottom: 2em;
        min-height:25em;
        background-size: cover;
        background-position: center top;
        background-repeat:no-repeat;
    }

    .person1 {
        background-image: url('../images/portraits/thea.jpg');
    }

    .person2 {
        background-image: url('../images/portraits/derek.jpg');
    }


    .peopleDeets {
        position: absolute;
        padding: 0.5em;
        bottom: 0em;
        width: 100%;
        height:7em;
        background: rgba(0, 0, 0, 0.6);
        /* use rgba with transparent alpha level specified instead of 
        'opacity:' which will cause all	child elements to be semi-transparent. */
    }
        
    .deetsText {
        padding:0.5em; 
    }

    .deetsText p, .deetsText h3 {
        color:white;
        text-align:center;
    }

    .deetsText h3 {
        font-size: 160%;
        margin-bottom:0.2em;
    }


