/*
Theme Name: Miller Valentine Construction
Author: Intrinzic
Author URI: http://intrinzicbrands.com/
Version: 1.0.0
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize (normalize.css)
 * 2.0 - Global
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Pagination
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 11.0 - Content
 *   11.1 - Header
 *   11.2 - Footer
 *   11.3 - Page
 * 12.0 - Media Queries
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/**
 * 2.0 - Global
 */

html {
	box-sizing: border-box;
	color: #000;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
}

html.fixed #wpadminbar {
	top: -46px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 2.2rem;
	letter-spacing: 0.58px;
	line-height: 2.6rem;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h3 {
	color: #ef710c;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.53px;
	line-height: 2.1rem;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h4 {
	color: #ef710c;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.site #content {
	position: relative;
}

.site.open {
	overflow-x: hidden;
}

/* placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #ccc;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

:-moz-placeholder {
	color: #ccc;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

::-moz-placeholder {
	color: #ccc;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #ccc;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (min-width: 1024px) {
	.desktop_w {
		margin: 0 auto;
		max-width: 1024px;
		width: 100%;
	}

	h2 {
		font-size: 2.6rem;
		line-height: 3.0rem;
		margin: 0 0 20px 0;
	}

	h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
		margin: 0 0 20px 0;
	}

	h4 {
		font-size: 1.4rem;
		margin: 0 0 20px 0;
		position: relative;
	}

	h4::before {
		border: 1px solid #ef710c;
		border-radius: 50%;
		content: '';
		height: 7px;
		position: absolute;
		right: calc(100% + 20px);
		top: 5px;
		width: 7px;
	}

	h4::after {
		border-top: 1px solid #ef710c;
		content: '';
		position: absolute;
		right: calc(100% + 26px);
		top: 8px;
		width: 50vw;
	}
}

@media screen and (min-width: 1260px) {
	.desktop_w {
		margin: 0 auto;
		max-width: 1260px;
		width: 100%;
	}
}


/**
 * 3.0 - Typography
 */

/**
 * 4.0 - Elements
 */

.video {
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .swiper-scrollbar-drag {
	background: #ef710c;
}

/**
 * 5.0 - Forms
 */

/**
 * 6.0 - Navigation
 */

header #sub_nav_c {
	background: transparent url('img/global/p_o_375px.png') no-repeat top center / cover;
	min-height: 30px;
}

header #sub_nav_c nav.menu-main-sub-menu-container ul {
	display: none;
}

header #menu_c {
	background-color: #fff;
	left: 0;
	position: absolute;
	top: 96px;
	z-index: 9998;
	width: 100%;
}

.site.open header #menu_c {

}

header #menu_c nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header #menu_c nav > ul > li:last-child {
	display: none;
}

header #menu_c nav ul li {
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

header #menu_c nav ul li a {
	color: #000;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	padding: 10px 20px;
	text-transform: uppercase;
}

header #menu_c nav > ul > li.menu-item-has-children > a::after {
	color: #000;
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin: 0 0 0 0.3em;
}

header #menu_c nav > ul > li:last-child a {

}

header #menu_c nav > ul > li:hover > a {

}

header #menu_c nav ul li.current-menu-item > a,
header #menu_c nav ul li.current-menu-ancestor > a {

}

header #menu_c nav ul ul {
	display: none;
	padding: 0 0 15px 15px;
}

header #menu_c nav ul ul li a {

}

header #menu_c nav ul li.menu-item-has-children ul li:first-child > a {

}

header #menu_c nav ul li.menu-item-has-children ul li:first-child > a::before {

}

header #close_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px 0 0;
	z-index: 9999;
}

header #close_c > div {
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	header #sub_nav_c {
		background: transparent url('img/global/p_o_768px.png') no-repeat top center / cover;
	}
}

