#backToTop,
#backToTop.scroll {
	transform: rotate(90deg) translateX(50%)
}

.people .filter-container .nice-select,
.people .filter-container .search,
.people .group .member .read-bio,
.people .filter-container .search-input-controls input, .people .filter-container .search-input-controls button  {
	font-family: Poppins, "Times New Roman", Times, sans-serif;
	font-size: 14px;
	font-weight: 600
}

:root {
	--inside-block: 6vw;
	--outside-block: 8vw;
	--common-margin: 5%;
	--common-top-bot-padding: 4em;
	--static-top-bot-padding: 70px
}

@media only screen and (min-width:2001px) {
	:root {
		--outside-block: 160px;
		--inside-block: 120px
	}
}

@media only screen and (max-width:1366px) {
	:root {
		--static-top-bot-padding: 63px
	}
}

@media only screen and (max-width:800px) {
	:root {
		--static-top-bot-padding: 59px
	}
}

@media only screen and (max-width:700px) {
	:root {
		--static-top-bot-padding: 42px;
		--common-top-bot-padding: 2.5em
	}
}

#breadcrumbs,
#breadcrumbs a {
	color: #F8F8F8
}

.current-view {
	margin-bottom: 2em;
	margin-top: -1em;
	display: none;
	font-size: 18px
}

.current-view span {
	text-transform: capitalize
}

select option.hide-this {
	visible: none
}

#backToTop {
	display: none;
	position: fixed;
	right: calc(var(--inside-block) - 2.5em);
	bottom: 33%;
	z-index: 50;
	cursor: pointer
}

@media only screen and (max-width:1680px) {
	:root {
		--outside-block: 5vw;
		--inside-block: 4.5vw
	}

	#backToTop {
		right: calc(var(--inside-block) - 3em)
	}
}

@media only screen and (max-width:1280px) {
	#backToTop {
		right: calc(var(--inside-block) - 3.5em)
	}
}

@media only screen and (max-width:500px) {
	:root {
		--inside-block: 0%
	}

	#backToTop {
		right: var(--outside-block);
		bottom: 5% !important
	}

	#backToTop .wrap span {
		display: none
	}
}

@media (max-height:900px) {
	#backToTop {
		bottom: 42%
	}
}

#backToTop .wrap {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #bcbcbc;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

#backToTop svg {
	margin-right: 10px
}

#backToTop svg path {
	-webkit-transition: stroke .3s ease-in-out;
	-moz-transition: stroke .3s ease-in-out;
	-ms-transition: stroke .3s ease-in-out;
	-o-transition: stroke .3s ease-in-out;
	transition: stroke .3s ease-in-out
}

#backToTop:hover .wrap,
.people .filter-container .clear-filter:hover,
.people .filter-container .nice-select .current.active,
.people .filter-container .nice-select .current[data-value],
.people .filter-container .nice-select li.selected,
.people .group .member:hover .read-bio {
	color: #E3FF24
}

#backToTop:hover .wrap svg path,
.people .group .member:hover .read-bio svg path {
	stroke: #FF4800
}

#backToTop.scroll {
	display: block
}

.banner.full {
	background-position: top center
}

.banner.blue-overlay {
	padding: 12em 0 11em
}

.banner.blue-overlay:after {
	background-color: black;
	opacity: 0.55;
}

.intro-section .section-outer:after,
.intro-section:after {
	background: #F8F8F8;
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}

.intro-section {
	margin-top: 0;
	z-index: 5;
	transition: margin-top .5s;
	overflow: initial
}

.intro-section:after {
	right: 23%
}

.intro-section .section-outer {
	position: relative
}

.intro-section .section-outer:after {
	right: calc(var(--inside-block) + var(--outside-block))
}

.intro-section .section-inner .heading-col {
	width: 50%
}

.intro-section .section-inner .content-col {
	padding-top: 12px;
	padding-right: 8%;
	display: flex;
	width: 100%;
	justify-content: space-between
}

.intro-section .section-inner .content-col p {
	margin-bottom: 0;
	flex: 0 0 calc(50% - 40px)
}

@media only screen and (max-width:800px) {
	.intro-section {
		margin-top: 0 !important
	}

	.intro-section .section-inner .content-col {
		padding-right: 0;
		padding-top: 0;
		display: block
	}
}

.intro-section .section-outer .page-name-overlay {
	text-align: left;
	margin: 0;
	padding-left: var(--inside-block);
	line-height: .7
}

.intro-section .section-outer .section-inner.middle-content {
	padding-bottom: 70px;
	display: block
}

.people .section-outer .section-inner.middle-content {
	padding-top: 0
}

