/**
 * @file
 * Subtheme specific CSS.
 */
.paragraph a {
	color: #4B4E53;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

.paragraph {
	max-width: 991px;
	margin: auto;
}

.paragraph a:hover {
	color: #97999C;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

/*// Body Paragraph*/
.paragraph.paragraph--type--body {
	margin: auto;
	padding: 0;
	width: 100%;
}

.node--type-article .paragraph.paragraph--type--body {
	padding: 0;
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.paragraph.paragraph--type--body {
		margin: auto;
		padding: 0 0 0 0px;
		width: 100%;
	}
}

/*// H2 Paragraph*/
.paragraph.paragraph--type--h2-subtitle {
	padding: 25px 0 0;
	text-align: left;
	border-bottom: 3px solid #00408F;
	margin-bottom: 30px;
}

.paragraph.paragraph--type--h2-subtitle h2 {
	font-size: 2em;
	padding: 0;
}

/*// Text - Image Paragraph*/
.paragraph.paragraph--type--text-image {
	padding: 25px 0px;
	position: relative;
}

.paragraph.paragraph--type--text-image .fullwidth .row {
	position: relative;
}

.paragraph.paragraph--type--text-image .paragraphsbody {
	position: relative;
	padding: 10% 5% 5%;
}

.paragraph.paragraph--type--text-image .paragraphsbody .he-centered {
}

.paragraph.paragraph--type--text-image .paragraphsbody h2 {
	margin: 0 auto;
	max-width: 450px;
	color: #4B4E53;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: 'Lato Light' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	text-align: left;
}

.paragraph.paragraph--type--text-image .paragraphsbody h2 span {
	font-weight: 700;
	position: relative;
}

.paragraph.paragraph--type--text-image .paragraphsbody h2 span:after {
	content: " ";
	height: 3px;
	width: 100px;
	background: #4B4E53;
	position: absolute;
	top: 50px;
	left: 0;
}

.paragraph.paragraph--type--text-image .paragraphsbody p {
	max-width: 450px;
	margin: 0 auto;
	padding: 15px 0 0;
}

.paragraph.paragraph--type--text-image img {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	border-radius: 1.25rem 0 0 1.25rem;
}

@media screen and (max-width: 767px) {
	.paragraph.paragraph--type--text-image {
		width: calc(100vW - 30px);
		margin: auto !important;
		height: auto;
		position: relative;
		border-radius: 1.25rem;
	}
	
	.paragraph.paragraph--type--text-image img {
		width: calc(100vW - 30px);
		margin: auto !important;
		height: auto;
		position: relative;
		border-radius: 1.25rem;
	}
	
	.paragraph.paragraph--type--text-image .paragraphsbody {
		position: relative;
		padding: 10% 30px 5%;
	}
}

/*// Image -Text Paragraph*/
.paragraph.paragraph--type--image-text {
	padding: 0;
	position: relative;
}

.paragraph.paragraph--type--image-text .fullwidth .row {
	position: relative;
}

.paragraph.paragraph--type--image-text .paragraphsbody {
	position: relative;
	padding: 10% 5% 5%;
}

.paragraph.paragraph--type--image-text .paragraphsbody .he-centered {
}

.paragraph.paragraph--type--image-text .paragraphsbody h2 {
	margin: 0 auto;
	max-width: 450px;
	color: #4B4E53;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: left;
}

.paragraph.paragraph--type--image-text .paragraphsbody h2 span {
	font-weight: 700;
	position: relative;
}

.paragraph.paragraph--type--image-text .paragraphsbody h2 span:after {
	content: " ";
	height: 3px;
	width: 100px;
	background: #4B4E53;
	position: absolute;
	top: 50px;
	left: 0;
}

.paragraph.paragraph--type--image-text .paragraphsbody p {
	max-width: 450px;
	margin: 0 auto;
	padding: 15px 0 0;
}

.paragraph.paragraph--type--image-text img {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	border-radius: 0 1.25rem 1.25rem 0;
}

@media screen and (max-width: 767px) {
	.paragraph.paragraph--type--image-text {
		margin: auto !important;
		width: calc(100vW - 30px);
	}
	
	.paragraph.paragraph--type--image-text img {
		width: calc(100vW - 30px);
		margin: auto !important;
		height: auto;
		position: relative;
		border-radius: 1.25rem;
	}
	
	.paragraph.paragraph--type--image-text .paragraphsbody {
		position: relative;
		padding: 10% 30px 5%;
	}
}

/*//  Image Paragraph*/
.paragraph.paragraph--type--image {
	padding: 25px 0px;
	position: relative;
}

.paragraph.paragraph--type--image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	padding: 0 15px;
}

/*// Views Paragraphs*/
.paragraph.paragraph--type--viewsreference {
	padding: 25px 0px;
	position: relative;
}