@media screen and (min-width: 1024px) {
	header #sub_nav_c {
		background: transparent url('img/global/p_o_1024px.png') no-repeat top center / cover;
	}

	header #sub_nav_c nav.menu-main-sub-menu-container ul {
		display: flex;
		justify-content: flex-end;
		list-style: none;
		margin: 0;
	}

	header #sub_nav_c nav.menu-main-sub-menu-container ul li {
		font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
		margin: 0 20px
	}

	header #sub_nav_c nav.menu-main-sub-menu-container ul li a {
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 5.0rem;
		text-transform: uppercase;
	}

	header #menu_c {
		background: transparent;
		bottom: auto;
		height: auto;
		left: auto;
		padding: 0;
		position: relative;
		top: auto;
		transition: none;
		transform: none;
		width: 100%;
	}

	body.admin-bar header #menu_c {
		height: auto;
	}

	header #menu_c nav {
		height: 100%;
	}

	header #menu_c nav > ul {
		display: flex;
		height: auto;
		justify-content: flex-end;
	}

	header #menu_c nav > ul > li {
		display: inline;
		margin: 0;
		position: relative;
	}

	header #menu_c nav > ul > li.menu-item-has-children > a::after {
		border: none !important;
		margin: 0 0 0 0.4em;
	}

	header #menu_c nav > ul > li > a {
		border-bottom: 2px solid transparent;
		font-size: 1.3rem;
		padding: 15px 10px;
	}

	header #menu_c nav > ul > li:last-child > a {
		color: #a49e9e;
	}

	header #menu_c nav > ul > li:hover > a,
	header #menu_c nav > ul > li.current-menu-item > a,
	header #menu_c nav > ul > li.current-menu-ancestor > a,
	header #menu_c nav > ul > li.current_page_parent > a,
	header #menu_c nav > ul > li.menu-item-has-children:hover > a::after,
	header #menu_c nav > ul > li.menu-item-has-children.current-menu-ancestor > a::after {
		border-bottom: 2px solid #ef710c;
		color: #ef710c;
	}

	header #menu_c nav > ul > li:hover > a,
	header #menu_c nav > ul > li.menu-item-has-children.open > a {

	}

	header #menu_c nav ul li.current-menu-item > a,
	header #menu_c nav ul li.current-menu-ancestor > a {

	}

	header #menu_c nav ul ul {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		left: calc(50% - 130px);
		padding: 0;
		position: absolute;
		width: 260px;
	}

	header #menu_c nav ul ul::before {
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		content: '';
		height: 0;
		left: calc(50% - 10px);
		position: absolute;
		top: -10px;
		width: 0;
	}

	header #menu_c nav ul li.open > ul {

	}

	header #menu_c nav ul ul li {
		background-color: #fff;
	}

	header #menu_c nav ul ul li:first-child {
		display: none;
	}

	header #menu_c nav ul ul li a {
		border-bottom: 1px solid rgba(151, 151, 151, 0.5);
		font-size: 1.3rem;
		line-height: 2.0rem;
		padding: 10px;
		text-align: center;
	}

	header #menu_c nav ul ul li:last-child a {
		border-bottom: none;
	}

	header #menu_c nav ul ul li.menu-item-has-children a {

	}

	header #menu_c nav ul ul li a:hover,
	header #menu_c nav ul ul li.current-menu-item a {
		color: #ef710c;
	}

	header #close_c {
		display: none;
	}
}

@media screen and (min-width: 1260px) {
	header #menu_c nav > ul > li > a {
		font-size: 1.3rem;
		padding: 10px 15px;
	}

	header #menu_c nav ul ul li {

	}
}

@media screen and (min-width: 1600px) {
	header #sub_nav_c {
		background: transparent url('img/global/p_o_1600px.png') no-repeat top center / cover;
	}
}


/**
 * 6.1 - Links
 */

a {
	text-decoration: none;
	transition: background-color 0.15s ease-in-out;
}

@media screen and (min-width: 1024px) {

}


/**
 * 6.2 - Menus
 */

/**
 * 6.3 - Pagination
 */

#pagination_c .paging-navigation {
	margin: 30px 0;
	text-align: center;
	width: 100%;
}

#pagination_c .paging-navigation > i {
	color: #ccc;
	font-size: 3.0rem;
}

#pagination_c .paging-navigation > a {
	display: inline-block;
}

#pagination_c .paging-navigation > i,
#pagination_c .paging-navigation > a > i {
	border: 1px solid #7e2983;
	border-radius: 50%;
	color: #7e2983;
	font-size: 1.4rem;
	line-height: 24px;
	width: 26px;
}