.people .filter-container .nice-select .option:after,
.people .filter-container .select-container.select-position,
.people .filter-toggle,
.people .group.empty {
	display: none
}

.people .filter-toggle label {
	font-size: 24px;
	font-weight: 700
}

.people .filter-toggle .sort-button {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 46px;
	height: 46px;
	background-color: #E3FF24;
	border-radius: 40px;
	position: relative
}

.people .filter-toggle .sort-button:after {
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	left: 16px;
	top: 16px;
	border-bottom: 3px solid #F8F8F8;
	border-right: 3px solid #F8F8F8;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	width: 12px;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out
}

.people .filter-toggle.active .sort-button:after {
	transform: rotate(-135deg)
}

.people .filter-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
	column-gap: 20px;
}

@media screen and (max-width: 1450px){
	.people .filter-container {
		flex-wrap: wrap !important;
		row-gap: 20px;
	}
}

.people .filter-container .search {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background: #bcbcbc;
	color: #F8F8F8;
	height: 47px;
	cursor: pointer;
	transition: background .2s
}

.people .filter-container .search:hover {
	background: #E3FF24
}

.people .filter-container .clear-filter {
	font-size: 14px;
	font-weight: 600;
	color: #bcbcbc;
	align-items: center;
	height: 47px;
	cursor: pointer;
	transition: color .2s
}

.people .filter-container label {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	display: block;
}

.people .filter-container .select-container {
	width: 147px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5
}

@media screen and (max-width: 1450px){
	.people .filter-container .select-container {
		flex: 1;
	}
}

.people .filter-container .nice-select {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	height: 47px;
	border-radius: 0;
	border: 1px solid #bcbcbc;
	color: #bcbcbc
}

.people .filter-container .nice-select>span {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.people .filter-container .nice-select .current[data-value=all] {
	color: #bcbcbc
}

.people .filter-container .nice-select .list {
	min-width: 100%;
	max-width: 90vw;
	border-radius: 0
}

.people .filter-container .nice-select:after {
	background: url("/wp-content/themes/dmcl/images//shell/icon-dropdown.svg") 98% 50% no-repeat;
	border: none;
	height: 10px;
	transform: rotate(0)
}

.people .filter-container.show-clear {
	flex-wrap: nowrap
}

.people .filter-container.show-clear .clear-filter {
	display: flex;
	white-space: nowrap;
}

/* .people .filter-container.show-clear .select-container {
	width: 18%
} */

.people .filter-container:not(.show-clear) .select-container {
	width: 167px;
}

/* .people .filter-container.show-clear .search {
	width: 13%
} */

@media only screen and (max-width:1300px) {
	.people .filter-container.show-clear {
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 2.5%
	}

	.people .filter-container.show-clear .clear-filter {
		margin-top: 0px
	}

	.people .filter-container.show-clear .select-container {
		width: 20%
	}

	.people .filter-container.show-clear .search {
		width: 15%
	}
}

@media screen and (max-width: 820px){
	.people .filter-container.show-clear .clear-filter {
		margin-top: 0px;
	}
}

@media only screen and (max-width:1200px) {

	.intro-section .section-outer:after,
	.intro-section:after {
		right: 0
	}

	.intro-section .section-inner .content-col {
		padding-right: 0
	}

	.intro-section .section-inner .content-col p {
		flex: 0 0 calc(50% - 30px)
	}

	.people .filter-container {
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 2.5%;
		row-gap: 17px
	}

	.people .filter-container .search,
	.people .filter-container.show-clear .search {
		width: 20%
	}

	.people .filter-container .select-container {
		width: 37.5%
	}

	.people .filter-container.show-clear .select-container {
		width: 40.5%
	}
}

@media only screen and (max-width:750px) {

	.people .filter-container .search,
	.people .filter-container.show-clear .search {
		margin-top: 17px;
		width: 125px;
		align-self: flex-end;
	}

	.people .filter-container.show-clear {
		flex-direction: row;
		align-items: center
	}

	.people .filter-container.show-clear .clear-filter {
		margin-top: 17px;
		margin-left: 10px;
		width: 75px;
		align-self: flex-end;
	}

	.people .filter-container.show-clear .select-container {
		width: 100%
	}
}

.people .position-filter-container {
	display: flex;
	margin-bottom: calc(var(--static-top-bot-padding) - 22px);
	flex-wrap: wrap
}

@media only screen and (max-width:820px) {
	.current-view {
		margin-top: 0;
		font-size: 16px
	}

	.banner.blue-overlay,
	.intro-section .section-inner .content-col p:last-child {
		margin-bottom: 0
	}

	.intro-section .section-inner .content-col {
		flex-wrap: wrap
	}

	.intro-section .section-inner .content-col p {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 1.5em
	}

	.intro-section .section-outer .section-inner.middle-content {
		padding-bottom: var(--common-top-bot-padding)
	}

	.people {
		margin-top: -.5em
	}

	.people .filter-toggle {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.5em
	}

	.people .filter-container {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		margin-top: -13px !important;
	}

	.people .filter-container .select-container {
		width: 100% !important
	}
	@media screen and (max-width: 800px){
		.people .filter-container .select-container {
			flex: 0 0 100%;
		}
	}

	.people .filter-container .select-container.select-position {
		display: flex;
		flex-direction: column
	}

	.people .position-filter-container {
		display: none
	}
}

.people .position-filter-container .filter {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
	margin-right: 3%;
	padding-bottom: 10px;
	cursor: pointer
}

.people .position-filter-container .filter.selected {
	color: #E3FF24;
	border-bottom: 1px solid #bcbcbc
}

.people .group .tertiary-heading {
	color: #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 18px;
	margin-bottom: 30px
}

.people .group .group-container {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	margin-bottom: 60px;
	column-gap: 4%
}

.people .group .member {
	display: block;
	color: #53565a;
	flex: 0 0 22%
}

.people .group .member .portrait {
	/* height: 25vw; */
	height: 315px;
	width: 100%;
	opacity: 1;
	overflow: hidden;
	transition: opacity .3s
}

@media only screen and (min-width:2001px) {
	.people .group .member .portrait {
		height: 385px
	}
}

.people .group .member .portrait img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width:1300px) {
	.people .group .group-container {
		column-gap: 5%
	}

	.people .group .member {
		flex: 0 0 30%;
		margin-right: 0
	}

	.people .group .member .portrait {
		/* height: 36vw */
		height: 310px;
	}
}

