@charset "UTF-8";
/* CSS Document */

/*----------- CUSTOM PAGE 1 -----------*/
.bod-wrapper-title{
    margin-bottom:20px;
}
.bod-boxes {
    background: #f8f8f8;
    box-sizing: border-box;
    margin: 0 2% 26px;
    min-height: 188px;
    padding: 4%;
    text-align: center;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.bod-boxes:hover{
    opacity: 0.65;
}
.bod-boxes:hover .bod-name{
	color:#92d050;
}
.bod-boxes img {
    margin-bottom: 10px;
    max-width: 100px;
    text-align: center;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.bod-name {
    color: #00aeef;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 3px;
}
.bod-title {
    color: #666;
    font-style: italic;
}

/*----------- CUSTOM PAGE 2 -----------*/
.imglink {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 0 1% 26px;
}
.imglink:hover .imglink-text{
	background-color:#003b78;
}
.imglink img {
    max-width: 100%;
	width:100%;
}
.imglink-text {
    background-color: #00aeef;
    color: #fff;
    padding: 18px 4%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
	transition:all 200ms linear 0s;
}
.imglink-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

/*------------------ MEDIA QUERIES ------------------*/
@media (max-width: 480px) {
    .bod-boxes{
      padding:20px;
      display:block;
      width:300px;
      max-width:100%;
      min-height:auto;
      margin:0 auto 26px;
    }
	.imglink{
      padding:15px;
      display:block;
      width:350px;
      max-width:100%;
      margin:0 auto 26px;
    }
}