#pagination_c .paging-navigation > i {
	border: 1px solid rgba(126, 41, 131, 0.25);
	color: rgba(126, 41, 131, 0.25);
}

#pagination_c .paging-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	padding: 0;
}

#pagination_c .paging-navigation ul li {
	display: inline-block;
	margin: 0 2px;
}

#pagination_c .paging-navigation ul li span,
#pagination_c .paging-navigation ul li a {
	color: #000;
	display: block;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.49px;
	line-height: 2.6rem;
	margin: 0 5px;
	position: relative;
}

#pagination_c .paging-navigation ul li span.current::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	#pagination_c .paging-navigation {
		margin: 60px 0;
	}
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 11.0 - Content
 */

#content {
	position: relative;
}

div.bg_layer {
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

div.dim_layer {
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

div.site.open div.dim_layer {
	display: block;
}

@media screen and (min-width: 1024px) {
	#content {

	}
}

@media screen and (min-width: 1260px) {
	#content {

	}
}

/**
 * 11.1 - Header
 */

header #logo_nav_menu_close_c #logo_nav_c {
	background-color: #fff;
}

header #logo_nav_menu_close_c #logo_nav_c > div.desktop_w {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

header a#logo {
	display: flex;
	height: 86px;
	justify-content: center;
	padding: 15px;
}

header a#logo img {
	display: block;
	height: 100%;
}

header #menu_c {
	display: none;
	flex-direction: column;
	justify-content: flex-start;
}

div.site.open header #menu_c {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	display: flex;
	padding: 10px 0;
}

header #menu_c #nav_search_c {
	display: none;
}

header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c {
	display: none;
}

/* https://github.com/callmenick/Animating-Hamburger-Icons */

.c-hamburger {
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 26px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	transition: background 0.3s;
	width: 26px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	background: #a49e9e;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 11px;
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::before,
.c-hamburger span::after {
	background-color: #a49e9e;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {

}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
	header #logo_nav_menu_close_c #logo_nav_c {
		padding: 35px 20px;
	}

	header a#logo img {
		display: block;
		height: 100%;
	}

	header #menu_c {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	div.site.open header #menu_c {
		box-shadow: none;
		display: flex;
	}

	header #menu_c nav ul li:last-child {
		display: block;
	}

	header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		height: 50px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c form {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
	}

	header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c form i {
		color: #ccc;
		font-size: 2.1rem;
		line-height: 3.0rem;
	}

	header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c form input.s {
		background-color: transparent;
		border: none;
		font-size: 2.1rem;
		line-height: 3.0rem;
		outline: none;
		margin: 0 30px;
		width: 500px;
	}

	header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c form div:last-child {
		cursor: pointer;
	}

	header #logo_nav_menu_close_c #logo_nav_c #desktop_nav_search_c {
		display: none;
	}

}

@media screen and (min-width: 1064px) {
	header a#logo {
		height: 86px;
		padding: 10px;
	}
}

@media screen and (min-width: 1260px) {
	header a#logo {
		height: 86px;
		padding: 0;
	}
}


/**
 * 11.2 - Footer
 */

footer div.contact_nav_c {
	background-color: rgba(0, 0, 0, 0.07);
	padding: 30px 20px;
}

footer div.contact_nav_c a {
	color: #000;
	display: block;
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing: 0.31px;
	line-height: 1.6;
	text-transform: uppercase;
}

footer div.contact_nav_c nav {
	margin: 20px 0 0 0;
}