@media only screen and (max-width:950px) {
	.people .group .member {
		flex: 0 0 47.5%;
	}

	.people .group .member .portrait {
		/* height: 57vw */
		height: 300px;
	}
}

@media only screen and (max-width:600px) {
	.intro-section .section-outer .section-inner.middle-content {
		flex-direction: column
	}

	.intro-section .section-outer .section-inner.middle-content .content-col,
	.intro-section .section-outer .section-inner.middle-content .heading-col {
		width: 100%
	}

	.people .group .member {
		flex: 0 0 100%
	}

	.people .group .member .portrait {
		/* height: 114vw; */
		overflow: hidden
	}

	.people .group .member .portrait img {
		/* object-fit: none */
	}
}

.people .group .member .bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px
}

.people .group .member .read-bio {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #53565a;
	transition: color .3s
}

.people .group .member .read-bio svg {
	display: block;
	margin-right: 8px
}

.people .group .member .read-bio svg path {
	transition: stroke .3s;
	stroke: #53565a
}

.people .group .member .name {
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
	color: #FF4800;
	letter-spacing: -.02em;
	line-height: 1.1
}

.people .group .member:hover .portrait {
	opacity: .7
}

.conversation-section {
	position: relative;
	overflow: hidden;
	margin-top: -20px;
	background: #3B0029;
	color: #F8F8F8
}

