a{
    text-decoration: none !important;
}
/*
[class*="col-"]{
    
}
*/
#officers{
    font-size: 1em;
}

    #officers .photo_crop{
        max-height: 233px;
        width: auto;
        overflow: hidden;
    }
/*
        #officers .photo_crop img{
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
        }
*/

    #officers [class^=col-]{
        padding: 3em;
        text-align: center;
    }

    #officers a h1{
        font-size: 1.2em;
        font-weight: 400;
        margin: 0.5em;
        color: #262626;
        text-transform: uppercase;
    }
    #officers h2{
        font-size: 1em;
    }
    #officers h3{
        font-size: 1em;
    }

#officerblock{
		padding: 30px 0;	
		color:#fff;
        min-height: 465px;
	}

	#officerblock h1{
		font-size: 1.5em !important;
		margin-top: 0px;
    margin-bottom: 10px;
		color:#262626;
	}

	#officerblock h2{
    color: #5587d7;
    font-size: 26px;
    border-bottom: 0;
    font-weight: 500;
    margin-top: 10px;
	}

		#officerblock h2 a{
			font-size: 12px;
			float: right;
			margin-top: 8px;
		}

	#officerblock h3{
		margin-top: 0;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 1px;
		color: #262626;
	}

	#officerblock p{
		font-size: 18px;
		color:#262626 !important;
	}

	#officerblock .title{
    color: #5587d7;
    font-size: 26px;
    border-bottom: 0;
    margin-top: 10px;
	}

	#officerblock .officerbox{
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.7);
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.5);
	}

	#officerblock .officerbox .title{
    color: #5587d7;
    font-size: 26px;
    border-bottom: 0;
    font-weight: 500;
	}

	#officerblock .officerbox .name{
		color:#fff;
	}

	#officerblock .officerbox .value{
		color: #fff;
		font-weight: 400;
	}

#officerblock .btn-apply2{
    font-size: 1em;
    font-weight: 600;
    padding: 6px 14px;			
    border: 1px solid #0f1626 !important;
    border-radius: 4px;
    color: #ffffff !important;
    background-color: #0f1626;
	
    min-width: 125px;
    display: inline-block;
		
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}
		#officerblock .btn-apply2:hover{
			color: #0f1626 !important;
			background-color: transparent;	
			text-decoration: none;
		}

#applyClick .subscript{
	font-size: 10px;
}

	#officerblock .officerbox .apply-scroll{
		width: 100%;
		background-color: #ed6162;
		color: #fff;
		font-weight: 500;
		letter-spacing: .5px;
		border: none;
		padding: 6px 33px;
		font-size: 16px;
		text-decoration:none;
	}

	#officerblock .officerbox .apply-scroll:hover{
		background-image: linear-gradient(to bottom,#5587d7,#396bbc);
		background-image: -moz-linear-gradient(top,#5587d7,#396bbc);
		background-image: -webkit-linear-gradient(top,#5587d7,#396bbc);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5587d7),color-stop(1,#396bbc));
		background-repeat: repeat-x;
		background-color: #396bbc;
	}

	#officerblock .officerphoto{
		max-height: initial;
		overflow: hidden;
        margin: 0 auto 20px;
		padding-right: 10px;
	}

	#officerblock .officerphoto img{
		min-width: 136px;
	}

		#officerblock .officerbox iframe{
		}