footer div.contact_nav_c nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer div.contact_nav_c nav ul li {
	flex: 33.333%;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

footer div.contact_nav_c nav ul li a {
	font-weight: 600;
}

footer div.copyright_c_sub_nav_c {
	background-color: #000;
	color: #fff;
	padding: 30px 20px;
}

footer div.copyright_c_sub_nav_c div.desktop_w {
	display: flex;
	flex-direction: column-reverse;
}

footer div.copyright_c_sub_nav_c div.desktop_w > div:first-child {
	color: #a49e9e;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.27px;
	line-height: 1.4rem;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

footer div.copyright_c_sub_nav_c a {
	color: #fff;
	letter-spacing: 0.27px;
}

footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li {

}

footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li a {
	font-size: 2.0rem;
	margin: 0 0.25em;
}

footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li:first-child a {
	margin: 0 0.25em 0 0;
}

footer div.copyright_c_sub_nav_c nav {
	margin: 20px 0 0 0;
}

footer div.copyright_c_sub_nav_c nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer div.copyright_c_sub_nav_c nav ul li {
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	margin: 0 20px 0 0;
}

footer div.copyright_c_sub_nav_c nav ul li a {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	footer div.contact_nav_c {
		padding: 40px 20px 50px 20px;
	}

	footer div.contact_nav_c div.desktop_w {
		display: flex;
	}

	footer div.contact_nav_c div.contact_c {
		flex: 0 0 40%;
	}

	footer div.contact_nav_c nav {
		flex: 0 0 60%;
		margin: 0;
	}

	footer div.copyright_c_sub_nav_c div.desktop_w {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	footer div.copyright_c_sub_nav_c div.desktop_w > div:first-child {
		margin: 0;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c {
		align-items: center;
		display: flex;
		flex-direction: row-reverse;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social {
		margin: 0 0 0 20px;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li:first-child a {
		margin: 0 0.25em;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li:last-child a {
		margin: 0 0 0 0.25em;
	}

	footer div.copyright_c_sub_nav_c nav {
		margin: 0;
	}

	footer div.copyright_c_sub_nav_c nav ul li {
		margin: 0 20px;
	}
}

@media screen and (min-width: 1024px) {
	footer div.contact_nav_c div.desktop_w {
		align-items: flex-end;
	}

	footer div.contact_nav_c a {
		font-size: 1.2rem;
		line-height: 2.3rem;
	}

	footer div.contact_nav_c nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	footer div.contact_nav_c nav ul li {
		flex: 0 0 auto;
	}

	footer div.contact_nav_c nav ul li a {
		font-size: 1.4rem;
		text-align: center;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li a {
		font-size: 2.4rem;
		margin: 0 0.5em;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li:first-child a {
		margin: 0 0.5em;
	}

	footer div.copyright_c_sub_nav_c div.sub_nav_c ul.social li:last-child a {
		margin: 0 0 0 0.5em;
	}
}


/**
 * 11.3 - Page
 */

p,
li {
	font-family: 'Domine', serif;
	font-size: 1.6rem;
	line-height: 2.7rem;
}

.page-template-default #content > div.desktop_w {
	padding: 20px;
}

section.news_and_insights_c {
	background: rgba(0, 0, 0, 0.07) url('img/global/bg_line_pattern_white.svg') no-repeat right -250px top -270px / auto 100%;
	margin: 0 0 60px 0;
	padding: 60px 20px 90px 20px;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c h3 {
	font-weight: normal;
	margin: 0 0 50px 0;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c h2 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.44px;
	line-height: 2.4rem;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.copy {
	font-family: 'Domine', serif;
	font-size: 1.6rem;
	line-height: 2.7rem;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a:hover {
	color: #ef710c;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a:hover i {
	margin: 0 0 0 1em;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c div.prev_next_c {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0 0;
	width: 100px;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c div.prev_next_c > a {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c div.prev_next_c > a.prev {
	background: transparent url('img/global/arrow_left_purple.svg') no-repeat center center / contain;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c div.prev_next_c > a.next {
	background: transparent url('img/global/arrow_right_purple.svg') no-repeat center center / contain;
}

section.news_and_insights_c div.h3_h2_copy_cta_image_c div.image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	margin: 40px 0 0 0;
	width: 100%;
}

section.news_and_insights_c div.tabs_c {
	display: none;
}

section.bottom_callouts {
	padding: 60px 20px 90px 20px;
	position: relative;
}

section.bottom_callouts div.callouts_c {
	margin: 40px 0 0 0;
}

section.bottom_callouts div.callouts_c div.callout_c {
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	margin: 0 0 30px 0;
	padding: 10px 20px;
}

section.bottom_callouts div.callouts_c div.callout_c:last-child {
	margin: 0;
}

section.bottom_callouts div.callouts_c div.callout_c a {
	background: transparent url('img/global/arrow_right_gradient.svg') no-repeat right center / 29px auto;
	color: #ef710c;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.53px;
	line-height: 2.9rem;
	padding: 0 40px 0 0;
	text-transform: uppercase;
}

section.bottom_callouts div.callouts_c div.callout_c a:hover {
	background: transparent url('img/global/arrow_right_gradient_hover.svg') no-repeat right center / 29px auto;
}

section.bottom_callouts div.callouts_c div.callout_c a:last-child {
	margin: 0 0 0 20px;
}

section.bottom_callouts div.bg_layer {
	background: transparent url('img/global/r_o_375px.png') no-repeat top center / 100% auto;
	bottom: 0;
	height: 200px;
}

@media screen and (min-width: 768px) {
	section.bottom_callouts div.bg_layer {
		background: transparent url('img/global/r_o_768px.png') no-repeat top center / 100% auto;
	}
}

@media screen and (min-width: 1024px) {
	p,
	li {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}

	.page-template-default #content > div.desktop_w {
		padding: 0;
	}

	section.news_and_insights_c {
		margin: 0 0 100px 0;
		padding: 130px 20px;
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c {
		display: flex;
		justify-content: space-between;
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c {
		padding: 0 40px 0 0;
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c h3,
	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c h2 {
		flex: 0 0 calc(50% - 15px);
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c {
		flex: 0 0 calc(50% - 15px);
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.h3_h2_copy_cta_c > a::after {
		height: 2px;
	}

	section.news_and_insights_c div.h3_h2_copy_cta_image_c div.image {
		flex: 0 0 calc(50% - 15px);
		height: 450px;
		margin: 0;
	}

	section.news_and_insights_c div.tabs_c {
		display: flex;
		justify-content: space-between;
		flex: 0 0 100%;
		margin: 40px 0 0 0;
	}

	section.news_and_insights_c div.tabs_c div.tab {
		border-top: 3px solid #a49e9e;
		color: #a49e9e;
		cursor: pointer;
		flex: 0 0 calc(20% - 20px);
		font-size: 1.8rem;
		letter-spacing: 0.71px;
		line-height: 2.1rem;
		padding: 10px 0;
		text-transform: uppercase;
	}

	section.news_and_insights_c div.tabs_c div.tab.current,
	section.news_and_insights_c div.tabs_c div.tab:hover {
		border-top: 3px solid #ef710c;
	}

	section.news_and_insights_c div.tabs_c div.tab div.category {
		color: #a49e9e;
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0.71px;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}

	section.news_and_insights_c div.tabs_c div.tab div.title {
		color: #000;
		font-size: 1.8rem;
		letter-spacing: 0.4px;
		line-height: 2.1rem;
	}

	section.bottom_callouts {
		padding: 100px 20px 130px 20px;
	}

	section.bottom_callouts div.desktop_w > a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	section.bottom_callouts div.desktop_w > a::after {
		height: 2px;
	}

	section.bottom_callouts div.desktop_w > p {
		padding: 0 25% 0 0;
	}

	section.bottom_callouts div.callouts_c {
		display: flex;
		justify-content: space-between;
		margin: 50px 0 0 0;
	}

	section.bottom_callouts div.callouts_c div.callout_c {
		flex: 0 0 calc(50% - 15px);
		flex-direction: column;
		margin: 0;
		padding: 50px;
		text-align: center;
	}

	section.bottom_callouts div.callouts_c div.callout_c a {
		font-size: 2.4rem;
		line-height: 2.9rem;
		margin: 0;
	}

	section.bottom_callouts div.callouts_c div.callout_c a {
		background: transparent url('img/global/arrow_right_gradient.svg') no-repeat bottom center / 29px auto;
		padding: 0 0 40px 0;
	}

	section.bottom_callouts div.callouts_c div.callout_c a:hover {
		background: transparent url('img/global/arrow_right_gradient_hover.svg') no-repeat bottom center / 29px auto;
	}

	section.bottom_callouts div.callouts_c div.callout_c a:last-child {
		margin: 10px 0 0 0;
	}

	section.bottom_callouts div.bg_layer {
		background: transparent url('img/global/r_o_1024px.png') no-repeat top center / 100% auto;
		height: 230px;
	}
}

@media screen and (min-width: 1600px) {
	section.bottom_callouts div.bg_layer {
		background: transparent url('img/global/r_o_1600px.png') no-repeat top center / 100% auto;
	}
}

/**
 * 12.0 - Media Queries
 */
