/*<meta />*/

div.Responsive-3-row1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Responsive-3-row1::before
{
	content: ' ';
	display: table;
}

div.Responsive-3-row1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Responsive-3-row1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px 5px 10px;
	margin-bottom: 30px;
	width: 150px;
	height: 180px;
	color: var(--brand-color-black);
	text-align: center;
	background-color: var(--brand-color-gray4);
	border: solid 0px var(--brand-color-blueAlt1);
	border-radius: 20px;
	box-shadow: 0px 0px 5px 8px var(--brand-color-gray3);
}

div.Responsive-3-row1 > div:nth-child(1)
{
	width: 25%;
	margin-left: 4.167%;
}

div.Responsive-3-row1 > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Responsive-3-row1 > div:nth-child(3)
{
	width: 25%;
	margin-left: 8.3333%;
}

@media only screen and (max-width: 1279px)
{
	div.Responsive-3-row1 > div:nth-child(1)
	{
		width: 25%;
		margin-left: 4.167%;
	}

	div.Responsive-3-row1 > div:nth-child(2)
	{
		width: 25%;
		margin-left: 8.3333%;
	}

	div.Responsive-3-row1 > div:nth-child(3)
	{
		width: 25%;
		margin-left: 8.3333%;
	}
}

@media only screen and (max-width: 767px)
{
	div.Responsive-3-row1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		height: 100px;
	}

	div.Responsive-3-row1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		height: 100px;
	}

	div.Responsive-3-row1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		height: 100px;
	}
}

