/**********************************************************
// Block >> Icons >> Large
**********************************************************/
.Block-Icons-Large {
	padding: 40px 30px 60px 30px;
	text-align: center;
	font-size: 0;
	}

.Block-Icons-Large-Desktop { display: block; }
.Block-Icons-Large-Mobile { display: none; }

.Block-Icons-Large-Item {
	margin: 20px 2% 0 2%;
	width: 29%;
	max-width: 270px;
	display: inline-block;
	vertical-align: top;
	}

.Block-Icons-Large-Item-Image { line-height: 0; }
.Block-Icons-Large-Item-Image img {
	width: auto;
	height: auto;
	max-height: 144px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.Block-Icons-Large-Item-Image:hover img {
	opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	transform: scale(1.1);
	}

.Block-Icons-Large-Item h3 {
	margin-top: 10px;
	padding: 0 !important;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #1A4EA2;
	}

.Block-Icons-Large-Item h3 a { color: #1A4EA2; }
.Block-Icons-Large-Item h3 a:hover { color: #EE3D8F; }

.Block-Icons-Large-Item-Text {
	margin: 10px auto 0 auto;
	line-height: 1.5em;
	font-weight: 300;
	font-size: 16px;
	}

.Block-Icons-Large-Item-Text a:hover { color: #EE3D8F; }
.Block-Icons-Large-Item-Text a {
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	color: #1A4EA2;
	}

.Block-Icons-Large-Item-Text a span { text-decoration: underline; }
.Block-Icons-Large-Item-Text a:after { content: ">"; }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 900px),
all and (max-device-width: 900px)
{

	.Block-Icons-Large-Desktop { display: none; }
	.Block-Icons-Large-Mobile { display: block; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Block-Icons-Large { padding: 0 30px 30px 30px; }

}

@media
all and (max-width: 600px),
all and (max-device-width: 600px)
{
	.Block-Icons-Large-Item {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}
}
