﻿.icon {
    display: block;
    overflow: hidden;
    background: transparent url(/PscImages/Icons/icons-sprite.png) no-repeat;
    width: 110px;
    height: 110px;
}

.i-technology-policy { background-position: 0 0; }
.i-business-intelligence { background-position: -110px 0; }
.i-brand-exposure { background-position: -220px 0; }
.i-advocacy { background-position: 0 -110px; }
.i-advocacy-small { background-position:-330px 0; }
.i-civilian { background-position: -110px -110px; }
.i-executive-networking { background-position: -220px -110px; }
.i-international { background-position: 0 -220px; }
.i-business-policy { background-position: -110px -220px; }
.i-defense-intel { background-position: -220px -220px; }

.colored-boxes {
    color: #fff;
    line-height: 1em;
    transition: all .5s;

}

.home .colored-boxes {
padding: 0 15px;	
}


    .colored-boxes > .row > div {
        padding: 2px;
    }

    .colored-boxes .box, .colored-boxes .short-box, .colored-boxes .shorter-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .colored-boxes .box {
        height: 210px;
        padding-top: 40px;
    }

    .colored-boxes .short-box {
        height: 195px;
        padding-top: 25px;
    }

    .colored-boxes .shorter-box {
        height: 130px;
        padding-top: 3px;
    }

    .colored-boxes .left, .colored-boxes .right {
        float: left;
        font-weight: normal;
    }

    .colored-boxes .box .left, .colored-boxes .short-box .left, .colored-boxes .shorter-box .left {
        width: 44%;
        margin-right: 1%; 
        /*text-align:right; */
    }

    .colored-boxes .left .icon {
        float: right;
    }

    .colored-boxes .box .right, .colored-boxes .short-box .right, .colored-boxes .shorter-box .right {
        width: 55%;
        text-align: left;
        line-height: 1.2em;
        font-size: 1.4em;
    }

	.colored-boxes .col-md-6 .box .right,
    .colored-boxes .col-sm-6 .box .right {
        font-size: 1.4em;
        width: 38%;
    }

    .colored-boxes .col-md-3 .box .right,
    .colored-boxes .col-sm-3 .box .right {
        font-size: 1.3em;
		width: 55%;
    }
	
	
    .colored-boxes .box .right {
        padding-top: 30px;
    }

    .colored-boxes .short-box .right {
        padding-top: 10px;
    }

    .colored-boxes .shorter-box .right {
        padding-top: 20px;
    }

    .colored-boxes .title {
        display: table;
        height: 68px;
        text-align: center;
        text-transform: none;
        line-height: 1.2em;
        font-size: .9em;
        margin: 0;
        padding: 0;
        font-weight: bold;
        width: 100%;
    }

        .colored-boxes .title > div {
            display: table-cell;
            vertical-align: middle;
        }

    .colored-boxes .blue { background-color: #002144; }
    .colored-boxes .light-blue { background-color: #55B3CD; margin-top: 22px; }
    .colored-boxes .blue-purple { background-color: #475596; }
    .colored-boxes .purple { background-color: #62478c; }
    .colored-boxes .red { background-color: #7a2d23; }
    .colored-boxes .gold { background-color: #a78001; }
    .colored-boxes .green { background-color: #487852; }
    .colored-boxes .dark-turquoise { background-color: #6097ab; }
    .colored-boxes .turquoise { background-color: #55b3cd; }

    .colored-boxes .blue-purple .caption { background-color: rgba(71, 85, 150, .9); }
    .colored-boxes .purple .caption { background-color: rgba(98, 71, 140, .9); }
    .colored-boxes .red .caption { background-color: rgba(122, 45, 35, .9); }
    .colored-boxes .gold .caption { background-color: rgba(167, 128, 1, .9); }
    .colored-boxes .green .caption { background-color: rgba(72, 120, 82, .9); }
    .colored-boxes .dark-turquoise .caption { background-color: rgba(96, 151, 171, .9); }
    .colored-boxes .turquoise .caption { background-color: rgba(85, 179, 205, .9); }

    /* Hover Captioning */
    .colored-boxes .caption {
        position: absolute;
        background-color: rgba(0, 0, 0, .9);
        display: block;
        top: 100%; /*88%;*/
        width: 100%;
    }

        .colored-boxes .caption p {
            opacity: 0;
        }

        .colored-boxes .caption h2 {
            margin: 0;
            font-size: 18px; /* line-height: 35px; */
        }

        .colored-boxes .caption h2, .colored-boxes .caption p {
            color: #fff !important;
            text-align: center;
            border: none;
        }

    .colored-boxes .box:hover .caption h2, .colored-boxes .short-box:hover .caption h2, .colored-boxes .shorter-box:hover .caption h2 {
        background-color: transparent; /* line-height: 35px; */
        margin-bottom: .5em;
    }

    .colored-boxes .box:hover .caption p, .colored-boxes .short-box:hover .caption p, .colored-boxes .shorter-box:hover .caption p {
        opacity: 1;
    }

    .colored-boxes .box:hover .caption, .colored-boxes .short-box:hover .caption, .colored-boxes .shorter-box:hover .caption {
        opacity: 1;
        top: 0;
        bottom: 0;
        display: block;
        padding: 1em;
        text-shadow: 1px 1px 4px #333;
        transition: top .5s;
        line-height: 1.6;
    }

    .colored-boxes .more-button {
        border: 1px solid #fff;
        background-color: transparent;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        white-space: normal;
        text-decoration: none;
        padding: 6px 14px;
        font-size: 16px;
        line-height: 1.6;
        border-radius: 5px;
    }

        .colored-boxes .more-button:hover {
            background-color: white;
            color: #333 !important;
            text-shadow: none;
            text-decoration: none;
        }

        .colored-boxes .more-button:visited {
            background-color: transparent;
            color: #fff;
        }

		/* centered text on top of centered icon */
		.colored-boxes .text-center .icon { 
			position:absolute;
			bottom: 25px;
			left: 50%;
			margin-left: -55px !important;			
		}
		.colored-boxes .box > a { 
			display:block; 
			position:absolute; 
			top: 0; left: 0; 
			width:100%; height:100%; 
            font-size: 17px;
			padding:30px;
		}
		.colored-boxes .box > a span { 
			line-height:1.3em;
		}
		.colored-boxes .box > a,
		.colored-boxes .box > a:hover,
		.colored-boxes .box > a:active,
		.colored-boxes .box > a:visited {  	
			color: #fff;
			text-decoration:none;
		}
		/*
		.colored-boxes .icon.smaller { 
			zoom:0.7;
			-moz-transform:scale(0.7);
			-moz-transform-origin: center center;
		}*/