.conversation-section input:not(#gform_submit_button_3),
.conversation-section textarea {
	border-bottom: 1px solid #c5c5c5 !important;
	padding-bottom: 13px !important;
	color: #F8F8F8 !important;
	font-size: 20px !important;
	font-weight: 700
}

.conversation-section input:not(#gform_submit_button_3)::placeholder,
.conversation-section textarea::placeholder {
	color: #F8F8F8;
	opacity: 1
}

.conversation-section input:not(#gform_submit_button_3):-ms-input-placeholder,
.conversation-section textarea:-ms-input-placeholder {
	color: #F8F8F8
}

.conversation-section input:not(#gform_submit_button_3)::-ms-input-placeholder,
.conversation-section textarea::-ms-input-placeholder {
	color: #F8F8F8
}

.conversation-section .graphic-overlay-right {
	position: absolute;
	right: 0;
	bottom: 70px;
	left: 70%;
	width: 100%;
	z-index: 6
}

.conversation-section .graphic-overlay-bottom {
	position: absolute;
	z-index: 1;
	left: -30%;
	top: calc(100% - 80px);
	bottom: -88.5%;
	width: 100%;
	height: 100%
}

@media only screen and (max-width:810px) {
	.conversation-section .graphic-overlay-bottom {
		left: -30%;
		bottom: -89.8%
	}
}

@media only screen and (max-width:500px) {
	#backToTop .wrap {
		width: 40px;
		height: 40px;
		background: #F8F8F8;
		border-radius: 40px;
		justify-content: center;
		border: 1px solid #bcbcbc
	}

	#backToTop svg {
		margin-right: 0;
		display: inline-block
	}

	.conversation-section .graphic-overlay-bottom {
		bottom: -532px
	}
}

.conversation-section .section-inner.middle-content {
	display: flex;
	justify-content: space-between;
	column-gap: 5%;
	padding: calc(2 * var(--common-top-bot-padding)) var(--inside-block)
}

@media only screen and (max-width:1000px) {
	.conversation-section .section-inner.middle-content {
		padding: calc(1 * var(--static-top-bot-padding)) var(--inside-block) calc(1 * var(--static-top-bot-padding) - 20px) var(--inside-block)
	}
}

.conversation-section .section-inner.middle-content .content-block {
	width: 45%
}

@media only screen and (max-width:810px) {
	.conversation-section .section-inner.middle-content {
		flex-wrap: wrap;
		column-gap: 0
	}

	.conversation-section .section-inner.middle-content .content-block {
		width: 100%
	}
}

#page .gform_wrapper input[type=submit] {
	color: #F8F8F8 !important
}

#page .gform_wrapper .gform-icon--close:before {
	position: relative;
	top: -19px;
	left: -15px
}

#page .gform_wrapper .gform_validation_errors>h2 {
	padding-left: 35px;
	line-height: 1.2
}

#page .gform_wrapper .gform_validation_error_link {
	pointer-events: none
}

#page .gform_wrapper .gform_validation_errors>ol {
	padding-left: 35px
}

/* #page .gform_wrapper .gform_validation_errors>ol li {
	list-style-type: none !important
} */

#page .gform_wrapper .gform_validation_errors {
	padding: 25px 30px
}

#page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
#page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea {
	border-left: none
}

#page .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
	padding: 5px 0 5px 10px
}

#page .gform_wrapper .custom-button span {
	color: #F8F8F8
}

.gform_confirmation_wrapper {
	height: 100%;
	display: flex;
	align-items: center
}

.gform_confirmation_message {
	height: 100px;
	display: flex;
	align-items: center;
	background: #222;
	padding: 30px;
	line-height: 1.4;
	color: #F8F8F8
}

#loading-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #F8F8F8;
	border-color: #E3FF24 transparent;
	animation: 1.2s linear infinite lds-dual-ring
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

#backToTop {
	right: calc((100vw - 2000px)/2 + var(--outside-block) - 59px);
}

@media only screen and (max-width:2000px) {
	#backToTop {
		right: calc(var(--outside-block) - 59px);
	}
}

@media only screen and (max-width:800px) {
	#backToTop {
		right: calc(var(--outside-block) - 64px);
	}
}

#filter-form .search-input-filter{
	margin-right: auto;
}
@media screen and (max-width: 1450px){
	#filter-form .search-input-filter{
		flex: 0 0 100%;
	}
}
#filter-form .search-input-filter.mobile{
	display: none;
}
@media screen and (max-width: 820px){
	#filter-form .search-input-filter{
		display: none;
	}
	#filter-form .search-input-filter.mobile{
		display: block;
		margin-bottom: 30px;
	}
}
#filter-form .search-input-filter label{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	display: block;
}
@media screen and (max-width: 800px){
  #filter-form .search-input-filter label{
		font-size: 24px;
	}
}
#filter-form .search-input-controls{
	display: flex;
	column-gap: 20px;
}
@media screen and (max-width: 820px){
	#filter-form .search-input-controls{
		column-gap: 0px;
	}
}
#filter-form .search-input-controls button{
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background: #bcbcbc;
	color: #F8F8F8;
	height: 47px;
	cursor: pointer;
	transition: background .2s;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 600;
}
#filter-form .search-input-controls input{
	text-transform: uppercase;
	display: flex;
	align-items: center;
	height: 47px;
	border-radius: 0;
	border: 1px solid #bcbcbc;
	padding-left: 18px;
	padding-right: 18px;
	color: #E3FF24;
}
#filter-form .search-input-controls input:focus{
	outline: initial;
	border: 1px solid #E3FF24;
}
@media screen and (max-width: 820px){
  #filter-form .search-input-controls input{
		flex: 1;
		font-size: 14px;
		font-weight: 600;
		width: 200px;
	}
}
#filter-form .search-input-controls input::placeholder {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 600;
}
#filter-form .search-input-controls button:hover{
	background: #E3FF24
}
