/**************************************************************/
/* paragraph: featured child items */

.paragraph--type--featured-child-items-3-column	{
	margin-bottom: 30px;
	}
.paragraph--type--featured-child-items-3-column header	{
	}
.paragraph--type--featured-child-items-3-column .callout-content ul,
.paragraph--type--featured-child-items-3-column .field--name-field-featured-child-content	{
	margin: 0;
	text-align: center;
	}
.paragraph--type--featured-child-items-3-column .callout-content li,
.paragraph--type--featured-child-items-3-column .field--name-field-featured-child-content .field__item	{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 20px;
	}
.paragraph--type--featured-child-items-3-column .callout-content,
.paragraph--type--featured-child-items-3-column .callout-content a,
.paragraph--type--featured-child-items-3-column .callout-content h2	{
	color: #fff;
	}
.paragraph--type--featured-child-items-3-column .callout-content a	{
	position: relative;
 	display: block;
 	width: 280px;
	height: 280px;
	overflow: hidden;
	}
.paragraph--type--featured-child-items-3-column .field-image,
.paragraph--type--featured-child-items-3-column .field--type-image	{
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 310px;
	}
.paragraph--type--featured-child-items-3-column .field-image,
.paragraph--type--featured-child-items-3-column .field-image img,
.paragraph--type--featured-child-items-3-column .field--type-image,
.paragraph--type--featured-child-items-3-column .field--type-image img	{
	transition: all .33s ease;
	}
.paragraph--type--featured-child-items-3-column a:hover .field-image,
.paragraph--type--featured-child-items-3-column a:hover .field--type-image	{
	top: -10px;
	left: -10px;
	}
.paragraph--type--featured-child-items-3-column .field-image:before,
.paragraph--type--featured-child-items-3-column .field--type-image:before	{
	content: '';
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: #0f2134;
	opacity: .7;
	}
.paragraph--type--featured-child-items-3-column a:hover .field-image:before,
.paragraph--type--featured-child-items-3-column .field--type-image:before	{
	background-color: #1171cc;
	}
.paragraph--type--featured-child-items-3-column .field-image img,
.paragraph--type--featured-child-items-3-column .field--type-image img	{
	width: 280px !important;
	height: 280px !important;
	position: relative;
	left: -15px;
	}
.paragraph--type--featured-child-items-3-column a:hover .field-image img,
.paragraph--type--featured-child-items-3-column .field--type-image img	{
	width: 310px !important;
	height: 310px !important;
	}
	
.paragraph--type--featured-child-items-3-column .views-row-container-1	{
	position: relative;
	z-index: 11;
	text-align: center;
	
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	
	height: 280px;
	padding: 15px;
	line-height: 1.3333;
	}
.paragraph--type--featured-child-items-3-column .views-row-container-1 p	{
	margin-bottom: 0;
	}
.paragraph--type--featured-child-items-3-column li.views-row h2,
.paragraph--type--featured-child-items-3-column div.views-row h2,
.paragraph--type--featured-child-items-3-column .field--name-field-featured-child-content .field__item h2	{
	margin: 0 0 0 0;
	font-weight: 700;
	line-height: 1.2;
	transition: all .25s;
	}
.paragraph--type--featured-child-items-3-column li.views-row a:hover h2,
.paragraph--type--featured-child-items-3-column div.views-row a:hover h2,
.paragraph--type--featured-child-items-3-column .field--name-field-featured-child-content .field__item a:hover h2	{
	margin-bottom: 15px;
	}
.paragraph--type--featured-child-items-3-column .views-row-container-1 .field-summary	{
	transition: all 1s ease;
	max-height: 0;
	opacity: 0;
	}
.paragraph--type--featured-child-items-3-column a:hover .field-summary	{
	max-height: 350px;
	opacity: 1;
	}
	
	
main article .container-1 .paragraph--type--featured-child-items-3-column .field	{
	margin-bottom: 0;
	}
	
	
	
	
	
	
	
	
	

	
@media (max-width: 400px)	{

	.paragraph--type--featured-child-items-3-column .field-image,
	.paragraph--type--featured-child-items-3-column .field--type-image	{
		width: 245px;
		height: 245px;
		}
	.paragraph--type--featured-child-items-3-column .field-image img,
	.paragraph--type--featured-child-items-3-column .field--type-image img	{
		width: 100% !important;
		height: auto !important;
		left: auto;
		}
	.paragraph--type--featured-child-items-3-column a:hover .field-image img,
	.paragraph--type--featured-child-items-3-column a:hover .field--type-image img	{
		width: 100% !important;
		height: auto !important;
		}
	.paragraph--type--featured-child-items-3-column .views-row-container-1	{
		height: 245px;
		width: 245px;
		}
	.paragraph--type--featured-child-items-3-column .callout-content li,
	.paragraph--type--featured-child-items-3-column .field--name-field-featured-child-content .field__item	{
		margin: 0;
		}
	.paragraph--type--featured-child-items-3-column .callout-content a	{
		height: 260px;
		}
		
	}